@import url("reset.css");

/*	=basic layout
 ---------------------------------------------------------------------------- */
*:focus, *:active, *:hover {
    outline: none !important;
}
html {
	background: #383838
}

body {
	margin: 0 auto;
	padding: 50px 0;
	padding-top: 6px;
}

.cols-2 > * {
	width: 467px;
	float: left;
}

.cols-2 > * + *, .cols-3 > * + * {
	margin-left: 16px;
}

.cols-3 > * {
	width: 306px;
	float: left;
}

.cols-2.uneven > * {
	width: 634px;
}

.cols-2.uneven > * + * {
	width: 300px;
}

/*	=text format
 ---------------------------------------------------------------------------- */

@font-face {
	font-family: 'GillSansMT';
	src: url('../fonts/gill.eot');
	src: url('../fonts/gill.eot?#iefix') format('opentype'),
	/*url('../fonts/gill.woff') format('woff'),*/
	url('../fonts/gill.ttf') format('truetype'), url('../fonts/gill.svg#gill') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GillSansMT-Bold';
	src: url('../fonts/gillb.eot');
	src: url('../fonts/gillb.eot?#iefix') format('opentype'),
	/*url('../fonts/gillb.woff') format('woff'),*/
	url('../fonts/gillb.ttf') format('truetype'), url('../fonts/gillb.svg#gillb') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, input, textarea, select {
	font-family: Helvetica, Arial, sans-serif;
	color: #3c3c3c;
	font-size: 12px;
}

a {
	color: #BB272D;
}

a:hover {
	color: #611612;
}

h1, h2, h3, h1 span, h2 span, h3 span, h1 strong, h2 strong, h3 strong {
	line-height: 1;
}

h1, h2.h1 {
	margin: 0 0 15px 40px;
	font-weight: normal;
	font-size: 25px;
	font-family: GillSansMT, Helvetica, Arial, sans-serif;
	color: #656565;
	text-shadow: 0 1px 0 #fff;
}

h2 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #BB272D;
}

h2.big, h2.semiBig, h1.semiBig {
	font-weight: normal;
	font-size: 25px;
	font-family: GillSansMT, Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 #fff;
}
h1.semiBig {
	color: #842824;
	margin-left: 0px;
}

h2.semiBig {
	font-size: 18px;
}

h2.semiBig2 {
	font-weight: normal;
	font-size: 16px;
	font-family: GillSansMT, Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 #fff;
}

h2.semiBig strong, h1.semiBig strong {
	display: block;
	margin: 3px 0 0;
	font-weight: normal;
	font-size: 15px;
	font-family: GillSansMT-Bold, Helvetica, Arial, sans-serif;
	color: #6f6f6f;
}

h2.small, h2.semiSmall {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	font-family: GillSansMT-Bold, Helvetica, Arial, sans-serif;
	color: #6f6f6f;
}

h2.semiSmall {
	font-size: 18px;
	font-family: GillSansMT, Helvetica, Arial, sans-serif;
}

p + h2 {
	margin-top: 25px;
}

p + ul, p + ol {
	margin-top: -10px;
}

ul > li > ul {
	margin-top: 6px;
}

li {
	margin: 0 0 6px 20px;
}

.arrows > li, .ticks > li {
	margin: 0 0 6px;
	padding: 0 0 0 13px;
	list-style: none;
	background: transparent url(../gfx/dec-arrow.png) 0 6px no-repeat;
}

.ticks > li {
	padding-left: 15px;
	background: transparent url(../gfx/dec-tick.png) 0 4px no-repeat;
}

strong.arrow {
	padding: 0 0 0 13px;
	background: transparent url(../gfx/dec-arrow.png) 0 3px no-repeat;
}

img.right, div.rightImg {
	margin: 0 0 15px 0px;
	float: right;
}

.box > img.right {
	margin: 0px 4px 5px 40px;
}

div.rightImg {
	width: 238px;
	margin-top: 5px;
	margin-left: 36px;
}

.tcenter {
	text-align: center;
}

p.low {
	margin-bottom: 5px;
}

.upp {
	text-transform: uppercase;
}

.tjust {
	text-align: justify;
}
.klauzula {
	font-size: 11px;
}
.list-title {
	font-weight: bold;
	margin-bottom: 20px !important;
}
.ap-center {
	width: 80%;
	margin: 20px auto;
	text-align: center;
}
/*	=forms
 ---------------------------------------------------------------------------- */

input[type=text], textarea {
	padding: 5px 5px;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 2px #e5e5e5;
	outline: none;
}

input[type=text]:focus, textarea:focus {
	border-color: #bbb;
}

.placeholder {
	color: #777 !important;
}

.btn {
	display: inline-block;
	padding: 3px 15px;
	text-align: center;
	background: #842824;
	border: none;
	border-radius: 5px;
	font-family: GillSansMT, Helvetica, Arial, sans-serif;
	font-size: 16px;
	/*color: #fff;*/
	cursor: pointer;
	behavior: url(js/PIE.htc);
}

