@charset "CP852";
/* ==============================================================

Author  : Vitalij Petráš
Web		: www.html-factory.cz
Created : 24.9.2014

============================================================== */
/* ==============================================================

============================================================== */
/* =============================================================
========================= fonts ================================
================================================================ */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 17, 2014 */
@font-face {
  font-family: 'dosisbold';
  src: url("../fonts/bold/dosis-bold.eot");
  src: url("../fonts/bold/dosis-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/bold/dosis-bold.woff2") format("woff2"), url("../fonts/bold/dosis-bold.woff") format("woff"), url("../fonts/bold/dosis-bold.ttf") format("truetype"), url("../fonts/bold/dosis-bold.svg#dosisbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dosismedium';
  src: url("../fonts/medium/dosis-medium.eot");
  src: url("../fonts/medium/dosis-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/medium/dosis-medium.woff2") format("woff2"), url("../fonts/medium/dosis-medium.woff") format("woff"), url("../fonts/medium/dosis-medium.ttf") format("truetype"), url("../fonts/medium/dosis-medium.svg#dosismedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dosisregular';
  src: url("../fonts/regular/dosis-regular.eot");
  src: url("../fonts/regular/dosis-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/regular/dosis-regular.woff2") format("woff2"), url("../fonts/regular/dosis-regular.woff") format("woff"), url("../fonts/regular/dosis-regular.ttf") format("truetype"), url("../fonts/regular/dosis-regular.svg#dosisregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dosissemibold';
  src: url("../fonts/semibold/dosis-semibold.eot");
  src: url("../fonts/semibold/dosis-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/semibold/dosis-semibold.woff2") format("woff2"), url("../fonts/semibold/dosis-semibold.woff") format("woff"), url("../fonts/semibold/dosis-semibold.ttf") format("truetype"), url("../fonts/semibold/dosis-semibold.svg#dosissemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dosisextralight';
  src: url("../fonts/extralight/dosis-extralight.eot");
  src: url("../fonts/extralight/dosis-extralight.eot?#iefix") format("embedded-opentype"), url("../fonts/extralight/dosis-extralight.woff2") format("woff2"), url("../fonts/extralight/dosis-extralight.woff") format("woff"), url("../fonts/extralight/dosis-extralight.ttf") format("truetype"), url("../fonts/extralight/dosis-extralight.svg#dosisextralight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dosislight';
  src: url("../fonts/light/dosis-light.eot");
  src: url("../fonts/light/dosis-light.eot?#iefix") format("embedded-opentype"), url("../fonts/light/dosis-light.woff2") format("woff2"), url("../fonts/light/dosis-light.woff") format("woff"), url("../fonts/light/dosis-light.ttf") format("truetype"), url("../fonts/light/dosis-light.svg#dosislight") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =============================================================
========================= fonts defining mixins ================
================================================================ */
/* ==============================================================

Author  : Vitalij Petráš
Web		: www.html-factory.cz
Created : 24.9.2014

============================================================== */
/* =============================================================
========================= css reset mixin ======================
================================================================ */
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;
}

body {
  line-height: 1;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:active {
  outline: none;
}

a[href] img {
  cursor: pointer;
}


/* ************************************ */
/* ************************************ */
/* ************************************ * end mixins * ************************************ */
/* ************************************ */
/* ************************************ */
/* ************************************ * basic css * ************************************ */
html, body {
  width: 100%;
  min-height: 100%;
  min-width: 1200px;
}

html {
  font-size: 62.5%;
  /*  10 px */
}

.hover {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}
.hover img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.hover:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;
}

.grid-6 {
  width: 50%;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.clearfix:after, .clearfix:before {
  display: block;
  content: "";
  clear: both;
}

.clearfix {
  clear: both;
}

a {
  color: #009241;
  text-decoration: underline;
}

a:link, a:visited {
  color: #009241;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  background: #ccc;
}

/* ========================================================================
=========================== HERE WE GO :-) ================================
========================================================================= */
.center {
  width: 1200px;
  margin: 0 auto;
  font-family: 'dosisbold', Arial, sans-serif;
}

.button, a.button {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'dosisbold', Arial, sans-serif;
  line-height: 52px;
  height: 52px;
  height: 5.2rem;
  line-height: 5.2rem;
  text-transform: uppercase;
  display: block;
  color: #fff;
  text-decoration: none;
  background-image: url(../images/button.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 0px 30px 0px 25px;
  padding: 0px 3rem 0px 2.5rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  background-size: cover;
}
.button:hover, a.button:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;
}

strong, b {
  font-family: 'dosisbold', Arial, sans-serif;
}

input:focus,
textarea:focus {
  outline: none;
}

header {
  position: relative;
  width: 100%;
}
header .logo {
  float: left;
  display: block;
  margin-top: 16px;
  margin-top: 1.6rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
header .logo:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;
}
header nav.hlavni {
  float: right;
}
header nav.hlavni ul {
  display: block;
}
header nav.hlavni ul li {
  float: left;
  display: block;
  position: relative;
}
header nav.hlavni ul li a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 0px 19px;
  text-transform: uppercase;
  color: #009241;
  line-height: 108px;
  height: 100px;
  height: 10rem;
  line-height: 10.8rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  background-image: url(../images/top_menu.png);
  background-repeat: no-repeat;
  background-position: right 46px;
  background-position: right 4.6rem;
}

header nav.hlavni ul li a:hover {
  color: black;
}
header nav.hlavni ul li:last-child a {
  background-image: none;
}
header nav.hlavni ul li:hover ul {
  visibility: visible;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}
header nav.hlavni ul li:hover > a {
  color: #000;
}
header nav.hlavni ul li.hover > ul {
  visibility: visible;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}
header nav.hlavni ul li.hover > a {
  color: #000;
}
header nav.hlavni ul li ul {
  position: absolute;
  top: 100%;
  left: -1px;
  width: 220px;
  z-index: 900;
  background: #fff;
  visibility: hidden;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  border: 1px solid #E2E2E2;
}
header nav.hlavni ul li ul li {
  display: block;
  float: none;
  padding: 0;
  margin: 0;
}
header nav.hlavni ul li ul li a {
  display: block;
  padding: 10px 20px;
  height: auto;
  line-height: 1;
  position: relative;
  border-top: 1px solid #E2E2E2;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'dosislight', Arial, sans-serif;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  color: black;
}
header nav.hlavni ul li ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  background: url('../images/sprite-s30f2f64bbe.png') 0 0 no-repeat;
  height: 12px;
  width: 8px;
  right: 15px;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  /* conditions for IE8 and below */
}
.oldie header nav.hlavni ul li ul li a:after {
  right: 5px;
}
header nav.hlavni ul li ul li a:hover:after {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  right: 5px;
}
header nav.hlavni ul li ul li a:hover {
  color: #009241;
}
header nav.hlavni ul li ul li:first-child a {
  border: 0;
}
header .jazyk {
  float: right;
  margin-left: 0px;
  width: 153px;
  height: 100px;
  height: 10rem;
  border: 1px solid #DFDFDF;
  border-width: 0px 1px 0px 1px;
  background-image: url(../images/jazyk_menu.png);
  background-repeat: no-repeat;
  background-position: 110px 46px;
  background-position: 110px 4.6rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
  position: relative;
}
header .jazyk:hover .jaz a {
  visibility: visible;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}
header .jazyk .jaz {
  position: relative;
  float: left;
  margin-left: 21px;
  margin-top: 29px;
  margin-top: 2.9rem;
  display: block;
  font-family: 'dosisbold', Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  color: #009241;
  position: static;
}
header .jazyk .jaz a {
  display: block;
  position: absolute;
  top: 100%;
  z-index: 900;
  left: -1px;
  border: 1px solid #DFDFDF;
  background: #fff;
  color: #009241;
  text-decoration: underline;
  width: 100%;
  border-top: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}
header .jazyk .jaz a.child2 { top:100%; }
header .jazyk .jaz a.child3 { top:140%; }
header .jazyk .jaz a.child4 { top:180%; }
header .jazyk .jaz a.child5 { top:220%; }


header .jazyk .jaz a span {
  display: block;
  padding: 10px 20px;
  
  /* font-family: 'dosisbold', Arial, sans-serif; */
  font-family: 'Roboto Condensed' , 'dosisbold', Arial, sans-serif;
  font-weight: bold;
  
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  color: #009241;
  text-decoration: underline;
}
header .jazyk .jaz a span:hover {
  text-decoration: none;
}
header .jazyk .jaz a:hover, header .jazyk .jaz a:hover span {
  text-decoration: none;
}
header .jazyk .jaz span {
  display: block;
  font-family: 'dosislight', Arial, sans-serif;
  color: black;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.9rem;
  margin-bottom: 5px;
}
header .jazyk:hover {
  background-color: #FDFDFD;
}
header .podmenu {
  /*width: 100%;*/
  position: absolute;
  top: 100px;
  /*left: 0px;*/
  background-color: #F5F5F5;
  /*
  padding-bottom: 75px;
  padding-bottom: 7.5rem;
  */
  background-image: url(../images/podmenu.png);
  background-repeat: repeat-x;
  background-position: top left;
  z-index: 55555555555555555559555555;
  display: none;
}
header .podmenu .center {
    width:200px;
}
header .podmenu li {
  position: relative;
  float: left;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  width: 200px;
}
header .podmenu li:hover {
    background-color: #D6D6D6;
}
header .podmenu li span {
  position: relative;
  float: left;
  color: #009241;
  font-family: 'dosissemibold', Arial, sans-serif;
  text-transform: uppercase;
  /*
  overflow: hidden;
  margin-left: 0px;
  margin-top: 60px;
  margin-top: 6rem;
  font-size: 19px;
  font-size: 1.9rem;
  height: 50px;
  line-height: 25px;
  margin-bottom: 15px;
  */
  margin:0px;
  padding:0px;
  display: inline-block;
  width:  100%;
  height: 100%;
}
header .podmenu li span a {
  color: #009241;
  font-family: 'dosissemibold', Arial, sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width:  180px;
  height: 100%;
  padding: 10px;
}
header .podmenu li p {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 30px;
  margin-top: 3rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'dosislight', Arial, sans-serif;
  line-height: 2rem;
  width: 250px;
  display: block;
  color: #7c7c7c;
  margin-bottom: 3rem;
}
header .podmenu li > a {
  display: block;
  line-height: 39px;
  /*height: 39px;*/
  line-height: 3.9rem;
  /*height: 3.9rem;*/
  border-top: 1px solid #E2E2E2;
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  width: 225px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'dosislight', Arial, sans-serif;
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  transition: all 0ms ease;
  padding: 0px 20px 0px 0px;
  text-decoration: none;
  color: black;
}
header .podmenu li > a.active {
  color: #009241;
}
header .podmenu li > a:hover {
  color: #009241;
  background: url(../images/podmenu_hover.png);
  background-repeat: no-repeat;
  background-position: 228px 15px;
  background-position: 228px 1.5rem;
}
header .podmenu li > a:last-of-type {
  border-bottom: 1px solid #E2E2E2;
}

.horni_slider {
  min-height: 610px;
  width: 100%;
  color: white;
  background: #009241;
}
.horni_slider article {
  display: block;
  height: 610px;
  height: 61rem;
  border-bottom: 1px solid #606062;
  background-color: #009241;
  width: 100%;
}
.horni_slider article span {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 75px;
  margin-top: 7.5rem;
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 60px;
  line-height: 6rem;
  font-family: 'dosislight', Arial, sans-serif;
  display: block;
  width: 400px;
  padding-right: 800px;
}
.horni_slider article p {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 30px;
  margin-top: 3rem;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'dosislight', Arial, sans-serif;
  line-height: 30px;
  line-height: 3rem;
  display: block;
  width: 400px;
  padding-right: 800px;
}
.horni_slider article a {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 30px;
  margin-top: 3rem;
  
  font-size: 1.7em;
}
.horni_slider article.recyklace {
  background-image: url(../images/recyklace.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.horni_slider article.metalurgie {
  background-image: url(../images/metalurgie.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.horni_slider article.obrabeni {
  background-image: url(../images/obrabeni.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.horni_slider article.spotrebice {
  background-image: url(../images/spotrebice.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.horni_slider-ridi {
  position: absolute;
  top: 575px;
  top: 57.5rem;
  z-index: 5555555555555555555555555 !important;
  min-width: 1200px;
}
.horni_slider-ridi a {
  display: block;
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  width: 271px;
  height: 228px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'dosissemibold','dosislight', Arial, sans-serif; /* dosissemibold dosislight */
  line-height: 29px;
  line-height: 2.9rem;
  padding: 33px 0px 0px 28px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-right: 1px solid white;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
  /* conditions for IE8 and below */
}
.horni_slider-ridi a span {
  background-image: url(../images/top_slider-spin-hover.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 299px;
  height: 18px;
  display: block;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  position: absolute;
  left: 0px;
  top: -10px;
}
.horni_slider-ridi a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 5;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}
.horni_slider-ridi a:hover:after {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* IE 5-7 */
  filter: alpha(opacity=60);
  /* Netscape */
  -moz-opacity: 0.6;
  /* Safari 1.x */
  -khtml-opacity: 0.6;
  /* Good browsers */
  opacity: 0.6;
}
.oldie .horni_slider-ridi a:after {
  display: none;
}
.oldie .horni_slider-ridi a:hover {
  text-decoration: underline;
}
.horni_slider-ridi a:last-of-type {
  border: 0;
}
.horni_slider-ridi a.cycle-pager-active {
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  transition: all 0ms ease;
}
.horni_slider-ridi a.cycle-pager-active span {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}
.horni_slider-ridi a.recyklace {
  background-image: url(../images/recyklace-vyber.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.horni_slider-ridi a.metalurgie {
  background-image: url(../images/metalurgie-vyber.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.horni_slider-ridi a.obrabeni {
  background-image: url(../images/obrabeni-vyber.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.horni_slider-ridi a.spotrebice {
  background-image: url(../images/spotrebice-vyber.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.ofirme {
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
  padding-bottom: 6rem;
  padding-bottom: 60px;
  width: 100%;
  background-image: url(../images/ofirme-back.jpg);
  color: white;
}
.ofirme article {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 215px;
  margin-top: 21.5rem;
  width: 600px;
}
.ofirme article h1 {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: 'dosislight', Arial, sans-serif;
  width: 100%;
  text-transform: uppercase;
}
.ofirme article p {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 27px;
  margin-top: 2.7rem;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'dosislight', Arial, sans-serif;
  line-height: 22px;
  line-height: 2.2rem;
}
.ofirme article p.bold {
  font-family: 'dosisbold', Arial, sans-serif;
}
.ofirme article a.button {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 38px;
  margin-top: 3.8rem;
}
.ofirme article a.carkovany {
  position: relative;
  float: left;
  margin-left: 25px;
  margin-top: 38px;
  margin-top: 3.8rem;
  background-image: url(../images/button-carkovany.png);
  background-repeat: no-repeat;
  background-position: right top;
  border-left: 2px solid white;
}
.ofirme article a.carkovany:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* IE 5-7 */
  filter: alpha(opacity=60);
  /* Netscape */
  -moz-opacity: 0.6;
  /* Safari 1.x */
  -khtml-opacity: 0.6;
  /* Good browsers */
  opacity: 0.6;
}
.ofirme .clients_sliderr {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 235px;
  margin-top: 23.5rem;
  width: 600px;
}
.ofirme .clients_sliderr .cycle-slideshow div {
  position: relative;
  float: left;
  margin-left: 70px;
  margin-top: 30px;
  margin-top: 3rem;
  width: 487px;
  min-height: 255px;
  min-height: 25.5rem;
  background-color: #272727;
  text-align: center;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.ofirme .clients_sliderr .cycle-slideshow div span {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 30px;
  margin-top: 3rem;
  display: block;
  font-size: 27px;
  font-size: 2.7rem;
  font-family: 'dosismedium', Arial, sans-serif;
  width: 100%;
  text-transform: uppercase;
  color: #009241;
}
.ofirme .clients_sliderr .cycle-slideshow div p {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 25px;
  margin-top: 2.5rem;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 23px;
  line-height: 2.3rem;
  font-family: 'dosislight', Arial, sans-serif;
  color: #9c9c9c;
  padding: 0px 37px;
  
  width: 412px;
}
.ofirme .clients_sliderr .cycle-slideshow div p.bold {
  font-family: 'dosisbold', Arial, sans-serif;
  color: white;
}
.ofirme .clients_sliderr .cycle-slideshow a {
  position: absolute;
  left: 49px;
  top: 145px;
  top: 14.5rem;
  background-color: #272727;
  display: block;
  width: 41px;
  z-index: 99999;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  height: 41px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: url(../images/slider-prew.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.ofirme .clients_sliderr .cycle-slideshow a:hover {
  background-color: #171717;
}
.ofirme .clients_sliderr .cycle-slideshow a#next {
  background-image: url(../images/slider-next.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: 536px;
}
.ofirme .clients_sliderr .cycle-pager {
  position: relative;
  float: left;
  margin-left: 125px;
  margin-top: 0px;
  margin-top: 0rem;
}
.ofirme .clients_sliderr .cycle-pager a {
  position: relative;
  float: left;
  margin-left: 38px;
  margin-top: 0px;
  margin-top: 0rem;
  display: block;
  width: 73px;
  height: 73px;
  border-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  border: 2px solid white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ofirme .clients_sliderr .cycle-pager a span {
  display: block;
  background-image: url(../images/vyhody-slider-sipka.png);
  width: 27px;
  height: 13px;
  position: absolute;
  top: 93px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  left: 21px;
}
.ofirme .clients_sliderr .cycle-pager a.recyklace {
  background-image: url(../images/recyklace.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.ofirme .clients_sliderr .cycle-pager a.eko {
  background-image: url(../images/eko.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.ofirme .clients_sliderr .cycle-pager a.priroda {
  background-image: url(../images/priroda.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.ofirme .clients_sliderr .cycle-pager a:hover {
  border-color: #009241;
  background-color: #009241;
}
.ofirme .clients_sliderr .cycle-pager a.cycle-pager-active {
  border-color: #009241;
  background-color: #009241;
}
.ofirme .clients_sliderr .cycle-pager a.cycle-pager-active span {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

.vyhody {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  width: 100%;
  height: 156px;
  height: 15.6rem;
  background-image: url(../images/vyhody.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.vyhody article {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 44px;
  margin-top: 4.4rem;
  width: 400px;
}
.vyhody article span {
  position: relative;
  float: left;
  margin-left: 70px;
  margin-top: 0px;
  margin-top: 0rem;
  font-size: 72px;
  font-size: 7.2rem;
  color: #009241;
}
.vyhody article p {
  position: relative;
  float: left;
  margin-left: 20px;
  margin-top: 15px;
  margin-top: 1.5rem;
  font-family: 'dosismedium', Arial, sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 23px;
  line-height: 2.3rem;
  color: #1b1b1b;
}

.novinky {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  width: 100%;
  height: 339px;
  height: 33.9rem;
  background-image: url(../images/novinky.png);
  background-color: #009241;
  background-repeat: no-repeat;
  background-position: center center;
}
.novinky .popis {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 67px;
  margin-top: 6.7rem;
  color: white;
  width: 300px;
}
.novinky .popis h2 {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  font-family: 'dosislight', Arial, sans-serif;
  font-size: 44px;
  font-size: 4.4rem;
  width: 100%;
}
.novinky .popis p {
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 24px;
  margin-top: 2.4rem;
  width: 100%;
  line-height: 22px;
  display: block;
  font-family: 'dosismedium', Arial, sans-serif;
  line-height: 2.2rem;
}
.novinky .popis a {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 24px;
  margin-top: 2.4rem;
}
.novinky .cycle-slideshow {
  position: relative;
  float: right;
  margin-right: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  width: 680px;
  height: 339px;
  height: 33.9rem;
}
.novinky .cycle-slideshow article {
  width: 680px;
  position: relative;
  float: right;
  margin-right: 0px;
  margin-top: 67px;
  margin-top: 6.7rem;
}
.novinky .cycle-slideshow article span {
  background-image: url(../images/datum.png);
  background-repeat: no-repeat;
  color: white;
  height: 33px;
  width: 83px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26px;
  display: block;
  background-position: center center;
}
.novinky .cycle-slideshow article h3 {
  color: black;
  text-decoration: underline;
  display: block;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 10px;
  margin-top: 1rem;
}
.novinky .cycle-slideshow article h3:hover {
  text-decoration: none;
}
.novinky .cycle-slideshow article p {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 25px;
  margin-top: 2.5rem;
  font-family: 'dosismedium', Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  line-height: 2.3rem;
  display: block;
}
.novinky .cycle-slideshow article p a {
  text-decoration: underline;
  color: #009241;
  text-transform: uppercase;
}
.novinky .cycle-slideshow article p a:hover {
  text-decoration: none;
}

#prevv, #nextt {
  position: absolute;
  left: -90px;
  width: 40px;
  height: 40px;
  top: 150px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: white;
  display: block;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  background-image: url(../images/slider-prew.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#prevv:hover, #nextt:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  /* IE 5-7 */
  filter: alpha(opacity=95);
  /* Netscape */
  -moz-opacity: 0.95;
  /* Safari 1.x */
  -khtml-opacity: 0.95;
  /* Good browsers */
  opacity: 0.95;
}

#nextt {
  right: -90px;
  left: auto;
  background-image: url(../images/slider-next.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.slider_wrap {
  position: relative;
  float: right;
  margin-right: 90px;
}

.mapa {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  height: 437px;
  width: 100%;
  background-image: url(../images/mapa.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.zaujali {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  height: 437px;
  width: 100%;
  height: 163px;
  height: 16.3rem;
  background-color: #1B1B1B;
}
.zaujali .center {
  background-image: url(../images/zaujali.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  height: 163px;
  height: 16.3rem;
}
.zaujali .center p {
  position: relative;
  float: right;
  margin-right: 55px;
  margin-top: 0px;
  margin-top: 0rem;
  line-height: 163px;
  color: #797979;
  line-height: 16.3rem;
  font-family: 'dosisextralight', Arial, sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
}
.zaujali .center p span {
  color: white;
}
.zaujali .center a {
  position: relative;
  float: right;
  margin-right: 0px;
  margin-top: 55px;
  margin-top: 5.5rem;
}

footer {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  min-height: 472px;
  width: 100%;
  color: white;
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #141413;
}
footer .kontakt {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 360px;
  margin-top: 36rem;
  width: 215px;
  display: block;
}
footer .kontakt h2 {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  width: 100%;
  padding-left: 28px;
  display: block;
  background-image: url(../images/footer_li.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: uppercase;
}
footer .kontakt p {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 25px;
  margin-top: 2.5rem;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  line-height: 1.9rem;
  padding-left: 28px;
  display: block;
  font-family: 'dosislight', Arial, sans-serif;
}
footer .kontakt p a {
  color: white;
  text-decoration: none;
}
footer .kontakt p a:hover {
  text-decoration: underline;
}
footer .kontakt p span {
  font-family: 'dosisbold', Arial, sans-serif;
}
footer .slogan {
  position: relative;
  float: right;
  margin-right: 0px;
  margin-top: 300px;
  margin-top: 30rem;
  font-size: 31px;
  font-size: 3.1rem;
  font-family: 'dosismedium', Arial, sans-serif;
}
footer .copy {
  position: relative;
  float: right;
  margin-right: 26px;
  margin-top: 60px;
  margin-top: 6rem;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'dosismedium', Arial, sans-serif;
  line-height: 23px;
  line-height: 2.3rem;
}

.uvod {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  width: 100%;
  height: 199px;
  height: 19.9rem;
  background-image: url(../images/otherpage-head.png);
  background-repeat: no-repeat;
  background-position: center center;
  
  background-color: #b7b7b7;
  background-image: none;
  position: relative;
}
.uvod .bgimage {
    background-color: transparent;
    height: 199px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 599px;
    z-index: 5;
    
    background-position: 116px center;
    /*background-size: 550px auto;*/
    
    /*background-size: 750px auto;*/
}
.uvod .bgimage::after {
    display: inline-block;
    width:70px;
    height: 199px;
    position: absolute;
    top:0px;
    left: 50%;
    margin-left: 230px;
    content: " ";
    
    
    
    background: -moz-linear-gradient(left, rgba(183,183,183,0) 0%, rgba(183,183,183,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(183,183,183,0)), color-stop(100%,rgba(183,183,183,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(183,183,183,0) 0%,rgba(183,183,183,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(183,183,183,0) 0%,rgba(183,183,183,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(183,183,183,0) 0%,rgba(183,183,183,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(183,183,183,0) 0%,rgba(183,183,183,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7b7b7', endColorstr='#b7b7b7',GradientType=1 ); /* IE6-9 */    
}
.uvod .subuvod {
  display: block;
  width: 100%;
  height:100%;
  background-image: url(../images/otherpage-head-blank.png);
  background-repeat: no-repeat;
  background-position: center center;
  
  position: relative;
  z-index: 10;
}
.uvod nav {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 30px;
  margin-top: 3rem;
  width: 100%;
}
.uvod nav a {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding-right: 25px;
  margin-right: 17px;
  font-size: 19px;
  font-size: 1.9rem;
  font-family: 'dosislight', Arial, sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  background-image: url(../images/navigatko.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.uvod nav a:hover {
  color: #ACDBC1;
}
.uvod nav span {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding-right: 25px;
  margin-right: 17px;
  font-size: 19px;
  font-size: 1.9rem;
  font-family: 'dosislight', Arial, sans-serif;
}
.uvod h1 {
  width: 100%;
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 40px;
  margin-top: 4rem;
  font-size: 50px;
  font-size: 5.0rem;
  font-family: 'dosislight', Arial, sans-serif;
  color: white;
  height: 64px;
  line-height: 64px;
  overflow: hidden;
  text-transform: uppercase;
}

.obsah {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 25px;
  margin-top: 2.5rem;
  width: 840px;
  font-family: 'dosismedium', Arial, sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 26px;
  line-height: 2.6rem;
  padding-bottom: 75px;
}
.obsah h1 {
  font-size: 25px;
  font-size: 3.1rem;
  font-family: 'dosismedium', Arial, sans-serif;
  margin: 12px 0px 20px 0px;
  margin: 1.2rem 0px 2rem 0px;
}
.obsah h2 {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: 'dosismedium', Arial, sans-serif;
  margin: 12px 0px 20px 0px;
  margin: 1.2rem 0px 2rem 0px;
}
.obsah h3 {
  font-size: 20px;
  font-size: 2.0rem;
  font-family: 'dosismedium', Arial, sans-serif;
  /*
  margin: 12px 0px 20px 0px;
  margin: 1.2rem 0px 2rem 0px;
  */
  padding: 20px 0px 12px 0px;
  /*padding: 1.2rem 0px 2rem 0px;*/
}
.obsah li h3 {
    padding: 0;
}
.obsah img.prava {
  position: relative;
  float: right;
  margin-right: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  margin: 0px 0px 90px 75px;
  margin: 0px 0px 9rem 75px;
}
.obsah a {
  color: #009241;
}
.obsah p {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  display: block;
  width: auto;
  float: none;
  margin: 15px 0px;
  margin: 1.5rem 0px;
}
.obsah hr {
    height:0px;
    border:0px;
    border-bottom:1px solid #C9C9C9;
}
.obsah b ,
.obsah strong {
  font-family: 'dosisbold', Arial, sans-serif;
}
.obsah ol {
    list-style: decimal outside;
    padding-left: 25px;
}
.obsah ol li {
    padding-left: 8px;  
}
.obsah ul {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  float: none;
  margin: 15px 0px;
  margin: 1.5rem 0px;
  display: block;
  padding-left: 20px;
}
.obsah ul li {
  font-family: 'dosisbold', Arial, sans-serif;
  padding-left: 12px;
  background-image: url(../images/li.png);
  background-repeat: no-repeat;
  background-position: left 11px;
}
.obsah ul ul {
  padding-left: 10px;
}
.obsah .vyrazny {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  padding: 20px 0px 20px 33px;
  padding: 2.0rem 0px 2.0rem 33px;
  border-left: 7px solid #009241;
  font-family: 'dosislight', Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  margin: 15px 0px;
  margin: 1.5rem 0px;
  line-height: 37px;
  line-height: 3.7rem;
  color: #272727;
}
.obsah a.button {
  padding-right: 73px;
  margin: 15px 0px;
  margin: 1.5rem 0px;
  margin-right: 30px;
  letter-spacing: 1px;
}
.obsah a.button.sedy {
  background-image: url(../images/button-sedy.png);
  background-repeat: no-repeat;
  background-position: right top;
  color: black;
}
.obsah a.button.carany {
  background-image: url(../images/button-carany.png);
  background-repeat: no-repeat;
  background-position: right top;
  color: black;
  border-left: 2px solid black;
}
.obsah a.button.carany:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* IE 5-7 */
  filter: alpha(opacity=60);
  /* Netscape */
  -moz-opacity: 0.6;
  /* Safari 1.x */
  -khtml-opacity: 0.6;
  /* Good browsers */
  opacity: 0.6;
}
.obsah .zaujali_m {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  background-image: url(../images/zaujali-m.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 140px;
  height: 14rem;
  margin: 15px 0px;
  margin: 1.5rem 0px;
}
.obsah .zaujali_m a {
  position: relative;
  float: right;
  margin-right: 31px;
  margin-top: 47px;
  margin-top: 4.7rem;
  padding: 0px 30px 0px 25px;
  padding: 0px 3rem 0px 2.5rem;
}
.obsah .zaujali_m p {
  display: block;
  position: relative;
  float: left;
  margin-left: 50px;
  margin-top: 42px;
  margin-top: 4.2rem;
  color: white;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 27px;
  line-height: 2.7rem;
  font-family: 'dosislight', Arial, sans-serif;
}
.obsah .zaujali_m p span {
  color: #797979;
}
.obsah .grad {
  position: relative;
  /*float: left;*/
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  width: 740px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  font-family: 'dosislight', Arial, sans-serif;
  color: white;
  padding: 35px 50px;
  margin: 15px 0px;
  display: block;
  margin: 1.5rem 0px;
  background-image: -webkit-linear-gradient(#009241, #007835);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(#009241, #007835);
  /* FF3.6+ */
  background-image: -o-linear-gradient(#009241, #007835);
  /* Opera 11.10+ */
  background-image: linear-gradient(#009241, #007835);
  /* W3C */
  background-color: #007835;
}
.obsah table {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  width: 100%;
  margin: 15px 0px;
  margin: 1.5rem 0px;
  font-size: 17px;
  font-size: 1.7rem;
}
.obsah table th {
  text-align: left;
  color: white;
  background-color: #007835;
  line-height: 35px;
  line-height: 3.5rem;
  padding: 0px 17px;
}
.obsah table td {
  line-height: 35px;
  line-height: 3.5rem;
  padding: 0px 17px;
}
.obsah table tr {
  background-color: #F5F5F5;
}
.obsah table tr:nth-of-type(3) {
  background-color: #E7E7E7;
}
.obsah table tr:nth-of-type(5) {
  background-color: #E7E7E7;
}
.obsah table tr:nth-of-type(7) {
  background-color: #E7E7E7;
}
.obsah table tr:nth-of-type(9) {
  background-color: #E7E7E7;
}
.obsah table tr:nth-of-type(11) {
  background-color: #E7E7E7;
}
.obsah table tr:nth-of-type(13) {
  background-color: #E7E7E7;
}
.obsah table tr:nth-of-type(15) {
  background-color: #E7E7E7;
}
.obsah table tr:nth-of-type(17) {
  background-color: #E7E7E7;
}
.obsah table tr:nth-of-type(19) {
  background-color: #E7E7E7;
}
.obsah table tr:nth-of-type(21) {
  background-color: #E7E7E7;
}
.obsah table tr:nth-of-type(23) {
  background-color: #E7E7E7;
}
.obsah table tr:nth-of-type(25) {
  background-color: #E7E7E7;
}
.obsah table tr:nth-of-type(27) {
  background-color: #E7E7E7;
}
.obsah table tr:nth-of-type(29) {
  background-color: #E7E7E7;
}
.obsah table tr:nth-of-type(31) {
  background-color: #E7E7E7;
}

.napiste {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  width: 780px;
  margin: 15px 0px;
  margin: 1.5rem 0px;
  height: 369px;
  height: 36.9rem;
  padding: 35px 30px;
  padding: 3.5rem 30px;
  background-image: url(../images/kontakt.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-family: 'dosislight', Arial, sans-serif;
}
.napiste h2 {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  width: 100%;
  color: white;
  font-size: 40px;
  font-size: 4rem;
  font-family: 'dosislight', Arial, sans-serif;
}
.napiste p {
  color: white;
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 20px;
  margin-top: 2rem;
  display: block;
  width: 430px;
  line-height: 26px;
  line-height: 2.6rem;
  font-size: 17px;
  font-size: 1.7rem;
}
.napiste span {
  position: relative;
  float: right;
  margin-right: 0px;
  margin-top: 22px;
  margin-top: 2.2rem;
  width: 221px;
  font-size: 18.5px;
  font-size: 1.85rem;
  font-family: 'dosissemibold', Arial, sans-serif;
  display: block;
  padding-left: 30px;
}
.napiste span a {
  color: black;
}
.napiste span a:hover {
  text-decoration: none;
}
.napiste span.mail {
  position: relative;
  float: right;
  margin-right: 0px;
  margin-top: 15px;
  margin-top: 1.5rem;
  background-image: url(../images/mail.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.napiste span.tel {
  background-image: url(../images/tel.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.napiste div {
  display: block;
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 20px;
  margin-top: 2rem;
  width: 100%;
}
.napiste div input.text {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 10px;
  height: 38px;
  height: 3.8rem;
  line-height: 38px;
  line-height: 3.8rem;
  width: 190px;
  border: 1px solid #E4E4E4;
  padding-left: 15px;
  font-family: 'dosislight', Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .napiste div input.text {
    line-height: 100%;
  }
}
.napiste div textarea {
  position: relative;
  float: right;
  margin-right: 0px;
  margin-top: 0px;
  margin-top: 0rem;
  width: 520px;
  height: 121px;
  height: 12.1rem;
  padding: 11px 15px;
  padding: 1.1rem 15px;
  resize: none;
  font-family: 'dosislight', Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #E4E4E4;
  overflow: auto;
}
.napiste div input.button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  float: right;
  margin-right: 25px;
  margin-top: -26px;
  margin-top: -2.6rem;
}

aside {
  position: relative;
  float: right;
  margin-right: 0px;
  margin-top: 40px;
  margin-top: 4rem;
  width: 318px;
}
aside nav {
  color: white;
  background-color: #272727;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'dosismedium', Arial, sans-serif;
}
aside nav a, aside nav a:link, aside nav a:visited {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}
aside nav ul li {
  line-height: 1.2;
  border-bottom: 1px solid #393939;
  cursor: pointer;
}
aside nav ul li a {
  display: block;
  padding: 15px 40px 15px 23px;
  
  width: 232px;
  padding: 15px 23px 15px 23px;
}
aside nav ul li span.arrowdown {
    background-color: transparent;
    display: inline-block;
    float: right;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
}
aside nav ul li a:hover {
  text-decoration: none;
  color: #009241;
}
aside nav ul li.active {
  background-color: #202020;
}
aside nav ul li.active > a {
  color: #009241;
}
aside nav ul li.roz {
  background-image: url(../images/aside-menu-velka.png);
  background-repeat: no-repeat;
  background-position: 95% 22px;
  background-position: 95% 2.2rem;
  
  position: relative;
}
aside nav ul li ul {
  padding: 5px 0px 25px 0px;
  display: none;
  width: 100%;
  padding: 0.5rem 0px 2.5rem 0px;
  background-color: #202020;
}
aside nav ul li ul li {
  line-height: 1.2;
  background-color: #202020;
  border: none;
  display: block;
  padding-left: 20px;
  background-image: url(../images/aside-menu-mala.png);
  background-repeat: no-repeat;
  background-position: 23px center;
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 43px;
}
aside nav ul li ul li a {
  display: block;
  padding: 10px 20px 10px 0;
}
aside nav ul li ul li a.active {
  color: #009241;
  text-decoration: none;
}
aside nav ul li ul li:hover {
  color: #009241;
  background-image: url(../images/aside-menu-mala-z.png);
  background-repeat: no-repeat;
  background-position: 24px center;
  text-decoration: none;
}
aside nav ul li ul li:hover a {
  color: #009241;
  text-decoration: none;
}


.error {
    font-weight: bold;
    color: #ff0000;
}
.loading ,
.message {
    font-weight: bold;
    color: #FFBB00;
}



.noborder ,
.noborder tr ,
.noborder tr th ,
.noborder tr td {
    border:0px;
    background-color: transparent !important;
}
.noborder tr td {
    padding:10px 0;
}