/**

**/

html {
	margin:0;
	padding:0;
	height:100%;
}
body {
	min-height:100%;
	position:relative;
	background:#000;
	color:#C20505;	
}
.header {
	display:table;
      line-height: 100px;
	width:100%;
}
.header hr {
	width:100%;
	height:5px;
	background:#fff;
	display:block;
}
.header img {
	min-height:205px;
}
.container-custom {
	min-height: 100%;
	position: relative;
}
.header .title {
	font-size:64px;
	color:#2058AA;
	font-style:italic;
	line-height: 205px;
	text-transform:uppercase;
	font-family: georgia,palatino;
}
.header [class*="col-"]{
	padding:0px;
	margin:0px;
	text-align:center;
}
nav .nav-top-custom, nav .nav-top-custom a {
    font-family: Futura,"Century Gothic",AppleGothic,sans-serif;
    font-size: 20px;
    text-decoration: none;
    color: #3515d6;
}
nav .nav-top-custom a:focus, nav .nav-top-custom a:hover {
	background:none;
	color:#fff;
}
nav .nav-top-custom li.active a {
	color:#fff;
}
.footer {
	border-top:5px solid #fff;
	margin:10px 0 0;
	width:100%;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
	font-family: Futura,"Century Gothic",AppleGothic,sans-serif;
    font-size: 12px;
    color: #fff;
	padding:5px;
}
.footer a, .footer a:focus,.footer a:active,.footer a:hover {
	color:#fff;
}
.content-custom {
	margin:0 0 35px;
}
.fb-like {
	color:#fff;
}
