body, div, table, span, a, input, textarea, button, select { font-family: 'Averta', sans-serif; font-weight: normal; text-decoration: none; color: #222222; }

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1vw;
   text-align: center;
  background-color: #ffffff;
  height: 100%;
  background-attachment: fixed;
  background-position: center top;
/*
  background-image: url("img/bg_body1.jpg");
  background-size: 100%;
*/
}

/*
* {
   box-sizing: border-box;
}
*/

.inp { 
  display: inline-block;
  width: 200px;
  font-size: 11pt;
  font-weight: normal;
  padding: 7px 10px 7px 10px;
  margin: 3px 0 0 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;  
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff !important;
  text-align: left !important;
  vertical-align: middle !important;  
}
.btn { 
  display: table-cell;
  height: 30px;
  font-size: 13pt;
  font-weight: normal;
  line-height: 20px;
  padding: 0 20px 0 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;  
  border: 0;
  background-color: #6F6F6F;
  color: #ffffff !important;
  cursor: pointer; 
  text-align: center !important;
  vertical-align: middle !important;  
	transition: all 0.5s ease 0s;
}
.btn:hover {
  text-decoration: none;
  background: #00D100;
}

.btnGreen { 
  border: 2px solid #006A03 !important;
  background-color: #019934 !important;
  color: #ffffff !important;
}
.btnGreen:hover {
  text-decoration: none;
  background-color: #006A03 !important;
}

input, textarea { color: #000000; }
.form { 
	width: 20vw;
	padding: 0.5vw 0.5vw 0.5vw 0.5vw;
	margin: -0.5vw 0.5vw 1vw 0;
	background: rgba(0, 0, 0, 0.1);
	border: none;
}
select.form { 
  width: 20vw !important; 
}

.button { 
  display: block;
  float: left;
  text-align: center;
  font-weight: normal !important; 
  min-width: 10vw; 
  padding: 0.5vw;
  margin: -0.5vw 0.5vw 1vw 0 !important;
  color: #ffffff !important; 
  background: #006600;
  border: 0;
  cursor: pointer; 
}
.button:hover { 
  text-decoration: none;
  background: #110082;
}

form { margin: 0; }

hr {
  margin: 0 0 1vw 0;
  padding: 0;
  height: 0;
  border: none;
  border-bottom: 0.05vw solid #000000;
}

a:link { 
  text-decoration: none;
  font-weight: normal; 
  color: #b51721;
}

a:visited {
  text-decoration: none;
  font-weight: normal; 
  color: #b51721;
}

a:active {
  text-decoration: none;
  font-weight: normal; 
  color: #b51721;
}

a:hover {
  text-decoration: underline;
  color: #b51721;
}

div#page {
  position: absolute;
  left: 0;
  top: 0; 
  width: 100%; 
  min-height: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}

div#fotoBG {
  width: 100%;
  height: 10vw;
/*   height: calc(100vh - 2vw); */
/*   height: 100vh; */
  overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('img/bg_foto1.jpg');
}
div#page.home div#fotoBG {
  height: 33vw;
}
div#fotoBG:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
div#fotoBG.fix {
  position: fixed;
	top: 0 !important;
  height: 7vw !important;
	z-index: 3 !important;
	overflow: hidden;
	background-position: center center;
}

#bsText {
	display: none !important;
	position: absolute;
	box-sizing: border-box;
	left: 11vw;
/* 	top: calc(50vh - 9.5vw); */
	top: 9vw; 
	width: 78vw;
	padding: 0;
/* 	height: 4.5vw; */
/* 
	font-family: "Open Sans", "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-weight: 400;
 */
	font-family: 'AvenirNextCyr-Medium';
	font-size: 1.5vw;
	line-height: 150%;
	color: #ffffff;
	text-align: center;

}
div#page.home #bsText {
	display: block !important;
/* 
	top: auto;
	bottom: 7vh; 
 */
}
#bsText h2 {
	font-family: 'AvenirNextCyr-Bold';
	font-size: 3.5vw;
	line-height: 120%;
	font-weight: 300;
	color: #ffffff;
	margin: 0 0 1.5vw 0;
	padding: 0;
}


