* {
	margin: 0px; 
	padding: 0px;
}

html {
	margin: 0px; 
	padding: 0px;
	background-color:#000700;
}

body{
	width:100%;
	height:100%;
	padding-top: 80px;
	background-color:#000700;
	background: url(fon.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	position:absolute;
}


#voucher{
	margin-top:10px; !important;
}

#voucher a{
	color:#60DE47 !important;
	text-decoration: none !important;
}

#voucher a:hover {
    color: #40BE27 !important; 
	text-decoration: none !important;
}

#voucher sup {
    color: #F9223B !important;
}


.footer {
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;
	padding-top:55px;
	color:#EDF9FD !important;
	font-size:10px;
} 


.image_title {
	background: rgba(0, 0, 0, 0.5);	
	left: 0; bottom: 0;	
	width: 300px;	
	position: absolute;
}


.image_title a {	
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 28px;
	font-size: 16px;
	text-align: center;
}


.red_bold{
	color:#F9223B;
	font-weight:bold;
}


.hardshadow {
	font-size: 4em; 
	text-shadow: 4px 2px black; 
	color: #ece2ca;
}


.lowshadow {
	font-size: 4em; 
	text-shadow: 0.1em 0.1em 0.2em black; 
	color: aliceblue;
}


@font-face {
    font-family: 'advanced_architecture-webfont';
    src: url('font/advanced_architecture-webfont.eot');
    src: url('font/advanced_architecture-webfont.eot?#iefix') format('embedded-opentype'),       
         url('font/advanced_architecture-webfont.ttf') format('truetype'),
         url('font/advanced_architecture-webfont.svg#advanced_architecture-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'couture-bold-webfont';
    src: url('font/couture-bold-webfont.eot');
    src: url('font/couture-bold-webfont.eot?#iefix') format('embedded-opentype'),       
         url('font/couture-bold-webfont.ttf') format('truetype'),
         url('font/couture-bold-webfont.svg#couture-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'harabara-webfont';
    src: url('font/harabara-webfont.eot');
    src: url('font/harabara-webfont.eot?#iefix') format('embedded-opentype'),       
         url('font/harabara-webfont.ttf') format('truetype'),
         url('font/harabara-webfont.svg#harabara-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

#logo{	
	font-family: 'couture-bold-webfont', Arial;
	font-size: 65px;
	color: #fff;
}

#moto{	
	
	font-size: 20px;
	color: #EDF9FD;
}

.navbar-inner {
  background-color: #010903; 
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}

#fourpic img { 
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}