html, body {
  font-family:          'Open Sans', Arial, Tahoma, sans-serif;
  font-size:            14px;
  width:                100%;
  height:               100%;
}
.clearfix {
  clear: both;
}

.navbar {
  font-family:          'Open Sans', Arial;
  font-weight:          600;
  text-transform:       uppercase;
  background-color:     transparent;
  height:               80px;
}

.navbar-default {
  border:               0;
  border-radius:        0;
  margin-bottom:        0;
  margin-top:           0px;
  z-index:              199;
  background-color:     rgba(255, 255, 255, 0.70);

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-brand {
  color:                #333333;
}

.navbar-brand {
  position:             absolute;
  font-size:            32px;
  line-height:          30px;
  font-family:          'Open Sans', sans-serif;
  font-weight:          400;
  color:                #00A8C6;
  padding:              2px 0 0 14px;
}

.navbar-brand span {
  font-weight:          300;
}

.navbar-brand strong {
  font-family:          'Open Sans', sans-serif;
  font-weight:          700;
  color:                #666666;
}

.navbar-brand img {
  margin-top:           5px;
}

.navbar-default a.navbar-brand {
  color:                #00A8C6;
}

.navbar-default a:hover.navbar-brand {
  color:                #00A8C6;
}

.navbar-default a.navbar-brand span {
  color:                #8FBE00;
}

.navbar-default .navbar-nav > li {
  padding:              0px 0px 0px 0px;
  display:              block;
  font-family:          'Open Sans', sans-serif;
  font-weight:          500;
}

.navbar-default .navbar-nav > li > a {
  display:              block;
  font-size:            18px;
  font-weight:          400;
  color:                 #666666;
  padding:              30px 0px;
  margin-left:          30px;
  overflow:             hidden;
  transition:           all 0.3s ease-in-out;
  -moz-transition:      all 0.3s ease-in-out;
  -webkit-transition:   all 0.3s ease-in-out;
  -o-transition:        all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover {
  font-weight:          400;
}

.navbar-default .navbar-nav > li > a:hover span {
  color:                #0096FF;
}
.js-scroll-trigger {
  font-weight:          700;
}

.navbar-toggle {
  position:             relative;
  float:                right;
  padding:              16px 12px;
  margin-top:           15px;
  margin-right:         25px;
  margin-bottom:        15px;
  color:                #FFFFFF;
  background-image:     none;
  border:               2px solid #FFFFFF;
  border-radius:        0px;

}

.navbar-toggle .icon-bar {
    display:block;
    width:22px;
    height:2px;
    border-radius:1px;
    border:1px solid    #444444;
}

.navbar-toggle .icon-bar:hover {
    background-color:  transparent;
}

.navbar-fixed-top {

}

.navbar-collapse {
  background-color:     transparent;
}

/* submenu */
.navbar-default .navbar-nav .dropdown {
  position:             absolute;
  width:                200px;
  top:                  100%;
  left:                 0;
  margin:               0 0 0px 0px;
  visibility:           hidden;
  z-index:              2;
  padding:              0;
  text-align:           left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
  visibility:           visible;
  top:                  100px;
  opacity:              0.98;
  padding:              0;
  background-color:     #FFFFFF;
}

.dropdown li, .sup-dropdown li {
  position:             relative;
  list-style:           none;
}

.dropdown li:first-child, .sup-dropdown li:first-child {
  border-top:           none;
}

.dropdown li a, .sup-dropdown li a {
  display:              block;
  color:                #333333;
  font-size:            15px;
  font-family:          'Open Sans', sans-serif;
  font-weight:          400;
  padding:              10px 30px;
  text-decoration:      none;
  text-transform:       none;
  margin-bottom:        0px;
  transition:           padding 0.2s ease-in-out;
  -moz-transition:      padding 0.2s ease-in-out;
  -webkit-transition:   padding 0.2s ease-in-out;
  -o-transition:        padding 0.2s ease-in-out;
}
/*
.dropdown li a:before, .sup-dropdown li a:before {
   content:             "\00BB";
   font-size:           15px;
   font-weight:         800;
   margin-right:        8px;
}
*/
.dropdown > li:hover > a, .sup-dropdown li:hover > a {    background-color:  #FFCB00;}

.dropdown li a i {
  margin:               0 0 0 -4px;
}

.navbar-default .navbar-nav .sup-dropdown {
  position:             absolute;
  text-align:           center;
  top:                  0;
  width:                180px;
  background-color:     #4B4942;
  border:               2px solid #7B776C;
  border-radius:        5px;
  opacity:              0.95;
  margin-top:           0px;
  transition:           margin-top 0.2s ease-in-out;
  -moz-transition:      margin-top 0.2s ease-in-out;
  -webkit-transition:   margin-top 0.2s ease-in-out;
  -o-transition:        margin-top 0.2s ease-in-out;
  visibility:           hidden;
  z-index:              3;
  box-shadow:           0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow:        0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:      0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow:   0 1px 3px rgba(0, 0, 0, 0.1);

}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
  visibility:           visible;
  margin-top:           0;
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a.active {
  color:                #0096FF;
  background-color:     transparent;
}

.dropdown > li:hover > a, .sup-dropdown li:hover > a {
  color:                #0096FF;
  background-color:     transparent;
}

.navbar-default .navbar-nav > li > a:after {
  color:                #0096FF;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
  color:                #0096FF;
}

.dropdown  li a.active, .sup-dropdown li a.active {
  color:                #0096FF;
}

/* konec submenu */

.hlavicka {
  position:  fixed;
  width: 100%;
  min-height: 133px;
  background-color:     rgba(51, 51, 51, 0.85);
  z-index: 99;
  color: #a8a8a8;
  padding-top: 24px;
  font-size: 13px;
  font-family:          'Open Sans', Arial, Tahoma, sans-serif;

}

.hlavicka i {
  padding-right: 15px;
}


.hlavicka .container {
  padding: 0;

}

.hlavicka-kontakt {
  padding: 8px 0 8px 0;
}

/* ------------------------------------------------------------------------------------ */

.language {
  font-family:          'Open Sans', Arial;
  font-size:            12px;
  text-transform:       uppercase;
  background-color:     #CC0000;
  color:                #FFFFFF;
  line-height:          40px;
  height:               40px;
  position:             fixed;
  top:                  0;
  width:                100%;
  z-index:              110;
}

.language a.active {
  font-weight: 800;
}

.language ul {
  float:                right;
  left:                 0;
  padding:              0;
  margin:               0 0px 0 0;
}

.language ul li {
  float:                left;
  list-style:           none;
  padding:              0;
  margin:               0;
}

.language a {
  color:                #FFFFFF;
  font-size:            14px;
  font-family:          'Open Sans', sans-serif;
  font-weight:          300;
  padding:              0 0 0 30px;
}

a[name] {
  padding-top:          130px;
  margin-top:           -130px;
  display:              inline-block; /* required for webkit browsers */
}

h1 {
  font-family:          'Open Sans', sans-serif;
  font-weight:          300;
  font-size:            28px;
  color:                #0096FF;
  display:              block;
  padding-top:          12px;
  padding-bottom:       25px;
  padding-right:        20px;
  margin-bottom:        20px;
  text-transform:       uppercase;
  -webkit-transition:   all 7s;
  -moz-transition:      all 7s;
  -ms-transition:       all 7s;
  -o-transition:        all 5s;
  transition:           all 5s;
  text-align: center;
}

h1 strong {
  font-weight:          700;
}

h1 i {
  margin-right:         15px;
}

h1 .fa {
  color:                #FFFFFF;
  font-size:            24px;
  -webkit-text-stroke:  1px #BFBFBF;
   text-shadow:
    -1px -1px 0 #BFBFBF,
    1px -1px 0 #BFBFBF,
    -1px 1px 0 #BFBFBF,
    1px 1px 0 #BFBFBF;
}

.container h2 {
  font-family:          'Open Sans', sans-serif;
  font-weight:          400;
  font-size:            24px;
  text-transform:       uppercase;
  color:                #CC0000;
  padding-top:          0px;
  padding-bottom:       30px;
  padding-right:        0px;
  margin-bottom:        20px;
  display:              block;
  width:                100%;
  overflow:             auto;
  position:             relative;
  border-bottom:        1px solid #DCDCDC;
}

.container h3 {
  font-family:          'Open Sans', sans-serif;
  font-weight:          700;
  font-size:            16px;
  color:                #4B4942;
  text-transform:       uppercase;
}

.container p {
  line-height:          22px;
  font-size:            14px;
  font-family:          'Open Sans', Arial, Tahoma;
  margin-bottom:        10px;
  color:                #2A2C2B;
}

.container p strong {}

.page_content a {
  color: #333333;
}

.page_content a:hover {
  color: #CC0000;
}

.page_error {
  height: 100%;
  padding-top: 20%;
}

.page_content i.fa {
  margin-right: 10px;
}

label {
  font-size:            18px;
  color:                #333333;
  font-family:          'Open Sans Condensed', sans-serif;
  font-weight:          400;
  padding:              5px 0;
}

#obsah {
  clear:                both;
  display:              table;
  width:                100%;
  color:                #2A2C2B;
}

.page_content li {
  background-image:     url(../images/odrazka.png);
  background-position:  center left;
  background-repeat:    no-repeat;
  padding:              5px 0 5px 20px;
  margin:               0;
}

#obsah ul li ul li {
  background-image:     url(../images/odrazka.png);
  background-position:  top center left;
  background-repeat:    no-repeat;
  padding:              2px 0 2px 20px;
  margin:               0 0 0 0px;
}

.obsah_hlavni {
  margin-bottom:        10px;
  position:             relative;
  font-family:          'Open Sans', sans-serif;
}

.obsah_hlavni .obsah_hlavni_vpravo {
  padding-left:         20px;
}

.obsah_hlavni table {
  width:                100%;
  border-collapse:      1px;
  border-spacing:       1px;
  margin-bottom:        15px;
}


.obsah_hlavni thead td, thead th{
  background-color:     #333333;
  color:                #FFFFFF;
  padding:              10px;
  font-weight:          bold;
  border:               1px solid #FFFFFF;
}

.obsah_hlavni tbody th {
  background-color:     #EEEDED;
  color:                #333333;
  font-weight:          normal;
  padding:              10px;
  border:               1px solid #FFFFFF;
}

.obsah_hlavni tbody td {
  padding:              10px;
  border:               1px solid #FFFFFF;
}

.radek1 {
  background-color:     #F4F3F3;
}

.radek2 {
  background-color:     #EEEDED;
}

.obsah_hlavni a {
  text-decoration:      none;
  color:                #333333;
}

.obsah_hlavni a:hover {
  color:                 #CC0000;
}

.page_content ul {
  clear:                both;
  list-style:           none;
  margin:               5px 0 10px 0;
  padding:              1px;
}

.error {
  font-size: 35px; border: 1px solid #CC0000
}

.obsah_informace {
  display:              block;
  border-left:          1px solid #E1DAD0;
  min-height:           300px;
  padding:              0px 20px 0 40px;
  margin:               40px 0;
}

.obsah_hlavni {}

.container {

}

header {
  position: relative;
}

.page_content {
  padding: 0 0 30px 0;

}

#paticka {
  font-family:          'Open Sans', Arial;
  font-size:            11px;
  clear:                both;
  background-color:     #000000;
  color:                #ADADAD;
  min-height:           100px;
  bottom:               0;
  width:                100%;
  padding:              30px 0 0 0;
}

