html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,ins,kbd,q,s,samp,small,strike,strong,sub,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	box-sizing: border-box
}


img {
	margin: 0;
	padding: 0;
	border: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

ol,ul {
	list-style: none
}

p,ul,ol {
	margin-bottom: 1em
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

:focus {
	outline: 0
}


@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(1,1)
	}

	50% {
		-webkit-transform: scale(1.1,1.1)
	}

	100% {
		-webkit-transform: scale(1,1)
	}
}

@-moz-keyframes fullexpand {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-webkit-keyframes fullexpand {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

* {
	box-sizing: border-box
}

input,textarea {
	-webkit-text-size-adjust: none
}

body {
	margin: 0;
	/* font-family: source sans pro,sans-serif; */
	font-size: 14px;
	color: #657d90;
	background-color: #fff;
	min-width: 320px
}

a {
	color: #657d90;
	text-decoration: none
}

a:hover {
	color: #666
}

p {
	margin: 0 0 15px
}
.ipcjj{
		margin-bottom:60px;
	}
iframe {
	border: 0
}

.valign-top {
	vertical-align: top
}

.valign-bottom {
	vertical-align: bottom
}

.valign-middle {
	vertical-align: middle
}

.align-left {
	text-align: left
}

.align-right {
	text-align: right
}

.align-center {
	text-align: center
}

#content {
	width: 100%;
	overflow: hidden
}

#content h1 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	padding: 10px 20px;
	background-color: #eaedef;
	margin: 40px auto 0 auto
}

#content .article-name-holder h1 {
	margin-top: 0
}

#content h1.product-name {
	line-height: 30px;
	background-color: transparent;
	display: block;
	margin-top: 0
}

#content h1 sup {
	vertical-align: text-top;
	font-size: 14px;
	line-height: 24px
}

h2 {
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 .5em
}

h3 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 .5em
}

h4 {
	font-size: 20px;
	font-weight: 400;
	margin: 0
}

.green {
	color: #8dc63f
}

.blue {
	color: #1c75bc
}

.azure {
	color: #269c90
}

.gray,.grey {
	color: #657d90
}

.error_message {
	border: 1px solid #269c90;
	display: block;
	width: 100%
}

.error_message:before,.error_message strong,.info_message strong,.user_message strong {
	color: #8fc73b
}

.notfound {
	border: 0;
	margin: 50px auto;
	width: 100%;
	max-width: 1000px;
	overflow: hidden;
	padding: 0 15px
}

.section_content .why li:before {
    content: "\25a0";
    color: #269c90;
    margin-left: -20px;
    margin-right: 10px;
    line-height: 24px;
}
.section_content .title-aq{
	text-align:center;
	font-size:28px;
}
.notfound .error_message {
	border: 0;
	padding: 0;
	height: 150px;
	position: relative;
	padding-left: 180px;
	display: table-cell;
	vertical-align: middle
}

.notfound .error_message:before {
	content: "404";
	width: 150px;
	height: 150px;
	line-height: 150px;
	background-color: #758692;
	color: #fff;
	font-size: 60px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	top: 0
}

.notfound .error_message:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 75px 0 75px 15px;
	border-color: transparent transparent transparent #425564;
	position: absolute;
	left: 150px;
	top: 0
}

.return_link {
	width: 100%
}

.search_box,.section_content_box {
	width: 100%;
	overflow: hidden
}

.section_content ul {
	padding: 0;
	/*margin-left: 20px;*/
	list-style: none
}

.section_content ul ul {
	padding-left: 40px
}

.section_content ul li {
	line-height: 24px
}
/*------------------------why------------------*/
.why li {
    line-height: 24px;
    padding: 5px 15px;
}
/*-----------------ipc-members-arrows----------------*/
.ipc-members-arrows {
    margin: 0 auto;
    width: 100%;
    position: relative;
}
@media(min-width:820px){
	.ipc-members-arrows {
    width: 820px;
}
}
@media(min-width:1000px){
	.ipc-members-arrows {
    width: 1000px;
}
}

.ipc-members-arrow-left, .ipc-members-arrow-left-tablet, .ipc-members-arrow-right, .ipc-members-arrow-right-tablet {
    display: none;
}
.ipc-members-arrow-left, .ipc-members-arrow-left-mobile, .ipc-members-arrow-left-tablet {
    left: 10px;
    background: url(../images/arrow-left-dealer-list.png);
}
.ipc-members-arrow-right, .ipc-members-arrow-right-mobile, .ipc-members-arrow-right-tablet {
    right: 10px;
    background: url(../images/arrow-right-dealer-list.png);
}
.ipc-members-arrow-left, .ipc-members-arrow-left-mobile, .ipc-members-arrow-left-tablet, .ipc-members-arrow-right, .ipc-members-arrow-right-mobile, .ipc-members-arrow-right-tablet {
    width: 28px;
    height: 75px;
    position: absolute;
    top: 125px;
    background-repeat: no-repeat;
    cursor: pointer;
}
@media(min-width:820px){
	.ipc-members-arrow-left, .ipc-members-arrow-left-mobile, .ipc-members-arrow-left-tablet, .ipc-members-arrow-right, .ipc-members-arrow-right-mobile, .ipc-members-arrow-right-tablet {
    top: 280px;
}
}
@media(min-width:1000px){
	.ipc-members-arrow-left, .ipc-members-arrow-right {
    display: block;
}
}
@media(min-width:820px){
	.ipc-members-arrow-left-tablet, .ipc-members-arrow-right-tablet {
    display: none;
}
}
@media(min-width:1000px){
	.ipc-members-arrow-left, .ipc-members-arrow-left-mobile, .ipc-members-arrow-left-tablet, .ipc-members-arrow-right, .ipc-members-arrow-right-mobile, .ipc-members-arrow-right-tablet {
    top: 280px;
}
}


/*-----------------ipc-members-arrows----------------*/
/*-----------------ipc-members-wrapper----------------*/
#ipc-members-wrapper {
    width: 300px;
    margin: 0 auto;
    overflow: hidden;
}


@media(min-width:660px){
	#ipc-members-wrapper{
		width:  600px;
	}
}
@media(min-width:1000px){
	#ipc-members-wrapper{
		width:  900px;
	}
}
#ipc-members {
    width: 12600px;
    overflow: visible;
}
@media(min-width:820px){
	#ipc-members{
		width: 6300px;
	}
}
.ipc-member {
    float: left;
    display: inline;
    width: 300px;
    padding: 15px 20px;
    height: 330px;
    word-wrap: break-word;
    overflow: hidden;
}
.ipc-member img {
    max-width: 130px!important;
    max-height: 60px!important;
    width: auto!important;
    height: auto!important;
}
p {
    margin: 0 0 15px;
}
.ipc-member img:last-child {
    float: right;
    margin-right: 10px;
}
/*-----------------ipc-members-wrapper----------------*/
.section_content ul li:before {
	margin-left: -20px;
	margin-right: 10px;
	line-height: 24px
}

.section_content a {
	color: #269c90;
	font-weight: bolder
}

.section_content table {
	border-collapse: collapse;
	border: 0;
	margin-bottom: 25px
}

.section_content table td {
	padding: 5px;
	border-color: #ddd;
	display: block
}

.section_content table.cells-only td {
	display: table-cell
}

.section_content table.grey-sides td {
	padding: 0;
	text-align: center;
	background-color: #fff
}

.section_content table.no-padding td {
	padding: 0
}

.section_content table th {
	padding: 5px;
	border-color: #ddd;
	text-align: left;
	background-color: #e9f5f4
}

.section_content .timeline-table td {
	padding: 0 20px
}

.section_content .timeline-table td p {
	margin: 0
}

.section_content table.support {
	width: 100%
}

.section_content table.support td {
	width: 100%;
	display: block
}

.section_content table.support td img {
	width: 100%
}

.section_content table.support td h2 {
	text-transform: uppercase;
	font-weight: 700
}

.section_content table.support td p {
	text-align: justify
}

table.why-pool-enclosure {
	width: 100%
}

table.why-pool-enclosure td {
	width: 50%;
	padding-bottom: 20px
}

table.why-pool-enclosure ul li {
	line-height: 40px
}

table.why-pool-enclosure ul li:before {
	content: "\25a0";
	color: #269c90;
	line-height: 40px;
	margin-right: 10px
}

.article_preview {
	margin: 0 auto 20px auto;
	width: 100%;
	max-width: 330px
}

.article_image {
	border: 0;
	width: 100%;
	margin: 0 0 10px
}

h3.article_preview_caption {
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700
}

.perex {
	margin-top: 10px
}

.cms_article_more {
	display: none
}

.article_detail {
	width: 100%;
	margin: 40px auto;
	padding: 0 20px
}

.article_detail .article_image {
	display: none
}

.article_detail .perex {
	width: 100%
}

.article_detail .article_date {
	display: none
}

#content .article-name-holder h1 {
	text-transform: inherit
}

.article_detail .articleContent {
	width: 100%;
	padding-bottom: 15px
}

.article_detail .articleContent a {
	color: #279d91
}

.article_preview .cms_article_more a {
	display: inline-block;
	margin-top: 10px;
	width: 150px;
	line-height: 40px;
	background-color: #bcd4d6;
	text-align: center;
	text-transform: uppercase
}

#article-gallery-more-button,.more_articles_link a {
	display: block;
	width: 250px;
	margin: 20px auto 40px;
	line-height: 40px;
	background-color: #e0e5e9;
	text-align: center;
	text-transform: uppercase
}

.news {
	padding: 1em
}

.news p {
	margin: 0
}

.news_perex {
	clear: left
}

.read-more a {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	width: 140px;
	margin: 0 auto;
	text-align: center
}

.read-more a:after {
	font-family: fontawesome;
	content: '\f101';
	padding-left: 5px;
	color: #333;
	font-size: 16px
}

#headerBox {
	width: 100%;
	position: relative;
	background-color: #fff
}

#header-container {
	background-color: #e0e5e9;
	height: 35px;
	padding: 5px 0;
}

#header {
	position: relative;
	width: 100%
}

#top-container {
	background-color: #fff;
	position: relative;
	width: 100%;
	padding: 10px 0;
}

#top-container:after {
	content: "";
	width: 100%;
	height: 15px;
	background: transparent url(../images/triangl_seda.svg) no-repeat center top;
	background-size: 100% 15px;
	position: absolute;
	bottom: -15px;
	left: 0
}

#top {
	overflow: hidden
}

#social-icons {
	display: none
}

#logo img {
	margin: 15px auto;
	display: block;
	max-height: 50px
}

#motto {
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	max-width: 300px;
	margin: 0 auto 15px
}

#language_selector {
	overflow: hidden
}

#language_selector .show-other-languages-menu {
	color: #657d90;
	text-decoration: none;
	position: absolute;
	right: 45px;
	top: 0;
	height: 25px;
	line-height: 25px;
	font-weight: 700;
	cursor: pointer;
	width: 35px;
	text-align: right
}

#language_selector .other-languages-menu {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 25px;
	width: 100%;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	z-index: 1000;
	border-left: 7px solid #425564;
	display: none
}

#language_selector.visible .other-languages-menu {
	display: inherit
}

