@charset "UTF-8";
* {
	box-sizing:border-box;
	font-family: Arial, Helvetica, sans-serif;
}

/* Body */
body {
	font-family: Cambria, Times;
	background-image: url('../images/Background.jpg');
	background-size: cover;
	background-attachment:fixed;
	margin:0;
	min-width:360px;
	
}

h1 {
	clear:both;
	color:#black;
}

i {
	font-style:normal;
}

p {
	margin:0;
}

table, th, td {
	border-collapse: collapse;
}


/* logoBar */

.smallLogoAlign {
	float: right; 
}



#navBar {
	background-color: rgba(255,255,255,1);
	height: 80px;
	width:100%;
	position: fixed;
	z-index:1;
	top: 0px;
	overflow: visible;
	padding-left:20px;
}
#navBar a {
	float:left;
	font-family: Times;
	color: rgba(0,149,218,1);
	display: block;
	text-align: center;
    	text-decoration: none;
	padding: 40px 15px 10px 15px;
	font-size:14pt;
}
#navBar a:hover{
	color: rgba(0,20,130,1);
}
#navBar a.active {
	color: rgba(0,20,130,1);
}
#navBar a.changeLang {
	font-size:12pt;
	padding: 40px 15px 10px 0px;
	float:right;
}
#navBar a.sideMenu {
	font-size:12pt;
	margin-top:14px;
	padding: 6px 6px;
	border: 2pt solid rgba(0,149,218,1);
	display:none;
}

.menuOption{
}

#sideBar {
	height:100%;
	width:0;
	position:fixed;
	z-index:1;
 	top:80px;
	left:0;
	background-color: rgba(50,50,50,0.6);
	overflow-x:hidden;
	padding-top:10px;
	font-size:12pt;	
}

#sideBar a {
	color: rgba(128,202,237,1);
	display: block;
	text-align: left;
	text-decoration:none;
	padding: 8px 20px;
	text-overflow:ellipsis;
}
#sideBar a:hover{
	color: rgba(0,149,218,1);
}
#sideBar a.active {
	color: rgba(0,20,130,1);
}

/* Slideshow container */
.slideshow-container {
	max-width: 1050px;
	height:470px;
	position: relative;
	margin: auto;
	margin-top:110px;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

.slidepics {

}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 12px;
	color: white;
	font-weight: bold;
	font-size: 30px;
	transition: 0.6s ease;
}

/* Position the "next button" to the right */
.next {
	right: 0;
}
.prev {
	left:0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.carouselactive, .dot:hover {
  background-color: #717171;
}





.section{
	display: inline-block;
	width:90%;
	float:left;
	margin: 10px 5%;
	
}



.sectionHalfWords{
	padding:20px 20px 40px 20px;
	margin:150px 0px;
	width:40%;
	background-color: rgba(255,255,255,0.5);
	min-width:160px;
	float:right;
	color:rgba(0,149,218,1);
}


.sectionHalfPic {
	width:60%;
	min-width:240px;
	float:left;
	padding:50px 0px;
	max-height:520px;
}

.technologyImages {
	float:left;
	width:40%;
	min-width:300px;
	max-width:450px;
	background-color: rgba(255,255,255,0.4);
	margin-top:20px;
}

.technologyTexts {
	float:left;
	width:57%;
	min-width:320px;
}

.managementShots {
	float:left;
	width:23%;
	min-width:200px;
	background-color: rgba(102, 51, 153,0.5);
	margin:20px 1%;
	padding:10px;
}

.headShots {
	width:100%;
}

#productBar {
	position: relative;
 	top: 80px;
	height:100%;
	float:left;
/*	width:160px;*/
	width:0;
	background-color: #90278F;
	overflow:hidden;
	padding-top:100px;
	padding-bottom:350px;
}

#productBar a.productLevel1, .productLevel2 {
	display: block;
	font-size:10pt;
	color: #FFFFFF;
	padding-left:5px;
	line-height:2;
}

.productLevel2 {
	padding-left:15px;
}

#productBar a:hover{
	color: #AAAAAA;
}

.productSection {
	display: inline-block;
	margin-left:30px;
	margin-top:80px;
	width:85%;
	min-width:450px;
	max-width:1000px;
}
.productPic {
	float:left;
	width:33%;
	min-width:180px;
	padding: 23px 15px 20px 0px;
}

.productText {
	clear:both;
	padding-top:30px;
	min-width:300px;
}

.priceTable {
	float:left;
	width:67%;
	min-width:350px;
	text-align:left;
	font-size:10pt;
}

.productSpecification {
	clear:both;
	float:left;
	margin-top:10px;
	width:55%;
	margin-right:3%;
	min-width:250px;
	font-size:10pt;
	border-collapse: separate;
	border-spacing: 3px;

}

.prodSpecCell {
	padding:5px;
	background-color:#CCCCCC;
}

.productLinks {
	float:left;
	margin-top:10px;
	width:42%;
	min-width:255px;
	padding:5px;
	font-size:10pt;
	text-align:left;
}

#footer {
	display: inline-block;
	background-color: #FFFFFF;
	min-height: 30px;
	margin: 0% 0% 30px 0%;
	width:100%;
	font-size:16pt;
	padding:20px;
	border-top: 15px solid rgba(0,149,218,1);
}


#footer a {
	font-family: Times;
	color: rgba(0,149,218,1);
	display: block;
	text-align: left;
    	text-decoration: none;
	padding: 2px 20px;
	font-size:10pt;
}
#footer a:hover{
	color: rgba(0,20,130,1);
}
#footer a.active {
	color: rgba(0,20,130,1);
}
#contactDetails {
	padding:30px 0px 0px 200px;
	font-family: Times;
	font-size: 10pt;
	color: rgba(0,0,0,1);
}

/* Mobile */
@media(max-width:800px){
	.menuOption{display:none}
	#navBar a.sideMenu{display:block}
	.sectionHalfPic{width:100%;padding:0;}
	.sectionHalfWords{width:100%;margin:0px;padding:10px 5px 40px 5px;)
}

@media(min-width:800px){
	.menuOption{display:block}
	#navBar a.sideMenu{display:none}
	.sectionHalfPic{width:60%;padding:50px 0px;}
	.sectionHalfWords{width:40%; margin-top:150px; padding:20px 20px 40px 20px;}
}