#paticka img {
  border:               0;
}

#paticka .agrofert img {
  margin-right:         25px;
}

#paticka .socialni_site a {
  margin-right:         10px;
}

#paticka a {
  color:                #ADADAD;
}

#paticka a:hover {
  color:                #FFCB00;
}

#paticka .informace {
  font-size: 11px;
  margin: 25px 0 0 0;
  padding: 10px 0;
  color:    #808080;
  background-color:      #525252;
  display: table;
  width: 100%;
}

#paticka .informace .text-center {
  margin: 5px 0;
}

#paticka .informace a {
  color:    #808080;
  text-decoration: underline;
}

#paticka .informace a:hover {
  color: #FFCB00;
}

#paticka .copyright {
  color: #FFFFFF;
  font-size: 13px;
}

td {
  line-height:          20px;
}

/* ---- banner slider na hlavni strane ------------------------------------------------ */

.slider {
  text-align:           center;
  color:                #f8f8f8;
  margin-bottom:        0px;
  margin-top:           0px;
  height: 100%;
}

.carousel,
.item,
.active {
  height:               100%;
}

.carousel-inner {
  height:               100%;
  z-index:              1;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-tecky {
/*  background-image:     url(../images/tecky.png);  */
  width:                100%;
  height:               100%;
  position:             absolute;
}

.carousel-control {
  z-index:              300;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 0.5;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
padding: 0px;


}

.carousel-control.right span {
	padding: 0;
}

.carousel-control .fa-angle-double-left,
.carousel-control .fa-angle-double-right{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .fa-angle-double-left{
	left: 0;
}

.carousel-control .fa-angle-double-right{
	right: 0;
}

.carousel-control i {
	background: rgba(0,0,0,0.3);
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 15px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.carousel-control i:hover {
	background: rgba(0,0,0,1);
}

#banner-carousel .carousel-indicators {
  text-align: right;
	bottom: 5%;
}

#banner-carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-indicators {
  display: none;
}

.carousel-indicators li{
	width: 18px !important;
	height: 18px !important;
	border: 1px solid #4B4942 !important;
	margin: 1px !important;
  border-radius: 14px;
	background: rgba(255,255,255,.5);
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;

	border: 1px solid #4B4942 !important;
	background: rgba(255, 203, 0, 0.95);
}
.carousel-inner {
  position:  relative;
  width: 100%;
}

#banner-carousel .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;

}
#banner-carousel .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#banner-carousel .slider-content {
	top: 40%;
	padding: 0;
    right: 0;
	position:      absolute;
    width: 100%;
	height: 100%;
	color: #fff;
    margin: 0px auto 0 auto;
}

