@charset "utf-8";
/* CSS Document */

html, body {
	background-color:#BFCDE0;
	font-family:Calibri;
	
	font-size:14px;
	margin: 0px;
    padding: 0px;
    height:100%;
} 

header {
    width: 1000px;
    height: 80px;
    position: fixed;
    top: 0;
    left: 50%;
    /* bring your own prefixes */
    margin-left: -500px; 
    z-index: 999;
    background-color: #68282E;
	background-image:url(./img/logo.png);
	background-repeat:no-repeat;
	
}

#logo {
	
	width:1000px;
	height:100px;
	margin:0 auto;
	background-color:#68282E;
}

header nav {
    
}
header nav a {
    
    

}
header nav a:hover {
    
}
header.smaller {
    height: 35px;
	background-image:url(./img/logo_small.png);
	background-repeat:no-repeat;
}
header.smaller h1#logo {
    
    height: 35px;
    
	
}
header.smaller nav {
	margin-top:-46px;
}

@media all and (max-width: 768px) {
    header h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
        line-height: 100px;
        text-align: center;
    }
    header nav {
        display: block;
        float: none;
        height: 50px;
        text-align: center;
        margin: 0 auto;
    }
    header nav a {
        line-height: 50px;
        margin: 0 10px;
    }
    header.smaller {
        height: 75px;
    }
    header.smaller h1#logo {
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }
    header.smaller nav {
        height: 35px;
    }
    header.smaller nav a {
        line-height: 35px;
    }
}	

#osdetect {
	width:999px;
	font-weight:bold;	
	border:0;
	text-decoration:none!important;
	text-align:right;
	position:absolute;
    top:5px;
    z-index:0;
	display: flex;
	}

#navadj {
	
	width:992px;
	
}

#iconlinks {
	width:280px;
	float:left;
}

#icon {
	float:left;
	width:40px;
	
}

.iconstyle {
	width:25px;
	height:25px;
}

#main {
	padding-top:0px;
	width:1000px;
    margin:0 auto;
    overflow: hidden;
	background-color:#FFF;
    display: table;
}

#leftindex {
	width:250px;
	float:right;
	height:100%;
	padding-right:2px;
	padding-left:2px;
	background-color:#943942;
	padding-bottom: 400%;
    margin-bottom: -400%;
	text-align:center;
	color:#fff;
	display: table-cell;
	
	
}


#leftindex a:link { color: #FFF; }
#leftindex a:visited { color: #FFF; }
#leftindex a:hover { color: #FFF; }
#leftindex a:active { color: #FFF; }

.fancylink {
 
  font-size: 16px;
  overflow: hidden;
  display: block;
  color:#000;
  height:35px;
  line-height:2em;
  
}

.fancylink:hover {
  background: #333;
  font-size: 16px;
  color:#fff;
  height:35px;
}

#news {
	width:994px;
	float:right;
	padding-left:3px;
	background-color:#fff;
	padding-bottom: 100%;
    margin-bottom: -100%;
	padding-right:3px;
	display: table-cell;
}

/*#news a:link { color: #000; }*/
/*#news a:visited { color: #000; }*/
/*#news a:hover { color: #000; }*/
/*#news a:active { color: #000; }*/

#section {
	width:780px;
	float:left;
	background-color:#FFF;	
}

#servicesection {
	width:740px; 
	float:left;
	padding-top:5px;
}

#listservices {
	width: 375px;
	line-height:25px;
	border:solid #000 2px;
	padding-left:5px;
	margin-top:5px;
	float:left;

}



  /* Styling to hide and show content on click */

.accordian-content {
  display: none;
  background-color::#6C8EAD;
  overflow: hidden;
  
}

.accordian-element.active > .accordian-content {
  display: inherit;
  background-color::#6C8EAD;
  overflow: hidden;
}

.accordian-title {
  cursor: pointer;
  background-color::#6C8EAD;
  overflow: hidden;
}


/* Styling for searching content and highlighting it */

.accordian-wrapper.searched .accordian-element {
  display: none;
  background:#6C8EAD;
}

.accordian-wrapper.searched .accordian-element.active {
  display: inherit ;
  background:#6C8EAD;
}

.found-term {
  color: yellow;
}


/* Just some general styling to make it look nice */

.accordian-wrapper {
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
  background:#6C8EAD;
  color:#fff;
  overflow: hidden;
  
}

.accordian-element {
  padding: 0px 0px 0px 15px;
  border-bottom: 1px solid black;
  background:#6C8EAD;
  color:#fff;
  overflow: hidden;
  
}




.boklink {
  background: #CCC;
  font-size: 16px;
  width: 720px;
  overflow: hidden;
  display: block;
  color:#000;
  line-height:2em;
  
}

.boklink:hover {
  background: #666;
  font-size: 16px;
  width: 720px;
  color:#fff;
  
}

.bokitem {
  background: #FFF;
  font-size: 16px;
  width: 162px;
  height:150px;
  overflow: hidden;
  display: block;
  color:#000;
  line-height:2em;
  float:left;
  text-align:center;
  padding-bottom:5px;
  
  
}

.bokitem:hover {
  background: #CCC;
  font-size: 16px;
  width: 162px;
  height:150px;
  color:#fff;
  
}

.boksection {
	width:732px;
	text-align:30px;
	overflow:hidden;
}

.support {
	width:780px; 
	margin:0 auto;
}

#supportlist {
	width:260px;
	float:left;
	
}

#supportlist h3 {
	padding-bottom:10px;
	
}

.indent {
	text-indent:15px;
}