div#pageIn {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
/*   min-height: 100%; */
  margin: 0px auto;
  padding: 0; 
  text-align: left;
}

.page_fp {
  padding-bottom: 300px !important; 
}

a#logo {
  position: absolute;
  display: block;
  left: 1.25vw;
  top: 2.75vw;
  min-height: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 2;
}

a#logo img {
	height: 5vw;
	transition: all 0.5s ease 0s;
}
a#logo:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05); /* IE 9 */
}

div#header {
  position: fixed;
  display: block;
  clear: both;
  width: 100%;
  height: 8.5vw;
  margin: 0;
  padding: 0; 
  text-align: left;
  
  	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

  background: rgba(255,255,255,1);
  z-index: 3;

/* 
background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0) 40%);
background-image: -moz-linear-gradient(right, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0) 40%);
background-image: -o-linear-gradient(right, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0) 40%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(20, rgba(255,255,255,0.6)), color-stop(40, rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(right, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0) 40%);
background-image: linear-gradient(to right, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0) 40%);
 */

}
div#header.fix {
	-webkit-filter: drop-shadow(0 0.5vw 0.3vw rgba(0,0,0,0.2));
	filter: drop-shadow(0 0.5vw 0.3vw rgba(0,0,0,0.2));
}


div#header div#tools {
	position: absolute;
	left: 0;
	top: 0;
	height: 1.75vw;
	width: 100%;
	background-color: rgba(0,0,0,0.06); 
	border-bottom: 1px solid #e7e7e7;
}

div#social {
	position: absolute;
	right: 1.5vw;
	top: 0.5vw;
}

div#social a {
	display: inline-block;
	height: 2vw;
	width: auto;
	margin: 0 0 0 1vw;
	font-size: 0.75vw;
	color: #3c3c3c;
}
div#social a i {
	display: inline-block;
	font-family: 'fontello' !important;
	font-size: 1vw;
	line-height: 1vw;
	font-weight: normal;
	font-style: normal;
	padding: 0.25vw 0 0 0;
	margin: 0 0.25vw 0 0;
	transition: all 0.5s ease 0s;
}
div#social a:hover {
	color: #006600;
	text-decoration: none;
}

div#kont {
	position: absolute;
	right: 0vw;
	top: 0.25vw;
}

div#kont a {
	display: inline-block;
	height: 2vw;
	width: auto;
	margin: 0 1.5vw 0 1.5vw;
	font-size: 0.9vw;
	line-height: 1vw;
	font-family: 'Averta-Light', sans-serif;
	color: #222222;
}
div#kont a:hover {
	color: #b51721;
	text-decoration: none;
}
div#kont a i {
	display: inline-block;
	font-family: 'fontello' !important;
	font-size: 1vw;
	color: #b51721;
	line-height: 1vw;
	font-weight: normal;
	font-style: normal;
	padding: 0.25vw 0 0 0;
	margin: 0 0.25vw 0 0;
	transition: all 0.5s ease 0s;
}

#menuIcon {
  display: none;
  position: absolute;
  box-sizing: border-box;
  right: 4vw;
  top: 1.5vh;
  height: 10vh;
  width: 15vw;
/*   font-family: 'Saira', sans-serif; */
  font-size: 1.7vh;
  font-weight: normal;
  line-height: 1.2vh;
  margin: 0; 
  padding: 1vh 0 0 0;
  text-transform: lowercase;
  text-align: center;
  color: #3C3C3C;
}
#menuIcon:hover {
  text-decoration: none;
}
#menuIcon span {
  display: block;
  font-family: 'fontello' !important;
  font-size: 7vh;
  line-height: 6.5vh;
  color: #b51721;
}

div#user {
  position: absolute;
  display: block;
  right: 1.5vw;
  top: 2vw;
  margin: 0;
  padding: 0;
  	font-size: 1vw;
/* 	font-family: 'Saira', sans-serif; */
  text-align: left;
  z-index: 1;
  color: #ffffff;
}

div#user a {
	display: inline-block;
	color: #ffffff;
  	font-size: 1vw;
