/* FONTS */
@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/PTS55F-webfont.eot');
    src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS55F-webfont.woff') format('woff'),
         url('../fonts/PTS55F-webfont.ttf') format('truetype'),
         url('../fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/PTS75F-webfont.eot');
    src: url('../fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS75F-webfont.woff') format('woff'),
         url('../fonts/PTS75F-webfont.ttf') format('truetype'),
         url('../fonts/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/BEBAS___-webfont.eot');
    src: url('../fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BEBAS___-webfont.woff') format('woff'),
         url('../fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('../fonts/BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* STYLES */

h1, h2, h3, h4 {
	font-family: 'bebasregular', Arial, Helvetica, sans-serif;
	word-spacing: 0.2em;
}

h1 {
	font-size: 2.4em;
}

h5 {
	font-size: 1.2em;
	margin-top: 0px;
}

p {
	font-family: 'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

ul {
	font-family: 'pt_sansregular', Arial, Helvetica, sans-serif;
}

strong {
	font-family: 'pt_sansbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #f5c500;
	text-decoration: none;
}

img {
	border: 0;
}

.title-line {
	width: 100px;
	margin: 18px auto 0 auto;
	height: 4px;
	background-color: #000000;
}

.title-line-cl {
	width: 100px;
	margin: 18px auto 0 auto;
	height: 4px;
	background-color: #f5c500;
}

.left-line-cl {
	width: 100px;
	margin: 18px 0 0 0;
	height: 4px;
	background-color: #f5c500;
}

/* SLIDER */
.carousel-control.left, .carousel-control.right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
}

.carousel-caption {
	left: 10%;
	right: 55%;
	bottom: 0;
	top: 110px;
}

.carousel-caption h1, .carousel-caption p {
	color: #000000;
	text-shadow:none;
	text-align:left;
}

/* TOP STYLES */

#top-bar {
	background-color: #f5c500;
	width: 100%;
}

#topcontacts p {
	float: left;
	padding-right: 20px;
	margin: 6px 0;
}

#topcontacts .glyphicon {
	color: #ffffff;
}

#topcontacts a {
	color: #000000;
	text-decoration: none;
}

#topcontacts a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* HEADER STYLES */

#header-bar {
	background-color: #000000;
	width: 100%;
}

#header-bar #ecomax {
	margin: 20px 0 0 0;
}

#header-bar #menu-icon {
	display: none;
	float: right;
	margin-top: 20px;
}

#header-bar #menu-icon a {
	display: block;
	width: 33px;
	height: 23px;
	background-image:url(../images/mobile-menu.gif);
	background-repeat: no-repeat;
	font-size: 0;
	text-indent: -9999px;
}

#nav {
	text-align: right;
	display: block;
}

#nav ul{
	font-family: 'bebasregular', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	word-spacing: 0.2em;
	position:relative;
	list-style: none;
	padding:0px;
	margin:0px;
}

#nav ul li{
	display:inline-block;
	text-align:center;
	padding:0 0 0 30px;
	margin:0px;
	position:relative;
}

#nav ul li a{
	display:block;
	color:#ffffff;
	bottom:0;
	margin: 30px 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
	/*border-bottom: 4px solid #000000;*/
	/*padding-bottom: 14px;*/
	line-height: 4em;
}

/*--- DROPDOWN ---*/
#nav #mainmenu ul{
	list-style-type: none;
	position: absolute;
	left: -9999px;
	text-align: left;
	margin-left: 30px;
	padding: 10px 0 5px 0;
	background-color: #f5c500;
	z-index: 200;
}

#nav #mainmenu ul li{
	display: block;
	position: relative;
	margin-left: 0;
	font-size: 0.7em;
	padding: 5px 10px;
	text-align: left;
}

#nav #mainmenu ul a{
	display: block;
	white-space:nowrap;
	color:#000000;
	text-decoration:none;
	padding: 0;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	line-height: 1em;
}

#nav #mainmenu ul a:hover{
	color:#ffffff;
}

#nav #mainmenu li:hover ul, #nav #mainmenu li:focus ul{
	left:0;
}

@media only screen and (min-width: 1025px) { 

	#nav ul li a:hover{
		color:#f5c500;
		/*border-bottom: 4px solid #f5c500;*/

	}

	#nav ul li a:after {
		content: '';
		display: block;
		margin:auto;
		height: 4px;
		width: 0;
		background: transparent;
		transition: width .5s ease, background-color .5s ease;
	}

	#nav ul li a:hover:after {
		width: 100%;
		background: #f5c500;
	}

}

