body{
	background-color: #1e1a33;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
}

.center{
	position: absolute;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
}

.logo{
	position: absolute;
	background-image: url('/uploads/logo.png');
        background-repeat: no-repeat;
	width: 233px;
	height: 107px;
	margin-left:90px;
	margin-top: 16px; 
	float: left;
        z-index: 100;
}

.facebook{
	float: right;
	margin-top: 15px;
}

.menu{
	position: absolute;
	top: 75px;
	left: 300px;
	width: 750px;
	height: 15px;
	/*text-align: center;*/
}

.menu ul,.footer-sitemap ul{
	padding: 0px;
	margin: 0px;
}

.menu ul li{
	float: left;
	list-style-type: none;
	padding-right: 12px;
	padding-left: 12px;
	border-right: 1px solid white;
	font-family: Verdana;
    font-size: 15px;
}

.footer-sitemap ul li{
	float: left;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid white;
}

.menu ul li:last-child{
	float: left;
	list-style-type: none;
	padding-right: 12px;
	padding-left: 12px;
	font-family: Verdana;
    font-size: 15px;
	border-right: 0px;
}

.footer-sitemap ul li:last-child{
	float: left;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 0px;
}

.menu ul li a{
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

.menu ul li.menuactive a{
	color: yellow;
}

.menu ul li a:hover{
	text-decoration: underline;
}

.header{
	/*height: 100px;*/
	/*border-bottom: 1px solid #6b6879;*/
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.slideshow{
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
	height: 500px;
	border-bottom: 1px solid #6b6879;
}

.news-contact{
	margin-left: 86px;
	margin-top: -120px;
	width: 316px;
	float: left;
        z-index:100;
} 

.news{
	padding-bottom: 20px;
        z-index: 100;
}

.contact{
	margin-top: 20px;
}

.content{
	float: left;
	width: 556px;
	min-height: 250px;
	margin-left: 35px;
	margin-top: 15px; 
	color: white;
	font-size: 12px;
	padding-bottom: 20px;
}

.respcontent{
	margin-top: 15px; 
	color: white;
	font-size: 12px;
	padding-bottom: 20px;
}

.content-wide{
	clear: both;
	min-height: 250px;
	color: white;
	margin-left: 35px;
        margin-right: 35px;
	margin-top: 40px; 
	font-size: 12px;
	padding-bottom: 20px;
}
.overlay{clear: both}
.overlay .parent{width: auto;}
.submit{    clear: both;}
.content h1, .content-wide h2, .content a, .content-wide a{
	color: white;
	font-size: 12px;
	font-weight: normal;
}
.cms_submit{color: black;}
.respcontent h3{
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.respcontent h1, .respcontent-wide h2, .respcontent a, .respcontent-wide a{
	color: white;
	font-size: 12px;
	font-weight: normal;
}

.footer-sitemap{
	clear: both;
	font-size: 12px;
	padding-bottom: 30px;
        padding-top: 30px;
	text-align: left;
	color: white;
}

.footer{
	width: 45%;
	text-align: left;
	color: white;
	float: left;
}

.footer a, .footer-sitemap a{
	color: white;
	text-decoration: none;
}

.footer a:hover, .footer-sitemap a:hover{
	text-decoration: underline;
}

.sitemap{
	width: 55%;
	float: left;
	color: white;
	text-align: center;
	text-transform: uppercase;
}

.sitemap a{
	color: white;
	text-decoration: none;
}

.sitemap a:hover{
	text-decoration: underline;
}


.parent { 
  color: #fff;
  width: 316px;
}

.child { 
  color: #000; 
  width: 316px;
  min-height: 197px;
  font-size: 13px;
}

.child2{
  margin-top: 70px;
  color: #000; 
  width: 316px;
  height: 50px;
  font-size: 13px;
}

.child2 h2{
  margin: 0px;
  padding: 10px 0px 0px 0px;
  line-height: 50px;
  vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
  height: 50px;
}

.child p{
	padding-left: 27px;
}

.child h2{
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.child a{
	text-decoration: none;
	color: black;
}

.child a:hover{
	text-decoration: underline;
}

.child table{
	padding-top: 7px;
}
.child table tr td{
	text-align: center;
}


/* partial opacity hack: configuration */
.opacity { 
	background: white;
	/*opacity: 0.91;*/		/* modern browser */
	/*-moz-opacity: 0.90;*/	/* older Mozilla browser */
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; *//* IE8 in Standard Compliant Mode */
	/*filter:alpha(opacity=90);*/ /* IE5.x -7.0 */
} 

/* partial opacity hack, part I: Don't change the following properties! */
.opacity-wrapper,
.opacity-wrapper * {
	position:relative;
}

.opacity { 
	/* partial opacity hack, part II: Don't change the following properties! */
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
} 

/* partial opacity hack, part III: IE6 support */
* html .opacity-wrapper { 
	overflow:hidden;
}
* html .opacity { 
	width: 2000px; 
	height: 2000px;
} 

.news-item{
	margin-left: 24px;
	margin-bottom: 10px;
}

.news-date{
	background-color: yellow;
	text-align: center;
	width: 46px;
	height: 45px;
	float: left;
	vertical-align: middle;
}

.news-date p{
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.news-date p b{
     text-transform: uppercase;
}

.news-title-readmore{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.news-readmore a{
	text-decoration: underline;
}

.news-seperator{
	clear: both;
	width: 70%;
}

.contact tr td input, .contact tr td textarea{
      border: 1px solid black;
      width: 300px;
      font-family: Verdana;
      font-size: 11px;
      margin: 0px;
      padding: 2px;
}

.contact tr td{
      vertical-align: top;
}

h2.NewsSummary{
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold;
}

.pics img, div#slideshow_3 ul#slides_3, div#slideshow_3 ul#slides_3 li{
width: 100% !important;
height: auto !important;
}

div#slideshow_3{
width: 100% !important;
padding-bottom: 48.82% !important;
height: auto !important;
}

.navbar-default{
    background: transparent;
    border: none;
}

.overlay{
   margin-top: -50px;
}

.navbar-default .navbar-nav>li>a{
    color: white;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover{
   color: yellow;
}
.navbar-default .navbar-nav>li>a:visited{
  color: white;
}

.navbar-brand h1{
    font-size: 1em;
    text-indent: -100000;
    display: none;
}

.col-sm-4 .child, .col-sm-4 .parent, .overlay .child2{
    width: auto;
}

.footer-sitemap ul{
    float: right;
}

.row .content{width: invalid; margin: inherit;}

.respcontent img{
    max-width: 100%;
}

@media (min-width: 1024px) {
  .navbar-collapse{clear: both;}
}

@media (min-width: 768px) and (max-width: 1023px) {
.navbar-collapse{margin-top: 100px; clear: both; padding: 0px;}
.navbar-nav>li>a{padding: 10px}
    .logo{
        margin-left: 0px;
    }
    .content{

    }
    .pics img{
       max-width: 100% !important;
    }

    

}


@media (max-width: 767px){
.logo{margin-left: 0px; margin-top:0px;}
.navbar-brand{padding: 0px; margin-top: -20px;}
.overlay{margin-top: 25px;}
.navbar-nav{background-color: #1e1a33;    z-index: 120;
    position: relative;}
.footer-sitemap ul li, .footer-sitemap ul li:last-child{
    clear: both;
    float: right;
    border: none;
    text-align: right;
}
.overlay .child2{margin-top: 0px}
}

/* Nexus 5x */
@media only screen
and (min-height: 361px)
and (max-height: 411px)
and (min-width: 641px)
and (max-width: 731px)
and (orientation:landscape){
.col-xs-12.overlay{background-color: white;}
.col-xs-12 .news, .col-xs-12 .contact {width:  50%; margin: 0px; float: left;}
.col-xs-12 .contact{}
.col-xs-12 .news{}
}

div#slideshow_3 ul#prevnextnav_3 li#next_3 {
    right: 52px;
    left: auto !important;
}

.contact tr td input, .contact tr td textarea{
color: black;
}

/* Stylesheet: baetens Modified On 2020-07-06 13:51:03 */
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}


/* ######### Default class for drop down menus ######### */

.anylinkcss .menuactive{
   font-weight: bold;
}

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
color: black;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: black;
}

.anylinkcss a:hover{ /*hover background color*/
background: lightgray;
color: black;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
/* Stylesheet: anylinkcss Modified On 2012-09-27 00:04:19 */
