/*/ MAIN CSS
/// by Digitalime
/// v 1.0 */
 
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic);
@import url(../../font-awesome/4.0.3/css/font-awesome.css);


html, body {height: 100%;}
body {position: relative;}
strong {font-weight: 900 !important}

/* TYPO STYLE */
	p {font-size:1.25em; font-weight: 300;}
	h1 > span {color:#519437;}
	h2 {font-size: 4em; font-weight: 900; margin-bottom: 20px}
	h3 {font-size: 2em; margin: 0;}
	h3.promo, h3.promo-inv { 
		font-size: 4em;
		text-transform: uppercase;
		margin: 0;
		line-height: 0.7em;
		letter-spacing: -2px;
	}
	h3.promo {color: #519437;}
	h3.promo-inv{color: white;}
	h3.promo small {font-size: 33%; color:#444; font-weight: 600; letter-spacing: 0 ; display: block}
	h3 span {color: #444}
	h4 {font-size: 2em; margin: 15px 0 30px 0;}
	h5 {font-size: 1.6em; margin:0; font-weight: 300;}
	h6 {font-size: 1.2em; margin: 10px 0; }
	#imprint p {font-size: 1em-:;}

/* STICKY NAV + BRANDING */
	nav {height: 100px; width: 100%; z-index: 1000; left: 0; right: 0; margin: 0 auto; }
	.branding {
		width: 130px;
		height: 100px;
		background-image: url(../images/logo_rml.jpg);
		margin: 0 10px 0 10px;
		float: left;
		position: fixed;
		z-index: 2000;
		background-size: contain;
		background-repeat: no-repeat;
	} 

	
	#cityselect {width: 130px; background:rgba(0,0,0,1); top:100px; left: -220px; position: absolute; list-style: none; padding: 0; margin: 0; -webkit-transition: all 0.7s ease-in-ou; -moz-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; z-index: -999px !important; }
	#cityselect li a {display: block; font-size: 1em; text-align: center; padding: 16px 0; color: white; text-transform: uppercase;}
	#cityselect li a:hover {text-decoration: none; background: #519437; }
	.active-city {left: -10px !important; }
	
	nav ul {margin: 25px 0 0 75px; list-style: none; height: 75px;}
	nav ul li {float: left; text-align: center; } 
	nav ul li a {color: white !important; text-transform: uppercase; font-weight: 300; display: block; padding: 15px 12px; font-size: 1em; white-space: nowrap; -ms-transition: all .5s; transition: all .5s; }
	nav ul li a:hover {background-color: #519437; text-decoration: none;}
	.black-nav {background-color: black;}
	
	.socialicons {float:right; margin:10px 10px 0 0}
	.socialicons img {float:left; margin-right:4px}
	
	.socialicons_berlin{margin-top:25px;}
	.socialicons_berlin a{width:30px; height:30px; display:inline-block; margin:8px 6px; border:2px solid white; padding:5px;}
	.icon{width:80%;fill:white;}
	.socialicons_berlin a:hover{background-color:white;}
	.socialicons_berlin a:hover .icon{width:80%;fill:black;}


/* LANDING PAGE */
	body#welcome {background: black; color: white; overflow-y:hidden; }
	body#welcome .herotext {max-width: 344px; }
	body#welcome #video_background {opacity: 0.8}
	div#welcomerml {background: url(../images/logo_rml.jpg); background-size: cover; }
	.citybox {display: block; float: left; width: 170px; height: 170px; background: white; color: #000; text-align: center; line-height: 170px; font-size: 1.2em; text-decoration: none !important; margin: 1px; }
	.citybox:hover {background: #519437; color: white; }
	.citybox small {display: block; margin-top: -150px; }
	.btn2 {text-transform: uppercase; color: white; margin: auto auto; font-weight: 700; z-index: 10; border: 2px solid; padding: 10px 20px; text-decoration: none !important; display: inline-block;}
	.herotext a { font-size: 32px;}	



 /* SECTION STYLE */
	header {min-height: 100px;}
	section#landing {overflow: hidden; background: black; }
	section#eventspace {overflow: hidden; background: url(../images/section_landing.jpg) bottom center; background-size: cover; padding-bottom: 80px;}
	section#content {padding: 70px 0; }
	section#home-social {padding: 0 0 50px 0; }
	section#ajax-content {padding: 30px 0; background-color: white; }
	section#newsletter {background: #383838; color: #ededed; padding: 65px 0; text-align: center; position: relative; }
	section#map {height: 400px; background: white}
	footer {background:rgba(44,44,44,0.9); border-bottom: 5px solid #519437; padding: 30px 20px 0 20px;color:#ededed;}
	section#about {padding: 70px 0}
	section#qoutes {background-attachment: fixed !important;}
	section.color-grid {background-size: cover !important;}
	section.color-grid .overlay { background:rgba(81, 148, 55, 0.9); padding: 70px 0; color:#fff; height: 100%}
	section.color-archive .overlay {background:rgba(235,235,235,0.9); padding: 70px 0; color: #333}
	section.color-about .overlay { background:rgba(25,25,25, 0.9); padding: 70px 0 70px 0; color:#fff;}
	section#lelabo {background-size: cover; position: relative;}
	section#lelabo .overlay { background:rgba(25,25,25, 0.45); padding: 70px 0 70px 0; color:#fff;}
	section.color-contact {background-size: cover !important; margin-top: 0px; overflow-x:hidden; }
	section.color-contact .overlay { background:rgba(16,65,12, 0.8); padding: 200px 0; color:#fff; position: relative;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;}
	#googlemaps {height: 855px; width: 100%; position:fixed !important; top: 0; left: 0; z-index: -2; /* Set z-index to 0 as it will be on a layer below the contact form */ }
	#contactform {position: relative; z-index: 1; /* The z-index should be higher than Google Maps */ width: 300px; margin: 60px auto 0; padding: 10px; background: black; height: auto; opacity: .45; /* Set the opacity for a slightly transparent Google Form */ color: white; }


	select option {
		background-color: black;
		padding: 5px;
	}

	.showmap {
		-webkit-transform: translateX(-95%);		
		-moz-transform: translateX(-95%);
		-ms-transform: translateX(-95%);
		transform: translateX(-95%);
	}
/* Footer ==========*/
footer h3 {font-size: 1.4em; margin: 0; font-weight: 400; margin-bottom: 10px;}
/* ==================== contact */
	.findus {position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 60px; background: url(../images/findus.svg) no-repeat; width: 80px; height: 85px; text-indent: -9999; cursor: pointer; background-size: contain; }
	address {font-size: 1.125em; margin-bottom: 20px; font-style: normal; }
	.nav-cont-toggle {background:#519437 url("../images/nav.png") no-repeat; width: 50px; height: 70px; position: absolute; text-indent: -9999px; right:-50px; top:30px; z-index: 20000; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } 
	.nav2-cont-toggle {background:#000 url("../images/findus-back.svg") no-repeat; width: 60px; height: 58px; position: absolute; text-indent: -9999px; right:-59px; bottom:10%; z-index: 20000; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; background-size: contain } 
	.zindex {z-index: 0 !important}
/* ==================== */
	.arrow {
		display: block;
		width: 50px;
		height: 50px;
		background: url(../images/scrolldown.svg) no-repeat;
		margin: 40px auto 0 auto;
		-webkit-animation: bounce 3s 7s infinite ;
		-moz-animation: bounce 3s 7s infinite ;
		animation: bounce 3s 7s infinite ;
	}
/* ==================== Home */
.caption h5 {margin: 10px 0; }
.caption p {font-size:1.1em;}
a.thumb {text-decoration: none !important; display: block; padding: 0 10px 10px 10px }
a.thumb:hover{box-shadow: 0px 10px 20px 0px rgba(25,25,25,0.25); -webkit-transform:translateY(-5px); transform:translateY(-5px); }

.thumbnail {width: 33%; float:left; padding: 15px; -webkit-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; text-decoration: none !important; }
.thumbnail:hover {box-shadow: 0px 2px 5px rgba(60,60,60,0.4); -webkit-transform: translateY(-25px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); background-color: #519437; color: white !important; }
.thumbnail > img {border: 6px solid white; }
/* ==================== Le Labo */
#lelabo a {color: white; font-weight:400; border-bottom: 1px dotted ;text-decoration: none }
#lelabo a:hover {color:#519437 }
#lelabo .black_plate {padding: 10px 20px; background: rgba(0,0,0,0.8);}
#lelabo img {margin-bottom: 10px;}
#lelabo div > img:hover {opacity: .7}
#lelabo p {font-size: 1.2em}
/* ==================== MAILCHIMP */
#mc_embed_signup {max-width: 500px; margin: 0 auto; }
#mc_embed_signup > form {padding: 0; }
#mc_embed_signup > form input { padding: 10px 15px !important; border: none; color: #383838; } 
#mc_embed_signup > form input:focus {box-shadow: 0 0 5px rgba(81, 148, 55,0.2); border: none !important; }
.mc-field-group > label {position: absolute; background: #519437; padding: 8px; font-size: 1em; text-transform: uppercase; }
.mc-submit {position: absolute; background: #519437; padding: 8px; font-size: 1em; text-transform: uppercase; right: -10px; top:-6px; color: white !important; }
div.mce_inline_error {background: #a03333 !important; }
#mce-success-response {color: #529214; display: none; width: 100% !important; background: white; padding: 20px !important; font-weight: 400 !important; }
/* ============= BLOG
/*
/* blog prev */
	.bloglist {position: relative;}
	.blogentry {min-height: 180px; position: relative; border-bottom: 1px solid rgba(0,0,0,0.2); margin-bottom: 100px; }
	.blogtitle {font-size: 2em; text-transform: uppercase; margin: 0 0 20px 0 }
	.blogtitle small {font-size: 0.5em; color:#519437; display: block; /*fix for next line*/ margin: -10px 0 20px 0; }
.blogtitle a {color:#222}
	.blogprev p {font-weight: 300; font-size: 1.125em; line-height: 1.65em; }
	.blogprev a { color: #519437 !important; text-decoration: none !important}
/* blog post */
	.bloghero {
		display: block;
		height: 450px;
		position: relative;
		background-size: cover;
	}
	.blogpost {
		background:#fff;
		padding: 30px;
		position: relative;
		/*box-shadow: 16px 20px 30px rgba(202, 202, 202, 0.25);*/
	}
	.introtext {font-size: 1.65em !important; margin-top: 0px}
	.blogpost p {font-size: 1.2em}
	.bloghero h2 {
		display: block;
		font-size: 3em;
		color: white;
		text-transform: uppercase;;
		line-height: 450px;
	}
	.blogpost img {max-width: 80%; height: auto}
	.bloginfo {
		display: inline-block;
		padding: 8px 15px;
		font-weight: 600;
		text-transform: uppercase;
		margin-top: 15px;
		color:rgba(255,255,255,1.0);
		position: absolute;
		background: #519437;
		font-weight: 300;
		bottom: 0px;
		left: 0px;
	}
	.blog_feat {
		background-size: cover;
		min-height: 350px;
		color: white !important;
		position: relative;
	}
	.featmeta {
		right: 20px !important;
		background-color: #519437 !important;
		font-weight: 300 !important;
	}
	/* blog list home */
	.blogentry-home {max-height: 128px; position: relative; border-bottom: 1px solid rgba(0,0,0,0.2); margin-bottom: 20px; padding-bottom: 12px; padding-top: 5px; padding-left: 5px; }
	.blogentry-home .blogthumb img {width:110%; border: 0px; margin-top: 7px; }
	.blogentry-home .blogtitle { font-size: 1.3em; margin:0;}
	.blogentry-home p { font-size: 1em; line-height: 1.3em; margin: 0 0 10px 0}
	.blogentry-home .btn { padding: 4px 10px; font-size: 12px !important; bottom: -12px; right: 6px; }
	.blogentry-sidebar {border-bottom: 1px solid rgba(0,0,0,0.2); margin-bottom: 20px; padding-bottom: 12px; padding-top: 5px; padding-left: 5px; }
	a.sidebar {text-decoration: none !important; }
	.blogentry-sidebar h2 { font-size: 1.2em; line-height: 1.3em; margin: 0 0 10px 0}
	.blogentry-sidebar h2 {color:#519437 !important}
h4.feature {
	font-size:3em;
	font-weight: 300;
	margin: 40px 0 20px 0
}
/* ==================== ELEMENTS */
/* lists */
ul.offer {list-style-type: circle; padding: 0 0 0 20px; margin: 15px 0}
ul.fact, ul.list {list-style-type: none;; padding: 0; margin: 15px 0; }
ul.fact li,
ul.offer li, 
ul.list li {margin-bottom: 6px; font-weight: 300; font-size: 1.25em; }
ul strong {color: #519437 !important}
/* Social */
ul.social 		{list-style: none;}
ul.social li 	{float: left; margin-left:10px;}

blockquote {
	border-left: 2px solid rgba(0,0,0,0.3);
	background: rgb(252, 252, 252);
	font-size: 1em;
	margin: 0 20px 10px 0;
	padding: 5px;
	position: relative;
}
blockquote:before{
  content: "\201C";
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top:5px;
}
blockquote p {padding: 0 0 0 40px; font-style: italic;}
blockquote::after{content: "";
}
.big-btn {
	padding: 15px 40px;
	text-transform: uppercase;;d
	font-weight: 900;
	font-size: 1.6em;
	background: #519437;
	color: #fff !important;
	text-decoration: none !important;
	margin: 10px 0;
	display: inline-block;
}

h3#people {
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0px;
}

h3#people:before{
	content: "\201C";
	font-size: 5em;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	position: inherit;
	top:none;
	left:none;
	height: 130px
}
.slide > blockquote:before {display: none;}
.slide > blockquote {
	border:none;
	background: none;
	font-size: 1.4em;
	padding: 10px;
	display: block;
	text-align: center;
	width: 75%;
	margin: 0 auto 40px auto;
}
.slide > blockquote cite {display: block; text-align: center; } 

.slide {
	left:0;	
	right: 0;
	margin: 0 auto;
}

/* pager */
div#pager-q { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 40px; overflow: hidden;
}
div#pager-q span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color:rgba(180,180,180, 0.5) !important; cursor: pointer; 
}
div#pager-q span.cycle-pager-active { color: #fff !important; border: none !important}
div#pager-q > * { cursor: pointer;}

.label {display: inline; padding: .2em .6em .3em; font-size: 55%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; }

.label-rml {background-color: rgb(0, 0, 0);}
.label-ext {background-color: rgb(147, 188, 96);}
.label-mem {background-color: rgb(56, 154, 157);}
.label-non {background-color: rgb(255,255,255); color: #ccc !important}

/* For berlin: */
.label-private {
	background-color: #000;
	border: 1px solid #000;
}
.label-public {
	background-color: rgb(147, 188, 96);
	border: 1px solid rgb(147, 188, 96);
}
.label-member {
	background-color: #ffcbc8;
	border: 1px solid #ffcbc8;
}

/* space between rows */
.space {margin-bottom: 80px !important;}

/* ==================== Ad Landing Page */
/* ================================ */

.adform {margin:30px 0}
.adform input, .adform textarea {border:1px solid #eee; color:#222}


/* ==================== TEAM MEMBERS */
/* ================================ */
#member, #friends {text-align: center; }
#member p, #friends p {line-height: 28px; }

.a-mem {color: #333333;  }
.a-mem:hover {color: #fff; text-decoration: none;}

h3.team, h3.press {font-size: 56px; margin-bottom: 0; text-transform: uppercase; color:#519437;}
h3.team span {color:  rgba(74,74,74,1)}
.member-data {position: relative; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; padding-top: 1px; }
.member-data:hover {background: rgb(63, 184, 63); color: white !important; border-radius: 8px; }
.member-data:hover .photo {border: 9px solid white; }
.member-data:hover .quote {background: white; width: 24px; top: 250px;
}
.member-data:hover p,
.member-data:hover  h5,
.member-data:hover  h5 > small {color: white; }
.member-data:hover .contact-btn {
	background: white;
	color: rgb(63, 184, 63);
}
.partner-data { margin-bottom: 30px; padding:10px; display: block; text-decoration: none !important;}
.partner-data > p {
		font-size: 1.1em !important;
		line-height: 28px !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.partner-data:hover {
	box-shadow: 0px 10px 20px 0px rgba(25,25,25,0.25);
	-webkit-transform:translateY(-5px);
	transform:translateY(-5px);
}
.partner-data:after {
	content: 'MORE';
	display: none;
	margin: 2px auto;
	color: #519437;
}
.photo-partner {height: 125px; text-align: center; line-height: 125px;}
.photo-partner img {max-height: 125px !important; max-width: 100% ;
		-webkit-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
}
.partner-data:hover img {
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.photo  {
	display: block;
	width: 235px;
	height: 235px;
	background-size: contain;
	background-position: center center;
	margin: 0 auto 10px auto;
	border: 9px solid white;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.photo {border-radius: 50%; background-size: cover !important;}
.member-data .photo {	margin:30px auto;}
.member-view .photo {	margin:0 auto 30px auto ; border-radius:0 !important ;}
.member-data .quote {
	width: 48px;
	background: url(http://www.rainmakingloft.com/assets/images/quote.svg) no-repeat center center;
	background-color: rgba(74,74,74,1);
	padding: 10px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 230px;
	border-radius:50%;
}
.member-data p {
	font-weight: 400;
	line-height: 42px;
	font-style: italic;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(74,74,74,0.25);
	height: 125px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
h5.name {
	font-size: 16px;
	font-weight: 900;
	color: rgba(74,74,74,1);
	text-transform: uppercase;
	margin-bottom: 5px;
}
.member-view p {font-size: 1.5em;}
.member-view {
	font-size: 0.8em;
	padding: 10px 35px;
	line-height: 2.5em;
	margin-bottom: 25px;	
}
.member-view h2 {line-height:0.8em;}
.member-view h2 small {
	font-weight: 600;
	font-size: 60%;
}
.social {
margin: 10px 0
}

/* ==========Press SPACE */
/* ================================ */

h3.press {text-align: center; }
h5.headline {line-height: 1em; font-size: 1.2em; font-weight: 700; padding: 4px 0; }
h5.headline small {font-size: 90%:;}

ul#press {
	list-style-type: none;
	padding-bottom: 40px;
	margin: 20px auto;
}

ul#press a {display: block; padding: 20px 0; text-decoration: none !important; border-bottom: 1px solid #ddd; }

ul#press li {
	width: 49%;
	max-width: 435px;
	float: left;
	padding: 0 30px;
	height: 150px;
}

ul#press li:hover {
		cursor: pointer;
		box-shadow: 0px 5px 10px 0px rgba(25,25,25,0.20);
}

ul#press li:hover a {
	border-bottom: 1px solid white;
}
/* ==========Event SPACE */
/* ================================ */
p.eventspace,
h3.eventspace > small,
h3.eventspace > span {color: rgba(222,222,222,1); } 
.btn_eventspace {
font-size: 1em;
background: #519437;
border: 1px solid #519437;
position: relative !important;
margin:45px 35px 10px 0  !important;
}
.btn_eventspace:hover {background-color: rgba(0,0,0,0.1); color: #519437 !important;}
/* -------------------
/ EVENT ROOM SLIDER
/-------------------------*/
/* fix for images to be on the same line */
.img-push {padding-top: 25px; }
.mlast {margin-right: 0 !important;}	
/* height wird max-height animiert */
#cathedral, #mentor {padding: 0; overflow-y: scroll; display: block; max-height: 0; position: relative; }
.gotop {padding: 5px 10px; background-color: rgba(45,45,45,1); color: white; position: absolute; bottom: 10px; right: 20px; font-size: 0.8em; cursor: pointer;}
.open {padding: 40px 0 !important; max-height: 1050px !important; }
/* jeder slide bekomt seinen eigenen negativen wert */
.inner-c, .inner-m {
	-webkit-transform: translateY(-750px);
	-ms-transform: translateY(-750px);
	-o-transform: translateY(-750px);
	transform: translateY(-750px);
	opacity: 0;
}
/* entfernt negativen wert vom slide */
.inner-open {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
/* ==================== Event List */
/* ================================ */
 .evt_list {
	background: rgba(238, 238, 238, 0.7);
	padding: 1px 2px 1px 20px;
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: all .2s  ease-in-out;
	-o-transition: all .2s  ease-in-out;
	transition: all .2s  ease-in-out;
 }
 .evt_list a {text-decoration: none;}
 .evt_list p.evt {
 	margin: 15px 0 5px 0;
   	font-weight: 700 !important;
 	text-transform: uppercase;
 	font-size: 1.2em;
 }
 .evt_list p.date {
 	font-weight: 300 !important;
 	margin-top: 0 !important;
 	font-size: 1.1em;
 }
.evt_list .btn_evt {
	background: #519437;
	font-weight: 600 !important;
	bottom: 20px;
	right: 20px;
}
.evt_mem {
	background-size: contain;
	height: 90px;
	width: 140px;
	position: absolute;
	right: 20px;
	top: 18px;
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
opacity: 0.1 !important;
}
 .evt_list:hover .evt_mem {
 	-webkit-filter: grayscale(0%);
 	-o-filter: grayscale(0%);
 	filter: grayscale(0%);
 	opacity: 1 !important;
 }
.evt_list:hover {background: #fff; }
.event-title {background:rgba(0,0,0,0.75); height:100%; min-height:350px; padding:5px 30p}
.event-title h4 {font-size:  3.2em; font-weight: 300;; margin: 130px 0 0 10px; display: block; text-transform: uppercase;line-height: 1em; }
.event-title h5 {font-size:  1.6em; font-weight: 300;; margin: 0px 0 0 10px; display: block; }
.event-info  {background:rgba(81, 148, 55, 0.75); height:350px; width: 200px; position: absolute; right: 0; padding: 25px; text-align: center; bottom: 0; }
.event-info h3 {font-size: 1.4em; }
.event-info p {font-size: 1em; margin: 5px 0;}


.evt_arv {display: inline-block; text-align: center; margin:10px}
.evt_arv .evt_list {
	background: rgba(50,50,50,0.90);
	height: 75px;
	width: 320px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.evt_arv_btn {
	display: block;
	height: 55px;
	width: 320px;
	line-height: 55px;
	text-transform: uppercase;
	color: white;
	font-size: 18px;
	margin: 0 auto;
	background: rgba(81, 148, 55, 0.8);
	font-weight: 700;
}
.evt_arv_btn:hover {background: rgba(50,50,50,0.75); text-decoration: none; color:#fff;}

.evt_arv .evt_list:hover  {
	background: rgba(81, 148, 55, 0.90);
	}

.evt_arv .evt {
	display: block;
	font-size: 18px;
	color: white;
	padding: 0 10px;
	text-align: center;
	line-height: 17px;
	text-transform: uppercase;

}

.evt_arv .date {
	font-size: 80%;
	color: white;
	padding: 11px 0 4px 0;
	display: block;
}
/* ================================ */
.twitter, .facebook, .mail {color:#212121; font-size: 4em; margin: 20px; -webkit-transition: color .5s ease; -moz-transition: color .5s ease; -ms-transition: color .5s ease; -o-transition: color .5s ease; transition: color .5s ease}
 .twitter:hover, .facebook:hover, .mail:hover {color:#519437;}
 /* Buttons */
	.btn:hover {color: white !important;}
	.btn_line, .line {border: 1px solid #fff; }
	.btn {
			display: inline-block;
			padding: 8px 15px;
			font-weight: 600;
			text-transform: uppercase;
			margin-top: 15px;
			color:rgba(255,255,255,1.0);
			position: absolute;
			text-decoration: none !important;
		}
	.btn_contact { background: transparent; border: 1px solid white;}
.btn_adform { background: #222; border: 0; color:#fff; float:right; position:relative}
	.btn_comments {background: #2e2e2e; font-weight: 900; bottom: -18px; right: 120px; } 
	.btn_more {background: #519437; font-weight: 600; bottom: -18px; right: 20px }
	.btn_rsvp {background: #519437; font-weight: 600; bottom: 13px;}
	.green:hover {background: #519437; border: 1px solid #519437}
	.contact-btn {background: rgba(74,74,74,1); font-weight: 900; color: white; padding: 8px 25px; font-size: 18px; display: inline-block; margin-bottom: 30px; } 
	.contact-btn:hover {background: rgba(81,148,55,1); text-decoration: none; color: white; }
	.book-btn {display: inline-block; background: rgba(74,74,74,0); font-weight: 900; color: white; padding: 8px 25px; font-size: 18px; -webkit-transition: background .5s ease; -moz-transition: background .5s ease; -ms-transition: background .5s ease; -o-transition: background .5s ease; transition: background .5s ease; }
	.book-btn:hover {background: rgba(81,148,55,1); text-decoration: none; color: white; }
	.btn-slider {
		display: block;
		font-size: 1.4em;
		text-transform: uppercase;
		font-weight: 300;
		color: white;
		text-decoration: none !important;
		padding: 5px 20px;
		border: 1px solid white;
		margin-bottom: 20px;
	}
	.cycle-pager-active,
	.btn-slider:hover {border: 1px solid #519437 !important; color: #519437 !important}
/* =========== SOCIAL BUTTONS for Blog 
============== EFFECTS */
.menu-item {width: 25%; font-size: 28px; float: left;}
.menu-item i {padding: 10px 0; color: rgba(75,75,75,0.95); width: 100%; text-align: center; background: rgba(177,177,177,0); }
.menu-item i.fa-facebook:hover {background:#3B5998; }
.menu-item i.fa-twitter:hover {background:#44CCF6; }
.menu-item i.fa-youtube:hover {background:#CE332D; }
.menu-item i.fa-linkedin:hover {background:#0275B6; }
.menu-item i.fa-google-plus:hover {background:#D13F2D; }
.menu-item i.fa-instagram:hover {background:#517FA3;}
.inaktive {opacity: 0.1}
.fa-facebook:hover, .fa-twitter:hover, .fa-youtube:hover, .fa-linkedin:hover, .fa-google-plus:hover, .fa-instagram:hover {
	color:#fff
}
/*global animation class */
.trs {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trs2 {
	-webkit-transition: all .6s .5s cubic-bezier(0,1,0.5,1);
	-o-transition: all .6s .5s cubic-bezier(0,1,0.5,1);
	-moz-transition: all .6s .5s cubic-bezier(0,1,0.5,1);
	transition: all .6s .5s cubic-bezier(0,1,0.5,1);
}
/* --------------------------- */
#cityfilter {
	width: 230px;
	list-style: none;
	position: absolute;
	z-index: 9999;
	margin: 0;
	padding: 0;
}
#cityfilter li {
	font-size: 1.125em;
	padding: 10px 15px;
	background: rgba(0,0,0,0.1);
}
 /* ==================================================== */
/* INTRO TEXT */
.herotext {width: 85%; text-align: center; margin: 0 auto; position: absolute; top:250px; left:0; right: 0; color: rgba(255,255,255,1); display: block } 
.herotext img {max-width: 280px; margin: 0 auto 15px auto;}
h1.hero {font-weight: 900; margin: 0; display: block; white-space: nowrap; text-transform: uppercase; }
h3.hero_sub {font-weight: 300; padding:0 0 20px 0; margin: 0; display: block; }
 
 #video_background {opacity: 0.6}
/* =========FLIP CARD */
.space {
	-moz-perspective: 1000;
	-webkit-perspective: 1000;
	perspective: 1000;
	left: 0;
	right: 0;
	margin: 20px auto 0 auto;



}
.card, .book {

	display: inline-block;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}
.card:hover, .flip {	
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.back {
	padding: 10px;
	background: rgba(0,0,0,0.1);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.front {
	z-index: 2;
}
.book {
	width: 100%;
	min-height: 230px;
		-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* ========= Room Booking Form  */
img.room { border: 1px solid white; }
.room {max-height: 250px; margin: 0 auto; padding: 3px;}
.close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 32px;
	color: white;
}
form.room input, form.room textarea {
	background: rgb(247, 247, 247);
	border:none;
	padding: 5px 10px;
	font-weight: 300;
	font-size: 0.8em;
	width: 100%;
	color: #519437;
}
form.room textarea {
	min-height: 84px
}
form.room .submit {
	height: 32px;
	margin-top: 12px;
	font-size: 1em;
	font-weight: 600;
}
 /* NAVIGATION + Video RESPONSIVE */
@media screen and (max-width: 49em) {
	nav {height: inherit; z-index: 1000; background: rgba(0,0,0,0.9);}
	ul.nav li a {font-size: 1em}
	
	.nav-collapse ul {margin: 0; padding: 0; width: 100%; display: block; list-style: none; }
	.nav-collapse li {width: 100%; display: block; }
	.js .nav-collapse {max-height: 0; position: absolute; display: block; overflow: hidden; zoom: 1; }
	.nav-collapse.opened {max-height: 9999px; }
	.disable-pointer-events {pointer-events: none !important; }
	.nav-toggle {background:#519437 url("../images/nav.png") no-repeat; width: 50px; height: 60px; position: fixed; text-indent: -9999px; right:-2px; top:-11px; z-index: 20000; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } 
	.branding {position: absolute; left:0; right: 0; margin:0 auto; background-position: center; z-index: 10; width: 150px; height: 150px; }
	
	h2 {font-size: 3em}
	h3.promo, h3.promo-inv {font-size: 3em; } 
	header { min-height: 155px;}
	#video_background {display: none !important; visibility: hidden !important;}
	section#landing, section#landingpage {background: url(../images/section_landing.jpg) bottom center; background-size: cover; padding-bottom: 60px; }
	section#content  {padding: 40px 0}
	section#eventspace {margin-top: -156px; padding-top: 140px;}
	.btn_eventspace  {margin: 10px !important; width: 80% !important}
	.herotext {position: static; margin-top: 170px; }
	.herogrid { display: none}
	.herotext img {max-width: 100%;}
	h3.hero_sub {font-size: 1.1em; line-height: 1.4em;}
	.active-city {top: 100px !important; left: 0; right: 0; margin: 0 auto !important; }
	.nav-collapse.opened {max-height: 9999px !important; }
	.room {max-height: 100% !important;} 
/* landing page */
	body#welcome .herotext {width: 150px;margin-top: 0;}
	.citybox {width: 150px; height: 150px; line-height: 150px;	font-size: 1.1em; }
	.citybox small {margin-top: -130px;}
/* Home */
	.awesome {display: none;}
	.thumbnail {width: 100%}
 /* Member & Company  */
	.photo {width: 100%; border-radius: 0; height: 260px; margin: -1px auto 10px auto !important; }
	.member-view h2 {font-size: 3em; line-height: 1em; }
	.member-view {padding: 5px 8px; }
	.menu-item { width: 25%;}
	.hide-m {display: none;}
	.member-data p {padding: 15px; height: auto; }
	.member-data .quote {width: 55px; top: 225px; } 
	.member-data:hover .quote {background: white; width: 10px; top: 248px; }
	.partner-data:after {display: block;}
/* Blog Home */
	.blogentry-home {max-height: none ; position: relative; border-bottom: 1px solid rgba(0,0,0,0.2); margin-bottom: 20px; padding-bottom: 12px; padding-top: 5px; padding-left: 5px; text-align: center; }
	.blogentry-home:hover {background: rgba(238, 238, 238, 0.7);}
	.blogentry-home .btn, .blogentry .btn  {right: 6px; left: 0; margin: 0 auto; width: 50px; }
	.blogentry .btn {padding: 4px 10px; font-size: 12px !important; bottom: -12px; right: 6px;}
	h4.feature {font-size:2em; font-weight: 300; margin: 10px 0 10px 0 }
	.blogpost {padding: 20px 30px; margin-bottom: 30px;}
	.blogthumb img {display: none;}
/* Blog Post */
	.bloghero {background-position: center}
	blockquote {float: none; font-size: 1em; width: 100% }
/* NAVI */
	.nav-collapse.opened {height: 100%}
	ul.sub-city {position: absolute; bottom: 0; border-top: 3px solid #519437;} 
	ul.sub-city li {font-size: 0.8em; float: left; width: 33.3%; border:none !important;}
	nav ul li.active a {border: 1px solid #519437; color: #519437 !important}
	nav ul li.active:hover a {color: #fff !important}
	#cityselect {display: none;}
/* about us */
	section.color-about .overlay {padding: 40px 0; }
	.btn-slider {display: inline-block; font-size: 1.150em; padding: 6px 12px; border: 1px solid white; margin-right: 10px; } 
/* booking page */
.book {min-height: 490px;}
.color-grid {margin-top: 0 !important;}
.color-contact {margin-top: -155px !important;}
.front  h3 {margin: 10px 0 0 0}
.front  p  {margin: 10px 0 20px 0 }
.event-info {height: initial; width: 100%; display: block; bottom: 0; right: 0; padding: 5px; text-align: center;}
.event-info hr , .event-info h3 {display: none;}
.event-info p {font-size: 1em !important; font-weight: 300 !important; margin: 0 4px }
.event-title h4 {margin: 0; padding-top: 20%; text-align: center;}
.event-title h5 {text-align: center;}
.lelabo_logo {width: 49%;}
.form-group > div,
.form-group > label {padding: 0}
}

/* press */
ul#press {padding:0 15px;  }
ul#press li {width: 100%; height: auto;  }
@media screen and (min-width: 50em) {
   .nav-toggle {display: none !important; }
   .sub-city {display: none}
   .hide-d {display: none;}
}
@media screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2) {
	nav ul li a {padding: 8px 15px}
ul#press {padding:0 15px;  }
ul#press li {width: 100%; height: auto;  }
}

/*! * Justified Gallery - v3.1.0 * http://miromannino.com/projects/justified-gallery/ * Copyright (c) 2014 Miro Mannino * Licensed under the MIT license. */ .justified-gallery {width: 100%; position: relative; overflow: hidden; } .justified-gallery a {position: absolute; display: inline-block; overflow: hidden; opacity: 0; filter: alpha(opacity=0); /* IE8 or Earlier */ } .justified-gallery a img {position: absolute; top: 50%; left: 50%; margin: 0; padding: 0; border: none; } .justified-gallery a .caption {display: none; position: absolute; bottom: 0; padding: 5px; background-color: #000000; left: 0; right: 0; margin: 0; color: white; font-size: 12px; font-weight: 300; font-family: sans-serif; } .justified-gallery .spinner {position: absolute; bottom: 0; margin-left: -24px; padding: 10px 0 10px 0; left: 50%; } .justified-gallery .spinner span {display: inline-block; opacity: 0; filter: alpha(opacity=0); /* IE8 or Earlier */ width: 8px; height: 8px; margin: 0 4px 0 4px; background-color: #000; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; }
.awesome {
width: 1120px;
height: 1050px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
background: black;
overflow: hidden;
position: absolute;
top: 70px;
right: -440px;
}
.awesome > div {
display: block;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
background: url(../images/about/about.jpg);
background-position: center;
background-size: cover;
width: 1290px;
height: 630px;
position: absolute;
right: 0;
top: -95px;
left: 20px;
opacity: .7;
}
.awesome:hover {
	-webkit-transform:  translateX(-100px)  rotate(-45deg);
	-ms-transform:  translateX(-100px)  rotate(-45deg);
	-o-transform:  translateX(-100px)  rotate(-45deg);
	transform:  translateX(-100px)  rotate(-45deg);
	box-shadow: 0 -25px 70px rgba(0,0,0,0.3);
}