* {
	margin: 0;
	padding: 0;
}





h1 {
	font-family: "Bebas Neue", sans-serif;	
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	padding: 1em 0;
	line-height: 1em;
	text-align: center;
	color: #00A692;
}

h2 {
	font-family: "Bebas Neue", sans-serif;	
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	padding-bottom: .1em;
	text-align: left;
	color: black;
}


h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-bottom: .5em;
	text-align: left;
	color: black;
}

h3 i {
	font-size: .8em;
    display: block;
}

#dropNav h3 {
	font-size: 20px;
	line-height: 2vh;
}

#inlineL {
	margin-top: .5em;
	text-align: center;
}

#inlineL a {
	color: #00A692;
	text-decoration: none;
	font-weight: bold;
}

p, li {
	margin-bottom: 1em;
	font-family: 'Pragati Narrow', sans-serif;
  	color: #202020;
  	line-height: 1.3;
  	font-size: 20px;
	background: url('');
}

p a {
	color: initial;
}



ol li {
	margin-left: 1.3em;
}

ol li i {
	display: block;
    font-size: 0.8em;
}

#tabDesc ul {
	padding-left: 1.5em;
	margin-bottom: 1em;
}

#tabDesc li {
	margin-bottom: .2em;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  	color: #555;
  	
  	font-size: 18px;
	background: url('');
}

#header {
	position: relative;
	z-index: 51;
}

#logo, #content, #nav ul, #footer p, #ProductContent, .content{
	max-width: 1600px;
	width: 90%;

	margin: 0 auto;
	padding: 0 10px;
}


/* New Nav Styles */


#navigation {
	width: 90%;
	padding: 0 5%;
	height: 80px;
	background-color: black;
	position: absolute;
	top: 0;
	z-index: 100;
	transition: all 0.3s ease-in-out;
}


#navigation ul li {
	display: inline-block;
	    vertical-align: top;
		margin-bottom: 0;
}




#navigation ul li#mSearch {
	display: none;
	height: 80px;
	
	
	position: relative;
    width: 30px;
}

li#mSearch img {
	height: 30px;
	margin: 15px 0;
	width: auto;
	display: block;
}


#shift {
	height: 90px;
	width:100%;
	display: block;
}



/* Breadcrumb Styles */

.breadcrumb {
	margin: 1em 0;
}

.breadcrumb li {

	display: inline-block;
	margin: 0 .5em 0 0;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
}

.breadcrumb li:before {
	content: "\25B8";
	margin-right: 0.5em;
	font-size: 1.2rem;
}

.breadcrumb li:last-child:before {
	color: #00A692;
}

.breadcrumb li:first-child:before {
	content: none;
}

.breadcrumb li:last-child a {
	border-bottom: 1.5px solid #202020;
}

.breadcrumb li a {
	text-decoration: none;
	color: black;

}






ul.breadcrumbs {
  margin: 25px 0px 10px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  height: 30px;
}
ul.breadcrumbs li {
  position: relative;
  margin: 0px 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  border-left: 1px solid #ccc;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
ul.breadcrumbs li:hover:before {
  border-left: 10px solid #00A692;
  box-shadow: none;
}
ul.breadcrumbs li:hover a {
  color: #FFF;
  background: #00A692;
  
}
ul.breadcrumbs li:before {
  content: "";
  position: absolute;
  right: -9px;
  top: 0;
  z-index: 2;
  border-left: 10px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  box-shadow: -5px 0 10px white;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
ul.breadcrumbs li:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 1;
  border-left: 10px solid #ccc;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
ul.breadcrumbs li.active a {
  color: #FFF;
  background: #00A692;
}
ul.breadcrumbs li.first {
  border-left: none;
}
ul.breadcrumbs li.first a {
 
  padding-left: 20px;
  border-radius: 5px 0px 0px 5px;
}
ul.breadcrumbs li.last:before {
  display: none;
}
ul.breadcrumbs li.last:after {
  display: none;
}
ul.breadcrumbs li.last a {
  padding-right: 20px;
  border-radius: 0px 5px 5px 0px;
}
ul.breadcrumbs li a {
	font-family: 'Pragati Narrow', sans-serif;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #757575;
  padding: 0 1.5vh;
  text-decoration: none;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}



/* Search Icon Animation */


  .icon {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    position: absolute;
    right: 5px;
    top: 10px;
    border-radius: 50%;
	
		-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;

  }
  
.icon:before {
      /* magnifier handle */
	transition: inherit;
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background-color: white;
    top: 11px;
    right: -5px;
    position: absolute;
    transform: translate(10px, 13px) rotate(45deg);
    }
.icon:after {
      transition: inherit;
      display: block;
      content: "";
      width: 0px;
      height: 2px;
      background-color: white;
      top: 1px;
      left: 0;
      position: absolute;
      transition-delay: 0ms;
      transform: translate(9px, 7px) rotate(135deg);
    }



.iconActive {
    width: 30px;
    height: 30px;
    transition-delay: 0ms;
	right: 0;
}

.iconActive:before {
      width: 20px;
    transform: translate(-10px, 2px) rotate(45deg);
    }
	
.iconActive:after {
	width: 20px;
    /* transition-delay: @transition-time; */
    transform: translate(5px, 12px) rotate(135deg);
    }










#tamas {
	height: 60px;
	width: auto;
	padding: 10px 40px 10px 0;
}

.mainNav {
	color: white;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    font-family: 'Pragati Narrow', sans-serif;
    height: 80px;
    display: block;
    font-size: 20px;
    padding: 0 .4em;
    margin: 0 .2em;
    box-sizing: border-box;
    border-bottom: none;
    transition: all 0.1s;
	border-bottom: 0 solid #00A692;
}


.mainNav:hover {
	color: white;
	border-bottom: 6px solid #00A692;
	
}



/* Sub Nav Styles */

#dropNav {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	

	
	display: none;

	
}


#productsShow {
	cursor: pointer;
}


/*

#productsShow:hover + #dropNav, #dropNav:hover {
	display: block;
	height: auto;
	opacity: 1;
	
}

*/



#productNav {
	
	background-color: #F9F9F9;
    vertical-align: top;
    width: 80%;
    padding: 10px 10%;
    display: table;
}

#signUps {
	background-color: #E0E0E0;
    width: 80%;
    padding: 20px 10%;
	
	
}

#socialTabs, #newsletter {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	width: 45%;
}


#socialTabs a {
  border-radius:4px;
  position: relative;
  display: inline-block;
  width:40px;
  height:40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  margin:0 2px;
  -o-transition:all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

#socialTabs a:hover {
  background-color: #00A692;
}

#fb {
	background-image:url(assets/images/icons/fb.svg?v=1);
	background-color: #4267B2;

}

#tw {
	background-image:url(assets/images/icons/tw.svg?v=1);
	background-color: black;

}

#li {
	background-image:url(assets/images/icons/li.svg?v=1);
	background-color: #0072B1

}

#ig {
	background-image:url(assets/images/icons/ig.svg?v=1);
	background-color: #E1306C;

}

#yt {
	background-image:url(assets/images/icons/yt.svg?v=1);
	background-color: #FF0000;

}








.buttonA {
	color: #00A692;
	text-decoration: none;
	text-transform: uppercase;
    border: 1px solid #00A692;
    padding: 0 .5em;
	border-radius: 5px;
	margin-bottom: 1em;
    font-family: 'Pragati Narrow', sans-serif;
    line-height: 1.4;
    font-size: 18px;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, #00A692 50%);
    -webkit-transition: all .5s ease-in-out; 
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out; 
	transition: all .5s ease-in-out;
}


.buttonB {
	display: inline-block;
	cursor: pointer;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
    border: 1px solid black;
    padding: 0 .5em;
	border-radius: 5px;
	margin: .6em 0;
    font-family: 'Pragati Narrow', sans-serif;
	font-weight: 400;
    line-height: 1.4;
    font-size: 20px;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, black 50%);
    -webkit-transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out;
}


.buttonC {
	text-align: center;
	display: inline-block;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
    border: 1px solid white;
    padding: 0 .5em;
	border-radius: 5px;
	margin: .6em auto;
    font-family: 'Pragati Narrow', sans-serif;
	font-weight: 400;
    line-height: 1.4;
    font-size: 25px;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, white 50%);
    -webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
}

.buttonD {
	text-decoration: none;
    font-family: 'Pragati Narrow', sans-serif;
    color: #eee;
    background-color: #00A692;
    font-size: 22px;
    padding: .3em 1em;

    font-weight: 400;
    display: block;

    bottom: 1em;
    right: 1em;
    position: absolute;
	
    -webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
	overflow: hidden;
}