.btnSubmit {
	padding: 4px 5px;
	border-radius: 0;
	background: -moz-linear-gradient(top,  #862824 0%, #5b1f1d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#862824), color-stop(100%,#5b1f1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #862824 0%,#5b1f1d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #862824 0%,#5b1f1d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #862824 0%,#5b1f1d 100%); /* IE10+ */
	background: linear-gradient(top,  #862824 0%,#5b1f1d 100%); /* W3C */
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

input + .btnSubmit {
	margin-left: 2px;
}

.btn:hover {
	background: #611612;
	text-decoration: none;
	color: #fff;
}

/*	=tables
 ---------------------------------------------------------------------------- */

table.data th, table.data td {
	padding: 5px 10px;
	vertical-align: middle;
}

table.data {
	width: 100%;
	border: 1px solid #e4e4e4;
	font-size:12px;
}

table.data th {
	padding: 5px 0;
}

table.data td {
	padding: 1px 0;
	text-align: center;
	color: #575757;
}

table.data td + td {
	border-left: 1px solid #e7e7e7;
}

table.data thead th {
	text-transform: uppercase;
	background: #e4e4e4;
	color: #575757;
}

table.data tr.even td {
	background: #e7e7e7;
}

table.data td.img img {
	display: block;
}

table.data td.title {
	border-left: 0;
	font-weight: bold;
	text-align: left;
	width: 275px;
}

table.data td.option {
	text-align: center;
	width: 250px;
	padding: 3px 4px;
}

table.data td.standard {
	text-align: center;
	width: 205px;
}

/*	=header
 ---------------------------------------------------------------------------- */

#header {
	margin: 10px auto 30px auto;
	height: 66px;
	position: relative;
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
	border-radius: 7px;
	box-shadow: 0 2px 3px rgba(0,0,0,.25);
	behavior: url(css/pie/PIE.htc);
}
.stripe-bottom, .stripe-top {
	position: relative;
}
.stripe-top {
	margin-top: 28px;
}
.stripe-bottom::before {
	content: '';
	display: block;
	position: absolute;
	width: 98%;
	height: 13px;
	bottom: -13px;
	left: 12px;
	background: #BB272D;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.stripe-top::before {
	content: '';
	display: block;
	position: absolute;
	width: 98%;
	height: 13px;
	top: -13px;
	left: 12px;
	background: #822722;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#logo {
	position: absolute;
	top: 7px;
	left: 12px;
}

#mainnav {
	position: relative;
	top: 20px;
	right: 30px;
	float: right;
}
.responsiveMenuSelect, .footer-responsiveMenuSelect {
	display: none;
}
#mainnav > ul > li {
	display: inline;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 17px;
	font-family: GillSansMT, Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 #fff;
	position: relative;
}

#mainnav.mainnav-language-de > ul > li {
	text-transform: none;
}

#mainnav > ul > li + li {
	margin: 0 0 0 17px;
}

#mainnav > ul > li > a {
	padding: 23px 0 21px;
	color: #656565;
}

#mainnav > ul > .parent > a {
	padding: 23px 17px 21px 0;
	background: transparent url(../gfx/dec-arrow-d.png) right 32px no-repeat;
}

#mainnav > ul > li > a:hover {
	text-decoration: none;
	color: #444;
}

#mainnav > ul > .active > a {
	color: #852824;
}

#mainnav ul ul {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	min-width: 150px;
	position: absolute;
	z-index: 25;
	top: 35px;
	left: -10px;
	box-shadow: 0 2px 3px rgba(0,0,0,.25);
}

#mainnav ul li:hover ul {
	height: auto;
	opacity: 1;
	z-index: 999;
}

#mainnav ul ul li {
	margin: 0;
	list-style: none;
}

#mainnav ul ul a {
	display: block;
	padding: 5px 10px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* W3C */
	text-transform: none;
	font-size: 14px;
	color: #656565;
	text-transform: uppercase;
}

#mainnav ul ul li + li a {
	border-top: 1px solid #d0d0d0;
}

#mainnav ul ul a:hover {
	text-decoration: none;
	color: #852824;
}

#menu-menu-glowne {
	float: left;
}

/*	=footer
 ---------------------------------------------------------------------------- */

#footer {
	position: relative;
	margin: 0 0 20px 0;
}

#footer .box {
	margin: 0 0 16px;
	padding: 8px 20px;
	margin-top: -9px;
}

#footer .box strong {
	margin: 0 5px 0 0;
}

#footer .box a {
	margin: 0 0 0 10px;
	font-weight: bold;
}

#footer .copyright, #footer ul {
	margin: 0;
	font-size: 11px;
	color: #FFFFFF;
}
#footer .menu-bottom {
	margin: 0 0 10px 0;
}
#footer ul {
	/*margin: -17px 105px 15px 0;*/
	text-align: right;
}

#footer li {
	display: inline;
	margin: 0 0 0 10px;
	list-style: none;
}