/*-- Animation --*/
.carousel .item.active .animated1 {

}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 1000ms both;
	animation: fadeInDown 1s ease-in 1000ms both;
}


.slider-content h2 {
  background-color:     rgba(255, 255, 255, 0.50);
  color:                #FFFFFF;
  font-size:            42px;
  padding:              25px;
  font-family:          'Open Sans', sans-serif;
  font-weight:          300;
  text-transform:       uppercase;
  display:              table;
  margin:               0 auto 1px auto;
  width:                auto;
  border-bottom:        0;
}

.slider-content h2 strong {
  font-weight:          700;
}

.slider-content h3 {
  background-color:     rgba(255, 255, 255, 0.85);
  color:                #333333;
  text-transform:       none;
  padding:              18px 30px;
  margin:               0;
  font-size:            15px;
  line-height:          20px;
  display:              table;
  font-family:          'Open Sans', sans-serif;
  font-weight:          400;
  margin:               0 auto 15px auto;
}

.slider-content .col-md-12 {
  padding: 0;
  margin: 0;
}

.btn-slider {
  font-family:          'Open Sans', sans-serif;
  font-weight:          800;
  background-color:     rgba(0, 150, 255, 0.50);
  color:                #FFFFFF;
  font-size:            14px;
  padding:              15px 25px;
  text-transform:       uppercase;
  border:               0;
  border-radius:        0;
  margin:               0 auto;
  display:              table;
  text-decoration:      none;
}

a.btn-slider {
  color:                #FFFFFF;
  text-decoration:      none;
}

a.btn-slider:hover {
  background-color:     rgba(204, 0, 0, 0.75);
  color:                #FFFFFF;
  transition:           all 0.3s ease-in-out;
  -moz-transition:      all 0.3s ease-in-out;
  -webkit-transition:   all 0.3s ease-in-out;
  -o-transition:        all 0.3s ease-in-out;
}

#aktuality-carousel {
  min-height: 103px;
  margin-top: -160px;
  z-index: 100;
  width: 100%;
}

#aktuality-carousel .carousel-control.left,
#aktuality-carousel .carousel-control.right {
	opacity: 0.1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#aktuality-carousel .carousel-control.left span {
	padding: 15px;
}

#aktuality-carousel .carousel-control.right span {
	padding: 15px;
}

#aktuality-carousel .carousel-control .fa-angle-double-left,
#aktuality-carousel .carousel-control .fa-angle-double-right{
	position: absolute;
	top: 0;
	z-index: 5;
	display: inline-block;
}

#aktuality-carousel .carousel-control .fa-angle-double-left{
	left: 0;
}

#aktuality-carousel .carousel-control .fa-angle-double-right{
	right: 0;
}

#aktuality-carousel .carousel-control i {
     background-color: transparent;
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 12px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#aktuality-carousel .carousel-control i:hover {
  background-color:     rgba(1, 84, 154, 0.95);
}

#aktuality-carousel .slider-content p {
  padding: 22px 60px;
  line-height:16px;
  font-size: 16px;
  margin:0;

}

