.lol {
	background:url('../images/trans_bg_black.png');
	padding:0px 15px 0px 15px;
	border-radius:10px;
}


.logo {
	position:absolute;
 width:auto;
	margin-top:-5px;
	margin-left:-4px;
	margin-bottom:-10px;,

}

.gradient-bg {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #303030 0%, #000000 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #303030 0%, #000000 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #303030 0%, #000000 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #303030), color-stop(1, #000000));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #303030 0%, #000000 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #303030 0%, #000000 100%);

box-shadow: 0 0 5px #000;
}




#slide1 {
	background-image:url('../images/img1.jpg');
background-size:auto 100%;
background-repeat:no-repeat;

background-position:top center;
}

#slide2 {
	background-image:url('../images/img2.jpg');
background-size:auto 100%;
background-repeat:no-repeat;

background-position:top center;
}

#slide3 {
	background-image:url('../images/img3.jpg');
background-size:auto 100%;
background-repeat:no-repeat;
background-position:top center;
}





/*				CONTENT				*/

.content-box  {
	/*margin-bottom:100px;*/
}





