﻿

*{
	margin:0;
	padding:0;
}

html, body{
	height: 100%;
	font-family: "Myriad Pro", "Lucida Sans", Arial, sans-serif;
	width: 100%;
}
#mask{
	min-height:100%;
	width:100%;
	margin:0 auto;

}

#container{
	margin: 0px;
}
#logo {
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.5);
  background-position: right top;
  padding: 20px 25px 20px 25px;
  overflow: hidden;
  margin: 0px;
  float: left;
  width: 186px;
  text-align: center;
  height: 70px;
  z-index: 998;
  position: absolute;
  background-repeat: repeat-y;
  background-color: #FFFFFF;
}
#head {
  padding: 0px;
  margin: 0px;
  height: 85px;
  width: 100%;
  position: absolute;
  z-index: 998;
  top: 20px;
  background-color: rgb(57,57,57);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 20%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.25) 80%, rgba(0,0,0,0) 100% ) rgb(57,57,57);
  background-image: url('../img/bg.gif');
}
header {
	padding: 0px;
	width: 980px;
	margin: 0px auto 0px auto;
	height: 85px;
}
nav {
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.5);
  border-style: none;
  margin: 0px;
  background-position: center top;
  padding: 0px;
  text-align: right;
  color: #FFFFFF;
  font-size: 10px;
  width: 100%;
  height: 22px;
  top: 0px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  z-index: 999;
}
ul {
	list-style-type: none;
	height: 16px;
	padding: 3px 0px 3px 0px;
	margin: 0px auto 0px auto;
	text-align: right;
	max-width: 980px;
}
li {
	list-style-type: none;
	float: right;
	height: 16px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
li a {
  text-decoration: none;
  color: rgb(107, 125, 158);
  font-size: 13px;
  display: block;
  height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 16px;
}
li:hover {
	color: #000000;
}
li a:hover {
  color: rgb(38, 59, 95);
}
.active {
  color: rgb(38, 59, 95);
}
h1 {
  color: rgb(255, 255, 255);
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  padding: 0px;
  margin: 0px 0px 0px 280px;
  width: 700px;
  letter-spacing: -1px;
  line-height: 48px;
  z-index: 999;
  float: left;
  height: 48px;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.ru {
	  font-size: 17px;

}
.tresc {
  padding: 0px 30px 0px 30px;
  font-size: 14px;
  font-weight: normal;
  text-align: justify;
  line-height: 1.5em;
  font-family: "Myriad Pro", "Open Sans", Arial, sans-serif;
}
article {
	margin: 0px auto 0px auto;
	padding: 15px 20px 40px 20px;
	max-width: 940px;
}
.photos {
	background-position: center 100px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	padding: 20px 0px 20px 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-color: #fff;
}
.photos img {
	border: 6px solid rgba(255,255,255,0.5);
	margin: 0px 4px 8px 0px;
	vertical-align: middle;
}

.photos2 {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	padding: 20px 0px 50px 0px;
	text-align: center;
	background-color: #f3f3f3;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.25) inset;
}
.photos2 img {
	border-style: none;
	margin: 0px 2px 4px 0px;
	vertical-align: middle;
}

.content {
	padding: 0px;
	margin: 0px auto 0px auto;
	z-index: 10;
}
.content div {
	margin-bottom: -25px;
}
.contain {
  border-width: 4px;
  border-color: #FFFFFF;
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.25) inset;
  overflow: hidden;
  background-position: center;
  margin: 0px auto 0px auto;
  padding: 0px;
  background-color: #fcfcfc;
  color: #263B5F;
  background-repeat: repeat;
  border-top-style: solid;
}
footer{
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
  padding: 12px 0px 52px 0px;
  height: 160px;
  text-align: center;
  font-size: 15px;
  color: rgb(255,255,255);
  background-color: #263B5F;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
}
#foot {
	margin: 2px auto 2px auto;
	width: 880px;
}
#contact {
	width: 480px;
	margin-top: 0px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
	line-height: 1.35em;
	text-align: center;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
}
#contact a {
  text-decoration: none;
  color: #A4B9DB;
}
#author {
	margin: 0px auto 0px auto;
	width: 900px;
	font-size: 12px;
	padding-left: 0px;
	line-height: 1.3em;
	text-align: center;
	color: #C0C0C0;
	opacity: 0.8;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 16px;
}
#author a {
  text-decoration: none;
  color: #40649F;
}
#author img {
	border-style: none;
}
#author a:hover {
	color: rgb(0,0,0);
}
#contact a:hover {
	text-decoration: underline;
	color: rgb(255,255,255);
}
.highlight {
	text-decoration: blink;
	color: #DC1D2E;
}
.second {
	border-width: 1px;
	border-color: #000000;
	border-top-style: solid;
	padding-top: 20px;
	margin-top: 10px;
}
li img {
  border-style: none;
  vertical-align: middle;
}
li img:hover {
	opacity:0.6;
}
h2 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	font-family: "Myriad Pro";
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
h2 a:hover {
	color: #FFFFFF;
}
h3 {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 17px;
	padding-left: 20px;
	margin-bottom: 15px;
}
h4 {
	font-size: 23px;
	color: #A60B06;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
h6 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
}
h6 a {
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 0px;
	color: #FFFFFF;
	max-width:740px;
	display: block;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	line-height: 35px;
	padding: 0px;
	margin-top: -35px;
	text-align: center;
	font-size: 18px;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 20%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.1) 80%, rgba(255,255,255,0) 100% ) transparent;
	transition-duration: 0.6s;
	transition: color 0.6s;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
	font-weight: bold;
}
h6 a:hover {
	cursor: pointer;
	z-index: 20;
	text-decoration: blink;
	color: #FFFFFF;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 20%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.3) 80%, rgba(255,255,255,0) 100% ) transparent;
	transition-duration:0.6s;
	transition:color 0.6s;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);

}
.counter {
	border-style: none;
	vertical-align: -30%;
}
nav img:hover {
-moz-transform:scale(1.3);
-webkit-transform:scale(1.3);
transform:scale(1.3);
transition-duration:0.6s;
}
.clear {
	clear: both;
	height: 0px;
}
.oferta {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 10px;
}
.item a:hover {
	background-color: #DFF3F4;
}
.flash {
	position: absolute;
	z-index: 0;
}
.tresc a {
	color: #2576FF;
	text-decoration: none;
	font-weight: bold;
}
.tresc a:hover {
	color: #000000;
}
.tresc img {
	border-style: none;
	margin-right: 8px;
	vertical-align: middle;
}
.tresc img:hover {
}

