html,body,div,img,p,ul,li,a,span
{
	margin: 0px;
	padding: 0px;
}
html
{
	height: 100%;
}
body
{
	height: 100%;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}
a:focus, a:active, a:hover
{
	outline: 0;
}
#container-main
{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/en/layout/top-bcg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#container-middle
{
	display: block;
	width: 980px;
	min-height: 100%;
	height: auto;
	margin: 0px auto 0px;
	border-left: #b7c4d2 1px solid;
}
/*begin header*/
#header
{
	display: block;
	float: left;
	max-width: 100%;
	height: auto;
	padding-left: 15px;
}
.header-img
{
	display: block;
	float: left;
	max-width: 100%;
	height: auto;
	opacity: 1;
}
#header a
{
	display: block;
	float: left;
	width: 867px;
	height: 208px;
}
.header-fixed
{
	margin-bottom: 65px;
}
/*end header*/
/*begin main menu*/
#menu
{
	display: block;
	float: left;
	height: auto;
}
.menu-center-fixed
{
	display: block;
	width: 980px;
	margin: 0px auto 0px;
	padding-left: 15px;
}
.menu-regular
{
	width: auto;
	margin-top: 25px;
	padding-left: 69px;
	background-color: #ffffff;
}
.menu-fixed
{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0px 0px 5px #888888;
	opacity: 0.95;
	padding-top: 10px;
	z-index: 100;
	background-color: #f6f6f6;
}
#menu ul
{
	display: block;
	float: left;
	list-style: none;
	position: relative;
}
.menu-ul-regular
{
}
.menu-ul-fixed
{
	margin-right: 10px;
}
#menu ul li
{
	display: block;
	float: left;
	position: relative;
	width: auto;
	margin-right: 20px;
	margin-bottom: 10px;
}
.menu-li-first-fixed
{
	background-image: url(/en/layout/logo-fixed.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 70px 30px;
	-webkit-background-size: 70px 30px;
	padding-left: 100px;
}
#menu ul li a
{
	display: block;
	float: left;
	width: auto;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
}
.a-menu
{
	background-image: url(/en/layout/line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 9px 17px;
	padding-left: 12px;
	font-size: 100%;
	color: #4f6884;
}
.a-menu-selected
{
	background-image: url(/en/layout/line-h.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 9px 17px;
	padding-left: 12px;
	font-size: 100%;
	color: #4f6884;
}
.a-menu:hover,.a-menu:focus,.a-menu:active
{
	background-image: url(/en/layout/line-h.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 9px 17px;
}
.a-menu-globe
{
	font-size: 90%;
	background-image: url(/en/layout/globe.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 17px 17px;
	padding-left: 20px;
	color: #656462;
}
#menu ul ul
{
	display: none;
	position: absolute;
	top: 100%;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	opacity: 0.95;
}
.ul-menu-products-regular
{
	left: -85px;
	background-color: #ffffff;
	border-bottom: 5px solid #ffffff;
	border-radius: 5px;
	width: 507px;
	height: 97px;
}
.ul-menu-products-fixed
{
	left: -85px;
	background-color: #f6f6f6;
	border-bottom: 5px solid #f6f6f6;
	border-radius: 5px;
	width: 507px;
	height: 97px;
}
.ul-menu-language-regular
{
	left: -35px;
	background-color: #ffffff;
	border-bottom: 5px solid #ffffff;
	border-radius: 5px;
	width: 120px;
	height: 128px;
}
.ul-menu-language-fixed
{
	left: -35px;
	background-color: #f6f6f6;
	border-bottom: 5px solid #f6f6f6;
	border-radius: 5px;
	width: 120px;
	height: 128px;
}
#menu ul ul li
{
	margin: 0px;
	padding: 0px;
	border-bottom: #e7e7e7 1px solid;
	width: 100%;
	height: 30px;
}
#menu ul ul li a
{
	font-size: 90%;
	width: 100%;
	height: 30px;
}
#menu ul .ul-menu-products-regular li a
{
	padding-left: 75px;
	color: #4f6884;
}
#menu ul .ul-menu-products-fixed li a
{
	padding-left: 75px;
	color: #4f6884;
}
#menu ul .ul-menu-language-regular li a
{
	color: #656462;
	text-align: center;
}
#menu ul .ul-menu-language-fixed li a
{
	color: #656462;
	text-align: center;
}
#menu ul ul li a:hover
{
	font-weight: bold;
}
#menu ul li ul
{
	z-index: 100;
}
#hover-products:hover > ul,#hover-products:focus > ul,#hover-products:active > ul
{
	display: block;
}
#hover-language:hover > ul,#hover-language:focus > ul,#hover-language:active > ul
{
	display: block;
}
/*end main menu*/
#container-content
{
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
#container-content-left
{
	display: block;
	width: 770px;
	height: auto;
	float: left;
	padding-top: 35px;
}
/*begin main gallery*/
#main-gallery
{
	display: block;
	position: relative;
	left: -3%;
	width: 103%;
	height: auto;
	z-index: 0;
}
#main-gallery-image1
{
	display: block;
	float: left;
	width: auto;
	height: auto;
	background-color: #ffffff;
	margin-right: 4px;
	margin-top: 14px;
}
#main-gallery-image2
{
	display: block;
	float: left;
	width: auto;
	height: auto;
	background-color: #ffffff;
	margin-right: 4px;
	margin-top: 7px;
}
#main-gallery-image3
{
	display: block;
	float: left;
	width: auto;
	height: auto;
	background-color: #ffffff;
	margin-right: 4px;
	margin-bottom: 50px;
}
#main-gallery-image4
{
	display: block;
	float: left;
	width: auto;
	height: auto;
	background-color: #ffffff;
	margin-right: 4px;
	margin-top: 7px;
}
#main-gallery-image5
{
	display: block;
	float: left;
	width: auto;
	height: auto;
	background-color: #ffffff;
	margin-top: 14px;
}
#mainGalleryImage1
{
	border: #d1d9e2 3px solid;
	border-radius: 5px;
	box-shadow: 0px 4px 5px #c7c7c8;
}
#mainGalleryImage2
{
	border: #d1d9e2 3px solid;
	border-radius: 5px;
	box-shadow: 0px 4px 5px #c7c7c8;
}
#mainGalleryImage3
{
	border: #d1d9e2 3px solid;
	border-radius: 5px;
	box-shadow: 0px 4px 5px #c7c7c8;
}
#mainGalleryImage4
{
	border: #d1d9e2 3px solid;
	border-radius: 5px;
	box-shadow: 0px 4px 5px #c7c7c8;
}
#mainGalleryImage5
{
	border: #d1d9e2 3px solid;
	border-radius: 5px;
	box-shadow: 0px 4px 5px #c7c7c8;
}
/*end main gallery*/
/*begin content*/
#content
{
	display: block;
	max-width: 100%;
	height: auto;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
}
.content-title1
{
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	color: #4f6884;
	font-size: 110%;
	margin-bottom: 15px;
}
.content-title2
{
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	color: #656462;
	font-size: 85%;
	margin-bottom: 10px;
}
.content-font
{
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	font-size: 85%;
	color: #656462;
	text-align: justify;
	margin: 0;
	padding: 0;
}
.content-current-position
{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.content-current-position-content
{
	display: block;
	float: left;
	width: auto;
	height: 15px;
	font-size: 80%;
	color: #656462;
	line-height: 15px;
	background-image: url(/en/layout/next.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px 15px;
	padding-right: 21px;
	margin-left: 2px;
}
.content-current-position-image
{
	display: block;
	float: left;
	margin-right: 5px;
}
.content-more
{
	clear: both;
	display: block;
	float: left;
	width: auto;
	height: auto;
	color: #4f6884;
	font-size: 85%;
	margin-top: 15px;
}
.content-more2
{
	clear: both;
	display: block;
	float: left;
	width: auto;
	height: auto;
	color: #4f6884;
	font-size: 85%;
	margin-top: 15px;
	margin-bottom: 25px;
}
.content-line
{
	clear: both;
	display: block;
	float: left;
	width: 50%;
	height: 1px;
	border-top: #b7c4d2 1px solid;
	margin-bottom: 25px;
	margin-top: 25px;
}
.content-list
{
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 50px;
}
.content-list li
{
	margin: 0;
	padding: 0;
	font-size: 85%;
	margin-left: 15px;
}
.content-contact
{
	clear: both;
	display: block;
	float: left;
	width: auto;
	height: auto;
}
.content-contact-title
{
	clear: both;
	display: block;
	float: left;
	font-size: 85%;
	color: #5e5c5d;
	width: 155px;
	height: auto;
	margin-bottom: 5px;
}
.content-contact-data
{
	display: block;
	float: left;
	font-size: 85%;
	width: auto;
	height: auto;
	margin-bottom: 5px;
}
.content-location-1,.content-location-2
{
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin-bottom: 25px;
}
.content-location-1
{
	margin-right: 100px;
}
#content-location-title1
{
	display: block;
	float: left;
	height: 37px;
	width: auto;
	line-height: 37px;
	font-size: 85%;
	background-image: url(/en/layout/office.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}
#content-location-title2
{
	display: block;
	float: left;
	height: 37px;
	width: auto;
	line-height: 37px;
	font-size: 85%;
	background-image: url(/en/layout/factory.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}
.content-location-data
{
	clear: both;
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-size: 85%;
	padding-left: 36px;
}
#google-maps
{
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: 400px;
	border: #d1d9e2 3px solid;
	border-radius: 5px;
	box-shadow: 0px 4px 5px #c7c7c8;
}
.content-free-space
{
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: 25px;
}
/*begin content gallery*/
.content-gallery
{
	position: relative;
	clear: both;
	display: block;
	margin: 0 auto 0;
	width: 500px;
	height: 350px;
}
.contentGalleryImage
{
	position: relative;
	display: block;
	width: 500px;
	height: 350px;
	float: left;
	border: #d1d9e2 3px solid;
	border-radius: 5px;
	opacity: 0.9;
	box-shadow: 0px 4px 5px #c7c7c8;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.contentGalleryImage-previous
{
	position: absolute;
	display: block;
	width: 30%;
	height: 80%;
	top: 0;
	left: 0;
	background-image: url(/en/layout/tr.gif);
	background-repeat: no-repeat;
}
.contentGalleryImage-previous:hover
{
	opacity: 0.6;
	background-image: url(/en/layout/prev.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
.contentGalleryImage-next
{
	position: absolute;
	display: block;
	width: 30%;
	height: 80%;
	top: 0;
	right: 0;
	background-image: url(/en/layout/tr.gif);
	background-repeat: no-repeat;
}
.contentGalleryImage-next:hover
{
	opacity: 0.6;
	background-image: url(/en/layout/next.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.contentGalleryImage-images1
{
	position: absolute;
	display: block;
	width: 98.7%;
	height: 20%;
	left: 0;
	bottom: 3px;
	margin-left: 3px;
	background-color: #000000;
	opacity: 0.4;
	border-bottom: transparent 3px solid;
	border-radius: 0px 0px 5px 5px;
	z-index: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	overflow: hidden;
}
.contentGalleryImage-images2
{
	position: absolute;
	display: block;
	width: 100%;
	height: 17.9%;
	left: 0;
	bottom: 0;
	z-index: 1;
	text-align:center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	overflow: hidden;
}
.contentGalleryImage-images-image
{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	border: #888888 1px solid;
	opacity: 0.9;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.contentGalleryImage-images-image:hover
{
	cursor: pointer;
	opacity: 1;
	border-color: #d1d9e2;
}
.contentGalleryImage-images-image-selected
{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	border: #d1d9e2 1px solid;
	opacity: 1;
}
.image-caption
{
	clear: both;
	display: block;
	width: 500px;
	height: auto;
	line-height: 20px;
	margin: 0 auto 0;
	font-size: 85%;
	color: #5e5c5d;
	margin-top: 10px;
	background-image: url(/en/layout/info.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px 20px;
	padding-left: 30px;
}
/*end content gallery*/
/*end content*/
/*begin news*/
#container-content-right
{
	display: inline-block;
	width: 200px;
	height: auto;
	border-left: #b7c4d2 1px solid;
	padding-left: 28px;
	margin-top: 50px;
	vertical-align: top;
}
.news-image
{
	display: block;
	clear: both;
	float: left;
	width: auto;
	height: auto;
	margin-left: 30px;
	margin-top: 15px;
	opacity: 1;
	border: #d1d9e2 2px solid;
	border-radius: 5px;
	box-shadow: 0px 4px 5px #c7c7c8;
}
.news-title1
{
	display: block;
	color: #656462;
	font-size: 110%;
	margin-bottom: 20px;
}
.news-title2
{
	display: block;
	clear: both;
	color: #4f6884;
	font-size: 80%;
}
.news-content
{
	font-size: 80%;
	color: #656462;
	margin: 0px;
	padding: 0px;
}
.news-line
{
	display: block;
	float: left;
	clear: both;
	width: 80%;
	height: 1px;
	border-top: #e7e7e7 1px solid;
	margin-bottom: 20px;
	margin-top: 20px;
}
.news-more
{
	clear: both;
	display: block;
	float: left;
	width: auto;
	height: auto;
	color: #4f6884;
	font-size: 80%;
	margin-top: 10px;
}
/*end news*/
/*begin footer*/
#footer-top
{
	clear: both;
	display: block;
	position: relative;
	height: auto;
	min-width: 999px;
	float: left;
	left: -20px;
	background-color: #8498af;
	background-image: url(/en/layout/footer-bcg.gif);
	background-repeat: repeat-y;
	font-size: 80%;
	margin-top: 20px;
}
#footer-top-menu
{
	clear: both;
	float: left;
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: 50px;
	color: #e7e7e7;
	padding-top: 15px;
	padding-bottom: 13px;
}
#footer-top-menu a
{
	display: block;
	float: left;
	color: #e7e7e7;
	text-decoration: none;
	margin-bottom: 2px;
}
.footer-top-menu-link1
{
	margin-right: 15px;
}
.footer-top-menu-nlink
{
	display: block;
	float: left;
}
#footer-top-menu-izdelki
{
	display: block;
	float: left;
	margin-right: 15px;
}
#footer-bottom
{
	clear: both;
	display: block;
	position: relative;
	height: auto;
	min-width: 979px;
	float: left;
	background-color: #f6f6f6;
	font-size: 80%;
}
#footer-bottom-wrap
{
	display: block;
	float: left;
	border-bottom: #e7e7e7 1px solid;
	margin-left: 15px;
	padding-bottom: 20px;
}
#footer-bottom img
{
	display: block;
	opacity: 0.95;
	float: left;
	margin-top: 20px;
}
#footer-bottom-address
{
	display: block;
	float: left;
	height: auto;
	width: auto;
	padding-left: 25px;
	margin-top: 15px;
}
#footer-bottom-tel
{
	display: block;
	float: left;
	width: auto;
	height: 17px;
	line-height: 17px;
	background-image: url(/en/layout/tel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 17px 17px;
	padding-left: 25px;
	margin-left: 100px;
	margin-top: 25px;
}
#footer-bottom-mail
{
	display: block;
	float: left;
	width: auto;
	height: 17px;
	line-height: 17px;
	background-image: url(/en/layout/mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px 15px;
	padding-left: 30px;
	margin-left: 50px;
	margin-top: 25px;
}
#footer-bottom-opr
{
	clear: both;
	display: block;
	float: left;
	margin-top: 25px;
	margin-right: 50px;
	margin-left: 99px;
	padding-left: 25px;
	background-image: url(/en/layout/tel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 17px 17px;
	line-height: 17px;
}
#footer-bottom-opr-tel1
{
	display: block;
	float: left;
	line-height: 17px;
	margin-top: 25px;
	margin-right: 42px;
}
#footer-bottom-opr-tel2
{
	display: block;
	float: left;
	line-height: 17px;
	margin-top: 25px;
}
#footer-bottom-copyrights
{
	clear: both;
	display: block;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 60%;
}
#footer-end
{
	clear: both;
	display: block;
	height: 1px;
	width: 100%;
	background-color: #ffffff;
}
/*end footer*/