#language_selector .languages-menu-title {
	color: #fff;
	background-color: #758692;
	font-size: 16px;
	text-transform: uppercase;
	width: 100%;
	line-height: 40px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px
}

#language_selector .languages-menu-title:after {
	content: "";
	width: 100%;
	height: 15px;
	background: #fff url(../images/triangl_seda.svg) no-repeat center top;
	background-size: 100% 15px;
	position: absolute;
	top: 40px;
	left: 0
}

#language_selector a {
	color: #657d90;
	text-decoration: none;
	display: block
}

#language_selector .flag {
	width: 88%;
	height: 32px;
	display: inline-block;
	float: left;
	background-color: #fff;
	position: relative
}

#language_selector .flag img {
	margin-top: 4px;
	background-image: url(../images/flags.png);
	background-repeat: no-repeat
}

#language_selector .language-at-at .flag img {
	background-position: 0 0
}

#language_selector .language-nl-be .flag img {
	background-position: 0 -24px
}

#language_selector .language-cs-cz .flag img {
	background-position: 0 -48px
}

#language_selector .language-de-de .flag img {
	background-position: 0 -72px
}

#language_selector .language-en .flag img {
	background-position: 0 -96px
}

#language_selector .language-fi-fi .flag img {
	background-position: 0 -120px
}

#language_selector .language-fr-fr .flag img {
	background-position: 0 -144px
}

#language_selector .language-fr-be .flag img {
	background-position: 0 -144px
}

#language_selector .language-en-gb .flag img {
	background-position: 0 -168px
}

#language_selector .language-hu-hu .flag img {
	background-position: 0 -192px
}

#language_selector .language-de-ch .flag img {
	background-position: 0 -216px
}

#language_selector .language-it-it .flag img {
	background-position: 0 -240px
}

#language_selector .language-ko-kr .flag img {
	background-position: 0 -264px
}

#language_selector .language-lt-lt .flag img {
	background-position: 0 -288px
}

#language_selector .language-be-nl .flag img {
	background-position: 0 -312px
}

#language_selector .language-en-nz .flag img {
	background-position: 0 -336px
}

#language_selector .language-pl-pl .flag img {
	background-position: 0 -360px
}

#language_selector .language-ro-ro .flag img {
	background-position: 0 -384px
}

#language_selector .language-sv-se .flag img {
	background-position: 0 -408px
}

#language_selector .language-en-us .flag img {
	background-position: 0 -432px
}

#language_selector .language-hr-hr .flag img {
	background-position: 0 -456px
}

#language_selector .other-language-item {
	width: 100%;
	background-color: #f1f3f4
}

#language_selector .link-title {
	line-height: 20px;
	padding: 6px 15px;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	background-color: #f1f3f4
}

#language_selector .other-language-item:hover .link-title {
	background-color: #ced3d7
}

#language_selector .language-code {
	width: 12%;
	font-size: 16px;
	line-height: 32px;
	padding-left: 15px;
	display: inline-block;
	float: left;
	background-color: #fff
}

#language_selector .flag:before {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../images/right_arrow_in_circle.svg);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
	z-index: 10;
	transition: 0s;
	position: absolute;
	top: 24px;
	right: 10px
}

#search_box {
	position: absolute;
	top: 3px;
	right: 80px
}

#search_box .submit {
	position: relative;
	color: transparent;
	font-size: 0;
	background: #e0e5e9 url(../images/search-button.png) no-repeat center center;
	background-repeat: no-repeat;
	border: 0;
	border-radius: 0;
	width: 25px;
	float: left;
	display: none
}

#search_box .submit.search-active {
	display: inherit;
	cursor: pointer
}

#search_box input.search {
	float: left;
	border: 0;
	border-radius: 0;
	padding-left: 25px;
	width: 25px;
	background: #e0e5e9 url(../images/search-button.png) no-repeat right center;
	font-size: 14px
}

#search_box input.search.search-active {
	border: 1px solid #ddd;
	width: 180px;
	background: #fff;
	font-size: 14px;
	padding-left: 5px
}

#search_box .submit,#search_box input.search {
	height: 19px;
	cursor: pointer
}

.notfound-search {
	margin: 25px auto;
	text-align: center
}

.notfound-search input.search {
	height: 34px;
	padding: 0 12px;
	line-height: 34px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: inherit
}

.notfound-search input[type=submit] {
	background-color: #425564;
	background-image: none;
	border-color: #425564;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	padding: 0 20px;
	color: #fff;
	font-family: source sans pro,sans-serif;
	-webkit-appearance: none
}

#call {
	font-size: 0;
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
	float: left;
	display: inline-block
}

#call a {
	color: #269c90
}

#call a.grey {
	color: #657d90
}

#call strong {
	font-size: 18px
}

#call span {
	display: none
}

#call:before {
	content: "\f095";
	font-size: 18px;
	font-family: FontAwesome;
	margin-right: 4px
}

.search-active #call {
	display: none
}

#menu-switch {
	text-decoration: none;
	display: block;
	position: absolute;
	top: -18px;
	right: 15px
}

#menu-switch span { width:20px; height:20px;
	padding-right: 20px;
	background: url(../images/menu.png) no-repeat;
	background-position: right;
	font-size: 0;
	display: block
}

#top-menu-container {
	width: 100%;
	display: table;
	position: absolute;
	top: 25px;
	right: 0;
	border-left: 5px solid #607280;
	background-color: #fff;
	z-index: 9
}

#top-menu {
	display: none;
	height: auto;
	margin-bottom: 0;
	border-bottom: 5px solid #607280
}

#top-menu:hover {
	border-bottom: 0
}

#top-menu.visible {
	display: block
}

#top-menu li {
	display: block;
	width: 100%;
	line-height: 40px;
	position: relative
}

#top-menu li a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: left;
	font-size: 16px;
	padding: 0 5%;
	position: relative
}

#top-menu>li>a {
	color: #fff;
	background-color: #758692
}

#top-menu li.top-menu-item a:hover,#top-menu li.top-menu-item a.selected {
	background-color: #607280
}

#top-menu>li.parent>a {
	margin-bottom: 15px
}

#top-menu>li.parent>a:after {
	content: "";
	width: 100%;
	height: 15px;
	background: #fff url(../images/triangl_seda.svg) no-repeat center top;
	background-size: 100% 15px;
	position: absolute;
	top: 40px;
	left: 0
}

#top-menu-link-home {
	font-family: FontAwesome;
	font-size: 22px;
	padding: 0 5%;
	background-color: #758692;
	color: #fff
}

#top-menu li#top-menu-link-home a {
	padding: 0;
	font-size: 22px
}

#homepage #top-menu-link-home {
	display: none
}

#top-menu .sub-menu li a {
	background-color: #fff;
	color: #555
}

#top-menu .sub-menu li a:hover {
	background-color: #d9dde0
}

#top-menu .sub-menu li a.selected {
	background-color: #f1f3f4
}

#top-menu ul {
	margin-bottom: 0
}

#top-menu .sub-menu li ul li {
	float: none;
	margin: 0;
	position: relative
}

#top-menu .sub-menu li ul li a {
	text-transform: none;
	padding-left: 10%;
	background-color: #f1f3f4
}

#top-menu li.top-menu-item:hover {
	height: auto;
	background: 0 0
}

#top-menu .sub-menu li.parent {
	transition: 0s
}

#top-menu .sub-menu li.parent>span {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../images/right_arrow_in_circle.svg);
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	transition: 0s
}

#top-menu .sub-menu li.parent:hover>span {
	transition: .5s
}

#top-menu .sub-menu li.parent>span.open {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sub-menu-2 {
	display: none
}

#section_breadcrumbs {
	color: #555;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 20px
}

#section_breadcrumbs span.breadcrumb_separator {
	padding: 0 5px;
	font-size: 20px;
	color: #999
}

.section_content {float: left;    width: 100%;
    max-width: 1000px;
	padding: 0 20px
}

.articles {
	padding: 0 20px
}

.info_message {
	width: 90%;
	margin: 0 auto;
	padding: 30px;
	position: absolute;
	top: 100px
}

#content-top .widget-content {
	width: 100%;
	padding: 0 20px
}

#content-top h3.widget-title {
	font-size: 36px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: 300;
	color: #269c90
}

#content-top .cms-widget-articles-in-section-preview .widget-content {
	margin: 0 auto;
	width: 100%
}

#content-top .cms-widget-articles-in-section-preview>h3 a {
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	line-height: 50px;
	text-transform: uppercase;
	margin-top: 25px;
	color: #269c90;
	overflow: hidden;
	display: block;
	clear: both
}

#content-top .cms-widget-articles-in-section-preview-item {
	padding-bottom: 15px;
	text-align: center
}

#content-top .cms-widget-articles-in-section-preview-item .article_image {
	display: none;
	border: 0
}

#content-top .cms-widget-articles-in-section-preview-item .article_preview h3 a {
	color: #259e8d;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	text-decoration: none
}

#content-top table.hp {
	border-collapse: collapse;
	border: 0;
	text-align: center;
	background-color: #fff;
	width: 100%
}

#content-top table.hp td {
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	word-break: break-all
}

#content-top table.hp img {
	display: block;
	width: 100%
}

table.benefits td {
	padding: 0;
	display: block;
	text-align: center;
	width: 100%
}

table.benefits td p {
	text-align: left
}

#content-top .article_preview {
	max-width: 500px
}

#content-middle {
	background-color: #fff;
	padding: 0 20px
}

#content-middle .cms-widget-articles-in-section-preview .widget-content {
	width: 100%
}

#content-middle .cms-widget-articles-in-section-preview-item {
	width: 100%;
	max-width: 360px;
	padding-top: 20px;
	margin: 0 auto;
	text-align: center
}

#content-middle .cms-widget-articles-in-section-preview-item .article_image {
	width: 100%;
	border: 0;
	margin: 0 auto 10px
}

#content-middle .cms-widget-articles-in-section-preview-item h3 a {
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	text-decoration: none;
	color: #269c90
}

#content-middle .cms-widget-articles-in-section-preview-item p {
	margin: 0;
	/*font-style: italic*/
}

#content-middle .cms-widget-articles-in-section-preview>h3 {
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 300;
	color: #269c90;
	padding-top: 30px
}

#content-middle .read-more {
	display: none
}

#content-middle .more-customers {
	padding: 30px 0
}

#content-middle .more-customers a {
	display: block;
	width: 250px;
	margin: 10px auto;
	line-height: 40px;
	background-color: #e0e5e9;
	text-align: center
}

#content-bottom {
	padding: 0 20px
}

#content-bottom .cms-widget-special-offer-in-section-preview {
	width: 100%
}

#content-bottom .cms-widget-special-offer-in-section-preview>h3 {
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	text-transform: uppercase;
	margin: 30px 0;
	font-weight: 300;
	color: #259e8d
}

#content-bottom .cms-widget-special-offer-in-section-preview-item {
	width: 100%;
	border-right: 0;
	display: block;
	text-align: center
}

#content-bottom .cms-widget-special-offer-in-section-preview-item h3 {
	color: #259e8d;
	font-size: 26px;
	line-height: 32px;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase
}

#content-bottom img.article_image {
	display: block;
	float: none;
	margin: 0 auto;
	width: 100%;
	/*max-width: 250px*/
}

