




* {
    box-sizing: border-box;
	padding:0px;
	margin:0px;
	
}



.container {
  max-width: 1500px;
  margin-left:auto;
  margin-right:auto;
}






.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}

p {
	font-family: Arial, Helvetica, sans-serif, serif;
	font-size:1em;
    margin-top: 15px;
}

/*img {
	width:100%;	
}*/

#footer {
	width:100%;
	background:#000;
	min-height:100px;	
}

#footer p {
	font-family: Arial, Helvetica, sans-serif, serif;
	line-height: 25px;
	text-align:center;
	color:#FFF;
	font-size:15px;
}

#iconholder p {
	text-align:center;	
}

#iconholder img {
	width:50%;
	margin-left:25%;	
}

html {
    font-family: Arial, Helvetica, sans-serif, serif;
}

#links {
	padding-top:40px;	
}
.header {
     margin-left:auto;
     margin-right:auto;
    background-color: #e7e6e6;
    color: #ffffff;
    padding: 0px;
	padding-bottom:0px;
	overflow:auto;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:990;
}

.topimages {
	margin-top:110px;
     width: 100%;
}

.innermenu {
	color: #ffffff;
    padding: 0px;
	padding-bottom:0px;
	overflow:hidden;
     
}

.header ul, .innermenu ul, #smalllinks ul {
	list-style-type: none;
    margin-left: 15%;
    
    padding: 0;
    overflow: hidden;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif, serif;
	color:#333333;
	padding-top: 20px;
	
}

.header li, .innermenu li, #smalllinks li {
	float:left;	
	padding: 10px;
	margin-left:10px;
}

.header li a, .innermenu li a, #smalllinks li a {
	display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;	
}
h1 {
    color:#026EBE;
    margin-bottom: 20px;
    font-size:36px;
}

h2 {
    color:#026EBE;
    padding-bottom: 20px;	
	font-size:30px;
}
h3 {
    color:#026EBE;
    margin-bottom: 15px;
    padding-top: 20px;
	padding-bottom: 10px;
}
ul {
    font-family: Arial, Helvetica, sans-serif, serif;
	text-align:left;
	font-size:1em;
    list-style-position: outside;
	padding-bottom:15px;
}



button{ padding:1%; margin: 2%; width: 100px; }

a:link{ color:#333;}
a:visited{color:#333;}
a:active{color:#333;}
a:hover{color:#06C;}
.active{color:#06C; text-decoration:underline;}
#wrong{color:#F00;}
#stafflogin {
	cursor:pointer;	
}

#loginpanel, #boxdetails {
	width: 30%;
	background-color:#CCC;
	border-radius:20px;
	position:fixed;
	top:10%;
	left:35%;
	padding:1%;	
	min-height:200px;
	z-index:110;
	
}

#black {
	width:100%;
	height:100%;
	background-color:#000;
	position:fixed;
	left:0;
	top:0;
	opacity:0.8;
	z-index:100;	
}

#rotating-item-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
   }
.rotating-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

table, th, td {
	width:100%;
	border: 1px solid black;
    border-collapse: collapse;
	min-height:150px;
	color:#666;
}
th, td {
    padding: 5px;
    text-align: left;
	width:20%;
	
}

th {
	background-color:#CCC;   
     
}

table, li
 {   
    margin: 15px;
    list-style-position:outside;
    font-size:14px;
  
}

.table1 {
     font-family:Arial, Helvetica, sans-serif;
     
	width:90% !important;
	border: 0px !important;
   	min-height:150px;
     border-collapse:collapse;
	color:#000;
}
 .td1 {
    padding: 10px;
    text-align: left;
	color:#000;
     width:auto;
     vertical-align:top;
	
}
 .td2 {
    font-family:Arial, Helvetica, sans-serif;
     font-style:italic;
    font-size:14px;
    padding: 5px;
    text-align: left;
	color:#000;
	width:auto;
     background-color:#57A1D4;
	
}
th {
	background-color:#CCC;	
}

.dropdown {
    position: relative;
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
	color:#333;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#smalllinks {
	background-color:#999;	
	color:#EEE;
}

#smalllinks a {
	list-style:none;
	text-decoration:none;
	color:#EEE;
}


#videowrapper { position: relative; padding-bottom: 56.25%; padding-top: 25px; padding-right: 25px;height: 0; }
#videowrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 90%; }


	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}
	
@media screen and (max-width:1400px){
	#rotating-item-wrapper {
		height: 480px;	
	}
}

@media screen and (max-width:1300px){
	#rotating-item-wrapper {
		height: 450px;	
	}
}

@media screen and (max-width:1050px){
	#rotating-item-wrapper {
		height: 350px;	
	}
}


@media screen and (max-width:850px){
	.col-0-m {display:none;}
	.col-1-m {width: 8.33%;}
	.col-2-m {width: 16.66%;}
	.col-3-m {width: 25%;}
	.col-4-m {width: 33.33%;}
	.col-5-m {width: 41.66%;}
	.col-6-m {width: 50%;}
	.col-7-m {width: 58.33%;}
	.col-8-m {width: 66.66%;}
	.col-9-m {width: 75%;}
	.col-10-m {width: 83.33%;}
	.col-11-m {width: 91.66%;}
	.col-12-m {width: 100%;}
	
	ul{
		padding:0px;
	}
	
	#loginpanel, #boxdetails {
		width:80%;
		left:10%;	
	}
	
	.header {
		position:static;	
	}
	
	.topimages {
		margin-top:0px;
		display:none;
	}
	
	p {
		font-weight:300;
	}
	
}