#nav ul li.active a{
	color:#f5c500;
	/*border-bottom: 4px solid #f5c500;*/
}


/* STICKY NAV */

.sticky-wrapper {
	background-color: #000000;
}

.stuck {
  position:fixed;
  top:0;
  z-index: 200;
}

.stuck #ecomax {
	width: 120px;
	margin-top: 14px!important;
}

.stuck #nav ul li a {
	margin-top: 6px;
}

/* TITLE STYLES */

#title-bar {
	background-color: #f5c500;
	background-image:url(../images/title-gradient.jpg);
	background-repeat: repeat-x;
	width: 100%;
	padding: 20px 0 20px 0;
}

#title-bar h1 {
	text-align: center;
	color: #ffffff;
}

#title-bar h2 {
	font-family: 'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	word-spacing: normal;
	text-align: center;
	color: #000000;
	line-height: 1.4em;
}

/* PRODUCT STYLES */

#product-bar {
	padding: 40px 0;
}

#product-bar .row .row {
	padding-top: 30px;
}

#product-bar h2 {
	text-align: center;
}

#product-bar h5 {
	text-align: center;
	padding-top: 20px;
}

#product-bar h5 a {
	color: #000000;
	text-decoration: none;
}

#product-bar h5 a:hover {
	color: #f5c500;
	text-decoration: underline;
}

#product-bar p {
	text-align: center;
}

/* PRODUCT IMAGE */

.theproduct {
	width: 370px;
	height: 226px;
	border: 1px solid #f5c500;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: #000000;
}

.theproduct .mask, .theproduct .content {
	width: 370px;
	height: 226px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.theproduct img {
	display: block;
	position: relative;
	opacity: 1;
   -moz-transform:scale(1,1);
   -webkit-transform:scale(1,1);
   -o-transform:scale(1,1);
   -ms-transform:scale(1,1);
   transform:scale(1,1);
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}

.theproduct:hover img {
	opacity: 0.5;
   -moz-transform:scale(1.1,1.1);
   -webkit-transform:scale(1.1,1.1);
   -o-transform:scale(1.1,1.1);
   -ms-transform:scale(1.1,1.1);
   transform:scale(1.1,1.1);
}

.theproduct a {
	display:block;
	width: 370px;
	height: 226px;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.4em;
	text-transform:uppercase;
	padding-top: 100px;
	opacity: 0;	
}

.theproduct a:hover {
	opacity: 1;	
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}

/* TESTIMONIAL STYLES */

#testimonial-bar {
	position: relative;
}

#testimonial-bg {
	background-image:url(../images/bg-bubbles.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
	position: absolute;
	background-attachment: fixed;
	width: 100%;
	margin: 0 auto;
	z-index: -200;
}

#performance-bg {
	background-image:url(../images/bg-bubbles.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 240px;
	position: absolute;
	background-attachment: fixed;
	width: 100%;
	margin: 0 auto;
	z-index: -200;
}

#testimonial-bar .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.test-position {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.test-position img {
	opacity:0;
	width:10%;
}

.test-position-animated img{
	opacity:1;
	width:92px;
	transition:all 0.2s linear;
}

#testimonial-bar h2 {
	padding-top: 64px;
	text-align: center;
}

#testimonial-bar p {
	text-align: center;
	font-size: 1.1em;
}

#testimonial-bar p span {
	font-size: 1.3em;
}

/* TESTIMONIAL STYLES */

#performance-bar {
	position: relative;
}

.performance-padding {
	padding-top: 60px;
	padding-bottom: 40px;
}

h2.performance-head {
	text-align: center;
	font-size: 3em;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);
	margin:0;
	padding: 16px 0 4px 0;
	color: #ffffff;
	opacity: 0;
}

h2.performance-active {
	opacity: 1;
	transition:all 0.2s linear;
}

h2.performance-head span {
	color: #f5c500;
}

#performance-bar p {
	padding-top: 20px;
	text-align: center;
	font-size: 1.1em;
}

/* PURE STYLES */

.pure {
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

.purepad {
	padding-top: 34px;
}

.pure #pure-logo {
	opacity: 0;
}

.pure-active #pure-logo {
	opacity: 1;
	transition:all 0.2s linear;
}

/* FEATURE STYLES */

#feature-bar {
	padding: 40px 0;
	background-color: #ffffff;
	position:relative;
}

.feature-content {
	margin-top: 60px;
	margin-bottom: 70px;
}

#feature-bar h2 {
	text-align: center;
	color: #f5c500;
}

#feature-bar p {
	text-align: center;
}