/* 	font-family: 'Saira', sans-serif; */
	text-decoration: none !important;
	transition: all 0.5s ease 0s;
}
div#user a i {
	font-style: normal;
	line-height: normal !important;
}
div#user a:hover {
	color: #ffffff;
	text-decoration: none !important;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1); /* IE 9 */
}

div#menu {
  position: absolute;
  display: block;
  right: 2vw;
  top: 4.75vw;
  margin: 0;
  padding: 0;
  font-size: 0.75vw;
  text-align: left;
  color: #222222;
  z-index: 100;
}

div#menu a {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
/* 	margin: -1px 0 1px 0; */
	padding-bottom: 0.25vw !important;
	font-size: 1.2vw;
	font-family: 'Averta-Semibold', sans-serif;
	font-variant: small-caps;
	line-height: 1.2vw;
	color: #222222;
	border-bottom: 0.75vw solid transparent;
	transition: all 0.5s ease 0s;
}
div#menu a:hover {
	color: #b51721;
	border-bottom: 0.75vw solid #b51721;
}
 
div#menu a.sel {
	color: #b51721;
	border-bottom: 0.75vw solid #b51721;
}


div#menu a i {
    display: block;
    position: absolute;
    left: 0.9vw;
    top: 0.9vw;
    font-style: normal;
	font-family: 'fontello' !important;
    color: #ffffff;
/* 	transition: all 0.5s ease 0s; */
}
div#menu a:hover i {
    color: #ffffff;
}
div#menu.open a i {
    left: -2vw;
    top: 3.2vw;
}
div#menu a.sel:hover i {
    color: #ffffff;
}

div#menu.open {
  display: block !important;
  width: 100vw;
  left: 0;
  height: calc(100vh - 12vh);
  top: 12vh !important;
  overflow: auto;
  background-color: #3C3C3C;
}
div#menu.open a {
	box-sizing: border-box;
	width: 100vw;
	height: auto;
  	font-size: 6vw;
	text-align: center;
}
div#menu.open a:hover {
  color: #ffffff !important;
/*   background: #ED6E00 !important; */
}
div#menu.open a span {
	width: 100vw;
	height: auto;
	font-size: 6vw;
	line-height: 7vw;
	text-align: left;
}
div#menu.open a span img {
	clear: none;
	float: left;
	width: 7vw;
	height: auto;
	margin: 0 3vw 0 0;
	font-size: 4vw;
}


div#main {
  	position: relative;
	box-sizing: border-box;
  	width: 100%;
  	min-height: 60vh;
	margin: 8.5vw 0 0 0;
  	padding: 0;
  	display: block;
  	clear: both;
  	text-align: left;
/*   	background: #ffffff; */
}

div#hBl {
	position: relative;
	box-sizing: border-box;
	left:0;
	top: 0vw;
	width:100vw;

	z-index: 1;
}
div#hBl > div {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 33vw;
	height: 33vw;
	padding: 2vw 4vw 1vw 4vw;
	font-family: 'Averta', sans-serif;
	font-size: 1.1vw;
	line-height: 150%;
	text-align: center;
	color: #ffffff;
	background-color: #dedede;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
div#hBl div#hBl1 {
	background-image: url("img/bg_drevostavby.jpg");
}
div#hBl div#hBl2 { 
	background-image: url("img/bg_palety.jpg");
	margin: 0 0.5vw 0 0.5vw;
}
div#hBl div#hBl3 {
	background-image: url("img/bg_pelety.jpg");
}

div#hBl > div > img {
	position: relative;
	top: 6vw;
	width: 9vw;
	-webkit-filter: drop-shadow(0.3vw 0.3vw 0.3vw rgba(0,0,0,0.5));
	filter: drop-shadow(0.3vw 0.3vw 0.3vw rgba(0,0,0,0.75));
}

