/*
Theme Name: Agro Jesenice

*/

@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic-ext);

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Open Sans', sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #5d9b24;
	text-decoration: none;
}

a:visited {
	color: #5d9b24;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #488015;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


h1, h2, h3, h4, h5 {
  font-weight:normal;
}
h1 {
  font-size:30px;
}
h2 {
  font-size:26px;
}
h3 {
  font-size:24px;
}
h4 {
  font-size:22px;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
  box-sizing: border-box;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
  max-width:100%;
  max-height:auto;
  display:inline-block;
  border:1px solid #cacaca;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* STYLES */
#page {
  float:left;
  width:100%;
  margin:25px 0px 0;
}
#page .center-content {
  max-width:990px;
  margin:0 auto;
}

#header {
  float:left;
  width:100%;
  height:150px;
  background:#fff url('images/menu_bg.png') repeat-x left bottom;
}
#header .center-content{
  position:relative;
}
#header .logo {
  margin-top:10px;
  float:left;
  width:210px;
  position:Absolute;
  left:-50px;
}
#header #navbar {
  float:right;
  width:820px;
  position:relative;
}
#header #navbar ul {
  margin:50px 0 0;
  float:left;
  width:100%;
  padding:0px;
}
#header #navbar ul li {
  display:inline;
  text-align:center;
  font-size:20px;
  text-transform: uppercase;
  padding:0px;
}
#header #navbar ul li a {
  color:#00612e;
  font-family: 'PT Sans Narrow', sans-serif;
  height:60px;
  width:20%;
  float:left;
}

#header #navbar ul li:hover > a {
  background:url('images/bg_menu_hover.png') no-repeat center bottom;
  text-decoration: none;
}
#header #navbar ul li.current-menu-item a, #header #navbar ul li.current-menu-parent a {
  background:url('images/bg_menu_hover.png') no-repeat center bottom;
  text-decoration: none;
}
#header #navbar ul li.current-menu-item ul a, #header #navbar ul li.current-menu-parent ul a {
  background:none;
}
/* 2. level menu*/
#header #navbar ul li.current-menu-item ul {
  display:block;
}
#header #navbar ul li.current-menu-parent ul {
  display:block;
}
#header #navbar ul li:hover ul {
  display:block;
}
#header #navbar ul ul li.current-menu-item a {
  color:#fff;
}
#header #navbar ul li ul li:hover > a {
  background:none;
}

#header #navbar ul ul {
  margin:0px 0 0;
  padding:0px;  
  display:none;
  position:absolute;
  top:110px;
  right:0px; 
  float:left;
  width:100%;
  background:#7ebc42;
}

#header #navbar ul ul li {
  float:left;
}
#header #navbar ul ul li a {
  width:auto;
  display:inline;
  float:left;
  font-size:18px;  
  text-transform: uppercase;
  margin: 0 12px;
  height:35px;
}
#header #navbar ul ul li a:hover, #header #navbar ul ul li:hover {
  background:none;
  color:#fff;
}
#main {
  float:left;
  width:100%;
}
#slider {
  float:left;
  width:100%;
  overflow: hidden;
  margin: 0 0 25px 0;
  position:relative;
}
#slider-subpage {display:none;}
#slider .center-content {
  position:relative;

  max-width:990px;
  width:auto;
  display:block;
}
#slider h2 {
  background:url('images/slider-h2.png') no-repeat center left;
  padding:18px 20px;
  font-size:29px;
  font-weight:600;
  float:left;
  color:#fff;
  width:300px;
  height:110px;
  position:absolute;
  bottom:0px;
  right:100px;
}

#primary {
  float:left;
  width:100%;
}

#conten-index {
  float:left;
  width:100%;
}
#conten-index aside {
  float:left;
  width:48.5%;
  height:300px;
  overflow: hidden;
  margin-right:1.5%;
  margin-bottom:15px;
  position:relative;
}
#conten-index aside:nth-child(odd) {
  width:49.5%;
}
#conten-index .breadcrumbs {
  margin-top:20px;
}
#conten-index aside:nth-child(even) {
  margin-right:0px;
  margin-left:0.5%;
}
#conten-index aside a {
  float:left;
  width:100%;
  text-align:center;
}
#conten-index aside h3 a {
  color:#fff;
}
#conten-index aside a img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
#conten-index aside a:hover img {
    -webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
}
#conten-index aside h3 {
  position:absolute;
  box-sizing: border-box;
  width:100%;
  height:65px;
  z-index:1000;
  line-height:66px;
  background:url('images/index-title.png') no-repeat center top;
  bottom:0px;
  float:left;
  left:0px;
  margin:0;
  padding:0px 25px;
  text-transform: uppercase;
  color:#fff;
}

.entry-header h2 {
  font-size:30px;
  text-transform: uppercase;
  color:#00853f;
}


