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

@font-face {
	font-family: 'Titillium-Light';
	src: url('../fonts/web/Titillium-Light.eot') format('embedded-opentype'),
	url('../fonts/web/Titillium-Light.woff') format('woff'),
	url('../fonts/web/Titillium-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Titillium-Regular';
	src: url('../fonts/web/Titillium-Regular.eot') format('embedded-opentype'),  
	url('../fonts/web/Titillium-Regular.woff') format('woff'),
	url('../fonts/web/Titillium-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'myriadpro';
	src: url('../fonts/web/myriadpro.eot') format('embedded-opentype'),  
	url('../fonts/web/myriadpro.woff') format('woff'),
	url('../fonts/web/myriadpro.ttf') format('truetype');
}

html, body {
	height:100%;
}

body {
	background:#fff;
	padding-top:120px;
	font-family: "Titillium-Regular", sans-serif;
	margin-bottom:1px;
}

a, img { outline:none; }

.ztl-blue { color:#009DFF; }
.ztl-blue-bg { background-color:#009DFF; }

.h100 { height:100%; }

.page-titles {
	background-image: url('../images/F9F9F9.jpg');
	background-repeat: no-repeat; 
	background-size:50%; 
	background-position: right;
}
.tab-title {

	padding:6px; 
	background:#F9F9F9; 
	font-weight:bold;
	font-size:14px;
	font-family: myriadpro, 'sans serif';
	text-transform:uppercase;
}

.product-bg {
	background-size:100%;
	background-repeat:no-repeat;
	background-position:top;

	
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	z-index:-1;
}
.info-container {
	padding-top:160px;
}
.product-left-col {}
.product-left-col img, .product-right-col img {
	max-height:370px;
	margin:0 auto; 
}
.product-icons-left {
	/*
	height:86px;
	height:42px;
	height:63px;
	*/
	height:63px;
	float:left;
	margin:0 8px 8px 0;
	opacity:1;
}
.product-icons-right {
	height:90px;
	float:right;
	margin:0 0 8px 8px;
	opacity:1;
}
.product-right-col {
}
.product-right-col img {
}

.product-item {
	background:rgba(228,228, 228, 0.5);
	margin-bottom: 16px;
	width:100%;
	height:300px;
	overflow:hidden;
}
.product-item-image {
	padding:30px 30px 0 30px;
	clear:both;
	height:270px;
	overflow:hidden;
}
.product-item-image img {
	max-height:230px;
}
.product-item-name {
	padding:6px;
	text-align:center;
	overflow:hidden;
	clear:both;
}
.product-item-name a {
	font-family: myriadpro, 'sans serif';
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#009DFF;
}

div.separator {
	width:100%;
	min-height:30px;
	clear:both;
	display: inline-block;
}

.flag-selected {
	/*
	outline: 4px solid #009DFF;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	*/
	border-radius:4px;
	padding: 4px;
	background:#009DFF;
	height:25px;
	width:auto;

}

.general-text, .general-text p {
	font-size:16px;
}
.indented, .indented p {
	font-size:16px;
	text-indent: 1.5em;
	opacity:1;
}

#about-logo-1 { margin-right:45px; }
#about-logo-2 { margin-left:45px; }

.btn-products {
	color:#009DFF; 
	background: #F9F9F9; 
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	padding:4px 12px !important;
}

.btn-products:hover { background:#E3E3E3; }

footer { margin-top:32px; margin-bottom:12px }



@media (max-width: 992px) {
	.info-container {
		padding-top:30px;
	}
}
@media (max-width: 600px) {
	#about-logo-1 {
		margin-right:16px;
		}
	#about-logo-2 {
		margin-left:16px;
		}
}
@media (max-width: 520px) {
	.product-item {
		max-height:220px;
	}
	.product-item-image {
		padding:15px 15px 0 15px;
		clear:both;
		height:170px;
		overflow:hidden;
	}
	.product-item-image img {
		max-height:160px;
	}
}
@media (max-width: 360px) {
	.product-item {
		max-height:170px;
	}
	.product-item-image {
		padding:15px 15px 0 15px;
		clear:both;
		height:140px;
		overflow:hidden;
	}
}