hr {
	margin-right: 30px;
	margin-left: 30px;
	width: 882px;
	color: #C0C0C0;
	background-color: #C0C0C0;
	border-color: #C0C0C0;
	opacity:0.3;
}
small a {
	font-size: 18px;
	font-weight: bold;
}
.floating {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 2px;
}
.google-maps {
	height: 480px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.photos2 a {
	text-decoration: none;
}

.prod {
	padding: 0px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
.prod .item {
  overflow: hidden;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  color: #000000;
  font-size: 12px;
  font-family: Tahoma;
  font-weight: bold;
  margin-bottom: 10px;
  min-height: 320px;
  background-color: #FFFFFF;
}
.prod .item a {
	border: 5px solid #999999;
	border-image: url('../img/rainbow.png') 5 5 5 5 stretch;
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	text-align: center;
	width: 300px;
	background-color: #FFFFFF;
	border-radius: 10px;
	color: #000000;
	text-decoration: none;
	transition-duration: 0.6s;
	line-height: 1.4em;
	display: block;
}
.prod .item a:hover {
	border-image: url('../img/rainbow2.png') 5 5 5 5 stretch;
	color: #808080;
	transition-duration: 0.6s;
	border-radius: 10px;
}
.prod .item img {
	border-style: none;
	transition-duration: 0.6s;
	break-inside:auto;

}
.prod .item img:hover {
	transition-duration: 0.6s;
	
}
.local {
	margin: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.ru {
	font-size: 18px;
}
.down {
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-right: auto;
  margin-left: auto;
  margin-top: -80px;
  border-bottom-style: solid;
  border-width: 4px;
  border-color: #FFFFFF;
}
.downlink {
  display: block;
  width: 160px;
  height: 76px;
    margin-right: auto;
  margin-left: auto;
	text-decoration:none;
	  background-image: url('../img/arrow_down.png');

}
.downlink:hover {
		  background-image: url('../img/arrow_down_h.png');

}