/* KATALOGY KE STAZENI */
.katalogy-ke-stazeni {
  float:left;
  width:100%;
  margin-bottom:25px;
}
.katalogy-ke-stazeni .katalog{
  float:left;
  width:50%;
}

.katalogy-ke-stazeni .katalog .katalog-img {
  float:left;
  width:45%;
}
.katalogy-ke-stazeni .katalog .katalog-img img {
  max-width:100%;
  height:auto;
  display:inline-block;
}
.katalogy-ke-stazeni .katalog .katalog-text {
  float:left;
  width:55%;
  box-sizing: border-box;
  padding:0px 15px;
}
.katalogy-ke-stazeni .katalog .katalog-text h3 {
  font-weight:bold;
  color:#178348;
}
.katalogy-ke-stazeni .katalog .katalog-text p {
  font-size:14px;
}


/* KONTAKTY */
.kontakty {
  float:left;
  width:100%;
  margin-bottom:25px;
}
.kontakty h2 {
  font-size:30px;
  font-weight:bold;
  margin:15px 0px 10px 0px;
  color:#178348;
  text-transform: uppercase;
}
.kontakty p {
  font-size:14px;
}
.kontakty .kontakty-adresa {
  float:left;
  width:33.3333333%;
  box-sizing: border-box;
  padding-right:20px;
}
.kontakty .kontakty-adresa h3 {
  font-size:22px;
  margin:20px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  font-weight:bold;
  color:#178348;
}
.kontakty .kontakty-adresa h4 {
  font-size:22px;
  font-weight:bold;
  color:#178348;
}
.kontakty .kontakty-osoby {
  float:left;
  width:33.3333333%;
  box-sizing: border-box;
  padding-right:20px;
}
.kontakty .kontakty-osoby h3 {
  font-size:22px;
  font-weight:bold;
  text-transform: uppercase;
  color:#178348;
}
.kontakty .kontakty-osoby h4 {
  font-size:22px;
  margin:20px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  font-weight:bold;
  color:#178348;
}
.kontakty .kontakty-formular {
  float:left;
  width:33.3333333%;
  box-sizing: border-box;
}
.kontakty .kontakty-formular h3 {
  font-size:22px;
  font-weight:bold;
  text-transform: uppercase;
  color:#178348;
}
.kontakty .kontakty-formular p {
  margin:0px;
  padding:0px;
  display:block;
}
.kontakty .kontakty-formular p span.povinne {
  float:left;
  font-size:12px;
  color:#369054;
}
.kontakty .kontakty-formular input[type="text"], .kontakty .kontakty-formular input[type="email"], .kontakty .kontakty-formular textarea {
  background:#ffefc7;
  border:0px;
  color:#007736;
  padding:7px 8px;
  width:100%;
  margin:0px 0px 15px 0px;
}
.kontakty .kontakty-formular input[type="text"]::-webkit-input-placeholder, .kontakty .kontakty-formular input[type="email"]::-webkit-input-placeholder, .kontakty .kontakty-formular textarea::-webkit-input-placeholder { 
  color:#007736;
}
.kontakty .kontakty-formular input[type="text"]:-moz-placeholder, .kontakty .kontakty-formular input[type="email"]:-moz-placeholder, .kontakty .kontakty-formular textarea:-moz-placeholder { 
  color:#007736;
   opacity:  1;
}
.kontakty .kontakty-formular input[type="text"]::-moz-placeholder, .kontakty .kontakty-formular input[type="email"]::-moz-placeholder, .kontakty .kontakty-formular textarea::-moz-placeholder {
  color:#007736;
   opacity:  1;
}
.kontakty .kontakty-formular input[type="text"]:-ms-input-placeholder, .kontakty .kontakty-formular input[type="email"]:-ms-input-placeholder, .kontakty .kontakty-formular textarea:-ms-input-placeholder {
  color:#007736;
}
.kontakty .kontakty-formular input[type="submit"] {
  background:#7fb33b;
  color:#fff;
  padding:5px 15px;
  font-size:17px;
  font-weight:bold;
  text-transform: uppercase;
  border:0px;
  float:right;
}
.kontakty .kontakty-formular input[type="submit"]:hover {
  background:#629520;
}
.kontakty .kontakty-mapa {margin-top:15px;float:left;width:100%;}