#footer .copyright a, #footer ul a {
	color: #FFFFFF;
}

#footer .copyright a:hover, #footer ul a:hover {
	color: #333;
}

#footer .flags {
	/*position: absolute;
	 bottom: 0;
	 right: 0;*/
	float: right;
}

#footer .flags a {
	display: block;
	width: 21px;
	height: 21px;
	float: left;
	text-indent: -9000px;
}

#footer .flags .en {
	background-image: url(../gfx/flag-en.png);
}
#footer .flags .de {
	background-image: url(../gfx/flag-de.png);
}
#footer .flags .ru {
	background-image: url(../gfx/flag-ru.png);
}
#footer .flags .fr {
	background-image: url(../gfx/flag-fr.png);
}
#footer .flags .pl {
	background-image: url(../gfx/flag-pl.png);
}

#footer .flags a + a {
	margin-left: 3px;
}

#footer .flags {
	/*position: absolute;
	 bottom: 0;
	 right: 0;*/
}

#mainnav .flags a {
	display: block;
	width: 21px;
	height: 21px;
	float: left;
	text-indent: -9000px;
}

#mainnav .flags .en {
	background-image: url(../gfx/flag-en.png);
}
#mainnav .flags .de {
	background-image: url(../gfx/flag-de.png);
}
#mainnav .flags .ru {
	background-image: url(../gfx/flag-ru.png);
}
#mainnav .flags .fr {
	background-image: url(../gfx/flag-fr.png);
}
#mainnav .flags .pl {
	background-image: url(../gfx/flag-pl.png);
}

#mainnav .flags a + a {
	margin-left: 3px;
}

#mainnav .flags {
	padding-left: 10px;
	float: right;
	padding-top: 2px;
}

#mainnav ul {
	float: left;
}

/*	=custom elements
 ---------------------------------------------------------------------------- */
.cookiess {
	min-width: 870px
}
.box {
	margin: 0 0 20px 0;
	padding: 20px 0;
	/*overflow: hidden;*/
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C */
	border-radius: 7px;
	box-shadow: 0 2px 3px rgba(0,0,0,.25);
}
.box2 {
	margin: 0 0 20px 0;
	padding: 20px 0;
	/*overflow: hidden;*/
	background: #ffffff; /* Old browsers */
	border-radius: 7px;
	box-shadow: 0 2px 3px rgba(0,0,0,.25);
}

.boxWhite {
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* W3C */
}

.box.smaller {
	padding: 20px 20px;
	height: auto !important;
	min-height: 208px;
}
.box.smaller img {
	margin-top: 10px;
}
.box.smaller2 {
	padding: 20px 20px;
	height: auto !important;
	min-height: 184px;
	position: relative;
}
.box.smaller.chained.katalog > div {
padding:0 !important;
}

.no-margin {
	margin: 0 !important;
}
.chained.par {

	margin-bottom: 30px !important;
}
.box.smaller2 p {
	height: auto !important;
	padding: 0 10px;
	margin-bottom: 10px;
}
.box.smaller2 p:nth-child(1) {

}
.boxServices2 {
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
	border-radius: 7px;
	box-shadow: 0 2px 3px rgba(0,0,0,.25);
	padding: 10px 0 20px 0;
	margin-bottom: 10px;
}
.boxServices2 .span12 {
	padding: 0 40px;
	margin-top: 10px;
}
.boxServices2 .span12 h2 {
	margin-bottom: 0;
	line-height: 23px;
}
.box.high {
	min-height: 580px;
}

.box.graphic {
	padding: 0;
	font-size: 0;
}

.box.graphic.right {
	text-align: right;
}

.boxOurFactory {
	padding: 13px 35px;
	min-height: 219px;
}
.boxOurFactory.smaller {
	padding: 13px 35px;
}
.boxOurFactory ol li {
	list-style-type: decimal;
	margin-left: 20px;
}
.boxOurFactory .btn {
	margin-top: 12px;
}

.boxCareer {
	padding: 20px 20px 20px 40px;
}
.downloads p {
	margin-bottom: 2px !important;
}
.downloads .downloads_title {
	margin-top: 20px;
}
.downloads .span4 {
	width: 275px;
	margin-bottom: 20px;
}
.downloads p + h2 {
	margin-top: 25px;
}

/*.underlay {
 padding: 12px 0 0;
 background: transparent url(../gfx/bg-underlay2.png) center 0 no-repeat;
 }*/

.cols-2.uneven > * > .underlay {
	background-image: url(../gfx/bg-underlay3.png);
}
.boxByNumbers {
	float: left;
	width: 100%;
	padding-left: 40px;
}
.boxByNumbers .about {
	width: 380px;
	float: left;
}

.boxByNumbers .selectProduct {
	width: 220px;
	padding: 5px 0 0;
	float: left;
	text-align: center;
}

.boxByNumbers .selectProduct .select {
	display: block;
	padding: 50px 0 0;
	background: transparent url(../gfx/btn-go.png) center 0 no-repeat;
	text-align: center;
	font-weight: bold;
}