.buttonD:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

.buttonD:hover:after {
  opacity: 1;
  top: -30%;
  left: 40%;
  transition-property: left, top, opacity;
  transition-duration: 1s, 1s, 0.15s;
  transition-timing-function: ease;
}


.buttonE {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    background: #f5f5f5;
    padding: 18px 24px;
    border-radius: 3em;
    margin: 1em 0;
	text-decoration: none;
    -webkit-transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    transition: all ease-in .2s;
}

.buttonE:hover, .buttonG:hover {
	background-color: #ddd;
}

.buttonF {
	display: inline-block;
    color: white;
    background-color: #202020;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 1em;
    padding: .2em .5em .2em 1em;
    margin: 0 0 1em;
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: 400;
    font-size: .8em;
	cursor: pointer;
}

.buttonF:hover {
    background-color: #404040;
}


.buttonEx {
	display: block;
    margin: 0 0 0 1em;
    width: 1em;
	height: auto;
	float: right;
	cursor: pointer;
}

.buttonG {
	text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    background: #f5f5f5;
	float: right;
    padding: 0 1em;
    line-height: 40px;
    border-radius: 3em;
    text-decoration: none;
    -webkit-transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    transition: all ease-in .2s;
}

/* Active state */

.buttonD:active:after {
  opacity: 0;
}

.newFeatured:hover .buttonD,
.newFeatured:focus .buttonD {
	background-color: #F3A83B;
	color: #F9F9F9;
}


.buttonA:hover, .buttonB:hover, .buttonC:hover {
    background-position: 0 100%;
}


.buttonA:hover {
	color: white;
}

.buttonB:hover {
	color: #c9c5c4;
	padding: .5em;
	margin: .1em 0;
}

.buttonC:hover {
	color: #333;
}

.leftGo {
	float: left;
	display: block;
	width: 50%;
	height: auto;
}

.rightGo {
	float: right;
	display: block;
	width: 50%;
	height: auto;
}





#cf img {
	position: absolute;
	right: 0;
	display: block;
	width: 50%;
	height: auto;
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
/* if you only want to cycle a finite amount of times, 
   simply change 'infinite' with # of iterations you need */
    animation-iteration-count: infinite; 
    animation-duration: 6s;
    animation-direction: alternate; /* not strictly necessary */
    position:absolute;
}

#cf img:nth-of-type(1) {
    animation-delay: 5s;
}

#cf img:nth-of-type(2) {
    animation-delay: 3s;
}

#cf img:nth-of-type(3) {
    /* add some delay for the first picture as well */
    animation-delay: 1s;
}

@keyframes cf3FadeInOut {
    /* distributing times evenly */
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



/*Product Tile Styles */

.product {
	cursor: pointer;
}

.product, .resourceTab {
	width: 20%;
	padding: 1%;
	margin: 1.5%;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
	position: relative;
	background-color: white;
}

.product:hover {
	z-index: 1;
}

.product img {
	width: 65%;
	height: auto; 
	padding: 3% 2.5%;
	margin: 0 auto 1em;;
	display: block;
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
}

.product:hover img {
	width: 69.8%;
	padding: 0;
}


.product p
{
	display: block;

	position: relative;
	line-height: 1.2;

	text-align: left;
}




.product a, .distributor a, .resourceTab a, #notFound button {
	background-color: #00A692;
	color: white;
	padding: .2em 2em;
    font-family: 'Pragati Narrow', sans-serif;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
	cursor: pointer;
	
}

.product:hover a, .distributor a:hover, .resourceTab a:hover, #notFound button:hover {
	background-color: #F3A83B
}

.resourceTab img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}

.new{
	width: 5em;
	height: 5em;
	width: 5vh;
	height: 5vh;
	background-image:url(assets/images/new.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	position: absolute;
}


.distributor {
	width: 28%;
	padding: 1%;
	margin: 1.5%;
	display: inline-block;
	vertical-align: top;

}

.distributor img {
	float: left;
	width: 20%;
	height: auto;
	padding: 0 1em 0;

}

.canada {
	background-image: url(assets/images/icons/can.svg);
}

.usa {
	background-image: url(assets/images/icons/usa.svg);
}

.eu {
	background-image: url(assets/images/icons/eu.svg);
}

.region {
	font-size: 1rem;
	background-size: 1em;
	padding: .5em .5em .5em 1.5em;
	background-repeat: no-repeat;
	background-position: left center;
}




#emailMe {
	float: left;
	margin-right: 10px;
	padding-bottom: 20px;
}

.subNav {
	display: table-cell;
	width: 33%;
	vertical-align: top;
	padding: 0 1em;
}

.subNav a {
	font-family: 'Pragati Narrow', sans-serif;
	font-size: 16px;
	display: block;
	color: #61656A;
	text-decoration: none;
	position: relative;
	padding: .3em 0 .3em .8em;
	line-height: 16px;
}

.subNav a:before {
    color: #61656A;
    content: '\00BB';
    position: absolute;
    top: 4px;
    left: 0px;
    font-size: .75em;
}


.subNav a:hover {
	color: #00A692;
}

.subNav h3 {
	color: #00A692;
}

.subNav img {
	display: block;
	width: 30%;
	height: auto;
	margin-bottom: .5em;
}

.sub2 {
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

/*Mobile Menu Animation */

.menu {
	position: relative;
	display:  inline-block;
	width: 30px;
	height: 30px;
	margin: 15px 0;
	float: left;
}
.menu span {
	margin: 0 auto;
	position: relative;
	top: 12px;
}
.menu span:before, .menu span:after {
	position: absolute;
	content: '';
}
.menu span, .menu span:before, .menu span:after {
	width: 30px;
	height: 2px;
	background-color: white;
	display: block;
}
.menu span:before {
	margin-top: -12px;
}
.menu span:after {
	margin-top: 12px;
}

/* example 5 */
.example5 span {
	-webkit-transition-duration: 0s; transition-duration: 0s;
	-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.closeMe span {
	background-color: rgba(0,0,0,0.0);
	-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.example5 span:before {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.closeMe span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg); transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.example5 span:after {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.closeMe span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}




/*slide out menu */


#slideMenu {
	background-color: #333;
	width: 80%;
	position: fixed;
	height: 100vh;
	overflow-y: auto;
	top: 60px;
	left: -100%;
	z-index: 10000;
	
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
}


.show_nav {
	left: 0 !important;
}


#slideMenu a {
	color: white;
	text-decoration: none;
	display: block;
	padding: .5em 1em;
	border-bottom: 1px solid #666;
	font-size: 30px;
	font-family: 'Pragati Narrow', sans-serif;
}

.dropA {
	background-color: #444;
	height: 0;
	overflow: hidden;
}

#slideMenu .dropA a {
	color: white;
	text-decoration: none;
	display: block;
	padding: .5em 1em;
	margin-left: 1em;
	border-bottom: 1px solid #555;
	font-size: 25px;
}

#slideMenu .sideProducts {
	padding: .5em .5em;
}

.sideProducts:after {
	content: " \25BC";
	font-size: .6em;
	float: right;
    line-height: 3em;
}



.sideProductsUp:after {
	content: " \25B2";
	font-size: .6em;
	float: right;
    line-height: 3em;
}


.dropB {

	height: auto;
}



/*Z-Block Feature Styles */

.fullScn {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.vSpace {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 38%;

}


.hR {	
	right: 10%;
}

.hL {	
	left: 10%;
}

.hL h2, .hL p {
	text-align: left;
}

.hR h2, .hR p {
	text-align: right;
}


.hideme {
    opacity:0;
}



.bgvid {
	background-color: #c9c5c4;
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
  opacity: 1;
}


.centerImg {
	display: block;
    margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	width: 80%;
}

.polaroid {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, 
				rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, 
				rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
	background-color: white;
	padding: 2% 2% 6% 2%;
	rotate: -2deg;
}


.bottomImg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 50%;
	width: auto;
}

.rightImg {
	position: absolute;
	bottom: 0;
	right: -15%;
	margin: auto;
	height: 80%;
	width: auto;
}


.downArrow{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 10%;
}

.downArrow p {
	text-align: center;
	color: black;
	margin-bottom: .3em;
}

.bounce {
	margin: 0 auto;
	display: block;
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}






#zIntro {

	
	-webkit-animation: fadein 3s; /* Safari and Chrome */
    -moz-animation: fadein 3s; /* Firefox */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera */
    animation: fadein 3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}





