@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


body, html {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:300;
	min-height:100vh;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
  	-moz-osx-font-smoothing: grayscale !important;
	-webkit-text-stroke: .025em rgba(51,51,51,0.20) !important;;
}
input, select, textarea, button{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
}

img, object, embed, video {
	max-width: 100%;
}


.ui-dropdown-list {
  position: relative;
}

p.ui-dropdown-list-trigger {
	margin-top: 0;
}

.ui-dropdown-list-trigger strong {
	position: relative;
	z-index: 999;
}
.refid {
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}
.ui-dropdown-list-trigger strong:after {
	display: block;
	position: absolute;
	content: '';
	right: 5px;
	top: 10px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
}
.owl-nav {
	height:0px;
}
.ui-dropdown-list-trigger strong,
.ui-dropdown-list ul a {
	display: block;
	width: 80px;
	cursor: pointer;
	padding: 6px 8px;
	font-size: 13px;
	line-height: 13px;
	color: #222;
	font-weight: normal;
}

.ui-dropdown-list ul {
	display: none;
	position: absolute;
	right: 0;
	top: 25px;
	margin-top: 0;
	padding: 0;
	z-index: 1000;
}

.ui-dropdown-list li {
	list-style-type: none;
}

.ui-dropdown-list ul a,
.ui-dropdown-list ul a:link,
.ui-dropdown-list ul a:visited {
	position: relative;
	display: block;
	float: right;
	
}

.ui-dropdown-list ul a:hover,
.ui-dropdown-list ul a:focus {
	border-bottom: none;
	
	color: #000;
}

/* JS interactivity */
.no-js .ui-dropdown-list ul,
.ui-dropdown-list.active ul {
	display: block;
}

.ui-dropdown-list.active strong {
	background-color: #fff;
	color: #000;
}

.ui-dropdown-list.active strong:after {
	border-top-color: #fff;
}

#lang-switcher a,
#lang-switcher strong {
	padding-left: 30px;
	background-image: url(/images/polish.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 15px 11px;
}

#lang-switcher a.en,
#lang-switcher .en strong {
	background-image: url(/images/english.png);
}

#lang-switcher strong {
	float: right;
}


h1 {
	font-family: 'Lato', sans-serif;
	font-size:25px;
	color:#000000;
	width:100%;
	position:relative;
	float:left;
	letter-spacing:1px;
	font-weight:300;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	color:#000000;
	width:100%;
	position:relative;
	float:left;
	font-weight:300;
	-webkit-margin-after: 5px;
}
a:visited {
    color: inherit;
}

