/*  
Theme Name: Skylab - Responsive
Theme URI: http://skylab.cz
Description: Skylab
Version: 1.0
Author: Skylab
Author URI: http://skylab.cz
*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
/*@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400&subset=latin,latin-ext);*/
body *{font-family:Arial, 'Raleway', sans-serif;}
html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
label{
    font-size: 14px;
    color: #515151;
}
footer label{
    color:white !important;
}
input{
    font-family: Arial, 'Raleway', sans-serif !important;
    color: #515151;
    font-size: 14px;
    line-height: 24px;
}
input, textarea, select{font-family:inherit;}
html {
    font-family: Arial, 'Raleway', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body{
	font-family: Arial, 'Raleway', sans-serif;
	margin:0;
	padding: 0;
    background: #ffffff;
    background-repeat: repeat-y !important;
    background-position: top center !important;
    background-attachment: scroll !important;
    background-size: auto !important; 
    cursor: pointer;
}
p{
    font-size: 16px;
    color: #252525;
    line-height: 20px;
    font-weight: 400;
}
a{
    color:#8dbc00;
}
h2{
    font-size:40px;
    color: #252525;
    margin-bottom: 0px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
.dn {display: none !important;}
.odber_tlac{
    background: transparent;
    border: 1px solid white;
    height: 39px;
    color: white;
    margin-left: -5px;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#sky_cookie{
    display: none;
}
.hp_post .img_article_top{
    max-width: 100%;
  
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.hp_post .img_article_top:hover{
 -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.over_image_effect{
  position: relative;
  overflow: hidden;    
}
.img_index .img_article_top{
    max-width: 100%;
  
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.img_index .img_article_top:hover{
 -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* = WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-video .mejs-container .mejs-controls {
    visibility: hidden;
}

iframe .ytp-hide-controls .ytp-watermark {
	display: none !important;
}

.gallery br {
display:none !important;
}

.gallery:after {
visibility: hidden;
display: block;
font-size: 0;
content: &quot; &quot;;
clear: both;
height: 0;
}

.gallery .slick-prev:before,
.gallery .slick-next:before
{
  font-family: 'slick';
  font-size: 40px;
  line-height: 1;

  opacity: .75;
  color: black !important;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gallery .slick-arrow {
	z-index: 1500;
}
.gallery .slick-prev {
	left: -20px;
}
.gallery .slick-next {
    right: 0px;
}

.container-main .sidebar div.widgetizedArea:nth-of-type(2) {
	margin-bottom: -20px;
}
.sidebar .widgetizedArea {
    margin:0px 0px 25px 0px;
}

.sidebar .widgetizedArea h3 {
	margin-bottom: 15px;
}

.loadingCont {
	background: url('./img/ajax-loader.gif') center center no-repeat;
	width: 300px;
	margin: 0 auto;
	height: 50px;
}
.text404 {
	width: 515px;
    text-align: center;
	margin: 0 auto;
}
.text404 span {
	color: #99cc00;
	font-size: 24px;
}
.souhlasCont li {
	color: #515151;
    font-size: 14px;
    line-height: 20px; 
}
.souhlasCont .inpt .textinputkontakt {
	width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.souhlasCont input[type=submit] {
    width: 30%;
    background-color: #8dbc00;
    color: white;
    padding: 14px 20px;
    margin: 0 auto;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	display: block;
}
.souhlasCont input[type=submit]:hover {
    background-color: #45a049;
}
.addtoany_header, .moreInWeb {
	font-size: 14px !important;
	font-weight: bold;
	color: #515151 !important;
}
.wp-polls-form {
	color: #515151;
    font-size: 14px;
    line-height: 20px;
}
.wp-polls-form p, .wp-polls p {
	margin: 0;
}
.wp-polls-form a, .wp-polls-ul li, .wp-polls-loading, .wp-polls p {
	font-size: 14px;
    line-height: 20px;
}
.wp-polls-ul li {    
	width: 97% !important;
}
.wp-polls-ul {
	margin: 0px 0px 0px 10px !important;
}
.wp-polls .pollbar {
	margin: 5px 0px 5px 0px;
}
ul.archAnk {
	list-style: none;
    margin: 0;
    text-align: center;
    padding: 0;
}
.archAnk a {
	font-size: 14px;
    line-height: 20px;
	display: none;
}
.wp-polls .Buttons {
	margin-bottom: 10px;
}
/* = End WordPress Core
-------------------------------------------------------------- */

.hlaska {
    color: #8dbc00;
    font-size: 14px;
    margin-bottom: 0px;
    display: block;
    font-weight: 800;
}
.hlaska_red {
    color: red;
    font-size: 14px;
    margin-bottom: 0px;
    display: block;
    font-weight: 800;
}
#searchform input[type="text"]{
    background-color: transparent;
    padding-left: 8px;
    border: 1px solid white;
	width:140px;
    color:white !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
.subs-form input[type="text"]{
    background: transparent;
    padding-left: 10px;
    border: 1px solid white;
    height: 39px;
    color:white;
}
.subs-form input[type="submit"]{
    background: transparent;
    border: 1px solid white;
    height: 39px;
    color: white;
    margin-left: -5px;
    cursor: pointer;
}
      

.img_home{
    height: 200px;
}
#registrace_form label{
    float: left;
    width: 41%;
    text-align: right;
    padding-right: 10px;
}
#registrace_form input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    padding: 6px 12px;
    height: auto;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#registrace_form select{
    display: inline-block;
    padding: 6px 12px;
    height: auto;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    width: 196px;
}
#registrace_form input[type="checkbox"]{
    float:left;
    display: inline-block;
}
#registrace_form .souhlas{
    width: 96%;
    text-align: left;
    display: inline-block;
}
#registrace_form .souhlas_over{
    width: 100%;
    clear:both;
    margin-bottom: 15px;
    display: block;
    overflow: auto;
}
.submit_button{
    margin: 0px auto;
    background: #99cc00;
    border: 0;
    padding: 10px;
    color: white;
    font-weight: 800;
    display: block;
    cursor:pointer;
}
.hide_pop_log{
    display: inline-block;
    margin-bottom: 20px;
    background: #99cc00;
    color: white;
    padding: 10px;
    clear: both;
    font-weight: 500;
    cursor: pointer;
}

#active-popup {
  background-color: rgba(52,73,94, 0.7);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1500;
}

/* Modal container */
#popup-container {
  width: 80%;
  height: 50%;
  margin: 0 auto;
  margin-top: 5%;
  position: absolute;
  left: 10%;
  z-index: 1500;
  top: -40px;
  display: none;
  
}

.modal-content {
  position: relative;
  text-align: center;
}

#popup-window { position: relative; }

.modal-content h1,
.modal-content p { color: #fff; }

.modal-content p { padding: 20% 5% 0 5%; }

/* Close button */
#popup-container a.close {
    position: relative;
    float: right;
    top: 25px;
    right: 8px;
    z-index: 99;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 2px 5px 2px 6px;
    line-height: 1em;
    text-align: center;
    border: 0px;
    cursor: pointer;
    color: black;
    text-shadow: 0 0px 0 #fff;
    opacity: 1 !important;
    font-family: verdana;
}



@media screen and (max-width: 600px) {

#popup-container a.close {
    position: relative;
    float: right;
    top: 25px;
    right: 8px;
    z-index: 99;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 2px 5px 2px 6px;
    line-height: 1em;
    text-align: center;
    border: 0px;
    cursor: pointer;
    color: black;
    text-shadow: 0 0px 0 #fff;
    opacity: 1 !important;
    font-family: verdana;
}
}

