* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	text-decoration: none;
	color:inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}
strong {
	font-weight:500;
}
p {
	margin:1em auto;
	text-align:justify;
	/*max-width:50em;*/
}
h1 {
    text-align: center;
    font-weight: 500;
	font-size:1.5em;
	margin:.5em 0;
}
h2, h2>a {
	font-weight: normal;
	font-size: 2em;
	color: #212121;
	text-align: center;
}
h3, h3>a {
    font-weight: normal;
    font-size: 1.1em;
	color: #000;
}
main {
	min-width:48em;
	padding:1em 1em 3em 1em;
	margin-left:auto;
	margin-right:auto;
}
body.contact main {
	padding-top:3em;
	padding-bottom:4em;
}
article {
    /* box-shadow: 10px 10px 67px 1px rgba(1, 1, 1, .25); */
    padding: 1em 0em;
    margin-left: 17em;
	padding-right:0;
}
section {
	margin-left: 17em;
}
section:after {
	content:"";
	display:table;
	clear:both;
}
img {
	width:100%;
	height:auto;
}
li {
	padding:.5em;
}
ul:after, body>header:after, li>article:after, body>footer:after, body>footer>.container:after, body.home section>ol:after, body.contact>div.container:after,
body.contact main:after, body.contact main>article:after, body.products main:after, body.articles main:after, body>footer>div.container>div:after, body.articles main>article::after {
	content:"";
	display:table;
	clear:both;
}
:focus {outline:none;}

.container {
	max-width:75em;
	margin:0 auto;
}
.content-text {
	max-width: 75em;
	margin-left:auto;
	margin-right:auto;
}
#mainProducts {
	position: relative;
    z-index: 1;
}
body>header {
	background: #142867;
	position:relative;
	z-index:2;
}
body>header>div.container>div {
	float: left;
	margin-left: 1em;
	margin-right:1em;
	margin-top:1.25em;
}
body>header>div.container>div img {
	max-width: 300px;
	height: auto;
}
body>header form {
	float:right;
	margin-top:1em;
	margin-right:1em;
}
body>header form>label {
	color: #fff;
	width: auto;
	margin-right:.35em;
	font-size:.85em;
}
body>header form>input[type="text"] {
	width: auto;
	border-radius: 5px;
	border: 1px solid #777;
	background: #333;
	color: #fff;
	padding:.25em .5em;
	-webkit-transition: border 1s, background 1s;
	transition: border 1s, background 1s;
}
body>header form>input[type="text"]:focus {
	border: 1px solid #999;
	background:#fff;
	color:#000;
}
body>header form>input[type="image"] {
	vertical-align: middle;
}