a {
    color: inherit;
	text-decoration:none;
}
a:hover {
    color: inherit;
	text-decoration:underline;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* Mobile Layout: 480px and below. */
.moblie-only {
	display:block;
}
.mobile-only {
	display:block;
}
.desktop-only {
	display:none;
}
.catalog-menu_download {
	position:relative;
	margin: 0 auto;
	margin-top:10px;
	padding-bottom:10px;
	text-align:center;
	width:100%;
	font-size:11px;
}
.catalog-menu_title {
	position:relative;
	margin: 0 auto;
	margin-top:50px;
	padding-bottom:10px;
	text-align:center;
	width:100%;
}
.catalog-menu {
	position:relative;
	width:130px;
	height:184px;
	margin: 0 auto;
	background: url('/images/katalog-aston-2018.jpg');
	background-size:cover;
}
.column50 {
	position:relative;
	float:left;
	width:100%;
}
.contact-form_new {
	position:absolute;
	width:400px;
	top:75px;
	left:10px;
	background:#fff;
	padding:25px 50px 25px 50px;
	z-index:100;
	box-shadow: 0 1px 4px -2px #333333;
    -moz-box-shadow: 0 1px 4px -2px #333333;
    -webkit-box-shadow: 0 1px 4px -2px #333333;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 max-height:calc(100vh - 230px);
	 overflow:auto;
}
.contact-form_new_mobile {
	position:relative;
	width:100%;
	left:10px;
	background:#fff;
	padding:25px 50px 25px 50px;
	z-index:100;
	box-shadow: 0 1px 4px -2px #333333;
    -moz-box-shadow: 0 1px 4px -2px #333333;
    -webkit-box-shadow: 0 1px 4px -2px #333333;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 max-height:calc(100vh - 230px);
	 overflow:auto;
}
.footer {
	position:relative;
	width:calc(100%);
	right:0;
	background-color:#393939;
	overflow:auto;
	color:#E9E9E9;
	bottom:0;
}
.footer-container {
	position:relative;
	width:100%;
	background-color:#252929;
	overflow:auto;
}
.footer-column {
	position:relative;
	float:left;
	width:100%;
	  	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
  	-webkit-align-items: center;
   	align-items: center;
   	-webkit-justify-content: center;
   	justify-content: center;
}
.footer-content {
	position:relative;
	padding:20px 15px 20px 15px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 text-align:left !important;
}
.footer-content_kontakt {
	position:relative;
	padding:50px 25px 50px 25px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 text-align:left !important;
}
.footer-rights {
	position:relative;
	width:100%;
	float:left;
	padding-bottom:35px;
	color:#EEEEEE;
	text-align:center;
}
.input_container {
	position:absolute;
	top:24px;
	left:0px;
	z-index:100000;
	margin-left:20px;
}
.input_search {
	border:1px #E1E1E1 solid;
	background-color:#f3f3f3;
	height:35px;
	width:300px;
	padding-left:10px;
	color:#666666;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:8px;
	font-size:14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.kontakt-container {
	position: relative;
    width: calc(100%);
    left: 0;
	height:calc(100vh - 75px);
    overflow: auto;
    color: #E9E9E9;
}
.kontakt-button {
	border:0px;
	font-size:14px;
	background-color:#f3f3f3;
	height:30px;
	width:300px;
	border:1px #E1E1E1 solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}
.kontakt-input {
	border:1px #E1E1E1 solid;
	background-color:#f3f3f3;
	height:25px;
	width:300px;
	padding-left:10px;
	color:#666666;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:8px;
	font-size:14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.kontakt-select {
	border:1px #E1E1E1 solid;
	background-color:#f3f3f3;
	height:25px;
	width:300px;
	padding-left:5px;
	color:#666666;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:8px;
	font-size:14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.kontakt-textarea {
	border:1px #E1E1E1 solid;
	background-color:#f3f3f3;
	width:300px;
	font-family: 'Open Sans', sans-serif;
	height:102px;
	color:#666666;
	font-size:14px;
	margin-bottom:8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 .h2-underline {
 	position:relative;
	width:100%;
	float:left;
	border-bottom: 1px #c8c8c8 solid;
 }
 .introduction {
	 text-align:justify;
 }
.main-container {
	position:relative;
	width:100%;
	margin:0 auto;
	left:0;
	right:0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 padding: 0px 15px 0px 15px;
}
.main-content {
	position:relative;
	width: calc(100%);
	margin:0 auto;
	padding-top:75px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 overflow:hidden;
}
.main-text_content {
	padding:50px 0px 50px 0px;
}
.menu-separator {
	position:relative;
	float:left;
	width:150px;
	height:100%;
}
.menu-top_container {
	position:relative;
	float:left;
	width: calc(100% - 150px);
	height:100%;
	background: #ffffff;
	z-index:200;
}

.menu-left {
	display:none;
	position:fixed;
	left:0;
	top:75px;
	z-index:10;
	height: calc(100vh - 75px);
	width:240px;
	background: #f0f0f0;
	border-right:1px #c8c8c8 solid;
    overflow: auto;
}
.menu-top {
	position:relative;
	width:100%;
	margin:0 auto;
	left:0;
	right:0;
	height:100%;
}
.navigation-top {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	background:#FFFFFF;
	height:75px;
	border-bottom: #DDDDDD 1px solid;
	box-shadow: 0 1px 4px -2px #333333;
    -moz-box-shadow: 0 1px 4px -2px #333333;
    -webkit-box-shadow: 0 1px 4px -2px #333333;
	z-index:200;
}
.news-container {
	position:relative;
	width:100%;
}
.news-container img {
	width:auto !important;
}
.news-date {
	margin-bottom:10px;
	font-size:12px;
}
.news-container img {
	margin-top:25px;
	margin-bottom:25px;
}

.produkt-additional_image {
	position:relative;
	float:left;
	width:100%;
	padding-top:25px;
}
.produkt-container {
	position:relative;
	width:100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 padding:50px;
	 overflow:auto;
}
.produkt-description {
	position:relative;
	float:left;
	width:100%;
	margin-top:25px;
}
.produkt-gallery_container {
	position:relative;
	float:left;
	width:300px;
	height:auto;
	border: 1px #eaeaea solid;
	margin-bottom:25px;
}
.produkt-icons {
	position:absolute;
	margin:0 auto;
	right:50px;
	top:50px;
	z-index:100;
}
.produkt-index {
	color: #222222;
	font-size:18px;
}
.produkt-kategorie {
	width:100%;
	height:250px;
	 background-position: center 5px !important;
	 background-repeat:no-repeat;
	 border: 1px #eaeaea solid;
	 overflow:auto;
}
.produkt-kategorie_podobne {
	width:100%;
	height:200px;
	 background-position: center 5px !important;
	 background-repeat:no-repeat;
	 border: 1px #eaeaea solid;
	 overflow:auto;
}
.produkt-kategorie:hover {
	 border: 1px #CBCBCB solid;
	cursor:pointer;
}
.produkt-kategorie_podobne:hover{
	 border: 1px #CBCBCB solid;
	cursor:pointer;
}
.produkt-kategorie_container {
	position:relative;
	float:left;
	width:250px;
  	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
  	-webkit-align-items: center;
   	align-items: center;
   	-webkit-justify-content: center;
   	justify-content: center;
	padding:25px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
.produkt-kategorie_container__podobne {
	position:relative;
	float:left;
	width:50%;
  	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
  	-webkit-align-items: center;
   	align-items: center;
   	-webkit-justify-content: center;
   	justify-content: center;
	padding:15px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
.produkt-produkt_container {
	position:relative;
	float:left;
	width:100%;
  	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
  	-webkit-align-items: center;
   	align-items: center;
   	-webkit-justify-content: center;
   	justify-content: center;
	padding:25px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
.produkt-kategorie_container:hover{
	cursor:default;
}
.produkt-liczba {
	position:relative;
	width:100%;
	text-align:center;
	font-size:13px;
	font-style:italic;
	margin-top:3px;
}
.produkt-opis_container {
	position:absolute;
	width:calc(100% - 53px);
	margin: 0 auto;
	margin-left:1px;
	bottom:26px;
	min-height:120px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
.produkt-opis_container__podobne {
	position:absolute;
	width:calc(100% - 33px);
	margin: 0 auto;
	margin-left:1px;
	bottom:26px;
	min-height:120px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
.produkt-opis_title {
	position:absolute;
	width:100%;
	color:#222;
	font-size:15px;
	text-align:center;
	bottom:0;
	padding: 5px;
	 background-color:rgba(0,51,51,0.13);
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 min-height:52px;
}
.produkt-opis_title_podobne {
	position:absolute;
	width:100%;
	color:#222;
	font-size:13px;
	text-align:center;
	bottom:0;
	padding: 5px;
	padding-bottom:0px;
	 background-color:rgba(0,51,51,0.13);
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
.produkt-opis_description {
	position:relative;
	width:100%;
	color:#333333;
	font-size:12px;
	text-align:justify;
	 background-color:rgba(255,255,255,0.75);
}
.produkt-parameters {
	position:relative;
	float:left;
	font-size:13px;
	line-height:20px;
	width:100%;
}
.produkt-path {
	position:relative;
	float:left;
	width:100%;
	font-size:13px;
	color:#666666;
	margin-bottom:25px;
}
.produkt-table_left {
	position:relative;
	float:left;
	width:330px;
}
.produkt-table_right {
	position:relative;
	float:left;
	width:auto;
}
.podkategoria_opis {
	position:relative;
	width:100%;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}
.separator {
	position:relative;
	float:left;
	width:100%;
	margin-top:35px;
	margin-bottom:35px;
	border-bottom: 1px #eaeaea solid;
}
.statistics {
	position:relative;
	width:100%;
	overflow:auto;
	
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
.timeline-container {
	position:relative;
	width:100%;
	overflow:auto;
}
.timeline-year {
	position:relative;
	 float:left;
	width:60px;
	padding-top:5px;
	color:#666666;
	text-align:left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
.timeline-text {
	position:relative;
	 float:left;
	 width:calc(100% - 60px);
	color:#333333;
	padding:5px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 text-align:justify;
}
.top-logo {
	position:relative;
	width:150px;
	float:left;
	height:75px;
  	display: -webkit-box;
  	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
  	-webkit-align-items: center;
   	align-items: center;
   	-webkit-justify-content: center;
   	justify-content: center;
}
.top-menu_active {
	background: #004225;
	color:#FFFFFF;
}
.top-menu_container {
	position:relative;
	float:right;
	height:75px;
	overflow:hidden;
}
.top-menu_item:hover{
	background: rgba(0,66,37,0.75);
	color:#FFFFFF;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	padding-top:10px;
}
.top-menu_item {
	position: relative;
	width:auto;
	padding-left:35px;
	padding-right:35px;
	float:left;
	height:100%;
  	display: -webkit-box;
  	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
  	-webkit-align-items: center;
   	align-items: center;
   	-webkit-justify-content: center;
   	justify-content: center;
	letter-spacing:1px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	font-size:14px;
}
.top-menu_item-nohover {
	position: relative;
	width:auto;
	padding-left:35px;
	padding-right:35px;
	float:left;
	height:100%;
  	display: -webkit-box;
  	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
  	-webkit-align-items: center;
   	align-items: center;
   	-webkit-justify-content: center;
   	justify-content: center;
	letter-spacing:1px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	font-size:14px;
}
.stats {
	position:relative;
	float:left;
	width:33%;
	overflow:auto;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 padding:10px;
	margin-top:15px;
	margin-bottom:15px;
}
.stats-number {
	position:relative;
	width:100%;
	text-align:center;
	color:#004225;
	font-size:22px;
}
.stats-text {
	position:relative;
	width:100%;
	text-align:center;
	color:#333333;
	font-size:13px;
	padding-bottom:10px;
}
.image-menu_container {
	display:none;
}
#searchid
	{
		width:100%;
		border:solid 1px #004225;
		padding:5px;
		font-size:14px;
		border-radius:1px;
	}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

.minimobile {
	display:block;
}
.minimobile-no {
	display:none;
}
.desktop-only-menu {
	display:none;
}
@media screen and (min-width: 481px) {
.minimobile {
	display:none;
}
.minimobile-no {
	display:block;
}

}
@media screen and (min-width: 768px) {
.column50 {
	width:50%;
}
.footer-column {
	width:50%;
}
.main-container {
	width:100%;
	padding: 0px 50px 0px 50px;
}
.footer-content {
	padding:50px 25px 50px 25px;
}
.produkt-kategorie_container__podobne {
	width:33%;
}
.desktop-only-menu {
	display:block;
}
}
@media screen and (min-width: 1300px) {
	.menu-top_container {
	width: calc(100% - 240px);
}
	#searchid
	{
		width:300px;
		padding:10px;
	}
	
.moblie-only {
	display:none;
}
.mobile-only {
	display:none;
}
.desktop-only {
	display:block;
}
.input_container {
	margin-left:0px;
	top:20px;
    padding-left: 20px;
}
.image-menu_container {
	display:block;
}
.menu-left {
	display:block;
}
.menu-top {
	width:1200px;
}
.main-content {
	width: calc(100% - 240px);
	margin-left:240px;
}
.main-container {
	width:1000px;
	 padding: 0px 0px 0px 0px;
}
.top-logo {
	width:240px;
}
.menu-separator {
	width:240px;
}
}
@media screen and (min-width: 1400px) {

.main-container {
	width:1000px;
}
.footer-column {
	width:33%;
}
.produkt-kategorie_container__podobne {
	width:200px;
}
}

@media screen and (min-width: 1600px) {
.main-container {
	width:1200px;
}
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	body, html {
		font-weight:300;
	}
	input, select, textarea, button{
		font-weight:300;
	}
	h1 {
		font-weight:300;
	}
	h2 {
		font-weight:300;
	}
}