.fullScn h2 {

	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 1em;
	color: black;
	margin: .4em 0;
	

}

.fullScn h2 span {
	font-weight: 900;
	display: block;
	color: #00A692;
}






.fullScn p {
	font-size: 25px;
	color: black;
}

#zIntro p {
	color: black;
}

#zIntro h2 {
	color: black;
}


/* Content Styles */


#content, .content {
	margin-bottom: 3em;
}

.table {
	display: table;
}

#imgGallery, #description {
	display: table-cell;
	padding: 1%;
	vertical-align: top;
}

#imgGallery {
	width: 30%;
}

#imgGallery #main {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

#allHeads {
	height: 4vh;
	margin-bottom: -2px;
	position: relative;
}

#popOut {
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid white;
	width: 30%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0%;
	bottom: 0;
	border-radius: 10px 10px 0 0;
	
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
}


.tabHead {
	text-align: center;
    font-family: 'Pragati Narrow', sans-serif;
    color: #999;
    font-size: 24px;
	display: inline-block;
	width: 30%;
	margin-right: -4px;
	height: 3.5vh;
	line-height: 3.5vh;
	cursor: pointer;
	position: relative;
	top: 0;
	
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
}


#tabConfigs, #docs, #tabSpecs, #tabExamples {
	display: none;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
}

#tabular .infoOn {
	display: block;
	opacity: 1;
}



.tabOn {
	color: black;
}

#tabular {
	border-top: 2px solid black;
	padding-top: 1em;
}

#description {
	width: 70%;
}

#description h2 {
	color: #00A692;
}

#description ul {
	margin-bottom: 1em;
}

#desc {
	display: none;
}

#desc ul, #tabExamples ul {
    margin-left: 1.5em;
}

ul.features li {
	display: inline-block;
    padding: 0 1em 0 2em ;
    position: relative;
	vertical-align: top;

}

ul.features li span {
	display: block;
	font-weight: bold;

}

ul.features li img {
	width: 25px;
    height: auto;
    position: absolute;
    left: 0;
    top: .5em;

}

/* Resources */

.docContainer {
  column-count: 2;
  column-gap: 1rem; 
  margin-top: 1em; 
}

.docs {
  break-inside: avoid;
  margin-bottom: 1rem;
}



.resourceList li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 0.5em;
  margin: 0;
  font-size: 0.95rem;
}

/* Column behavior */
.resourceList .title {
  flex: 2;
  font-weight: bold;
}

.resourceList .meta {
  flex: 1;
  text-align: left;
  color: #555;
}

.resourceList .meta .docType {
  	margin: 0 0.75em;
	color: white;
	background-color: black;
    border-radius: 3px;
    padding: 0 .3em;
    font-size: 80%;
    font-weight: bold;
}






#docs a, .configResources a, .resourceList a {
	display: inline-block;
	color: black;
	text-decoration: none;
	font-family: 'Pragati Narrow', sans-serif;
    line-height: 1.2;
    font-size: 18px;
	padding: .3em 2em .3em .6em;
	margin: .2em;
	border-radius: 10px;
	border: 1px solid black;
	background-image: url(assets/images/icons/download.svg);
	background-position: center right .6em;
	background-size: 15px;
	background-repeat: no-repeat;
}

#docs a:hover, .configResources a:hover, .resourceList a:hover {
	background-color: #eee;
}

#logo {
	
	text-align: right;
	font-size: 30px;
	color: #00A692;
	font-family: "Eras ITC", Verdana, sans-serif;
	font-weight: bold;
	margin: 0 auto;
	line-height: 110px;
	padding-top: .2em;
}

#logo img {
	float: left;
}

#nav {
	background-color: black;
	width: 100%;
	height: 60px;
}

#moveL {
	margin-left: -280px;
}

#nav ul {
	text-align: left;
	position: relative;
	margin: 0 auto;
	
}

#nav ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

#nav li a {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	height: 60px;
	line-height: 60px;
	padding: 0 .6em;
	
	-webkit-transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out;
}

#navigation ul li.menu {
	display: none;
}

.dropdown {
	height: 60px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
	position: relative;
}

.dropdown:hover {
	height: 180px;
	
}


#nav li a:hover {
	background-color: #333;
}

#search {
	
	right: 10px;
	top: 0;
	position: absolute;
}

#searchbar, .searchbar, .zoom_searchform {
	
	text-align: left;
	height: 30px;
	margin: 20px 0;
	padding: 5px;
	width: 100%;
	font-family: 'Pragati Narrow', sans-serif;
	border-bottom: 1px solid white;
}

.searchbar, .zoom_searchform {
	max-width: 50%;
	margin: 10px auto 3em auto;
	
}

#searchbar input, .searchbar input, .zoom_searchform input {

	display: inline-block;	
	height: 30px;
    font-family: 'Pragati Narrow', sans-serif;
    font-size: 15px;
    border: none;
    background-color: transparent;
    color: white;
    border-radius: 5px;
    padding: 0 0.5em;
	
}

#searcher {
	float: right;
}

#query, #query2 {
	
	width: 120px;
	border: none;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}

#query2 {
	width: 88%;
    padding: 0 1%;
    border-radius: 5px;
}

#query::-webkit-input-placeholder{
  color: #BFBFBF;
}

#query::-moz-input-placeholder{
  color: #BFBFBF;
}

#query::-ms-input-placeholder{
  color: #BFBFBF;
}


#query2::-webkit-input-placeholder {
  color: white;
}

#query2::-moz-input-placeholder {
  color: white;
}

#query2::-ms-input-placeholder {
  color: white;
}



#srch, #srch2 {
	
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-image: url("assets/images/icons/search.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80% ;
	float: right;
	
}

.note {
	font-style: italic;
	padding-left: 35px;
	background-image: url('assets/images/icons/info.png');
	background-repeat: no-repeat;
	line-height: 32px;
	font-weight: bold;
}
	

/* About Us Styles */


#about {
	display: block;
	width: 60%;
	height: auto;
	margin: 0 auto;
}


#heatcap {
	display: block;
	margin: 0 auto;
}








/* Slider Styles */

.banner {
	
	margin: 0;
	width: 100% !important;
}



.bxslider li {
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}

#audits {
	background-image: url(assets/images/slides/thermal-audit.jpg);
}

#steel {
	background-image: url(assets/images/slides/stainless-piping.jpg);
}

#manifoldFeature {
	background-image: url(assets/images/slides/manifold-slide.jpg);
}
	


.middle {
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);
    background-color: #00000080;
    width: 40%;
	text-align: center;
    position: absolute;
	height: 100%;
	
	
}

.middle div {

	top: 50%;
    transform: translateY(-50%);
	position: absolute;
	width: 80%;
	margin: 0 10%;
	padding-bottom: 3em;
	
}

.middle div .buttonD {
	width:60%;
	padding: .3em 0;
	right:20%;
}



.middle h2 {
	text-align: center;

}

.rightM .middle {
	right: 0;
	--p: 40px; /* control the shape (can be percentage) */
	aspect-ratio: 1;
	clip-path: polygon(var(--p) 0,100% 0,100% 100%,0 100%);
}

.leftM .middle {
	left: 0;
	--p: 40px; /* control the shape (can be percentage) */
	aspect-ratio: 1;
	clip-path: polygon(0 0,calc(100% - var(--p)) 0,100% 100%,0 100%);
}

.middle div h2 {
	font-weight: 400;
	line-height: 1.2em;
	font-size: 40px;
	margin: 0 0 .6em 0;
	font-family: 'Catamaran', sans-serif;
	
}

.middle div p {
	font-size: 28px;
}

.middle div h2 span {
	font-weight: bold;
	display: block;
	font-size: 1.3em;
}

.middle h2, .middle p {
	color: white;
}

/* Featured Style */

#featured {
	display: table;
	width: 100%;
}

#featured div {
	display: table-cell;
	width: 33%;
}

#featured img {
	display: block;
	margin: 0 auto;
	height: 270px;
	width: auto;
}

#featured h3 {
	text-align: center;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: bold;
	color: black;
	margin: 1em 0;
}

.gBtn {
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #00A692;
	width: 250px;
	border-bottom: 8px solid #008074;
	border-radius: 5px;
	margin: 10px auto;
	font-family: Helvetica, Arial, sans-serif;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
	
}


.gBtn:active {
	border-bottom: none;
	border-top: 3px solid #008074;
	margin-top: 21px;
}









