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

.product-box {
float:left;
margin-right:10px;	
}

#product-menu-wrapper{
	overflow:hidden;
}
.item-folder, .item-file{
	height:260px;
}
.products-wrapper{
	position:relative;
}
.headline-default{
	height:100%;
	width:100%;
	display:table;
	height:85px;
}
.product-top-headline{
	display:table-cell;
	vertical-align:middle;
	padding: 0 30px;
}
.product-top-categories{
	display:table-cell;
	vertical-align:middle;
	padding:5px 0;
	color:#fff;
}
.product-top-categories a{
	color:#fff;
	text-transform: uppercase;
	/*font-family: sourceSansProRegular;*/
	font-family: sourceSansProLight;
}
.product-top-categories a.active{
	font-family: sourceSansProBlack;
}
.product-top-headline h1{
	font-size:24px;
	margin:0;
	padding:0;
	color:#fff;
	font-family:convection;
}
.product-top-categories{
	display:table-cell;
	vertical-align:middle;
	padding-right:20px;
	font-family: sourceSansPro;
	font-size:11px;
}
.product-box{
	background:#fff;
	border-radius:5px;
	height:288px;
}
.products-wrapper{
	margin-top:16px;
	margin-left:0;
}
.product-box{
	position:relative;
	overflow:hidden;
	margin-bottom:5px;
}
.product-img img{
	display:block;
	margin:auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.product-headline{
	text-align:center;
	vertical-align:middle;
	color:#fff;
	font-family: sourceSansPro;
	font-size:14px !important;
	line-height:16px;
	height:66px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display:table;
	table-layout:fixed;
	width:100%;
	background:#000;
}
.product-headline div{
	display:table-cell;
	vertical-align:middle;
	padding:0 3px;
}
.product-headline div a{
	color:#fff !important;
	margin:0 5px;
	display:block;
}
.product-box{
	width:194px;
}
/* blue */
.product-box.product-pressure > .product-headline, .headline-pressure-bg, .product-pressure .product-detail-bottom, #menu li.dropdown-menu-pressure a:hover{
	background: #1c436e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjNDM2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTYzOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #1c436e 0%, #29639e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1c436e), color-stop(100%,#29639e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1c436e 0%,#29639e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1c436e 0%,#29639e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1c436e 0%,#29639e 100%); /* IE10+ */
	background: linear-gradient(to right,  #1c436e 0%,#29639e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c436e', endColorstr='#29639e',GradientType=1 ); /* IE6-8 */
}
/* red */
.product-box.product-heating > .product-headline, .headline-heating-bg, .product-heating .product-detail-bottom, #menu li.dropdown-menu-heating a:hover{
	background: #962520; /* Old browsers */
	background: -moz-linear-gradient(left, #962520 0%, #e83b2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#962520), color-stop(100%,#e83b2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #962520 0%,#e83b2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #962520 0%,#e83b2e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #962520 0%,#e83b2e 100%); /* IE10+ */
	background: linear-gradient(to right, #962520 0%,#e83b2e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#962520', endColorstr='#e83b2e',GradientType=1 ); /* IE6-9 */
}
/* green */
.product-box.product-filters > .product-headline, .headline-filters-bg, .product-filters .product-detail-bottom, #menu li.dropdown-menu-filters a:hover{
	background: #087045; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NzA0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOGEzNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #087045 0%, #08a36b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#087045), color-stop(100%,#08a36b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #087045 0%,#08a36b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #087045 0%,#08a36b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #087045 0%,#08a36b 100%); /* IE10+ */
	background: linear-gradient(to right,  #087045 0%,#08a36b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087045', endColorstr='#08a36b',GradientType=1 ); /* IE6-8 */
}
/* orange */
.product-box.product-connections > .product-headline, .headline-connections-bg, .product-connections .product-detail-bottom, #menu li.dropdown-menu-connections a:hover{
	background: #d95d39; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5NWQzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTg4NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #d95d39 0%, #ee8849 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d95d39), color-stop(100%,#ee8849)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #d95d39 0%,#ee8849 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #d95d39 0%,#ee8849 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #d95d39 0%,#ee8849 100%); /* IE10+ */
	background: linear-gradient(to right,  #d95d39 0%,#ee8849 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d95d39', endColorstr='#ee8849',GradientType=1 ); /* IE6-8 */
}
/* yellow */
.product-box.product-sunshine > .product-headline, .headline-sunshine-bg, .product-sunshine .product-detail-bottom, #menu li.dropdown-menu-sunshine a:hover{
	background: #d9b93d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5YjkzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWNiNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #d9b93d 0%, #eecb42 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d9b93d), color-stop(100%,#eecb42)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #d9b93d 0%,#eecb42 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #d9b93d 0%,#eecb42 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #d9b93d 0%,#eecb42 100%); /* IE10+ */
	background: linear-gradient(to right,  #d9b93d 0%,#eecb42 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9b93d', endColorstr='#eecb42',GradientType=1 ); /* IE6-8 */
}
.product-pressure .detail-product-data h1 span{
	color:#1a3f69;
}
.product-heating .detail-product-data h1 span{
	color:#962520;
}
.product-filters .detail-product-data h1 span{
	color:#087045;
}
.product-connections .detail-product-data h1 span{
	color:#d95d39;
}
.product-sunshine .detail-product-data h1 span{
	color:#d9b93d;
}
.product-detail-wrapper{
	position:absolute;
	width:592px;
	height:581px;
	z-index:3;
	border-radius:5px;
	background:#fff;
}
.product-detail-wrapper.horiz{
	width:989px;
}
.product-detail-wrapper.horiz .detail-product-photo{
	width:59%;
}
.product-detail-wrapper.horiz .detail-product-photo img{
	width:538px;
	height:352px;
}
.product-detail-wrapper.horiz .detail-product-data{
	width:40%;
	float:right;
}
.product-detail-wrapper a.close-detail{
	font-family:sourceSansProLight;
	position:absolute;
	top:10px;
	right:10px;
	display:block;
	font-size:60px;
	line-height:28px;
	height:28px;
	overflow:hidden;
	color:#666;
}
.product-detail-wrapper a.close-detail:hover{
	text-decoration: none;
	color:#000;
}
.detail-product-photo{
	padding-top:20px;
}
.detail-product-data{
	padding:20px 10px 20px 20px;
	font-size:15px;
}
.detail-product-data .product-description{
	height:200px;
	display:block;
	overflow:auto;
}
.detail-product-data h2{
	font-family:sourceSansPro;
	font-size:17px;
	text-transform:uppercase;
	color:#000;
	margin:5px 0;
}
.detail-product-data h1{
	font-family:sourceSansPro;
	font-size:24px;
	margin:5px 0 3px 0;
}
.detail-product-data h3{
	margin:15px 0 4px 0;
	font-size:16px;
	font-weight:bold;
}
.product-tools{
	margin-top:30px;
	padding:0;
}
.product-tools ul{
	margin:0;
	padding:0;
	display:table;
	table-layout:fixed;
	width:100%;
}
.product-tools li{
	display:table-cell;
	list-style:none;
	font-family: sourceSansPro;
	font-size:9px;
	line-height:10px;
	text-align:center;
	padding-top:41px;
	height:50px;
	opacity:.7;
}
.product-tools li a{
	color:#000;
	padding-top:50px;
	text-transform: uppercase;
}
.product-tools li:hover{
	opacity:1;
}
.product-tools li.disabled, .product-tools li.disabled a{
	opacity:.4;
	cursor:default;
}
.product-tools li.disabled:hover{
	opacity:.4;
}
.product-tools li a:hover{
	text-decoration: none;
}
.product-tools li.datasheet{
	background:url(/components/com_library/assets/images/or/ico-datasheet.png) center 2px no-repeat;
}
.product-tools li.tutorials{
	background:url(/components/com_library/assets/images/or/ico-tutorials.png) center 2px no-repeat;
}
.product-tools li.compliance{
	background:url(/components/com_library/assets/images/or//ico-compliance.png) center 2px no-repeat;
}
.product-tools li.techinfo{
	background:url(/components/com_library/assets/images/or/ico-techinfo.png) center 2px no-repeat;
}
.product-detail-bottom{
	position:absolute;
	width:100%;
	height:127px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	bottom:0;
	left:0;
}
.product-detail-bottom .pdb-header{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-98px;
	background:#fff;
	width:196px;
	height:24px;
	font-family: sourceSansPro;
	font-size:12px;
	line-height:24px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align:center;
	text-transform: uppercase;
}
.pd-related{
	padding-top:45px;
	text-align:center;
}
.pd-related ul{
	width:100%;
	padding:0;
	display:table;
	table-layout:fixed;
}
.pd-related li{
	list-style:none;
	display:table-cell;
	text-align:center;
}
.pd-related img{
	width:48px;
	height:62px;
}
.product-heating .detail-product-data h1 span, .product-heating .detail-product-data h3, .product-heating .product-detail-bottom .pdb-header{
	color:#c23127;
}
.if-img img {
	width:auto;
}

/** START MOBILE **/
@media (min-width : 569px) and (max-width : 1023px) {
	.product-detail-wrapper{
		width:100%;
		height:auto;
	}
	.detail-product-data .product-description{
		height:auto;
		overflow:hidden;
		margin-bottom:45px;
	}
	.product-detail-wrapper.horiz{
		width:100% !important;
	}
	.product-detail-wrapper.horiz .detail-product-photo img{
		width:100%;
		height:auto;
	}
}

@media (min-width : 320px) and (max-width : 568px) {
	.product-box{
		width:100%;
		margin-bottom:10px;
	}
	.headline-heating-bg{
		margin-top:15px;
		border-radius:5px;
	}
	.product-detail-wrapper{
		width:100%;
		height:auto;
		box-shadow:0 0 10px rgba(0,0,0,.5);
		padding-bottom:127px;
	}
	.product-tools li{
		font-size:.45em;
		line-height:1.1em;
		padding-top:45px;
		background-size:60% !important;
	}
	.product-top-headline{
		padding: 0 15px;
	}
	.product-detail-wrapper.horiz{
		width:100%;
	}
	.product-detail-wrapper.horiz .detail-product-photo, .product-detail-wrapper.horiz .detail-product-data{
		width:100%;
		float:none;
	}
	.product-detail-wrapper.horiz .detail-product-photo img{
		width:100%;
		height:auto;
	}
	.detail-product-data .product-description{
		overflow: hidden;
		height:auto;
	}
}