#sloupec1{
float: left;

}
#sloupec1 li{
list-style-type: none;
margin-top: 15px;
font-family: inherit;
}
#sloupec2{
float: left;

}
#sloupec2 li{
list-style-type: none;
margin-top: 15px;
font-family: inherit;
}
#sloupec3{
float: left;
margin-right: -10px;
}
#sloupec3 li{
list-style-type: none;
margin-top: 15px;
font-family: inherit;
}
#sloupec4{
float:left;

}
#sloupec4 li{
list-style-type: none;
margin-top: 15px;
font-family: inherit;

}


#vlajky img{
 width:33px;
 height:22px;
}
#vlajky{

        margin-left: -10px

}
#vlajky h1{
color: inherit;
margin-left: 20px;
font-family: inherit;
}
#vlajky a{
color: inherit;
font-family: inherit;
margin-left: 10px;
}
#vlajky a:hover{
color: #99cc00;
font-family: inherit;
}
#kategorie h1{
    margin-top: 1px; 
    float:none;
    font-family: inherit;

}
#kategorie{
margin-top: 10px;


}

.kat{
margin-left: 10px;

}

.kat2{
margin-left: 10px;

}


#vypis {
  padding-top: 15px;
  margin-left: 10px;

}
#vypis img{
  width: 153px;
  height: 100px;

  

}
#vypis table {
  margin-top: -20px;
  margin-bottom: 6%;

}
.evropa h2{
    font-size: 24px;
}
.evropa a, .evropa p {
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;
}
.evropa table {
    border-collapse: collapse;
}
.evropa table, th, td {
    border: 1px solid black;
	padding-left:3px;
}
.list_post_content p {
    font-size: 12px;
    line-height: 20px;
}
.list_post {
    margin-bottom: 5px;
    padding: 0px 0px 0px;
    width: 100%;
    min-height: 50px;
    border-bottom: 1px solid #E6E6E6;
}