.oBtn {
	display: inline-block;
	vertical-align: top;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #F3A83B;
	width: auto;
	padding: 0 1em 0 2.5em;
	border-bottom: 4px solid #EF8B1E;
	border-radius: 5px;
	margin: 10px auto;
	font-family: Helvetica, Arial, sans-serif;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
	
}


.oBtn:active {
	border-bottom: none;
	margin-top: 14px;
}

.pdf {
	background-image:url(assets/images/icons/pdf.png);
	background-repeat: no-repeat;
	background-position: 3% center;
}



.vid {
	background-image:url(assets/images/vid.svg);
	background-repeat: no-repeat;
	background-position: 3% center;
}


/*Tab item styles */

.newFeatured {
	
	width: 23%;
	height: 23%;
	height: 23vw;
	padding: 1%;
	padding: 1vw 1%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 -4px -4px 0;
	cursor: pointer;

}


.newFeatured p, .newFeatured h3 {
	color: black;
}




.featBG {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -10;
    background-color: black;
    background-image: url(images/city.jpg);
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}



.newFeatured:hover .featBG,
.newFeatured:focus .featBG {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}


.featBG::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0);
  	-webkit-transition: all .5s ease-in-out; 
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out; 
	transition: all .5s ease-in-out;
}

.newFeatured:hover .featBG:before,
.newFeatured:focus .featBG:before {
  background-color: rgba(255,255,255,.3);
}


#zblockNew {
	background-image:url(assets/images/slides/tabs/z-block.jpg);
}


#auditNew {
	background-image:url(assets/images/slides/tabs/audit.jpg);
}

#comNew {
	background-image:url(assets/images/slides/tabs/commercial.jpg);
}

#maniNew {
	background-image:url(assets/images/slides/tabs/manifold.jpg);
}

#snowNew {
	background-image:url(assets/images/slides/tabs/snowmelt.jpg);
}





/* Product Styles */

#ProductContent {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px;
}

#prodList {
	display: table-cell;
	width: 25%;
	max-width: 300px;
	vertical-align: top;
	
}

#prodList ul {
	display: block;
	background-color: #00A692;
	border: 1px solid #095A50;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	
	box-shadow: 0 4px 3px -3px black;
}

#commercial {
	background-color: #666 !important;
	border: 1px solid black !important;
}

#prodList li {
	display: block;
}


#prodList li h3 {
	color: white;
	text-align: center;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	border-bottom: 4px solid #095A50;
	vertical-align: middle;
	
}


#prodList li a {
	display: block;
	
	border-top: 1px solid #66CABE;
	border-bottom: 1px solid #095A50;
	
	color: white;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	
	padding-left: 1em;
	
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

#commercial li a {
	border-top: 1px solid #999 !important;
	border-bottom: 1px solid #333 !important;
}

#commercial li h3 {
	border-bottom: 4px solid #333;
}

.gallery {
	font-weight: bold;
}





#prodItems {
	display: table-cell;
	width: 75%;
	padding-left: 1em;
	background-repeat: no-repeat;
	background-position: center 100px;
	background-image:url(assets/images/spinner.gif);
}

.featr, .featc {
	background-color: #ccc;
	width: 100%;
	height: 300px;
	display: table;
	
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	
	border-radius: 15px 0 15px 0;
	-moz-border-radius: 15px 0 15px 0;
	-webkit-border-radius: 15px 0 15px 0;
	
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	
	margin-bottom: 20px;
}



.featr:hover span, .featc:hover span {
	color: #666;
	background-color: white;
	
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	text-shadow: none;
	
}

.featr img, .featc img {
	
	height: auto;
	width: 100%;
	
}

.featr div, .featc div {
	display: table-cell;
	vertical-align: middle;
}

#pic {
	width: 40%;
}
#blurb {
	width: 60%;
}

.featr {
	background-image:url(assets/images/slides/pipes.jpg);
}

.featc {
	background-image:url(assets/images/slides/shed.jpg);
}


.featr h2, .featc h2 {
	
	-webkit-transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out;
	
	margin: 0;
	text-align: center;
	line-height: 50px;
	
	padding-bottom: .5em;
	color: white;
  	font-size: 50px;
  	text-shadow: 0 0 10px black;
}

.featr p, .featc p {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 0 0 10px black;
}

.featr span, .featc span {
	
	-webkit-transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out;
	
	background-color: transparent;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: .2em .5em;
	color: white;
	font-size: 25px;
	text-align: center;
	margin-top: .5em;
	display: inline-block;
	font-weight: 400;
	border: 2px solid white;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5), inset 0 0 10px rgba(0,0,0,0.5);
}

#products {
	width: 100%;
	background-color: white;
    height: 100%;
    display: inline-block;
}


/* Gallery Styles */


#photos {
	text-align: left; 
}

.galTabs {
	display: inline-block;
	width: 13%;
	margin: 1%;
	border: 1px solid #999;
	overflow: hidden;
}

.galTabs:hover {
	opacity: .8;
}

.galTabs a {
	height: 100%;
	width: 100%;
	display: block;
}

.galTabs img {
	height: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}

/* Search Styles */

.highlight { 
	background: #FFFF40; 
}
.searchheading {
	color: #00A692; 
	font-family: "Bebas Neue", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    padding-bottom: .1em;
    text-align: left;
 }
 .searchheading br {
	display: none;
 }
.summary { 
	font-size: 90%; 
	font-style: italic;
	font-family: 'Pragati Narrow', sans-serif;
    color: #202020;
    line-height: 1.3;
 }
.suggestion { 
	font-size: 100%; 
}
.results { 
	font-size: 100%;
	font-family: 'Pragati Narrow', sans-serif;
    color: #202020;
    line-height: 1.5;
}
.category { 
	color: #999999; 
}
.sorting { 
	text-align: right; 
}

.result_title a { 
	font-size: 22px;
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: bold;
    color: #202020;
    line-height: 1.3;
    text-decoration: none;
}		
.description { 
	font-size: 100%; 
	color: #008000; 
}
.context { 
	font-size: 100%; 
}
.infoline { 
	font-size: 80%; 
	font-style: normal; 
	color: #808080;
}

.zoom_searchform { 
	font-size: 100%; 
}
.zoom_results_per_page { 
	font-size: 80%; 
	margin-left: 10px; 
}
.zoom_match { 
	font-size: 80%; 
	margin-left: 10px;
}				
.zoom_categories { 
	font-size: 80%; 
}
.zoom_categories ul { 
	display: inline; 
	margin: 0px; 
	padding: 0px;
}
.zoom_categories li { 
	display: inline; 
	margin-left: 15px; 
	list-style-type: none; 
}
		
.cat_summary ul { 
	margin: 0px; 
	padding: 0px; 
	display: inline; 
}
.cat_summary li { 
	display: inline; 
	margin-left: 15px; 
	list-style-type: none; 
}		
		
input.zoom_button {  }
input.zoom_searchbox {  }		
		
.result_image { 
	float: left; 
	display: block; 
}
.result_image img { 
	margin: 10px; 
	width: 80px; 
	border: 0px; 
}

.result_block { 
	margin-top: 15px; 
	margin-bottom: 15px; 
	clear: both;
    padding: 1em 0;
    border-top: 1px solid #00000040;
}
.result_altblock { 
	margin-top: 15px; 
	margin-bottom: 15px; 
	clear: both;
    padding: 1em 0;
    border-top: 1px solid #00000040;
}
		
.result_pages { 
	font-family: 'Pragati Narrow', sans-serif;
    color: #202020;
    line-height: 1.3;
    text-decoration: none;
    font-size: 20px;
	clear: both;
    text-align: center;
    margin-top: 2em; 
}
.result_pages a {
	color: #202020;
	font-weight: bold;

}
.result_pagescount { 
	font-size: 100%;
	font-family: 'Pragati Narrow', sans-serif;
    color: #202020;
    line-height: 1.3; 
}
		
.searchtime { 
	font-size: 80%; 
}
		
.recommended 
{ 
	background: #DFFFBF; 
	border-top: 1px dotted #808080; 
	border-bottom: 1px dotted #808080; 
	margin-top: 15px; 
	margin-bottom: 15px; 
}
.recommended_heading { 
	float: right; 
	font-weight: bold; 
}
.recommend_block { 
	margin-top: 15px; 
	margin-bottom: 15px; 
	clear: left; 
}		
.recommend_title { 
	font-size: 100%; 
}
.recommend_description { 
	font-size: 100%; 
	color: #008000; 
}
.recommend_infoline { 
	font-size: 80%; 
	font-style: normal; 
	color: #808080;
}
.recommend_image { 
	float: left; 
	display: block; 
}
.recommend_image img { 
	margin: 10px; 
	width: 80px; 
	border: 0px; 
}