div#hBl > div > div {
	position: absolute;
	bottom: -2vw;
	box-sizing: border-box;
	float: left;
	width: 25vw;
	height: 10vw;
	padding: 1.25vw 1.5vw 1vw 1.5vw;
	font-family: 'Averta', sans-serif;
	font-size: 1.1vw;
	line-height: 150%;
	text-align: left;
	color: #ffffff;
	background-color: #b51721;
}
div#hBl > div#hBl2 > div {
	background-color: #222222;
}
div#hBl div h2 {
	position: relative;
	font-family: 'Averta-Bold', sans-serif;
	font-variant: small-caps;
	font-size: 2.5vw;
	line-height: 2.5vw;
	margin: 0;
	padding: 0 0 0.5vw 0;
}
div#hBl div h3 {
	font-family: 'Averta-Bold';
	font-size: 1.75vw;
	margin: 0;
	padding: 0 0 0.75vw 0;
}
div#hBl > div > div span {
	color: #ffffff;
	font-size: 1vw;
	line-height: 140%;
}




div#pBl {
	position: relative;
	box-sizing: border-box;
	left:0;
	top: 0vw;
	width:100vw;
	padding-bottom: 2vw;
	z-index: 1;
}
div#pBl > div {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 33vw;
	height: 10vw;
	padding: 0.75vw 6.5vw 1vw 6.5vw;
	font-family: 'Averta', sans-serif;
	font-size: 1.1vw;
	line-height: 150%;
	text-align: center;
	color: #ffffff;
	background-color: #dedede;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
div#pBl div#pBl1 {
	background-image: url("img/bg_drevostavby.jpg");
}
div#pBl div#pBl2 { 
	background-image: url("img/bg_palety.jpg");
	margin: 0 0.5vw 0 0.5vw;
}
div#pBl div#pBl3 {
	background-image: url("img/bg_pelety.jpg");
}

div#pBl > div > img {
	position: relative;
	top: 0vw;
	width: 6vw;
	-webkit-filter: drop-shadow(0.3vw 0.3vw 0.3vw rgba(0,0,0,0.5));
	filter: drop-shadow(0.3vw 0.3vw 0.3vw rgba(0,0,0,0.75));
}

div#pBl > div > div {
	position: absolute;
	bottom: -1.25vw;
	box-sizing: border-box;
	float: left;
	width: 20vw;
	height: 4vw;
	padding: 1.25vw 1.5vw 1vw 1.5vw;
	font-family: 'Averta', sans-serif;
	font-size: 1.1vw;
	line-height: 150%;
	text-align: center;
	color: #ffffff;
	background-color: #b51721;
}
div#pBl > div#pBl2 > div {
	background-color: #222222;
}
div#pBl div b {
	position: relative;
	font-family: 'Averta-Bold', sans-serif;
	font-variant: small-caps;
	font-size: 2vw;
	line-height: 2vw;
	margin: 0;
	padding: 0 0 0.5vw 0;
}
div#pBl > div > div span {
	color: #ffffff;
	font-size: 1vw;
	line-height: 140%;
}



div#hCnt {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 21vw;
	padding: 0;
	margin-top: -4vw;
	background-color: #222222;
	z-index: 1;
	text-align: center;
}
div#hCnt div {
	display: inline-block;
	box-sizing: border-box;
	width: 23vw;
	padding: 0vw 0vw 0vw 0vw;
	margin: 4.5vw 0 0 0;
	font-family: 'Averta-Semibold';
	font-size: 1.25vw;
	line-height: 150%;
	text-align: center;
	color: #ffffff;
	border-right: 1px solid #666666; 
}
div#hCnt div:nth-child(4) {
	border-right: none; 
}
div#hCnt div i {
	font-family: 'fontello' !important;
	font-style: normal;
	font-size: 3.25vw;
	line-height: 4vw;
	color: #b51721;
	margin: 0;
	padding: 0 0 3vw 0;
}
div#hCnt div h3 {
	font-family: 'Averta-Bold';
	font-size: 2.5vw;
	margin: 0;
	padding: 1.5vw 0 1vw 0;
}


