@charset "UTF-8";

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
#img_product {
	vertical-align: middle;
	max-height: 500px;
	max-width: 700px;	
	object-fit: contain;
}

#addToCart{
	max-width:87px;
	display: block;
	margin: 0 auto;
	
	/*margin-left: auto;
	margin-right: auto;*/
}

#viewCart{
	max-width:74px;
	display: block;
	margin: 0 auto;
	
}

.Option{
	
}

.OptionSelect{
	max-width:96%;
}

/* Slideshow container */
.slideshow-container {
height: 500px;
/*width: 700px;*/
	width: 100%;
/*position: absolute;*/
position: relative;
text-align: center;
margin: auto;
	
/*  max-width: 1000px;
  position: relative;
  margin: auto;*/
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 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);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.Highlight {
  color: #f4e542;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

#slide_nav{
  -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
}

.slide_navbutton {
  cursor: pointer;
  height: 15px;
  width: 15px;
  transition: background-color 0.6s ease;
}

/* 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;
}

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

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

 
/* Main content of the site */
#content {
	clear: both;
	overflow: auto;
	/*padding-top: 29px;*/
}

#content #mainContent h1, #content #mainContent h2 {
	/* Styling for main headings */
	/*color: rgba(146,146,146,1.00);*/
}

#content #mainContent h3 {
	/*Captions ot Taglines */
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	/*color: rgba(146,146,146,1.00);*/
}

#content #mainContent p {
	/* All paragraphs under maincontent */
	/*color: rgba(146,146,146,1.00);*/
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	text-align: justify;
}

.description{
	margin-top:5%;
	/*
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space:normal;*/
}

#content #mainContent #descriptionInfo {
	/* application info section */
	/*background-color: rgba(208,207,207,1.00);*/
	
	overflow-wrap: break-word;
  	word-wrap: break-word;
	white-space:normal;
	
}
#content #mainContent #descriptionInfo h2, #content #mainContent #descriptionInfo p {
	/*color: rgba(255,255,255,1.00);*/
	padding-left: 2%;
	padding-top: 11px;
/*	
	overflow-wrap: break-word;
  word-wrap: break-word;
	max-width: 70%;*/
	
}
#content #mainContent #descriptionInfo p {
	/*color: rgba(255,255,255,1.00);*/
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 11px;
	padding-right: 2%;
	/*
	max-width: 70%;
	overflow-wrap: break-word;
  	word-wrap: break-word;*/
}

#content #mainContent #applicationInfo {
	/* application info section */
	background-color: rgba(208,207,207,1.00);
	overflow-wrap: break-word;
  	word-wrap: break-word;
	white-space:normal;
}

#content #mainContent #applicationInfo h2, #content #mainContent #applicationInfo p {
	/*color: rgba(255,255,255,1.00);*/
	padding-left: 2%;
	padding-top: 11px;
}

#content #mainContent #applicationInfo p {
	/*color: rgba(255,255,255,1.00);*/
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 11px;
	padding-right: 2%;
	overflow-wrap: break-word;
  	word-wrap: break-word;
	white-space:normal;
	
}

#mainContent {
	/* Container for the blog post in individal blog view */
	padding-left: 2%;
	width: 70%;
	float: left;
	padding-right: 2%;
	/*padding-top: 41px;*/
	/*display:block;*/
}
#content #sidebar_product {
	/* sidebar_product*/
	width: 20%;
	padding-left: 2%;
	padding-right: 2%;
	float: right;
	background-color: rgba(246,246,246,1.00);
	margin-top: 105px;
	/*padding-top: 32px;*/
}

#content #sidebar_product input {
	/* Search box in sidebar_product */
	width: 98%;
	height: 32px;
}
#sidebar_product ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
#sidebar_product ul {
	padding-left: 0%;
}
#sidebar_product ul li a {
	/*color: rgba(146,146,146,1.00);*/
	text-decoration: none;
}

#sidebar_product ul li .navsmall{
	/*color: rgba(146,146,146,1.00);*/
	text-decoration: none;
	font-size: 12px;
}

#sidebar_product ul li .doclink{
	/*color: rgba(146,146,146,1.00);*/
	text-decoration: none;
	font-size: 12px;
	padding-left: 10%;
	/*
	text-align:center;
	float:none;*/
	
}

.description{
	/*margin-top:5%;
	/*
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space:normal;*/
}

@media screen and (max-width : 1000px ){
header #headerLinks {
	width: 100%;
	text-align: center;
	padding-bottom: 21px;
}
	
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	width: 96%;
}

#img_product {
	vertical-align: middle;
	max-height: 400px;
	max-width: 600px;	
	object-fit: contain;
}

/* Slideshow container */
.slideshow-container {
	height: 400px;
	width: 100%;
	position: relative;
	text-align: center;
}

#content #sidebar_product {
	/* sidebar_product*/
	height:100%;
	width: 96%;
	padding-top: 13px;
	/*overflow: auto;*/
	margin-top: 3px;
	margin-left: 2%;
	padding-bottom: 13px;
	/*font-size: 32px;*/
}
	
}

/* Media query for tablets */
@media screen and (max-width : 700px ){
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	width: 96%;
}
	
#img_product {
	vertical-align: middle;
	max-height: 300px;
	object-fit: contain;
}

/* Slideshow container */
.slideshow-container {
	height: 300px;
	width: 100%;
	position: relative;
	text-align: center;
}
	
	
#content #sidebar_product {
	/* sidebar_product*/
	width: 96%;
	padding-top: 13px;
	/*overflow: auto;*/
	margin-top: 3px;
	margin-left: 2%;
	padding-bottom: 13px;
	width: 94%;
	float: left;
	padding-left: 4%;
}
	
#content #sidebar_product ul {
	margin-top: 0px;
}
}

/* Mobile view */
@media screen and (max-width:480px) {
#img_product {
	vertical-align: middle;
	max-height: 200px;
	object-fit: contain;
}

/* Slideshow container */
.slideshow-container {
	height: 200px;
	width: 100%;
	position: relative;
	text-align: center;
}
	
#content #sidebar_product  {
	/* Menu for selecting options */
	width: 94%;
	padding-top: 7px;
	padding-left: 4%;
	padding-bottom: 0px;
	float:left;
}
	
#content #sidebar_product ul li {
	/*display: inline-block;*/
	/*width: 32%;*/
	text-align: left;
	/*padding-left: 40%;*/
	/*float: left;*/
}
	
#content #mainContent h3 {
	/* Title under maincontent, if any */
	font-size: 14px;
}
}