/* -------------------------------- 

Product Slider Main Components 

-------------------------------- */
.cd-gallery {
	list-style: none;
	width: 100%;
	max-width: 1048px;

}
.cd-gallery::after {
  clear: both;
  content: "";
  display: table;
}
.cd-gallery > li {
  overflow: hidden;
  position: relative;
  margin-bottom: 2em;
  
}
.cd-gallery > li > a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {

  }
  .cd-gallery > li {
    width: 100%;
    float: left;
    margin-right: 4%;
    margin-bottom: 2.5em;
	padding-bottom: 2.5em;
  }
  .cd-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1048px) {
  .cd-gallery {
    
  }
  .no-touch .cd-gallery > li:hover .cd-dots li.selected a {
    /* Slider dots - change background-color of the selected dot when hover over the its parent list item */
    background: #2f2933;
    border-color: #2f2933;
  }
  .no-touch .cd-gallery > li:hover .cd-dots a {
    /* Slider dots - change dot border-color when hover over the its parent list item */
    border-color: #9688a0;
  }
  .no-touch .cd-gallery > li:hover li.move-right, .no-touch .cd-gallery > li:hover li.move-left {
    /* show preview items when hover over the its parent list item */
    opacity: 0.3;
  }
}

.cd-item-wrapper {
	list-style: none;
  position: relative;
  
  margin: 3em 0;
}
.cd-item-wrapper li {
  position: absolute;
  top: 0;
  left: 20%;
  height: 100%;
  width: 60%;
  opacity: 0;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity;
  -webkit-transform: translateX(200%) scale(0.7);
  -moz-transform: translateX(200%) scale(0.7);
  -ms-transform: translateX(200%) scale(0.7);
  -o-transform: translateX(200%) scale(0.7);
  transform: translateX(200%) scale(0.7);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.cd-item-wrapper li.selected {
  /* selected item */
  position: relative;
  opacity: 1;
  -webkit-transform: translateX(0) scale(1.3);
  -moz-transform: translateX(0) scale(1.3);
  -ms-transform: translateX(0) scale(1.3);
  -o-transform: translateX(0) scale(1.3);
  transform: translateX(0) scale(1.3);
}
.cd-item-wrapper li.move-left {
  /* item on left - preview visible */
  -webkit-transform: translateX(-100%) scale(0.7);
  -moz-transform: translateX(-100%) scale(0.7);
  -ms-transform: translateX(-100%) scale(0.7);
  -o-transform: translateX(-100%) scale(0.7);
  transform: translateX(-100%) scale(0.7);
  opacity: 0.3;
}
.cd-item-wrapper li.move-right {
  /* item on right - preview visible */
  -webkit-transform: translateX(100%) scale(0.7);
  -moz-transform: translateX(100%) scale(0.7);
  -ms-transform: translateX(100%) scale(0.7);
  -o-transform: translateX(100%) scale(0.7);
  transform: translateX(100%) scale(0.7);
  opacity: 0.3;
}
.cd-item-wrapper li.hide-left {
  /* items hidden on the left */
  -webkit-transform: translateX(-200%) scale(0.7);
  -moz-transform: translateX(-200%) scale(0.7);
  -ms-transform: translateX(-200%) scale(0.7);
  -o-transform: translateX(-200%) scale(0.7);
  transform: translateX(-200%) scale(0.7);
}
.cd-item-wrapper li img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1048px) {
  .cd-item-wrapper li.move-left,
  .cd-item-wrapper li.move-right {
    /* hide preview items */
    opacity: 0;
  }
  .cd-item-wrapper li.focus-on-left {
    /* class added to the .selected and .move-right items when user hovers over the .move-left item (item preview on the left) */
    -webkit-transform: translateX(3%) scale(1.25);
    -moz-transform: translateX(3%) scale(1.25);
    -ms-transform: translateX(3%) scale(1.25);
    -o-transform: translateX(3%) scale(1.25);
    transform: translateX(3%) scale(1.25);
  }
  .cd-item-wrapper li.focus-on-left.move-right {
    -webkit-transform: translateX(103%) scale(0.7);
    -moz-transform: translateX(103%) scale(0.7);
    -ms-transform: translateX(103%) scale(0.7);
    -o-transform: translateX(103%) scale(0.7);
    transform: translateX(103%) scale(0.7);
  }
  .cd-item-wrapper li.focus-on-right {
    /* class added to the .selected and .move-left items when user hovers over the .move-right item (item preview on the right) */
    -webkit-transform: translateX(-3%) scale(1.25);
    -moz-transform: translateX(-3%) scale(1.25);
    -ms-transform: translateX(-3%) scale(1.25);
    -o-transform: translateX(-3%) scale(1.25);
    transform: translateX(-3%) scale(1.25);
  }
  .cd-item-wrapper li.focus-on-right.move-left {
    -webkit-transform: translateX(-103%) scale(0.7);
    -moz-transform: translateX(-103%) scale(0.7);
    -ms-transform: translateX(-103%) scale(0.7);
    -o-transform: translateX(-103%) scale(0.7);
    transform: translateX(-103%) scale(0.7);
  }
  .cd-item-wrapper li.hover {
    /* class added to the preview items (.move-left or .move-right) when user hovers over them */
    opacity: 1 !important;
  }
  .cd-item-wrapper li.hover.move-left {
    -webkit-transform: translateX(-97%) scale(0.75);
    -moz-transform: translateX(-97%) scale(0.75);
    -ms-transform: translateX(-97%) scale(0.75);
    -o-transform: translateX(-97%) scale(0.75);
    transform: translateX(-97%) scale(0.75);
  }
  .cd-item-wrapper li.hover.move-right {
    -webkit-transform: translateX(97%) scale(0.75);
    -moz-transform: translateX(97%) scale(0.75);
    -ms-transform: translateX(97%) scale(0.75);
    -o-transform: translateX(97%) scale(0.75);
    transform: translateX(97%) scale(0.75);
  }
}

.cd-dots {
  /* not visible in the html document - created using jQuery */
  position: absolute;
  bottom: 1em;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: .2em;
}
.cd-dots::after {
  clear: both;
  content: "";
  display: table;
}
.cd-dots li {
  display: inline-block;
  float: left;
  margin: 0 5px;
  pointer-events: none;
}
.cd-dots li.selected a {
  background: #2f2933;
  border-color: #2f2933;
}
.cd-dots a {
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  border: 1px solid #9688a0;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  -moz-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
@media only screen and (min-width: 1048px) {
  .cd-dots li {
    pointer-events: auto;
  }

}

.cd-item-info {
  height: 90px;
  line-height: 90px;
  padding: 0 2em;
}
.cd-item-info::after {
  clear: both;
  content: "";
  display: table;
}
.cd-item-info b, .cd-item-info .cd-price, .cd-item-info .cd-new-price {
  font-weight: bold;
  font-size: 2rem;
}
.cd-item-info b {
  float: left;
}
.cd-item-info b a {
  color: #2f2933;
}
.cd-item-info .cd-price, .cd-item-info .cd-new-price {
  /* .cd-new-price not visible in the html document - created using jQuery */
  float: right;
}
.cd-item-info .cd-price {
  color: #a5d05e;
  position: relative;
  margin-left: 10px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.cd-item-info .cd-price::after {
  /* crossing line - visible if price is on sale */
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #a5d05e;
  opacity: 0;
  -webkit-transition: width 0.2s 0s, opacity 0s 0.2s;
  -moz-transition: width 0.2s 0s, opacity 0s 0.2s;
  transition: width 0.2s 0s, opacity 0s 0.2s;
}
.cd-item-info .cd-price.on-sale::after {
  opacity: 1;
  width: 100%;
  -webkit-transition: width 0.2s 0s, opacity 0s 0s;
  -moz-transition: width 0.2s 0s, opacity 0s 0s;
  transition: width 0.2s 0s, opacity 0s 0s;
}
.cd-item-info .cd-new-price {
  /* new price - visible if price is on sale */
  color: #e76363;
  opacity: 0;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.cd-item-info .cd-new-price.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-item-info b, .cd-item-info .cd-price, .cd-item-info .cd-new-price {
    font-size: 2.4rem;
  }
}

.no-js .move-right,
.no-js .move-left {
  display: none;
}



/*Product item tile styles */

#prodTiles {
	width: 100%;
	margin: 0 auto;
	display: block;
}

#prodTiles li {
	width: 30%;
	display: inline-block;
	margin: 0 .25% 20px .25%;
	text-align: center;
	background-color: white;
	padding: 1%;
	cursor: pointer;
	
	-webkit-transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out;
}

