html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { height: 101%; }
body { font-size: 62.5%; line-height: 1; font-family: Helvetica, Tahoma, Arial, sans-serif; background: #121212; color: #f0f0f0; }

::selection { background: #a2ec39; color: #323232; }
::-moz-selection { background: #a2ec39; color: #323232; }
::-webkit-selection { background: #a2ec39; color: #323232; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 { font-family: 'Droid Serif', Georgia, serif; color: #81c244; font-size: 3.5em; line-height: 1.45em; margin-bottom: 20px; } 

h2 { display: inline-block; font-size: 2.9em; padding: 12px 17px; background: rgba(0,0,0,0.65); color: #fff; font-weight: bold; font-family: Arial, Tahoma, sans-serif; }

p { font-size: 14px; line-height: 18px; padding: 2px 0; margin-bottom: 15px; }

/* top navigation */
.navigation {  
  display: block;
  top: 0px;
  width: 100%;
  height: 134px;
  background:url(images/menu-bar-shade.png) repeat-x center;
  z-index: 9999;
  margin-top:500px;
  position:absolute;
}
.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; margin:0px; width: 100%;} /* this make our menu fixed top */
    
#topnav {  
  max-width: 900px;
  min-width: 380px;
  margin: 0 auto;
  font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
  clear: both;
  float:right;
}
#topnav ul {

	}
#topnav li {
	float:left;
	}

#topnav li a { 
  color: #FFF;
  padding: 8px 11px;
  margin-right: 15px;
  font-size: 1.6em;
  font-weight: bold;
  text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#topnav li a:hover { 
  color: #FFF;
  background:#81c244;
}

#topnav li.current a { 
  background: #81c244;
  color: #FFF;
  	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}


/* main content sections */
#content { display: block; width: 100%; overflow: hidden; }

.wrapper { 
  display: block;
  width: 980px;
  min-width: 380px; 
  margin:0 auto;
  margin-top:80px;
}

#home { 
  background: url('images/home-bg.jpg') no-repeat top;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  min-height: 800px;
  padding: 85px 0;
  box-shadow: inset 1px -9px 20px -6px #000;
}


#bio {
  padding: 15px 6px;
  padding: 75px 0;
  min-height:850px;
  overflow:hidden;
  background:url(images/bio-img-bg.jpg) no-repeat top;
  background-size:100% 100%;
}
.bioImg {
	float:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:block;
	width:375px;
	height:555px;
	overflow:hidden;
	margin-right:15px;
}
.bioText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#CCC;
	float:right;
	text-align:justify;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:url(images/black-shade.png);
	width:590px;
	padding:10px 20px;
}

#films {
  background: url('images/films-bg.jpg') no-repeat top;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px;
  padding-top: 75px;
  box-shadow: inset 1px -9px 20px -6px #000;  
  min-height:800px;
}
.filmsTxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#CCC;
	float:right;
	text-align:justify;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:url(images/black-shade.png);
	padding:10px 20px;
}

#gallery {
  background: url('images/gallery-bg.jpg') no-repeat top;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px;
  padding-top: 75px;
  box-shadow: inset 1px -9px 20px -6px #000;  
  min-height:800px;
  overflow:hidden;
}
.galleryBox {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:url(images/black-shade.png);	
	overflow:hidden;
	padding:10px 20px 10px 30px;
	margin-bottom:50px;
}
.galleryImgs {
	margin:0px;
	padding:0px;	
}
.galleryBox li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;	
	outline-style:none;
	width:222px;
	display:block;
	overflow:hidden;
	height:200px;
}




#contact {
  padding-top: 75px;
  min-height:650px;
  background:#4bb708 url(images/contact-bg.jpg) top;
  background-size:100% 100%;
}
#contact h1 {
	color:#000;
	
}
#contact p {
	color:#000;
	
}
.contactBtn {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	background:#000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#FFF;
	border:none;
	padding:5px 10px;
	cursor:pointer;
}
.contactBtn:hover {
	background:#000;	
}
#Slider
{
    left:0;
    width:100%;
    height:420px;
    background-color:white;
    position:absolute;
    z-index:1;
}

#scroller 
{
    z-index:1;
    position:relative;
    overflow:hidden;
    height: 800px;
    width: 100%;
    margin: 0 0 0 0;
}

#scroller .items 
{
    z-index:1;
    position:absolute;
    width:20000em;
}

#scroller .items .item {
    width: 1140px;
    height: 800px;
    float:left;
}


#foot { display: block; }

.footer {
	background:url(images/black-shade.png);
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#fff;
	text-align:center;
	padding:10px;
	vertical-align:bottom;	
}
.footer p {
	font-size:12px;
}

/* basic contact inputs */
.cform { 
  display: block;
  width: 400px;
  padding: 6px 5px;
  color: #636363;
  font-size: 1.4em;
  margin-bottom: 12px;
}

.txtarea {
  display: block;
  width: 550px;
  height: 90px;
  padding: 4px 5px;
  font-family: Arial, Helvetica, sans-serif;
  color: #636363;
  font-size: 1.45em;
  line-height: 1.2em;
  margin-bottom: 15px;
}