@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);

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

.mobi_logo {
	  display:none;	
	  visibility:hidden;  
  }

* {box-sizing:border-box}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  max-width:1488px;
  /*height:160px;*/
}

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

/* 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:#abcdef;
  color:#369;
}

/* Caption text */
.text {
  padding: 1%;
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  margin:auto;
  background-color:#abcdef;
  /*color:#036;*/
  opacity:0.95;
}

/* Number text (1/3 etc) */
.numbertext {
  font-size: 150%;
  padding: 2%;
  position: absolute;
  top: 0;
  text-align:center;
}

/* The dots/bullets/indicators */
.dotty {
  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, .dotty: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: 768px) {
  .prev, .next,.text {font-size: 100%}
  
  .slideshow-container {
	  display:none;
	}
  .mobi_logo {
	  display:block;	  
	  visibility:visible;
  }
}

@media only screen and (max-width: 640px) {
  .prev, .next,.text {font-size: 80%}
  
  .slideshow-container {
	  /*height:300px;*/
	}
}

@media only screen and (max-width: 480px) {
  .prev, .next,.text {font-size: 75%}
  
  .slideshow-container {
	  /*height:360px;*/
	}
}

/*==============================*/
html, body { 
height: 99%;
background-color:#ffffff;
/*background-image:url(images/bg.png);*/
background-size:100%;
margin:0;
padding:0px;
font-family:'Lato', Arial;
font-size:100%;
color:#444444;

} 

.button {
	color:#ffffff;
	background-color:#007CC1;
	border: 0px;
	padding:3%;
	cursor:pointer;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-appearance:none;
	font-weight:bold;
	font-size:100%;
	
}


h1 {
	font-family:'Ubuntu', Arial;
	font-size:140%;
	color:#007CC1;
}

h2 {
	font-family:'Ubuntu', Arial;
	font-size:110%;
	color:#444444;
	text-transform:uppercase;
}

h3 {font-family:'Lato', Arial;
	font-size:100%;
	color:#007CC1;
}

img {
	border:0px;
}

.grayimg {
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  width:100%;
}

.separator {
	height:10px;background-color:#ffffff;	
}

.textlink {
	color:#96CBCB;
	text-decoration:none;
}

a {
	color:#007CC1;
	text-decoration:none;
}
a:hover {
	color:#007CC1;
	text-decoration:underline;
}

.footerlink {
	color:#ffffff;
	text-decoration:none;	
}
.footerlink:hover {
	color:#fc0;
}




.brightbutton {
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	background-color:#690;
	padding:7px;
	border:0px;
	text-align:center;
	cursor:pointer;	
}


.footer {
	width:100%;
	max-width:1488px;
	margin-top:0; 
	margin-right:auto; 
	margin-bottom:0; 
	margin-left:auto;
	color:#ffffff;
	/*height:200px;*/
	text-align:center;
	background-color:#dddddd;
}



input,select {
	font-family:'Lato', Arial;
	font-size:110%;
	color:#333333;
}

.container {
	width:97%;
	max-width:1488px;
	margin-top:0; 
	margin-right:auto; 
	margin-bottom:0; 
	margin-left:auto;
}

.textdiv {
	padding:5%;
}


.bannercontainer {
	width:100%;
	/*max-width:1152px;*/
	margin-top:0; 
	margin-right:auto; 
	margin-bottom:0; 
	margin-left:auto;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.topsection {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.bannersection {
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color:#E2ECF5;
	z-index:100;
}

.blockimage {
	width:100%;	
}

.logo {
	width:75%;	
}

.productimage {
	height:150px;	
}

.homeblockimage {
	width:100%;	
}

.homeblockimage:hover {
	opacity:0.85;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; 
}

/*  GRIDS  */


.slidercontainer {
	width: 100%;
	background-color:#ffffff;
	
}                   
               
.contentblock {
	width: 32.25%;
	
}
.contentblock33 {
	width: 32.25%;
	
}
.contentdoubleblock {
	width: 66.15%;
	
}

.contentblock100 {
	width: 100%;
	
}
.contentblock25 {
	width: 23.8%;
}
.contentblock25b {
	width: 23.8%;
}

.contentblock50 {
	width: 49.2%;
}

.contentblock75 {
	width: 74.6%;
	
}

.contentblock85 {
	width: 82.95%;
	
}

.contentblock15 {
	width: 15.33%;
	
}

.mobile_footer {
	display:none;
	visibility:hidden;	
}
.desktop_footer {
	display:block;
	visibility:visible;
}

.values_span {
	width: 20%;	
	display:inline-block;
}

/*===============================================================*/


/*===============================================================*/


/*===============================================================*/

@media only screen and (max-width: 1024px) {
	html, body { 
		
	} 
	.container {
		width:97%;	
	}
}

@media only screen and (max-width: 768px) {
	html, body { 
		font-size:130%;
	} 

	.col { 
		margin: 1% 0 1% 0%;
	}
	
	.contentblock {
		width: 100%;
	
	}
	.contentblock33 {
		width: 100%;
	
	}
	.contentblock85 {
		width: 100%;
		
	}
	.contentdoubleblock {
		width: 100%;
		
	}
	.heading {
		font-size:150%;
	}

	.contentblock15 {
		width: 100%;
		
	}
	.container {
		width: 97%;
	}
	.bannercontainer {
		width: 100%;
	}	
	
	.slidercontainer {
		width: 100%;
	}


	.contentblock {
		width: 100%;
	}
	
	.contentblock25 {
		width: 100%;
	
	}
	.contentblock25b {
		width: 100%;
	
	}
	.contentblock50 {
		width: 100%;
	
	}
	.contentblock75 {
		width: 100%;
	
	}
	.productimage {
		width: 100%;
		height:auto;
	}
	.mobile_footer {
		display:block;
		visibility:visible;
	}
	.desktop_footer {
		display:none;
		visibility:hidden;	
	}
	.values_span {
	display:block;	
	text-transform:uppercase;
}
	
}
