@charset "utf-8";
html {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f3f3f3;
}
body {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	
	background-repeat: no-repeat;
	background-position: left top;
	overflow-x: auto;
}
.pagecontener {
	width: 100%;
	display: table;
}
.mainpage-index {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	display: table-cell;
	background-image: url(../images/background-middle-index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}
.mainpage {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	display: table-cell;
	background-image: url(../images/background-middle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}
.leftbg-index {
	background-image: url(../images/background-left-index.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: table-cell;
}
.leftbg {
	background-image: url(../images/background-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: table-cell;
}
.rightbg-index {
	background-image: url(../images/background-right-index.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: table-cell;
	padding-top: 265px;
}
.rightbg {
	background-image: url(../images/background-right.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: table-cell;
	padding-top: 265px;
}
.wave-1-index {
	position: absolute;
	right: 0px;
	display: block;
	top: -47px;
	z-index: 1000;
}
.wave-2-index {
	background-image: url(../images/wave-2-index.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 347px;
}
.top {
	background-image: url(../images/top-line.png);
	background-repeat: no-repeat;
	background-position: center 47px;
	height: 140px;
	padding-top: 1px;
}
.liststyle {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.liststyle li {
	background-image: url(../images/list-dot.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.breakline {
	background-color: #5FA797;
	clear: both;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.importantbox {
	background-color: #FFF;
	padding: 40px;
	border: 1px solid #E5E5E5;
	margin: 10px;
}
.margin-bottom {
	padding-bottom: 40px;
}
.margin-left {
	padding-left: 40px;
}
.margin-right {
	padding-right: 40px;
}
.justify {
	text-align: justify;
}
.header-line {
	font-size: 19px;
	color: #5ea697;
	background-image: url(../images/header-line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: inline-block;
	padding-bottom: 15px;
	font-weight: normal;
	padding-right: 60px;
	margin-bottom: 10px;
}
/* CSS Document */

nav {
	margin-right: auto;
	margin-left: 0px;
	display: block;
	float: left;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
nav ul:after {
	content: "";
	clear: both;
	display: block;
}
nav ul li {
	float: left;
}
nav ul li:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background-color: #eeeeee;
	background-image: url(../images/menu-main-hover-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
nav ul li a:link, nav ul li a:visited {
	display: block;
	color: #5c5c5c;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 17px;
	padding-left: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f3f3f3;
	border-left-color: #f3f3f3;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
nav ul li:hover a {
	color: #000;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
}
nav ul ul {
	background: #eeeeee;
	padding: 0;
	position: absolute;
	top: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	-webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.1);
	z-index: 1001;
}
nav ul ul:after {
	background-color: #FFF;
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
}
nav ul ul li {
	float: none;
	position: relative;
}
nav ul ul li:hover {
	background-image: url(../images/menu-link-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
nav ul ul li a:link, nav ul ul li a:visited {
	color: #5c5c5c;
	text-align: left;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
}
nav ul ul li a:hover {
	background-image: url(../images/menu-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5fa797;
}
nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 81px;
	width: 177px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 28px;
}
.langswitcher {
	float: right;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
	margin-top: 18px;
}
.langswitcher a:link, .langswitcher a:visited {
	padding-right: 5px;
	padding-left: 5px;
	color: #434343;
}
.langswitcher a.current:link, .langswitcher a.current:visited {
	color: #5fa797;
}
.langswitcher a:hover {
	color: #5fa797;
}
.header-index {
	clear: both;
	width: 1200px;
	position: relative;
}
.header {
	clear: both;
	width: 1200px;
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
	height: 127px;
	margin-bottom: 80px;
}
.header-default {
	background-image: url(../images/header-default.jpg);
}

.header-accessories {
	background-image: url(../images/header-accessories.jpg);
}

#slider {
	background-color:#453627;
}
.header-index .slide {
	height: 345px;
	width: 1200px;
	position: relative;
}
.flexslider .caption {
	position: absolute;
	z-index: 2;
	width: 226px;
	left: 70px;
	top: 120px;
}
.flexslider .caption h2 {
	color: #5fa797;
	font-size: 26px;
	text-transform: uppercase;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.flexslider .caption p {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #a8a8a8;
}
.flexslider .caption .readmore {
	background-image: url(../images/slider-readmore-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	height: 26px;
	width: 26px;
	margin-right: 0px;
	margin-left: auto;
	text-align: center;
}
.flexslider .caption .readmore .arrow {
	background-image: url(../images/slider-readmore-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 100%;
	width: 100%;
}
.flexslider .caption .readmore:hover {
	background-image: url(../images/slider-readmore-bg-hover.png);
}
.flexslider .caption .readmore:hover .arrow {
	background-image: url(../images/slider-readmore-arrow-hover.png);
}
#carousel {
	background-image: url(../images/navigator-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 71px;
	width: 100%;
	text-align: center;
	margin-top:-4px;
}
#carousel .slides {
	width:100% !important;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
}
#carousel .flex-viewport {
	overflow:visible !important;
}
#carousel .slides li {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #5c5c5c;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: transparent;
	border-left-color: transparent;
	display: inline-block;
	text-shadow: 1px 1px 1px #FFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: transparent;
	width:auto !important;
	float:none !important;
	display:inline-block !important;
	cursor:pointer;
}
#carousel .slides li span {
	display: inline-block;
	padding-right: 28px;
	padding-left: 28px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: transparent;
	border-left-color: transparent;
	padding-top: 22px;
	padding-bottom: 20px;
}
#carousel .slides li:hover, #carousel .slides li.flex-active-slide {
	border-top-color: #5fa797;
	border-right-color: #cdcdcd;
	border-left-color: #cdcdcd;
	background-color: #F3F3F3;
	background-image: url(../images/navigator-link-bg-hover.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#carousel .slides li:hover span, #carousel .slides li.flex-active-slide span {
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#carousel .slides li:hover:before, #carousel .slides li.flex-active-slide:before {
	content: '';
	display: block;
	height: 7px;
	width: 100%;
	margin-top: -11px;
	background-image: url(../images/navigator-arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index:3;
}
.intro-img {
	float: left;
	margin-right: 50px;
}
.contentcontener {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecece;
	font-size: 13px;
}
.introtext {
	float: left;
	width: 852px;
	margin-top: 50px;
	padding-right: 55px;
}
.contactbox {
	float: left;
	margin-top: 32px;
	background-image: url(../images/contact-box-shadow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 64px;
	padding-top: 37px;
	padding-bottom: 37px;
}
.introtext p {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #818181;
}
.introtext a.readmore:link, .introtext a.readmore:visited {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	background-image: url(../images/readmore-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	margin-right: 0px;
	margin-left: auto;
	text-align: right;
	padding-right: 22px;
}
.introtext a.readmore:hover {
	color: #5fa797;
}
.contactbox .phone {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5c5c5c;
	background-image: url(../images/icon-phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.contactbox .email {
	color: #5c5c5c;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/icon-email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.contactbox .email:hover {
	color: #5fa797;
}
.footer {
	background-color: #e8e8e8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding: 20px;
}
.footer .socialicons {
	float: left;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #818181;
}
.footer .socialicons span {
	vertical-align: middle;
	margin-right: 15px;
}
.footer .socialicons a {
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.footer .socialicons .twitter {
	background-image: url(../images/icon-twitter.png);
}
.footer .socialicons .twitter:hover {
	background-image: url(../images/icon-twitter-hover.png);
}
.footer .socialicons .facebook {
	background-image: url(../images/icon-facebook.png);
}
.footer .socialicons .facebook:hover {
	background-image: url(../images/icon-facebook-hover.png);
}
.footer .socialicons .googleplus {
	background-image: url(../images/icon-google.png);
}
.footer .socialicons .googleplus:hover {
	background-image: url(../images/icon-google-hover.png);
}
.copyrightbox {
	float: right;
}
.copyright {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bcbcbc;
}
a.author:link, a.author:visited {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bcbcbc;
}
a.author:hover {
	color: #000;
}
.header .wave {
	display: block;
	height: 229px;
	width: 176px;
	position: absolute;
	top: -44px;
	right: 0px;
}
.header2 {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #4f3d2d;
	text-transform: uppercase;
	padding-top: 77px;
	padding-left: 40px;
}
.left-column {
	float: left;
	width: 460px;
	padding-left: 40px;
}
.right-column {
	float: left;
	width: 590px;
	padding-right: 40px;
	padding-left: 70px;
}
.header-text {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #5ea697;
}
.price {
	font-size: 16px;
	color: #FFF;
	background-color: #969696;
	text-align: center;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 20px;
}
.technical-data-box {
	background-color: #FFF;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	margin-left: -40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.gallery .thumbs {
	float: left;
	padding-right: 10px;
}
#showcase {
	width: 590px !important;
	position: relative;
	margin-bottom: 80px;
}
#showcase img {
	display: block;
}
#showcase .showcase-thumbnail img {
	border: 1px solid #dedede;
	float: left;
	cursor:pointer;
}
#showcase .showcase-thumbnail.active img {
	border-right-color: #5fa797;
	border-right-width: 4px;
	border-top-color: #5fa797;
	border-bottom-color: #5fa797;
	border-left-color: #5fa797;
}
#showcase .showcase-content-container img {
	border: 1px solid #FFF;
}
#showcase .showcase-thumbnail.active .showcase-thumbnail-cover {
	float: right;
	height: 104px;
	background-image: url(../images/gallery-thumb-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 8px;
}
#showcase .gallery-shadow {
	background-image: url(../images/gallery-shadow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
	height: 51px;
	width: 471px;
	margin-right: 0px;
	margin-left: auto;
	position: absolute;
	bottom: -47px;
	right: 0px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical span, .showcase-thumbnail-button-forward .showcase-thumbnail-vertical span {
	display: none;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical {
	display: block;
	background-image: url(../images/gallery-up-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 104px;
	cursor: pointer;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
	display: block;
	background-image: url(../images/gallery-down-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 104px;
	cursor: pointer;
}
.related-box {
	background-color: #f3f3f3;
	background-image: url(../images/realted-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 10px;
	padding-bottom: 40px;
}
.related-box .arrow {
	background-image: url(../images/related-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	margin-left: -10px;
}
.header-related {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #909090;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
}
.related-box .item {
	width: 104px;
	margin-left: 27px;
	display: inline-block;
	margin-bottom: 27px;
}
.related-box .item img {
	border: 1px solid #aeaeae;
	display: block;
}
.related-box .item a:hover img {
	border-top-color: #5EA697;
	border-right-color: #5EA697;
	border-bottom-color: #5EA697;
	border-left-color: #5EA697;
}

.related-box .item .title {
	color: #FFF;
	background-color: #5ea697;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
	font-size: 12px;
	text-align: center;
}
.related-box .item a:hover .title {
	background-color: #969696;
}

.header-choose-products {
	font-size: 15px;
	font-weight: normal;
	color: #353535;
	background-image: url(../images/header-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 30px;
}
#Container {
	padding: 0px;
	text-align: justify;
	margin-top: 40px;
}
#Container:after {
	content: '';
	display: inline-block;
	width: 100%;
}
#Container .mix, #Container .gap {
	display: inline-block;
}
#Container .mix {
	text-align: left;
	margin-bottom: 2%;
	display: none;
	width: 272px;
}
#Container .mix:before {
	content: '';
	display: inline-block;
	padding-top: 0px;
}
#Container .mix a {
	display: block;
}
#Container .mix img {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #5fa797;
	border-left-color: #FFF;
}
#Container .mix a:hover img {
	border-top-color: #5FA797;
	border-right-color: #5FA797;
	border-bottom-color: #5FA797;
	border-left-color: #5FA797;
}
#Container .mix .title {
	font-size: 14px;
	color: #4f3d2d;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
        background: none;
}
.filter-buttons {
	display: inline-block;
}
.filter-buttons .filter {
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px;
	color: #4f3d2d;
	padding-top: 36px;
	padding-bottom: 40px;
	padding-left: 15px;
	width: 126px;
}
.filter-buttons .filter.all {
	background-color: #FFF;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 13px;
	border: 1px solid #cfcfcf;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: -5px;
	vertical-align: middle;
	margin-right: 13px;
}
.filter-buttons .filter.all:hover {
	background-color: #EBEBEB;
	color: #000;
	border-top-color: #5FA797;
	border-right-color: #5FA797;
	border-bottom-color: #5FA797;
	border-left-color: #5FA797;
}
.filter.nonus {
	background-image: url(../images/filter-img-nonus.jpg);
}
.filter.nonus:hover {
	background-image: url(../images/filter-img-nonus-hover.jpg);
}
.filter.sextus {
	background-image: url(../images/filter-img-sextus.jpg);
}
.filter.sextus:hover {
	background-image: url(../images/filter-img-sextus-hover.jpg);
}
.filter.aquatius {
	background-image: url(../images/filter-img-aquatius.jpg);
}
.filter.aquatius:hover {
	background-image: url(../images/filter-img-aquatius-hover.jpg);
}
.filter.mullitius:hover {
	background-image: url(../images/filter-img-mullitius-hover.jpg);
}
.filter.mullitius {
	background-image: url(../images/filter-img-mullitius.jpg);
}
.googlemap {
	float: right;
}

#service-table {
    width: 100%;
    margin-top:20px;
}

#service-table td {
    vertical-align: middle;
    text-align: center;
}

#service-table td img {
    max-height: 44px;
    max-width: 150px;
}

#service-table td .img {
    height: 44px;
}
#service-table td a {
    display: block;
    padding:10px 5px;
    border: 1px solid #F3F3F3;
    color: #7C7C7C;
}
#service-table td a:hover {
    border: 1px solid #CECECE;
    background: #E8E8E8;
    color: #000;
}

#breadcrumbs {
    position: absolute;
    margin-top: 40px;
    margin-left: 40px;
}

.breadcrumb {
  padding: 8px 15px;
  list-style: none;
  background-color: #ffffff;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 13px;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}

.service-left {
    float:left;
    width: 360px;
}

.service-right {
    float:right;
    width: 720px;
    margin-left: 40px;
}

#service-photos {
    list-style: none;
}

#service-photos li img {
    width:100%;
    max-width: 100%;
}