.list_post_thumb {
height: 58px;
width: 58px;
overflow: hidden;
position: relative;
float: left;
margin-right: 10px;
}

.list_post_thumb img {
    min-height: 50px;
    min-width: 58px;
    max-width: 58px;
}
.dopravni h2{
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
}
.dopravni{
    padding: 10px;
    background: white;
}
.soutez h3{
    color: #99cc00;
}
.search{
    float:right;
    position: relative;
}
.znacky_search{
    position: absolute;
    width: 500px;
    background-color: rgb(255, 255, 254);
    position: absolute;
    z-index: 9999;
    min-height: 200px;
    right: 0px;
    top: 43px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-box-shadow: 0px 0px 11px 0px rgba(46, 67, 50, 0.46);
    -moz-box-shadow: 0px 0px 11px 0px rgba(46, 67, 50, 0.46);
    box-shadow: 0px 0px 11px 0px rgba(46, 67, 50, 0.46);
    display: none;
}
img.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    opacity: 0.5;
}
img.grayscale:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
    opacity: 1;
}
.btnsearch{
    border: 1px solid white;
    height: 35px;
    background: transparent;
    color: white;
    margin-right: 0px;
    position: relative;
    top: -1px;
    cursor: pointer;
    margin-right: -1px;
}
#searchform{
    padding-top: 8px;
    padding-right: 10px;
}
.searchinp{
    height: 35px;
    margin-right: -5px;
    display: inline-block;
}
.tags{
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    color: white;
    padding: 10px;
    width: 100%;
    font-size: 12px;
    font-family: Arial, 'Raleway', sans-serif;
}
.tags a{
    color:white;
    text-decoration: none;
}
.fa-tag{
    font-size: 10px;
}
#over_all_page{
    cursor: auto;
}
#wrapper{
    border: 1px solid #e6e6e6;
    background: #f6f7f9;
    padding: 30px 30px;
}
/* Socmed Icon */
div.social_media{
  height:40px;
  padding:0 ;
  float:right;
}
ul.socmed{
    list-style: none;
    margin: 0px;
    display: block;
    text-align: right;
    height: 40px;
    font-size: 0;
    float: right;
    margin-right: 5px;
}
ul.socmed li{
  display:inline-block;
    margin: 0px 0px;
  padding:0;
}
.socmed a{
  color: #fff!important;
  margin:0;
  width:40px;
  font-size: 22px;
  display:block;
  height:40px;
  padding:10px 8px;
  text-align:center;
  cursor:pointer;
  line-height:20px;
  text-decoration:none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.socmed i:before{
  cursor:pointer;
}
.social_icon_search {display: none !important;}
.socmed a.social_icon_home:hover{color:#fff!important; background: #99cc00!important;  }
.socmed a.social_icon_search:hover{color:#fff!important; background: #99cc00!important;  }
.socmed a.social_icon_facebook:hover{ color:#fff!important; background: #4861A3!important;  }
.socmed a.social_icon_twitter:hover{ color:#fff!important; background: #1BB2E9!important;  }
.socmed a.social_icon_google_plus_sign:hover{ color:#fff!important; background: #CE4231!important; }
.socmed a.social_icon_linkedin:hover{ color:#fff!important; background: #007BB6!important;  }
.socmed a.social_icon_youtube:hover{ color:#fff!important; background: #BC1E2C!important;  }
.socmed a.social_icon_rss:hover{ color:#fff!important; background: #F99C00!important;  }
.socmed a.social_icon_flickr:hover{ color:#fff!important; background: #FE0083!important; }
.socmed a.social_icon_vimeo:hover{ color:#fff!important; background: #1BB6EC!important;  }
.socmed a.social_icon_pinterest:hover{ color:#fff!important; background: #CD2026!important;  }
.socmed a.social_icon_dribbble:hover{ color:#fff!important; background: #E14A85!important; }
.socmed a.social_icon_tumblr:hover{ color:#fff!important; background: #49637C!important; }
.socmed a.social_icon_instagram:hover{ color:#fff!important; background: #694930!important; }
.socmed a.social_icon_soundcloud:hover{ color:#fff!important; background: #FF4C00!important;  }
.socmed a.social_icon_github:hover{ color:#fff!important; background: #99cc00!important;  }

.container-main{
    margin-right: auto;
    margin-left: auto;
    width: 1140px;
}
.header_main{
    background: url(./img/Headline_2018.jpg);
    height: 150px;
/*    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 32px;*/
}
.black_over{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000099;
    z-index: 50;
    left: 0;
}
.popit{
    position: absolute;
    background: #f6f7f9;
    width: 100%;
    z-index: 200;
    height: 204px;
    margin-top: 41px;
    width: 50%;
    /* margin: 0px auto; */
    left: 50%;
    margin-left: -281px;
    color: black;
    border: 1px solid black;
    padding: 30px;
    text-align: center;
}
.loader{
    z-index: 10000;
}
.header_top{
    height: 41px;
    background: #151515;
    border-bottom: 1px solid #303030;
    position: relative;
}
.show_modal{
    padding: 10px 7px 0px 7px;
    transition: all 0.5s ease 0s;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    height: 40px;
    width: auto;
    position: relative;
    cursor: pointer;
    margin-left: 32px;
    display: inline-block;
    text-transform: uppercase;
}
.show_modal:hover{
    background-color: #515151;
}
.border_left_login{
    border-left: 3px solid #99cc00;
}
.login_modal{
    display: none;
    width: 184px;
    background-color: #fffffe;
    position: absolute;
    z-index: 9999;
    padding: 0px;
    left: 0px;
    margin-left: 32px;
}
.login_modal .btn{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #f5f5f5;
    color: #333;
    border: none;
    line-height: 20px;
    min-height: 20px;
    text-shadow: none;
    background: #99cc00;
    color: white;
    font-size: 0.8em;
    line-height: 11px;
    margin-bottom: 5px;
    cursor:pointer;
}
.login_modal .btn:hover{
    background-color: #0B905F;
}
.login_modal p{
    margin: 0;
}
.login_modal form, .login_modal .formCont{
    padding: 15px;
}
.login_modal .login_user{
    padding: 15px;
}
.login_modal input{
    width: 100%;
    font-size: 0.8em;
    padding: 3px 5px;
    line-height: 11px;
    margin-bottom: 5px;
    height: 30px;
}
.login_modal .logged_btn{
    background: #99cc00;
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    padding: 6px;
    width: 100%;
    margin-bottom: 10px;
    color: white;
    height: 30px;
}
.login_modal label{
    width: 100%;
    font-size: 0.8em;
    color:#515151;
}
.login_modal a{
    font-size: 0.9em;
    text-decoration: none;
}
.width100{
	width: 100%;
    float: left;
    padding: 10px;
}
.width90{
	width: 90%;
    float: left;
    padding: 10px;
}
.width80{
	width: 80%;
    float: left;
    padding: 10px;
}
.width75{
    width: 75%;
    float: left;
    padding: 10px;
}
.width70{
	width: 70%;
    float: left;
    padding: 10px;
}
.width72{
    width: 67%;
    float: left;
    margin-right: 2%;
    background: #f6f7f9;

}
.width65{
    width: 65%;
    float: left;
    padding: 0px 10px 10px 10px;
}
.width60{
	width: 60%;
    float: left;
    padding: 10px;
}
.width50{
	width: 50%;
    float: left;
    padding: 10px;
    padding-top: 0px;
}
.width72 .width50{
    padding-left: 0px;
}
.width72 .w50cont {
	display: flex;
    overflow: hidden;
    width: 100%;
}
.width72 .w50cont .width50 {
	flex: 1;	
}
.width72 .w50cont .width50 .clanky {
	height: 96%;
    background-color: white;
    margin-bottom: 15px;
}
.width72 .w50cont .width50 div:last-of-type {
	border: none !important;
}
.width40{
	width: 40%;
    float: left;
    padding: 10px;
}
.width35{
    width: 35%;
    float: left;
    padding: 8px 10px 10px 10px;
}
.width30{
	width: 33.33%;
    float: left;
    padding: 10px;
}
.width30n{
    width: 30%;
    float: left;
    padding: 10px;
}

.width25{
    width: 25%;
    float: left;
    padding: 10px;
}
.width25_znacka{
    width: 25%;
    float: left;
    padding: 10px;    
}
.width28{
    width: 25%;
    float: left;
    border: 1px solid #e6e6e6;
    background: #f6f7f9;
}
.width20{
	width: 20%;
    float: left;
    padding: 10px;
}
.width10{
	width: 10%;
    float: left;
    padding: 10px;
}
.hp_post .width100 p{
    line-height: 20px;
    margin:0px;
}
.sidebar-reklama{
    width: 100%;
	position: relative;
    left: -1px;
}
.width28.sidebar .wp-video {
	margin: 25px 0px; 
}
.adsbygoogle{
    width: 100% !important;
}
.over_videa iframe{
  width: 100%;
}
.over_videa .width70 iframe{
  width: 100%;
}
.over_videa .width30n iframe{
    height: 108px;
    margin-bottom: 21px;
}
.over_videa .width70 iframe{
    height: 321px;
}
.over_videa h2{
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #515151;
    text-transform: uppercase;
}
.over_videa p{
    color: #99cc00;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 6px;
}
.post .entry iframe{
    width: 100%;
}
.over_videa .width30n iframe:last-of-type{
    margin-bottom:0px;
}
.clearit{
    clear:both;
}
.frame{
    border: 1px solid #e6e6e6;
    background: white;
    padding: 5px;
    overflow: auto;
}
.datum{
    padding: 0;
    margin: 0;
    margin-top: -15px !important;
    margin-bottom: 5px !important;
    color: #99cc00 !important;
}
.datum_clanek{
    font-size: 15px;
    color: #99cc00 !important;
}
.mini a{
    float: left !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 15px !important;
    padding: 0 !important;
    width: 100%;
    margin: 0 !important;
    margin-top: 0px !important;
}
.minip{
    color: #696868;
    margin-top: -30px;
    font-size: 14px;
}
.minip p{
    line-height: 20px !important;
}
.imgfull{
    width: 100%;
}
.menu{
    padding: 0;
    margin: 0;
    margin-left: 15px;
}
.home_link{
    text-indent: -9999px;
    width: 70px;
    position: relative;
    background-image: url(img/home-icon.png)!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    padding-top: 0px !important;
}
.home_link:hover{
    background: #99cc00;
}
.clanky_related{
    background: white;
    overflow: auto;
    padding: 10px;
    overflow-y: hidden;
}
.clanky_related .img_article_top{
    height: auto !important;
    max-height: 105px;
}
.hp_post{
    min-height: 350px;
}
.hp_post .img_article_top{
    max-height: 209px;
	width: 100%;
    height: auto;
	-o-object-fit: cover;
    object-fit: cover;
}
.entry .width100{
    padding: 15px !important;
}
.entry .minip{
    padding: 10px !important;
}
.logo_foot {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.kabelky{
    width: 85px;
	margin-left: 20px;
}
.padding-right{
        padding-right: 35px;
}
.clanky_related .width25{
    height: 185px;
    display: inline-block;
}
.clanky_related a{
    text-decoration: none;
    display: block;
    line-height: 15px !important;
}
.clanky_related h2{
    margin-top: 10px;
}
.clanky_related h3{
    padding-left: 11px;
}
.home_link a{
    display: block;
}
.menumain li > a:after {
    content: '\25BC';
    margin-left: 5px;
    position: relative;
    margin-top: -1px;
}

.menumain li > a:only-child:after {
    content: "";
}

.menumain li li > a:after {
    content: '\25BC';
    position: absolute;
    right: 10px;
    margin-top: 0px;
}

.sub-menu{
    display: none;
    position: absolute;
    top: 51px;
    background: rgba(0, 0, 0, 0.88);
    padding: 0px;
    z-index: 100;
    margin-left: 0px;
    border-top: 2px solid #99cc00;
    width: 300px;
}
.menumain ul li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
}
.menumain ul ul ul{
    right: -300px;
    top: auto;
    position: absolute;
    margin-top: -50px;
}
.menumain ul ul li {
    float: none;
    height: auto;
    padding: 5px;
}
.menumain ul ul li a {
    padding: 10px;
    font-size: 15px !important;
    font-weight: 500;
    color: #bbbbbb;
}
.menumain{
    border-top: 3px solid #99cc00;
    height: 54px;
    position: relative;
    background: #252525;
}
.menumain li{
    list-style-type: none;
    float: left;
    margin-left: 0px;
    padding-bottom: 0px;
    height: 51px;
}
.menumain a{
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    padding: 15px 2px 16px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    outline: none;
    text-decoration: none;
    margin-top: 0px;
    display: block;
	font-size: 16px;
}
.menumain a:hover{
}
.current-menu-item{
    background: #99cc00;
}
.current-menu-item a{
    color:white !important;
}
h2.nadpis, h1.nadpis{
    background: #282727;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    height: 44px;
    padding: 10px 0px 0px 10px;
    margin: 0 0 20px 0;
    position: relative;
    line-height: 24px;
    border-left: 3px solid #07aeec;
    border-color: #99cc00;
}
.entry{
    background: #f6f7f9;
    overflow: auto;
}
.clanky{
        border: 1px solid #e6e6e6;
}
.entry h1 {
    font-size: 19px;
}
.entry h2 a {
    font-size: 18px;
    color: #282727;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Arial;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.entry h2 a:hover{
    color: #99cc00;
}
.entry p {
    color: #515151;
    font-size: 14px;
    line-height: 20px;
}
.entry h2{
    margin: 0;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    font-family: Arial;
    clear: both;
    color: #515151;
    text-decoration: none;
    line-height: 24px;
    margin-top: 4px !important;
}
.hp_post h2{
    line-height: 20px !important;
}
.multiple-items{
    width: 100%;
    text-align: center;
    display: block;
    margin: 0px auto;
    padding: 14px;
	max-height: 135px;
    overflow: hidden;
}
.autor_citace{
    text-align: right;
    display: block;
    font-size: 14px;
}
.slick-prev:before, .slick-next:before{
    color: #99cc00 !important;
}
.anotace_text{
    display: block;
    line-height: 24px;
    padding-top: 5px;
    color: #515151;
    text-align: center;
    margin-bottom: 24px;
}
.anotace{
    text-align: left;
}
.multiple-items:before{
    content: "”";
    position: absolute;
    left: 0px;
    font-size: 58px;
    margin-left: 7px;
    color: #8dbc00;
}
.multiple-items:after{
    content: "„";
    position: absolute;
    right: 0px;
    font-size: 58px;
    margin-right: 7px;
    margin-top: -90px;
    color: #8dbc00;
}
.anotace_link{
    text-decoration: none;
}
.post .entry{
    padding: 20px 20px 20px;
    background: white;
}
.home .post .entry{
    padding: 0px;
}
.divider{
    border-bottom: 1px solid #e6e6e6;
    width: 80%;
    margin: 0px auto;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
.navigation ul{
    margin: 0px auto;
    text-align: center;
    margin-top: 30px;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #8dbc00;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #99cc00;
    color:white;
}
.img_article_top{
    width: 100%;
    height: 100%;
    background-position: top center !important;
    background-size: cover !important;
	background-repeat: no-repeat !important;
}
img{
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
.sidebar{
    background: white !important;
	width: 300px;
}
.widgetizedArea h3{
    background: #282727;
    padding: 10px 0px 10px 10px;
    margin: 0;
    border-left: 3px solid #99cc00;
    color: white;
    font-weight: 300;
    line-height: 25px;
    font-size: 14px;
    text-transform: uppercase;
}
.widgetizedArea iframe{
    width: 100%;
}
.textwidget {
    line-height: 20px;
    margin-bottom: 20px;
}
.textwidget p{
    padding: 10px;
    color: #515151;
    font-size: 14px;
    line-height: 20px;
}
blockquote {
    padding: 15px 0px 15px 15px;
    margin: 0px 0px 20px;
    border-left: 5px solid #ccc;
    background: #F6F7F9;
}
#mobile-menu{ display: none }
.videa{
    padding-left: 0px;
}
textarea{

}
.strucne{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
    display: block;
    overflow: auto;
    padding-bottom: 25px;
    border-bottom: 3px solid #99cc00;
}
.strucne span{
    color:white;
    text-align: center;
    display: block;
}
.strucne h2{
    padding-left: 12px;
}
.strucne .big{
    color: #99cc00;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 10px;
}
footer .souhlas_over{
    color:white;
    margin-top: 15px;
}
footer .subs-form input[type="text"] {
    width: 100%;
    background: transparent;
    padding-left: 10px;
    border: 1px solid white;
    height: 39px;
    color: white;
}
footer .subs-form input[type="submit"] {
    background: transparent;
    border: 1px solid white;
    height: 39px;
    color: white;
    margin-left: -5px;
    cursor: pointer;
    width: 100%;
}
footer{
    background: #181818;
    padding: 20px;
    border-top: 3px solid #99cc00;
    overflow: auto;
    position: relative;
}
footer h2{
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: arial;
    padding: 0 0px 20px 0;
    margin: 0;
    position: relative;
    line-height: 24px;
}
footer p{
    color:white;
    line-height: 20px;
    font-size: 14px;
}
.copy{
    background: #070707;
    background: #282727;
    padding-top: 10px;
    padding-bottom: 10px;
}
.copy p {
    color: white;
    padding-left: 17px;
    font-size: 12px;
    margin: 0px;
}
.over_caption{
    position: relative;
    width: 100%;
}
.responsive-nav{
    display: none;
}
.slide{
    position: relative;
}
.cap_over{
        position: absolute;
    bottom: 0;
}
@media screen and (max-width: 1150px){
    .menumain li a {
        font-size: 11px !important;
    }
}
@media screen and (max-width: 1180px){
    .width72 {
        width: 70%;
        float: left;
        margin-right: 0%;
        background: #f6f7f9;
    }
    .width28 {
        width: 29%;
        float: left;
        border: 1px solid #e6e6e6;
        background: #f6f7f9;
    }
	.container-main{
        width: 100%;
	}
}
@media screen and (max-width: 980px) {
    .menumain {
        border-top: 3px solid #99cc00;
        height: 100px;
        position: relative;
        background: #252525;
    }
    .search {
        float: unset;
        position: relative;
        margin: 0px auto;
        display: block;
        text-align: center;
    }
    .znacky_search {
        position: absolute;
        width: 100%;
        background-color: rgb(255, 255, 254);
        position: absolute;
        z-index: 9999;
        min-height: 200px;
        right: 0px;
        left: 0px;
        top: 44px;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -webkit-box-shadow: 0px 0px 11px 0px rgba(46, 67, 50, 0.46);
        -moz-box-shadow: 0px 0px 11px 0px rgba(46, 67, 50, 0.46);
        box-shadow: 0px 0px 11px 0px rgba(46, 67, 50, 0.46);
        display: none;
    }
    .container-main{
        padding-left: 0px;
        padding-right: 0px;
    }
    .responsive-nav {
        display: block;
        margin: 0px auto;
        margin-top: 9px;
        height: 35px;
        width: 98%;
		background: transparent;
		border: 1px solid #181b1e;
		border-radius: 0;
		padding: 10px!important;
		text-shadow: none!important;
		height: auto;
		margin-top: 4px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #999a9b;
		font-style: italic;
		font-size: 13px;
		margin-bottom: 4px;
    }
    #wrapper{
        padding-top: 10px !important;
        padding:0px;
    }
    #menu-hlavni-menu, #menu-hlavni-menu-1 {
        display: none
    }
    #menu-icon {
        float: right;
        margin-right: 14px;
        color: black;
        font-size: 44px;
        display: none;
    }
    #mobile-menu{
        display: block 
    }
    nav ul, nav:active ul { 
        position: absolute;
        background: rgba(13, 13, 13, 0.85);
        right: 0px;
        top: 60px;
        width: 100%;
        border-radius: 4px 0 4px 4px;

    }
    nav li {
        list-style-type:none;
        width: 100%;
        padding: 10px 0;
        margin: 0;
    }

    nav li a{ 
        color:#fff !important; 
        text-decoration:none !important; 
        display:block
    }

}
@media screen and (max-width: 800px){
        .clanky_related .img_article_top {
        height: auto !important;
        max-height: 157px;
    }
    .header_main {
        background-size: cover;
        background-position: 10%;
    }
    .width72 .width50 {
        padding-left: 0px;
        padding: 5px;
    }
    .copy p {
        color: white;
        padding-left: 17px;
        font-size: 12px;
        margin: 0px;
        text-align: center;
    }
    footer h2{
        text-align: center;
    }
    .entry .width100{
        padding: 10px;
    }
    .width50{
        padding: 0px;
    }
    .width100{
        padding: 0px;
    }
    .over-arrow {
        right: 0px !important;
    }
    .overslider {
        padding-right: 0px !important;
    }
    .widgetizedArea img{
        margin: 0px auto;
        display: block;
        width: 100%;
    }
    .widgetizedArea{
        width: 50%;
        float: left;
        padding: 5px;
    }
    .textwidget{
        text-align: center;
    }
    .widgetizedArea iframe{
        margin: 0px auto;
        display: block;
    }
    .kabelky {
        /*width: 200px;*/
    }
    .width72{
        width: 100%;
    }
    .width28{
        width: 100%;
    }
    .width25{
        width: 100%;
   }
   .otherfoot .width25{
        width: 100%;
        text-align: center;
   }
   .otherfoot .width30 a img{
        margin: 0px auto;
        display: block;
   }
   .otherfoot .width50{
        width: 100%;
   }
   .clanky_related .width25 {
        height: 100%;
        display: inline-block;
        width: 50%;
    }
    .otherfoot .width30{
        width: 100%;
    }
    .padding-right{
        padding-right: 0px;
        text-align: center;
    }
} 
@media screen and (max-width: 700px){
    .slide{
		height: 300px !important;
    }
	.slick-track {
		padding-bottom: 100px;
	}
    .caption {
        position: relative;
        top: -50px;
        z-index: 655555;
        left: 0px;
        width: 100% !important;
        background: rgba(153,204,0,.9);
        color: white;
    }
    .caption h1 {
        text-transform: uppercase;
        line-height: 30px;
        font-size: 12px;
        padding: 10px;
        width: 100% !important;
        font-weight: 400;
        margin: 0;
        height: 50px;
    }
    .caption{
        width: 100% !important;
    }
    .captionp {
        background: rgba(0, 0, 0, 0.67);
        padding: 10px;
        height: 50px;
        position: absolute;
        bottom: 0;
        width: 100% !important;
        padding-right: 13px;
    }
    .captionp p {
        color: white;
        padding: 0px !important;
        line-height: 1 !important;
        /*font-size: 10px !important;*/
		font-size: 0.8em !important; 
        margin-top: 5px !important;
    }
	.width72 .w50cont {
		display: block;
	}
	.width72 .w50cont .width50 {
		flex: none;
	}
    .slick-slide img {

    }
	.cap_over {
		width: 100% !important;
		bottom: -100px;
	}
	.over-arrow {
		bottom: 100px !important;
	}
}  
@media screen and (max-width: 580px){
   .width50{
        width: 100%;
   }
   .width30n{
        width: 100%;
   }
   .width70{
        width: 100%;
   }
   .hp_post {
        min-height: 100%;
   }
   .hp_post .img_article_top {
        max-height: 100%;
   }
}

@media screen and (max-width: 500px){
        .clanky_related .img_article_top {
        height: auto !important;
        max-height: 100% !important;
    }
    h2.nadpis, h1.nadpis {
        background: #282727;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        height: 44px;
        padding: 10px 0px 0px 10px;
        margin: 0 0 20px 0;
        position: relative;
        line-height: 24px;
        border-left: 3px solid #07aeec;
        border-color: #99cc00;
    }
    .caption h1 {
        text-transform: uppercase;
        line-height: 30px;
        font-size: 11px !important;
        padding: 10px;
        width: 90%;
        font-weight: 400;
        margin: 0;
        height: 50px;
    }
    .clanky_related .width25 {
        width: 100%;
    }
    .width25_znacka {
        width: 50%;
        float: left;
        padding: 10px;
    }
	.slide {
		height: 250px !important;
	}
	.img_article_top {
		background-size: contain !important;
	}
}
@media screen and (max-width: 450px){
    .widgetizedArea{
        width: 100%;
    }
    .textwidget {
        text-align: center;
        padding: 15px;
    }
    .show_modal {
        margin-left: 5px;
    }
    ul.socmed {
        margin-right: 5px;
        margin: 0;
        padding: 0;
    }
    .login_modal {
        margin-left: 5px;
    }
}
@media screen and (max-width: 400px){
    #registrace_form label {
    float: left;
    text-align: left;
    padding-right: 10px;
    width: 100%;
    }
	.slide {
		height: 210px !important;
	}
}
@media screen and (max-width: 370px){
    .header_top {
    height: 82px;
    }
	ul.socmed {
	float: left;	
	}
}

/*mmenu*/
@media screen and (min-width: 980px) { 
	#toggle {
		display:none;
	} 
	#popout {
		display:none;
	} 
} 
 
@media screen and (max-width: 980px) { 
	.social_icon_search {
		display: block !important;
	}
	#popout #menu-hlavni-menu {
		display: block;
	}
	#popout ul {
		list-style: none;
		padding-left: 15px;
	}
	#popout li ul.sub-menu {
		position: relative !important; 
		top: 0;
		border: none;
		width: 100%;
		z-index: 0;
		background-color: #343434;
		margin-top: 25px;
	}
	#popout li ul.sub-menu li ul.sub-menu {
		background-color: #525252;
	}
	#popout li ul.sub-menu li ul.sub-menu li ul.sub-menu {
		background-color: #6d6d6d;
	} 
	#popout {
		position: fixed;
		height: 100%;
		width: 350px;
		max-width: 85%;
		/*background: rgb(25, 25, 25);*/
		background: rgba(25, 25, 25, .97);
		color: white;
		top: 0px;
		left: -350px;
		z-index: 11111;
	}
	.nav__container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* The main point: */
		overflow-y: auto;
		/* Optional but highly reccomended: enables momentum scrolling on iOS */
		-webkit-overflow-scrolling: touch;
	}
	#toggle {
		float: right;
		position: fixed;
		top: 50px;
		right: 15px;
		color: white;
		font-size: 32px;
		cursor: pointer;
	}
	#popout .nav-menu li { 
		border-bottom:1px solid #eee; 
		padding:20px;
		width:100%;
	}
	#popout .nav-menu li.current-menu-item {
		background: none;
	}
	#popout .nav-menu li:last-of-type {
		border: none;
	}
	#popout .nav-menu li ul li { 
		padding-left: 0px;
	}
	#popout .nav-menu li.menu-item-has-children {
		background: url('./img/arrow_right.png') right 1.6em no-repeat;
		padding-right: 0px;
	}
	#popout .nav-menu li.menu-item-has-children.liIsOpen {
		background: url('./img/arrow_down.png') right 1.6em no-repeat;
	}
	#popout .nav-menu li.menu-item-has-children ul li {
		width: 100%;
	}
	#popout .nav-menu li:hover { 
		/*background:#CCC;*/
	}
	#popout .nav-menu li a { 
		color:#FFF;
		text-decoration:none;
		width: 80%;
		min-height: 2em;
		display: block;
		line-height: 2em;
	}
	#popout .nav-menu li.current-menu-item a {
		color:#8dbc00 !important;
	}
	#popout .nav-menu li a:hover {
		color:#8dbc00;
	}
	.menumain.xtraclass {
		height: 0;
		overflow: hidden;
	}
	.menumain.xtraclass .responsive-nav {
		display: none;
	} 
}