@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video/*, th, td, tr*/ {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #0C74DC;
	text-decoration: none;
}
a:hover {
	color: #3E99F4;
	text-decoration: underline;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
html, body {
/*	height: 100%;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;		
	margin: 0px;
	padding: 0px;
	background-image:none;
}
#bg-zone{
	height:100%;
	width:100%;
	text-align:center;	
}
#bg-zone-image {
	left: 0px;
	position: fixed;
	_position: absolute;
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
	_right:expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth);
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 100%;
	z-index: 0;
}
/*----------------------------------------------*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94.4444%;
	padding-left: 2.7777%;
	padding-right: 2.7777%;
	clear: none;
	float: none;
	padding-top: 0.7em;
}

#head {
	background-image: url(/upload/editor/images/header-pic.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: auto;
	min-height: 6.25rem;
}
#main {
	/* Firefox v3.6+ */
	background-image: -moz-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 18%,rgb(234,234,234) 94%,rgb(232,232,232) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image: -webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(0.18, rgb(255,255,255)),color-stop(0.94, rgb(234,234,234)),color-stop(1, rgb(232,232,232)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image: -webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 18%,rgb(234,234,234) 94%,rgb(232,232,232) 100%);
	/* Opera v11.10+ */
	background-image: -o-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 18%,rgb(234,234,234) 94%,rgb(232,232,232) 100%);
	/* IE v10+ */
	background-image: -ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 18%,rgb(234,234,234) 94%,rgb(232,232,232) 100%);
	background-image: linear-gradient(rgb(255,255,255) 0%,rgb(255,255,255) 18%,rgb(234,234,234) 94%,rgb(232,232,232) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe8e8e8)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe8e8e8);	
	width: 100%;
	height:auto;
	min-height: 200px;
	position:relative;	
}
#main::after {
	background-image: url(../img/content-shadow.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: auto;
	height: 10px;
	content:"";
	display:block;
}
#footer {
	width: 100%;
	height: auto;
	min-height: 100px;
	background-color: #002D3E;
	color: #FFFFFF;
	position:relative;	
}
#topbar {
	background-color: rgba(62,153,244,0.90);
	border-bottom: 1px solid #1C87F2;
}
#logo {
	text-align: center;
	z-index: 9;
}
#search-icon {
/*	text-align: center;
	display: block;
	margin-bottom: 0.5em;
	position: relative;
	clear: both;*/
	float:left;
	width:auto;	
	clear:none;
	margin-left: 0.5rem;
	position:relative;	
}
#lang {
	float:left;
	width:auto;
	clear:none;
	margin-left: 40%;
	position:relative;	
}

/*--------------------content boxes------------------------*/
#fpbox1 {
	width: 100%;
	min-height: 15em;
	text-align: center;
	padding-top: 3em;
	margin-top: 1em;	
	margin-bottom: 1em;
}
#fpbox2 {
	width: 100%;
	min-height: 15em;
	margin-left: 0;
	clear: both;
	text-align: center;
	padding-top: 3em;
	margin-top: 1em;	
	margin-bottom: 1em;	
}
#fpbox3 {
	width: 100%;
	min-height: 15em;
	margin-left: 0;
	clear: both;
	text-align: center;
	padding-top: 3em;
	margin-top: 1em;
	margin-bottom: 1em;	
}
/*fpbox icon color*/
.fa-color {
	color: #3E99F4;
}
#map-zone {
	background-color: #FFFFFF;
}
.box-titl {
	display: block;
	font-size: 2.18753em;
	color: #333333;
	font-family: "Open Sans";
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#fpbox1 span {
	display: block;
	clear: both;
	margin-top: 1rem;	
}
#fpbox1 span:first-of-type {
	font-variant: small-caps;
	font-size: 1.2rem;
	text-align: center;
}
#fpbox2 span {
	display: block;
	clear: both;
	margin-top: 1rem;		
}
#fpbox2 span:first-of-type {
	font-variant: small-caps;
	font-size: 1.2rem;
	text-align: center;
}
#fpbox3 span {
	display: block;
	clear: both;
	margin-top: 1rem;		
}
#fpbox3 span:first-of-type {
	font-variant: small-caps;
	font-size: 1.2rem;
	text-align: center;
}
#map-zone h1 {
	text-align: center;
	color: #BBBBBB;
	font-size: 1.875em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.search{
	width: 170px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding-left: 0px;
	background-color: rgba(255,255,255,0.80);
	height: 25px;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
	padding-top: 0px;
	border: thin solid #FFFFFF;
	border-radius: 10px;
	color: rgba(228,77,80,1.00);
}
.searchbox{
	right: 0;
	bottom: 0;
	z-index: 9990;
	display: none;
	visibility: visible;
	width: 100%;
	position: absolute;
	height: 31px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: rgba(62,153,244,0.90);
}
#search_button {
	height: 29px;
	width: 29px;
	position: absolute;
	right: -35px;
	top: 5px;
}
.gridContainer.clearfix h1 {
	color: #333;
	font-size: 1.875em;
}
#contact-zone {
	background-color: #3E99F4;
	border-bottom: 1px solid #1C87F2;
	border-top: 1px solid #1C87F2;
	position:relative;
}