body>header nav {
    margin-top: 4em;
    float: right;
    margin-right: 1em;
    clear:right;
    max-width:75%;
}
body>header nav>div.mobile-menu {
    display: none;
}
body>header nav ul {
	list-style:none;
}
body>header nav li {
	padding:0;
	position:relative;
}
body>header nav>ul>li {
	display:inline-block;
}
body>header nav>ul>li a {
	padding: .5em .5em;
	white-space:nowrap;
	display:inline-block;
	font-size:.95em;
}
body>header nav>ul ul {
	visibility:hidden;
	position:absolute;
	opacity:0;
	-webkit-transition: opacity 1.5s;
	transition: opacity 1.5s;
}
body>header nav>ul>li>ul {
	left:0;
	top:100%;
	padding-top:.1em;
}
body>header nav>ul>li>ul>li:last-child {
	border-bottom-left-radius: .25em;
	border-bottom-right-radius: .25em;
}
body>header nav>ul>li>ul ul>li:nth-child(2) {
	border-top-left-radius: .25em;
	border-top-right-radius: .25em;
}
body>header nav>ul>li>ul ul>li:last-child {
	border-bottom-left-radius: .25em;
	border-bottom-right-radius: .25em;
}
body>header nav>ul>li>ul ul {
	left:100%;
	top:0;
	padding-left:.5em;
}
body>header nav>ul>li li {
	border-top:#fff 1px solid;
	background:#000;
}
body>header nav li:hover>ul {
	visibility:visible;
	opacity:1;
}
body>header nav>ul>li li:not(.mobile-only):first-of-type, body>header nav>ul>li li.mobile-only+li {
	border-top:none;
}
body>header nav>ul>li li:not(.mobile-only):first-of-type:hover>ul, body>header nav>ul>li li.mobile-only+li:hover>ul {
	padding-top:.1em;
}
body>header nav>ul>li li:hover {
	background:#fff;
}
body>header nav>ul>li li:hover>a {
	color:#000;
}
li.mobile-only {
	display: none;
}
li>a {
	color: #fff;
	font-size:1.15em;
}
.slideshow {
	white-space:nowrap;
	overflow:hidden;
	position:relative;
}
.slideshow figure, body>header>figure {
	position:relative;
}
body>header>figure img {
	display:block;
}
.slideshow>li.real {
	position:absolute;
	left:100%;
	top:0;
}
.slideshow>li.real.active {
	left:0;
}
.slideshow>li>* {
	font-size:16px;
}
.slideshow figcaption {
	max-width:66em;
    position: absolute;
    text-align: right;
    bottom: 2em;
    left: 0;
    width: 100%;
    padding-right: 1em;
    font-size:1.35em;
}
.slideshow figcaption.live {
	position: absolute;
    text-align: right;
    bottom: 2em;
    left: 0;
    width: 100%;
    padding-right: 1em;
	max-width:none;
}
.slideshow>li {
    display: inline-block;
	position:relative;
	width:100%;
	float:none;
	padding:0;
	overflow:visible;
}
.slideshow>li>figure>figcaption>h2 {
    white-space: normal;
    float:right;
    width: 21em;
    font-weight: 500;
    font-size: 2em;
    margin-top:0;
}
.slideshow>li>figure>figcaption.live>.container>h2 {
	white-space:normal;
	width:21em;
	font-weight:500;
	font-size:1.35em;
	float:right;
}
.slideshow>li>figure>figcaption.live>.container>* {
	text-align:right;
	background:rgba(0, 0, 0, .5);
	border:#888 1px solid;
	padding:.2em .5em;
	display:inline-block;
	border-radius:.3em;
	margin:0 3em 0 0;
	color:#fff;
}
.slideshow>li>figure>figcaption.live>.container>*:hover, .slideshow>li>figure>figcaption.live>.container>*:focus {
	background:rgba(60, 60, 60, .5);
}
.slideshow>li>figure>figcaption>h3 {
	white-space: normal;
	float:right;
    width: 25em;
	clear:right;
	font-weight:normal;
	font-style:normal;
	padding-top:0;
}
.slideshow>li>figure>figcaption.live>.container>h3 {
	white-space:normal;
	width:25em;
	clear:right;
	font-weight:normal;
	font-style:normal;
	margin-left:10em;
	float:right;
}
.next-image {
	display:none;
}
div.wrapper {
	padding-left: 0;
    margin-top: 0;
	position:relative;
}
div.wrapper>a.next {
	position: absolute;
    top: 50%;
    right: 0;
	transform: translateY(-50%);
	z-index:3;
}
div.wrapper>a.prev {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
	z-index:3;
}
.wrapper>a.action {
	background-repeat:no-repeat;
	display:block;
	width:77px;
	height:112px;
}
.wrapper>a.action.next {
	background-image:url('images/right-vector.png');
}
.wrapper>a.action.next:hover {
	background-image:url('images/right-vector-hover.png');
}
.wrapper>a.action.prev {
	background-image:url('images/left-vector.png');
}
.wrapper>a.action.prev:hover {
	background-image:url('images/left-vector-hover.png');
}
body.home main section, body.home main article, body.home article {
	margin-left:0;
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
}
body.home section {
	margin-bottom: 2em;
}
body.home section>ol>li {
	float: left;
	border-top:2px solid #000;
	width:33.333%;
	position:relative;
	padding-bottom:4em;
	padding-top:1em;
}
body.home section>ol>li:first-child, body.home section>ol>li:nth-child(2), body.home section>ol>li:nth-child(3) {
	border-top:none;
}
body.home section>ol>li:nth-child(3n+4) {
	clear:left;
}
body.home section>ol>li>article>h3 {
	overflow:hidden;
	line-height:125%;
}
body.home section>ol>li>article>h3>a {
	color:#e3231a;
	font-weight: 500;
}
body.home section>ol>li>article>div {
	/*font-size:1.1em;*/
	overflow: hidden;
    max-height: 3em;
}
body.home section>ol>li>article>div:last-of-type {
	font-weight: 500;
	/*color:#e3231a;*/
	color:#000;
}
body.home section>ol>li>article>a:last-of-type {
	margin: 0em auto 0 auto;
	display: block;
	text-align: center;
	width: 50%;
	padding: .5em 1em;
	position:absolute;
	bottom:1.5em;
	left:0;
	right:0;
}
.button {
	width: auto;
	padding: 5px 15px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	/*background: #333333;
	background: -moz-linear-gradient(top,  #333333 0%, #777777 50%, #0a0a0a 100%);
	background: -webkit-linear-gradient(top,  #333333 0%,#777777 50%,#0a0a0a 100%);
	background: linear-gradient(to bottom,  #333333 0%,#777777 50%,#0a0a0a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#0a0a0a',GradientType=0 );*/
	background: rgb(227,35,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(227,35,26,1) 0%, rgba(227,35,26,1) 0%, rgba(198,29,23,1) 50%, rgba(227,35,26,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(227,35,26,1) 0%,rgba(227,35,26,1) 0%,rgba(198,29,23,1) 50%,rgba(227,35,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(227,35,26,1) 0%,rgba(227,35,26,1) 0%,rgba(198,29,23,1) 50%,rgba(227,35,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3231a', endColorstr='#e3231a',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: .9em;
	font-weight: 500;
	margin-bottom: 1em;
	margin-top: 1em;
}
/*body.home main>article {
	box-shadow: 10px 10px 67px 1px rgba(1, 1, 1, .25);
	padding:1em 2em;
}*/
body.company main>article, body.services main>article, body.gallery main>article, body.articles main article, body.blog main article, body.contact main>article, body.article main>article, body.product main>article, body.c404 main>article {
	margin-left:0;
}
article>p>img:first-child, article>div>img:first-child, article>p>a>img:first-child, article>div>a>img:first-child, article>div>p>img:first-child, article>div>p>a>img:first-child {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	/* max-width:100% */
}
body.articles main>article {
	margin-left:18em;
}
body.articles main>article>ul>li, body.blog main>article>ul>li {
	width:50%;
	float:left;
	padding:1em;
}
body.articles main>article>ul>li:nth-child(4n+1), body.blog main>article>ul>li:nth-child(4n+1) {
	width:43%;
}
body.articles main>article>ul>li:nth-child(4n+2), body.blog main>article>ul>li:nth-child(4n+2) {
	width:56%;
}
body.articles main>article>ul>li:nth-child(4n+3), body.blog main>article>ul>li:nth-child(4n+3) {
	width:57%;
	clear:both;
}
body.articles main>article>ul>li:nth-child(4n), body.blog main>article>ul>li:nth-child(4n) {
	width:43%;
}
body.articles main>article>ul>li h2, body.blog main>article>ul>li h2 {
	font-size:1.2em;
	height: 7ex;
	overflow:hidden;
}
body.articles main>article>ul>li h2>a, body.blog main>article>ul>li h2>a {
	font-size:1.2em;
	display:block;
	overflow:hidden;
}
body.articles main>article>ul>li a, body.blog main>article>ul>li a {
	display:block;
	overflow:hidden;
}
body.articles main>article>ul>li p, body.blog main>article>ul>li p {
	height: 8ex;
	overflow:hidden;
}
body.article main>article>img {
	width: 50%;
	height: auto;
	margin-bottom: .7em;
	margin-right: 1em;
	float:left;
}
body.c404 main>article img {
	width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 3em;
    margin-bottom: 5em;
}
body.contact main>article>h2, body.contact main>article>div.form-wrapper>h2 {
	margin-bottom:.75em;
	text-align: center;
    font-weight: 500;
    font-size: 1.5em;
    margin: .5em 0;
    margin-top:0;
}
body.contact main>article>form, body.contact main>article>div.form-wrapper>form {
	margin-bottom: 1.25em;
}
body.contact main>article>form>label, body.contact main>article>div.form-wrapper>form>label {
	display: inline-block;
    width: 20%;
    text-align: left;
    vertical-align: top;
    margin-top: 1em;
}
body.contact main>article>form>input[type="text"], body.contact main>article>div.form-wrapper>form>input[type="text"] {
	display: inline-block;
    width: 75%;
    padding: .5em 1em;
    margin-top: 1em;
	border-radius:5px;
	border:1px solid #333;
}
body.contact main>article>form>textarea, body.contact main>article>div.form-wrapper>form>textarea {
	display: inline-block;
    width: 75%;
    padding: .5em 1em;
    margin-top: 1em;
    height: 25ex;
    resize: none;
    vertical-align: top;
	border-radius:5px;
	border:1px solid #333;
}
body.contact main>article>form>input[type="submit"], body.contact main>article>div.form-wrapper>form>input[type="submit"] {
	background: #333333;
	background: -moz-linear-gradient(top,  #333333 0%, #777777 50%, #0a0a0a 100%);
	background: -webkit-linear-gradient(top,  #333333 0%,#777777 50%,#0a0a0a 100%);
	background: linear-gradient(to bottom,  #333333 0%,#777777 50%,#0a0a0a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#0a0a0a',GradientType=0 );
    border-radius:5px;
	border:1px solid #333;
    padding: .5em 1em;
    font-weight: 500;
    margin-top: 2em;
    cursor: pointer;
	color: #fff;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
p>img:first-child.left {
	float:left;
	margin-right:1em;
	margin-bottom:.1em;
	max-width:33.333%;
}
#map-holder {
	height:450px;
}
#map-holder>iframe {
	width:100%;
	height:100%;
}
body.contact main>article>address, body.contact main>article>div.contact-details-wrapper>address {
	margin-bottom:1.25em;
}
body.contact main>article>div.form-wrapper {
	float:left;
	width:48%;
	margin-right:1em;
}
body.contact main>article>div.contact-details-wrapper {
	float:left;
	width:48%;
	margin-left:1em;
}
body.contact main>article>div.contact-details-wrapper>h1 {
	margin-top:0;
}
body.contact main>article>div.form-wrapper>form>input[type="text"] {
	width:100%;
	margin-top:.5em;
}
body.contact main>article>div.form-wrapper>form>label {
	display:inline-block;
	margin-top:.5em;
}
body.contact main>article>div.form-wrapper>form>textarea {
	width:100%;
	margin-top:.5em;
}
body.gallery main>article>ul>li {
	float:left;
	width:25%;
}
body.products main>article {
	float:left;
	width:55em;
	margin-left:0;
}
body.products main>article>h1 {
	float:left;
	width:40%;
	margin-right:.5em;
	text-align:left;
	padding-left:.3em;
}
body.products main>article>form {
	float:right;
	width:50%;
	margin-left:.5em;
	margin-top:1em;
	margin-bottom:.5em;
	text-align:right;
}
body.products main>article>form label {
	display:none;
}
body.products main>article>form select {
	border-radius:5px;
	border:1px solid #3a3a39;
	padding:.5em 1em;
	cursor:pointer;
	margin-right:.5em;
}
body.products main>article>form input[type="submit"] {
	border-radius:5px;
	border:1px solid #3a3a39;
	padding:.5em 1em;
	cursor:pointer;
	margin-right:.5em;
	background:#fff;
}
body.products main>article>form select:last-of-type {
	margin-right:0;
}
body.products main>article>ul {
	clear:both;
}
body.products main>article>ul>li {
	width: 33.333%;
	float:left;
	margin-bottom:.75em;
}
body.products main>article>ul>li h2 {
	/* font-size: 1em;
	height:6ex;
	margin-bottom:.5em; */
	text-align:left;
	overflow:hidden;
	line-height: 125%;
	font-weight: normal;
    font-size: 1.1em;
    color: #000;
}
body.products main>article>ul>li h2>a {
	/* color: #4a4a4a; */
	color: #e3231a;
    font-weight: 500;
	font-size: 1.1em;
}
.is-suggested {
	display:inline-block;
	position:relative;
}
.is-suggested::after {
	content: "Προτεινόμενο";
	position: absolute;
	right: 0em;
	/*right:0;*/
	top: 0em;
	/*top:-1.6em;*/
	width: auto;
	height: auto;
	background: #f00;
	color: #fff;
	font-weight: 500;
	/*padding: .25em .5em;*/
	padding: .1em .5em;
	/*-ms-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	transform: rotate(-26deg);*/
	/*width: 8em;*/
	text-align: center;
	border-radius: .5em;
	font-size: .8em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3231a+0,e3231a+0,c61d17+50,e3231a+100 */
	background: rgb(227,35,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(227,35,26,1) 0%, rgba(227,35,26,1) 0%, rgba(198,29,23,1) 50%, rgba(227,35,26,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(227,35,26,1) 0%,rgba(227,35,26,1) 0%,rgba(198,29,23,1) 50%,rgba(227,35,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(227,35,26,1) 0%,rgba(227,35,26,1) 0%,rgba(198,29,23,1) 50%,rgba(227,35,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3231a', endColorstr='#e3231a',GradientType=0 ); /* IE6-9 */
}
html[lang='el'] .is-suggested::after {
    content: "Προτεινόμενο";
}
html[lang='en'] .is-suggested::after {
	content: "Suggested";
}
body.products main>article>ul>li div.short-description {
	/* height:8ex;
	margin-bottom:.5em;
	color: #4a4a4a; */
	max-height: 3em;
    overflow: hidden;
}
body.products main>article>ul>li div.price {
	/* color: #4a4a4a;
	font-weight:500;
	padding-top:.5em;
	text-align:left; */
	font-weight: 500;
    /* color: #e3231a; */
    color: #000;
}
body.products main>article>div.paging {
	text-align:right;
	margin-top:1em;
}
body.products main>article>p {
	clear:both;
	padding-top:2em;
	margin-bottom:8em;
}
body.products main>article>div.paging>a {
	padding: .25em .5em;
	background: rgb(51,51,51);
	background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(119,119,116,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(119,119,116,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777774', endColorstr='#000000',GradientType=0 );
	color:#fff;
	border-radius:5px;
}
body.products main>article>div.paging>span.active {
	padding: .25em .5em;
	background: rgb(51,51,51);
	background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(119,119,116,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(119,119,116,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777774', endColorstr='#000000',GradientType=0 );
	color:#e3231a;
	border-radius:5px;
}
body.articles #paging, body.blog #paging {
	clear: left;
}
#paging {
	text-align: center;
    font-size: 0px;
    margin: 30px auto 15px auto;
    max-width: 570px;
    overflow: hidden;
}
#paging>span.active {
	font-size: 14px;
    overflow: hidden;
    background: #ccc;
    color: #333;
    line-height: 25px;
    zoom: 1;
    padding: 2px 0;
    text-decoration: none;
    display: block;
    width: 30px;
    vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
#paging>a {
	font-size: 14px;
    overflow: hidden;
    background: #eee;
    color: #333;
    line-height: 25px;
    zoom: 1;
    padding: 2px 0;
    text-decoration: none;
    display: block;
    width: 30px;
    vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
body.products article>ul>li:nth-child(3n+4) {
    clear: left;
}
aside {
	float:left;
	width:17em;
	margin-right:1em;
}
aside>h2 {
	text-align: left;
	color: #666;
}
aside>ul {
	display:inline-block;
	margin-top:.5em;
	min-width:11em;
}
aside>ul ul {
	display:none;
}
aside ul>li.hover>ul {
	/*display:block;
	visibility:visible;
	opacity:1;*/
	position:relative;
	left:0;
	top:0;
	padding-left:0;
	z-index:10;
}
aside li {
    float: none;
    width: auto;
    padding: 0;
    /* margin-top: .15em; */
    font-size: .95em;
	position:relative;
}
aside ul>li {
	border-top:1px solid #ccc;
}
aside ul>li:first-of-type, aside>ul ul>li:nth-child(2) {
	border-top:1px solid transparent;
}
aside a:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	bottom:0;
	width:.5em;
	background:#ccc;
}
aside a.even:before {
	background:#4a4a4a;
}
aside a:hover:before, aside a.active:before {
	background:#f00;
}
aside a {
	display:block;
	color: #333;
	background:#eee;
	padding:.4em .9em;
	position:relative;
	min-width:8em;
}
aside a.even {
	background: #adadad;
	color: #fff;
}
aside li.active>a {
	color:#000;
	font-weight: 500;
}
aside a:hover, aside a.active {
    color: #000;
	background:#ccc;
}
aside>.mobile-menu {
	display:none;
}

body.product main>article {
	padding-left:0;
}
body.product main>article>ul {
	float:right;
    width:42%;
    margin-right:1em;
    margin-top:1.5em;
}
body.product main>article>ul>li {
	float:left;
	width:24%;
}
body.product main>article>ul>li:first-of-type {
	padding-top:0;
}
body.product main>article>ul>li img {
	max-height:90px;
	width:auto;
	max-width:100%
}
body.product main>article .wrapper-image  {
	float:left;
	width:55%;
	max-width:60%;
	margin-right:1em;
	max-height:1000px;
	position:relative;
}
body.product main>article .wrapper-image a {
	position:relative;
	z-index:2;
	display:inline-block;
	width:100%;
}
body.product main>article .wrapper-image .abs-behind {
	position:absolute;
	z-index:1;
	display:inline-block;
	top:0;
	left:0;
}
body.product main>article h1 {
	text-align:left;
	margin-top:0;
	color: #63605a;
	float:left;
	width:35%;
}
body.product main>article .short-description {
	color: #63605a;
	margin-bottom:2em;
	float:left;
	width:35%;
}
body.product main>article .price {
	color: #63605a;
	margin-top:0;
	font-weight:500;
	float:left;
	width:35%;
}
body.product main>article>ul>li {
	padding-bottom:0;
	padding-top:0;
}
body.product main>article h2 {
	clear:both;
	padding-top:.75em;
	margin-bottom:.75em;
	text-align:left;
	color: #63605a;
	font-weight:500;
	font-size:1.25em;
}
body.product main>article>div.product-details {
	box-shadow: 0 0 67px 1px rgba(1, 1, 1, .25);
	padding:1.5em;
}
body.product main>article>div.product-details p:first-child {
	margin-top:0;
}
body.product main>article>div.product-details p:last-child {
	margin-bottom:0;
}
body.product main>article>div.product-details ul {
	list-style:disc inside;
}
body.product main>article>div.product-details ul>li {
	color:#63605a !important;
}

body>footer {
	background:#142867;
	clear:both;
}
body>footer>.container {
	padding-top:1em;
	/*padding-bottom:1.5em;*/
	padding-bottom:1em;
}
body>footer>.container>* {
	width:33.333%;
	padding:0 2em;
	float:left;
}
/*body>footer>.container>ul {
	float:left;
	width: 30%;
	margin-left:1em;
	margin-right: 1em;
}*/
/*body>footer>.container>ul>li*/#social-icons>li {
	width:auto;
	float:left;
	padding: .25em .35em;
}
#social-icons>li:first-child {
	padding-left:0;
}
/*body>footer>.container>div.footer-logo {
	float:left;
	width: 50%;
}
body>footer>.container>div.footer-logo>a img {
	max-height:70px;
	width:auto;
	margin-right:1em;
}*/
#logo {
	text-align:center;
}
#logo img {
	max-width:70%;
	height:auto;
}
body>footer>.container>div {
	/*float:left;
	width:10%;
	margin-right:1em;*/
	color: #fff;
}
/*body>footer>.container>div>a>img {
	margin-top:.75em;
}*/
body>footer>.container>div#copyright {
	width:auto;
	margin-left:1em;
	padding-left:.5em;
	margin-top:.75em;
	margin-right:0;
}
body>footer #logo img {
	max-height:4em;
}
body>footer img {
	width: auto;
}
#watergate {
	text-align:right;
	font-size: .9em;
}
body.home main section>h2 {
	text-align:left;
	font-size:1.25em;
	font-weight:500;
	padding-left:.4em;
}
img.content-left {
	width:43%;
	margin-right:1em;
	margin-bottom:0!important;
	float: left;
}
body.articles main>article>ul, body.blog main>article>ul {
	float: left;
	width:100%;
}
body.text main>article {
	margin-left:0;
}
body.home main section {
	margin-left: 0;
}
body.blog-item main>article {
	margin-left:0;
}
#home-products {
    width:100%;
    table-layout:fixed;
}
#home-products td {
    padding:.25em 1em;
    text-align:center;
    font-size:1.5em;
    font-weight:500;
}
#home-products a {
    transition:.3s color;
}
#home-products a:hover {
    color: #fff;
    text-shadow: 0px 0px 5px #000;
}
#home-products img {
    width: 100%;
    display: block;
    border: #ccc 5px solid;
    border-radius: 7%;
    transition: .3s border-color;
    box-shadow: 0 0 15px #252525;
    margin-bottom:.25em;
}
#home-products a:hover img {
    border-color:#fff;
}
#home-text {
    width:100%;
    table-layout:fixed;
    max-width:75em;
    margin-left:auto;
    margin-right:auto;
    margin-top:1em;
}
#home-text td {
    padding:.5em 1em;
    vertical-align:top;
}
#home-text td:first-child {
    border-right:#e0e0e0 1px dotted;
}
#home-text td p:first-child {
    margin-top:0;
}
#home-text td:first-child img {
    width:auto;
    max-width:35%;
    margin-right:1em;
    border-radius:.25em;
}
#home-text td:first-child {
    width:75%;
}
body.text main article ul {
    list-style:disc;
    margin-left:1em;
}
body.text main article h1+p>img {
    float:none;
    margin:0;
}
table.pad td {
    padding:.5em;
}
table.pad td:first-child {
    padding-left:0;
}
table.pad td:last-child {
    padding-right:0;
}
body.text main article p.products {
    text-align:center;
}
body.text main article p.products img {
    width:auto;
    float:none;
    margin:1em;
}
#home-text h3 {
    margin:1em 0;
}
#home-text td h3:first-child {
    margin-top:0;
}