#content-bottom .cms-widget-special-offer-in-section-preview-item p {
	padding: 0 10px 20px
}

#content-bottom .more-offers a {
	display: block;
	width: 250px;
	margin: 40px auto;
	line-height: 40px;
	background-color: #e0e5e9;
	text-align: center
}

.widget-content-inner a.section_link {
	display: block;
	width: 250px;
	margin: 10px auto 40px;
	line-height: 40px;
	background-color: #e0e5e9;
	text-align: center;
	text-transform: uppercase
}

#contact-container {
	background-color: #259e8d
}

#contact {
	border-bottom: 5px solid #259e8d;
	width: 100%
}

#contact-us {
	text-align: center;
	text-transform: uppercase;
	cursor: pointer
}

#contact-us .fa-envelope {
	font-family: FontAwesome;
	padding-right: 15px
}

#contact-us .fa-envelope:before {
	content: "\f0e0"
}

#contact-us>span {
	background-color: #259e8d;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	padding: 8px 15px;
	opacity: .8
}

#contact-us>span:hover {
	opacity: 1
}

#contact-form {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	-webkit-transition: height .5s ease;
	-moz-transition: height .5s ease;
	-o-transition: height .5s ease;
	-ms-transition: height .5s ease;
	transition: height .5s ease;
	height: 0
}

#contact-form.display {
	height: auto;
	max-height: 300px;
}

#contact-form iframe {
	margin-top: 40px;
	width: 100%;
	min-height: 770px;
	height: 100%;
	overflow: hidden;
	border: 0
}

#sl-contactus-form-form .slFormElementWrapper {
	width: 95%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	margin-bottom: 5px
}

#sl-contactus-form-form .slFormElementWrapper.show-state {
	width: 100%
}

.slFormRequiredValue:after {
	content: "*";
	margin-left: 3px
}

#sl_input_captcha {
	height: 80px
}

#sl_input_captcha iframe {
	margin-top: 10px;
	margin-left: 0
}

#sl-contactus-form-form {
	background: #259e8d
}

.inframe {
	background-color: #259e8d!important
}

#sl-contactus-form-form .slFormElementWrapper label,#sl-contactus-form-form .slFormPlainData label {
	color: #fff;
	display: inline-block;
	margin-bottom: 5px
}

#sl-contactus-form-form .slFormPlainData label {
	margin: 9px 0 0
}

#sl-contactus-form-form .slFormElementWrapper input,#sl-contactus-form-form .slFormElementWrapper textarea {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px
}

#sl-contactus-form-form .slFormElementWrapper textarea {
	height: auto;
	width: 95%;
	overflow: auto;
	margin-bottom: 5px
}

.other-information {
	width: 100%!important
}

#sl-contactus-form-form .slFormSubmitSection .slFormButton {
	float: right;
	background-color: #ddd;
	background-image: none;
	border-color: transparent;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	margin-top: 20px;
	width: 250px;
	text-transform: uppercase;
	color: #555;
	font-family: source sans pro,sans-serif
}

#sl-contactus-form-form .slFormSubmitSection {
	float: right;
	color: #fff;
	margin-top: 20px;
	margin-right: 15px
}

#sl-contactus-form-form .questions select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px
}

#sl-contactus-form-form input.slFormButton {
	float: right;
	background-color: #ddd;
	background-image: none;
	border-color: transparent;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	margin-top: -20px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	display: none
}

#sl_input_plain,#sl_input_captcha {
	margin-right: 10px;
	margin-left: 10px;
	color: #fff;
	clear: both
}

.inframe-quote-form #contact {
	border-bottom: 0;
	font-size: 16px
}

.inframe-quote-form #sl-quote-form-form .slFormElement {
	margin-top: .3em;
	margin-bottom: .3em
}

.inframe-quote-form #sl-quote-form-form label {
	display: inline-block;
	width: 24%;
	vertical-align: top
}

.inframe-quote-form #sl-quote-form-form textarea,.inframe-quote-form #sl-quote-form-form select,.inframe-quote-form #sl-quote-form-form input {
	display: inline-block;
	width: 75%
}

.inframe-quote-form #sl-quote-form-form .slFormElementWrapper input,.inframe-quote-form #sl-quote-form-form .slFormElementWrapper textarea {
	height: 30px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px
}

.inframe-quote-form #sl-quote-form-form .slFormElementWrapper .slFormCheckBoxInput input {
	height: 15px
}

.inframe-quote-form #sl-quote-form-form select {
	height: 30px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px
}

.inframe-quote-form #sl-quote-form-form .slFormElementWrapper textarea {
	height: 6em
}

.inframe-quote-form #sl-quote-form-form legend {
	font-size: 20px;
	font-weight: 400;
	margin: 1.5em 0 .5em
}

.inframe-quote-form #sl-quote-form-form span.slFormCheckBoxInput {
	width: 75%;
	display: inline-block
}

.inframe-quote-form #sl-quote-form-form .slFormCheckBoxInput label {
	width: 75%;
	display: inline
}

.inframe-quote-form #sl-quote-form-form .slFormCheckBoxInput label input {
	width: 26px
}

.inframe-quote-form #sl-quote-form-form .slFormSubmitSection {
	float: right;
	margin-top: 10px
}

.inframe-quote-form #sl-quote-form-form .slFormButton {
	float: right;
	background-color: #ddd;
	background-image: none;
	border-color: transparent;
	border-radius: 4px;
	border-style: solid;
	box-sizing: border-box;
	color: #555;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-family: source sans pro,sans-serif;
	font-size: 16px;
	height: 40px;
	margin-top: 20px;
	text-transform: uppercase
}

.inframe-quote-form #sl-quote-form-form #sl_input_plain {
	overflow: auto
}

.inframe-quote-form #sl-quote-form-form #sl_input_plain input[type=file] {
	width: auto;
	margin: .2em 0
}

.inframe-quote-form #sl-quote-form-form #sl_input_plain input[type=button] {
	width: auto;
	margin-top: -25px;
	padding: 0 10px
}

table.request td {
	display: block;
	width: 100%
}

table.request td img {
	width: 100%
}

table.request td iframe {
	height: 1460px
}

#main-bottom {
	background-color: #495c6b;
	position: relative;
	z-index: 1;
	color: #fff
}

#main-bottom-container {
	width: 100%;
	padding: 20px;
	margin: 0;
	height: auto;
	overflow: hidden
}

#main-bottom-container .bottom-menu td {
	width: 100%!important;
	display: block
}

#main-bottom h3 {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin: 20px 0;
	text-transform: uppercase
}

#main-bottom a {
	color: #fff;
	text-decoration: none
}

#main-bottom .bottom-social span {
	font-family: FontAwesome;
	font-size: 30px;
	margin-top: 10px;
	margin-right: 10px;
	color: #fff;
	display: inline-block
}

.footer-box-1 {
	overflow: hidden
}

.footer-box-1 ul {
	width: 100%;
	padding-bottom: 20px
}

.footer-box-1 ul li {
	margin-bottom: 10px;
	text-transform: uppercase
}

.footer-box-3 {
	width: 100%;
	padding-top: 20px;
	overflow: hidden
}

.footer-box-4 {
	width: 100%;
	padding-top: 20px;
	overflow: hidden
}

.footer-box-4 img {
	width: 100%;
	max-width: 320px
}

.site-map-link {
	display: block;
	width: 100%;
	margin: 20px 0;
	text-align: right
}

.product-image-background {
	background-color: #e0e5e9
}

.product-image-holder {
	position: relative;
	width: 100%
}

.product-image-holder img {
	display: block;
	width: 100%
}

.product-image-holder h1.product-name {
	padding: 0 20px
}

.product-name-holder {
	padding: 20px 0
}

.product-name-holder>strong {
	padding: 0 20px
}

.product-name-box {
	padding: 10px 20px 20px;
	width: 100%;
	margin-top: 20px;
	background-color: #748693;
	color: #fff
}

.line-patio .product-name-box {
	background-color: #8dc63f
}

.line-pool .product-name-box {
	background-color: #1c75bc
}

.line-horeca .product-name-box {
	background-color: #663a2b
}

.line-fixed .product-name-box {
	background-color: #666
}

.line-sliding-walls .product-name-box {
	background-color: #f8b15e
}

.line-light-blue .product-name-box {
	background-color: #6dc4c8
}

.product-name-box .product-subtitle {
	font-size: 22px;
	line-height: 40px;
	text-transform: uppercase;
	padding: 0 20px
}

.product .slBreadCrumb {
	width: 100%;
	padding: 10px 20px
}

.product-detail {
	width: 100%;
	padding: 20px
}

.product-detail-left {
	display: none
}

.product-detail-left-info {
	display: none
}

.product-detail table.colors td {
	width: 80px;
	overflow: hidden;
	margin-right: 10px;
	line-height: 25px;
	font-size: 12px;
	height: 25px
}

.product-detail table.colors td img {
	width: 80px;
	height: 27px
}

.product-gallery img.no_display {
	display: inline-block
}

#product-gallery-more-button {
	text-align: center;
	display: none
}

.product-gallery-more-button-text {
	margin: 20px auto;
	display: inline-block;
	background-color: #e0e5e9;
	line-height: 40px;
	height: 40px;
	padding: 0 30px;
	text-transform: uppercase;
	cursor: pointer
}

.product-gallery-more-button-text.no_display {
	display: none
}

.product-description-button-wrapper {
	text-align: center
}

.product-description-button {
	display: inline-block;
	margin: 0 auto 50px;
	padding: 0 30px;
	line-height: 40px;
	height: 40px;
	background-color: #e0e5e9;
	text-transform: uppercase;
	cursor: pointer
}

.product-file,.catalog-download-container {
	text-align: center
}

.product-file .catalog-download,.catalog-download-container .catalog-download {
	display: inline-block;
	margin: 60px auto;
	padding: 0 30px;
	line-height: 60px;
	font-size: 18px;
	height: 60px;
	color: #fff;
	background-color: #758692;
	text-align: center;
	text-transform: uppercase;
	position: relative
}

.product-file .catalog-download:after,.catalog-download-container .catalog-download:after {
	content: "";
	width: 100%;
	height: 15px;
	background: #fff url(../images/triangl_seda.svg) no-repeat center top;
	background-size: 100% 15px;
	position: absolute;
	top: 60px;
	left: 0
}

.related-articles-background {
	background-color: #e8f1f8;
	padding: 20px 0 40px
}

.related-articles {
	width: 100%
}

.related-articles-title {
	text-align: center;
	font-size: 36px;
	line-height: 80px;
	text-transform: uppercase;
	color: #495c6b;
	font-weight: 300
}

.related-articles ul {
	list-style: none;
	padding: 0
}

.related-articles ul li {
	width: 100%
}

.related-articles ul li img {
	width: 50%;
	overflow: hidden;
	display: block;
	margin-right: 15px;
	float: left
}

.related-articles ul li h4 {
	padding-right: 10px;
	color: #1c75bc;
	margin-bottom: 0
}

.related-articles ul li p {
	padding-right: 10px
}

.related-products {
	padding: 40px 0;
	width: 100%
}

.related-products-title {
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	text-transform: uppercase;
	color: #495c6b;
	font-weight: 300;
	margin-bottom: 40px
}

.related-products ul {
	list-style: none;
	padding: 0;
	width: 100%
}