#404content {
	width:995px; 
	text-align:center;	
}

#footer {
	width:998px;
	background-color:#003;
	color:#666666;
	margin:0 auto;
	height:50px;
	position:relative;
	border-bottom:#FFF solid 1px;
	border-left:#FFF solid 1px;
	border-right:#FFF solid 1px;
	line-height:3em;
	display: block;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	background-image:url(img/footerbg.png);
	background-position:top;
	background-repeat:repeat-x;	
}

#footer a:hover {  
  background: #06F;
  font-size: 16px;
  color:#666666;
   }
   
#footer a:visited {  
  background: #06F;
  font-size: 16px;
  color:#666666;
   }
   
.sticky-footer
{
	position: absolute;
	bottom: 0;
	
	
	width:1000px;
	background-color:#943942;
	color:#fff;
	margin:0 auto;
	height:50px;
	position:relative;
	border-bottom:#ADD2C2 solid 1px;
	border-left:#ADD2C2 solid 1px;
	border-right:#ADD2C2 solid 1px;
	line-height:3em;
	display: block;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	
	background-position:top;
	background-repeat:repeat-x;
}

/* FOR MOBILE PHONES */

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

.visibledevice {display:block;}
.visibledesktop {display:none;}

html, body {
	
	font-family:Calibri;
	overflow-x: hidden;
    width: 100%;
	font-size:34px;
} 

input, select { /* add further tags here according to your needs */
        height:75px;
        width:750px;
		font-size:32px;
    }

#logo {
	background-image:url(imgs/logo_small.png);
	width:1000px;
	height:100px;
	margin:0 auto;
	background-repeat:no-repeat;
	
	
}

header {
    width: 1000px;
    height: 100px;
    position: fixed;
    top: 0;
    left: 50%;
    /* bring your own prefixes */
    margin-left: -500px; 
    z-index: 999;
    background-color: #A7D3A6;
	background-image:url(./img/logo_small.png);
	background-repeat:no-repeat;
	
}

header h1#logo {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    font-size: 60px;
    color: white;
    font-weight: 400;
	border-bottom:none;
	background-image:url(./img/logo_small.png);
	background-repeat:no-repeat;
}
header nav {
    
}
header nav a {
    
    

}
header nav a:hover {
    
}
header.smaller {
    height: 100px;
	background-image:url(./img/logo_small.png);
	background-repeat:no-repeat;
}
header.smaller h1#logo {
    
    height: 100px;
    
	
}
header.smaller nav {
	margin-top:-46px;
}

#osdetect {
	width:1000px;
	font-weight:bold;	
	border:0;
	font-size:24px;
	text-decoration:none!important;
	text-align:right;
	right:85px;
    z-index:1000;
	}

#navadj {
	
	
}

#iconlinks {

	
	
}

#icon {
	width:45px;
	text-align:center;
	float:left;
	padding-left:5px;
	padding-right:8px;
}

.iconstyle {
	width : 50px;
    height: 50px;
	
}

.iconspace {
		
}

#main {
	
	padding-top:0px;
	width:1000px;
    margin:0 auto;
    overflow: hidden;
	background-color:#FFF;
	border-bottom:#FFF solid 1px;

	
}

#leftindex {
	width:175px;
	float:left;
	font-size:32px;
	padding-right:2px;
	padding-left:2px;
	background-color:#FFF;
	padding-bottom:5px;
	display: none;	
}

.fancylink {
  background: #FFF;
  font-size: 32px;
  width: 1000px;
  overflow: hidden;
  display: block;
  color:#000;
  height:65px;
  line-height:2em;
  
}

.fancylink:hover {
  background: #333;
  font-size: 32px;
  width: 1000px;
  color:#fff;
  height:65px;
	
}

#news {
	width:1000px;
	float:right;
	padding-left:5px;
	background-color:#FFF;
	font-size:32px;	
}

#section {
	width:1000px;
	float:left;
	background-color:#FFF;	
}

#servicesection {
	width:1000px; 
	float:left;
}

#listservices {
	width: 1000px;
	line-height:40px;
	border:solid #000 2px;
	padding-left:5px;
	margin-top:5px;
	float:left;

}

.boklink {
  background: #CCC;
  font-size: 32px;
  width: 970px;
  overflow: hidden;
  display: block;
  color:#000;
  line-height:3em;
  
}

.boklink:hover {
  background: #666;
  font-size: 32px;
  width: 970px;
  color:#fff;
  
}


.support {
	width:1000px; 
	font-size:32px;
	
	
}

#supportlist {
	width:1000px;
	border:none 0px;
	font-size:32px;
	
	
}

#textbox {
	font-size: 32px;	
}

#filter {
	font-size:32px;
}

.indent {
	text-indent:15px;
}

#404content {
	width:1000px; 
	text-align:center;	
}

.sticky-footer
{
	position: absolute;
	bottom: 0;
	
	
		width:998px;
	background-color:#943942;
	color:#FFFFFF;
	margin:0 auto;
	height:110px;
	position:relative;
	border-bottom:#FFF solid 1px;
	border-left:#FFF solid 1px;
	border-right:#FFF solid 1px;
	line-height:3em;
	display: block;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	
	background-position:top;
	background-repeat:repeat-x;
}

#footer a:hover {  
  background: #06F;
  font-size: 32px;
  color:#fff;
   }
   
   #footer a:visited {  
  background: #06F;
  font-size: 32px;
  color:#fff;
   }
   
#ie {
	width:1000px;
	margin:0 auto;
	background-color:#39F;
	color:#000;

		
}
}