.boxByNumbers .dl {
	width: 285px;
	margin: 0 -15px 15px 0;
	float: left;
}

.visualNumbers {
	margin: 0 0 15px;
	padding: 10px 0 0;
	text-align: center;
}
.visualNumbers div:nth-child(1) {
	padding-top: 20px;
}
.visualNumbers div:nth-child(2) {
	padding-top: 43px;
}
.visualNumbers.dvd div:nth-child(1) {
	padding-top: 114px;
}
.visualNumbers.dvd div:nth-child(2) {
	padding-top: 157px;
}
.visualNumbers.books {
	padding: 18px 0 0;
}

.visualNumbers img {
	display: block;
	margin: 0 auto 15px;
}

.visualNumbers h3 {
	font-weight: normal;
	font-size: 25px;
	line-height: 1.3;
	font-family: GillSansMT, Helvetica, Arial, sans-serif;
	color: #656565;
	text-shadow: 0 1px 0 #fff;
}

.visualNumbers h3.total {
	font-size: 17px;
	font-family: GillSansMT-Bold, Helvetica, Arial, sans-serif;
	color: #842824;
}

.visualNumbers h3.total strong {
	font-weight: normal;
	font-size: 25px;
}

.visualNumbers.books .col-1 {
	width: 298px;
	padding: 40px 0 0;
}

.visualNumbers.books .col-2 {
	width: 300px;
	padding: 50px 0 0;
}

.visualNumbers.books .col-2 img {
	margin-bottom: 29px;
}

.visualNumbers.books .col-3 {
	width: 320px;
}

.visualNumbers.dvd .col-1 {
	padding-top: 110px;
}

.visualNumbers.dvd .col-2 {
	padding-top: 130px;
}

.visualNumbers.dvd .col-2 img {
	margin-bottom: 37px;
}

.visualNumbers.dvd .col-3 h3 {
	margin-top: -20px;
}

.dl .row {
	display: block;
	margin: 0 0 3px;
	padding: 2px 5px;
	border-radius: 5px;
	color: #3c3c3c;
}

.dl .row:hover {
	background: #f5f5f5;
	background: rgba(0,0,0,.03);
	text-decoration: none;
}

.dl .row.active {
	background: #e8e8e8;
}

.dt {
	width: 60px;
	float: left;
	text-align: right;
	font-weight: bold;
	color: #842824;
}

.dd {
	margin: 0 0 0 75px;
}

.contactInfo {
	width: 53%;
	padding-bottom: 40px;
	padding-left: 40px;
	float: left;
}
#mapp0_layout {
	margin-top: 75px;
	border: 4px solid white;
	margin-left: -1px;
}
.contactInfo .col {
	width: 50%;
	margin: 0 0 15px;
	float: left;
}

.contactForm {
	width: 400px;
	margin: 0 0 0 29px;
	float: left;
}

.contactForm p {
	margin: 0 0 5px;
}

.contactForm input[type=text], .contactForm textarea {
	width: 388px;
}

.contactForm input[type=text].beforeSubmit {
	width: 186px;
}

.boxAboutUsBig {
	margin-top: 30px;
	padding: 30px 58px 30px 40px;
	position: relative;
}
.boxAboutUsBig ul {
	padding-left: 17px;
}
.boxAboutUsBig p {
	text-align: justify;
	margin-bottom: 14px;
}
.boxAboutUsBig > img.right {
	margin: 0 0 5px 40px;
}
.boxAboutUsBig img {
	margin-bottom: 10px;
}
.boxSpecProd .span4 {
	width: 280px;
	margin-bottom: 40px;
}
.boxSpecProd img {
	border: none !important;
	outline: none !important;
	border-style:none !important;
	border-width: 0;
}
.boxSpecProd {
	padding: 20px 0 20px 10px;
}
.boxSpecProd .prod-title {
	font-size: 18px;
	line-height: 33px;
	font-family: GillSansMT, Helvetica, Arial, sans-serif;
}
.serviceBar {
	height: 119px;
	position: relative;
	/*background: transparent url(../gfx/bg-servicebar.png) center 0 no-repeat;*/
	z-index: 1;
	margin: -38px 0 -34px;
	/*padding: 26px 0 0 70px;*/
	text-align: center;
	font-size: 0;
	padding-left: 30px;
}
.serviceBar ul {
	position: relative;
	padding-top: 17px;
}
.serviceBar::before {
	content: '';
	position: absolute;
	width: 90%;
	height: 80px;
	background: #832823;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	left: 5%;
	z-index: 0;
	top: -9px;
}

/*.serviceBar h3 {
 position: relative;
 top: -16px;
 left: -38px;
 text-transform: uppercase;
 font-weight: normal;
 font-size: 20px;
 font-family: GillSansMT, Helvetica, Arial, sans-serif;
 color: #842824;
 background: #fff;
 width: 146px;
 padding: 10px 10px 10px 40px;
 }*/