.related-products ul li {
	display: block;
	padding-top: 20px;
	margin-bottom: 40px
}

.related-products ul.display-table-cell li {
	display: block
}

.related-products ul li img {
	width: 100%;
	max-width: 320px;
	display: block;
	overflow: hidden;
	margin: 0 auto
}

.related-products ul li h4 {
	text-align: center;
	text-transform: uppercase;
	color: #1c75bc;
	line-height: 40px;
	max-width: 250px;
	padding-top: 10px;
	margin: 0 auto
}

.related-products ul li.no_display {
	display: none
}

#related-more-button {
	text-align: center
}

.related-more-button-text {
	display: inline-block;
	padding: 0 30px;
	margin: 20px auto 40px;
	line-height: 40px;
	background-color: #e0e5e9;
	text-transform: uppercase;
	cursor: pointer
}

.related-more-button-text.no_display {
	display: none
}

.product h4 {
	margin-bottom: 10px
}

.img-max-width-300 img {
	max-width: 300px;
	display: block;
	margin: 0 auto
}

.img-max-width-250 img {
	max-width: 250px;
	display: block;
	margin: 0 auto
}

.img-max-width-200 img {
	max-width: 200px;
	display: block;
	margin: 0 auto
}

#reseller_map {
	padding: 0;
	width: auto;
	height: auto;
	border-collapse: collapse
}

#reseller_map tr {
	padding: 0;
	margin: 0
}

#reseller_map td {
	padding: 0;
	margin: 0;
	display: table-cell!important
}

#reseller_map td img {
	margin: 0 1px 1px 0;
	padding: 0;
	display: block;
	opacity: 1
}

#reseller_map td a img {
	opacity: .8
}

#reseller_map td a:hover img {
	opacity: 1
}

.contact-column-left {
	width: auto;
	background-color: #e9f2f9;
	padding: 20px;
	margin: 0 -20px;
	position: relative
}

.contact-column-left .hq {
	padding: 20px 20px 20px 0
}

#section-showroomy-zastreseni .contact-column-left {
	display: none
}

.contact-column-right {
	width: 100%;
	padding: 20px
}

.showroom {
	padding: 0;
	margin: 25px 0;
	overflow: hidden
}

.showroom>div {
	width: 100%;
	float: left;
	display: block;
	margin-right: 1%
}

.showroom img {
	width: 47%;
	float: left;
	margin: 0 1% 1% 0
}

.contact-column-right h2,.contact-column-right h3,.contact-column-left h2,.contact-column-left h3 {
	color: #657d90;
	font-weight: 700
}

.contact-column-right p,.contact-column-left p {
	margin-bottom: 0
}

.contact-column-right ul li {
	line-height: 120%
}

.contact-column-right ul+strong {
	font-weight: 400
}

.contact-column-right a {
	font-weight: 400;
	color: #657d90
}

.search_box .search_results {
	padding: 0 20px
}

.search_box .info_message {
	top: 0;
	position: relative;
	margin-bottom: 25px
}

.search_box .search_results_name {
	font-size: 24px;
	font-weight: 400;
	margin: 1em 0 .2em
}

.search_box .search_results a {
	color: #269c90;
	font-weight: 700
}

.search_box .articleHeader {
	display: none
}

.search_box .search_results_preview {
	margin: 0 0 1em
}

.search_box .search_results_line img {
	float: left;
	margin: 0 .5em .2em 0
}

table.video-table {
	width: 100%
}

table.video-table td,.section_content table.video-table td {
	display: block;
	width: 100%;
	vertical-align: top
}

table.video-table td p,.section_content table.video-table td p {
	padding: 10px 10px 0
}

.youtube-container.video-large {
	width: 90%;
	max-width: 853px;
	height: auto;
	margin: 0 auto;
	position: fixed;
	top: 15%;
	left: 0;
	right: 0;
	z-index: 1002
}

.youtube-container {
	display: block;
	margin: 10px auto 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #000
}

.youtube-player {
	display: block;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	height: 100%;
	cursor: pointer;
	display: block
}

.youtube-container.video-large .youtube-player {
	border: 5px solid #fff
}

.youtube-thumb {
	bottom: 0;
	display: block;
	left: 0;
	margin: -32px auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	height: auto
}

.play-button {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url(../images/play-button.png) no-repeat
}

#youtube-iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

#body-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	opacity: .8;
	display: block;
	background: #000 url(../images/close.png) top right no-repeat
}

ul.site_map ul {
	padding-left: 20px
}

ul.site_map {
	text-transform: uppercase
}

ul.site_map ul.product-links {
	padding-left: 0;
	margin-top: 1em
}

#sl_imageview_description {
	padding-bottom: .5em
}

.section_content table.grey-sides-small td {
	padding: 0;
	text-align: center
}

.section_content table.grey-sides-small td img {
	display: block
}

#catalog-popup-box form {
	margin-bottom: 10px;
	width: 270px
}

#reservation-popup-box {
	padding: 0 10px
}

#reservation-popup-box form {
	margin-bottom: 15px;
	width: 304px
}

#catalog-popup-box input,#reservation-popup-box input,#reservation-popup-box select {
	width: 254px;
	height: 34px;
	padding: 6px 10px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.sl_effect_popup_box {
	width: 300px
}

#reservation-popup-box select {
	width: auto
}

#catalog-popup-box input[type=button],#reservation-popup-box input[type=submit] {
	margin: .5em 0;
	text-transform: uppercase;
	background-color: #ddd;
	color: #555;
	font-family: source sans pro,Verdana,Helvetica,sans-serif;
	font-size: 14px
}

#catalog-popup-box .checkbox {
	width: 100%;
	overflow: hidden;
	margin-top: 5px
}

#catalog-popup-box .checkbox {
	width: 100%;
	overflow: hidden;
	margin-top: 5px
}

#catalog-popup-box input[type=checkbox] {
	width: 34px;
	margin-right: 10px;
	float: left
}

#reservation-popup-box #sl_input_captcha {
	margin: 8px 0 20px
}

#reservation-popup-box label {
	display: block;
	width: 100%;
	vertical-align: top;
	margin-top: 5px;
	font-size: 14px
}

#reservation-popup-box .skip-this-form {
	display: block;
	text-align: center;
	width: 304px;
	height: 34px;
	padding: 6px 10px;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

#catalog-popup-box h3,#reservation-popup-box h3 {
	font-weight: 700
}

#catalog-popup-box h3.result,#reservation-popup-box h3.result {
	margin: 2em 1em
}

#catalog-popup-box a,#reservation-popup-box a {
	color: #269c90;
	font-weight: 700
}

#catalog-popup-box #catalog-popup-error-message ul {
	margin: 1em 0;
	padding-left: 1em;
	color: #c00
}

#catalog-popup-box #catalog-popup-error-message ul li {
	list-style-type: disc
}

.slEffectPopupClose {
	filter: url("data:image/svg+xml;nowhitespace: afterproperty;utf8;base64,PHN2ZyB4bWxucz0iXCdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wnIj48ZmlsdGVyIGlkPSJcJ2dyYXlzY2FsZVwnIj48ZmVDb2xvck1hdHJpeCB0eXBlPSJcJ21hdHJpeFwnIiB2YWx1ZXM9IlwnMC4zMzMzIi8+PC9maWx0ZXI+PC9zdmc+I2dyYXlzY2FsZQ==");
	-webkit-filter: grayscale(100%)
}

#popup-pl,#popup-hu,#popup-cz,#popup-uk {
	display: none
}

#popup-pl.visible,#popup-hu.visible,#popup-cz.visible,#popup-uk.visible {
	display: block
}

div.popup-pl-outer,div.popup-hu-outer,div.popup-cz-outer,div.popup-uk-outer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	opacity: .8;
	display: block;
	background-color: #000
}

div.popup-pl-inner,div.popup-hu-inner,div.popup-cz-inner,div.popup-uk-inner {
	position: fixed;
	width: 100%;
	margin: 10px auto;
	z-index: 1000;
	top: 30px
}

div.popup-pl-inner div,div.popup-hu-inner div,div.popup-cz-inner div,div.popup-uk-inner div {
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: relative
}

div.popup-cz-inner img,div.popup-pl-inner img,div.popup-hu-inner img,div.popup-uk-inner img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: #fff;
	cursor: pointer
}

div.popup-pl-inner div img.closing-x,div.popup-hu-inner div img.closing-x,div.popup-cz-inner div img.closing-x,div.popup-uk-inner div img.closing-x {
	margin: 0;
	width: 3%;
	height: auto;
	position: absolute;
	right: 10px;
	top: 10px;
	background: transparent
}

table.contact-fr {
	width: 100%
}

table.contact-fr th {
	height: 90px;
	color: #fff;
	text-align: center;
	background-color: transparent;
	font-size: 1.5em;
	background-color: #269c90
}

table.contact-fr.deux th {
	background-color: #1c75bc
}

.cms-widget-slideshow {
	width: 100%;
	margin: 0 auto;
	-webkit-transform: translateZ(0);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	clear: both;
	overflow: hidden
}

.slCmsSlideshowContainer {
	margin-bottom: 100px
}

.slCmsSlideshowImages {
	width: 300%;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 1200ms cubic-bezier(.77,0,.175,1);
	-moz-transition: all 1200ms cubic-bezier(.77,0,.175,1);
	-ms-transition: all 1200ms cubic-bezier(.77,0,.175,1);
	-o-transition: all 1200ms cubic-bezier(.77,0,.175,1);
	transition: all 1200ms cubic-bezier(.77,0,.175,1);
	-webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
	-moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
	-ms-transition-timing-function: cubic-bezier(.77,0,.175,1);
	-o-transition-timing-function: cubic-bezier(.77,0,.175,1);
	transition-timing-function: cubic-bezier(.77,0,.175,1)
}

.slCmsSlideshowImage {
	width: 33.33%;
	position: relative;
	display: inline-block;
	float: left
}

.slCmsSlideshowButtonsWrapper {
	position: absolute;
	width: 100%
}

