body:after {
	content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
	display: none
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none
}
.lightbox {
	position: absolute;
	display: none;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.lightbox a img {
	border: none
}
.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both
}
.lb-container {
	padding: 4px
}
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}
.lb-container>.nav {
	left: 0
}
.lb-nav a {
	outline: none;
	background-image: url("data: image/gif;
	base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}
.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block
}
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s
}
.lb-nav a.lb-prev:hover {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s
}
.lb-nav a.lb-next:hover {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both
}
.lb-data {
	padding: 0 4px;
	color: #ccc
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s
}
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
a {
	background: transparent
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0;
	color: #000
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre-wrap
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	border: 0;
	padding: 0
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input:focus, textarea:focus, select:focus {
	outline: none
}
blockquote {
	padding: 1em 5em 0em 3em;
	margin: 0.5em 0 0.5em 4em;
	font-size: 1.2em;
	background: url("/images/quote.png") center left no-repeat
}
@media (max-width: 30.03em) {
blockquote {
	padding: 1em 1em 0em 2em;
	margin-left: 1em
}
}
.both {
	clear: both
}
.strong {
	font-weight: bold
}
.relative {
	position: relative
}
.bwWrapper {
	position: relative;
	display: inline-block
}
cite {
	font-size: 1em;
	padding: 0 0 1em 10em;
	font-style: normal
}
@media (max-width: 30.03em) {
cite {
	padding-left: 1em
}
}
a {
	outline: none
}
a img {
	outline: none
}
.placeholder {
	color: #aaa
}
.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}
.flex-row .item {
	flex: 1
}
.margin-t-10 {
	margin-top: 10px
}
ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none
}
li.bjqs-slide {
	position: absolute;
	display: none
}
ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999
}
ul.bjqs-controls.v-centered li a {
	position: absolute
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 0
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 0
}
ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 20px
}
ol.bjqs-markers.h-centered {
	text-align: center
}
ol.bjqs-markers li {
	display: inline;
	margin-right: 4px
}
ol.bjqs-markers li a {
	opacity: 0.3;
	display: inline-block;
	background: #fff;
	width: 9px;
	height: 9px;
	border-radius: 10px;
	text-decoration: none
}
ol.bjqs-markers li a:hover {
	opacity: 0.8;
	transition: all 0.2s ease
}
ol.bjqs-markers li.active-marker a {
	opacity: 1
}
p.bjqs-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0
}
#slideshow {
	padding-bottom: 20px
}
#slideshow ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #fff;
	position: relative;
	height: 528px
}
#slideshow ul li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute
}
#slideshow ul li.paragraph {
	height: auto;
	width: auto;
	margin: 30px 30px 50px;
	font-size: 20px;
	color: #333
}
#slideshow ul .text {
	position: relative;
	background: #fff;
	background: rgba(255,255,255,0.8);
	-pie-background: rgba(255,255,255,0.8);
	behavior: javascript-url("pie.htc");
	position: absolute;
	bottom: 0;
	width: 100%
}
#slideshow ul .text h1 {
	margin: 0;
	padding: 30px 35px 0 35px;
	font-weight: normal;
	color: #1c1c1c;
	font-size: 29px
}
#slideshow ul .text h1 strong {
	font-weight: 700
}
#slideshow ul .text h1 span {
	font-weight: 300
}
#slideshow ul .text p {
	margin: 0;
	padding: 5px 35px 35px 35px;
	font-size: 1.3em;
	color: #105aab;
	font-size: 15px;
	font-weight: 500
}
#slideshow ul .text .logo {
	position: absolute;
	right: 30px;
	margin-top: -90px
}
#slideshow ul .left,
#slideshow ul .right {
	padding-top: 105px;
	width: 48%
}
#slideshow ul .left {
	float: left
}
#slideshow ul .left .text {
	float: right
}
#slideshow ul .right {
	float: right
}
#slideshow ul .benninghoven {
	background-image: url("/images/slideshow/benninghoven.jpg?1404639080")
}
#slideshow ul .doosan-skoda-power-dansko {
	background-image: url("/images/slideshow/doosan-skoda-power-dansko.jpg?1404639080")
}
#slideshow ul .chvaletice {
	background-image: url("/images/slideshow/chvaletice.jpg?1404639080")
}
#slideshow ul .vw {
	background-image: url("/images/slideshow/vw.jpg?1404639080")
}
#slideshow ul .schenck {
	background-image: url("/images/slideshow/schenck.jpg?1403551679")
}
#slideshow ul .cez {
	background-image: url("/images/slideshow/cez.jpg?1403551679")
}
#slideshow ul .sab {
	background-image: url("/images/slideshow/sab.jpg?1403551679")
}
#slideshow ul .essa {
	background-image: url("/images/slideshow/essa.jpg?1403551679")
}
#slideshow ul .skoda-power {
	background-image: url("/images/slideshow/skoda-power.jpg?1403551679")
}
#slideshow ul .sulzer {
	background-image: url("/images/slideshow/sulzer.jpg?1404639080")
}
#slideshow ul .sulzer .right {
	width: 35%
}
#slideshow ul .sulzer .right img {
	max-height: 400px;
	position: absolute;
	bottom: 38px
}
::-webkit-input-placeholder {
	color: #fff
}
#new-contact {
	background: url("/images/blue-background.jpg?1403551679") #105aab;
	border-top: solid 9px #ffc600;
	color: #fff;
	clear: both;
	line-height: 22px;
	margin-top: 40px
}
#new-contact a {
	color: #fff;
	text-decoration: underline
}
#new-contact address>div {
	margin-top: 15px
}
#new-contact address>div .map {
	position: absolute;
	left: 150px;
	top: 27px
}
#new-contact .bottom {
	clear: both;
	padding: 15px 0
}
#new-contact .bottom .box {
	width: 40%;
	float: left
}
#new-contact address {
	width: 440px;
	float: right
}
#new-contact h1.header {
	margin: 40px 0 0 0;
	line-height: 36px;
	text-align: left
}
#new-contact .contact-body {
	padding: 0px 0 100px 0;
	position: relative
}
#new-contact .contact-body form {
	float: left;
	width: 440px
}
#new-contact .contact-body textarea,
#new-contact .contact-body input {
	position: relative;
	background: #105aab;
	background: rgba(255,255,255,0.3);
	-pie-background: rgba(255,255,255,0.3);
	behavior: javascript-url("pie.htc");
	border: solid 1px #fff;
	border: solid 1px white;
	pie-border: solid 1px white;
	behavior: javascript-url("pie.htc");
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	font-family: "Roboto";
	border-radius: 2px
}
#new-contact .contact-body textarea:focus,
#new-contact .contact-body input:focus {
	border-color: #ffc600
}
#new-contact .contact-body textarea {
	width: 100%;
	padding: 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	line-height: 120%;
	height: 10em;
	margin: 1em 0 1em 0
}
#new-contact .contact-body input {
	width: 183px;
	margin: 15px 15px 0 0;
	padding: 0 0.8em;
	color: #fff;
	line-height: 120%;
	height: 2.5em
}
#new-contact .contact-body input:nth-child(2n+1) {
	margin-right: 0;
	float: right
}
#new-contact .contact-body input:nth-child(2n) {
	float: left
}
#new-contact .contact-body .contact-info {
	width: 66.10169%;
	float: left;
	margin-right: 1.69492%;
	display: inline
}
#new-contact .contact-body .please-fill {
	position: relative;
	top: 0.6em
}
#new-contact .contact-body .button {
	padding: 0;
	top: 0;
	margin: 1em;
	height: 2.8em;
	border-radius: 2px;
	border: 0;
	font-size: 14px;
	display: inline-block
}
@media (min-width: 30.03em) {
#new-contact .contact-body .button {
	margin: 0
}
}
#new-contact .contact-body .button span #submit-contact-form {
	position: relative;
	background: #fff;
	background: rgba(255,255,255,0.9);
	-pie-background: rgba(255,255,255,0.9);
	behavior: javascript-url("pie.htc");
	color: #105aab;
	width: 160px;
	height: 41px;
	border-radius: 2px
}
#new-contact .contact-body .button span #submit-contact-form:hover {
	background: #ffc600;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in
}
#new-contact .contact-body .action {
	width: 32.20339%;
	float: right;
	margin-right: 0;
	*margin-left: -1em;
	display: inline
}
#new-contact .contact-body .action button {
	float: right
}
@media (max-width: 35.035em) {
#new-contact .contact-body .button {
	margin-top: 1em;
	clear: both
}
#new-contact .contact-body input {
	float: right
}
#new-contact .contact-body address>div,
#new-contact .contact-body .contact-info,
#new-contact .contact-body .action {
	float: none;
	width: auto;
	margin-right: auto;
	display: block
}
#new-contact .contact-body address>div {
	margin-bottom: 1em
}
#new-contact .contact-body address .omega {
	float: none
}
#new-contact .contact-body .contact-info input {
	margin: 0
}
#new-contact .contact-body .action {
	margin-top: 1em
}
#new-contact .contact-body .action button {
	float: none
}
}
.fd-zone {
	position: relative;
	overflow: hidden;
	width: 200px;
	margin: 0 0 20px 0;
	text-align: center;
	position: relative;
	background: #105aab;
	background: rgba(255,255,255,0.3);
	-pie-background: rgba(255,255,255,0.3);
	behavior: javascript-url("pie.htc");
	border: dashed 1px #fff;
	border: dashed 1px white;
	pie-border: dashed 1px white;
	behavior: javascript-url("pie.htc")
}
.add-files-done {
	display: none
}
.fd-file {
	opacity: 0;
	font-size: 118px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	padding: 0;
	margin: 0 !important;
	cursor: pointer;
	filter: alpha(opacity=0);
	font-family: sans-serif
}
.fd-zone.over {
	border-color: maroon;
	position: relative;
	background: #105aab;
	background: rgba(255,255,255,0.6);
	-pie-background: rgba(255,255,255,0.6);
	behavior: javascript-url("pie.htc")
}
#zone fieldset,
#zone input,
#zone form {
	width: 418px !important;
	height: 20px
}
body {
	font-family: "Roboto", "Trebuchet MS", Sans-serif;
	font-weight: 300;
	color: #2a2a2a;
	background: url("/images/body-background.jpg?1403551679") #fff
}
.container {
	width: 920px;
	margin: auto
}
.background-blue {
	background: url("/images/blue-background.jpg?1403551679") #105aab;
	border-top: solid 9px rgba(16,90,171,0.1)
}
.background-blue h1 {
	color: #fff
}
p {
	text-align: justify
}
a {
	color: #c0375d
}
a:hover {
	color: #982c4a
}
address {
	font-style: normal
}
li {
	list-style-type: square
}
h1 {
	height: 27px;
	font-weight: 300;
	margin: 25px 0;
	padding: 0
}
h2 {
	margin: 20px 0 10px 0;
	font-size: 20px;
	line-height: 30px;
	color: #105aab
}
p {
	line-height: 24px;
	font-weight: 300
}
.relative {
	position: relative
}
.line {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 9px;
	position: relative;
	background: #105aab;
	background: rgba(16,90,171,0.1);
	-pie-background: rgba(16,90,171,0.1);
	behavior: javascript-url("pie.htc")
}
.both {
	clear: both
}
.block {
	display: block
}
.margin-tb-20 {
	margin: 20px 0
}
.button {
	text-align: center;
	padding: 8px 20px;
	background: transparent;
	border: solid 1px #111;
	box-shadow: 0 0 1px #777;
	font-weight: 500;
	text-decoration: none;
	color: #111
}
.button:hover {
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	border: solid 1px #105aab;
	color: #105aab
}
.button span {
	-moz-box-shadow: 0px 0px 3px 1px rgba(127,127,127,0.2);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(127,127,127,0.2);
	box-shadow: 0px 0px 3px 1px rgba(127,127,127,0.2)
}
.button a, .button input, .button button {
	border: 0;
	color: #fff;
	background: url('data: image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjOTRiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYwYThkMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%,
#4c94bf), color-stop(100%,
	#60a8d3));
background: -moz-linear-gradient(#4c94bf,
	#60a8d3);
background: -webkit-linear-gradient(#4c94bf,
	#60a8d3);
background: linear-gradient(#4c94bf,
	#60a8d3);
	padding: 0.5em 2em;
	text-decoration: none
}
.left {
	float: left
}
.right {
	float: right
}
header {
	background: url("../images/head-background.png") repeat-x 0px 19px
}
header .left {
	width: 250px
}
header .left #logo {
	position: relative;
	left: -30px;
	top: 0px
}
header .right {
	width: 500px
}
header .right p {
	font-weight: bold;
	text-align: right;
	clear: both;
	position: relative;
	top: 15px
}
header .right ul#languages {
	display: inline-block;
	float: right;
	position: relative;
	top: 4px
}
header .right ul#languages li {
	list-style-type: none;
	display: inline-block;
	width: 24px;
	height: 24px
}
header .right ul#languages li a {
	display: block;
	width: 24px;
	height: 24px;
	opacity: 0.5;
	background-repeat: no-repeat
}
header .right ul#languages li a:hover {
	opacity: 1;
	transition: all 0.2s ease
}
header .right ul#languages li.en a {
	background-image: url("../images/icon-en.png")
}
header .right ul#languages li.de a {
	background-image: url("../images/icon-de.png")
}
header .right ul#languages li.cs a {
	background-image: url("../images/icon-cz.png")
}
header .right ul#languages li.ru a {
	background-image: url("../images/icon-ru.png")
}
header nav {
	padding-top: 25px;
	clear: both;
	position: relative;
	top: 9px;
	z-index: 1000
}
header nav ul {
	margin: 0;
	padding: 0
}
header nav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 150px;
	border-bottom: solid 9px transparent
}
header nav ul li:hover, header nav ul li.active {
	position: relative;
	border-bottom: solid 9px #9BB8D9;
	border-bottom: solid 9px rgba(16,90,171,0.3);
	-pie-border-bottom: solid 9px rgba(16,90,171,0.3);
	behavior: javascript-url("pie.htc");
	transition: all 0.3s ease
}
header nav ul li a {
	text-align: center;
	font-size: 18px;
	line-height: 38px;
	vertical-align: middle;
	color: #105aab;
	text-decoration: none;
	display: block
}
header nav ul li a:hover {
	color: #111
}
#body .whole-col {
	width: 100%
}
#body .big-col {
	width: 550px
}
#body .small-col {
	width: 320px
}
#contact-info ul {
	margin-top: 0;
	padding-left: 20px
}
#contact-info ul li {
	line-height: 26px;
	list-style-type: none;
	margin-left: 0px;
	font-size: 17px
}
#contact-info h2 {
	margin-bottom: 5px
}
#contact-info h3 {
	margin-top: 8px;
	margin-bottom: 2px;
	padding: 0;
	color: #333;
	font-size: 100%
}
#contact-info .left {
	width: 300px
}
#contact-info .right {
	width: 560px
}
#contact-info iframe {
	margin: 30px 0
}
.border-bottom {
	border-bottom: solid 1px #105aab;
	padding-bottom: 5px
}
.product-page h1, .text-box h1 {
	color: #105aab;
	text-transform: uppercase;
	margin-bottom: 0;
	width: 100%;
	height: auto;
	font-size: 25px;
	font-weight: bold;
	flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 0
}
.product-page h1 span, .text-box h1 span {
	display: block;
	margin: 20px 50px 15px 50px
}
.product-page h1 i, .text-box h1 i {
	transform: rotate(0deg);
	transition: all 0.3s ease-out;
	font-size: 170%
}
.product-page h1 i.rotated, .text-box h1 i.rotated {
	transform: rotate(180deg);
	transition: all 0.3s ease-out
}
.product-page .box, .text-box .box {
	position: relative;
	background: #105aab;
	background: rgba(16,90,171,0.9);
	-pie-background: rgba(16,90,171,0.9);
	behavior: javascript-url("pie.htc");
	margin-top: 0
}
.product-page .box p, .text-box .box p {
	margin: 0;
	color: #fff
}
.product-page .box .product-info, .text-box .box .product-info {
	padding: 30px 0;
	margin: 0 30px 0 50px
}
.product-page .box li, .text-box .box li {
	margin-bottom: 15px;
	color: #fff
}
.product-page .box li strong, .text-box .box li strong {
	text-transform: uppercase
}
.product-page .box li .strong, .text-box .box li .strong {
	padding-top: 15px;
	display: block
}
.product-page .box li p, .text-box .box li p {
	margin: 3px 0 10px 0
}
.product-page .box .desc strong, .text-box .box .desc strong {
	width: 150px;
	display: inline-block;
	padding-right: 5px
}
.product-page .photogallery.in-horizontal-line ul, .text-box .photogallery.in-horizontal-line ul {
	flex-wrap: nowrap;
	background: #fff
}
.product-page .photogallery.in-horizontal-line ul li, .text-box .photogallery.in-horizontal-line ul li {
	margin: 0
}
.product-page .photogallery.i1, .text-box .photogallery.i1 {
	width: 300px
}
.product-page .photogallery ul, .text-box .photogallery ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0
}
.product-page .photogallery li, .text-box .photogallery li {
	flex-grow: 1;
	margin: 3px;
	background-color: #eee;
	height: 200px;
	padding: 0;
	list-style-type: none;
	overflow: hidden
}
.product-page .photogallery li a, .text-box .photogallery li a {
	overflow: hidden
}
.product-page .photogallery li a img, .text-box .photogallery li a img {
	height: 200px;
	object-fit: cover;
	max-width: 100%;
	min-width: 100%;
	vertical-align: bottom;
	transition: all 0.5s ease;
	transform: scale(1)
}
.product-page .photogallery li a:hover img, .text-box .photogallery li a:hover img {
	transition: all 0.5s ease;
	transform: scale(1.1)
}
.product-page .photogallery_old ul, .text-box .photogallery_old ul {
	margin: 0;
	padding: 0
}
.product-page .photogallery_old ul li, .text-box .photogallery_old ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	height: 190px;
	width: 306px;
	background-size: cover;
	overflow: hidden;
	border-radius: 2px
}
.product-page .photogallery_old ul li:nth-child(5n), .text-box .photogallery_old ul li:nth-child(5n) {
	margin-right: 0
}
.product-page .photogallery_old ul li a, .text-box .photogallery_old ul li a {
	display: block;
	text-align: center;
	position: absolute;
	height: 306px;
	width: 306px
}
.product-page .photogallery_old ul li a img, .text-box .photogallery_old ul li a img {
	margin: auto;
	width: 100%;
	transition: all 0.5s ease;
	transform: scale(1);
	min-height: 190px
}
.product-page .photogallery_old ul li a:hover img, .text-box .photogallery_old ul li a:hover img {
	transition: all 0.5s ease;
	transform: scale(1.1)
}