/*.serviceBar h3::before {
 content: '';
 position: absolute;
 left: 0;
 top: -16px;
 width: 0px;
 height: 0px;
 border-style: solid;
 border-width: 0 0 16px 16px;
 border-color: transparent transparent rgb(207, 207, 207) transparent;
 }*/

.serviceBar li {
	display: inline;
	margin: 0;
	font-size: 16px;
	font-family: GillSansMT, Helvetica, Arial, sans-serif;
	color: #fff;
	z-index: 999;
}

.serviceBar li + li {
	margin-left: 18px;
}

.serviceBar a {
	color: #fff;
}

.serviceBar a:hover {
	text-decoration: none;
}

.serviceBar .next {
	padding: 0 0 0 32px;
	background: transparent url(../gfx/dec-next.png) 0 center no-repeat;
}

.serviceBar .equal {
	padding: 0 0 0 44px;
	background: transparent url(../gfx/dec-equal.png) 0 center no-repeat;
}

.newsletterSignUp p {
	margin: 0 0 5px;
}

.newsletterSignUp input.name {
	width: 230px;
}

.newsletterSignUp input.email {
	width: 174px;
}

.contactBox .numbers {
	float: right;
}

p.video img {
	display: block;
}

.boxServices {
	text-align: center;
	position: relative;
}

.boxServices .in {
	padding: 0 0 15px;
	background: transparent url(../gfx/dec-sep-next.png) center 0 no-repeat;
}
.in.home-in .span4 {
	padding: 0 30px;
}

/*.boxServices .in > div {
 width: 243px;
 float: left;
 }

 .boxServices .in > div + div {
 margin-left: 70px;
 }*/

.boxServices h2 {
	margin: 0 0 20px;
}

#slideshow {
	margin-bottom: 15px;
}
.stipe-christmas {
    margin-bottom: 29px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
/*
 #slideshow.upper {
 }

 #slideshow h2 {
 position: absolute;
 top: -10px;
 left: 0;
 text-transform: uppercase;
 font-weight: normal;
 font-size: 26px;
 font-family: GillSansMT, Helvetica, Arial, sans-serif;
 color: #656565;
 }

 #slideshow .labels span {
 position: absolute;
 font-size: 16px;
 font-family: GillSansMT, Helvetica, Arial, sans-serif;
 color: #656565;
 }

 #slideshow .slides > div {
 width: 100%;
 position: relative;
 }

 #slideshowNav {
 position: absolute;
 z-index: 20;
 bottom: 20px;
 right: 0;
 }

 #slideshowNav a {
 display: block;
 margin: 0 0 0 6px;
 padding: 1px 5px;
 float: left;
 background: #f1f1f1;
 border-radius: 3px;
 box-shadow: 0 0 3px rgba(0,0,0,.25);
 font-size: 11px;
 color: #6d6d6d;
 text-shadow: 0 1px 0 #fff;
 }

 #slideshowNav a.prev, #slideshowNav a.next {
 padding: 1px 8px;
 text-indent: -9000px;
 background-image: url(../gfx/dec-arr-prev.png);
 background-repeat: no-repeat;
 background-position: center 5px;
 }

 #slideshowNav a.next {
 background-image: url(../gfx/dec-arr-next.png);
 }

 #slideshowNav a:hover {
 background-color: #fff;
 text-decoration: none;
 }

 #slideshow > .prev, #slideshow > .next {
 display: block;
 width: 43px;
 height: 42px;
 position: absolute;
 z-index: 21;
 top: 155px;
 left: 0;
 background: transparent url(../gfx/btn-back2.png) no-repeat;
 text-indent: -9000px;
 }

 #slideshow > .next {
 left: auto;
 right: 0;
 background-image: url(../gfx/btn-go2.png);
 background-position: right 0;
 }

 #slideshow > .prev:hover {
 background-image: url(../gfx/btn-back.png);
 }

 #slideshow > .next:hover {
 background-image: url(../gfx/btn-go.png);
 }

 #slideshow.upper > .prev, #slideshow.upper > .next {
 top: 200px;
 }*/
div.ws_images a {
	display: none !important;
}
.boxProjects div:nth-child(2) {
	margin-left: 160px;
}
#wowslider-container3 {
	border: none !important;
}
.boxProjects div {
	/*margin-left: 108px;*/
	text-align: center;
}
/*.slide-package {
 width: 940px;
 height: 327px;
 }*/