.slCmsSlideshowButtons {
	max-width: 996px;
	width: 90%;
	position: relative;
	margin: 0 auto;
	right: inherit;
	bottom: 15px;
	z-index: 7;
	background-color: transparent;
	word-wrap: break-word;
	text-align: center
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton {
	width: 31%;
	margin: 0;
	height: auto;
	overflow: visible;
	text-align: center;
	color: #fff;
	font-size: 70%;
	line-height: 140%;
	position: relative;
	background-color: #a9d067;
	display: inline-block;
	float: inherit;
	vertical-align: top
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.slCmsSlideshowSelectedButton,.slCmsSlideshowButtons .slCmsSlideshowSelectedButton,.slCmsSlideshowButtons .slCmsSlideshowNavigationButton:hover {
	background-color: #84bc26
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-blue,.line-pool .slCmsSlideshowButtons .slCmsSlideshowNavigationButton {
	background-color: #4da4cf
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-blue.slCmsSlideshowSelectedButton,.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-blue:hover,.line-pool .slCmsSlideshowButtons .slCmsSlideshowSelectedButton,.line-pool .slCmsSlideshowButtons .slCmsSlideshowNavigationButton:hover {
	background-color: #017dbb
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-brown,.line-horeca .slCmsSlideshowButtons .slCmsSlideshowNavigationButton {
	background-color: #c9aca0
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-brown.slCmsSlideshowSelectedButton,.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-brown:hover,.line-horeca .slCmsSlideshowButtons .slCmsSlideshowSelectedButton,.line-horeca .slCmsSlideshowButtons .slCmsSlideshowNavigationButton:hover {
	background-color: #b28978
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-gray,.line-fixed .slCmsSlideshowButtons .slCmsSlideshowNavigationButton {
	background-color: #7f7f7f
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-gray.slCmsSlideshowSelectedButton,.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-gray:hover,.line-fixed .slCmsSlideshowButtons .slCmsSlideshowSelectedButton,.line-fixed .slCmsSlideshowButtons .slCmsSlideshowNavigationButton:hover {
	background-color: #666
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-orange,.line-sliding-walls .slCmsSlideshowButtons .slCmsSlideshowNavigationButton {
	background-color: #ffc98a
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-orange.slCmsSlideshowSelectedButton,.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-orange:hover,.line-sliding-walls .slCmsSlideshowButtons .slCmsSlideshowSelectedButton,.line-sliding-walls .slCmsSlideshowButtons .slCmsSlideshowNavigationButton:hover {
	background-color: #f8b15e
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-light-blue,.line-light-blue .slCmsSlideshowButtons .slCmsSlideshowNavigationButton {
	background-color: #7fc8cb
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-light-blue.slCmsSlideshowSelectedButton,.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-light-blue:hover,.line-light-blue .slCmsSlideshowButtons .slCmsSlideshowSelectedButton,.line-light-blue .slCmsSlideshowButtons .slCmsSlideshowNavigationButton:hover {
	background-color: #6dc4c8
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton:nth-of-type(1),.slCmsSlideshowButtons .slCmsSlideshowNavigationButton:nth-of-type(2) {
	margin-right: 1.5%
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton>div:nth-of-type(1) {
	width: 100%;
	min-height: 62px;
	height: 11vw;
	margin: 0;
	padding: 0;
	display: table;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton>div:nth-of-type(1) a {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	padding: 10px;
	font-size: 140%;
	line-height: 110%;
	color: inherit;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 1000;
	color: inherit;
	text-align: center
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton>.slCmsSlideshowNavigationButtonHtml {
	display: block;
	width: 100%;
	max-height: 0;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.slCmsSlideshowSelectedButton>.slCmsSlideshowNavigationButtonHtml,.slCmsSlideshowButtons .slCmsSlideshowNavigationButton:hover>.slCmsSlideshowNavigationButtonHtml {
	max-height: 21px;
	transition: max-height .8s ease-in-out;
	-webkit-transition: max-height .8s ease-in-out;
	-moz-transition: max-height .8s ease-in-out
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton>.slCmsSlideshowNavigationButtonHtml p {
	width: 100%;
	height: 100%;
	background: #d9dde0 url(../images/right_arrow_in_circle.svg) no-repeat 90% 50%;
	background-size: 2vw;
	overflow: hidden;
	text-align: center;
	font-size: 75%;
	font-weight: 300;
	line-height: 21px;
	text-transform: uppercase;
	color: #425564;
	margin: 0
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton>.slCmsSlideshowNavigationButtonHtml p a {
	padding-right: 10px
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton:after {
	content: "";
	width: 100%;
	height: 15px;
	background: transparent  url(../images/triangl_zelena.svg) no-repeat center top;
	background-size: 100% 15px;
	position: absolute;
	bottom: -15px;
	left: 0;
	opacity: .7;
	z-index: 1000
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.seal:before {
	content: "";
	width: 7vw;
	height: 7vw;
	background: transparent url(../images/layout/pecet.png) no-repeat center top;
	background-size: 100% 100%;
	position: absolute;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
	top: -6px;
	left: -10px;
	z-index: 1000
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-blue:after,.line-pool .slCmsSlideshowButtons .slCmsSlideshowNavigationButton:after {
	background: transparent url(../images/triangl_modra.svg) no-repeat center top;
	background-size: 100% 15px
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-brown:after,.line-horeca .slCmsSlideshowButtons .slCmsSlideshowNavigationButton:after {
	background: transparent url(../images/triangl_hneda.svg) no-repeat center top;
	background-size: 100% 15px
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-gray:after,.line-fixed .slCmsSlideshowButtons .slCmsSlideshowNavigationButton:after {
	background: transparent url(../images/triangl_gray.svg) no-repeat center top;
	background-size: 100% 15px
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-orange:after,.line-sliding-walls .slCmsSlideshowButtons .slCmsSlideshowNavigationButton:after {
	background: transparent url(../images/triangl_orange.svg) no-repeat center top;
	background-size: 100% 15px
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-light-blue:after,.line-light-blue .slCmsSlideshowButtons .slCmsSlideshowNavigationButton:after {
	background: transparent url(../images/triangl_light_blue.svg) no-repeat center top;
	background-size: 100% 15px
}

.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.slCmsSlideshowSelectedButton:after,.slCmsSlideshowButtons .slCmsSlideshowNavigationButton:hover:after {
	opacity: 1
}

.slCmsSlideshowCorners.active {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #269c90;
	-moz-animation: fullexpand 4.8s ease-out;
	-webkit-animation: fullexpand 4.8s ease-out
}

#pool-enclosures .slCmsSlideshowCorners.active,.line-pool .slCmsSlideshowCorners.active {
	background: #1c75bc
}

.line-patio .slCmsSlideshowCorners.active {
	background-color: #8dc63f
}

.slCmsSlideshowContainer:hover .slCmsSlideshowCorners {
	-moz-animation-play-state: paused;
	-webkit-animation-play-state: paused;
	display: none
}

.article_detail .gallery {
	width: 100%
}

.article_detail .gallery_item {
	width: 320px;
	height: 220px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left
}

.article_detail .gallery_item img {
	width: 320px;
	height: 220px
}

.article_detail .gallery_item img.no_display {
	display: none
}

.article_detail .gallery_image {
	height: auto;
	overflow: auto
}

#cta-button {
	display: block;
	width: 65px;
	height: 65px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	animation: pulsate 4 1s;
	animation-delay: 10s;
	-webkit-animation: pulsate 4 1s;
	-webkit-animation-delay: 10s;
	transform-origin: 100% 100%
}

#cta-button:before {
	content: "";
	width: 100%;
	height: 8px;
	background: transparent url(../images/triangl_bok_nahoru.svg) no-repeat center bottom;
	background-size: 100% 8px;
	position: absolute;
	top: -8px;
	left: 0
}

#cta-button.cs-cz {
	background: url(../images/cta-mobile.png) no-repeat center center;
	background-size: cover
}

#cta-button.jobs.cs-cz {
	background: url(../images/jobs-tablet.png) no-repeat center center;
	background-size: cover
}

#cta-button.en-us,#cta-button.en-gb,#cta-button.en-nz {
	background: url(../images/cta-mobile-en.png) no-repeat center center;
	background-size: cover
}

#cta-button.de-de,#cta-button.de-at,#cta-button.de-ch {
	background: url(../images/cta-mobile-de.png) no-repeat center center;
	background-size: cover
}

#cta-button.pl-pl {
	background: url(../images/cta-mobile-pl.png) no-repeat center center;
	background-size: cover
}

#cta-button.lt-lt {
	background: url(../images/cta-mobile-lt.png) no-repeat center center;
	background-size: cover
}

#cta-button.it-it {
	background: url(../images/cta-mobile-it.png) no-repeat center center;
	background-size: cover
}

#cta-button.fr-fr {
	background: url(../images/cta-mobile-fr.png) no-repeat center center;
	background-size: cover
}

#cta-button.hu-hu {
	background: url(../images/cta-mobile-hu.png) no-repeat center center;
	background-size: cover
}

#cta-button.hr-hr {
	background: url(../images/cta-mobile-hr.png) no-repeat center center;
	background-size: cover
}

#cta-button.no_display {
	display: none
}

#sl_input_options_description {
	color: #fff;
	text-align: right;
	padding-right: 10px
}

#sl_input_options_description.hidden {
	display: none
}

.cc_container {
	padding-right: 50px;
	z-index: 3
}

.cc_container .cc_btn {
	max-width: 140px;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 0
}

#alukov-fr-test-e4-cz #call,#www-alukov-fr #call {
	font-size: inherit
}

#alukov-fr-test-e4-cz #call strong,#www-alukov-fr #call strong,#alukov-fr-test-e4-cz #call span,#www-alukov-fr #call span,#www-alukov-fr #call:before,#alukov-fr-test-e4-cz #call:before {
	display: none
}

#sl-forms-contact-form:after {
	content: "";
	clear: both;
	display: block
}

#sl-forms-contact-form .slFormDesignerWrapper {
	background-color: #259e8d
}

#sl-forms-contact-form .slFormDesignerFormHeader {
	background-color: #fff;
	text-align: center
}

#sl-forms-contact-form .slFormDesignerFormHeader h3 {
	background-color: #259e8d;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 40px;
	height: 40px;
	width: 320px;
	margin: 0;
	padding: 0 17px;
	opacity: .8;
	display: inline-block;
	position: relative
}

#sl-forms-contact-form .slFormDesignerFormHeader .description {
	background-color: #259e8d;
	color: #fff;
	padding-top: 30px
}

#sl-forms-contact-form .slFormDesignerFormHeader .description a {
	color: #fff
}

#sl-forms-contact-form .slFormDesignerFormHeader h3 .fa-envelope {
	font-family: FontAwesome;
	padding-right: 15px
}

#sl-forms-contact-form .slFormDesignerFormHeader h3:after {
	content: "";
	width: 100%;
	height: 15px;
	background: transparent url(../images/triangl_kontakt.svg) no-repeat center top;
	background-size: 100% 15px;
	position: absolute;
	top: 40px;
	left: 0
}

#sl-forms-contact-form .slFormDesignerName {
	display: none
}

#sl-forms-contact-form .slFormDesignerFields {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	overflow: auto;
	color: #fff;
	padding-top: 30px
}

#sl-forms-contact-form .slFormsFileBox {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	overflow: auto;
	color: #fff;
	padding: 0 20px 0 25px
}

#sl-forms-contact-form .slRecaptchaBox {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	color: #fff;
	padding: 25px 20px 0 25px
}


#sl-forms-contact-form .slFormsField {
	width: 100%;
	padding: 0 20px 0 25px;
	font-size: 16px;
	margin-bottom: 5px
}

#sl-forms-contact-form .slFormsField.data-domain-2 {
	width: 100%!important
}

#sl-forms-contact-form .slFormsField label {
	display: block;
	margin-bottom: 5px;
	color: #fff
}

#sl-forms-contact-form .slFormsField input,#sl-forms-contact-form .slFormsField textarea,#sl-forms-contact-form .slFormsField select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 22px;
	color: #555;
	background-color: #fff!important;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right 6px top 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: inherit
}

#sl-forms-contact-form .slFormsField .slFormCheckboxBox input[type=checkbox] {
	display: table-cell;
	width: 30px;
	float: left
}

#sl-forms-contact-form .slFormsField .slFormCheckboxBox span span {
	padding: 7px 5px 0;
	display: table-cell
}