#aktuality-carousel .slider-content p a {
  color: #FFFFFF;
  text-decoration: none;
  margin:0;
  padding: 0;
}

#aktuality-carousel .slider-content p a:hover {
  text-decoration:  underline;
}

/* ------------------------------------------------------------------------------------ */
.clanek-homepage {
  font-size: 13px;
  margin-left: -15px;
  margin-right: 15px;
  max-height: 142px;
  min-height: 142px;
  display:  block;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 15px;

}

.clanek-homepage p {
  font-size: 13px;
  line-height: 16px;
}


.clanek-homepage h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  border: 0;
  margin-bottom: 6px;
}

.clanek-homepage-vice {
  font-style: italic;
  float:   right;
  position: absolute;
  right: 16px;
  bottom: 0;
  background-color: #FFFFFF;
  padding-left: 20px;
}

.clanek-homepage-vice i {
  font-weight: 700;
}

.clanek-homepage img {
  border-radius :       60px;
  border:               10px solid  #F2F2F2;
  margin-bottom:        15px;
  float: left;
}

.clanek-homepage:hover img {
  border:               10px solid   #FFCB00;
}

.clanek-text {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
}

.clanek-text h1 {
  margin-top: 0;
  padding-top: 0;
}

.aktuality {
   display:  inline-table;
   margin-bottom: 0px
}

.tlacitko {
  margin: 20px 0;
}

/* ------------------------------------------------------------------------------------ */
#maps_google {
  height:               290px;
  width:                100%;
  background-image:     url(../images/mapa.jpg);
  background-position:  center;

}

#maps_google img { }

.gm-style-iw * {
  display:              block;
  width:                100%;
}

.gm-style-iw h4, .gm-style-iw p {
  margin:               0;
  padding:              0;
}

.gm-style-iw a {
  color:                #4272db;
}

/* -------------------------------------------------------------------------- */

.produkt-box-velky {
 display:  inline-table;
 text-align: center;
 margin: 0 auto;
 background-color: #FFFFFF;
 position: relative;
 padding: 10px;
}

.produkt-box-velky img {
  border-radius: 112px;
  border: 1px solid #F5F5F5;
}

.produkt-box-velky .popis {
  position: absolute;
  height: 55px;
  line-height:  55px;
  margin: 0 auto;
  width: 90%;
  bottom: 15%;
  background-color: rgba(1, 84, 154, 0.95);
  color: #FFFFFF;
  border-radius: 3px;
  display: table;
  -webkit-transition:   background-color 0.5s ease-out;
  -moz-transition:      background-color 0.5s ease-out;
  -o-transition:        background-color 0.5s ease-out;
  transition:           background-color 0.5s ease-out;
  padding: 0 3px;
}

.produkt-box-velky .popis span {
  font-family:          'Open Sans', Arial, Tahoma, sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: middle;
  display: table-cell;
  line-height: normal;
  padding: 2px;
}

.produkt-box-velky .popis span i {
  font-size: 14px;
  padding: 5px 5px 5px 10px;
}

.produkt-box-velky:hover .popis {
  background-color: #FFCB00;
  color: #333333;
}

.produkt-podkategorie-prehled {
  display:  inline-table;
  margin-bottom: 20px;
  width: 100%;
}

.produkt-prehled {
  display:  inline-table;
  margin-bottom: 10px;
  width: 100%;
}

/* -------------------------------------------------------------------------- */

.box-mini {
  width: 25%;
  display:  block;
  text-align: center;
  float: left;
  min-height:  200px;
}

.box-mini i {
  font-size: 38px;
  text-align: center;
  padding: 30px;
  display:   inline-table;
  position: relative;
  background-color:  #DEDEDE;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.box-mini i:hover {
  background-color: #F4F3F3;
  color: #0096FF;
}

.box-mini:hover {
  color: #0096FF;
}

.box-mini:hover p {
  color: #0096FF;
}

/* --- responzive --------------------------------------------------------------------- */

@media (min-width: 1200px) {
  .container {
    width:               980px;
  }

  .slider-content h2 {

  }

  .slider-content p {
    line-height:        25px;
  }
  .galerie_seznam .col-md-2 {
    width: 20.0%;
  }
}

@media (max-width: 1199px) {


  .navbar-collapse {
   padding-top:         0px;
  }

  .navbar-brand {
    padding-top:        8px;
    font-size:          22px;
  }

  .navbar-default .navbar-nav > li > a {
    font-size:          14px;
  }

  .navbar-brand img {

    margin:             0;
  }
}

@media (max-width: 990px) {
  .container {
  }
  .navbar-brand img {
    height:             65px;
    width:              217px;
    margin-top: 0px;
  }

  .navbar-default .navbar-nav > li > a {
    font-size:          14px;
    font-weight:        400;
    padding-left:       0px;
    padding-right:      0px;
    margin: 0 0 0 20px;
  }

  .slider-content h2 {
    font-size:            38px;
  }

  .slider-content h2 strong {
    font-weight:          700;
  }

  .slider-content p {
    font-size:            10px;
    line-height:          22px;
  }

  .slider-content h3 {
    font-size:            14px;
  }

  .btn-slider {
    font-size:            12px;
    padding:              12px 22px;
  }

}