table.eo_captcha {

}
#contact-zone .gridContainer.clearfix h1 {
	font-weight: 600;
	text-align: center;
	color: #FFFFFF;
}

/*------------------------------------------------------------*/

.sendtofriend {
	padding-top: 10px;
	display: block;
	text-align: right;
}
/*content image responsive*/
.gridContainer.clearfix table tbody tr td table tbody tr td a.lightbox img, .gridContainer.clearfix table tbody tr td table tbody tr td a img {
	width: 100%;
	height:auto;
}
/*eshop product category list*/
#prod_cat_list_block table tbody tr td div#categories_c1_list_container table tbody tr td a img  {
	min-width: 80px;
}
/*eshop images fix*/
#public_products_c1_list_container table tbody tr td div nobr a img {
	width: auto !important;
}
/*eshop multilist view 1*/
#public_products_c1_list_container table tbody tr td a div.eshop_image img   {
	max-width: 150px;
}
/*eshop multilist view 2*/
#public_products_c1_list_container table tbody tr td.multi2-row div a div.multi2-eshop_image img  {
	max-width: 150px;
}
/*eshop multilist view 3*/
#public_products_c1_list_container table tbody tr td.multi3-row div a div.multi3-eshop_image img  {
	max-width: 150px;
}
/*email icons size*/
#msg_list table tbody tr td table tbody tr td table tbody tr td img, #msg_list table tbody tr td table tbody tr td table tbody tr td a img  {
	width: auto !important;	
}
/*eshop next/perv image fix*/
#public_products_c1_list_container table tbody tr td.haldus_tabelilink a img {
	width: auto !important;	
}
/*eshop product detailed wiev image fix*/
#prod_cat_list_block table tbody tr td table tbody tr td div a#link img#image {
	width: auto !important;	
}
/*eshop product detailed wiev additional image fix*/
#prod_cat_list_block table tbody tr td table tbody tr td div#files_container a img {
	width: auto !important;	
}
/*user list image fix*/
#users_c1_list_container table.ctrl_table tbody tr td.ctrl_tbllink a img {
	width: auto !important;	
}
.menu_edit_img{
	background:url('../img/icons/edit.png') no-repeat;
	width:10px;
	height:12px;
	vertical-align:middle;
	z-index:9 !important;
}

body a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#webmail_frame {
	background-color: #FFF;
}

/*Join newsletter*/
#event_recipient_email_container {
	float: left;
	clear: both !important;
	max-width: none !important;
	width: 100% !important;
	border: none;
	border-radius: 0px !important;
	color: #909090;
	display: block !important;
	background-image: none !important;
}
#event_recipient_email_title {
/*	font-family: Arial;
	font-size: 16px;
	color: #3189DF;
	font-weight: normal;
	background-color: #FFFFFF;
	margin:0 0 20px 0;
	padding-left: 10px;
	display: block;
	line-height: 40px;
	border-bottom: 1px solid #DDDDDD;*/
	display:none;	
}
#event_recipient_name_text {
	display:none;
}
#event_recipient_name_text span {
	display:none;
}
#event_recipient_name {
	display:none;
}
#event_recipient_email_text {
	text-align: left;
	display:block;
	float:left;
}
#event_recipient_email_text span {
	white-space: nowrap;
	font-size: 13px;
	float:left;
	margin-top: 20px;
	display: none;
}
#event_recipient_email {
	float: right;
	margin-right: 0px;
	display: block;
	min-width: 15rem;
	height: 50px;
	border: 1px solid #fff;
	margin-top: 10px;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 1rem;	
	padding-left: 1rem;
}
#send-button {
	float: left !important;
	clear: none !important;
	padding: 0px !important;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#send-button input {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 120%;
	color: #333333;
	text-align: left;
	background-color: #FFFFFF;
	float: left;
	height: 54px;
	padding-left: 1.7rem;
	padding-right: 1.7rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	display: inline-block;
	border-style: none;
}

/*Frontpage Contact form*/
#contact-zone > div > div > table {
	width: 96%;
	align-content:center;
    border-collapse: seperate;
    border-spacing: 15px;	
}
#contact-zone input  {
	width: 100%;
	height: 50px;
	border: 1px solid #fff;
	margin-top: 10px;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 1rem;	
	padding-left: 1rem;
}
#contact-zone textarea  {
	width: 100%;
	height: 10rem;
	border: 1px solid #fff;
	margin-top: 10px;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 1rem;	
	padding-left: 1rem;
}