#sl-forms-contact-form .slFormsField select {
	background-image: url(../images/arrow-down.png)
}

#sl-forms-contact-form .slFormsField input.filled-in,#sl-forms-contact-form .slFormsField textarea.filled-in,#sl-forms-contact-form .slFormsField select.filled-in {
	background-image: url(../images/field-ok.png)
}

#sl-forms-contact-form .slFormsField input.slAutoSave.slFormInputValueError,#sl-forms-contact-form .slFormsField textarea.slAutoSave.slFormInputValueError,#sl-forms-contact-form .slFormsField select.slAutoSave.slFormInputValueError {
	background-image: url(../images/field-error.png)
}

#sl-forms-contact-form .slFormsField textarea {
	height: auto
}

#sl-forms-contact-form input[type=submit] {
	background-color: #ddd;
	background-image: none;
	border-color: transparent;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	margin: 15px 0 60px;
	width: 250px;
	text-transform: uppercase;
	color: #555;
	font-family: source sans pro,sans-serif;
	-webkit-appearance: none
}

#sl-forms-contact-form .slFormsRequiredFieldsNotice,#sl-forms-contact-form .slFormsSubmitBox {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 25px 10px;
	overflow: auto;
	color: #fff
}

#sl-forms-contact-form .slFormsField select {
	-moz-appearance: none;
	-webkit-appearance: none
}

#sl-forms-contact-form .slFormFieldInfoBox {
	float: right;
	font-size: 12px
}

#sl-forms-contact-form .slFormElementWrapper {
	position: relative
}

#sl-forms-contact-form .slFormsSubmitMessage,.cms-widget-public-form .slFormsSubmitMessage {
	background-color: #fff;
	background-image: url(../images/field-error.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	border: 1px solid #c00;
	border-radius: 5px;
	color: #333;
	font-size: 1.3em;
	margin: 1em 0 .5em;
	padding: 1em 1em 1em 2.3em
}

.cms-widget-public-form .data-domain-12 .slFormInputValueError,#sl-forms-contact-form .data-domain-12 .slFormInputValueError {
	border: 1px solid red;
	background-image: url(../images/field-error.png);
	background-position: 98% 50%;
	background-repeat: no-repeat;
	overflow: hidden
}

.forms-after-filling-content {
	text-align: center;
	padding: 25px;
	border: 1px solid #ddd;
	margin: 50px auto;
	width: 100%;
	max-width: 1000px;
}

#swipegallery.product-gallery {
	width: 320px;
	height: 240px;
	overflow: hidden;
	margin: 0 auto;
	position: relative
}

#swipegallery.product-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
	left: 0;
	position: absolute;
	-moz-transition: all 100ms ease-in-out;
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out
}

#swipegallery.product-gallery ul li {
	float: left;
	display: block;
	text-align: center;
	width: 320px;
	height: 240px;
	position: relative
}

#swipegallery.product-gallery img {
	width: 100%;
	max-width: 320px;
	max-height: 240px;
	display: block
}

#swipegallery.product-gallery ul li:after {
	position: absolute;
	top: 100px;
	right: 10px;
	content: "";
	width: 15px;
	height: 40px;
	background: url(../images/arrow-right-m.png) no-repeat
}

#swipegallery.product-gallery ul li:before {
	position: absolute;
	top: 100px;
	left: 10px;
	content: "";
	width: 15px;
	height: 40px;
	background: url(../images/arrow-left-m.png) no-repeat
}

#swipegallery.product-gallery ul li:first-child:before,#swipegallery.product-gallery ul li:last-child:after {
	display: none
}

.catalog-download-wrapper {
	overflow: hidden;
	margin-bottom: 15px
}

.catalog-download {
	position: relative;
	margin-bottom: 70px;
	cursor: pointer
}

.catalog-download:after {
	content: "";
	width: 100%;
	height: 30px;
	background: #fff url(../images/triangl_seda.svg) no-repeat center top;
	background-size: 100% 30px;
	position: absolute;
	left: 0;
	bottom: -30px
}

.catalog-download img {
	border: 10px solid #758692;
	width: 100%;
	display: block
}

.catalog-download p:first-child {
	padding-left: 10px;
	color: #269c90;
	font-weight: 700
}

.catalog-download .catalog-download-hidden {
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #ddd;
	background-image: url(../images/right_arrow_in_circle.svg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	width: 100%;
	max-height: 0;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}

.catalog-download:hover .catalog-download-hidden {
	max-height: 60px;
	transition: max-height .8s ease-in-out;
	-webkit-transition: max-height .8s ease-in-out;
	-moz-transition: max-height .8s ease-in-out
}

.cms-widget-public-form {
	background-color: #259e8d;
	position: relative
}

.cms-widget-public-form .slFormDesignerFormHeader {
	background-color: #01594c;
	position: relative;
	padding: 10px 40px;
	width: 100%;
	color: #fff
}

.cms-widget-public-form .slFormSectionDesignerDescription {
	padding: 0 40px 10px;
	color: #fff
}

.cms-widget-public-form .slFormDesignerFormHeader:after {
	content: "";
	width: 100%;
	height: 15px;
	background: url(../images/triangl_kontakt.svg) center top no-repeat;
	background-size: 100% 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -15px;
	opacity: .5;
	z-index: 100
}

.cms-widget-public-form .slFormDesignerFormHeader h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0
}

.cms-widget-public-form .slFormDesignerSections {
	padding: 40px 20px 20px 0
}

.cms-widget-public-form .slFormsField {
	margin-bottom: 15px
}

.cms-widget-public-form .slFormDesignerName {
	color: #fff;
	margin-bottom: 20px;
	padding-left: 20px
}

.cms-widget-public-form label {
	display: inline-block;
	width: 39%;
	color: #fff;
	padding: 7px 20px 7px 30px;
	margin-right: 1%
}

.cms-widget-public-form .data-domain-12 label {
	width: 100%;
	display: table
}

.cms-widget-public-form .data-domain-12 input {
	width: 30px;
	display: table-cell
}

.cms-widget-public-form .data-domain-12 label span {
	display: table-cell;
	padding: 7px 5px 0;
	vertical-align: top
}

.cms-widget-public-form input[type=submit] {
	background-color: #01594c;
	background-image: none;
	border-color: transparent;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	margin: 15px 0 60px 30px;
	width: 250px;
	text-transform: uppercase;
	color: #fff;
	font-family: source sans pro,sans-serif
}

.cms-widget-public-form input {
	height: 34px;
	width: 58%;
	padding: 0 1%;
	font-size: 14px;
	line-height: 34px;
	color: #555;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right 6px top 4px;
	border: 1px solid #ccc;
	border-radius: 4px
}

.cms-widget-public-form textarea {
	width: 58%;
	padding: 0 1%;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right 6px top 4px;
	border: 1px solid #ccc;
	border-radius: 4px
}

.cms-widget-public-form select {
	height: 34px;
	width: 58%;
	padding: 0 1%;
	font-size: 14px;
	line-height: 34px;
	border-radius: 4px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right 6px top 4px;
	background-image: url(../images/arrow-down.png);
	-moz-appearance: none;
	-webkit-appearance: none
}

.cms-widget-public-form .slFormsFileBox input {
	background: 0 0;
	border: 0;
	color: #fff
}

.cms-widget-public-form .slFormsSubmitMessage {
	margin: 20px 30px
}

.cms-widget-public-form .slFormFieldInfoBox,.cms-widget-public-form .slFormsRequiredFieldsNotice,.cms-widget-public-form .slRecaptchaBox {
	color: #fff;
	padding-left: 30px
}

.cms-widget-public-form .slFormsFileBox {
	color: #fff;
	padding: 20px 0 20px 30px
}

.cms-widget-public-form .slFormsField:hover label,.cms-widget-public-form #sl-forms-form- .slFormsField:first-of-type .slFormOneLineTextInput label {
	background: url(../images/kontakt.svg) no-repeat;
	background-size: 100% 100%
}

.cms-widget-public-form #sl-forms-form- .slFormsField:hover label {
	background: 0 0
}

.cms-widget-public-form .slFormsField input.filled-in,.cms-widget-public-form .slFormsField textarea.filled-in,.cms-widget-public-form .slFormsField select.filled-in {
	background-image: url(../images/field-ok.png)
}

.cms-widget-public-form .slFormsField input.slAutoSave.slFormInputValueError,.cms-widget-public-form .slFormsField textarea.slAutoSave.slFormInputValueError,.cms-widget-public-form .slFormsField select.slAutoSave.slFormInputValueError {
	background-image: url(../images/field-error.png)
}

.slFormMessageWrapper.slFormInfoMessage,.slFormMessageWrapper.slFormErrorMessage {
	width: 300px;
	display: block;
	margin-top: -150px;
	margin-left: -150px;
	position: fixed;
	font-size: 1.3em;
	top: 50%;
	left: 50%;
	background: #fff url(../images/close-message.png) top 10px right 10px no-repeat;
	padding: 50px;
	transition: all .5s ease-in-out;
	text-align: center;
	vertical-align: middle;
	z-index: 1001;
	box-shadow: 0 0 0 3e3px rgba(0,0,0,.5);
}

.gray-column {
	position: absolute
}
.fa-home:before {content: "\f015";}
.widget-content .catalog-subsection-content p {
	padding: 0 20px
}

.fa-home:before {
	content: "\f015"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-envelope:before {
	content: "\f0e0"
}

@media(min-width:360px) {
	#sl-contactus-form-form input.slFormButton.visible {
		display: inherit
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.seal:before {
		width: 7vw;
		height: 7vw;
		position: absolute;
		top: -10px;
		left: -15px
	}
}

@media(min-width:450px) {
	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton {
		font-size: 93%;
		line-height: 140%
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.seal:before {
		width: 6vw;
		height: 6vw;
		position: absolute;
		top: -12px;
		left: -15px
	}

	#catalog-popup-box input,#reservation-popup-box input,#reservation-popup-box select {
		width: 304px
	}

	.sl_effect_popup_box {
		width: 400px
	}

	#catalog-popup-box form {
		width: 365px
	}
}