@media (max-width: 767px) {
  .hlavicka {
    display:            none;
  }

  .page_content {
    padding: 20px;
   }

  .navbar-default {
    z-index: 1990;
    top:    0px;
    height: 78px;
  }

  .navbar-brand  {

  }

  .navbar-toggle {
    border: 0;
    color: #CC0000;
    background-color: transparent;
  }

  .navbar-fixed-top {
    margin-top: 0;
  }

  .navbar-brand {
    font-size:          28px;
    display:            block;

  }

  .navbar-brand {
    padding:            12px 0 0 12px;
  }

  .navbar-brand {

  }

  .navbar-brand img {
    height:             51px;
    width:              170px;
    margin-top: 3px;
  }

  .navbar-collapse {
    background-color:     rgba(255, 255, 255, 0.90);
  }

  .navbar-default .navbar-nav > li > a {
    font-size:          14px;
    font-weight:        500;
    padding:            5px 20px;
    margin:             0;
    color:              #2A2C2B;
  }

  .navbar-default .navbar-nav > li > a span {

  }
  .navbar-default .navbar-nav > li > a:hover {

    padding:             5px 20px;
    margin:             0;
  }

  .col-md-8,.col-md-6, .col-md-12 {

  }

  .galerie_seznam .col-md-2 {
    width: 33.33%;
  }

  .text-left .text-center {
    text-align:         center;
  }

  .slider-box {
    margin:             0 10%;
    padding:            8%;
  }

  .btn-slider {
    margin: 0 auto;

  }

  .slider-content h2 {
    font-size:            26px;
    padding:              8px;
    margin:               0 auto;
  }

  .slider-content h2 strong {
    font-weight:          600;
  }

  .slider-content p {
    padding:              8px;
    font-size:            10px;
    line-height:          22px;
    margin: 0 auto;
  }

  .slider-content h3 {
    font-size:            14px;
    padding:              8px;
    margin: 0 auto;
  }

  #banner-carousel .slider-content {
  	top:                35%;
  	margin-top:         0px;
  }
  .kontakty table {
    width: 100%;
  }

  /*----*/
  ul.dropdown, ul.sup-dropdown {
  	opacity:            1!important;
  	position:           relative !important;
  	visibility:         visible !important;
  	width:              100% !important;
  	top:                inherit !important;
  	left:               0 !important;
  	margin-top:         0 !important;
  	padding-left:       20px !important;
  	padding-right:      20px !important;
    margin:             0;
    padding:            0;
  }

  .dropdown > li:hover > a, .sup-dropdown li:hover > a {
    border:             0;
    color:              #000000;
  }

  .dropdown li a, .sup-dropdown li a { color: #F8F8F8;}
  .dropdown > li > a, .sup-dropdown li > a {
    margin:             0;
    font-size:          14px;
    border:             0;
    text-align:         left;
    color:              #2A2C2B;
    padding:            5px 10px;
    text-transform:     uppercase;
  }

  .dropdown > li:hover > a:hover, .sup-dropdown li:hover > a:hover {
    border:             0;
    color:              #444444;
  }

  .navbar-default .navbar-nav > li.drop:hover .dropdown {
    background-color:  transparent;
    padding: 0;
  }
  .navbar-default .navbar-nav .dropdown {
    margin:              0px;

  }
  /*----*/

  .box-mini {
    width: 50%;
    display: block;
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {

  .navbar-brand {
    font-size:            20px;
    padding-top:          12px;
  }

  #hlavicka {
    display: none;
  }

  #paticka {
    text-align:           center;
  }

  #paticka .col-xs-12 {
    margin-bottom: 3px;
    padding-bottom: 15px;
    clear: both;

  }

  #paticka .text-right {
    text-align: center;
  }

  .obsah_hlavni {
    margin-bottom:        680px;
  }

  .slider-content h2 {
    font-size:            24px;
    padding:              8px;
  }

  .slider-content h2 strong {
    font-weight:          600;
  }

  .slider-content p {
    padding:              8px;
    font-size:            10px;
    line-height:          22px;
  }

  .slider-content h3 {
    font-size:            14px;
    padding:              8px;
  }

  #banner-carousel .carousel-indicators {
    text-align:             center;
    display:                none;
  	bottom:                 8%;
  }

  body {
    margin-bottom:        220px;
  }

  .clanek-homepage {
    margin: 0 0 0 -10px;
    padding-right: 0px;
  }

  #banner-carousel .carousel-control {
    display: none;
  }

  .obsah_hlavni .galerie_seznam .col-md-2 {
   width: 100%;
  }

  .obsah_hlavni .galerie_seznam li a {
   width: 100%;
  }

  .produkt-box-velky {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }

  .produkt-box-velky .popis {
    width:    88%;
    margin: 0 20px;

  }
  .box-mini {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }

}
/* ------------------------------------------------------------------------------------ */
.podminky {
  padding:              10px 0;
  line-height:          18px;
}

#obsah .alert a {
  text-decoration:      none;
  color:                #857A70;
}

#obsah .alert a:hover {
  color:                #666666;
}

.profil p {
  font-size:            14px;
}

.fotogalerie {
  width: 100%;
}

/* -------------------------------------------------------------------------- */

.seznam-box {
  line-height:          18px;
  padding-bottom:       5px;
  margin-bottom:        20px;
  position:             relative;
  font-size: 13px;
  font-family:          'Open Sans', Arial, Tahoma, sans-serif;
}



.seznam-filtrovani {
  line-height:          35px;
  margin-bottom:        15px;
}

.seznam-filtrovani select {
  padding:              3px;
  margin-left:          10px;
}

.seznam-box a h2 {
  margin-top:           0;
  font-size:            14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom:        4px;
  border: 0;
}

.seznam-box a:hover h2 {
  color: #FFCB00;
}

.seznam-box h3 {
  line-height:          18px;
  border:               0;
  margin:               5px 0;
  padding:              0;
}

.seznam-box a {
  text-decoration:      none;
}

.seznam-box a:hover h3 {
  text-decoration:      underline;
  color:                #333333;
}

.seznam-box .vlozeno {
  color:                #999999;
  line-height:          18px;
  font-size:            10px;
}

.seznam-box .text {
  padding:              5px 0;
  font-size: 13px;
}