#contact-zone input[type="button"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 120%;
	color: #333333;
	text-align: left;
	background-color: #FFFFFF;
/*	float: left;*/
	width: auto !important;
	height: 50px;
	padding-left: 1.7rem;
	padding-right: 1.7rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	display: inline-block;
	border-style: none;
}

/*mini shoppingCart*/
#miniCart_container {
	background-image:none !important;
	text-align: left;
	width: 200px;
	height: auto;
	min-height: 70px;
	/* Firefox v1.0+ */
	-moz-border-radius: 5%;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 4%/5%;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 4%/5%;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgb(233,233,233);/*	font-size: 12px;*/
}
#miniCart_title {
	font-weight: bold;
	margin: 10px;
	display: block;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}
#miniCart_items {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#miniCart_items span {
	color: #C00;
	padding-left: 2px;
}
#miniCart_total {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#miniCart_total span {
	color: #C00;
	padding-left: 2px;
	padding-right: 2px;	
}
/*footer list*/
#footer-zone div ul {
	display: block;
	float: left;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#footer-zone div ul li.header {
	font-size: 22px;
	color: #E46A3D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8B19F !important;
	padding-bottom: 5px;
	min-width:220px;	
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	text-shadow: 0px 1px 2px rgb(255,255,255);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #ffffffff,Positive = true)";
	zoom: 1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #ffffffff,Positive = true);		
}
#footer-zone div ul li {
	padding-top: 5px;
	padding-left: 3px;
}
#footer-zone div ul li a {
	color: #6B4321;
	text-decoration: none;
}
.elitec-link {
	text-decoration: none; 
	letter-spacing: 1px; 
	font-size: 9px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #F0F0F0; 
	display:block;
	float:right;
}
#item_title  {
    font-size: 14px !important;
    font-weight: normal;
}
.AdBanner2 {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.50);
	color: #D3D3D3;	
}
.AdBanner2 a {
	color: rgba(255,255,255,1.00);
	text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 97.2222%;
	padding-left: 1.3888%;
	padding-right: 1.3888%;
	clear: none;
	float: none;
	margin-left: auto;
}
#head {
  min-height: 10rem;		
}
#main {
}
#footer {
}
#topbar {
}
#logo {

}
#search-icon {
/*	text-align: center;
	display: block;
	margin-bottom: 0.5em;
	float:none;
	margin-left: auto;*/
}
#lang {
/*	float:none;
	margin-left:auto;*/
	margin-left: 43%;		
}
#fpbox1 {
width: 31.4285%;
}
#fpbox2 {
width: 31.4285%;
clear: none;
margin-left: 2.8571%;
}
#fpbox3 {
width: 31.4285%;
clear: none;
margin-left: 2.8571%;
}
#map-zone {
}
.box-titl {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.searchbox{

}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

/*content image responsive*/
.gridContainer.clearfix table tbody tr td table tbody tr td a.lightbox img, .gridContainer.clearfix table tbody tr td table tbody tr td a img {
	width: auto !important;
	height:auto;
}
/*eshop multilist view 1*/
#public_products_c1_list_container table tbody tr td a div.eshop_image img   {
	width: auto !important;
}
/*eshop multilist view 2*/
#public_products_c1_list_container table tbody tr td.multi2-row div a div.multi2-eshop_image img  {
	width: auto !important;
}
/*eshop multilist view 3*/
#public_products_c1_list_container table tbody tr td.multi3-row div a div.multi3-eshop_image img  {
	width: auto !important;
}

.gridContainer {
	/* [disabled]width: 98.1481%; */
	max-width: 1000px;
	padding-left: 0.9259%;
	padding-right: 0.9259%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	position: relative;
	text-align: left;
}
#head {
	position: relative;
	min-height: 350px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto auto;
}
#main {
}
#footer {
}
#topbar {
	clear: both;

}
#logo {
	position: absolute;
	top: 1rem;	
}
#search-icon {
	width: 20px;
	position: absolute;
	right: 15px;
	top: 26px;
}
.searchbox{
	z-index: 30;
	display: none;
	visibility: visible;
	width: 250px;
	position: absolute;
	top: 60px;
	height: 31px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 3px;
	right: 10px;
}
#lang {
	width: auto;
	position: absolute;
	top: 27px;
	right: 45px;
}
#fpbox1 {
width: 32.0754%;
}
#fpbox2 {
width: 32.0754%;
clear: none;
margin-left: 1.8867%;
}
#fpbox3 {
width: 32.0754%;
clear: none;
margin-left: 1.8867%;
}
#map-zone {

}
.box-titl {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