@media(min-width:568px) {
	#call {
		font-size: 16px;
		margin-left: 15px;
		display: inherit
	}

	#call strong {
		font-size: 16px
	}

	#call:before {
		display: none
	}

	#content .product-name-holder {
		position: absolute;
		min-width: 400px;
		right: 0;
		bottom: 0;
		z-index: 1;
		background: url(../images/product-name-holder-background.png) repeat
	}

	#content .product-image-holder h1.product-name {
		color: #fff;
		font-size: 2.5em;
		font-weight: 400;
		text-transform: uppercase;
		padding-left: 36px;
		padding-right: 120px;
		margin: .4em 0 .2em;
		width: auto;
		background-color: transparent
	}

	.product-image-holder h1.product-name:before {
		display: none
	}

	.product-image-holder h1>em {
		font-style: inherit;
		font-weight: 400
	}

	.product-name-holder>strong {
		color: #fff;
		font-size: 1.2em;
		font-weight: 400;
		text-transform: uppercase;
		padding-left: 36px;
		padding-bottom: 1em;
		display: block
	}

	.product-file .catalog-download {
		font-size: 30px
	}

	.related-products ul li {
		width: 33%;
		height: auto;
		display: inline-block;
		padding: 0 1%
	}

	.product-detail-left {
		float: left;
		width: 250px;
		margin-bottom: 25px;
		margin-right: 25px;
		display: table-cell
	}

	.product-detail-left img {
		max-width: 250px
	}

	.related-products ul.display-table-cell li {
		display: table-cell
	}

	.related-products ul li:nth-child(3n),.related-products ul li:last-child {
		border-right: 0
	}

	.section_content table.support td {
		padding: 0 15px 25px 0;
		width: 33.33%;
		display: table-cell
	}

	table.request td {
		display: table-cell;
		width: auto
	}

	table.request td img {
		width: 250px
	}

	table.request td iframe {
		height: 1200px
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton {
		font-size: 2.5vw
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton>div:nth-of-type(1) {
		min-height: 70px;
		height: 12vw
	}

	#cta-button {
		width: 100px;
		height: 100px
	}

	#cta-button.cs-cz {
		background: url(../images/cta-tablet.png) no-repeat
	}

	#cta-button.jobs.cs-cz {
		background: url(../images/jobs-tablet.png) no-repeat center center
	}

	#cta-button.en-us,#cta-button.en-gb,#cta-button.en-nz {
		background: url(../images/cta-tablet-en.png) no-repeat
	}

	#cta-button.de-de,#cta-button.de-at,#cta-button.de-ch {
		background: url(../images/cta-tablet-de.png) no-repeat
	}

	#cta-button.pl-pl {
		background: url(../images/cta-tablet-pl.png) no-repeat
	}

	#cta-button.lt-lt {
		background: url(../images/cta-tablet-lt.png) no-repeat
	}

	#cta-button.it-it {
		background: url(../images/cta-tablet-it.png) no-repeat
	}

	#cta-button.fr-fr {
		background: url(../images/cta-tablet-fr.png) no-repeat
	}

	#cta-button.hu-hu {
		background: url(../images/cta-tablet-hu.png) no-repeat
	}

	#cta-button.hr-hr {
		background: url(../images/cta-tablet-hr.png) no-repeat
	}

	#sl-contactus-form-form .slFormElementWrapper {
		width: 50%
	}

	#sl-contactus-form-form .slFormElementWrapper textarea {
		width: 100%
	}

	.cc_container {
		padding-right: 150px
	}

	#sl-forms-contact-form .slFormsField {
		width: 50%;
		float: left
	}

	#sl-forms-contact-form .slFormFieldInfoBox {
		position: absolute;
		right: 0
	}

	#sl-forms-contact-form .slFormsField.data-domain-3,#sl-forms-contact-form .slFormsField.data-domain-12 {
		width: 100%;
		margin: 5px 0;
		display: table
	}

	.en-us #sl-forms-contact-form #slFormsField22 {
		width: 100%
	}

	#motto {
		font-size: 20px;
		max-width: 440px
	}

	#top {
		background-image: url(../images/a.png);
		background-repeat: no-repeat;
		background-position: 100% 50%;
		background-size: contain
	}

	.slCmsSlideshowContainer {
		margin-bottom: 130px
	}

	.cms-widget-public-form input[type=submit],.cms-widget-public-form .slFormsRequiredFieldsNotice,.cms-widget-public-form .slRecaptchaBox,.cms-widget-public-form .slFormsFileBox,.cms-widget-public-form .slFormFieldInfoBox {
		margin-left: 40%;
		padding-left: 0
	}

	.footer-box-1 ul li {
		float: left;
		width: 50%
	}

	#language_selector .language-code {
		width: 8%
	}

	#language_selector .flag {
		width: 92%
	}

	#language_selector .flag:before {
		right: 15px
	}
}

@media(min-width:667px) {
	#swipegallery.product-gallery {
		width: 660px;
		height: auto
	}

	#swipegallery.product-gallery ul {
		position: relative
	}

	#swipegallery.product-gallery ul li {
		margin-left: 10px;
		margin-bottom: 10px
	}

	#swipegallery.product-gallery li.no_display {
		display: none
	}

	#swipegallery.product-gallery li.no_display.tablet-display {
		display: inline-block
	}

	#swipegallery.product-gallery ul li:before,#swipegallery.product-gallery ul li:after {
		display: none
	}

	#product-gallery-more-button {
		display: inherit
	}

	.catalog-download-wrapper .catalog-download {
		width: 49.5%;
		float: left;
		margin-right: 1%
	}

	.catalog-download-wrapper .catalog-download:nth-child(even) {
		margin-right: 0
	}

	.catalog-download-wrapper.three .catalog-download {
		width: 32%
	}

	.article_preview:nth-child(2n+1) {
		clear: left
	}

	.showroom>div {
		width: 35%
	}

	.showroom img {
		width: 30%
	}

	.search-active #call {
		display: inherit
	}

	#main-bottom-container .bottom-menu td {
		width: 45%!important;
		display: table-cell;
		vertical-align: top
	}
}

@media(min-width:768px) {
	body {
		font-size: 16px
	}

	#top {
		margin: 0 auto;
		position: relative;
		padding: 15px 0;
		display: table;
		width: 100%
	}

	#alukov-hu-test-e4-cz #top,#www-alukov-hu #top {
		padding: 0
	}

	#alukov-hu-test-e4-cz #top-container,#www-alukov-hu #top-container {
		height: auto
	}

	#logo {
		display: table-cell;
		padding-left: 15px;
		vertical-align: middle
	}

	#logo img {
		margin: 0
	}

	#motto {
		text-align: right;
		text-transform: uppercase;
		font-size: 22px;
		line-height: 25px;
		width: 500px;
		display: table-cell;
		vertical-align: middle;
		padding-right: 15px
	}

	#search_box input.search,#search_box input.search.search-active {
		border: 1px solid #ddd;
		width: 160px;
		background: #fff;
		padding-left: 5px
	}

	#search_box .submit {
		display: inherit
	}

	#language_selector .show-other-languages-menu {
		right: 270px;
		width: 80px
	}

	#content h1 {
		font-size: 36px;
		line-height: 40px
	}

	#content-middle .cms-widget-articles-in-section-preview-item {
		width: 31.8%;
		margin-right: 1.5%;
		float: left;
		text-align: left
	}

	#content-middle .cms-widget-articles-in-section-preview-item .article_preview {
		width: 100%;
		margin-right: 0
	}

	#content-middle .cms-widget-articles-in-section-preview-item p {
		text-align: left;
		padding-right: 15px
	}

	table.benefits td {
		vertical-align: middle;
		display: table-cell;
		width: 4%;
		padding-right: 10px;
	}

	table.benefits td:nth-child(2),table.benefits td:nth-child(5) {
		width: 44%
	}

	#content-bottom .cms-widget-special-offer-in-section-preview-item {
		width: 31%;
		display: table-cell;
		text-align: center;
		padding: 0 1%
	}

	#content-bottom .cms-widget-special-offer-in-section-preview-item:nth-child(3) {
		border-right: 0
	}

	#main-bottom td.bottom-team {
		color: #fff;
		display: table-cell
	}

	.slCmsSlideshowButtons {
		bottom: 30px
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton {
		font-size: 2.2vw
	}

	.product-detail-left-info {
		margin-top: 30px;
		text-align: center;
		color: #1c75bc;
		display: block
	}

	.product-detail-left-info table {
		width: 100%
	}

	.product-detail-right {
		padding-left: 285px
	}

	.youtube-container {
		width: 240px;
		height: 135px
	}

	.slFormSubmitSection {
		margin-top: 0
	}

	.section_content table td {
		padding: 5px 20px
	}

	.section_content table th {
		padding: 5px 20px
	}

	.product-gallery {
		width: 670px
	}

	.section_content table td {
		display: table-cell
	}

	.footer-box-1 {
		float: left;
		width: 60%
	}

	.footer-box-2 {
		float: right;
		width: 30%
	}

	.footer-box-3 {
		float: left;
		width: 50%
	}

	.footer-box-4 {
		float: right;
		width: 40%
	}

	#call span {
		display: inherit
	}
}