#prodTiles li:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
}

#prodTiles li img {
	width: 70%;
	height: auto;
}
	
#prodTiles h2 {
	margin: 0;
	text-align: left;
	padding: .3em 0;
	font-size: 18px;
	
	white-space: nowrap;
	overflow: hidden;
   text-overflow: ellipsis;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1; /* number of lines to show */
   line-height: 20px;        /* fallback */
   max-height: 18px;       /* fallback */
}

#prodTiles p {
	text-align: left;
	font-size: 16px;
	
	white-space:nowrap;
	overflow: hidden;
   text-overflow: ellipsis;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 18px;        /* fallback */
   max-height: 36px;       /* fallback */
}


#prodTiles span {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #00A692;
	border-top: 2px solid #00A692;
	width: 100%;
	display: block;
	text-align: left;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
	

/*Product Page Styles */



#imageG {
	width: 30%;
	display: table-cell;
	vertical-align: top;
}



#prodInfo {
	width: 70%;
	display: table-cell;
	vertical-align: top;
}

#mainPic {
	display: block;
	width: 70%;
	height: auto;
	margin: 0 auto 5% auto;
}

.tabs {
	display: inline-block;
	width: 28%;
	border: 1px solid #999;
	overflow: hidden;
	padding: 1%;
}

.tabs a {
	height: 100%;
	width: 100%;
	display: block;
}

.tabs img {
	height: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}

#prodFeatures li {
	line-height: 40px;
	display: block;
	margin: .5em 0;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: bold;
}

#prodFeatures img {
	float: left;
	padding-right: 1em;
}

#tabHeads {
	font-size: 0;
	margin-bottom: -1px;
	margin-left: 1px;
	
}

#tabHeads li {
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	padding: 0 .2em !important;
	border: 1px solid #095A50;
	margin: 0;
	padding: 0;
	display: inline-block;
	background-color: #EBEBEB;
	color: #666;
	border: 1px solid #095A50;
	margin-left: -1px;
	cursor: pointer;
}




.on {
	border-bottom: 1px solid white !important;
	background-color: white !important;
	color: black !important;
	cursor:default !important;
}






.tabInfo {
	display: none;
	border: 1px solid #095A50;
	background-color: white;
	width: 98%;
	padding: 1%;
	box-shadow: 1px 1px 0 #66CABE;
	margin-bottom: .5em;
}


#tabSpecs ul {
	display: table;
	padding: 0;
	width: 100%;
}

#tabSpecs li {
	display: table-cell;
	width: 14%;
	padding: 1%;
}

#tabSpecs li:nth-child(even) {
    background: #eee;
}

#tabSpecs p {
	display: list-item;
	margin-left: 1em;
}

#tabSpecs i {
	font-size: .8em;
}


#tabRes ul {
	
	

}

#tabRes ul li {
	width: 48%;
	margin: 0 1% 8px 1%;
	display: inline-block;
	vertical-align: top;
}

#tabRes ul li a {
	display: block;
  	color: #09F;
  	text-decoration: none;
	padding: 5px;
	height: 40px;
	vertical-align: middle;
  	padding-left: 45px;
	border: 1px solid #CCC;
	border-radius: 5px;
  	line-height: 18px !important;
	vertical-align: top;
	border-bottom: 3px solid #ccc;
}

#tabRes li a:active {
	border-bottom: 1px solid #ccc;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
	margin-top: 2px;
}

#tabRes ul li a:hover {
	text-decoration: underline;
	
}



/* Resources styles */

#results p {
	text-align: center;
}

#results a {
	
	width: 45%;
	margin: 0 .5%;
	color: black;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	padding: 2% 0 2% 4%;
	font-weight: bold;
	background-image: url(assets/images/icons/dwld.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	
}

#results a:hover {
	text-decoration: underline;
}

#result_report, #other_pages, #did_you_mean {
	text-align: center;
}

#result_report h2 {
	color: #00A692;
}

.srch-result {
	border: 1px solid white;
	border-bottom: 1px solid #ccc;
	padding: .5em;
	margin: 0 auto .5em auto;
	width: 70%;
	min-width: 900px;
	cursor: pointer;
	background-color: white;
	
	-webkit-transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out;
}




.srch-result:hover {
	
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
	border: 1px solid #ccc;
	
}





#results2 p {
	text-align: left;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 18px;
  max-height: 36px;
}


#other_pages a {
	display: inline-block;
	padding: 0 .5em;
	height: 30px;
	line-height: 30px;
	border: 1px solid black;
	color: black;
	font-weight: bold;
	text-decoration: none;
}


#other_pages b {
	display: inline-block;
	padding: 0 .5em;
	height: 30px;
	line-height: 30px;
	border: 1px solid black;
	background-color: black;
	color: white;
	font-weight: bold;
	text-decoration: none;
}




#resourceS {
	display: block;
	background-color: #333;
	border: 1px solid black;
	border-radius: 10px 10px 0 0;
	width: 70%;
	padding: 2.5%;
	margin: .5em auto;
	box-shadow: 0 4px 3px -3px black;
	text-align: center;
}

#resourceS p {
	color: white;
}

#resourceS input {
	border: 1px solid black;
	width: 65%;
	padding: 2.5%;
	border-radius: 5px;
	box-shadow: 1px 1px 0 #666;
	font-size: 20px;
}

#resourceS input[type='submit'] {
	width: 25%;
	color: white;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
	background-color: #0F9380;
	
	
}

#help {
	display: none;
	height: 188px;
	vertical-align: middle;
	width: 80%;
	margin: .2em auto;
}

#help img {
	float: left;
	margin-right: .5em;
}

.help {
	
	background-color: white;
	color: black;
	line-height: 18px;
	height: 18px !important;
	width: 18px !important;
	border-radius: 10px;
	border: none!important;
	background-image: none!important;
	padding: 0!important;
	margin: 0!important;
	text-decoration: none !important;
	
}

/* Configuration styles */

.heading {
	background-color: #00A692 !important;
	color: white;
	font-weight: bold;
	font-size: 16px !important;
	line-height: 30px !important;
	
}

#tabConfigs table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
}

#tabConfigs table tr {
	font-size: 1rem;
    line-height: 1rem;
	cursor: pointer;
	border-bottom: 1px solid #00000040;
	-webkit-transition: all .2s ease-in-out;
}

#tabConfigs table tr:hover {
	box-shadow: 0 0 5px #00000040;
}



#tabConfigs table tr.heading {
	cursor: default;
	border-bottom: none;
}

#tabConfigs table tr.heading:hover {
	box-shadow: none;
}


#tabConfigs table td {
	padding: 1em;
	font-family: 'Pragati Narrow', sans-serif;
	vertical-align: top;
}

.configResources {
	display: none;

}

.configResources h4{
	margin: 1em 0 .5em;
	position: relative;
	text-transform: uppercase;
	padding-bottom: .5em;
	font-size: 1rem;

}

#description .configResources ul {
	margin-bottom: 0;
}

.configResources li {
	display: inline-block;
	vertical-align: top;
	padding-right: 1em;
	font-size: 1rem;
    line-height: 1rem;
}

.configResources li b {
	display: block;

}

.stringPic {
	display: none;
}


.stringPic img {
	margin-top: 1em;
	width: 100%;
	height: auto;
}

.string, .mNum {
	width: 140px;
}

.string {
	font-weight: bold;
}

#results h3 {
	font-size: 18px;
	margin: 1em 0;
	text-align: center;
}


.info, .success, .warning, .error, .validation {
	width: 70%;
	font-family:Arial, Helvetica, sans-serif; 
	text-align: left !important;
	font-size:13px !important;
	border: 1px solid;
	margin: 10px auto !important;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('assets/images/icons/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('assets/images/icons/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('assets/images/icons/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('assets/images/icons/error.png');
}

#naming-convention {
	display: block;
	width: 70%;
	margin: 0 auto;
}

#additionalInfo {
	display: block;
	background-color: #00A692;
	border: 1px solid #095A50;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 4px 3px -3px black;
	padding: 1em;
	margin-bottom: 1em;
	
}

