* {margin: 0; padding: 0; outline: 0;}


body {
	font-family: 'Josefin Sans', sans-serif;
	color: #e5e5e5;
	font-size: 12px;
	background:#bfbfbf;

	
}


h1, h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	margin:0 0 15px 0;
}


h1 {
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 100%;
}


h2 {
	font-size: 24px;
}


p {
	margin: 0 0 15px 0;
}

a {
	color: #0695b9;
}

   .black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
    }
    .whiteBox {
        display: none;
        position: fixed;
        top: 10%;
        left: 25%;
        width: 50%;
        height: 80%;
        padding: 16px;
        border: 16px solid grey;
        background-color: white;
        z-index:1002;
        overflow: auto;
    }



.clear {
	clear: both;
}
.wrap {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;

}



.section {
	top: 50px;
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	height: 300px;
}



.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
}


.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}


.subMenu {
	position: fixed;
    top: 0%;
	height: 50px;
	z-index: 1000;
	width: 100%;
	background: #606060;

}

.sectionIntro {
	top: 50px;
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 11;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	height: 150px;
}


.subMenu .inner {
	padding:0;
	font-weight: 400;
	margin: 0 auto;
}
.subNavLogo {
	display: block;
	height: 35px;
	width: 0%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 6% 0 0;
	text-align: center;
	
	color: #fff;
}

.subNavBtn {
	display: block;
	height: 35px;
	width: 10%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 16px;
	padding: 15px 2% 0 2%;
	text-align: center;
	
	color: #fff;
}
.subMenu a:hover {
	background: #606060;
	color:#c0c0c0;
}

.active {
	background: #25aae1;
}
.end {
	margin: 0;
}




/* SECTIONS */
.sTop {
	min-height: 130px;
	
	color:#3d3d3d;
	padding: 0px 0;
	height: 0px;
	
}

.s1 {
	/*background-image: url("./images/bg_appbar.png");*/
	background:#eeeeee;
	color:#000;
	
}

/* first app start here */
.s2 {
	background: #fff;
	color:#000;

}



.s3 {
	background: #dddddd;
	color:#000;
}