div#hSlu {
	position: relative;
	left: 8vw;
	width: 84vw;
	height: 21vw;
}
div#hSlu div {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 28vw;
	height: 16vw;
	padding: 0vw 2.5vw 1vw 4.5vw;
	font-family: 'Averta';
	font-size: 1.1vw;
	line-height: 150%;
	text-align: left;
	color: #000000;
}
div#hSlu div i {
	display: block;
	box-sizing: border-box;
	width: 3.5vw;
	height: 3.5vw;
	overflow: hidden;
	font-family: 'fontello' !important;
	font-style: normal;
	font-size: 1.75vw;
	line-height: 2vw;
	text-align: center;
	color: #b51721;
	margin: 0 0 -3.25vw -4.5vw;
	padding: 0.75vw;
	border: 1px solid #b51721;
	transition: all 0.5s ease 0s;
}
div#hSlu div:hover i {
	color: #ffffff;
	background-color: #b51721;
}
div#hSlu div a {
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 6vw;
	font-style: normal;
	font-size: 0.9vw;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin: 1vw 0 0 0;
	padding: 0.25vw 0.5vw 0.25vw 0.5vw;
	border: 1px solid #000000;
	transition: all 0.5s ease 0s;
}
div#hSlu div a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
}
div#hSlu h2 {
	position: relative;
	font-family: 'Averta-Semibold';
	font-size: 2.5vw;
	font-variant: small-caps; 
	text-align: center;
	margin: 0;
	padding: 3vw 0 1vw 0;
}
div#hSlu div h3 {
	position: relative;
	font-family: 'Averta-Bold';
	font-size: 1.25vw;
	margin: 0;
	padding: 1vw 0 0.5vw 0;
}

div#hNAkce {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0 10vw 5vw 10vw;
	color: #ffffff;
	background-color: #0f0058;
	text-align: center;
	font-size: 1.25vw;
}
div#hNAkce div.hSlNAkce {
	box-sizing: border-box;
	display: block;
	float: left;
	overflow: hidden;
	width: 24vw !important;
	height: 26vw;
	padding: 0;
	margin: 0 1vw 0 1vw;
	font-family: 'Averta';
	font-size: 1.1vw;
	line-height: 150%;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
}
div#hNAkce h2 {
	position: relative;
	font-family: 'Averta-Semibold';
	font-size: 2.5vw;
	font-variant: small-caps; 
	text-align: center;
	margin: 0;
	padding: 3vw 2vw 1vw 0;
}
div#hNAkce div.hSlNAkce img {
	width: 100%;
	height: auto;
}
div#hNAkce div span {
	display: block;
	float: right;
}
div#hNAkce div.hSlNAkce i {
	font-family: 'fontello' !important;
	font-style: normal;
	font-size: 1vw;
	line-height: 1vw;
	text-align: center;
	color: #000000;
	margin: 0;
	padding: 0;
}
div#hNAkce div.hSlNAkce b.tit {
	display: block;
	box-sizing: border-box;
	position: relative;
	font-family: 'Averta-Light';
	font-size: 1vw;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0.5vw 0.75vw 0.5vw 0.75vw;
	background-color: rgba(0,0,0,0.03); 
}
div#hNAkce div.hSlNAkce b.tit sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
}
div#hNAkce div.hSlNAkce h3 {
	position: relative;
	font-family: 'Averta';
	font-size: 1.25vw;
	margin: 0;
	padding: 1.5vw 0.75vw 0.5vw 0.75vw;
}
div#hNAkce div.hSlNAkce div {
	padding: 0 0.75vw 0.75vw 0.75vw;
}


div#hKont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0 7vw 5vw 7vw;
	color: #000000;
	text-align: center;
	font-size: 1.25vw;
}
div#hKont > div {
	box-sizing: border-box;
	display: block;
	float: left;
	overflow: hidden;
	width: 19vw;
	height: 9vw;
	padding: 0.75vw;
	margin: 0 1vw 0 1vw;
	font-family: 'Averta';
	font-size: 1.1vw;
	line-height: 150%;
	text-align: left;
	background-color: #ffffff;
	color: #000000;
}
div#hKont > div:hover {
	color: #ffffff;
	background-color: #006600;
}
div#hKont h2 {
	position: relative;
	font-family: 'Averta-Semibold';
	font-size: 2.5vw;
	font-variant: small-caps; 
	text-align: center;
	margin: 0;
	padding: 3vw 0 1vw 0;
}
div#hKont div b {
	font-family: 'Averta-Semibold';
	font-size: 1vw;
	font-weight: normal;
}
div#hKont div i {
	font-family: 'fontello' !important;
	font-style: normal;
	font-size: 1vw;
	line-height: 1vw;
	text-align: center;
	margin: 0;
	padding: 0 0.5vw 0 0;
}
div#hKont div a {
	color: #000000;
	transition: all 0.5s ease 0s;
}
div#hKont div:hover a {
	color: #ffffff;
}
div#hKont div a:hover {
	text-decoration: none;
	margin-left: 0.75vw;
}
div#hKont div h3 {
	position: relative;
	font-family: 'Averta-Light';
	font-variant: small-caps; 
	font-size: 1.5vw;
	margin: 0;
	padding: 0 0 0.5vw 0;
}


