@charset "UTF-8";
body,td,th {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #C2C2C2;
	line-height: 20px;
	font-size: 15px;
	text-align: justify;
}
body {
	margin: 0;
	background-color: #000000;
}
h1 {
	font-size: 28px;
	color: #FFFFFF;
	font-family: "Franklin Gothic Bold", "Arial Black", Helvetica, sans-serif;
	line-height: 39px;
	text-transform: uppercase;
}
h2 {
	font-family: "Franklin Gothic Bold", "Arial Black", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	text-align: justify;
}
h3 {
	font-family: "Franklin Gothic Bold", "Arial Black", Helvetica, sans-serif;
	font-size: 33px;
	line-height: 33px;
	color: #FFFFFF;
}
nav {
	font-family: "Franklin Gothic Bold", "Arial Black", sans-serif, Helvetica, Arial;
	color: #000;
	background-color: rgba(0,0,0,0.78);
	text-align: center;
	height: 55px;
	position: fixed;
	width: 100%;
	margin: 0;
	z-index: 1050;
	top: 0;
	background-image: url(../images/navBk-1.png);
}

nav ul li {
	float: left;
	list-style-type: none;
}
nav ul li a {
	font-family: "Franklin Gothic Bold", "Arial Black", sans-serif, Helvetica, Arial;
	color: #000;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 35px;
	padding-left: 0px;
	display: block;
}
nav ul {
	margin: 0px;
	padding: 0px;
}
nav a:hover {
	color: #fff;
}

#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 1000px;
	height: 1400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}

#ads {
	text-align: center;
	margin-top: 20px;
}

#logo {
	z-index: 1000;
	text-align: center;
	margin-bottom: 50px;
}

/*---------------- background image in animation ---------------*/
#background {
	animation: fadein 3s;
	-moz-animation: fadein 3s; /* Firefox */
	-webkit-animation: fadein 3s; /* Safari and Chrome */
	opacity: 0;
	-o-animation: fadein 3s; /* Opera */
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	z-index: -100;
	position: fixed;
	background-position: center top;
	text-align: center;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

#main {
	text-align: center;
}
.marginSocialMedia {
	margin-top: 10px;
}
td ol li  {
	margin-bottom: 25px;
}

footer  {
	width: 100%;
	height: 200px;
	background-color: rgba(84,82,86,0.79);
	text-align: center;
	font-size: 12px;
}

footer a {
	color: rgba(255,255,255,1.00);
	font-size: 11px;
	text-decoration: none;
}

#fadeIn {
    animation: fadein 4s;
    -moz-animation: fadein 4s; /* Firefox */
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    opacity:0;
	-o-animation: fadein 4s; /* Opera */
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
 	-moz-animation-fill-mode:forwards;
 	animation-fill-mode:forwards;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