#callout {
	position: relative;
	padding: 15px;
	margin: 1em auto;
	display: block;
	text-align: center;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 80%;
	color: white;
	background: #00A692;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#callout:after {
	top: -15px;
	left: 25%;
	bottom: auto;
	right: auto;
	border-width: 0 15px 15px;
	border-color: #00A692 transparent;
	display: block;
	width: 0;
    content: "";
	position: absolute;
	border-style: solid;
}





/* form style */
.form-style{
	max-width: 450px;
	padding: 20px;
	font: 13px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	margin: 50px auto;
	
	background: #eee;
	border: 1px solid #C2C2C2;
	border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	
}
.form-style-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style label > span{
    width: 100px;
    font-weight: bold;
    display: block;
    padding: 5px 0;
}
.form-style span.required{
    color:red;
}
.form-style .tel-number-field{
    width: 40px;
    text-align: center;
}
.form-style  .long{
    width: 120px;
}
.form-style input.input-field, .textarea-field{
    width: 100%;
	font-family : Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
   
}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
.select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,  
.form-style .select-field:focus{
    border: 1px solid #0C0;
}
.form-style .textarea-field{
    height: 250px;
    
}
.form-style input[type="button"],
.form-style input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #216288;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}
.form-style .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.form-style .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}


#reps .select-field {
	display: block;
	margin: 0 auto;
}



#table {
	display: table;
	width: 80%;
	min-width: 960px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 20px;
}

.cell {
	display: table-cell;
	width: 50%;
}

.cell h2 {
	margin: 0 0 .5em 0;
}


#location{
	width: 50%;
	display: block;

}

#map {
	width: 90%;
	padding: 10px;
	margin: 10px auto;
	background-color: #00A692;
	border: 1px solid #095A50;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
	-webkit-border-radius: 15px 0 15px 0;
	-moz-border-radius: 15px 0 15px 0;
	border-radius: 15px 0 15px 0;
}



#contact_form, #location {
	display: table-cell;
	vertical-align: top;
	
	
}

#map-canvas {
	width: 100%;
	height: 350px;
	border: 1px solid #095A50;
	background-color:#EAEAEA;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
	-webkit-border-radius: 15px 0 15px 0;
	-moz-border-radius: 15px 0 15px 0;
	border-radius: 15px 0 15px 0;
}

#address {
	padding: 0;
	color: black;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

#address h3 {
	color: #00A692;
	border-bottom: 2px dotted #00A692;
	padding: .5em 0;
}

#address ul {
	float: left;
	padding: 0;
	width: 50%;
}

#address ul li {
	display: block;
	font-size: 18px;
	line-height: 25px;
	padding: 7px 0;
}

.ico {
	float: left;
	padding-right: 5px;
	height: 25px;
	width: 25px;
}

#wholesalers {
	text-align: center;
}

#wholesalers li {
	display: inline-block;
	width: 45%;
	margin: 1em 1%;
	vertical-align: middle;
}

#wholesalers img {
	max-width: 100%;
	height: auto;
}

#wholesalers li a:hover {
	opacity: .8;
}

.shown {
	  background: white;
	border: 1px solid #C2C2C2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	padding: 20px;
	padding: .5em;
	margin: .5em 0;
	height: 170px;
	overflow: hidden;
}

.reps {
	
	padding: .5em;
	margin: .5em 0;

}

.reps img {
	width: 30%;
	padding-right: 1em;
	height: auto;
	float: left;
	padding-bottom: 4em;
	
}

.cell {
	background: white;
	border: 1px solid #C2C2C2;
	border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	
	padding: 20px;
	
}



/* Footer Styles */

.border-shape {
	background: white none repeat scroll 0 0;
	color: #fff;
	display: block;
	height: 3px;
	left: 0;
	margin: 20px auto;
	position: relative;
	right: 0;
	text-align: center;
	top: 0;
	width: 80px;
}

.border-shape::before {
	background: white none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 80px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 1px;
	width: 100px;
}

.border-shape::after {
	background: white none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	margin: 0 auto;
	position: absolute;
	right: 80px;
	text-align: center;
	top: 1px;
	width: 100px;
}


footer{
	width:100%;
	background-color: black;
	color:#fff;
	font-family: 'Pragati Narrow', sans-serif;
	margin-top: 2em;
}

footer a {
	text-decoration: none;
	color: #fff;
}


.top_header{
	padding:2rem;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}

.top_header section{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
}

.top_header span{
	padding:0 1rem;
}

.top_header .fa{
	color: #F3A83B;
	font-size: 1em;
}

footer .border-shape {
	width: 40%;
}

footer .border-shape::before {
	width: 100%;
	left:100px;
}

footer .border-shape::after {
	width: 100%;
	right:100px;
}

footer .bottom_content section{
	padding:1.5rem 2rem;
	display:flex;
	align-items:center;
	justify-content:Center;
}

.bottom_content a{
	margin:0 20px;
	color:rgba(255,255,255,0.7);
	transition:0.5s;
}

.bottom_content a:hover{
	color:rgba(255,255,255,1);
}


.copyright{
	padding:0.8em 0;
	background-color:#1e1e1e;
	text-align:center;
	color:rgba(255,255,255,0.7);
	font-size:12px;
}



@media (max-width:820px){
.top_header{
	padding:1rem;
	display:block;
}

.top_header section{
	margin:40px 0;
	align-items:left;
	justify-content:left;
}
footer .bottom_content section{
	padding:1rem;
	display:block;
}
footer .bottom_content section a{
	padding:1rem;
	font-size:12px;
	margin:0 5px;
	display:inline-block;
}
}



	

/* Resources Page Styles */

#resourcesIntro, #manualsIntro, #submittalsIntro, #brochuresIntro, #documentsIntro, #tamasIntro {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
}

#resourcesIntro {
	background-image: url(assets/images/resources.jpg);
}

#tamasIntro {
	background-image: url(assets/images/vancouver.jpg);
	background-attachment: inherit;
}

#manualsIntro {
	background-image: url(assets/images/manuals.jpg);
}

#submittalsIntro {
	background-image: url(assets/images/submittals.jpg);
}

#brochuresIntro {
	background-image: url(assets/images/catalogs.jpg);
}




/* Pump Audit Feature Page Styles */

#intro {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(assets/images/slides/pump-room.jpg);
	display: table;
}

#intro h1, #intro h2, .centerMe h2, .centerMe h3{
	text-align: center;
	padding: .15em 0;
	margin: 0;
	text-transform: uppercase;
	font-family: "Bebas Neue", sans-serif;
	color: white;
	
	text-shadow:
       3px 3px 3px #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

#intro h1 {
	font-size: 70px;
	line-height: 70px;
	

}

#intro h2 {
	font-size: 45px;
	line-height: 1.3;
}

#intro h2 span {
	font-size: 2em;
	font-weight: bold;
	display: block;
}

#intro h3 {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	font-family: 'Catamaran', sans-serif;
	text-shadow: 3px 3px 5px black;
	margin-bottom: 2em;
	color: white;
	

}

.centerMe {
	
	display: table-cell;
	/* vertical-align: middle; */
    text-align: center;
    width: 100%;

	vertical-align: bottom;
	background-color: #00000050;
	backdrop-filter: blur(5px);
}

.centerMe.low {
	vertical-align: bottom;
	background-color: #00000050;
	backdrop-filter: blur(5px);
}

.centerMe.mid {
	vertical-align: middle;
	background-color: transparent;
	backdrop-filter: blur(3px);
}

.centerMe p {
	text-align: center;
    color: white;
    display: inline-block;
    margin: 0 auto;
    padding: 1em;
	text-shadow: 3px 3px 5px black;
}

.table {
	display: table;
}

.info-cell {
	vertical-align: top;
	display: table-cell;
	width: 60%;
}

.vtCell {
	width: 80%;
}

.image {
	vertical-align: top;
	display: table-cell;
	width: 40%;
}


.chart {
	width: 25%;
}



.overview {
	width: 75%;
}

.vtImg {
	width: 20%;
}


.chart p span {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 20px;
}

.chart p {
	line-height: 20px;
	font-weight: bold;
	width: 70%;
	margin: 15px auto;
	text-align: left;
}

.chart h3 {
	width: 70%;
	margin: 15px auto;
}

#myChart {
	width: 100%;
}


.image img {
	width: 90%;
	height: auto; display: block;
}


.cd-fixed-bg {
	height: 250px;
	height: 30vh;
	width: 100%;
	background-color: #EEE;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
	margin: 80px 0 40px 0;
}


