﻿* {
	margin : 0;
	padding : 0;
	outline : 0;
	}
	body {
	font-family : Ubuntu, Arial, sans-serif;
	color : #000;
	font-size : 14px;
	background-color : #fff;
	}
	.mainbg {
	background-color : rgb(255, 255, 255, 0.65);
	}
	.headercontainer {
	position : absolute;
	z-index : 1001;
	margin : auto;
	width : 100%;
	}
	@media (max-width: 1000px) {
	}
	.slidercontainer {
	background-size : cover;
	background-position : center top;
	background-repeat : repeat;
	padding-top : 0;
	padding-bottom : 0;
	}
	.shadow {
	background-position : center bottom;
	max-width : 1200px;
	margin : 0 auto;
	background-image : url("../img/shadows-bottom.png");
	background-repeat : no-repeat;
	padding-bottom : 28px;
	}
	#logo {
	position : absolute;
	width : 115px;
	height : 110px;
	padding : 0 0;
	z-index : 999;
	margin : 0 0 0 0;
	}
	.button-33 {
	background-color : #c2fbd7;
	border-radius : 100px;
	box-shadow : 0 -25px 18px -14px rgb(44, 187, 99, 0.2) inset, 0 1px 2px rgb(44, 187, 99, 0.15), 0 2px 4px rgb(44, 187, 99, 0.15), 0 4px 8px rgb(44, 187, 99, 0.15), 0 8px 16px rgb(44, 187, 99, 0.15), 0 16px 32px rgb(44, 187, 99, 0.15);
	color : green;
	cursor : pointer;
	display : inline-block;
	padding : 7px 20px;
	text-align : center;
	text-decoration : none;
	transition : all 250ms;
	border : 0;
	font-size : 16px;
	user-select : none;
	touch-action : manipulation;
	}
	.button-33:hover {
	box-shadow : 0 -25px 18px -14px rgb(44, 187, 99, 0.35) inset, 0 1px 2px rgb(44, 187, 99, 0.25), 0 2px 4px rgb(44, 187, 99, 0.25), 0 4px 8px rgb(44, 187, 99, 0.25), 0 8px 16px rgb(44, 187, 99, 0.25), 0 16px 32px rgb(44, 187, 99, 0.25);
	transform : scale(1.05) rotate(-1deg);
	}
	.nav-wrapper {
	max-width : 300px;
	padding : 5px 2px 2px 5px;
	margin-right : 48px;
	text-align : center;
	float : right;
	border-radius : 100px;
	box-shadow : 0 -25px 18px -14px rgb(44, 187, 99, 0.2) inset, 0 1px 2px rgb(44, 187, 99, 0.15), 0 2px 4px rgb(44, 187, 99, 0.15), 0 4px 8px rgb(44, 187, 99, 0.15), 0 8px 16px rgb(44, 187, 99, 0.15), 0 16px 32px rgb(44, 187, 99, 0.15);
	color : #005C00;
	background-color : #c2fbd7;
	}
	.nav-wrapper:hover {
	box-shadow : 0 -25px 18px -14px rgb(44, 187, 99, 0.35) inset, 0 1px 2px rgb(44, 187, 99, 0.25), 0 2px 4px rgb(44, 187, 99, 0.25), 0 4px 8px rgb(44, 187, 99, 0.25), 0 8px 16px rgb(44, 187, 99, 0.25), 0 16px 32px rgb(44, 187, 99, 0.25);
	}
	@media (max-width: 580px) {
	.nav-wrapper {
	float : none;
	display : flex;
	justify-content : center;
	position : relative;
	left : 50px;
	margin-top : 10px;
	}
	}
	.sl-nav {
	display : inline;
	}
	.sl-nav ul {
	margin : 0;
	padding : 0;
	list-style : none;
	position : relative;
	display : inline-block;
	}
	.sl-nav li {
	cursor : pointer;
	padding-bottom : 10px;
	width : 100%;
	}
	.sl-nav li ul {
	display : none;
	}
	.sl-nav li a {
	text-decoration : none;
	color : black;
	}
	.sl-nav li a:hover {
	color : #146c78;
	width : 100%;
	}
	.sl-nav li a:active {
	color : #146c78;
	width : 100%;
	}
	.nav-wrapper:hover .sl-nav li ul {
	position : absolute;
	top : 29px;
	right : -15px;
	display : block;
	background : #fff;
	width : 120px;
	padding-top : 0;
	z-index : 1;
	border-radius : 5px;
	box-shadow : 0 0 20px rgb(0, 0, 0, 0.2);
	}
	.sl-nav:hover li .triangle {
	position : absolute;
	top : 15px;
	right : -10px;
	z-index : 10;
	height : 14px;
	overflow : hidden;
	width : 30px;
	background : transparent;
	}
	.sl-nav li:hover .triangle:after {
	content : '';
	display : block;
	z-index : 20;
	width : 15px;
	transform : rotate(45deg) translateY(0) translatex(10px);
	height : 15px;
	background : #fff;
	border-radius : 2px 0 0 0;
	box-shadow : 0 0 20px rgb(0, 0, 0, 0.2);
	}
	.sl-nav li ul li {
	position : relative;
	text-align : left;
	background : transparent;
	padding : 15px 15px;
	padding-bottom : 0;
	z-index : 2;
	font-size : 15px;
	color : #3c3c3c;
	}
	.sl-nav li ul li:last-of-type {
	padding-bottom : 15px;
	}
	.sl-nav li ul li span {
	padding-left : 5px;
	}
	.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
	color : #146c78;
	}
	.sl-flag {
	display : inline-block;
	box-shadow : 0 0 3px rgb(0, 0, 0, 0.4);
	width : 15px;
	height : 15px;
	background : #aaa;
	border-radius : 50%;
	position : relative;
	top : 2px;
	overflow : hidden;
	}
	.flag-pl {
	background : url("../img/pl.png");
	background-size : cover;
	background-position : center center;
	}
	.flag-ru {
	background : url("../img/ru.png");
	background-size : cover;
	background-position : center center;
	}
	.flag-ua {
	background : url("../img/ua.png");
	background-size : cover;
	background-position : center center;
	}
	.flag-by {
	background : url("../img/by.png");
	background-size : cover;
	background-position : center center;
	}
	.flag-kz {
	background : url("../img/kz.png");
	background-size : cover;
	background-position : center center;
	}
	.flag-cz {
	background : url("../img/cz.png");
	background-size : cover;
	background-position : center center;
	}
	.flag-sk {
	background : url("../img/sk.png");
	background-size : cover;
	background-position : center center;
	}
	.flag-lt {
	background : url("../img/lt.png");
	background-size : cover;
	background-position : center center;
	}
	.flag-ro {
	background : url("../img/ro.png");
	background-size : cover;
	background-position : center center;
	}
	.flag-hu {
	background : url("../img/hu.png");
	background-size : cover;
	background-position : center center;
	}
	.flag-fi{
	background : url("../img/fi.png");
	background-size : cover;
	background-position : center center;
		}
	.flag-dk {
	background : url("../img/dk.png");
	background-size : cover;
	background-position : center center;
		}
	.flag-ae {
	background : url("../img/ae.png");
	background-size : cover;
	background-position : center center;
		}
	.flag-es {
	background : url("../img/es.png");
	background-size : cover;
	background-position : center center;
	}
	.flag-it {
	background : url("../img/it.png");
	background-size : cover;
	background-position : center center;
	}
	.flag-fr {
	background : url("../img/fr.png");
	background-size : cover;
	background-position : center center;
	}
	.flag-de {
	background : url("../img/de.png");
	background-size : cover;
	background-position : center center;
	}
	.flag-usa {
	background-size : cover !important ;
	background-position : center center;
	background : url("../img/en.png");
	}
	.flag-at {
	background-size : cover !important ;
	background-position : center center;
	background : url("../img/at.png");
	}
	.flag-nl {
	background-size : cover !important ;
	background-position : center center;
	background : url("../img/nl.png");
	}
	header {
	background-position : center;
	max-width : 600px;
	padding : 20px 20px 0 20px;
	margin : 0 auto;
	background-repeat : no-repeat;
	min-height : 70px;
	background-image : url("../img/logo.png");
	}
	.heading {
	text-align : right;
	padding-top : 35px;
	color : #333;
	line-height : 1.2em;
	font-size : 14px;
	font-weight : 300;
	}
	.heading a {
	text-decoration : none;
	color : #005C00;
	font-size : 18px;
	font-weight : 400;
	}
	.heading a:hover {
	color : #4b2c00;
	}
	h2 {
	font-weight : 400;
	font-size : 28px;
	color : #005C00;
	text-align : center;
	}
	h1, h4 {
	background-position : center top;
	padding : 20px 20px 40px 20px;
	line-height : 1em;
	font-weight : 300;
	font-family : Helvetica;
	color : rgb(51, 51, 51);
	font-size : 34px;
	text-align : center;
	margin : 0 auto;
	background-repeat : repeat;
	max-width : 1200px;
	}
	h3 {
	padding : 15px 20px 0 20px;
	text-align : center;
	font-weight : 300;
	font-size : 24px;
	margin : 0 auto 0 auto;
	}
	.abs {
	width : 100%;
	margin : auto;
	background-color : #fff;
	}
	.article1 {
	max-width : 1200px;
	margin : 0 auto 0 auto;
	}
	@media (max-width: 980px) {
	.article1 {
	margin : 0 auto;
	}
	}
	.article1 p {
	padding : 20px;
	text-align : justify;
	font-weight : 300;
	font-size : 20px;
	color : #666;
	font-family : Arial, Helvetica, sans-serif;
	}
	.name {
	font-size : 20px;
	font-weight : 500;
	color : rgb(255, 51, 0);
	}
	.clearfix {
	clear : both;
	height : 0;
	}
	.zoom-gallery1 {
	max-width : 1200px;
	margin-right : 0;
	margin-left : 0;
	}
	.zoom-gallery1 img {
	width : 300px;
	border : none;
	}
	.zoom-gallery2 {
	max-width : 1200px;
	margin-right : 0;
	margin-left : 0;
	}
	.zoom-gallery2 img {
	width : 174px;
	border : none;
	}
	.foto {
	text-align : center;
	max-width : 1200px;
	margin : auto;
	padding-top : 20px;
	padding-bottom : 20px;
	}
	.foto1 {
	text-align : center;
	max-width : 1200px;
	margin : auto;
	padding-top : 20px;
	padding-bottom : 20px;
	display : inline-block;
	flex-direction : row;
	flex-wrap : wrap;
	justify-content : center;
	}
	.foto1 img {
	height : 144px;
	transition-duration : 0.4s;
	border-radius : 10px;
	padding : 15px;
	}
	.foto1 img:hover {
	transform : scale(1.2);
	transition-duration : 0.4s;
	box-shadow : 0 0 0 0 #fff;
	}
	.blockquote1 p {
	font-size : 18px;
	margin-top : 10px;
	text-align : center;
	font-family : "Gill Sans Extrabold", Helvetica, sans-serif;
	color : rgb(71, 71, 71);
	text-decoration : none;
	position : relative;
	}
	span {
	font-size : 18px;
	margin-top : 10px;
	text-align : center;
	font-family : "Gill Sans Extrabold", Helvetica, sans-serif;
	color : rgb(71, 71, 71);
	text-decoration : none;
	position : relative;
	}
	.gallery1 {
	margin : 15px;
	border : #ccc dashed 1px;
	box-shadow : 4px 4px 1px 1px rgb(163, 163, 163);
	text-align : center;
	max-width : 240px;
	display : inline-block;
	padding : 15px;
	}
	.gallery1:hover {
	animation : shadow-inset-center 0.4s cubic-bezier(0.250,0.460,0.450,0.940) both;
	}
	@keyframes shadow-inset-center {
	0% {
	box-shadow : 0 0 0 0 rgb(0, 0, 0, 0) inset;
	}
	100% {
	box-shadow : 0 0 14px 0 rgb(0, 0, 0, 0.5) inset;
	}
	}
	@media (max-width: 460px) {
	.gallery1 {
	margin : 5px;
	}
	}
	.gallery1 img {
	width : 191px;
	height : 140px;
	display : block;
	text-align : center;
	margin : 0 auto;
	padding : 5px;
	}
	.mainGallery {
	max-width : 900px;
	display : block;
	border : none;
	margin : 0 auto;
	text-align : center;
	}
	.desc {
	font-family : sans-serif;
	font-size : 20px;
	padding : 15px;
	text-align : center;
	}
	.foto img {
	height : 200px;
	transition-duration : 0.4s;
	border-radius : 10px;
	padding : 15px;
	}
	.foto img:hover {
	transform : scale(1.2);
	transition-duration : 0.4s;
	box-shadow : 0 0 0 0 #fff;
	}
	.center {
	text-align : center;
	padding-bottom : 0;
	}
	.justify {
	text-align : justify;
	}
	.center strong {
	font-weight : 400;
	font-size : 28px;
	color : #006633;
	}
	footer {
	text-align : center;
	width : 100%;
	margin : 0 auto;
	background-color : #eee;
	}
	footer small {
	font-size : 11px;
	opacity : 0.85;
	margin-top : 10px;
	display : inline-block;
	}
	footer p {
	padding : 20px;
	font-size : 18px;
	text-align : center;
	line-height: 1.5;
	}
	footer a {
	color : #005C00;
	}
	footer a:hover {
	color : #000;
	}
	.google-maps {
	height : 320px;
	width : 100%;
	border : 0;
	}
	#author {
	margin : 0 auto;
	text-align : center;
	padding : 10px 20px;
	font-size : 11px;
	color : #000;
	background-color : #eee;
	width : 80%;
	}
	#author img {
	border : none;
	vertical-align : middle;
	}
	#author a {
	color : #005C00;
	}
	.inside {
	max-width : 480px;
	}
	@media (max-width: 944px) {
	.col1-4 {
	width : 50%;
	}
	.col1-2 {
	width : 100%;
	}
	}
	@media (max-width: 509px) {
	.heading {
	display : none;
	}
	#menu ul {
	text-align : center;
	}
	#logo {
	position : relative;
	width : 100%;
	text-align : center;
	padding-bottom : 20px;
	padding-top : 0;
	}
	header {
	background-position : center center;
	background-repeat : no-repeat;
	}
	h1 {
	padding : 15px 20px;
	font-size : 25px;
	}
	}
	@media (max-width: 310px) {
	body {
	background-image : none;
	}
	}
	@media (max-width: 759px) {
	.floating {
	display : none;
	}
	.center strong {
	font-size : 18px;
	}
	.col1-3 {
	width : 100%;
	}
	}
	@media (max-width: 479px) {
	.floating {
	display : none;
	}
	.inside {
	width : 100%;
	}
	}
	@media (max-width: 319px) {
	.push-left {
	display : none;
	}
	}
	.pdf {
	float : right;
	margin : 20px 20px 20px 20px;
	text-align : center;
	background-color : #fff;
	padding : 20px 20px;
	color : #666;
	text-decoration : none;
	font-size : 12px;
	font-weight : 400;
	}
	.pdf img {
	border-style : none;
	text-align : center;
	height : 64px;
	padding-bottom : 10px;
	}
	.pdf a {
	color : #000;
	}
	.pdf a:hover {
	color : #555;
	text-decoration : none;
	}
	@media (max-width: 479px) {
	.pdf {
	float : none;
	display : inline-block;
	width : 100%;
	margin : 10px 0;
	padding : 10px 0;
	}
	}
	.floating {
	float : right;
	margin : 0 0 0 20px;
	height : 190px;
	}
	.prod {
	text-align : center;
	padding : 25px 0;
	}
	.prod .item {
	display : inline-block;
	width : 23%;
	margin : 0.7% 0.5%;
	vertical-align : top;
	}
	.prod .item a {
	display : block;
	color : #777;
	padding-bottom : 20px;
	border : rgb(200, 200, 200, 0.5) solid 1px;
	font-size : 16px;
	font-weight : 300;
	padding-top : 30px;
	min-height : 170px;
	text-decoration : none;
	}
	.prod .item img {
	max-width : 150px;
	}
	.prod .item a:hover {
	color : #6a2670;
	border : #ccc solid 1px;
	}
	.prod .item a:hover img {
	transform : scale(0.94);
	transition-duration : 0.35s;
	}
	.fotos img {
	width : 20%;
	}
	.fotos {
	line-height : 0;
	}
	@media (max-width: 639px) {
	.prod .item {
	width : 48%;
	margin : 0.7% 0.5%;
	}
	}
	@media (max-width: 359px) {
	.prod .item {
	width : 97%;
	margin : 2.7% 0.5%;
	}
	}



	.flag-ge {
		background: url("../img/ge.png");
		background-size: cover;
		background-position: center center;
	}


	.flag-se {
		background: url("../img/se.png");
		background-size: cover;
		background-position: center center;
	}


	.flag-lv {
		background: url("../img/lv.png");
		background-size: cover;
		background-position: center center;
	}