@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;
}

@font-face {
	font-family: 'Conv_GothamRounded-Book';
	src: url('fonts/GothamRounded-Book.eot');
	src:
url('../../giveshop/css/fonts/GothamRounded-Book.woff') format('woff'), 
url('fonts/GothamRounded-Book.ttf') format('truetype'), 
url('fonts/GothamRounded-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Conv_GothamRounded-Bold';
	src: url('fonts/GothamRounded-Bold.eot');
	src: 
url('../../giveshop/css/fonts/GothamRounded-Bold.woff') format('woff'), 
url('fonts/GothamRounded-Bold.ttf') format('truetype'), 
url('fonts/GothamRounded-Bold.svg') 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: 'Conv_GothamRounded-Book', 'Arial Narrow', Arial, sans-serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}

a:link {color:#f9b000;}      /* unvisited link */
a:visited {color:#f9b000; }  /* visited link */
a:hover {color:#f9b000;background-color:#fff; border-radius:2px; padding: 0px 0px}  /* mouse over link */
a:active {color:#f9b000;}  /* selected link */


.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 20% 30px 10px 30px;
	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: 'BebasNeueRegular', 'Arial Narrow', 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 */

p.codrops-demos{
	display: block;
	padding: 18px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	padding: 3px 10px  3px;
	font-family: 'Conv_GothamRounded-Bold', 'Arial Narrow', Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: transparent;
	
}
p.codrops-demos a:hover{
	background: #f9b000;
	transition: background-color 0.3s linear;
-o-transition: background-color 0.3s linear;
-webkit-transition: background-color 0.3s linear;
-moz-transition: background-color 0.3s linear;
}
p.codrops-demos a:active{
	background: #f9b000;
	
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #fff;
	background: #f9b000;
}

.alpha50{
	
	/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) transparent;
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	max-width:100%;
	display: block;
	word-wrap: break-word;
	font-family: 'Conv_GothamRounded-Book', 'Arial Narrow', Arial, sans-serif;
	font-size:13px;
	color:#fff;
	border-radius:5px;
	padding:13px 10px;

}

h4 {
color:#f9b000;
size:14px;
}

.picture {
	display: block;
	border:2px;
	width:300px;
	margin-top:35px;
	margin-right:10px;
}


#footer {
   position:fixed;
   left:0px;
   bottom:1%;
   width:100%;
   background:transparent;
   font-family: 'Conv_GothamRounded-Bold', 'Arial Narrow', Arial, sans-serif;
	font-size:16px;
   color:#f9b000;
	line-height: 24px;
	text-align:center;
}

/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}


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