.seznam-box img {
  border-radius :       60px;
  border:               10px solid  #F2F2F2;
  margin-bottom:        15px;
}

.seznam-box:hover img {
  border:               10px solid   #FFCB00;
}

.seznam-box-datum {
  font-size:            12px;
  font-weight:          600;
  float:                left;
  margin:               0 30px 30px 0;
  padding:              16px 10px;
  width:                100px;
  position:             relative;
  color:                #4B4942;
  text-align:           center;
  border-radius:        5px;
}
.seznam-box .vice {
  font-style:  italic;
}

.prihlaseni {
  float:                right;
}

.clanky-hlavicka {
  margin-top:           100px;
}

.detail_obrazky {
 margin-bottom:         20px;
 display:               table;
 padding:               0 0 0 2px;
}

.detail_obrazky a {
  margin:               1px 1px 0px 0;
  display:              block;
  float:                left;
  position:             relative;
}

.detail_obrazky a.konecny {
  margin:               1px 0 0 0;
}

.detail_obrazky a:hover span {
  position:             absolute;
  top:                  -5px;
  left:                 0px;
  bottom:               0px;
  right:                0px;
  background:           url(../images/img_lupa.png) center center no-repeat;
}

.detail_obrazky h2 {
  border-bottom:        1px solid #D9D9D9;
  color:                #01549A;
  font-weight:          300;
  text-transform:       uppercase;
  margin:               6px 0 15px 0;
  padding-bottom:       13px;
}

.text {
  text-align:           justify;
}

.vlozeno {
  font-size:            10px;
  margin:               2px 0;
}

.autor {
  float:                right;
}

.fb-like {
  float:                left;
}

.g-plusone {
  width:                180px;
  float:                left;
}

.clanek_autor {
  font-family:          'Open Sans', sans-serif;
  clear:                both;
  overflow:             auto;
  color:                #4B4942;
  padding:              0 0 10px 0px;
  display:              inline-table;
  width:                100%;
  clear:                both;
  color:                #666666#CACBC9;
  font-size:            11px;
  font-style:           italic;
}

.clanek_autor span {
  float:                left;
  margin-right:         15px;
  line-height:          20px;
}

.clearboth {
  clear:                both;
}

/* -------------------------------------------------------------------------- */

#navigace {
  padding:              10px 0;
  color:                #333333;
  font-style: italic;
  margin: 30px 0;
  font-size:            13px;
}

#navigace strong {
  padding:              0 10px 0 0px;
}

#navigace a {
  color:                #333333;
  text-decoration:      none;
  margin-right:         10px;
}

#navigace a:hover {
  color:                 #FFCB00;
}

/* ----------------------------------------------------------------------------- */

p.odstavec_vetsi1 {
  font-family:          'Roboto', Arial,sans-serif;
  font-weight:          100;
  font-size:            20px;
  line-height:          30px;
  margin-bottom:        18px;
}

p.odstavec_vetsi1 strong {
  font-weight:          500;
  color:                #FF7200;
}

/* ----------------------------------------------------------------------------- */

.obsah_hlavni .btn-formular:hover {
  background-color:     #FFCB00;
  color:                #FFFFFF;
  font-size:            14px;
  padding:              8px 13px;
  border-radius:        3px;
  text-transform:       uppercase;
  font-family:          'Open Sans', sans-serif;
}

.obsah_hlavni a.btn-formular, .obsah_hlavni .btn-formular:active, input.btn-formular {
  text-decoration:      none;
  font-family:          'Open Sans', sans-serif;
  background-color:     #01549A;
  color:                #FFFFFF;
  font-size:            14px;
  padding:              8px 13px;
  border-radius:        3px;
  text-transform:       uppercase;
  margin:               5px 5px 10px 0;
  position:             relative;
}
/* ----------------------------------------------------------------------------- */

.container .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.container .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.container .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 600ms both;
	animation: fadeInDown 1s ease-in 600ms both;
}

.img-responzive .img-odsazeni-vravo {
  margin-right:     92px;
}

.hlavicka_obrazek img {
  width:            100%;
  margin-top:       130px;
}



/* ----------------------------------------------------------------------------- */


.page_content .col-md-6, .col-md-12 {
  padding:              5px 10px;
}

label {
  font-size:            14px;
  font-weight:          400;
  display:              block;
}

select {
  padding:              6px 6px 7px 6px;
  border-radius:        5px;
  border:               1px solid #B1B1B1;
}

.aktualne-text {
  background-color:     #8FBE00;
  color:                #FFFFFF;
  padding:              15px 25px 5px 25px;
}


.aktualne-text p {
  color:                #FFFFFF;
  text-align:           justify;
}

.obsah_hlavni .alert-danger a {
  text-decoration:      none;
  color:                #A94442;
}

.obsah_hlavni .alert-success a {
  text-decoration:      none;
  color:                #8FBE00;
}

.obsah_hlavni .alert-info a {
  text-decoration:      none;
  color:                #00A8C6;
}

.obsah_hlavni .alert ul {

}

/* ------------------------------------------------------------------------------------ */

.left-meta-post {
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	overflow: hidden;
}

.left-meta-post .post-date {
	padding: 8px 0;
	width: 55px;
	background-color: #444;
	color: #fff;
}

.left-meta-post .post-date .day {
	font-size: 20px;
	font-weight: 700;
	display: block;
	letter-spacing: 1px;
}


.left-meta-post .post-type i {
	background-color: #8FBE00;
}

.left-meta-post .post-type i {
	display: block;
	width: 55px;
    padding: 15px 0;
	color: #fff;
	font-size: 1.4em;
}


.carousel-loga {
  position:         relative;
}

