@charset "utf-8";

html, body, div, span, applet, object, nav, section, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	line-height:1.2;
}
body {
	padding: 20px 20px 100px;
	background: #333;/* url('../images/bg2.jpg') fixed 50% 50% no-repeat;*/
	-webkit-box-shadow: inset 0px 0px 20px 20px #333;
	box-shadow: inset 0px 0px 20px 20px #333;
	color: #111;
	text-align: left;
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, san-serif;
}
div {
	display: block;
	overflow: hidden;
}
section {
	position:relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding:20px 20px 30px;
	width: 90%; 
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333; /* Firefox */
	box-shadow: 5px 5px 10px #333;
	/* opacity: 0.8; */
	/* filter: alpha(opacity=20); */
	/* -moz-opacity:0.8; */
	/* -khtml-opacity: 0.8; */
}
section img {
	display: block;
	margin: 0 auto;
	max-width: 100% !important;
	height: auto;
	padding: 0px !important;
}
nav { 
	position:fixed; 
	bottom:20px; 
	left:0;
	z-index:100;
	display: block;
	padding: 10px 0; 
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
}
h1 {
	position: relative;
	display: block;
	float:left;
	/* margin-bottom: 0.1em; */
	padding: 5px 10px 5px 80px;
	/* border-bottom: 1px solid #999; */
	color: #eee;
	font-weight: normal;
	font-size: 28px;
}
h2 {
	display: block;
	padding-bottom: 10px;
	/* color: #666; */
	color: #333;
	font-weight: normal;
	font-size: 26px;
}
h3 {
	display:block;
	margin: 20px 0 15px;
	border-bottom: 1px solid #aaa;
	color: #333;
	font-weight: bold;
	font-size: 16px;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
}
p {
	display: block;
	padding-bottom: 5px;
	/* color: #999; */
	color: #555;
	font-size: 16px;
}
ul {
	float: right;
	padding: 5px 80px 5px 10px;
	color: #eee;
	list-style-type: none;
	font-size: 20px;
}
li {
	display: inline-block;
	padding: 2px 0 2px 15px;
	/* width: 30%; */
}
a {
	color: #aaa;
	text-decoration: none;
}
nav a {
	color: #eee;
}
a:hover {
	color: #333; /*#D111AB;*/
}
a:active {
	color: #333; /*#D111AB;*/
}
/* a:visited {
	color: #D111AB; */
img {
	padding: 5px;
}
h1 a.active {
	color: #fff;
}
a.active {
	color: #999; /*#D111AB;*/
}
#home {
	
}
#name, #email, #message {
	width: 300px;
}
#main {
	/* opacity: 0.1;
	filter: alpha(opacity=90);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1; */
}
#banner {
	padding: 0px;
}
.contentDiv {
	/* position:relative; */
	/* top: 20px; */
	/* bottom: 60px; */
	display: block;
	/* margin:  0 20px; */
	padding: 25px;
	/* width: 40%; */
	background-color: #fff;
	opacity: 0.1;
	filter: alpha(opacity=10);
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
}
.visibility {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.twoCol {
	width: 50%;
}
#contactForm {
	position: relative;
	display: block;
	overflow: visible;
}

@media screen and (min-width:540px) and (max-width:770px) {
	section {
		padding: 10px 10px 15px;
	}
	h2 {
		
	}
	ul {
		font-size: 22px;
	}
	li {
		display: block;
		float: none;
		text-align: right;
	}
}
/* @media screen and (min-width:490px) and (max-width:539px) {
	h1 {
		
	}
	ul {
		
	}
	li {
		
	}
} */
@media screen and (max-width:539px) {
	body {
		background-color: #555;
	}
	section {
		top: 120px;
		bottom: auto;
		padding: 10px 10px 15px;
	}
	nav {
		top: 20px;
		bottom: auto;
	}
	h1 {
		padding-left: 50px;
		font-size: 26px;
	}
	ul {
		float: left;
		padding-left: 50px;
		width: 250px;
		font-size: 16px;
	}
	li {
		display: inline-block;
		padding: 2px 0;
		text-align: left;
	}
	a.active {
		color: #D111AB;
	}
	img {
		padding: 0px;
	}
	#home {
		display: none;
		visibility: hidden;
	}
	#banner {
		display: none;
		visibility: hidden;
	}
	#name, #email, #message {
		width: 210px;
	}
	.contentDiv {
		padding: 5px 0;
	}
}