

#main { background-image: url(images/bgpic.jpg);
background-repeat: horizontal;}

#wrapper { width: 70%; 
			margin: auto;}

#header { width: 100%; background-color:white;  }


	   
.vision {width: 100%; background-color:#f2f2f2ff ; }

 
.vision img {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

.nav {width: 20%;
		float: left;
		height: 600px;
		background-color:#E0E0E0;}/*#E5E7E9#E0E0E0;#E1F5FE*/

 .nav a, .dropdown-btn{
	padding:6px 8px 6px 16px;
	text-decoration: none;
	font-size: 1.3vw;
	font-weight: 500;
	color:#1565C0;/*#1F618D #0000FF*/
	display: block;
	border:none;
	background:none;
	width:100%;
	text-align:left;
	cursor: pointer;
	outline:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
	
.nav a:hover, .dropdown-btn:hover{
	color:#D35400;}/*#48C9B0;*/
	
.active {
	background-color:#9C640C;
	color:white;
}

.dropdown-container {
	display: none;
	background-color:#F39C12;
	padding-left:8px;}

.content {width: 80%; height:600px;
	   float: right;
	   background-color:white; overflow:scroll;
	   }
.content::-webkit-scrollbar{display:none;}

.content { -ms-overflow-style: none;} 


	   
.content p {font-size:1.05vw; padding-right:30px; padding-left:20px; padding-bottom:10px; font-family:Sans-serif, Arial, Helvetica ; text-align:justify; line-height:120%; 
			}

.scroll {overflow:scroll;}

.content h1 {text-align: center; font-family:"Arial Black", Gadget, sans-serif;
			color:#1A237E; font-size:2vw;}
			 
.contentLogo {width: 40%; padding-left: 20px; padding-right:5px; float:left;}	
.contentpic { padding-top: 10vh; margin: auto; width: 95%; }	
 
.contactColumn {float:left; width:28%;text-align: center;}
.contactColumn p {text-align: center; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #1A237E;}

.queryForm {margin-left: 2%; font-family: Arial, Helvetica, sans-serif; color: #1A237E; font-weight:bold; font-size:1.3vw; }
.queryForm input{ width: 90%;}
.formq {width: 90%;}
.leftform {width:20vw; float:left;}
.rightform {width:20vw; margin-left: 50%; }

.footer {width: 100%; height:50%;
		clear: both;
		background-color: #f2f2f2ff;}

.footer p
 {font-size:1.05vw; padding-left:20px; padding-right:30px; padding-top:5px; padding-bottom:5px; font-family: Arial, Helvetica, sans-serif; text-align:justify;
			color: #0000FF;}

.productH {margin: auto; width: 90%; }
.productVL {margin-left: 4.9%; margin-top:0.5%; width:20%;  height: 65%; float: left; } 
.productDistributor {margin-left:29.9%; margin-top: 0.5%; width: 64%;  height: 65%; }
.productD {margin-left: 4%; width: 54%;  height: 100%; float:left;}
.productVR {margin-left: 69.9%; width: 31.5%;  height: 100%;}

.galPages {margin:auto; width: 60%;}
.galPages p {text-align: center; font-family: sans-serif; font-size: 1.2vw;}
.thank {margin:auto; width: 100%; }
.thank p {font-family: sans-serif; font-size: 1.2vw; font-weight: bold;}


.row > .column {
padding: 0 8px 10px;
}
.row > .contactColumn {
padding: 0 8px 10px;
}

.row:after {
	content: "";
	display: table;
clear:both;}

.column{
	float:left; width:17%; }

.modal {
	display: none;
  position: fixed;
  z-index: 1;
  padding-top: 5vw;
  left: 0;
  top: 0;
  width: 100%;
  height:100%;
  overflow: auto;
  background-color: black;}
  
.modal-content {
	 position: relative;
  background-color: #fefefe;
  margin: auto;
  padding:0;
  width: 50%;
  height: 49%;
  max-width: 1000px;}
  
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;}

.close:hover, .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;}
  
.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* 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);
}

.column img {
	cursor:pointer;
  margin-bottom: -4px;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
	
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.nextPage{
	text-decoration:none;
	outline:none;
	border:none;
	font-size: 1.5vw;
	font-weight:bold;
	padding-right: 2vw;
float: right;}

.prevPage {
	text-decoration:none;
	outline:none;
	border: none;
	font-size:1.5vw;
	font-weight:bold;
	padding-left: 2vw;
float:left;}



			
