@font-face {
	font-family: 'FlamaCondensed Light';
	src: url('fonts/FlamaCondensed-Light.eot');
	src: url('fonts/FlamaCondensed-Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/FlamaCondensed-Light.woff') format('woff'),
	url('fonts/FlamaCondensed-Light.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal; 
}
@font-face {
	font-family: 'FlamaCondensed Medium';
	src: url('fonts/FlamaCondensed-Medium.eot');
	src: url('fonts/FlamaCondensed-Medium.eot?#iefix') format('embedded-opentype'),
	url('fonts/FlamaCondensed-Medium.woff') format('woff'),
	url('fonts/FlamaCondensed-Medium.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal; 
}
@font-face {
	font-family: 'FlamaCondensed Bold';
	src: url('fonts/FlamaCondensed-Bold.eot');
	src: url('fonts/FlamaCondensed-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/FlamaCondensed-Bold.woff') format('woff'),
	url('fonts/FlamaCondensed-Bold.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal; 
}


*
{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	font-weight: normal;
	font-style: normal;
}
body 
{
	font-family: 'FlamaCondensed Light';
	text-transform: uppercase;
	font-size: 20px;
}
a 
{
	color:#000000;
	text-decoration: none;
}
a:hover
{
	color:#000000;
	text-decoration: underline;
}
.green 
{
	color:#c1d42f;
	font-family: 'FlamaCondensed Bold';
}
.text 
{
	font-family: 'FlamaCondensed Medium';
}
.wrapper 
{
	width: 100%;
	position: relative;
}
.page
{
	margin: 0 auto;
    position: relative;
    width: 1280px;
    text-align: center;
}
.imgcontainer
{
	float: left;
	clear: left;
	position: relative;
	width:100%;
}
img.bg 
{
    max-width: 100%;
}
.logotext
{
	display: block;
    float: left;
    margin: -150px 0 0;
    padding: 0 0 0 10%;
    position: relative;
    width: 100%;
}
.logotext .logo 
{
	float: left;
	margin: 0 30px 0 0;
}
.logotext .footer 
{	
    padding: 40px 0;
    float: left;
}
.logotext img 
{
}

@media screen and (max-height:800px)
{
	.page 
	{
		width:1024px;
	}
	.logotext
	{
		font-size: 17px;
	    margin: -130px 0 0;
	    padding: 0 0 0 5%;
	}
	.logotext .logo 
	{
		margin: 0 20px 0 0;
	}
}

@media screen and (max-height:600px)
{
	.page 
	{
		width:767px;
	}
	.imgcontainer
	{
		height: auto;
	    max-width: 100%;
	}
	img.bg 
	{
		height: auto;
	    max-width: 100%;
	}
	.logotext
	{
	    padding: 0;
	    position: relative;
	    float: left;
	    text-align: center;
	    margin: -10% 0 50px;
	    font-size: 20px;
	}
	.logotext .logo 
	{
		float: none;
		margin: 0;
	}
	.logotext .footer 
	{
		float: none;
		margin: 0;
		 padding: 0;
	}
	.break
	{
		 display: block;
    	margin: 0 0 5px;
	}
}



@media screen and (max-width:1280px)
{
	.page 
	{
		width:1024px;
	}
	.logotext
	{
		font-size: 17px;
	    margin: -130px 0 0;
	    padding: 0 0 0 5%;
	}
	.logotext .logo 
	{
		margin: 0 20px 0 0;
	}
}

@media screen and (max-width:1024px)
{
	.page 
	{
		width:767px;
	}
	.imgcontainer
	{
		height: auto;
	    max-width: 100%;
	}
	img.bg 
	{
		height: auto;
	    max-width: 100%;
	}
	.logotext
	{
	    padding: 0;
	    position: relative;
	    float: left;
	    text-align: center;
	    margin: -10% 0 50px;
	    font-size: 20px;
	}
	.logotext .logo 
	{
		float: none;
		margin: 0;
	}
	.logotext .footer 
	{
		float: none;
		margin: 0;
		 padding: 0;
	}
	.break
	{
		 display: block;
    	margin: 0 0 5px;
	}
}

@media screen and (max-width:767px)
{
	.page 
	{
		width:100%;
	}
}