div.text {
  position: relative;
	box-sizing: border-box;
  display: block;
/*   width: 100%; */
  min-height: 20vw;
  width: 87vw;
  margin: 3vw 0 3vw 6.5vw;
  padding: 0;
  color: #000000;
  text-align: left;
  overflow: hidden;
  background-color: #ffffff;
}
div#page.home div.text {
	width: 92vw;
	margin: 5vw 0 3vw 4vw;
}

div.text_in {
	box-sizing: border-box;
  font-size: 1.1vw;
  line-height: 150%;
    text-align: left;
  color: #000000;
  margin: 0;
  padding: 0vw;
}

div.textFull {
  width: 100% !important;
  margin: 0 !important;
}
div.textFull div.text_in {
  padding: 15px 15px 15px 50px !important;
}

div.text h1, div.text h2.h1 {
	position: relative;
	box-sizing: border-box; 
/* 	padding: 2vw 20vw 0.75vw 18vw; */
	padding: 0 0 1.5vw 0;
	margin: 0;
	font-family: 'Averta-Semibold', sans-serif;
	font-variant: small-caps; 
	font-size: 2vw;
	line-height: 100%;
	text-align: left;
	color: #b51721;
/*	border-bottom: 1px solid #000000; */
/* 	transition: all 0.2s ease 0s; */
}

div.text h2 {
  	padding: 0 0 1vw 0;
  	margin: 0;
	font-family: 'Averta-Light', sans-serif;
  	font-size: 1.5vw;
  	font-weight: normal;
  	color: #b51721;
  	text-align: left;
}
div.text h2 i {
  	font-weight: normal;
  	font-style: normal;
  	color: #000000;
}

div.text h2 em {
	position: relative;
	color: #b51721;
	font-style: normal;
}

div.text h3 {
  margin: 0;
  padding: 0px 0 0.25vw 0;
	font-family: 'Averta-Semibold', sans-serif;
  font-size: 1.25vw;
  font-weight: 300;
  color: #b51721;
}

div.text b, strong {
	font-family: 'Averta-Bold', sans-serif;
	font-weight: normal;
}

div.text ul {
    margin:  0;
    padding: 0 0 1vw 2vw;
}

div.text p {
  margin: 0;
  padding: 0 0 0.75vw 0;
}

div.text div.text_in iframe.mapa {
    width: 100%;
    height: 50vh;
    margin: 3vw -3.5vw -4vw -3.5vw;
    padding: 0;
}

div.text .inTxtF2 {
	width: 34.75vw !important;
	height: auto !important;
	margin: 1vw;
	-webkit-box-shadow: 0.3vw 0.3vw 0.25vw rgba(0,0,0,0.3);
	-moz-box-shadow: 0.3vw 0.3vw 0.25vw rgba(0,0,0,0.3);
	box-shadow: 0.3vw 0.3vw 0.25vw rgba(0,0,0,0.3);
}

div.text .inTxtF3 {
	width: 22.25vw !important;
	height: auto !important;
	margin: 1vw;
	-webkit-box-shadow: 0.3vw 0.3vw 0.25vw rgba(0,0,0,0.3);
	-moz-box-shadow: 0.3vw 0.3vw 0.25vw rgba(0,0,0,0.3);
	box-shadow: 0.3vw 0.3vw 0.25vw rgba(0,0,0,0.3);
}