@media(min-width:900px) {
	.youtube-container {
		width: 280px;
		height: 158px
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton {
		font-size: 160%;
		font-size: 2.3vw;
		line-height: 130%
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton:after {
		height: 30px;
		background-size: 100% 30px;
		bottom: -30px
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-blue:after,.line-pool .slCmsSlideshowButtons .slCmsSlideshowNavigationButton:after {
		background-size: 100% 30px
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-brown:after,.line-horeca .slCmsSlideshowButtons .slCmsSlideshowNavigationButton:after {
		background-size: 100% 30px
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-gray:after,.line-fixed .slCmsSlideshowButtons .slCmsSlideshowNavigationButton:after {
		background-size: 100% 30px
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-orange:after,.line-sliding-walls .slCmsSlideshowButtons .slCmsSlideshowNavigationButton:after {
		background-size: 100% 30px
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.css-light-blue:after,.line-light-blue .slCmsSlideshowButtons .slCmsSlideshowNavigationButton:after {
		background-size: 100% 30px
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton>div:nth-of-type(1) {
		min-height: 120px;
		height: 13vw
	}

	.catalog-download .catalog-download-hidden {
		font-size: 24px
	}

	.catalog-download-wrapper.three .catalog-download .catalog-download-hidden {
		font-size: 18px
	}

	table.video-table td,.section_content table.video-table td {
		padding: 2px;
		width: 33%;
		display: table-cell
	}

	table.contact-fr {
		width: 50%
	}

	table.contact-fr td:first-child {
		border-right: 1px solid #eee
	}

	div.popup-pl-inner div,div.popup-hu-inner div,div.popup-pl-inner img,div.popup-hu-inner img,div.popup-uk-inner div,div.popup-uk-inner img {
		max-width: 800px
	}

	div.popup-cz-inner div,div.popup-cz-inner img {
		max-width: 600px
	}
}

@media(min-width:1000px) {
	#content {
		margin-top: 185px
	}

	#top {
		height: 80px
	}

	#holder-inner #content {
		margin-top: 0
	}

	#content h1 {
		padding-left: 0;
		padding-right: 60px;
		width: 1200px;
	}

	#content .section_content_box h1 {
		padding-left: 0;
		padding-right: 60px;
		width: auto;
		display: inline-block
	}

	#content h1:before {
		content: "";
		background-color: #eaedef;
		position: absolute;
		height: 60px;
		width: 100%;
		margin-top: -10px;
		margin-left: -100%;
		overflow: hidden;
		z-index: -1
	}

	.title-wrapper,.error_message,.return_link,ul.site_map {
		width: 1000px;
		margin: 0 auto;
	}

	.search_box,.section_content_box {
		width: 1000px;
		margin: 0 auto;
	}

	.section_content_box#section-en,.section_content_box#section-fr,.section_content_box#section- {
		width: 100%
	}

	.section_content {
		padding: 0;
		overflow: hidden
	}

	.section_content table.grey-sides::before {
		content: "";
		background-color: #e1e6ea;
		position: absolute;
		height: 220px;
		width: 100%;
		left: 0;
		z-index: -1
	}

	.section_content table.grey-sides-small::before {
		content: "";
		background-color: #e1e6ea;
		position: absolute;
		height: 160px;
		width: 100%;
		left: 0;
		z-index: -1
	}

	.article_preview {
		width: 31.8%;
		margin-right: 1.5%;
		float: left;
		clear: none
	}

	.article_preview:nth-child(2n+1) {
		clear: none
	}

	.article_preview:nth-child(3n+1) {
		clear: left
	}

	.articles {
		padding: 0
	}

	.article_detail {
		width: 1000px;
		padding: 0
	}

	.article_detail .gallery_item,.article_detail .gallery_item img {
		width: 320px;
		height: 240px
	}

	#headerBox {
		position: fixed;
		background: 0 0;
		z-index: 1000;
		left: 0;
		top: 0
	}

	#headerBox:after {
		display: none
	}

	#header {
		margin: 0 auto;
		position: relative;
		width: 1000px;
	}

	#top {
		width: 1000px;
	}

	#call {
		margin-left: 0
	}

	#logo {
		padding-left: 0
	}

	#motto {
		padding-right: 0
	}

	#search_box {
		right: 0;
		width: 236px
	}

	#search_box input.search,#search_box input.search.search-active {
		width: 210px
	}

	#social-icons {
		display: block;
		position: fixed;
		top: 40px;
		right: 0;
		z-index: 1001
	}

	#social-icons ul {
		list-style: none;
		margin: 0;
		padding: 5px 0;
		background-color: #7dbec2
	}

	#social-icons ul li {
		padding: 5px 10px
	}

	#social-icons ul li a {
		font-family: FontAwesome;
		font-size: 20px;
		color: #fff;
		text-decoration: none;
		display: block
	}

	#menu-switch {
		display: none
	}

	#top-menu-container {
		width: 100%;
		height: 50px;
		padding: 0;
		display: block;
		background-color: #758692;
		position: relative;
		top: 0;
		border: 0
	}

	#top-menu {
		margin: 0 auto;
		padding: 0;
		width: 1000px;
		list-style: none;
		display: block;
		position: relative;
		border-bottom: 0
	}
	@media (min-width: 1000px){
		#top-menu li#top-menu-link-home {
		width: 30px;
		float: left;
		padding: 0;
		line-height: 50px
	}
	}
	

	#top-menu li.top-menu-item {
		float: left;
		line-height: 50px;
		background: 0 0;
		padding: 0;
		width: auto
	}

	#top-menu li a {
			padding: 0 33px;
           font-size: 18px;
    /* font-weight: bold; */
	}

	#top-menu li.top-menu-item:hover .sub-menu {
		visibility: visible
	}

	#top-menu li.top-menu-item .sub-menu {
		position: absolute;
		top: 50px;
		left: 0;
		background-color: #fff;
		visibility: hidden;
		border-left: 5px solid #607280;
		width: 300px;
		padding: 0;
		display: block;
		z-index: 99;
		-webkit-box-shadow: 8px 12px 16px -4px rgba(0,0,0,.33);
		box-shadow: 8px 12px 16px -4px rgba(0,0,0,.33)
	}

	#top-menu .sub-menu li {
		padding: 0;
		position: relative;
		line-height: 35px
	}

	#top-menu .sub-menu li a {
		display: block;
		padding: 0 10px 0 20px
	}

	#top-menu .sub-menu li.parent {
		position: relative
	}

	#top-menu .sub-menu li.parent>span {
		top: 7px;
		right: 10px
	}

	#top-menu .sub-menu li.parent:hover>span {
		right: -10px
	}

	#top-menu .sub-menu li ul {
		display: none;
		position: absolute;
		top: 0;
		left: 100%;
		background: #f1f3f4;
		padding: 0;
		width: 300px;
		-webkit-box-shadow: 8px 12px 16px -4px rgba(0,0,0,.33);
		box-shadow: 8px 12px 16px -4px rgba(0,0,0,.33)
	}

	#top-menu .sub-menu li:hover ul {
		display: block
	}

	#top-menu .sub-menu li ul:hover {
		display: block
	}

	#top-menu li.top-menu-item.parent {
		position: relative
	}

	#top-menu li.top-menu-item.parent:hover {
		position: inherit
	}

	#top-menu>li.parent>a:after {
		height: 10px;
		top: 50px;
		background-color: transparent;
		background-size: 100% 10px
	}

	#top-menu li a:hover:after {
		display: none
	}

	#top-menu .sub-menu li.parent>span.open {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none
	}

	#section_breadcrumbs {
		width: 1000px
	}

	.info_message {
		width: 920px;
		margin: 0 auto 25px;
		padding: 30px;
		position: absolute;
		top: 100px
	}

	#content-top {
		/*background: url(../images/content-top-bg.png);*/
		background-repeat: repeat-x;
		padding-bottom: 25px
	}

	#content.cs #content-top {
		background: 0 0;
		padding: 0
	}

	#content-top .widget-content {
		margin: 0 auto;
		width: 1000px;
		padding: 0
	}

	#content-top .cms-widget-articles-in-section-preview .widget-content {
		margin: 0 auto;
		width: 500px
	}

	#content-top .cms-widget-articles-in-section-preview-item .article_preview {
		width: 100%;
		margin-right: 0
	}

	#content-top table.hp td {
		font-size: 21px;
		line-height: 30px
	}

	#content-top table.hp img {
		height: 100%
	}

	#content-middle .cms-widget-articles-in-section-preview .widget-content {
		margin: 0 auto;
		width: 1000px
	}

	#content-bottom .cms-widget-special-offer-in-section-preview {
		margin: 0 auto;
		width: 1000px
	}

	#contact {
		width: 1000px;
		position: relative;
		padding-top: 50px;
		margin: 0 auto
	}

	#contact:before {
		content: "";
		background-color: #fff;
		position: absolute;
		height: 1100px;
		width: 100%;
		top: 0;
		margin-left: -100%;
		z-index: -1
	}

	#contact-form {
		width: 800px
	}

	#main-bottom-container {
		margin: 0 auto;
		width: 1000px;
		padding-top: 10px
	}

	#main-bottom td.bottom-world {
		display: table-cell
	}

	.product-image-background {
		background-color: #e0e5e9
	}

	.product-image-holder {
		position: relative;
		width: 1000px;
		margin: 0 auto
	}

	.product-image-holder img {
		display: block
	}

	.product .slBreadCrumb {
		width: 1000px;
		margin: 0 auto;
		padding: 10px 0
	}

	.product-detail {
		width: 1000px;
		margin: 0 auto;
		padding: 40px 0
	}

	.product-detail table.colors td {
		display: inline-block
	}

	#swipegallery.product-gallery {
		width: 1000px;
		position: inherit
	}

	#swipegallery.product-gallery:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 240px;
		left: 0;
		z-index: -1;
		background-color: #e0e5e9
	}

	#swipegallery.product-galleryimg:nth-child(3n+3) {
		margin-right: 0
	}

	#swipegallery.product-gallery li.no_display.tablet-display {
		display: none
	}

	.related-articles,.related-products,.article-name-holder {
		margin: 0 auto;
		width: 1000px
	}

	.contact-column-left .hq {
		padding: 20px 20px 20px 0
	}

	.youtube-container {
		width: 330px;
		height: 186px
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton {
		margin: 0;
		font-size: 160%;
		line-height: 130%
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton>div:nth-of-type(1) {
		height: 164px
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.slCmsSlideshowSelectedButton>.slCmsSlideshowNavigationButtonHtml,.slCmsSlideshowButtons .slCmsSlideshowNavigationButton:hover>.slCmsSlideshowNavigationButtonHtml {
		max-height: 56px
	}

	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton>.slCmsSlideshowNavigationButtonHtml p {
		background-size: auto;
		font-size: 65%;
		line-height: 56px;
		max-height: 65px
	}

	#content .product-name-box h1,.product-name-box .product-subtitle {
		width: 1000px;
		margin: 0 auto;
		padding-left: 285px
	}

	#cta-button {
		width: 150px;
		height: 150px
	}

	#cta-button.cs-cz {
		background: url(../images/cta-desktop.png) no-repeat
	}

	#cta-button.jobs.cs-cz {
		background: url(../images/jobs-desktop.png) no-repeat center center
	}

	#cta-button.en-us,#cta-button.en-gb,#cta-button.en-nz {
		background: url(../images/cta-desktop-en.png) no-repeat
	}

	#cta-button.de-de,#cta-button.de-at,#cta-button.de-ch {
		background: url(../images/cta-desktop-de.png) no-repeat
	}

	#cta-button.pl-pl {
		background: url(../images/cta-desktop-pl.png) no-repeat
	}

	#cta-button.lt-lt {
		background: url(../images/cta-desktop-lt.png) no-repeat
	}

	#cta-button.it-it {
		background: url(../images/cta-desktop-it.png) no-repeat
	}

	#cta-button.fr-fr {
		background: url(../images/cta-desktop-fr.png) no-repeat
	}

	#cta-button.hu-hu {
		background: url(../images/cta-desktop-hu.png) no-repeat
	}

	#cta-button.hr-hr {
		background: url(../images/cta-desktop-hr.png) no-repeat
	}

	#cta-button:before {
		height: 15px;
		background-size: 100% 15px;
		top: -15px
	}

	#sl-forms-contact -form {
		width: 1000px;
		margin: 25px auto 0
	}
	
	.slCmsSlideshowButtons .slCmsSlideshowNavigationButton.seal:before {
		width: 80px;
		height: 80px;
		top: -18px;
		left: -20px
	}

	.slCmsSlideshowButtons {
		bottom: 80px
	}

	.slCmsSlideshowContainer {
		margin-bottom: 200px
	}

	.cms-widget-public-form,.contact-column-right {
		width: 66%;
		float: right
	}

	.cms-widget-public-form:after {
		content: "";
		width: 100%;
		background-color: #259e8d;
		position: absolute;
		height: 2e3px;
		top: 0;
		left: 0;
		z-index: -1
	}

	.slFormMessageWrapper.slFormInfoMessage,.slFormMessageWrapper.slFormErrorMessage {
		width: 800px;
		margin-left: -400px
	}

	.search_results {
		padding: 0
	}

	#sl-forms-c ontact-form {
		padding-top: 180px;
		margin-top: -180px
	}

	.contact-column-left {
		height: 1800px;
		padding: 20px 40px 20px 20px
	}

	.gray-column {
		z-index: -1;
		background-color: #e9f2f9;
		height: 1800px;
		width: 100%;
		margin-left: -100%
	}

	#language_selector .languages-menu-title {
		display: none
	}

	#language_selector .other-languages-menu {
		width: 780px
	}

	#language_selector .other-languages-menu .other-language-item {
		width: 780px
	}

	#language_selector .other-language-item {
		height: 24px;
		overflow: hidden
	}

	#language_selector .language-code {
		width: 30px;
		padding-left: 5px;
		font-size: 16px;
		line-height: 24px
	}

	#language_selector .flag {
		width: 70px;
		height: 24px
	}

	#language_selector .flag img {
		margin-top: 0
	}

	#language_selector .flag:before {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		top: 4px;
		left: 40px
	}

	#language_selector .other-language-item:hover .flag:before {
		left: 62px;
		transition: .5s
	}

	#language_selector .link-title {
		padding: 0 12px;
		display: inherit;
		width: auto;
		font-size: 16px;
		line-height: 24px
	}
	
	
}