@font-face{
    font-family: 'bebas_neueregular';
    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#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	margin:0px;
	background:url(images/bg.jpg) fixed no-repeat top center #222222;
	background-size:cover;
}

#top{
	background:url(images/top-bg.jpg) top center repeat-x;
	border-top:1px solid #393939;
	border-radius:50px;
}

.formal{
	font-family:bebas_neueregular;
	font-size:18px;
	color:#fff;
	padding:7px 10px;
	text-decoration:none;
	background:url(images/formal-bg.png) bottom center repeat-x;
	transition: all .5s ease-in-out;
	margin-left:10px;
}
.formal:hover{
	background:url(images/formal-bg.png) top center repeat-x;
	border-radius:4px;
	text-decoration:underline;
}
#banner{	
	background-color:#1f1f1f;
	border-radius:4px;
}

.top-text{
	font-family:bebas_neueregular;
	font-size:15px;
	color:#fff;
	padding:3px 10px;
	text-decoration:none;
	background:#888888;
	border-radius:50px;
	border-bottom:1px solid #919191;
	transition: all .5s ease-in-out;
}
.top-text:hover{
	background:#c01e1e;
	border-bottom:1px solid #b84242;
}
.top-text2{
	font-family:bebas_neueregular;
	font-size:12px;
	color:#888888;
	text-decoration:none;
}

.top-icon{
	border:1px solid #000;
	border-radius:50px;
	transition: all .5s ease-in-out;
}
.top-icon:hover{
	background:#ce2524;
}
.had{
	font-family:bebas_neueregular;
	font-size:22px;
	color:#fff;
}
.text{
	font-family:open_sansregular;
	font-size:11px;
	line-height:18px;
	color:#666565;
}
.team{
	background-color:#232222;
	border-radius:4px;	
}
.team-text{
	font-family:open_sansregular;
	font-size:11px;
	line-height:18px;
	color:#fff;
	
}
.img{
	border:2px solid #646060;
}
.cat{
	font-family:open_sansregular;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
.cat:hover{
	text-decoration:underline;
}

 