.cd-fixed-bg h2 {
	
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-transform: uppercase;
    backdrop-filter: blur(5px);
    color: white;
    background-color: #00000040;
    text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
 
.cd-fixed-bg.cd-bg-1 {
  background-image: url("assets/images/slides/building.jpg");
}

.cd-fixed-bg.cd-bg-2 {
  background-image: url("assets/images/slides/fluke.jpg");
}

.cd-fixed-bg.cd-bg-3 {
  background-image: url("assets/images/slides/krohne.jpg");
}

.cd-fixed-bg.cd-bg-4 {
  background-image: url("assets/images/slides/vt04.jpg");
}

.cd-fixed-bg.cd-bg-5 {
  background-image: url("assets/images/slides/mech-room.jpg");
}


.flowchart {
	border-collapse: separate;
	    border-spacing: 2em;
	width: 100%;
}


.flow {
	display: table-cell;
	width: 33%;
	padding: 10px;
	border: 1px solid black;
	
	

	background: #ffffff;
	position: relative;

}


.screens {
	display: table-cell;
	width: 33%;
	padding: 10px;

}



.flow h3 {
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	color: white;
	background-color: #F9A020;
	width: 100%;
	padding: 10px;
	margin: -10px 0 10px -10px;
	
	text-shadow:
     
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}


.screens img {
	
	display: block;
	margin: 0 auto;
	width: 80%;
	height: auto;
	margin-bottom: 2em;
	
}

.compare img {
	width: 100%;
	margin-bottom: 1em;
}

.vtScreens img {
	

	width: 50%;

	
}

.vtScreens h3 {
	text-align: center;
}

.flow ul {
	margin-left: 1em;
}

.flow ul li {
	
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #555;
    line-height: 1.4;
    font-size: 18px;
    background: url('');
}


.equipment {
	display: block;
	margin-top: -250px;
	margin-top: -30vh;
	height: 250px;
	height:30vh;
	width: auto;
	float: left;
	z-index: 100;
    position: relative;
	
}


.down {
	position: absolute;
	bottom: -30px;
	
}


.midFlow {
	position: relative;
	height: 60px;
	background-color: #00B19D;
	width: 60%;
	border-radius: 15px;
	margin: 0 auto;
}


.midFlow h2 {
	line-height: 60px;
	font-size: 35px;
	color: white;
	text-align: center;
	text-shadow:
     
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
	

.endFlow {
	display: block;
	margin: 70px auto 0 auto;
}



.download {
	width: auto;
	display:inline-block;
	padding: 0 10px;
}

.download:active {
	margin-top: 14px;
}


.compare h3 {
	font-size: 18px;
}


.compare h4 {
	font-size: 16px;
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.screens table {
	width: 100%;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

.leftHead {
	background-color: #bbb;
	font-weight: bold;
}


.screens th {
	background-color: #72C9BE;
	padding: .5em;
}

.screens td {
	width: 33%;
	text-align: center;
	padding: .5em;

}

.darker {
	background-color: #CCC;
}

.lighter {
	background-color: #F3F3F3;
}









.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 200px auto 0 auto;
  
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 10050;
  
  padding: 18px 26px 23px;
    background-color: #fcfcfc;
    border-radius: 5px;
    box-shadow: inset 0 -2px 2px rgba(0,0,0,.15),inset 0 2px 2px #fff,inset -1px 0 2px rgba(0,0,0,.05),inset 1px 0 2px rgba(0,0,0,.05);
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: -15px;
  right: -15px;
  transition: all 200ms;
  font-size: 30px;
  width: 30px;
  height: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  color: white;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */



  border-radius: 20px;
  border: 2px solid white;
}

.auditHead {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #00A692;
}




.popup .close:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

/* 404 Page Styles */


#notFound h3, #notFound p, #notFound button {
	text-align: center;
}

#notFound button {
	border: none;
    margin: 0 auto;
    display: block;
    font-size: 1em;
}





@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}



/* Mobile Breakpoint Styles */

@media only screen and (max-width: 1130px) {
	
.mainNav {

	font-size: 16px;

}

#tamas {
    padding: 5px 20px 5px 0;
}
	
	
}




@media only screen and (max-width: 980px) {
	
p, ol li {


    font-size: 20px;

}

.searchbar {
	width: 80%;
	margin: 0 auto 2em auto;
}
	
#navigation ul li.menu {
	display:inline-block;
	float: left;
}



#navigation ul li#mSearch {
	display:inline-block;
	float: right;
	height: 60px;
}




#navigation {
	position: fixed;
	height: 60px;
}

#shift {
	height: 70px;

}


#navigation ul {
	text-align: center;
}

#navigation ul li#searcher {
	position: fixed;
    z-index: -1000;
    top: 60px;
    left: 100%;
    width: 80%;
    padding: .5em 10%;
    height: 50px;
    float: none;
    background-color: black;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}


#navigation ul li.showSearch {

	top: 60px !important;

    left: 0 !important;

}

#searchbar {
	margin: 0;
}


#query {
    
	width: 85%;
}

#srch {
    width: 8%;
    float: right;
}


.mainNav {

display: none;

}



#tamas {
    padding: 5px 5px;
	margin: 0 auto;
	height: 50px;
	width: auto;
}

.bx-wrapper {
	    margin: 60px auto 0 auto;
		background-color: #EFEFEF;
		min-height: 100px;
		height: 75vh;
}



.middle {
	background-color: rgba(0,0,0,0.8);

	width: 98%;
	padding: 0 1%;
	left: 0;
	bottom: 0;
	transform: none;
	top: auto;
	border-radius: 0;
	height: 55%;

}

.rightM .middle, .leftM .middle {

	clip-path: none;
}

.middle div {
	width:95%;
	padding: 2.5%;
	margin: 0;

}

.middle div h2 {
	font-size: 24px !important;
	line-height: 1.2;
}

.middle div p {
    font-size: 20px !important;
}

.middle .buttonD {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 20%;
	top: .2em;
	font-size: 80%;
}

.bxslider li {
    height: 100%;
    background-size: auto 45%;
    background-position: top !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.fullScn p {
    font-size: 20px;
    color: black;
}

.centerImg {

    width: 90%;
}


	
.fullScn {
    height: auto;

    width: 100%;
    position: relative;
    overflow: inherit;
	margin-bottom: 15vh;
}


div#zIntro {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;

}

.centerImg {

    position: relative;
    top: 0;

    transform: none;
    width: 100%;
	margin: 1em auto;
}

.overImg {
	    top: 0;
    position: absolute;
    margin: 0 auto;
    width: 90%;
}

.fullScn .downArrow p {
	display: none;
}

.fullScn h2 {

    font-size: 30px;
}

.leftGo {
	float: none;
}

#cf img {
	width: 45%;
    right: 6%;
}
	
.rightImg {
	width: 90%;
    height: auto;
    position: relative;
    left: 5%;
    right: 5%;
    top: 90px;
    margin-bottom: 90px;
	
}

.rightImgH {
	width: 60%;
    left: 20%;
    right: 20%;

}

.vSpace {
	position: inherit;
	width: 90%;
	padding: 0 5%;
	display: block;
	top: 0;
	transform: none;

}

.hL, .hR {
	left: 0;
	right: 0;
}

.hL h2, .hR h2 {
	text-align: left;
}

.hL p, .hR p {
	text-align: justify;
}


.newFeatured {
	
	width: 94%;
	height: 94%;
	height: 94vw;
	padding: 3vw 3%;


}


.bxslider li.rightM {

	background-position: left;

	background-attachment: inherit;
	
}


.product, .resourceTab {
	width: 88%;
    padding: 1%;
    margin: 5%;

}

.docContainer {
  column-count: 1;

}

.updated {
	display: none;
}


#imgGallery, #description {
	display: block;
	width: 98%;
	padding: 1%;
	vertical-align: top;
}

.sp-current-big {
	width: 80%;
	margin: 0 auto;
}

.breadcrumb li {
    margin: 0 .2em 0 0;
    font-size: .8rem;
}

.breadcrumb li:before {
    margin-right: .2em;
    font-size: 1rem;
}


.tabHead {
	font-size: 90%;

}

#tabSpecs li {
    display: block;
    width: 95%;
    padding: 2.5%;
}

#resourcesIntro, #manualsIntro, #submittalsIntro, #brochuresIntro, #documentsIntro, #tamasIntro {
    width: 100%;
    height: 45vh;
}

.centerMe p{
	font-size: 95%;

}

.centerMe h2{
	font-size: 30px;

}


.searchbar, .zoom_searchform {
	max-width: 80%;
	margin: 5px auto 1em auto;
	
}

}