@media (max-width: 80em) {
	.paralax {
		display:none;
	}
}
@media (max-width: 76.250em) {
	body.products main>aside {
		float:none;
		width:auto;
	}
	body.products main>article {
		float:none;
		width:auto;
	}
	body.products main>article>form {
		text-align:right;
		width: 50%;
	}
}
@media (max-width: 75em) {
	body>header nav>ul>li>a {
		font-size:1em;
		padding:.5em .25em;
	}
	article>div>a>img:first-child{
		max-width:100%
	}
}
@media (max-width: 62.5em) {
	body>header>div.container>div {
		float:none;
		width:auto;
	}
	body>header>div.container>div img {
		display:block;
		margin:0 auto;
		max-width:150px;
		height:auto;
	}
	body>header>div.container>form {
		float: none;
		width: auto;
		text-align: center;
	}
	body>header>div.container>nav {
		float: none;
		text-align:center;
		max-width:none;
		margin-top:0;
	}
	body>header nav>ul>li>a {
		font-size:1.15em;
	}
	body>header>div.container>div {
		margin-top:0;
		padding-top:.75em;
	}
	body.home section>ol>li>article>a:last-of-type {
		width:75%;
	}
}
@media (max-width: 60em) {
	body.gallery main>article>ul>li {
		width:50%;
	}
}
@media (max-width: 56em) {
	.home main>article div>img:first-child, .home main>article div>a>img:first-child, .home main>article p>img:first-child, .home main>article p>a>img:first-child {
		width:100% !important;
		height:auto !important;
		float:none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
	}
	.company main>article div>img:first-child, .company main>article div>a>img:first-child, .company main>article p>img:first-child, .company main>article p>a>img:first-child {
		width:100% !important;
		height:auto !important;
		float:none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
	}
	.services main>article div>img:first-child, .services main>article div>a>img:first-child, .services main>article p>img:first-child, .services main>article p>a>img:first-child {
		width:100% !important;
		height:auto !important;
		float:none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
	}
	.articles main>article div>img:first-child, .articles main>article div>a>img:first-child, .articles main>article p>img:first-child, .articles main>article p>a>img:first-child, .blog main>article div>img:first-child, .blog main>article div>a>img:first-child, .blog main>article p>img:first-child, .blog main>article p>a>img:first-child {
		width:100% !important;
		height:auto !important;
		float:none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
	}
}
@media (max-width: 55em) {
	body.contact main>article>div.form-wrapper, body.contact main>article>div.contact-details-wrapper {
		float:none;
		width:auto;
	}
	body.contact main>article>div.form-wrapper {
		margin-right:0;
	}
	body.contact main>article>div.contact-details-wrapper {
		margin-left:0;
	}
	body.contact main>article>div.form-wrapper>form>input[type="text"], body.contact main>article>div.form-wrapper>form>textarea {
		width:75%;
	}
	body.products main>article>h1 {
		float:none;
		width:auto;
		text-align:center;
	}
	body.products main>article>form {
		width:auto;
	}
}
@media (max-width: 50em) {
	body>header nav, body>header form {
		margin-left:1em;
	}
	body>header nav>ul, .container>nav>ul {
		padding:0;
		width:auto;
		display:none;
	}
	.mobile-menu>.lines>span {
		background: #fff;
		display: block;
		height: 0.125em;
		width: 1.250em;
		border-radius: 0.063em;
		margin-top: .25em;
	}
	.mobile-menu>.lines {
		display: inline-block;
		margin-left: .5em;
		cursor:pointer;
	}
	body>header nav div.mobile-menu, .container>nav div.mobile-menu {
		display:block;
		color: #fff;
	}

	body>header nav>ul li, .container>nav>ul li {
		border-top:#fff 2px solid;
		margin-top:0;
	}
	body>header nav>ul>li:first-child, .container>nav>ul>li:first-child {
		border-top:none;
	}
	body>header nav>ul>li ul, .container>nav>ul>li ul {
		position: static;
		left: 100%;
		top: 0;
		padding-left:0;
		display: none;
	}
	body>header nav>ul>li a, .contaner>nav>ul>li a, body>header nav>ul>li>ul a, .container>nav>ul>li>ul a {
		background:none;
		box-shadow: none;
		padding:.5em 0;
	}
	body>header nav li.mobile-only, .container>nav li.mobile-only {
		display:list-item;
	}
	body>nav>ul li:hover>ul, .container>nav>ul li:hover>ul {
		display:none;
	}
	body>header nav>ul>li {
		display:block;
	}
	body>header>div.container {
		display:block;
	}
	body>header nav>ul>li li:hover {
		background: #fff;
		color: #000;
	}
	body>header nav>ul>li li:hover>a {
		background: #fff;
		color: #000;
	}
	main {
		min-width:0;
	}
	.slideshow figcaption.live {
		display:none;
	}
	body.home section>ol>li {
		width:50%;
	}
	body.home section>ol>li>article {
		padding:1em 0em;
	}
	body.products main>article>ul>li {
		width:50%;
	}
	body.product main>article>ul {
		width:30%;
	}
	body.product main>article>ul>li {
		display:block;
		float:left;
		width:50%;
		padding-top:0;
	}
	body.product main>article>h1 {
		padding-top:1em;
		float:none;
		width:auto;
		clear:both;
		text-align:center;
	}
	body.product main>article .short-description {
		float:none;
		width:auto;
	}
	body.product main>article .price {
		width:auto;
	}
	body.products article>ul>li:nth-child(3n+4) {
		clear: none;
	}
	body>footer>div.container>ul {
		float:none;
		width:auto;
		text-align:center;
	}
	body>footer>div.container>ul>li {
		float:none;
		display:inline;
	}
	body>footer>div.container>div {
		float:none;
		width:auto;
		padding-bottom:.5em;
	}
	body>footer>div.container>div>ul#social-icons {
		float:left;
		width:48%;
		margin-right:.5em;
	}
	body>footer>div.container>div div#copyright {
		float:left;
		width:48%;
		margin-left:.5em;
		text-align:right;
	}
	body>footer>div.container>#logo {
		float:left;
		width:50%;
	}
	body.home section>ol>li:first-child, body.home section>ol>li:nth-child(2) {
		border-top:none;
	}
	body.home section>ol>li:nth-child(3) {
		border-top:2px solid #000;
	}
	body.home section>ol>li:nth-child(3n+4) {
		clear:none;
	}
	body.home section>ol>li:nth-child(2n+3) {
		clear:none;
	}
	body>header nav>ul ul {
		visibility:visible;
		opacity:1;
	}
        body.text main>article img {
               width:100%!important;
        }
	aside>h2 {
		text-align:center;
	}
	aside>.mobile-menu {
		display:block;
		text-align:center;
		color:#333;
	}
	aside>ul {
		display:none;
	}
	aside .mobile-menu>.lines>span {
		background:#333;
	}
	aside li.mobile-only {
		display:list-item;
	}
	aside>ul ul {
		position:static;
		visibility:visible;
		opacity:1;
	}
	aside>ul ul>li>a {
		background:#adadad;
		/*border-top: 1px solid transparent;*/
	}
	aside>ul ul>li>a:before {
		background:#adadad;
	}
	aside ul>li:hover>ul {
		display:none;
		position:static;
		visibility:visible;
		opacity:1;
		padding-left:0;
	}
	aside>ul>li li.mobile-only+li {
	    border-top: none;
	}
}
@media (max-width: 42.500em) {
	body.products main>article>h1 {
		float:none;
		width:auto;
		text-align:center;
	}
	body.products main>article>form {
		width:100%;
	}
}
@media (max-width: 40em) {
	body.home section>ol>li {
		float:none;
		width:auto;
	}
	body.home section>ol>li>article img {
		display:block;
		margin:0 auto;
		margin-bottom:.75em;
	}
	body.home section>ol>li>article .is-suggested {
		display:block;
	}
	body.articles main>article>ul>li, body.blog main>article>ul>li {
		float:none;
		width:auto;
	}
	body.products main>article>ul>li {
		float:none;
		width:auto;
	}
	body.products main>article>ul>li .is-suggested {
		display:block;
	}
	body.products main>article>ul>li img {
		display:block;
		margin:0 auto;
		margin-bottom:.5em;
	}
	body.products main>article>div.paging>span.active, body.products main>article>div.paging>a {
		margin-right:.7em;
	}
	body.product main>article>ul {
		float:none;
		width:auto;
		margin-bottom:1em;
	}
	body.product main>article>ul>li {
		width:25%;
	}
	body.product main>article .wrapper-image {
		width:100%;
		display:block;
		margin:0 auto;
	}
	body>footer>div.container>div>ul#social-icons {
		float:none;
		width:auto;
		text-align:center;
		margin-right:0;
	}
	body>footer>div.container>div>ul#social-icons>li {
		float:none;
		display:inline;
	}
	body>footer>div.container>div div#copyright {
		float:none;
		width:auto;
		margin-left:0;
		text-align:center;
	}
	body>footer>div.container>#logo {
		float:none;
		width:auto;
		margin-top:.75em;
		text-align:center;
	}
	body.articles main>article>ul>li:nth-child(4n+1), body.articles main>article>ul>li:nth-child(4n+2), body.articles main>article>ul>li:nth-child(4n+3), body.articles main>article>ul>li:nth-child(4n), body.blog main>article>ul>li:nth-child(4n+1), body.blog main>article>ul>li:nth-child(4n+2), body.blog main>article>ul>li:nth-child(4n+3), body.blog main>article>ul>li:nth-child(4n) {
		width:100% !important;
	}
}
@media (max-width: 35em) {
	#paging>span.active, #paging>a {
		margin-top:.75em;
	}
}
@media (max-width: 30em) {
	div.wrapper>a.next, div.wrapper>a.prev {
		display:none;
	}
	body.contact main>article>div.form-wrapper>form>input[type="text"], body.contact main>article>div.form-wrapper>form>textarea {
		width:100%;
	}
	body.products main>article>div.paging {
		text-align:center;
	}
	body.gallery main>article>ul>li {
		float:none;
		width:auto;
	}
	body.products main>article>form select#ppp {
		width:100%;
		margin-right:0;
		margin-bottom:1em;
	}
	body.products main>article>form select#sort {
		width:100%;
		margin-bottom:1em;
	}
	body.products main>article>form input[type="submit"] {
		width:100%;
		margin-bottom:1em;
		margin-right:0;
	}
}
@media (max-width: 25em) {
	body>header form>label {
		display:block;
	}
	body.product main>article>ul>li {
		width:50%;
	}
	#watergate {
		text-align:center;
	}
}



nav li.has-children:hover>ul, #nav li.has-children>ul.hover {
	display: block;
	white-space: nowrap;
}
nav li.has-children>ul.hover {
	display: block!important;
	visibility:visible!important;
	opacity:1!important;
}