body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

h3 {
	color: #bbbbbb;
	font-size: 14px;
	font-family: sans-serif;
	font: verdana; arial;
}

h4 {
	color: #bbbbbb;
	font-size: 16px;
	font-family: sans-serif;
	font: verdana; arial;
	float: left;
}

h2 {
	color: white;
	font-size: 16px;
	font-family: sans-serif;
	font: verdana; arial;
	
}

h4.hover {
	color: orange;
}


p {
	color: #bbb;
	font-family: sans-serif;
	font: verdana; arial;
}


a {
	color: #bbbbbb;
	text-decoration: none;
}



.aboutcolumns {
	
}

.bodyformat-gradient {
	z-index: 3;
	width: 100px;
	background: linear-gradient(to right,rgba(0,0,0,0.7),rgba(0,0,0,0));
	position: absolute;
	left: 50px;
	margin-left: 400px;

}

.bodyformat {
	background: rgba(0,0,0,0.7);
	width: 780px;
	position: absolute;
	text-align: justify;
	margin-left: -400px;
	left: 50%;
	padding: 10px;
}

a:hover{
	color: orange;
}

.mainframe {
	width: 800px;
	height: 100%;
	opacity: 0.7;
}

.mainframe-container {
	text-align: center;
	position: relative;
	top: 175px;
	z-index: 500;
}

.navlinks {
	top: 149px;
	width: 620px;
	z-index: 4;
	opacity: 0.8;
	position: absolute;
	left: calc(50% - 315px);
	float: left;
}



.navbar {
	
	width: 610px;
	height: 25px;
	background-color: #000000; 
	padding: 5px;
	position: absolute;
	left: calc(50% - 305px);
	top: 140;

	
}

.navbar-gradient {

	z-index: 3;
	height: 35px;
	width: 100px;
	background: linear-gradient(to right,rgba(0,0,0,0.8),rgba(0,0,0,0));
	position: absolute;
	left: calc(50% + 310px);
	top: 140;
	
}

.navbar-gradient-left {
	top: 140;
	z-index: 3;
	height: 35px;
	width: 100px;
	background: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.8));
	position: absolute;
	left: calc(50% - 410px);
	

}

.clr{
	clear: both;
}

.logos {
	height: 50px;
	width: 50px;
	float: right;
	opacity: 1;
}

.top-bar {
	position: absolute;
	z-index: 1;
	height: 150px;
	width: 650px;
	background: #000;
	opacity: 0.8;
	float: left;
	left: calc(50% - 325px);
}

.top-bar-gradient {
	height: 150px;
	width: 200px;
	background: linear-gradient(to right,rgba(0,0,0,0.8),rgba(0,0,0,0));
	position: absolute;
	left: calc( 50% + 325px);
	top: 0px;
	text-align: right;
}

.top-bar-gradient-left {
	height: 150px;
	width: 200px;
	background: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.8));
	position: absolute;
	left: calc( 50% - 525px);
	top: 0px;
	text-align: left;
}

.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1; 
}
.cb-slideshow:after { 
    content: '';
    background: transparent url(../images/pixel.png) repeat top left;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: -1;
	-webkit-backface-visibility: hidden;
    animation: imageFade 24s linear infinite 0s; 
}




.cb-slideshow li:nth-child(1) span { 
    background-image: url(../images/bg1.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../images/bg2.jpg);
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../images/bg3.jpg);
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../images/bg4.jpg);
    animation-delay: 18s; 
}


.cb-slideshow li:nth-child(2) div { 
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    animation-delay: 18s; 
}



@keyframes imageFade { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    20% { opacity: 1; animation-timing-function: ease-out; }
    30% { opacity: 1; }
    45% { opacity: 0; }
    100% { opacity: 0; }
}


.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}