a.orange-button {
	margin-top: 16px;
	display: inline-block;
	background-color: #f5c500;
	border: 1px solid #a58618;
	font-family: 'bebasregular', Arial, Helvetica, sans-serif;
	font-size: 1em;
	word-spacing: 0.2em;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 12px 30px 7px 30px;
}

a.orange-button:hover {
	background-color: #000000;
	border: 1px solid #f5c500;
	color: #ffffff;
}

#flip-image {
	position: relative;
	perspective: 1000;
}

#flip-card {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: all .5s linear;
}

#flip-image:hover #flip-card {
	transform: rotateY(180deg);
}

.face {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}

.face.back {
	display: block;
	transform: rotateY(180deg);
	box-sizing: border-box;
	text-align:center;
}

/* CTA STYLES */

#cta-bar {
	margin-top: 28px;
	background-color: #f5c500;
	width: 100%;
	padding: 6px 0;
}

.page-cta #cta-bar {
	margin-top: 0;
}

.page-cta {
	background-color: #ffffff;
	padding-top: 30px;
}

#cta-bar h3 {
	margin-bottom: 0;
	color: #ffffff;
}

a.cta-button {
	margin-top: 16px;
	display: block;
	float: right;
	background-color: #f0dd88;
	border: 2px solid #ffffff;
	font-family: 'bebasregular', Arial, Helvetica, sans-serif;
	font-size: 1em;
	word-spacing: 0.2em;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 12px 30px 7px 30px;
}

a.cta-button:hover {
	background-color: #000000;
	border: 2px solid #ffffff;
	color: #ffffff;
}

/* BASE STYLES */

#base-bar {
	margin-top: 28px;
	padding: 28px 0;
	border-top: 8px solid #f5c500;
	background-color: #000000;
	width: 100%;
}

#base-bar p {
	color: #ffffff;
	font-size: 0.8em;
}

#base-bar a {
	color: #ffffff;
	text-decoration: underline;
}

#base-bar a:hover {
	color: #f5c500;
	text-decoration: none;
}

#base-bar p span {
	color: #f5c500;
}

#base-bar h4 {
	color: #f5c500;
}

#base-bar #copyright p {
	text-align: right;
}

/* PAGE TITLE STYLES */

#global-title-bar {
	background-color: #313131;
}

#compact-title-bar {
	background-image:url(../images/bg/compact-bg.jpg);
}

#glasswasher-title-bar {
	background-image:url(../images/bg/glasswasher-bg.jpg);
}

#undercounter-title-bar {
	background-image:url(../images/bg/undercounter-bg.jpg);
}

#passthrough-title-bar {
	background-image:url(../images/bg/passthrough-bg.jpg);
}

#conveyor-title-bar {
	background-image:url(../images/bg/conveyor-bg.jpg);
}

#tabling-title-bar {
	background-image:url(../images/bg/tabling-bg.jpg);
}

.page-title-bar {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.page-title-bar h1 {
	text-align: center;
	color: #ffffff;
}

.page-title-bar h2 {
	font-family: 'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	word-spacing: normal;
	text-align: center;
	color: #ffffff;
	line-height: 1.4em;
}

/* RANGE SECTION */

.range-section {
	margin-top: 30px;
	margin-bottom: 30px;
}

.range-product {
	margin-bottom: 40px;
}

.range-product h4 {
	color: #f5c500;
}

.range-product img {
	border: 1px solid #f5c500;
}

.range-product ul {
	padding-left: 0;
	margin-left: 14px;
}

.range-product li {
	font-size: 0.9em;
}

.range-product .orange-button {
	margin-top: 6px;
}

.range-points {
	margin-top: 420px;
}

.the-point {
	clear:both;
	padding-top: 26px;
}

.the-point h5, .the-point p {
	padding-left: 90px;
}

.the-point h5 {
	color: #f5c500;
	text-transform: uppercase;
}

.point-icon {
	float: left;
}

/* PRODUCT PAGE */

.product-features {
	margin-top: 30px;
}

.product-features h2 {
	text-align: center;
}

img#main-product {
	border: 1px solid #f5c500;
}

.product-features .panel-heading h4 {
	font-family: 'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	word-spacing: normal;
	color: #000000;
	text-decoration: none;
}

.product-features .panel-heading h4 a {
	text-decoration: none;
}

.product-features .panel-heading {
	background-color: #ffffff;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding-left: 0;
}

#accordion {
	overflow: hidden;
	margin-bottom: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group {
	border-top: 1px solid #000000;
}

.panel-default {
    border-color: #ffffff;
}

