body {
	background: #fff;
	font:500 Arial, sans-serif;
}

#righty {
	height: 100vh;
	background: #eee;
	box-shadow:inset 1px 0px 2px rgba(0,0,0,0.1);
	position: relative;
	background: url(../img/giphy-9.gif) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.nop {
	padding: 0 !important;
	margin: 0 !important;
}

.an {
	transition: 0.2s all;
}

#lefty {
	height: 100vh;
	position: relative;
}

#lefty .gallery {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8) linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0% 0%;
	z-index: 122;
	opacity: 0;
	display: none;
	overflow: hidden;
}

#lefty .gallery .imgo {
	display: block;
	width: 80%;
	height: 400px;
	margin: 20% auto;
	background-size: cover;
	background-position: center;
	position: relative;
}


#lefty .gallery .closeGal {
	float: right;
	font-size: 1.2em;
	color: white;
	padding: 8% 9.5%;
}

#lefty .gallery h1 {
	float: left;
	font-size: 1em;
	color: white;
	padding: 7.5% 10% !important;
}

#lefty .gallery h1 span {
	padding: 0 10px;
	color: rgba(255,255,255,0.5);
}


#lefty .gallery .imgo .nav {
	color: #fff;
	font-size: 2em;
	position: absolute;
	top: 40%;
}

#lefty .gallery .imgo .nav.left {
	left: -8%;
}

#lefty .gallery .imgo .nav.right {
	right: -8%;
}

#lefty .gallery .imgo .nav.null {
	cursor: default;
	opacity: 0.5;
}

#righty .plan {
	color: #fff;
	font-size: 1em;
	border-radius: 3px;
	float: left;
	width: 100%;
	padding-top: 20px !important;
	font-weight: 400;
}

#lefty h1 {
	float: left;
	padding: 40px 40px 20px 40px !important;
	font-weight: 300;
	color: #6C7A89;
}

#lefty span {
	color: #83449b;
}

#lefty p {
	float: left;
	padding: 00px 40px !important;
	font-weight: 300;
	color: #6C7A89;
	width: 100%;
	font-size: 1.2em;
	line-height: 30px;
	opacity: 0.8;

}

#righty .bgo {
	width: 100%;
	height: calc(100% + 80%);
	position: absolute;
	top: -80%;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0% 0%;
	z-index: 0;
}

#righty .content {
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	position: absolute;
	padding:30px 20px;
}

#righty .content #logo {
	background: url(../img/logo.png) no-repeat;
	background-size: 173px 62.5px;
	width: 173px;
	height: 62.5px;
	float: left;
	text-indent: -9999px;
}

#righty .content #logo a {
	width: 173px;
	height: 62.5px;
	float: left;
}

#righty .content h2 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 400;
	font-size: 1.5em;
	padding: 40px 20px 0 20px !important;
}


#righty .content p {
	float: left;
	width: 100%;
	color: rgba(255,255,255,0.8);
	padding: 0px 20px 20px 20px !important;
	font-weight: 300;
}

.planning {
	float: left;
	background: rgba(255,255,255,0.1);
	width: calc(100% - 40px);
	margin: 20px 20px 00px 20px;
	overflow: hidden;
	padding-bottom: 20px;
}

.planning .head {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-weight: 400;
	font-size: 0.9em;
	color: #fff;
	padding: 15px !important;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.05)) repeat scroll 0% 0%;

}

.planning .plan {
	line-height: 10px;
}

.planning .plan .time {
	font-weight: 300;
	font-size: 0.8em;
	padding: 2px 20px !important; 
	color: rgba(255,255,255,0.5);
}

.planning .plan .cont {
	font-weight: 400;
	font-size: 0.8em;
	padding: 2px 20px !important; 
}

#lefty .album {
	float: left;
	width: 100%;
	padding: 40px;
}

#lefty .album a {
	float: left;
	padding: 5px 5px 0 0px;
}

#lefty .album a img {
	float: left;
	width: 100%;
	height: 99.5px;
}