.mb80 {
  display: inline-block;
  width: 100px;
}

.w120 {
  width: 120px !important;
}

.galerie {
  display: block;
  margin: 1vw 0 2vw 0;
  padding: 0;
}

.fotoG {
	display: block;
	float: left;
	width: 13vw;
	height: 9vw;
	padding: 0;
	margin: 0.5vw 0.5vw 0.5vw 0.5vw;
	background-color: rgba(0,0,0,0.05);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('img/noimg.png');
	overflow: hidden;
/*
	-moz-border-radius: 1vw;
	-webkit-border-radius: 1vw;
	border-radius: 1vw;  
*/
	-webkit-box-shadow: 0vw 0vw 0.5vw rgba(0,0,0,0.3);
	-moz-box-shadow: 0vw 0vw 0.5vw rgba(0,0,0,0.3);
	box-shadow: 0vw 0vw 0.5vw rgba(0,0,0,0.3);
}

.fotoG:nth-child(3) {
}

.foto {
  display: block;
  float: left;
  margin: 0px 5px 5px 0px;
  padding: 0;
  background: url("img/bg_foto.png") right bottom no-repeat;
}

.fotoR {
  float: right !important;
  padding: 0;
}

.foto img {
  margin: 2px 7px 7px 2px;
  clear: both;
}

.icoTel {
	position: relative;
	padding-left: 1.5vw;
}
.icoTel::before {
	position: absolute;
	display: block;
	left: 0vw;
	top: 0; 
	content: "\e861"; 
	font-family: 'fontello' !important;
	color: #000000;
}

.icoMail {
	position: relative;
	padding-left: 1.5vw;
}
.icoMail::before {
	position: absolute;
	display: block;
	left: 0;
	top: -0.15vw; 
	content: "\f0e0"; 
	font-family: 'fontello' !important;
	color: #000000;
}

.icoLink {
	position: relative;
	padding-left: 1.5vw;
}
.icoLink::before {
	position: absolute;
	display: block;
	left: 0;
	top: -0.15vw; 
	content: "\f07b"; 
	font-family: 'fontello' !important;
	color: #000000;
}

.fotoKruh {
	width: 16vw !important;
	height: 16vw !important;
	margin: 0 2vw 1vw 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;  
	-webkit-box-shadow: 0.3vw 0.3vw 0.5vw rgba(0,0,0,0.3);
	-moz-box-shadow: 0.3vw 0.3vw 0.5vw rgba(0,0,0,0.3);
	box-shadow: 0.3vw 0.3vw 0.5vw rgba(0,0,0,0.3);
}

.logoPartner {
	max-width: 50vw;
	margin: 2vw;
	width: auto !important;
	height: 8vw !important;
}

div.text table {
	border-collapse: collapse;
}

table td {
  vertical-align: top;
}

.tParam {
	border-collapse: collapse;
	margin-right: 0.5vw;
}
.tParam tr {
	background-color: #fcfcfc;
	border-bottom: 0.5vw solid #ffffff;
}
.tParam tr:nth-child(odd) {
	background-color: #f6f6f6;
}

.adresa th {
  width: 105px;
  text-align: left;
}

.sipkyLR {
  display: block;
  position: fixed;
  top: 50%;
  margin: -70px 0 0 0;
  width: 150px;
  height: 202px;
  text-decoration: none !important;
  background: url("img/sipky.png") no-repeat;
  z-index: 1;
}

a#sipkaL {
  left: 10px;
  background-position: 0 0;
}
a#sipkaR {
  right: 10px;
  background-position: right 0;
}
a#sipkaL:hover {
  background-position: 0 -202px;
}
a#sipkaR:hover {
  background-position: right -202px;
}

.small {
  font-size: 9pt;
}