/* NOVINKY */
.novinky {
  float:left;
  width:100%;
  margin:20px 0;
}
.novinky h2 {
  font-size:30px;
  font-weight:bold;
  margin:15px 0px 30px 0px;
  color:#178348;
  text-transform: uppercase;
}
.novinky .novinka {
  float:left;
  width:100%;
  margin:0px 0 20px 0;
}
.novinky .novinka .novinka-img {
  float:left;
  width:50%;
  padding:0px 20px 0px 0px;
}
.novinky .novinka .novinka-img img {
  max-width:100%;
  height:auto;
  display:block;
}
.novinky .novinka .novinka-text {
  float:left;
  width:50%;
}
.novinky .novinka .novinka-text h3 {
  font-weight:800;
  font-size:25px;
  color:#178348;
  margin:0px 0 15px 0;
}
.novinky .novinka .novinka-text h3 a {
  color:#178348;
}
#kategorie {
  float:left;
  width:100%;
}
h2.entry-title {
  font-weight:600;
  font-size:30px;
  color:#007736;
  text-transform:uppercase;
  clear:both;
  float:left;
  width:100%;
}
#kategorie .cat {
  float:left;
  width:48%;
  overflow: hidden;
  margin-right:2%;
  margin-bottom:15px;
}
#kategorie .cat .img {
  position:relative;
  height:300px;
  overflow: hidden;
  float:left;
  width:100%;  
}
#kategorie .cat .img a img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
#kategorie .cat .img a:hover img {
    -webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
}
#kategorie .cat:nth-child(even) {
  margin-right:0px;
}
#kategorie .cat .img a {
  float:left;
  width:100%;
}
#kategorie .cat .img h3 {
  position:absolute;
  box-sizing: border-box;
  width:100%;
  height:65px;
  line-height:80px;
  background:url('images/index-title.png') no-repeat center top;
  bottom:0px;
  z-index:1000;
  left:0px;
  margin:0;
  padding:0px 25px;
  text-transform: uppercase;
  color:#fff;
}
#kategorie .cat .img h3 a {
  color:#fff;
}
#kategorie .cat .content {
  float:left;
  width:100%;
  height: 120px;
  margin-top:8px;
  overflow: hidden;
  font-size:16px;
  color:#000;
  line-height:24px;
}
#kategorie .cat .button {
  float:left;
  width:100%;
  height: 30px;
  margin-top:10px;
}
#kategorie .cat .button a {
  float:right;
  text-transform:uppercase;
  text-align:center;
  padding:3px 15px;
  background:#007736;
  color:#fff;
  font-size:14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#vypis-produktu-hlavicka {
  float:left;
  width:100%;
  margin-top:20px;
}
#vypis-produktu-hlavicka .img {
  float:left;
  width:50%;
}
#vypis-produktu-hlavicka .img img {
  max-width:100%;
  max-height:auto;
}
#vypis-produktu-hlavicka .text {
  float:right;
  width:48%;
  margin-left:2%;
  font-size:16px;
  color:#000;
  line-height:24px;
}
#vypis-produktu-hlavicka .text img {
  max-width:100%;
}
#vypis-produktu-hlavicka .text h2 {
  margin:0px 0px 10px 0;
  padding:8px 15px;
  text-transform: uppercase;
  color:#fff;
  background:#7fb33b;
}
#vypis-produktu {
  float:left;
  width:100%;
}
#vypis-produktu .produkt {
  width:33%;
  box-sizing: border-box;
  padding: 20px 2%;
  float:left;
}
#vypis-produktu .produkt .img {
  width:100%;
  height:320px;
  float:left;
  margin-bottom:15px; 
  text-align:center;
}
#vypis-produktu .produkt .img img {
  max-height:100%; 
}
#vypis-produktu .produkt h3 {
  text-align:center;
  font-size:16px;
  font-weight:800;
  color:#007736;
} 

#detail-produkt {
  float:left;
  width:100%;
  margin-top:25px;
}
#detail-produkt .img {
  float:left;
  width:50%;
  box-sizing: border-box;
  padding:10px 40px;
}
#detail-produkt .img img { 
  width:100%;
  height:100%;
  display:block;
}
#detail-produkt .img .loga {
  text-align:center;
  margin-top:25px;
}
#detail-produkt .img .loga img { 
  width:auto;
  height:auto;
  max-width:130px;
  display:inline;
}
#detail-produkt .text {
  float:left;
  width:48%;
  margin-left:2%;
}
#detail-produkt .text h2 {
  margin:0px 0px 10px 0;
  padding:8px 15px;
  text-transform: uppercase;
  font-weight:600;
  color:#fff;
  background:#7fb33b;
}
#detail-produkt .text span {
  display:block;
  font-weight:800;
  color:#007736;
}
#detail-produkt .text p.inline {
  margin-bottom:0px;
}
#detail-produkt .text p.inline span {
  display:inline;
}
#detail-produkt .text > div {
  padding: 5px 15px;
}
.page-navi {
  float:left;
  width:100%;
  clear:both;
  margin:15px 0px;
}
.page-navi .wp-pagenavi{
  float:right;
}
.page-navi .pages {
  background:#7ebc42;
  color:#fff;
  bordeR:0px;
  padding:2px 10px;
}
.page-navi .current {
  background:#93d059;
  bordeR:0px;
  color:#38640e;
  padding:2px 10px;
}
.page-navi a {
  background:#7fb33b;
  color:#fff;
  bordeR:0px;
  padding:2px 10px;
}
.page-navi a:hover {
  background:#93d059;
}