.slideControls {
 position:          absolute;
 width:             100%;
 top:               38px;
 left:              0;
 font-size:         38px;
 font-weight:       bold;
 z-index:           100;
}

.slideControls a i {
  background-color: rgba(255, 255, 255, 0.15);
  color:            #65665D;
  z-index:          100;
  line-height:      36px;
  font-size:        26px;
  padding:          12px 12px 12px 12px;
  margin: 0 -10px;
  -moz-transition:  all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition:   all 500ms ease;
  -o-transition:    all 500ms ease;
  transition:       all 500ms ease;
}

.slideControls a:hover i {
  background-color: rgba(255, 255, 255, 0.95);
}

.slideNext {
  right:            0;
  position:         absolute;
  cursor:           pointer;
}

.slidePrev{
  left:             0;
  position:         absolute;
  cursor:           pointer;
}

.carousel-loga {
  padding:          15px 36px;
  position:         relative;

.slide {
  padding:20px;
  text-align:center;
  border: 1px solid #CC0000;
   height:50px;
  }

}

/* -------------------------------------------------------------------------- */

/*
 * Galerie 2.0
 * 4.1.2012
*/

.obsah_hlavni .galerie_seznam {
  display:              table;
  font-family:          'Open Sans', Arial, Tahoma, sans-serif;
  margin:               40px 0;
}

.obsah_hlavni .galerie_seznam img.nove {
  position:             absolute;
  top:                  0;
  right:                15px;
  border: 0;
  border-radius: 0;
}

.obsah_hlavni .galerie_seznam a:hover img.nove {
  border: 0;
}

.obsah_hlavni .galerie_seznam ul {
  padding:              0;
}

.obsah_hlavni .galerie_seznam li {
  list-style:           none;
  background-image:     none;
  display:              inline-block;
  min-height:           258px;
  max-height:           258px;
  text-align:           center;
  padding:              0;
  margin:               0px;
  margin-bottom:        10px;
}

.obsah_hlavni .galerie_seznam li a img  {
  margin-bottom:        10px;
  border:               0;
  display:              inline-block;
  border-radius:        75px;
  border:               10px solid  #F2F2F2;
}

.obsah_hlavni .galerie_seznam li a:hover img {
  border:               10px solid  #FFCB00;
}

.obsah_hlavni .galerie_seznam li a  {
  line-height:          18px;
  font-size:            13px;
  position:             relative;
  display:              table;
  color:                #333333;
  width:                100%;
}

.obsah_hlavni .galerie_seznam li a:hover  {
  color:                #FFCB00;
}

.obsah_hlavni .galerie_seznam li a:hover span {
  position:             absolute;
  top:                  -40px;
  left:                 0px;
  bottom:               0px;
  right:                0px;
  background:           url(../images/img_lupa.png) center center no-repeat;
}

.obsah_hlavni .galerie_seznam li a span.datum {
  font-size:            12px;
  color:                #333333;
  font-weight:          bold;
  width: 100%;
  display: block;
}

.obsah_hlavni .galerie_seznam li a:hover span.datum {
  position:             static;
  background:           none;
  text-decoration:      none;
}

.obsah_hlavni .galerie_seznam a {
  text-decoration:      none;
}

.obsah_hlavni .galerie_seznam a:hover span {
  text-decoration:      none;
  color:                #B9121B;
  text-decoration:      underline;
}

.obsah_hlavni .seznam_pager_odkaz {
  color:                #B9121B;
}

.obsah_hlavni .seznam_pager_odkaz strong {
  padding:              3px 7px;
  text-decoration:      none;
  margin-left:          2px;
  color:                #B9121B;
  font-size:            16px;
}

.galerie {
  margin: 30px 0;
}

.galerie ul {
  margin:               0;
  padding:              0;
  list-style:           none;
  clear:                both;
  display:              table;
}

.galerie ul li {
  margin:               0 3px 3px 0;
  padding:              0;
  list-style:           none;
  float:                left;
  background:           none;
}


.galerie ul li a:hover {
  background-color:     #CC0000;
  z-index:              11111;
}

.galerie ul li.konecny {
  margin:               0 3px 3px 0;
  padding:              0;
  list-style:           none;
  float:                left;
  width:                238px;
  height:               158px;
  background:           none;
  display:              block;
}

.galerie ul li a {
  text-decoration:      none;
  display:              table;
  position:             relative;
}

.galerie ul li a span {
  background-color:     transparent;
  position:             absolute;
  display:              inline-block;
  top:                  0;
  left:                 0px;
  bottom:               0px;
  right:                0px;
  -webkit-transition:   background-color 0.5s ease-out;
  -moz-transition:      background-color 0.5s ease-out;
  -o-transition:        background-color 0.5s ease-out;
  transition:           background-color 0.5s ease-out;
  z-index:              99;
}

.galerie ul li a:hover span {
  font-size:            28px;
  color:                #FFFFFF;
  background-color:     rgba(204, 0, 0, 0.85);
}
.galerie ul li a span i { display: none; }
.galerie ul li a:hover span i {
  top:                  40%;
  left:                 45%;
  display:              inline-table;
  position:             absolute;
  font-size: 34px;
}

.galerie ul li a:hover {
  color:                #CC0000;
  display:              block;
}

.galerie ul li a img {
  margin:               0 auto;
  padding:              0px;
  border:               0;
  display:              block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */

}

.galerie ul li a:hover img {

}

.obsah_hlavni .galerie_pages {
  clear:                both;
  display:              block;
  margin:               30px auto;
  text-align:           center;
}

.obsah_hlavni .galerie_pages a {
  height:               25px;
  width:                25px;
  padding:              9px 15px;
  text-decoration:       none;
  margin-left:          2px;
  color:                #333333;
  display:              inline-table;
}

