@charset "utf-8";

/* CSS Document */


body {

	margin: 0;
	padding: 0;
	background:rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , #ffffff 20%, #f8f6f4 60%, #e4ddd7 100%) repeat fixed 0 0;
}

.lefttext {
	left:-120px;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 50%;
	opacity: .48;
	z-index: 2;
}


#home {
	position: relative;
	width:80%;
	margin: 80px auto;
	overflow:hidden;

	
}

#logo {
	width:240px;
	position: relative;
}

div#contentArea {
	display: none;
	width:100%;
	background: #2c2b2c;
	position: fixed;
	overflow-y:scroll;
	top:0;
	z-index: 1;
	background:rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , #333333 20%, #2c2b2c 60%, #111111 100%) repeat fixed 0 0;
}

div.section {
	width:100%;
	clear: both;
	overflow: hidden;
	position: relative;
}

#courses {
	margin-top:80px; 
	display:table;
	background: #fff url(../images/courses2.png) top right no-repeat;
}

#meetings {
	padding: 80px 0px 80px 0px;
}

.left {
	float:left;
	width:40%;
	background: #3a3831;
	height: 100%;
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.left_lab {
	position: absolute;
	top:54px;
	width:40%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.text_lab {
	position: relative;
	float: right;
	margin-bottom: 54px;
	background: #2b2c2b;
	width:64%;
	right:0%;
	z-index: 1;
}

.text_nat {
	position: absolute;
	width:74%; 
	bottom:4%;
	background: #2b2c2b;
	right:0%;
	z-index: 1;
}

img.resp {
	position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.right {
	float:left;
	width:60%;
	height: 100%;
}



.bio_plain {
	width:60%;
	position:relative;
	margin:0;
}

.vline {
	display: block;
	width:1px;
	margin: 20px auto;
	height:40px;
	background: #2c2b2c;
	opacity: .48;
}

.hline {
	display: block;
	margin: 10px 0px 10px 0px;
	height:1px;
	background: #fff;
	opacity: .48;

	}

.circle {
	width:300px;
	height:300px;
	border-radius: 50%;
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -150px;
	margin-top:-150px;
	background-image:
    radial-gradient(
      circle at bottom left,
      #dccec2,
      #cab6a6
    );
    box-shadow: -20px 40px 40px #d0d0d0;
}

.rrect {
	width:180px;
	height:20px;
	transform: rotate(-20deg);
	position: absolute;
	top:50%;
	left:50%;
	margin-top:108px;
	margin-left: -90px;
	background: #9b7b60;
}

ul.gallery {
	width:33%;
	float: left;
	margin: 0%;
	padding: 0%;
}

li.col {
	width: 96%;
	height: 100%;
	margin:2%;
	padding: 0;
	display: block;
}

.img-responsive {	
	max-width: 100%;
    height: auto;
    opacity: .8;
}

p.text {
	 font-family: 'cf_asty_stdlight'; font-size-adjust:0.5; font-weight:100; font-style:normal;
	 font-size:14px;
     -moz-osx-font-smoothing: grayscale;
	 letter-spacing: 2px;
	 color:#fff;
	 text-align: left;
	 margin:0;
	 padding: 0px 80px 80px 80px;
}

h2 {
	width:60%;
	float:right;
	font-family: 'cf_asty_stdlight'; font-size-adjust:0.5; font-weight:100; font-style:normal;
	font-size:28px;
	line-height: 38px;
	letter-spacing: 1px;
	color:#2c2b2c;
	text-align: left;
	margin:0;
	padding: 0;
	-moz-osx-font-smoothing: grayscale;
}

h4 {
	margin:0;
	font-family: 'cf_asty_stdbold'; font-size-adjust:0.5; font-weight:900; font-style:normal;
	font-size:18px;
	letter-spacing:2px;
	text-align: left;
	color:#fff;
	-moz-osx-font-smoothing: grayscale;
	padding: 80px 80px 20px 80px;

}

.ext_title {
	display: block;
	text-align: center;
	position:absolute;
	width: 100%;
	font-family: 'cf_asty_stdbold'; font-size-adjust:0.5; font-weight:900; font-style:normal;
	font-size:148px;
	letter-spacing:1px;
	color:#efeeee;
	-moz-osx-font-smoothing: grayscale;
	opacity: .48;
}

h3 {
	font-family: 'cf_asty_stdlight'; font-size-adjust:0.5; font-weight:100; font-style:normal;
	font-size:14px;
	letter-spacing: 4px;
	color:#000;
	position:fixed;
	text-align: center;
	margin:0;
	padding: 0;
}

span.bold {
	font-family: 'cf_asty_stdbold'; font-size-adjust:0.5; font-style:normal;
}

p.text a{
	 text-decoration: underline;
}

#footer {
	background:rgba(155,123,96,.8);
	text-align: center;
	width:100%;
	margin-top: 80px;
}

.btn {
	display: block;
	margin-top: 40px;
	background: #fff;
	font-family: 'cf_asty_stdlight'; font-size-adjust:0.5; font-weight:100; font-style:normal;
	font-size:14px;
	letter-spacing: 4px;
	color:#3a3831;
	padding:20px;
	-moz-osx-font-smoothing: grayscale;
	width:180px;
}

.btn a {
	text-decoration: none;
	color:#3a3831;
}

#close_btn {
	background: #fff;
	width:60px;
	height:60px;
	position: fixed;
	top:0px;
	right:0px;
	z-index: 1;
	cursor: pointer;
	opacity: 1;
	transition: opacity .25s ease-in-out;
}
#close_btn:hover {
	opacity: .68;
}

/* --- */

#two {
	position: relative;
	clear:both;
	overflow: hidden;

} 

h5 {
	font-family: 'cf_asty_stdbold'; font-size-adjust:0.5; font-weight:900; font-style:normal;
	font-size:18px;
	letter-spacing: 4px;
	color:#3a3831;
	margin:0;
	padding:20px 20px 0px 20px;
	-moz-osx-font-smoothing: grayscale;
}

h5 a{
	color:#3a3831;
	text-decoration: none;
	border-bottom: 1px solid #3a3831;
}
