/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(//cpex.eu/onewebstatic/d817e1dba5.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}/* Theme */
.owl-item.loading{
    min-height: 150px;
    background: url(//cpex.eu/onewebstatic/5b8b06c052.gif) no-repeat center center
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-buttons div {
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls {
    text-align: center;
}

/* Prev, Next buttons */
.owl-theme .owl-buttons {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    width: 100%;
}
.owl-theme .owl-buttons .owl-prev,
.owl-theme .owl-buttons .owl-next {
    position: absolute;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background-color: inherit;
}
.owl-theme .owl-buttons .owl-prev {
    left: 10px;
    background-image: url(//cpex.eu/onewebstatic/0ef124d7ef.png);
    width: 42px;
    height: 42px;
}
.owl-theme .owl-buttons .owl-next {
    right: 10px;
    background-image: url(//cpex.eu/onewebstatic/0d043601d6.png);
    width: 42px;
    height: 42px;
}

/* Page buttons */
.owl-theme .owl-pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.owl-theme .owl-pagination .owl-page {
    background-image: url(//cpex.eu/onewebstatic/530e65bdfe.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: 2px;
    overflow: hidden;
}
.owl-theme .owl-pagination .owl-page:hover {
    background-image: url(//cpex.eu/onewebstatic/1447e94d4e.png);
}
.owl-theme .owl-pagination .owl-page.active {
    background-image: url(//cpex.eu/onewebstatic/1447e94d4e.png);
}
.owl-theme .owl-pagination .owl-page > span {
    margin: 4px;
    display: none;
}

/* When to show navigation buttons */
.owl-theme .owl-buttons {
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
.owl-theme.owl-navigation-visibility-always .owl-buttons {
    opacity: 1;
}
.owl-theme.owl-navigation-visibility-mouseover:hover .owl-buttons {
    opacity: 1;
}

/* When to show pagination buttons */
.owl-theme .owl-pagination {
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
.owl-theme.owl-pagination-visibility-always .owl-pagination {
    opacity: 1;
}
.owl-theme.owl-pagination-visibility-mouseover:hover .owl-pagination {
    opacity: 1;
}

/* Hack to avoid rewind effect ONEWEB-6370 */
.owl-theme.owl-dontrewind .owl-pagination > .owl-page:last-child {
    display: none
}
.body{text-align:left;position:relative;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;margin:0px;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
html,body,.body{min-height:100%;}
html,body{-moz-box-sizing:border-box;box-sizing:border-box;}
body,.body{overflow:visible;}
*{-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
.textend,.end{clear:both;}
.component{-moz-box-sizing:border-box!important;box-sizing:border-box!important;}
.stretch{min-width:100%;border-left:0px none!important;border-right:0px none!important;}
.block{cursor:default;}
.menu td{vertical-align:top;}
.menu table{width:100%;table-layout:fixed;}
.text{white-space:pre-wrap;line-height:1.2;word-wrap:break-word;}
.text ol,.text ul{overflow:hidden;}.text ol,.text ul{padding-left:40px}
.text ol[style*="roman"]{padding-left:65px !important}
.image,.image>.block{overflow:hidden;}
.image .imageself{width:100%;height:100%;overflow:hidden;}
@media (min-width: 651px) {
.image>.imageself>img,.image>.imageself>a>img,.chrome-border-fix.image{-webkit-mask-image:-webkit-radial-gradient(circle, white 100%, black 100%);}
}
.textblock{white-space:normal;position:relative;}
.textblockleft{float:left;clear:left;padding-right:10px;}
.textblockright{float:right;clear:right;padding-left:10px;}
.textblockcenter{display:block;margin:0px auto;clear:both;}
.texttable{table-layout:fixed;border-collapse:collapse;}
.texttable .textblock{position:relative;}
.body a img{border-width:0}
.body a .xh,.body a .xp,.body a:hover .xi,.body a:active .xi{display:none}
.body a:hover .xh,.body a:active .xp{display:inline}
.menuself ul, .bodysubmenu ul{display:table;list-style:none;margin:0;clear:both}
.menuself li, .bodysubmenu li{margin:0; position:relative;}
.menuself .menuitem, .bodysubmenu .menuitem{display:block;cursor:pointer}
.menuself .menuitem.disabled, .bodysubmenu .menuitem.disabled{cursor:auto}
.menuself .indent, .bodysubmenu .indent{display:block}
.menuself .divider, .bodysubmenu .divider{line-height:0}
.menuitem {transition:background-color .2s ease-out,color .2s ease-out}
.menuhorizontal>ul{font-size:0px;}
.menuhorizontal>ul>li{display:inline-table;}
.menuhorizontal>ul>li>div, .bodysubmenu > div {display:table-cell}
.menuhorizontal>ul>li>.divider{width:0px}
.menuhorizontal.menuhorizontalfit>ul>li{float:none;display:table-cell}
.menuhorizontalleft>ul{float:left;text-align:left;}
.menuhorizontalcenter>ul{margin:0px auto;text-align:center;}
.menuhorizontalright>ul{float:right;text-align:right;}
.menuhorizontalfit ul{-moz-box-sizing:border-box;box-sizing:border-box;width:100%;}
.menuhorizontal.menuhorizontalfit ul{width:100%;}
.menuself{display:table-cell;height:100%}
.menuverticalmiddle{vertical-align:middle}
.menuverticalbottom{vertical-align:bottom}
.menucascade{background:url(//cpex.eu/onewebstatic/523d5b4d78.gif);}.menuself li:hover>.menucascadeanchor>.menucascade,.menuself li:hover>div>.menucascadeanchor>.menucascade,.bodysubmenu>.menucascadeanchor>.menucascade,.bodysubmenu li:hover>.menucascadeanchor>.menucascade,.bodysubmenu li:hover>div>.menucascadeanchor>.menucascade{display:block;z-index:3000;}.menuself .menucascadeanchor, .bodysubmenu .menucascadeanchor{position:absolute;}.menuhorizontal.menuhorizontalright .menucascade .menucascade{right:0px;}.menuself ul.menucascade, .bodysubmenu ul.menucascade{position:absolute;display:none;}.bodysubmenu{position:absolute;display:none;z-index:900;}.menucascade .menucascadeanchor, .menuvertical .menucascadeanchor{top:0px;right:0px;}.menuhorizontal.menuhorizontalright .menucascade .menucascadeanchor{left:0px;right:auto;}.displayNone{display: none !important;}.menuself .menucascade .menuitem, .bodysubmenu .menucascade .menuitem{display:block;width:auto;float:none;clear:none;}.menuself .menucascade li, .bodysubmenu .menucascade li{display:block;float:left;clear:both;width:100%;}.menuself .menucascade .divider, .bodysubmenu .menucascade .divider{display:block;width:auto;float:none;clear:both;}.button,.previewbutton{display:inline-block}input.previewbutton{padding:5px 10px;cursor:pointer;min-width:130px;min-height:50px;text-align:center;background-clip:border-box!important}.buttonself>div{text-align:center;height:inherit;box-sizing:border-box;overflow:hidden;transition:background-color .2s ease-out,border .2s ease-out,color .2s ease-out;background-clip:border-box!important}.buttonself>div>a{color:inherit;text-decoration:none;white-space:nowrap;padding:5px 10px;display:table;height:100%;width:100%;box-sizing:border-box}.buttonself>div>a>span{display:table-cell;vertical-align:middle;line-height:1}input.contact-form-submit-btn{padding:5px 10px}.contact-form-field-container select {max-width: 100%!important;}
.shareself>div{width:inherit;display:inline-block;overflow:hidden;}
.shareself>div>div{height:inherit;display:table;vertical-align:middle;width: 100%;}
.shareself ul.shareButtonCntnr{display:table-cell;width:99%;vertical-align:middle;}
.shareself ul.shareButtonCntnr.center{text-align:center}
.shareself ul.shareButtonCntnr.right{text-align:right}
.shareself ul.verticalCountCls{padding-bottom:40px;}
.shareself ul.withoutCountCls{padding-bottom:5px;}
.shareself ul.extraInfoCls{padding-top:9px;}
.shareself ul.roundStyleCls{padding-bottom: 16px;}
.shareself ul.squareStyleCls{padding-bottom: 18px;}
.shareself ul.shareButtonCntnr li {display:inline-block;height:20px;margin-right:15px;line-height:12px}
.shareself ul.shareButtonCntnr li.linkedInCls {margin-right:10px;}
.shareself ul.shareButtonCntnr.verticalCountCls li {height:auto;}
.shareself ul.withoutCountCls li.withoutCountFblikeCntnr, .withoutCountFblikeCntnr {line-height:0;overflow:hidden;}
.shareself ul.withoutCountCls li.g-plusone-cntnr {line-height:0;}
.shareself ul.withoutCountCls li.linkedInwithoutcntCls {width:59px;}
.shareself ul.withoutCountCls li.twtrCls {line-height:0;width:56px;}
.shareself ul.extraInfoCls li {display:block;height:auto;margin-right:0 !important;}
.shareself ul.extraInfoCls li.fbLikeExtraInfoCls {height:24px;}
.shareself ul.extraInfoCls li.g-plusone-cntnr {padding-top: 4px;padding-bottom:6px;}
.shareself ul.extraInfoCls li.linkedInCls {padding-top: 1px;}
.shareself ul.extraInfoCls li.twtrCls {padding-top: 6px;}
.shareself ul.roundStyleCls li, .shareself ul.squareStyleCls li {width:39px;height:auto;}
.shareself ul.roundStyleCls li div.icon, .shareself ul.squareStyleCls li div.icon{height:39px;}
.shareself ul.shareButtonCntnr li:nth-last-child(1) {margin-right: 0px;}
.imagesliderself .slider-caption {position:absolute;padding:5px;color:#fff;background-color: #000;background-color: rgb(0, 0, 0);background-color: rgba(0, 0, 0, 0.5);}.imagesliderself .textnormal p.slider-caption > * {color: #fff}.imagesliderself .owl-pagination-visibility-never .slide-cntnr.bottom p.slider-caption{bottom:0px}.imagesliderself .owl-pagination-visibility-never .owl-pagination{display:none}.imagesliderself .owl-navigation-visibility-never .owl-buttons{display:none}.imagesliderself .slide-cntnr.bottom p.slider-caption{bottom:35px}.imagesliderself .slide-cntnr.top p.slider-caption{top:0}.imagesliderself .slide-cntnr.middle p.slider-caption{bottom:0;top:0;margin: auto;height:15px}.gallery img{display:block;margin:auto;}.gallery .gallery-cell{display:inline-block;vertical-align:top;overflow:hidden;}.gallery .gallery-cell div{margin:auto;}.gallery .gallery-caption{margin:auto;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}.container-link {cursor:pointer;}.innerBody,.self,.component{position:relative;}
.extra,.row,.col{-moz-box-sizing:border-box;box-sizing:border-box;position:relative;}
.extra,.col{float:left;}
.row{width:100%;clear:both;}
.extra{width:auto;}
.float-wrap{position:absolute;top:0;left:0;}
.float{border-color:#B6B;position:absolute;}
.col{min-height:1px}
.slide2B273C8ACDF64852A422096A3DD99A17 {
background: url(//cpex.eu/sanitary.html) 50% no-repeat;
background-image:url(//cpex.eu/onewebstatic/4a2ffd2055.png) !important;
}
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi) {
.slide2B273C8ACDF64852A422096A3DD99A17 {
background: url(//cpex.eu/sanitary.html) 50% no-repeat;
background-image:url(//cpex.eu/onewebstatic/4a2ffd2055.png) !important;
}
}
@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx),(min-resolution:288dpi) {
.slide2B273C8ACDF64852A422096A3DD99A17 {
background: url(//cpex.eu/sanitary.html) 50% no-repeat;
background-image:url(//cpex.eu/onewebstatic/4a2ffd2055.png) !important;
}
}
@media (-webkit-min-device-pixel-ratio:4),(min-resolution:4dppx),(min-resolution:384dpi) {
.slide2B273C8ACDF64852A422096A3DD99A17 {
background: url(//cpex.eu/sanitary.html) 50% no-repeat;
background-image:url(//cpex.eu/onewebstatic/4a2ffd2055.png) !important;
}
}
.slide948BB82AE7024414812224CE51D8533C {
background: url(//cpex.eu/sanitary.html) 50% no-repeat;
background-image:url(//cpex.eu/onewebstatic/e9ce6a2434.png) !important;
}
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi) {
.slide948BB82AE7024414812224CE51D8533C {
background: url(//cpex.eu/sanitary.html) 50% no-repeat;
background-image:url(//cpex.eu/onewebstatic/e9ce6a2434.png) !important;
}
}
@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx),(min-resolution:288dpi) {
.slide948BB82AE7024414812224CE51D8533C {
background: url(//cpex.eu/sanitary.html) 50% no-repeat;
background-image:url(//cpex.eu/onewebstatic/e9ce6a2434.png) !important;
}
}
@media (-webkit-min-device-pixel-ratio:4),(min-resolution:4dppx),(min-resolution:384dpi) {
.slide948BB82AE7024414812224CE51D8533C {
background: url(//cpex.eu/sanitary.html) 50% no-repeat;
background-image:url(//cpex.eu/onewebstatic/e9ce6a2434.png) !important;
}
}
.slide07DF1A8C7A184D9D835FB6E16733AA73 {
background: url(//cpex.eu/sanitary.html) 50% no-repeat;
background-image:url(//cpex.eu/onewebstatic/6d7ee9d8f4.png) !important;
}
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi) {
.slide07DF1A8C7A184D9D835FB6E16733AA73 {
background: url(//cpex.eu/sanitary.html) 50% no-repeat;
background-image:url(//cpex.eu/onewebstatic/6d7ee9d8f4.png) !important;
}
}
@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx),(min-resolution:288dpi) {
.slide07DF1A8C7A184D9D835FB6E16733AA73 {
background: url(//cpex.eu/sanitary.html) 50% no-repeat;
background-image:url(//cpex.eu/onewebstatic/6d7ee9d8f4.png) !important;
}
}
@media (-webkit-min-device-pixel-ratio:4),(min-resolution:4dppx),(min-resolution:384dpi) {
.slide07DF1A8C7A184D9D835FB6E16733AA73 {
background: url(//cpex.eu/sanitary.html) 50% no-repeat;
background-image:url(//cpex.eu/onewebstatic/6d7ee9d8f4.png) !important;
}
}
.slide94F18382581D4994AC8168F0E865ECF0 {
background: url(//cpex.eu/sanitary.html) 50% no-repeat;
background-image:url(//cpex.eu/onewebstatic/b4bce64c77.png) !important;
}
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi) {
.slide94F18382581D4994AC8168F0E865ECF0 {
background: url(//cpex.eu/sanitary.html) 50% no-repeat;
background-image:url(//cpex.eu/onewebstatic/b4bce64c77.png) !important;
}
}
@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx),(min-resolution:288dpi) {
.slide94F18382581D4994AC8168F0E865ECF0 {
background: url(//cpex.eu/sanitary.html) 50% no-repeat;
background-image:url(//cpex.eu/onewebstatic/b4bce64c77.png) !important;
}
}
@media (-webkit-min-device-pixel-ratio:4),(min-resolution:4dppx),(min-resolution:384dpi) {
.slide94F18382581D4994AC8168F0E865ECF0 {
background: url(//cpex.eu/sanitary.html) 50% no-repeat;
background-image:url(//cpex.eu/onewebstatic/b4bce64c77.png) !important;
}
}
.blockbody{
background-color:rgb(255,255,255);
background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-clip: padding-box;
}
.textnormal p > *, .textnormal ol, .textnormal ul, .textnormal li > *{
font-family:Georgia,Georgia,serif,"One Open Sans", "Helvetica Neue", Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-shadow:none;
color:rgb(102,102,102);
}
.textnormal p, .textnormal h1, .textnormal h2, .textnormal h3, .textnormal h4, .textnormal h5, .textnormal h6 {
font-size: 1px;
}
.id92F993C80272408882BFE05852A10A54{
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#d7d7d7',GradientType=0);background-image:-moz-linear-gradient(top,rgba(247,247,247,1) 0%,rgba(215,215,215,1) 100%);
background-image:-webkit-linear-gradient(top,rgba(247,247,247,1) 0%,rgba(215,215,215,1) 100%);
background-image:-ms-linear-gradient(top,rgba(247,247,247,1) 0%,rgba(215,215,215,1) 100%);
background-image:-o-linear-gradient(top,rgba(247,247,247,1) 0%,rgba(215,215,215,1) 100%);
background-image:linear-gradient(top,rgba(247,247,247,1) 0%,rgba(215,215,215,1) 100%);
background-clip: padding-box;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
}
ul.menu1{
background-clip: padding-box;
}
.menucascadeanchor ul.menu1{
width:200px;
}
.menu1divider{
background-clip: padding-box;
padding-top:0px;
padding-right:40px;
padding-bottom:0px;
padding-left:0px;
}
.menu1indent1{padding:0px 40px;}
.menu1indent2{padding:0px 80px;}
.menu1indent3{padding:0px 120px;}
.menu1indent4{padding:0px 160px;}
.menu1indent5{padding:0px 200px;}
.menu1indent6{padding:0px 240px;}
.menu1indent7{padding:0px 280px;}
.menu1indent8{padding:0px 320px;}
.menu1indent9{padding:0px 360px;}
.menu1item{
background-image:url(//cpex.eu/onewebstatic/cc155460fa.gif);
background-repeat:no-repeat;
background-position:0% 100%;
background-attachment: scroll;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-clip: padding-box;
padding-top:7px;
padding-right:7px;
padding-bottom:7px;
padding-left:7px;
font-family:Georgia,Georgia,serif,"One Open Sans", "Helvetica Neue", Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
color:rgb(102,102,102);
fill:rgb(102,102,102);
vertical-align:top;
text-align:left;
}
.menu1item .indent{
padding-right:0px;
}
.menu1item svg{
fill:rgb(102,102,102);}
.menu1item:visited{
background-image:url(//cpex.eu/onewebstatic/cc155460fa.gif);
background-repeat:no-repeat;
background-position:0% 100%;
background-attachment: scroll;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-clip: padding-box;
padding-top:7px;
padding-right:7px;
padding-bottom:7px;
padding-left:7px;
font-size:14px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
color:rgb(102,102,102);
fill:rgb(102,102,102);
vertical-align:top;
text-align:left;
}
.menu1item:hover,a.menu1item:hover,li:hover>a.menu1item,li:hover>div>a.menu1item,.hover .menu1item,.hover a.menu1item,li.hover>a.menu1item,li.hover>div>a.menu1item{
background-image:url(//cpex.eu/onewebstatic/e6f3e06c58.gif);
background-repeat:no-repeat;
background-position:0% 100%;
background-attachment: scroll;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-clip: padding-box;
padding-top:7px;
padding-right:7px;
padding-bottom:7px;
padding-left:7px;
font-family:Georgia,Georgia,serif,"One Open Sans", "Helvetica Neue", Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
color:rgb(0,0,0);
fill:rgb(0,0,0);
vertical-align:top;
text-align:left;
}
.menu1item:hover svg{
fill:rgb(0,0,0);}
.menu1item:active{
background-image:url(//cpex.eu/onewebstatic/cc155460fa.gif);
background-repeat:no-repeat;
background-position:0% 100%;
background-attachment: scroll;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-clip: padding-box;
padding-top:7px;
padding-right:7px;
padding-bottom:7px;
padding-left:7px;
font-size:14px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
color:rgb(102,102,102);
fill:rgb(102,102,102);
vertical-align:top;
text-align:left;
}
.menu1itemdisabled,
.menu1itemdisabled:visited,
.menu1itemdisabled:hover,
.menu1itemdisabled:active{
background-image:url(//cpex.eu/onewebstatic/cc155460fa.gif);
background-repeat:no-repeat;
background-position:0% 100%;
background-attachment: scroll;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-clip: padding-box;
padding-top:7px;
padding-right:7px;
padding-bottom:7px;
padding-left:7px;
font-size:14px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
color:rgb(102,102,102);
fill:rgb(102,102,102);
vertical-align:top;
text-align:left;
}
.menu1expandable{
width:undefinedpx !important;height:undefinedpx !important;background-clip: padding-box !important;
font-family:Helvetica,sans-serif,"One Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
color:rgb(0,0,0) !important;
fill:rgb(0,0,0) !important;
}
.menu1expandable .indent{
padding:0px !important;
}
.menu1expandable svg{
fill:rgb(0,0,0) !important;}
.menu1expandable:visited{
background-clip: padding-box !important;
}
.menu1expandable:hover,a.menu1expandable:hover,li:hover>a.menu1expandable,li:hover>div>a.menu1expandable,.hover .menu1expandable,.hover a.menu1expandable,li.hover>a.menu1expandable,li.hover>div>a.menu1expandable{
background-clip: padding-box !important;
}
.menu1expandable:active{
background-clip: padding-box !important;
}
.menu1expandabledisabled,
.menu1expandabledisabled:visited,
.menu1expandabledisabled:hover,
.menu1expandabledisabled:active{
background-clip: padding-box !important;
}
.menu1selected{
background-image:url(//cpex.eu/onewebstatic/e6f3e06c58.gif);
background-repeat:no-repeat;
background-position:0% 100%;
background-attachment: scroll;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-clip: padding-box;
padding-top:7px;
padding-right:7px;
padding-bottom:7px;
padding-left:7px;
font-family:Georgia,Georgia,serif,"One Open Sans", "Helvetica Neue", Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
color:rgb(0,0,0);
fill:rgb(0,0,0);
vertical-align:top;
text-align:left;
}
.menu1selected .indent{
padding-right:0px;
}
.menu1selected svg{
fill:rgb(0,0,0);}
.menu1selected:visited{
background-image:url(//cpex.eu/onewebstatic/e6f3e06c58.gif);
background-repeat:no-repeat;
background-position:0% 100%;
background-attachment: scroll;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-clip: padding-box;
padding-top:7px;
padding-right:7px;
padding-bottom:7px;
padding-left:7px;
font-size:14px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
color:rgb(0,0,0);
fill:rgb(0,0,0);
vertical-align:top;
text-align:left;
}
.menu1selected:hover,a.menu1selected:hover,li:hover>a.menu1selected,li:hover>div>a.menu1selected,.hover .menu1selected,.hover a.menu1selected,li.hover>a.menu1selected,li.hover>div>a.menu1selected{
background-image:url(//cpex.eu/onewebstatic/e6f3e06c58.gif);
background-repeat:no-repeat;
background-position:0% 100%;
background-attachment: scroll;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-clip: padding-box;
padding-top:7px;
padding-right:7px;
padding-bottom:7px;
padding-left:7px;
font-family:Georgia,Georgia,serif,"One Open Sans", "Helvetica Neue", Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
color:rgb(0,0,0);
fill:rgb(0,0,0);
vertical-align:top;
text-align:left;
}
.menu1selected:hover svg{
fill:rgb(0,0,0);}
.menu1selected:active{
background-image:url(//cpex.eu/onewebstatic/e6f3e06c58.gif);
background-repeat:no-repeat;
background-position:0% 100%;
background-attachment: scroll;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-clip: padding-box;
padding-top:7px;
padding-right:7px;
padding-bottom:7px;
padding-left:7px;
font-size:14px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
vertical-align:top;
text-align:left;
}
.menu1selecteddisabled,
.menu1selecteddisabled:visited,
.menu1selecteddisabled:hover,
.menu1selecteddisabled:active{
background-image:url(//cpex.eu/onewebstatic/e6f3e06c58.gif);
background-repeat:no-repeat;
background-position:0% 100%;
background-attachment: scroll;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-clip: padding-box;
padding-top:7px;
padding-right:7px;
padding-bottom:7px;
padding-left:7px;
font-size:14px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
vertical-align:top;
text-align:left;
}
.menu1expanded{
width:undefinedpx !important;height:undefinedpx !important;background-clip: padding-box !important;
font-family:Helvetica,sans-serif,"One Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
color:rgb(0,0,0) !important;
fill:rgb(0,0,0) !important;
}
.menu1expanded .indent{
padding:0px !important;
}
.menu1expanded svg{
fill:rgb(0,0,0) !important;}
.menu1expanded:visited{
background-clip: padding-box !important;
}
.menu1expanded:hover,a.menu1expanded:hover,li:hover>a.menu1expanded,li:hover>div>a.menu1expanded,.hover .menu1expanded,.hover a.menu1expanded,li.hover>a.menu1expanded,li.hover>div>a.menu1expanded{
background-clip: padding-box !important;
}
.menu1expanded:active{
background-clip: padding-box !important;
}
.menu1expandeddisabled,
.menu1expandeddisabled:visited,
.menu1expandeddisabled:hover,
.menu1expandeddisabled:active{
background-clip: padding-box !important;
}
.idFEA6842B2A184C059DE8A7AB8D8C1A75{
border-top-width:0px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-color:rgb(215,215,215);
border-right-color:rgb(215,215,215);
border-bottom-color:rgb(215,215,215);
border-left-color:rgb(215,215,215);
background-color:rgb(246,246,246);
background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-clip: padding-box;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
}
ul.menu2{
background-clip: padding-box;
}
.menucascadeanchor ul.menu2{
width:200px;
}
.menu2divider{
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-color:rgb(215,215,215);
border-right-color:rgb(215,215,215);
border-bottom-color:rgb(215,215,215);
border-left-color:rgb(215,215,215);
background-clip: padding-box;
padding-top:5px;
padding-right:25px;
padding-bottom:5px;
padding-left:0px;
}
.menu2indent1{padding:0px 40px;}
.menu2indent2{padding:0px 80px;}
.menu2indent3{padding:0px 120px;}
.menu2indent4{padding:0px 160px;}
.menu2indent5{padding:0px 200px;}
.menu2indent6{padding:0px 240px;}
.menu2indent7{padding:0px 280px;}
.menu2indent8{padding:0px 320px;}
.menu2indent9{padding:0px 360px;}
.menu2item{
background-clip: padding-box;
padding-top:4px;
padding-right:45px;
padding-bottom:5px;
padding-left:20px;
font-family:Georgia,Georgia,serif,"One Open Sans", "Helvetica Neue", Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
color:rgb(102,102,102);
fill:rgb(102,102,102);
vertical-align:top;
text-align:left;
}
.menu2item .indent{
padding-right:0px;
}
.menu2item svg{
fill:rgb(102,102,102);}
.menu2item:visited{
background-clip: padding-box;
padding-top:4px;
padding-right:45px;
padding-bottom:5px;
padding-left:20px;
font-size:12px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
color:rgb(102,102,102);
fill:rgb(102,102,102);
vertical-align:top;
text-align:left;
}
.menu2item:hover,a.menu2item:hover,li:hover>a.menu2item,li:hover>div>a.menu2item,.hover .menu2item,.hover a.menu2item,li.hover>a.menu2item,li.hover>div>a.menu2item{
background-clip: padding-box;
padding-top:4px;
padding-right:45px;
padding-bottom:5px;
padding-left:20px;
font-family:Georgia,Georgia,serif,"One Open Sans", "Helvetica Neue", Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
color:rgb(0,0,0);
fill:rgb(0,0,0);
vertical-align:top;
text-align:left;
}
.menu2item:hover svg{
fill:rgb(0,0,0);}
.menu2item:active{
background-clip: padding-box;
padding-top:4px;
padding-right:45px;
padding-bottom:5px;
padding-left:20px;
font-size:12px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
color:rgb(102,102,102);
fill:rgb(102,102,102);
vertical-align:top;
text-align:left;
}
.menu2itemdisabled,
.menu2itemdisabled:visited,
.menu2itemdisabled:hover,
.menu2itemdisabled:active{
background-clip: padding-box;
padding-top:4px;
padding-right:45px;
padding-bottom:5px;
padding-left:20px;
font-size:12px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
color:rgb(102,102,102);
fill:rgb(102,102,102);
vertical-align:top;
text-align:left;
}
.menu2expandable{
width:undefinedpx !important;height:undefinedpx !important;background-clip: padding-box !important;
font-family:Helvetica,sans-serif,"One Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
color:rgb(0,0,0) !important;
fill:rgb(0,0,0) !important;
}
.menu2expandable .indent{
padding:0px !important;
}
.menu2expandable svg{
fill:rgb(0,0,0) !important;}
.menu2expandable:visited{
background-clip: padding-box !important;
}
.menu2expandable:hover,a.menu2expandable:hover,li:hover>a.menu2expandable,li:hover>div>a.menu2expandable,.hover .menu2expandable,.hover a.menu2expandable,li.hover>a.menu2expandable,li.hover>div>a.menu2expandable{
background-clip: padding-box !important;
}
.menu2expandable:active{
background-clip: padding-box !important;
}
.menu2expandabledisabled,
.menu2expandabledisabled:visited,
.menu2expandabledisabled:hover,
.menu2expandabledisabled:active{
background-clip: padding-box !important;
}
.menu2selected{
background-clip: padding-box;
padding-top:4px;
padding-right:45px;
padding-bottom:5px;
padding-left:20px;
font-family:Georgia,Georgia,serif,"One Open Sans", "Helvetica Neue", Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
color:rgb(0,0,0);
fill:rgb(0,0,0);
vertical-align:top;
text-align:left;
}
.menu2selected .indent{
padding-right:0px;
}
.menu2selected svg{
fill:rgb(0,0,0);}
.menu2selected:visited{
background-clip: padding-box;
padding-top:4px;
padding-right:45px;
padding-bottom:5px;
padding-left:20px;
font-size:12px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
color:rgb(0,0,0);
fill:rgb(0,0,0);
vertical-align:top;
text-align:left;
}
.menu2selected:hover,a.menu2selected:hover,li:hover>a.menu2selected,li:hover>div>a.menu2selected,.hover .menu2selected,.hover a.menu2selected,li.hover>a.menu2selected,li.hover>div>a.menu2selected{
background-clip: padding-box;
padding-top:4px;
padding-right:45px;
padding-bottom:5px;
padding-left:20px;
font-family:Georgia,Georgia,serif,"One Open Sans", "Helvetica Neue", Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
color:rgb(0,0,0);
fill:rgb(0,0,0);
vertical-align:top;
text-align:left;
}
.menu2selected:hover svg{
fill:rgb(0,0,0);}
.menu2selected:active{
background-clip: padding-box;
padding-top:4px;
padding-right:45px;
padding-bottom:5px;
padding-left:20px;
font-size:12px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
vertical-align:top;
text-align:left;
}
.menu2selecteddisabled,
.menu2selecteddisabled:visited,
.menu2selecteddisabled:hover,
.menu2selecteddisabled:active{
background-clip: padding-box;
padding-top:4px;
padding-right:45px;
padding-bottom:5px;
padding-left:20px;
font-size:12px;
font-weight:normal;
text-decoration:none;
text-shadow:none;
vertical-align:top;
text-align:left;
}
.menu2expanded{
width:undefinedpx !important;height:undefinedpx !important;background-clip: padding-box !important;
font-family:Helvetica,sans-serif,"One Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
color:rgb(0,0,0) !important;
fill:rgb(0,0,0) !important;
}
.menu2expanded .indent{
padding:0px !important;
}
.menu2expanded svg{
fill:rgb(0,0,0) !important;}
.menu2expanded:visited{
background-clip: padding-box !important;
}
.menu2expanded:hover,a.menu2expanded:hover,li:hover>a.menu2expanded,li:hover>div>a.menu2expanded,.hover .menu2expanded,.hover a.menu2expanded,li.hover>a.menu2expanded,li.hover>div>a.menu2expanded{
background-clip: padding-box !important;
}
.menu2expanded:active{
background-clip: padding-box !important;
}
.menu2expandeddisabled,
.menu2expandeddisabled:visited,
.menu2expandeddisabled:hover,
.menu2expandeddisabled:active{
background-clip: padding-box !important;
}
.id2A0675B88507408AA11728BBAE8042D5{
background-clip: padding-box;
}
.textnormal .textheading2{
font-family:Georgia,Georgia,serif,"One Open Sans", "Helvetica Neue", Helvetica, sans-serif;
font-size:24px;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-shadow:none;
color:rgb(102,102,102);
}
.idE7982D6506D34343B944DB792EBF2E04{
background-clip: padding-box;
}
.idF6177F5A94C14959AA5CA5C0B4A08479{
background-clip: padding-box;
}
.idD70137AEDB1E4ED5A9674E0E4B371AC2{
background-clip: padding-box;
}
.id0BE9D0F98E69408A814E52AE3B07CA93{
background-clip: padding-box;
}
.id340D095E3A2D454D8B35A6EF94DB656F{
background-clip: padding-box;
}
.idDEBE63AFDF024A32B245425D396EF71E{
background-clip: padding-box;
}
.id5571530FFFF844519493533D82D415E3{
background-clip: padding-box;
}
.idF9368B5E4F78421299A2AB5A81A2C831{
background-clip: padding-box;
}
.idF397961097344A91B51FD1F5C473AFCD{
background-clip: padding-box;
}
.id393A0809336B4B48B1D1012FE7B83983{
background-clip: padding-box;
}
.idE8C92645E8C94087981FE04BCF145971{
background-clip: padding-box;
}
.id11D53D167E534622A6EEBCB211123B2A{
background-color:rgb(51,51,51);
background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-clip: padding-box;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
}