.obsah_hlavni .galerie_pager_odkaz {
  padding:              9px 15px;
  background-color:     #FFCB00;
  border-radius:        25px;
  text-decoration:      none;
  margin-left:          2px;
  color:                #333333;

}

.obsah_hlavni .galerie_pages a:hover {
  color:                #FFFFFF;
  text-decoration:      none;
  padding:              9px 15px;
  background-color:     #01549A;
  border-radius:        25px;
}

.obsah_hlavni .galerie_pages a strong {
  padding:              0 5px;
  font-size:            16px;
  text-decoration:      none;
}


.kontakt-box {
  color:                #313415;
  float:                left;
  margin: 0 5px 5px 0;
  padding: 10px;
  min-width: 100px;
  font-size: 13px;
  border: 1px solid #CACBC9;
  border-radius: 5px;
  max-height: 250px;
  background-color: #FFFFFF;
}

.kontakt-box:hover {
  border: 1px solid #FFCB00
}
.kontakt-box img {
  float:                left;
  padding:              0 10px 5px 0;
  border:               0;
}

.kontakt-box p.jmeno {
  color:                #C03000;
  font-size:            14px;
  padding:              0 0 50px 0;
}

.kontakt-box p {
  padding:              0;
  margin:               0 0 5px 0;
}
.nadpis_cely {
  display: block;
  width: 100%;
  margin-top: 45px;
  padding-top: 15px;
}

.kontakt-info-boxy {
  display: table;
  margin: 30px 0;
}
.kontakt-info-boxy .col-md-4 {
  padding-left: 0;
}

.kontakt-info-box {
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  display: relative;
  padding:10px 15px;
  margin: 0;
  font-size: 15px;
  min-height: 135px;
  font-family:          'Open Sans', Arial, Tahoma, sans-serif;
}

.kontakt-info-box:hover {
  border: 1px solid #CACBC9;
}
.mapa {
  background-image: url(../images/mapa.jpg);
  background-position: center;
  height: 550px;
  margin-bottom: -150px;
}

.kontakt-box-velky {
 display:  inline-table;
 text-align: center;
 margin: 0 auto;
 background-color: #FFFFFF;
 position: relative;
 padding: 10px;
 font-family:          'Open Sans', Arial, Tahoma, sans-serif;
 height: 270px;
 margin-bottom: 15px;
}

.kontakt-box-velky img {
  border-radius: 112px;
  border: 10px solid #F5F5F5;
}

.kontakt-box-velky .popis {
  position: absolute;
  line-height:  18px;
  font-size: 13px;
  min-height: 130px;
  height: 150px;
  margin: 0 auto;
  width: 90%;
  background-color: rgba(1, 84, 154, 0.95);
  border-radius: 3px;
  padding: 8px;
  color: #FFFFFF;
  display: table;
  -webkit-transition:   background-color 0.5s ease-out;
  -moz-transition:      background-color 0.5s ease-out;
  -o-transition:        background-color 0.5s ease-out;
  transition:           background-color 0.5s ease-out;
  bottom: 0;
}

.kontakt-box-velky .popis span {
  font-family:          'Open Sans', Arial, Tahoma, sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: middle;
  display:  inline-block;
  line-height: normal;
  padding: 5px 0 10px 0;
}

.kontakt-box-velky .popis strong {
  display: block;
}

.kontakt-box-velky:hover .popis {
  background-color: #FFCB00;
  color: #333333;
}

.kontakt-box-velky .popis a {
  color: #FFFFFF;
  text-decoration: underline;
}

.kontakt-box-velky:hover a {
  color: #313415;
}
/* -------------------------------------------------------------------------- */

.produkt-vyrobce-prehled {
  font-family:          'Open Sans', Arial, Tahoma, sans-serif;
  font-size: 14px;
  font-weight:700;
  margin: 20px 0 20px 0;
  background:  #F8F8F8;
  border: 1px solid #EEEDED;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  display: table;
}

.produkt-vyrobce-prehled a {
  float: left;
  margin-right: 25px;
}

.produkt-vyrobce-prehled span {
  margin-left: 10px;
  font-weight: 300;
}

.eu-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    background-color:  #333333;
    z-index: 1000;
    padding: 20px;
}

.eu-cookies a {
  color: #FFFFFF;
  text-decoration: underline;
}

.eu-cookies button {
    background:   #CC0000;
    color:  #FFFFFF;
    margin: 0 30px;
}

img.grayscale {
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}
img.grayscale:hover {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}


/* -------------------------------------------------------------------------- */

a.partneri-box {
  width:                236px;
  height:               230px;
  background-color:     #FFFFFF;
  border:               1px solid  #EEEDED;
  padding:              0px;
  border-radius: 5px;
  color:                #313415;
  float:                left;
  margin:               0 5px 5px 0;
}

a:hover.partneri-box {
  border:               1px solid  #CACBC9;
}

.partneri-box img {
  border:               0;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}

.partneri-box img:hover {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

.partneri-box p {
  padding:              0;
  margin:               0 0 5px 0;
}


.tabulka_box {
  float: left;
  width: 24.3%;
  display: table;
  line-height: 25px;
  margin: 25px 0;
}

.tabulka_box td {
  padding: 6px 0px;
}

.tabulka_box tbody {
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.tabulka_box tbody:hover {
  color:   #CC0000;
  font-weight: bold;
}

.tabulka_parametry td {
  padding: 2px 8px;
  font-size: 13px
}

.kontakty {
  display: table;
  width: 100%;
}

/* -------------------------------------------------------------------------- */

@media (max-width: 479px) {
  .mapa {
    height: 200px;
    margin-bottom:-80px;
  }

}

/* -------------------------------------------------------------------------- */

.hidden {
     opacity:0;
}
.visible {
     opacity:1;
}
