@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: 'Arial Narrow', Arial, sans-serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-family: Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: url("../images/header-bg.png") repeat scroll left top transparent;
	opacity: 0.9;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
	display: block;
	margin-right:70px;
}
.codrops-top span.right a{
	
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a
{
    display: inline-block;
	
	
}

/*footer*/

.footer-container{
	position: absolute;
	text-align: center;
	top:70%;
	width:100%;
}

.footer-container > footer{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: right;
}


/*Circles*/

.inset{
	display:block;
	width:100px;
	height:100px;
	border-radius:50px;
	font-size:20px;
	color:#fff;
	line-height:100px;
	text-shadow:0 1px 0 #666;
	text-align:center;
	text-decoration:none;
	box-shadow:1px 1px 2px #000;
	background:#cccbbb;
	opacity:0.95;
	background: url(../images/light_transparent.png) no-repeat
}
.inset2{
	display:block;
	width:80px;
	height:80px;
	border-radius:40px;
	color:#b3b09b;
	font-size:14px;
	line-height:100px;
	text-shadow:0 1px 0 #666;
	text-align:center;
	text-decoration:none;
	box-shadow:1px 1px 2px #000;
	background:#cccbbb;
	opacity:0.95;
	background: url(../images/transparent_light2.png) no-repeat
}
	
.inset:hover{
	color:#eee;
	text-shadow:0 0 1px #666;
	text-decoration:none;
	box-shadow:0 0 4px #222 inset;
	opacity:1;
	background: url(../images/dark_transparent.png) no-repeat;
	font-size:16px;
}
.inset2:hover{
	color:#cac5b2;
	text-shadow:0 0 1px #666;
	text-decoration:none;
	box-shadow:0 0 4px #222 inset;
	opacity:1;
	background: url(../images/transparent_dark2.png) no-repeat;
	font-size:12px;
}

/*Menu Start*/

#example1{

	height:25px;


}

.parent{

position:relative;
display:block;
height:25px;
float:left;

}



.sub{

visibility:hidden; /* This hides the menu until we hover */
position:absolute;
top:25px;
left:0;
width:110px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
overflow:hidden;

}

.parent:hover .sub{

visibility:visible; /* This makes the menu visible when user hovers */
text-align:center;

}

.sub a{

color:#000;
background: url("../images/dropdown-bg.png") repeat scroll 0 0 transparent;
display:block;
width:110px;
height:50px;
text-align:left;
line-height:50px;
color:#fff;

}

.sub a:hover{

background:#666666;
color:#fff;

}



/* Drop Down Two: Slider */

#two{

visibility:visible!important;
max-height:0;
transition:max-height 0.4s ease-in-out;
-moz-transition:max-height 0.4s ease-in-out;
-webkit-transition:max-height 0.4s ease-in-out;
-o-transition:max-height 0.4s ease-in-out;

}

.parent:hover #two{


max-height:550px;
}

/* Text Style */
.style1 {
		font-size:50%;
}


/* Drop Down Two: Slider with Delay */

/* Uncomment this block to add the delay on the links

#two{

background:#ffc34c;
visibility:visible!important;
height:0;
transition:height 0.4s ease-in-out;
-moz-transition:height 0.4s ease-in-out;
-webkit-transition:height 0.4s ease-in-out;
-o-transition:height 0.4s ease-in-out;

}

.parent:hover #two{

height:150px;

}

#two a{

opacity:0;
transition:opacity 0.4s ease-in-out;
-moz-transition:opacity 0.4s ease-in-out;
-webkit-transition:opacity 0.4s ease-in-out;
-o-transition:opacity 0.4s ease-in-out;
transition-delay:0.4s;
-moz-transition-delay:0.4s;
-webkit-transition-delay:0.4s;
-o-transition-delay:0.4s;

}

.parent:hover #two a{

opacity:1;

}

Remove this and the opening comment to add the delay!*/

/*Menu Ends*/




/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
	.footer-container> footer{
		text-align: center;
	}
}