
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html {
    /*If you had a black or close to black background*/
    background-color: #000000;
}

body {
	background: black;
	color: white;
	font-weight: 500;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	overflow-y: scroll;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #efefef;
	outline: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
}

.plan a, .accordion a {
	text-decoration: none;
	color: #5e821c;
	outline: none;
	font-weight: 700;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
}

a:hover, a:focus {
	color: #88bf16;
	outline: none;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: inline;
	content: " ";
	position: fixed;
	
}

.clearfix:after {
	clear: both;
}

.codrops-header,
.codrops-top {
	font-family: 'Lato', Arial, sans-serif;
}

.codrops-header {
	margin: 0 auto .5em;
	padding: 3em;
	text-align: center;
}

/*.codrops-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 3.625em;
	line-height: 3;*/
}

.codrops-header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	color: #aca89a;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.5em;
	line-height: 3;
	font-weight: 700;
	background: rgba(0,0,0,0.1);
	position: static;
}

.letstalk {
	width: 98%;
	text-transform: uppercase;
	text-align: right;
	font-size: 1.25em;
	font-weight: 400;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
	color: #84c71f;
	text-shadow: 3px 3px 2px #252525;
	margin-right: 10px;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.0);
	color: #b2e26b;
}

.codrops-top button {
	margin-top: 15px;
	border-radius: 7px;
	background: rgb(191,210,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
}

.codrops-top button:hover {
	border-radius: 30px;
}

.letstalk a:hover {
	color: #88E200;
}

.letstalk a {
	color: #eaeaea;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: right;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.main {
	max-width: 69em;
	margin: 0 auto;
}

.column {
	width: 60%;
	height: auto;
	max-width: 600px;
	padding: 0 2em;
	position: relative;
	text-align: center;
	margin: auto;
}

.column:nth-child(2) {
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
	text-align: left;
}

.column p {
	font-weight: 300;
	font-size: 1.25em;
	padding: 0 0 0.5em;
	margin: 0;
	line-height: 1.5;
}

.codrops-demos a,
button {
	border: none;
	padding: 0.6em 1.2em;
	background: #a9a9a9;
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 10px;
	border-radius: 2px;
	font-weight: 400;
	outline: none;
}

.codrops-demos a:hover,
.codrops-demos a:active,
.codrops-demos a.current-demo {
	background: #777;
}

button {
	font-size: 100%;
	font-weight: 900;
	color: #ffffff;
	background-color: #84c71f;
	margin: 0 auto;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  /* ...and now for the proper property */
	  transition:.5s;
}

button:hover,
button:active {
	background-color: #587e1f;
}

.related {
	text-align: center;
	font-size: 1.5em;
}

.related a {
	font-weight: 700;
	font-size: 0.9em;
}

@media screen and (max-width: 46.0625em) {

	.codrops-header {
		margin-bottom: 0;
		padding-bottom: 1em;
	}

	.column {
		width: 100%;
		min-width: auto;
		min-height: 0; 
		text-align: center;
	}

	.column p {
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		text-align: center;
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}
}

@media screen and (max-width: 25em) {

	.codrops-header {
		font-size: 80%;
	}

	.codrops-top {
		font-size: 120%;
	}

	.codrops-icon span {
		display: none;
	}

}
.lolsy {
	border-radius: 5px;
	width: 70%;
	position: relative;
}

#ben {
	color: #84c71f;
	text-align: center;
	font-smooth: auto;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -100px;
	position: absolute;
	font: 300 5em 'Lato', sans-serif;
}

#ben2 {
	color: #BEED02;
	margin-top: 18px;
	text-align: center;
	font-smooth: auto;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	font: 500 1.5em 'Lato', sans-serif;
}

#bensjob {
	width: 100%;
	font-weight: 300;
	font-size: 1.8em;
}

.background h2 {
	width: 80%;
	margin: 10px auto;
	text-align: center;
}

#logo {
	position: relative;
	margin: 0, auto, -50, auto;	
	/*width: 50%;
	max-width: 200px;*/
	display: inline;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition: margin-bottom .5s, margin-top .5s; /* Safari */
	transition: margin-bottom .5s, margin-top .5s;
}

#logo:hover {
	margin-bottom: -20px;
	margin-top: 15px;
}

#opacity {
	background: rgba(0,0,0,0.4);
	position: relative;
	height: 100%;
	width: 100%;
}

hr {
	opacity: 0.12;
	width: 75%;
}

.welcome {
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding-bottom: 0px;
	width: auto;
	min-width: 300px;
	font-size: 2em; 
	font-weight: 400
}

#sidemenu {
	float: left;
	visibility: visible;
	display: inline-block;
	margin-top: 500px;
	margin-left: 100px;
	position: fixed;
}

#benpL {
	width: 45%;
	float: left;
}

#benpR {
	width: 45%;
	float: right;
}


#bottomborder {
	width: 100%;
	position: relative;
	font-size: .7em;
	background: transparent;
	margin-top: 30px;
	cursor: default;
	color: #8d8d8d;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition: color 1s; /* Safari */
	transition: color 1s;
}

#bottomborder:hover {
	color: #f1f1f1;
}

#bottomborderp {
	text-align: center;
	background: transparent;
	padding: 5px;
}

.menu2 a {
	-o-transition:0s;
	-ms-transition:0s;
	-moz-transition:0s;
	-webkit-transition:0s;
	/* ...and now for the proper property */
	transition:0s;
}

div.menu2
{
	display: none;
    width:103%;
    margin:0 auto;/*Uncomment this line to make the menu center-aligned.*/
    margin-bottom: -3px;
    margin-left: -2.5%;
    text-align:center;
    position: relative;
    padding: 5px 0;
    background: rgb(191,210,85); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

    
}

.hidemenu {
	height: 0px;
}

.showmenu {
	height: 100%;
}

.hidemenulinks {
	visibility: hidden;
	display: none;
}

.showmenulinks {
	visibility: visible;
	display: inline;
}

#menuExpand {
	display: none;
	height: 30px;
	width: 20%;
	font-size: .75em;
	padding: 5px;
	margin-top: 15px;
	position: relative;
	margin-left: 40%;
	border-radius: 7px;
	background: rgb(191,210,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
	
}

div.menu2 a
{	
    display: none;
    padding: 10px 12px;
    color:White;
    text-decoration:none;
    font: bold 14px Arial;
	text-shadow: 1px 1px 1px #6a6a6a;
}

div.menu2 a:hover, div.menu2 a.current
{
    color: green;
}

div.menu2 a.dummy
{
    width:2px;
    padding:0 0;
}


#showMenu {
	visibility: hidden;
}

/* @media stuffs */

@media screen and (max-width: 925px) {
	#benpL, #benpR {
		width: 100%;
		float: none;
	}
}

@media only screen and (min-width: 750px) {
    #showMenu {
        visibility: visible;
    }
    #ben2 {
    	display: none;
    }
}

@media only screen and (max-width: 750px) {
	div.menu2 {
		display: inline-block;
	}
	
	div.menu2 a {
		display: inline-block;
	}
	.letstalk {
		font-weight: 900;
		font-size: 1em;
		margin-top: -25px;
		padding-right: 20px;
	}
	#menuExpand {
		display: block;
	}
}	