article .entry-thumbnail img {
  float:left;
  margin: 0px 10px 10px 0px;
}

#footer {
  float:left;
  width:100%;
  padding:10px 0px;
  margin:15px 0 0 0;
  background:#7ebc42;
  color:#fff;
}
#footer h3 {
  color:#00853f;
  font-weight:800;
  font-size:18px;
  margin-bottom:8px;
  padding-bottom:0px;
  text-transform: uppercase;
}
#footer aside {
  float:left;
  width:33%;
}
#footer aside img {
  max-width: 160px;
}
#footer aside.widget_text {
  width:20%;
  padding-top:45px;

  float:left;
}
#footer aside.widget_black_studio_tinymce {
  width:46.666666666%;
}
#footer ul {
  margin:0px 0px;
}
#footer ul li a {
  color:#fff;
}
#footer .facebook {
  display:block;
  margin-top:25px;
}
#footer a.facebook {
  color:#fff;
}
#footer .facebook img {
  float:left;
  margin:3px 10px 10px 0px;
}
#footer .facebook span {
  display:block;
  font-weight:800;
}
#copyright {
  float:left;
  width:100%;
  padding:10px 0px;
  background:#00853f;
  text-align:center;
  color:#fff;
}



@media only screen and (max-width: 1150px){ 
  #header {
    height:252px;
  }
  #header .logo {
    margin-top:10px;
    float:left;
    width:100%;
    position:relative;
    left:0px;
    text-align:center;
  }
  #header #navbar {
    float:left;
    width:100%;
    position:relative;
  }
  #header #navbar ul {
    margin:00px 0 0;
    float:left;
    width:100%;
    padding:0px;
  }
  #header #navbar ul ul {
    top: 65px;
  }
  #conten-index aside {
    height:auto;
  }
  #conten-index aside:nth-child(odd), #conten-index aside:nth-child(even) {
    width:49%;
  }
  #main {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding:15px 25px;
  } 
}
@media screen and (max-width:900px) {
  #vypis-produktu .produkt .img {
    width:100%;
    height:230px;
    float:left;
    margin-bottom:15px; 
  }
  #vypis-produktu .produkt .img img {
    max-height:100%;
    max-width:100%;
    display:block; 
  }
  #footer aside {
    width:30%;
  }
  #footer aside img {
    max-width:100%;
  }
  #footer aside.widget_text {
    width:30%;
  }
  #footer aside.widget_black_studio_tinymce {
    width:40%;
  }
}
@media screen and (max-width:700px) {
  #vypis-produktu .produkt .img {
    width:100%;
    height:180px;
    float:left;
    margin-bottom:15px; 
  }
}

@media screen and (max-width:700px) {
  #footer aside {
    width:33%;
    padding-right:2%;
  }
  #footer aside.widget_text {
    width:25%;
  }
  #footer aside.widget_black_studio_tinymce {
    width:38%;
    padding-right:2%;
  }
  #conten-index aside h3 {
    font-size:20px;
    line-height:65px;
    height:54px;
    padding:0px 18px;
  }
}

@media screen and (max-width:600px) {
  #vypis-produktu-hlavicka .img {
    float:left;
    width:100%;
  }
  #vypis-produktu-hlavicka .text {
    float:left;
    width:100%;
  }
}

@media screen and (max-width:500px) {
  #footer aside {
    width:100%;
    padding-right:0;
    text-align:center;
  }
  #footer aside ul {
    margin:0px;
    padding:0px;
    list-style:none;
  }
  #footer aside.widget_text {
    width:100%;
    text-align:center;
  }
  #footer aside.widget_text img {
    display:inline;
  }
  #footer aside.widget_black_studio_tinymce {
    width:100%;
    padding-right:0;
    text-align:center;
  }
  #conten-index aside {
    width:100%;
  }
  #conten-index aside:nth-child(odd), #conten-index aside:nth-child(even) {
    width:100%;
    margin-left:0px;
    margin-right:0px;
  }
}

@media screen and (max-width:450px) {
  #vypis-produktu .produkt {
    width:100%;
  }
  #vypis-produktu .produkt .img {
    width:100%;
    height:250px;
    float:left;
    margin-bottom:15px; 
    text-align:center;
  }
  #vypis-produktu .produkt .img img {
    text-align:center;
    display:inline;
  }
  #vypis-produktu-hlavicka .img {
    displaY:none;
  }

}

@media screen and (min-width:200px) and (max-width:800px){
.katalogy-ke-stazeni .katalog {
width:100%
}
}


