@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic|Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic&subset=latin,latin-ext,vietnamese);

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/*--------------------------------------------------------------
Common
--------------------------------------------------------------*/

* {margin: 0; padding: 0;}
body {background: #fff;
	font-family: Open Sans, Ubuntu, Arial, sans-serif;
	color: #868686;
	font-size: 16px;
	line-height: 1.3;
	height: auto;
	margin: 0;
	padding: 0;
	}

img{margin: 0px;
	padding: 0px}
a img{border: none 0}
li{list-style: none}

a,
a:link{color: #11AB95;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;}
a:visited{color: #11AB95}
a:hover{color: #90bd00}
a:active{color: #11AB95}
a:focus {outline: none;}

h1, h2, h3, h4, h5{font-family: Open Sans, Ubuntu, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 700;
	color: #11AB95;
	}
h1{font-size: 50px}
h2{font-size: 40px}
h3{font-size: 28px}
h4{font-size: 20px}

strong{font-weight: 700}

.clear{clear: both}

a.more{background: #11AB95;
	border: 0;
	border-radius: 7px;
	line-height: 1.1;
	color: #fff;
	font-weight: 400;
	display: table;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px 44px;
	margin: 20px 0 20px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.more:hover{background: #90bd00}


/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {background: #11AB95;
	border: 0;
	border-radius: 7px;
	line-height: 1.1;
	color: #fff;
	font-weight: 400;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px 44px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
input[type="submit"]{display: inline}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {background: #9E9E9E}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {background: #A69F84}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select{background: #EFD9A5;
	color: #434343;
	border: 0;
	line-height: 1.1;
	padding: 14px 16px;
	font-family: 'Raleway', 'Arial', sans-serif;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}




/*------------------------------------------------------------------------
Content
-------------------------------------------------------------------------*/
.wrap {width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	}
.wrap-left{width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #15684E;
	}
.wrap-right{width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #43AC9E;
	}
.wrap-center{
	background: url(../images/bg-center.png) center 0 repeat-y;
	position: relative;
	}
.content{background: #fff;
	}
	
.inner{width: 1200px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 5% 0;
	display: table;
	clear: both;
	}
.inner:after{
	  content: "";
	  display: table;
	  clear: both;
	}	
.sub .inner{width: 1200px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 70px 0;
	display: block;
	clear: both;
	}
.inner.inner-middle{
	padding: 0;
}
.shadow-top{
	background: url(../images/shadow-top.jpg) 0 0 repeat-x;
	margin: -50px 0 0;
	width: 100%;
	height: 110px;
}
.shadow-bottom{
	background: url(../images/shadow-bottom.jpg) 0 0 repeat-x;
	margin: -80px 0 0;
	width: 100%;
	height: 110px;
}
.inner.inner-bottom{
	padding: 0 0 70px;
}
	
	
	
/* menu ****************************************************************/
.menu .logo-top{display: none}
.menu-toggle{display: none}
.menu {z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	height: 110px;
	width: 100%;
	background: #fff;
	font-family: PT Sans Narrow, Ubuntu, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	}
.menu.fxd{height: 40px;
	background: rgba(255,255,255,0.9);
	position: fixed;
	}
.menu.fxd ul{padding: 10px 0 0 30px;
	}
.menu .inner{width: 1000px;
	padding: 0 }
.menu ul{text-align: center;
	position: relative;
	padding: 46px 0 0 0;
	margin: 0 0 0 3%;
	}
.menu li {display: inline-block;
	padding: 0 3px 0 0;
	border-right: 1px solid #11AB95;
	}
.menu li.last.separator{border: 0;
	margin: 0 216px 0 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
.menu.fxd li.last.separator{padding: 0 3px 0 0;
	margin: 0;
	border-right: 1px solid #11AB95;
	}
.menu li.last{border: 0}
.menu li .logo-home{position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -106px;
	width: 202px;
	height: 192px;
	padding: 0;
	background: url(../images/chihiros-logo.png) 0 0 no-repeat;
	display: block;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
.menu li .logo-home:hover{opacity: 0.7;
	background: #90bd00 url(../images/chihiros-logo.png) 0 0 no-repeat;
	}
.menu.fxd li .logo-home{left: 0;
	margin: 0;
	width: 76px;
	height: 47px;
	padding: 0;
	background: url(../images/chihiros-logo-fxd.png) 0 0 no-repeat;
	}
.menu.fxd li .logo-home:hover{opacity: 0.7;
	background: #90bd00 url(../images/chihiros-logo-fxd.png) 0 0 no-repeat;
	}
.menu a{color: #000;
	text-decoration: none;
	padding: 0 12px;
	display: block;
	}
.menu a:hover{background: #fff;
	color: #90bd00;
	}
/*.active {border-bottom: 1px solid #11AB95;
	}*/
.end {
	margin: 0;
	}

@media screen and (max-width: 1023px) {
.menu{height: 40px;
	background: #fff;
	}
.menu ul{padding: 10px 0 0 30px;
	margin: 0;
	}
.menu li.last.separator{padding: 0 3px 0 0;
	margin: 0;
	border-right: 1px solid #11AB95;
	}
.menu li .logo-home{left: 0;
	margin: 0;
	width: 76px;
	height: 47px;
	padding: 0;
	background: url(../images/chihiros-logo-fxd.png) 0 0 no-repeat;
	}
.menu li .logo-home:hover{opacity: 0.7;
	background: url(../images/chihiros-logo-fxd.png) 0 0 no-repeat;
	}
}

@media screen and (max-width: 940px) {
.menu.fxd,
.menu {height: 70px;
	font-size: 16px;
	}
.menu .inner{position: relative;
	width: 100%}
.menu li .logo-home{display: none;}
.menu .logo-top{display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 76px;
	height: 47px;
	padding: 0;
	z-index: 10000;
	background: url(../images/chihiros-logo-fxd.png) 0 0 no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
.menu .logo-top:hover{opacity: 0.7;
	background: url(../images/chihiros-logo-fxd.png) 0 0 no-repeat;
	}
.menu ul li .logo{display: none}
.menu-toggle,
.menu-toggle:active,
.menu-toggle:visited,
.menu-toggle:focus{display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	width: 40px;
	height: 50px;
	background: url(../images/menu.png) 50% 50% no-repeat;
	border: 0;
	border-radius: 0;
	padding: 10px;
	z-index: 10000;
	cursor: pointer;
	text-indent: 9999px;}
.menu-toggle:hover{background: url(../images/menu-h.png) 50% 50% no-repeat;
	}
.menu-toggle.toggled{
	background: url(../images/menu-x.png) 50% 50% no-repeat;
	}
.menu.fxd ul,
.menu ul{display: none;
	position: relative;
	background: #fff;
	padding: 70px 0 0 0;
	clear: both;
	width: 100%;
	float: right;
	border-bottom: 3px solid #11AB95}
.menu li,
.menu li.last,
.menu li.last.separator,
.menu.fxd li.last.separator{float: none;
	width: 100%;
	padding: 0;
	border-right: 0;}
.menu li a{display: block;
	padding: 6px 0 10px 0;
	}
}

/* menu sub pages **************************************************/
.sub .menu-toggle{display: none}
.sub .menu {height: 100px;}
.sub .menu .inner{width: 1200px;
	margin: 0 auto;
	}
.sub .menu a.logo{width: 95px;
	height: 98px;
	background: url(../images/logo-sub.png) 0 0 no-repeat;
	display: block;
	float: left;
	text-indent: 130%;
    white-space: nowrap;
    overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
.sub .menu a.logo:hover{opacity: 0.7;
	border-bottom: 0;
	}
.sub .menu ul{float: left;
	margin: 0 0 0 60px;
    padding: 20px 0 0 0;
	width: calc(100% - 220px);
    position: relative;
    text-align: left;
	}
.sub .menu ul li{padding: 0 20px 0 20px;}
.sub .menu ul ul{position: absolute;
	background: #fff;
	top: 50px;
	left: 20px;
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
	}
.sub .menu a:hover{border-bottom: 1px solid #8FBD00;}
.sub .menu a.active{border: 0;
	color: #8FBD00;
	}
.sub .menu li a:hover{border: 0;}
.sub .menu ul ul li{font-size: 14px;
	border: 0;
	padding: 0 5px 0 0;
	}
	
@media screen and (max-width: 1120px) {
.sub .menu {height: 70px; position: relative;}
.sub .menu .inner{width: 100%;
	margin: 0 auto;
	}
.sub .menu a.logo{
	position: absolute;
}
.sub .menu-toggle,
.sub .menu-toggle:active,
.sub .menu-toggle:visited,
.sub .menu-toggle:focus{display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	width: 40px;
	height: 50px;
	background: url(../images/menu.png) 50% 50% no-repeat;
	border: 0;
	border-radius: 0;
	padding: 10px;
	z-index: 10000;
	cursor: pointer;
	text-indent: 9999px;}
.sub .menu-toggle:hover{background: url(../images/menu-h.png) 50% 50% no-repeat;
	}
.sub .menu-toggle.toggled{
	background: url(../images/menu-x.png) 50% 50% no-repeat;
	}
.sub .menu ul{display: none;
	position: absolute;
	top: 70px;
	right: 0;
	background: #fff;
	padding: 0;
	width: calc(100% - 95px);
	border-bottom: 3px solid #11AB95}
.sub .menu li,
.sub .menu li.last{float: none;
	width: 100%;
	padding: 0 0 0 20px;
	border-right: 0;}
.sub .menu li a{display: block;
	padding: 6px 0 10px 0;
	}
.sub .menu ul ul{position: relative;
	padding: 0 20px 0 20px;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #11AB95;
	}

}
	
	
/*--------------------------------------------------------------------
Sub pages
--------------------------------------------------------------------*/
.top{width: 100%;
	display: table;
	position: relative;
	margin: 90px 0 0 0;
	}
.rslides_container{margin-bottom: 0 !important;}
.slider-mask{position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 12%;
	background: url(../images/slider-mask.png) 0 0 repeat;
	z-index: 10;
	}
	

.sub .inner h1{font-weight: 300;
	margin: 0 0 40px 0;
	text-transform: uppercase;
	}
.sub .inner h1 span{font-weight: 300;
	clear: both;
	font-size: 18px;
	font-style: italic;
	display: block;
	margin: 10px 0 40px 0;
	text-transform: normal;
	}
.sub .inner h2{font-weight: 300;
	margin: 0 0 40px 0;
	text-transform: uppercase;
	}
.sub .inner h3{font-weight: 300;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 34px;
	clear: both;
	}
.sub .inner h4{font-size: 30px;
	margin: 0 0 10px 0;}
.sub .inner h4 span{font-size: 21px;
	font-weight: 600;
	}
.sub .content .inner ul{margin: 10px 0 40px 40px;}
.sub .content .inner li{list-style: circle;
	padding: 0 0 10px 0;
	}

.left-50{width: 50%;
	padding: 0 5% 0 0;
	float: left;
	}
.left-50.last{
	padding: 70px 5% 0 0;
}
.right-50{width: 50%;
	float: right;
	padding: 0 0 0 5%;
	}
	
.btn-toggle-inactive{
	display: table;
	margin: 0 0 50px 0;
	text-align: center;
	position: relative;
}
.btn-toggle-inactive h2{
	margin: 60px auto 40px !important;
}
.btn-toggle-inactive p{
	line-height: 20px !important;
	margin: -50px 0 0 !important;
	}
.content-toggle-inactive h3{
	margin: 50px 0 30px 0 !important;
}
img[title="wymiary"]{
	margin: 40px auto;
	display: table;
}
.content-toggle-inactive table{
	margin: 50px 0 60px 0 !important;
}
.content-toggle-inactive th{
	border-bottom: 1px solid #11ab95;
}
.content-toggle-inactive span{
	color: #12AC94;
	}
	
.btn-toggle-inactive{
	margin: 60px auto 100px;
	text-align: center;
}
.block-center{
	display: table;
	margin: 0 0 0 80px;
}
	
.left{width: calc(100% - 320px);
	float: left;
	}
.right{width: 320px;
	float: right;
	margin: 60px 0 0 0;
	}
.left-2{width: calc(100% - 460px);
	float: left;
	}
.right-2{width: 460px;
	float: right;
	text-align: right;
	margin: 0 0 40px 0;
	}
.left-3{width: 50%;
	float: left;
	}
.right-3{width: 50%;
	float: right;
	margin: 0 0 40px 0;
	}
.left-50{width: 50%;
	float: left;
	}
.right-50{width: 50%;
	float: right;
	margin: -30px 0 40px 0;
	}
.bottom{width: 100%;
	display: table;
	padding: 100px 0 0 0;
	text-align: center;
	}

.sub .inner img{max-width: 100%;
	}

.left h3{
	margin: 0 0 30px 0 !important;
}
.left ul{padding: 7px 0 20px 32px;}
.left li{padding: 0 0 10px 0;}
.left li b{padding: 0 10px 0 0;}
.left-inner{
	float: left;
	margin: 0 24px 30px 0;
}
.left-inner .left-box{
	margin: 0 0 18px 0;
}

.sub .inner p{margin: 0 0 36px 0;
	line-height: 1.7;
	}
.right-box{width: 220px;
	float: right;
	font-size: 12px;
	text-align: center;
	margin: 0 0 20px 0;
	}
.sub .inner .right-box p{line-height: 1.3;
	margin: 0;
	}
.right-box img{width: 100%;
	border: 1px solid #15AA91;
	margin: 0 0 4px 0;
	}
	
.sub-box{width: 49%;
	display: inline-block;
	margin: 20px 0 80px 0;
	vertical-align: top;
	}
.sub-box-2{width: 100%;
	margin: 20px 0 80px 0;
	}
.sub-box .data{width: 400px;
	margin: 10px 0 30px 0;
	padding: 12px 0;
	border-top: 2px solid #11AB95;
	border-bottom: 2px solid #11AB95;
	}
.sub .inner .data-filtry{margin: 10px 40px 30px 0;
	padding: 12px 0;
	float: left;
	border-top: 2px solid #11AB95;
	border-bottom: 2px solid #11AB95;
	line-height: 1.6;
	}
.sub .inner .data-filtry .row{padding: 0 0 4px 0;
	border-bottom: 1px solid #11AB95;
	width: 100%;
	display: table;
	}
.sub .inner .data-1,
.sub .inner .data-2,
.sub .inner .data-3{float: left;
	padding: 0 20px 0 0;
	}
.sub .inner .sub-box p,
.sub .inner .sub-box-2 p{margin: 0;
	line-height: 1.3;
	}
.sub-box .spec{font-size: 14px;
	margin: 10px 0 30px 0;
	display: table;
	}
.sub-box-2 .clear{font-weight: bold;
	padding: 0 0 12px 0;
	}
.sub-box .spec-left{width: 250px;
	float: left;
	clear: both;
	padding: 0 0 5px 0;
	}
.sub-box .spec-right{float: left;
	padding: 0 0 5px 0;
	}
	
.left-3 table.dimensions{margin: 20px 0 50px 0;}
.left-50 table.dimensions{margin: 20px 0 50px 0;}
	
	
table.tab-left-1{width: 55%;
	float: left;
	}
table.tab-left-2{width: 45%;
	float: left;
	}
table.tab-left-1 th,
table.tab-left-2 th,
table.tab-left-1 td,
table.tab-left-2 td{text-align: center;}
table.dimensions{width: 500px;
	clear: both;
	}
table.dimensions-full{width: 100%;
	clear: both;
	}
.img-left{float: left;
	margin: 0 100px 0 0;
	}
table.dimensions-right{float: left;
	clear: none;
	}
table.dimensions,
table.dimensions-full,
table.dimensions-right,
table.tab-left-1,
table.tab-left-2{margin: 20px auto 50px auto;
	padding: 12px 0;
	border-top: 2px solid #11AB95;
	border-bottom: 2px solid #11AB95;
	}
table.dimensions-50{margin: 20px 9% 50px 0;
	padding: 12px 0;
	width: 40%;
	float: left;
	border-top: 2px solid #11AB95;
	border-bottom: 2px solid #11AB95;
	}
table.dimensions-100{margin: 20px 0 50px 0;
	padding: 12px 0;
	width: auto;
	float: left;
	border-top: 2px solid #11AB95;
	border-bottom: 2px solid #11AB95;
	}
table.no-border th,
table.dimensions th,
table.dimensions-full th,
table.dimensions-right th,
table.dimensions-50 th,
table.dimensions-100 th{padding: 8px;
	font-weight: bold;
	}
table.tab-left-1 th,
table.tab-left-2 th{padding: 8px;
	font-weight: bold;
	}
table.no-border td,
table.dimensions td,
table.dimensions-full td,
table.dimensions-right td,
table.dimensions-50 td,
table.dimensions-100 td{padding: 8px;}
table.tab-left-1 td,
table.tab-left-2 td{padding: 8px;}

table.dimensions-50 th,
table.dimensions-50 td,
table.dimensions-100 th,
table.dimensions-100 td{text-align: center;}
	
img.center{margin: -20px auto 0 auto;
	display: table;
	}
p.left-p{float: left;
	width: 30%;
	}
img.right-img{float: right;
	}

.img-left{float: left;
	margin: 0 40px 30px 0;
	}
	
.img-wabi{margin: 140px 0 0 0;}
	
.bottom h2{text-align: left;}
.cat{width: 220px;
	display: inline-block;
	margin: 0 6px 0 0;
	}
.cat img{width: 100%;}
.sub .inner .cat h4{font-size: 13px;
	width: 100%;
	border: 1px solid #11ab95;
	border-radius: 5px;
	font-weight: 400;
	letter-spacing: -1px;
	padding: 8px;
	text-align: center;
	}
.sub .inner .cat h4 strong{
	display: block;
	font-weight: 700;
}
.sub .inner .cat:hover h4{background: #11ab95;
	color: #fff;
	}
.sub .inner .cat.active{border: 0;
	}
.sub .inner .cat.active h4{border: 1px solid #11ab95;
	background: #11ab95;
	color: #fff;
	}


/* tabs ***************/
.tabs-menu {
	display: table;
	margin: 0 !important;
	width: 100%;
}
.tabs-menu li {
	cursor: pointer;
	font-size: 24px;
	text-transform: uppercase;
	list-style: none !important;
	padding: 0 !important;
	position: relative;
}
.tabs-menu li a {
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
	display: block;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tabs-menu li a span{
	background: rgba(18,172,148,0.7);
	position: absolute;
	left: 0;
	bottom: 0;
    padding: 12px 24px;
	width: 100%;
}
.tab1{
	background: url(../images/crystal_wodne.jpg) 0 0 no-repeat;
	width: 560px;
	height: 183px;
	float: left;
}
.tab2{
	background: url(../images/crystal_morskie.jpg) 0 0 no-repeat;
	width: 560px;
	height: 183px;
	float: right;
}
.tabs-menu li a:hover,
.tabs-menu li.current a{
	background: rgba(18,172,148,0.7);
}
.tabs-menu li a:hover span,
.tabs-menu li.current a span{
	background: none;
}

.tab {
    margin: 50px 0 0 0;
}
.tab-content {
    display: none;
}
#tab-1 {
	display: block;   
}

.tabs-info{
	margin: 40px 0 0 0;
}
.tabs-info h4{
	font-weight: 400;
	margin: 0 0 20px 0 !important;
}
.tabs-info li{
	list-style: square !important;
}
.listStyle {
    color: #11ab95;
} 
.listStyle p {
    color: #868686;
	margin: 0 !important;
}
.tabs-info span{
	color: #11ab95;
}
	
	
	
/*--------------------------------------------------------------------
Plugins
--------------------------------------------------------------------*/
	
/* carousel *******************/
.bottom-slider{margin: 60px 0 50px 0;
	clear: both;
	width: 100%;
	}
.owl-slider{clear: both;
	padding: 0 30px;
	}
.owl-controls{position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	}
.slider-czysciki .owl-controls{
	top: 85px;
	}
.owl-slider .owl-item{padding: 0 20px;
	}
.owl-slider .owl-item .item{display: table;
	border: 1px solid #12AB95;
	background: #fff;
	}
.owl-item .item img{width: auto;
	margin: 0 auto;
	display: block;
	}
.owl-prev{position: absolute;
	top: 0;
	left: 5px;
	width: 14px;
	height: 21px;
	padding: 0;
	background: url(../images/arrow-left.png) 0 0 no-repeat;
	display: block;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	}
.owl-next{position: absolute;
	top: 0;
	right: 5px;
	width: 14px;
	height: 21px;
	padding: 0;
	background: url(../images/arrow-right.png) 0 0 no-repeat;
	display: block;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	}
	
/* prettyPhoto - lightbox ************/
div.pp_default .pp_content, div.light_rounded .pp_content{background: none !important}
div.pp_default .pp_content_container .pp_nav,
div.pp_default .pp_content_container .pp_description,
div.pp_default .pp_content_container .pp_social{display: none !important}
div.pp_default .pp_close{background: url(../images/close.png) right 50% no-repeat !important;
	width: 20px !important;
	height: 20px !important;
	}
div.pp_default .pp_previous,
div.pp_default .pp_next{transition: none}
div.pp_default .pp_previous:hover{background: url(../images/arrow-left-pp.png) 0 50% no-repeat !important;
	}
div.pp_default .pp_next:hover{background: url(../images/arrow-right-pp.png) right 50% no-repeat !important;
	}



/* ----------------------------------------------------------------------
Sections - commmon ******************************************************
----------------------------------------------------------------------- */
	
.section{text-align: justify}
.section h2{text-align: left;
	margin: 0 0 20px 0;
	}
	
.box{width: 370px}
	
.item img{/*width: 100%;*/
	height: 100%;
	margin: 0 auto;
	display: block;
	}



/* sections *******************/
.sTop {padding: 0;
	}
.sTop .inner{padding: 0;
	width: 100%;
	}
.banner-top{background-image: url(../images/bg-header.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	}
.banner-top-inner{position: relative;
	margin: 0 auto;
	width: 1200px;
	line-height: 0.8;
	overflow: hidden;
	}
.banner-top h1,
.banner-top h2,
.banner-top h3{position: absolute;
	color: #fff;
	font-family: Ubuntu, Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	}
.banner-top h1{font-size: 80px;
	top: 28%;
	width: 100%;
	display: table;
	text-shadow: 1px 1px 1px #033F69;
	}
.banner-top h1 span{width: 300px;
	text-align: center;
	margin: 0 auto;
	display: table;
	}
.banner-top h2{font-size: 25px;
	font-style: italic;
	top: 80%;
	width: 100%;
	display: table;
	text-shadow: 1px 1px 1px #033F69;
	}
.banner-top h3{font-size: 15px;
	font-style: italic;
	top: 70%;
	width: 100%;
	display: table;
	padding: 0 20px;
	text-shadow: 1px 1px 1px #033F69;
	text-align: center;
	}
.banner-top h2 span{
	text-align: center;
	margin: 0 auto;
	display: table;
	}
.banner-top a{font-size: 15px;
	font-style: italic;
	font-weight: bold;
	top: 90%;
	width: 100%;
	text-align: center;
	position: absolute;
	display: table;
	color: #003e30;
	}



/* s1 */
.s1{background-image: url(../images/s1-big.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	color: #fff;
	}
.s1 .box{margin: 12% 0 0 0}
.s1 h2{color: #fff}
.s1 h2, .s1 p{text-shadow: 2px 2px 1px #000}

/* s2 */
.s2{background: #fff;}
.s2 img{float: left}
.s2 .box{float: right}

/* s3 */
.s3 {background-image: url(../images/s2.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	}
.s3 .box{margin: 12% 0 0 0}
.s3 h2{color: #fff}
.s3 h2, .s3 p{text-shadow: 2px 2px 1px #000}

/* s4 */
.s4{background: #fff;}
.s4 img{float: left}
.s4 .box{float: right}

/* empty */
.empty-1 {background-image: url(../images/s3.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-attachment: fixed;
	background-size: cover;
	padding: 9% 0;
	}
.empty-2 {background-image: url(../images/s4.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-attachment: fixed;
	background-size: cover;
	padding: 9% 0;
	}

/* s5 */
.s5{background: #F7F8FC;}
.s5 .box{float: left}
.s5 img{float: right}

/* s6 */
.s6{background-image: url(../images/czyscik_tlo.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	color: #fff;}
.s6 .box{float: right;
	width: 420px;
	margin: 100px 0;
	}
.s6 h2{color: #fff}
.s6 h2, .s6 p{text-shadow: 2px 2px 1px #000}
	
	
/* footer *************************************************************
***********************************************************************/
footer{text-align: center;
	font-size: 11px;
	color: #fff;
	background-image: url(../images/bg-footer.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	}
footer .inner {width: 1200px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 2.5% 2% 2% 2%;
	}
footer .company{background: url(../images/aquaray.png) 0 0 no-repeat;
	padding: 20px 0 80px 180px;
	text-align: left;
	font-size: 14px;
	display: table;
	margin: 0 auto;
	}
footer .company a{color: #fff}
.copy{color: #B4DED5}
	

.sub footer .inner{padding: 30px 0;}
.sub footer .inner p{margin: 0 auto;
	line-height: 1.3}

	
	
	

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/

@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}



@media screen and (max-width: 1600px) {
.banner-top-inner{width: 100%;
	}
.banner-top-inner img{width: 100%;
	}
	
.s1{background-image: url(../images/s1.jpg);
	}
	
}

@media screen and (max-width: 1240px) {
.inner {width: 100%;
	padding: 40px 40px;
	}
.sub .inner {width: 100%;
	padding: 40px 20px;
	}
.sub .menu .inner{padding: 0;
	}
.box{width: 100%;}
	
.s2 img{float: none;
	margin: 0 auto 40px auto;
	display: block;
	}
.s2 .box{float: none;}

.s4 img{float: none;
	margin: 0 auto 40px auto;
	display: block;
	}
.s4 .box{float: none;}

.s5 .box{float: none;}
.s5 img{float: none;
	margin: 10px auto 0 auto;
	display: block;
	}

.s6 .box{float: none;
	margin: 100px 0 100px 50%;
	width: 50%;
}

.block-center{
	display: table;
	margin: 0 auto;
}
	
.img-wabi{display: none;}
	
}

@media screen and (max-width: 1200px) {
p.left-p{float: none;
	width: 100%;
	}
img.right-img{float: none;
	}
	
footer .inner {width: 100%;}
	
.left-3{width: 100%;
	float: none;
	}
.right-3{width: 100%;
	}
	
}

@media screen and (max-width: 1170px) {

.tab1,
.tab2{
	width: 50%;
}

}

@media screen and (max-width: 1120px) {
.top{margin: 0;}

}
	
@media screen and (max-width: 1023px) {
.banner-top h1{top: 14%;
	}
.banner-top h2{font-size: 25px;
	top: 73%;
	}

.s1 .box{margin: 5% 0 0 0}
.s3 .box{margin: 5% 0 0 0}

.left-2{float: none;
	width: 100%;
	}
.right-2{text-align: center;
	float: none;
	width: 100%;
	}

.sub-box{width: 80%;
	float: none;
	margin: 20px auto 80px auto;
	display: table;
	}
	
}

@media screen and (max-width: 900px) {
.sub .inner .data-filtry{width: 100%}

.btn-toggle{
	background-size: contain;
}

.btn-toggle.toggled{
	height: 300px;
}

}

@media screen and (max-width: 840px) {
.s1{background-image: url(../images/s1.jpg);
	background-size: auto;
	}
.section img{width: 100%}

.s6{background-image: url(../images/czyscik_tlo-2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	color: #fff;}
.s6 .box{float: none;
	margin: 290px auto 40px auto;
width: 100%;}

.left-50{width: 100%;
	}
.right-50{width: 100%;
	}
	
table.tab-left-1{width: 100%;
	}
table.tab-left-2{width: 100%;
	}
	
}

@media screen and (max-width: 767px) {
.banner-top h2{font-size: 20px;
	top: 60%;
	}
.box h2{font-size: 30px;}

.left{float: none;
	width: 100%;
	}
.right{text-align: center;
	float: none;
	width: 100%;
	}
.right-box{display: inline-block;
	margin: 0 16px 20px 0;
	float: none;
	}

.sub .inner img{display: table;
	margin: 0 auto;
	}

.sub-box{width: 100%;
	float: none;
	margin: 20px 0 80px 0;
	}
table.dimensions-50{margin: 20px 0 50px 0;
	width: 100%;
	}
	
}

@media screen and (max-width: 680px) {
.sub .inner .sub-box img{width: 100%;
	}
	
.sub-box .spec-left{width: 100%;}
.sub-box .spec-right{width: 100%;
	float: none;
	padding: 0 0 20px 0;
	}	
table.dimensions{width: 100%;
	}
	
.sub .inner .data-filtry{margin: 10px 0 30px 0;}

.img-left{float: none;
	margin: 0 auto 20px auto;
	}
	
}

@media screen and (max-width: 520px) {
	
.s6{background-image: url(../images/czyscik_tlo-4.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 100%;
	color: #fff;}
.s6 .box{
	margin: 60% auto 40px auto;}

}

@media screen and (max-width: 480px) {
h1{
	font-size: 30px;
}

.sub-box .data{width: 100%;
	}

.right-box{margin: 0 0 20px 0;
	}
.cat{margin: 0;}
	
}

@media screen and (max-width: 420px) {
	.banner-top h3{
		display: none;
	}
	
.tabs-menu li{
	font-size: 19px;
}
	
footer .company{background: url(../images/aquaray.png) center 0 no-repeat;
	padding: 160px 0 50px 0;
	}
	
}

@media screen and (max-width: 350px) {
.tabs-menu li{
	font-size: 16px;
}
	
}