.panel {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
	border-bottom: 1px solid #000000;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-title a {
	background-image:url(../images/feature-minus.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 30px;
}

.panel-title a.collapsed {
	background-image:url(../images/feature-plus.jpg)!important;
}

.panel-body p {
	padding-left: 16px;
}

.product-features ul {
	padding-left: 0;
	margin-left: 14px;
}

.product-features .panel-body ul {
	margin-left: 26px;
}

.product-features li {
	font-size: 0.9em;
}

.product-details {
	margin-top: 30px;
}

.product-downloads {
	list-style-type: none;
	padding-left: 0;
}

.product-downloads li {
	padding: 4px 0;
}

.product-downloads li a {
	display: block;
	text-decoration: none;
	background-image:url(../images/download-icon.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 4px 0 4px 38px;
}

.product-downloads li a:hover {
	text-decoration: underline;
	background-position: 0 -74px;
}

.tech-col {
	float: left;
}

.tech-col h5 {
	font-size: 0.9em;
	background-color: #f5c500;
	padding: 18px 10px 18px 10px;
	margin-bottom: 2px;
}

.tech-col p {
	padding: 18px 10px 18px 10px;
}

.tech-table .one p, .tech-table .three p, .tech-table .five p {
	background-color: #efefef;
}

.tech-table .one {
	width: 28%;
}

.tech-table .two, .tech-table .three, .tech-table .four, .tech-table .five {
	width: 18%;
}

/* WHY CHOOSE */

.why-choose {
	background-color: #ececec;
	margin-top: 24px;
	padding-top: 30px;
}

.why-choose h2 {
	text-align: center;
}

.choose-section {
	margin-top: 40px;
	margin-bottom: 30px;
}

.choose-left {
	text-align: center;
}

.choose-left img {
	margin-bottom: 30px;
}

.progress-wrapper {
	width: 100%;
	clear: both;
}

.progress-wrapper .left-text {
	float: left;
	margin-bottom: 2px;
}

.progress-wrapper .right-text {
	float: right;
	margin-bottom: 2px;
}

.progress-bar {
	clear: both;
	width: 100%;
	border: 1px solid #000000;
	background-color: #000000;
	height: 28px;
	margin-bottom: 16px;
}

.progress-bar .inner {
	position: absolute;
	width: 10px;
	height: 26px;
	background-color: #f5c500;
}

.choose-right .progress-bar .inner {
	background-color: #d7d7d7;
}

/* FORM STYLES */

.contactform {
	padding-top: 20px;
}

.contactform .stacked p {
	padding-bottom: 30px;
	clear: both;
}

.contactform .stacked label{
	float: left;
	display:  block;
	width: 25%;
}

.contactform .stacked input{
	float: left;
	display:  block;
	width: 75%;
}

.contactform .not-stacked label{
	display:  block;
	width: 100%;
	margin-top: 20px;
}

.contactform .not-stacked input, .contactform .not-stacked textarea{
	display:block;
	width: 100%;
}

.contactform .price-list {
	background-color: #efefef;
	padding: 10px;
}

.contactform .form-captcha {
	border: 1px solid #f5c500;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contactform .form-captcha input {
	width: 100%;
}

.contactform .price-list label, .contactform .form-info label {
	padding-left: 5px;
	display: inline;
}

.contactform .form-buttons input {
	background-color: #f5c500;
    border: 1px solid #a58618;
    border-radius: 8px;
    display: inline-block;
    font-family: "bebasregular",Arial,Helvetica,sans-serif;
    font-size: 1em;
    margin-top: 16px;
    padding: 12px 30px 7px;
    text-decoration: none;
    word-spacing: 0.2em;
}

.contactform .form-buttons input:hover {
	background-color: #000000;
	border: 1px solid #f5c500;
	color: #ffffff;
}

.contactform span.smallprint {
	color: #f5c500;
}

label.error {
	color: red;
	border: 0;
}

.error {
	border: 1px solid red;
}

p.error {
	color: red;
	border: 0;
}

.cooking-table table { 
  width: 100%; 
  border-collapse: collapse; 
}

.cooking-table tr:nth-of-type(odd) { 
  background: #eee; 
}
.cooking-table th { 
	font-size: 0.9em;
	background-color: #f5c500;
	margin-bottom: 2px;
	font-weight: 500;
}
.cooking-table td, .cooking-table th { 
	padding: 18px 10px 18px 10px;
	border-bottom: 2px solid #ffffff; 
	text-align: left; 
	font-size: 0.9em;
	margin-bottom: 2px;
	font-weight: 500;
}




