.boxProjects h2 {
	/*height: 64px;*/
	margin: -5px 0 10px;
	background: #862824; /* Old browsers */
	background: -moz-linear-gradient(top,  #862824 0%, #5b1f1d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#862824), color-stop(100%,#5b1f1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #862824 0%,#5b1f1d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #862824 0%,#5b1f1d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #862824 0%,#5b1f1d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #862824 0%,#5b1f1d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#862824', endColorstr='#5b1f1d',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	text-transform: uppercase;
	font-weight: normal;
	font-size: 19px;
	font-family: GillSansMT, Helvetica, Arial, sans-serif;
	color: #ffffff;
	behavior: url(css/pie/PIE.htc);
}

.boxProjects h2.lines2 {

}

.boxProjects h2 a {
	display: block;
	color: #fff;
	padding: 20px 0px;
}
.boxProjects h2 a:nth-child(2) {
	padding: 18px 0;
}
.boxProjects h2 a:hover {
	text-decoration: none;
}

.boxProjects p {
	margin: 10px 0 5px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	font-family: GillSansMT-Bold, Helvetica, Arial, sans-serif;
	color: #656565;
}

.accordion {
	margin: 0 0 20px;
	padding: 0 40px;
}

p + .accordion {
	margin-top: 30px;
}

.accordion h3 {
	margin: 0 0 10px;
	padding: 7px 15px;
	background: -moz-linear-gradient(top,  #862824 0%, #5b1f1d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#862824), color-stop(100%,#5b1f1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #862824 0%,#5b1f1d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #862824 0%,#5b1f1d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #862824 0%,#5b1f1d 100%); /* IE10+ */
	background: linear-gradient(top,  #862824 0%,#5b1f1d 100%); /* W3C */
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.accordion h3 + div {
	padding: 0 10px;
}

.factoryImg {
	position: relative;
	padding: 0 20px;
}

.factoryImg img {
	margin: 0;
}

.factoryImg .labels {
	width: 882px;
	height: 459px;
	position: absolute;
	top: 42px;
	left: -14px;
	background: transparent url(../img/factory-labels.png) no-repeat;
}

.careerTable {
	width: 100%;
	font-size:12px;
}

div.boxCareer td {
	vertical-align: top;
}
div.boxCareerForm p {
	margin-bottom: 0px;
}

div.boxCareerForm p.strong {
	font-weight: bold;
	margin-top: 15px;
}

div.boxCareerForm p.noMargin {
	margin: 0;
}

div.boxCareerForm input.error {

	color: #ff0000;
}

div.boxCareerForm p.error {

	color: #ff0000;
}

div.boxCareerForm .form-button {//
	/*background: url('/wp-content/themes/takt/img/button-form-bg.jpg') repeat-x;
	 background: url('/wp-content/themes/takt/img/button-submit-pl.jpg') repeat-x;
	 cursor: pointer;
	 width: 77px;
	 height: 24px;
	 border: 0;
	 line-height: 19px;
	 color: #ffffff;
	 text-align: center;*/
}

.careerTable td {
	padding: 5px 20px 5px 20px;
	border: 1px solid #dbdbdb;
	vertical-align: top;
}

.careerTable thead td {
	background-color: #dbdbdb;
	color: #3C3C3C;
}

.careerTable a {
	font-weight: bold;
}
.boxCareerForm ul, .boxCareerForm li {
	list-style-type: disc;
	margin-left: 8px;
	margin-bottom: 10px;
}

/*
 * formularze
 */

.wpcf7 {
	width: 44%;
	position: relative;
	float: right;
}
.wpcf7 input, .wpcf7 textarea {
	width: 94%;
	resize: none;
}
/*
 * certy
 */
.cert .span3 {
	width: 190px;
	margin-bottom: 15px;
	text-align: center;
}
.cert img {

	height: 274px;
}
.cert {
	padding: 40px 0px 20px 59px;
}
/*
 * katalog
 */
.box.smaller.chained.katalog {
	/*background: url(../images/box-nowy-katalog.jpg) !important;*/
	padding: 0 !important;
}
.box.smaller.chained.katalog img {
	margin-top:0 !important;
	border-radius: 7px;
}
/*
 * footer
 */
span.word-break {
	width: 100%;
}
footer#footer .span6 {
	width: 376px;
}

.boxOurFactory .span5:nth-child(2) {
	margin-left: 100px;
}
/*
 * history
 */
.history {
	margin-bottom: 25px;
	
}
.history img {
	max-width: none !important;
	
}

/*
 * video fancy box
 */
.fancybox-wrap, .fancybox-inner {
	overflow: hidden !important;
}
.fancybox-close {
	right: 1px !important;
	top: 4px !important;
}
/*
 * duplikacja
 */
.napisz-do-nas {
	padding-left: 17px;
}
.zobacz-rowniez {
	background: url('../img/duplikacja-bg2.png') center center no-repeat;
	padding: 17px;
	background: rgb(199,22,12); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(199,22,12,1) 0%, rgba(144,43,38,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,22,12,1)), color-stop(100%,rgba(144,43,38,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(199,22,12,1) 0%,rgba(144,43,38,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(199,22,12,1) 0%,rgba(144,43,38,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(199,22,12,1) 0%,rgba(144,43,38,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(199,22,12,1) 0%,rgba(144,43,38,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7160c', endColorstr='#902b26',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.link-zobacz-rowniez:hover {
	text-decoration: none;
}
.zobacz-rowniez h2 {
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}
.zobacz-rowniez p {
	color: #fff;
	margin-bottom: 0;
}
.zobacz-rowniez a {
	text-decoration: none;
}
.duplikacja-pdf {
	padding-left: 17px;
}
.duplikacja-pdf h2 {
	margin-top: 23px;
	margin-bottom: 20px;
}
.border-left {
	border-left: 1px solid #cbcbcb;
	padding-left: 13px;
}
.duplikacja-copy {
	width: 69%;
	margin: 30px auto 0 auto;
}
.duplikacja-copy p {
	text-align: center;
	font-size: 9px;
	line-height: 24px;
}
.cennik {
	font-size: 12px;
}
.tablepress-id-1 tbody td, .tablepress-id-1 thead th div {
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.tablepress th, .tablepress td {
	padding: 2px !important;
}
.tablepress thead th, .tablepress tfoot th {
	background-color: #8d120e !important;
}
.tablepress thead th div {
	color: #fff;
}
.tablepress tbody tr td {
	text-align: center;
}
p.duplikacja-bg-big {
	background: rgb(199,22,12); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(199,22,12,1) 0%, rgba(144,43,38,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,22,12,1)), color-stop(100%,rgba(144,43,38,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(199,22,12,1) 0%,rgba(144,43,38,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(199,22,12,1) 0%,rgba(144,43,38,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(199,22,12,1) 0%,rgba(144,43,38,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(199,22,12,1) 0%,rgba(144,43,38,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7160c', endColorstr='#902b26',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;

}
div.duplikacja.boxAboutUsBig, div.duplikacja2.boxAboutUsBig {
	padding: 30px 25px 30px 40px;
}
/* #Media Queries
 ================================================== */

@media only screen and (max-width: 1500px) {
	.bottom-bar .span4 {
		width: 100% !important;
		font-size: 10px;
	}

}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1200px) {
	.row-fluid .span8, .row-fluid .span6 {
		width: 100% !important;
	}
	.main-content {
		padding-left: 320px;
	}
	.main-content .row-fluid .span5.offset1 {
		margin-left: 5%
	}

}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.boxServices .in {
		background: none;
	}
	.menu, #menu-stopka {
		display: none;
	}
	.responsiveMenuSelect {
		margin-top: 65px;
		width: 94% !important;
		margin-left: 3%;
		display: block;
	}
	.footer-responsiveMenuSelect {
		margin-top: 5px;
		width: 100% !important;
		margin-left: 0;
		display: block;
	}
	#mainnav .flags {
		padding-right: 18px;
		float: right;
		padding-top: 22px;
	}
	.boxSpecProd .prod-desc {
		padding: 0 20px;
	}
	table.data td.img {
		width: 89px;
	}
	table.data td.title {
		padding-left: 3px;
	}
	.serviceBar {
		padding-left: 0px;
	}
	div.duplikacja.boxAboutUsBig .span6, div.duplikacja.boxAboutUsBig .span4 {
		width: 100% !important;
	}
	div.duplikacja.boxAboutUsBig img {
		float: none;
	}
	div.duplikacja.boxAboutUsBig .span4 {
		text-align: center;
	}
	div.duplikacja2.boxAboutUsBig .span4 {
		width: 95% !important;
	}
	div.duplikacja2.boxAboutUsBig .span6, div.duplikacja2.boxAboutUsBig .span5 {
		width: 95% !important;
	}
	div.duplikacja2.boxAboutUsBig .border-left {
		border-left: none;
	}
	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.box.smaller {
		min-height: 224px;
	}

	#mainnav .flags {
		padding-right: 18px;
		float: right;
		padding-top: 22px;
	}
	#header {
		margin: 10px auto 30px auto;
		height: 112px;
		position: relative;
	}
	#mainnav {
		position: relative;
		top: 0px;
		right: 0;
		float: right;
		width: 100%;
	}

	#footer .flags {
		margin-top: -66px;
	}
	#footer .menu-bottom {
		margin: 0;
	}
	#footer .span7 {
		width: 97.6%;
	}
	.boxProjects div:nth-child(2) {
		margin-left: 99px;
	}
	.boxSpecProd {
		padding-left: 17px;
	}
	.boxSpecProd .span4 {
		width: 47%
	}
	.box.graphic.right.print img, .box.graphic.right.stamp img {
		min-height: 181px;
	}
	.visualNumbers.dvd div:nth-child(2) {
		padding-top: 109px;
	}
	.visualNumbers.dvd div:nth-child(1) {
		padding-top: 42px;
	}
	.boxOurFactory {
		padding: 16px 38px;
	}
	.boxOurFactory .btn {
		margin-top: 0px;
	}
	.boxOurFactory li, .boxOurFactory ol {
		margin: 0px;
	}
	.contactInfo {
		width: 40%;
		padding-bottom: 0px;
		padding-left: 40px;
		float: left;
	}
	#mapp0_layout {
		margin-top: 88px;
		border: 4px solid white;
		margin-left: -1px;
		width: 666px !important;
	}
	div#about-slider {
		max-width: 700px !important;
		max-height: 300px !important;
	}
	.boxOurFactory .span5:nth-child(2) {
		margin-left: 48px;
	}
	.boxOurFactory .btn {
		margin-top: 18px;
	}
	.cert {
		padding: 20px 20px 20px 55px;
	}

}

@media only screen and (max-width: 767px) {
	.in.home-in .span4 {
		margin-bottom: 18px;
	}
	.box.smaller {
		min-height: 135px;
	}
	/*.serviceBar {
	 margin: -60px 0 -20px;
	 padding: 11px 0 0 40px;
	 text-align: center;
	 font-size: 0;
	 }*/
	.serviceBar h3 {
		display: none;
	}
	.serviceBar li {
		font-size: 12px;
		float: left;
	}
	.serviceBar li + li {
		margin-left: 11px;
	}
	.serviceBar .next {
		padding: 0 0 0 27px;
	}
	.serviceBar .equal {
		padding: 0 0 0 81px;
		background: transparent url(../gfx/dec-equal.png) 43px center no-repeat;
		margin-top: 10px;
	}
	.serviceBar ul {
		position: relative;
		margin-top: -13px;
		margin-left: 7px;
		padding-right: 47px;
	}
	div.rightImg, .boxCareer img {
		display: none;
	}
	.careerTable td {
		padding: 13px 6px 2px 9px;
		border: 1px solid #dbdbdb;
		vertical-align: top;
	}

	#header {
		margin: 10px auto 30px auto;
		height: 112px;
		position: relative;
	}
	#mainnav {
		position: relative;
		top: 0px;
		right: 0;
		float: right;
		width: 100%;
	}
	#footer .flags {
		margin-top: -66px;
	}
	#footer .menu-bottom {
		margin: 0;
	}
	h1, h2.h1 {
		margin: 0 0 15px 13px;
	}
	.stripe-bottom::before, .stripe-top::before {
		left: 5px;
	}
	.boxAboutUsBig img {

	}
	.boxProjects div:nth-child(2) {
		/*margin-left: 0;*/
		margin: 20px auto 0 !important;
	}
	.boxProjects div {
		width: 80%;
		margin: 0 auto;
	}
	.boxSpecProd {
		padding: 20px 30px;
		text-align: center;
	}
	.boxSpecProd .span4 {
		width: 100%
	}
	.boxByNumbers .selectProduct {
		display: none;
	}
	.visualNumbers {
		display: none;
	}
	.contactInfo {
		width: 100%;
		padding-right: 30px;
	}
	#mapp0_layout {
		display: none;
	}
	.contactForm {
		width: 400px;
		margin: 0 0 0 38px;
		float: left;
	}
	.wpcf7 {
		width: 90%;
		position: relative;
		float: left;
		margin-left: 40px !important;
	}
	#footer .box {
		margin: 0 0 13px;
		padding: 8px 20px;
		margin-top: -9px;
	}
	.boxOurFactory .span5:nth-child(2) {
		margin-left: 0px;
	}
	table.data td.img img {
		display: none;
	}
	.accordion {
		padding: 0 15px;
	}
	.serviceBar {

		padding-left: 30px;
	}
	.cert {
		text-align: center;
	}

	.cert .span3 {
		width: 100%;
	}
	.cert {
		padding: 40px 0px 20px 0px;
	}
	.downloads p {
	text-align:center !important;
	}
	.downloads .span4 {
	width:100%;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.boxAboutUsBig img {

	}
	.downloads .span4:nth-child(1) {
		margin-top: 0px;
	}
	.downloads .span4 {
		margin-top: 25px;
	}
	.boxAboutUsBig {
		padding: 30px 25px 58px 25px;
	}
	.serviceBar {
		padding: 5px 0 0 29px;
	}
	.serviceBar ul {
		position: relative;
		margin-top: -13px;
		margin-left: 0;
		padding-right: 0;
	}
	.serviceBar li {
		font-size: 10px;
		float: left;
	}
	.cert .span3 {
		margin-left: 8%;
	}
	#footer .flags {
		display: none;
	}
	footer#footer .span6 {
		font-size: 8px;
		width: 100%;
	}
	.boxCareer {
		padding: 20px 20px 20px 20px;
	}
	.careerTable td {
		padding: 13px 0px 2px 1px;
	}
	h1, h2.h1 {
		font-size: 19px;
	}
	
	.contactInfo {
		padding-bottom: 18px;
		padding-left: 20px;
		float: left;
		padding-right: 10px;
	}
	.wpcf7 {
		width: 92%;
		margin-left: 20px !important;
	}
	.careerTable {
		font-size: 9px;
	}
	.boxCareer input[type="text"] {
		font-size: 12px !important;
		line-height: 12px !important;
		height: 22px !important;
	}
	.cert {
	padding: 40px 40px 20px 0px;
}
.cert p {
	text-align: center !important;
}

}

