/* THIS FILE IS COPYRIGHT ©2014 OSCAR STRANGIO AND IS INTENDED ONLY FOR USE ON THE NICOLE PRECEL SITE */

/* - - - ABOUT - - - */
.nav{
	height: 122px;
	padding-top: 0px;
}
.nav .bg{
	position: absolute;
	width: 100%;
	height: 100%;
}
.nav .bg-dark{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.nav .horizontal-wrapper{
	padding-top: 10px;
}
.nav .logo{
	background-image: url('../system/np-logo-white.png');
	background-size: cover;
}
.nav ul li{
	color: white;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}
.nav ul li a{
	color: white;
}
.nav ul li:hover{
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.nav ul li.active{
	border-bottom: 1px solid white;
}
.content{
	padding: 30px 0px;
}
.content .left{
	width: 230px;
	float: left;
}
.content .left .square{
	width: 230px;
	height: 230px;
	margin-bottom: 30px;
}
.content .left h1{
	padding-top: 5px;
	padding-bottom: 10px;
	color: rgb(80,80,80);
	font-size: 12px;
	border-top: 1px solid rgb(80,80,80);
	text-shadow: none;
}
.content .left li{
	list-style: none;
	padding-bottom: 5px;
}
.content .left iframe{
	height: 500px;
	margin-top: 20px;
}
.content .right{
	width: 550px;
	float: right;
}
.content .right p{
	padding-bottom: 30px;
}
.content .right .image-wrapper{
	display: none;
}