#footMenu {
	clear: both;
	min-height: 10vw;
	color: #ffffff;
	background-color: #222222;
}
#footMenu h2 {
	font-size: 1.5vw;
	font-variant: small-caps; 
	color: #ffffff;
	padding: 0 0 1vw 0;
	margin: 0;
}
#footMenu ul {
	list-style: none;
	padding: 0 0 0 1vw;
	margin: 0;
	line-height: 200%;
	color: #ffffff;
}
#footMenu ul li {
	position: relative;
	padding: 0;
	transition: all 0.5s ease 0s;
}
#footMenu ul li::before {
	position: absolute;
	display: block;
	left: -1vw; 
	color: #ffffff;  
	content: "\e840"; 
	font-family: 'fontello' !important;
	font-size: 0.75vw; 
	top: 0em; 
	transition: all 0.5s ease 0s;
}
#footMenu ul li:hover::before {
	color: #006600;
	left: -0.5vw;
}
#footMenu ul li:hover  {
	padding: 0 0 0 0.5vw;
}
#footMenu ul li:hover a {
	color: #006600;
}
#footMenu ul li a {
	color: #ffffff;
}
#footMenu ul li a:hover {
	text-decoration: none;
}
#footMenu #fSl1 {
	float: left;
	width: 17vw;
	min-height: 5vw;
	margin: 3vw 0 3vw 5vw;
	padding: 0;
	color: #ffffff;
}
#footMenu #fSl2 {
	float: left;
	width: 20vw;
	min-height: 5vw;
	margin: 3vw 0 3vw 3vw;
	color: #ffffff;
}
#footMenu #fSl3 {
	float: left;
	width: 20vw;
	min-height: 5vw;
	margin: 3vw 0 3vw 3vw;
	line-height: 200%;
	color: #ffffff;
}
#footMenu #fSl4 {
	float: left;
	width: 27vw;
	min-height: 5vw;
	margin: 3vw 0 3vw 3vw;
	color: #ffffff;
}
#footMenu #fSl4 iframe {
	width: 100%;
	height: 15vw;
	transition: all 0.5s ease 0s;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
#footMenu #fSl4 iframe:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

#footMenu #fSl3 h3 {
	position: relative;
	font-size: 1vw;
	margin: 0;
	padding: 0;
}
#footMenu span, #footMenu a {
	position: relative;
	color: inherit;
}
#footMenu a:hover {
	color: #006600;
	text-decoration: none;
}
#footMenu .icoTel::before {
	top: -0.25vw; 
	color: inherit;
}
#footMenu .icoMail::before {
	top: -0.25vw; 
	color: inherit;
}
#footMenu .icoLink::before {
	top: -0.25vw; 
	color: inherit;
}

#foot {
  position: relative;
  bottom: 0px;
  width: 100%;
  min-width: 300px;
  height: 4vw;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #ffffff;
  font-size: 7pt;
  z-index: 1;
  background: rgba(0,0,0,1);
}

#foot #fText {
	position: absolute;
	left: 0;
	top: 2vw;
	font-size: 1vw;
	color: #ffffff;
	width: 100%;
	text-align: center;
}
#foot #fText a {
	color: #ffffff !important;
}
#foot #fText a:hover {
	color: #ED6E02;
	text-decoration: none !important;
}

#foot #fTools {
  position: absolute;
  right: 10px;
  top: 5px;
}
#foot #fTools a {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 0 0 20px;
  text-decoration: none !important;
}
#foot #fTools a#icoHome {
  background: url("img/ico_home.png") 0 0 no-repeat;
}
#foot #fTools a#icoMail {
  background: url("img/ico_mail.png") 0 0 no-repeat;
}
#foot #fTools a#icoKontakt {
  background: url("img/ico_kontakt.png") 0 0 no-repeat;
}

#iLog {
  background: url("img/ico_man.png") 0 0 no-repeat;
}

.clb {
  display: block;
  float: none !important;
  clear: both !important;
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;    
}

.clb10 { 
  clear: both;
  font-size: 0px;
  height: 0px;
  line-height: 0px;
  margin: 0;
  padding: 10px 0 0 0;    
}

.dis {
  cursor: no-drop !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter: alpha(opacity=35);
	-moz-opacity:0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
}

.hand {
  cursor: pointer !important; 
}

.needToFill {
  background-color: rgba(237,110,0,0.8);
}

.right {
  float: right !important;
}

.hidden {
  display: none !important;
}