body {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font: 75%/1.5;
  font-family: 'Roboto Condensed', sans-serif;
  color: #343434;
}

body * {
  box-sizing: border-box;
}
/********************************* Typo & html elements ****************************/
p {
  margin: 0.5em 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}

a {
  text-decoration: underline;
  color: #4c589f;
  font-family: 'Roboto Condensed', sans-serif;
}

a:hover {
  text-decoration: underline;
}
li {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 1.25em 0 0.5em;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif !important;
}
td, th {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}
h1 {
  font-size: 180%;
}

h2 {
  font-size: 160%;
  font-weight: bold;
  margin: 0.25em 0 0.5em;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 105%;
}

a img {
  border: 0;
}

acronym, abbr {
  font-size: 90%;
  letter-spacing: .07em;
}

fieldset{
  border-width: 1px 0 0;
  padding: 1em;
  margin: 0 0 2em 0;
}

body[id] fieldset {
  width:auto;
  margin: 0 0 1em 0;
}

legend{
  padding: 0 0.5em;
  font-size: 140%;
  font-weight: bold;
  color: #000;
}

pre {
  font-family: courier;
  font-style: normal;
  font-size: 88%;
}

hr {
  height: 1px;
}

fieldset label span {
  display: block;
  width: 15em;
  float: left;
}

fieldset label.checkbox span {
  display: inline;
  width: auto;
  float: none;
  padding-left: 0.5em;
}

#userinfo p {
  clear: both;
}

/****************************** basic layout elements *************************/
#page { /* hlavni element webu */
  position: relative;
  margin: 0 auto;
  text-align: left;
  max-width: 1920px;
  border: 0;
}

#wrap { /* obalujici element pro praci s pozadim */
  margin: 0;
  padding: 0;
}

header {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background:#fff;
  border-bottom: 1px solid #eaeaea;
}

.left { /* kontejner pro levy blok - matrjoska - nenastavovat padding */
  float: left;
  width: 190px;
  margin: 0;
  padding: 0;
}

.right { /* kontejner pro pravy blok - matrjoska - nenastavovat padding */
  float: right;
  width: 190px;
  margin: 0;
  padding: 0;
}

.middle { /* kontejner pro stredovy blok - matrjoska - nenastavovat padding */
  margin: 0px;
  float: left;
  clear: none;
}

footer {
  text-align: left;
}

.conin { /* vnitrni kontejner pro vsechny bloky - matrjoska - tady nastavit padding */
  margin: 0;
  padding: 0.5em 1em;
}

.cleaner, .cl {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  visibility: hidden;
  display: block;
}

.hidden, .hdn {
  position: absolute;
  left: -2000px;
}

.nodsp {
  display: none;
}

#album, #download, #ocontent, #article {
  position: relative;
  width: 100%;
}

/******************************* Layout structures  ****************************/

/****** hlavicka *******/
header .header-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

header .conin {
  margin: 0;
  padding: 0;
  position: relative;
}

header h1 {
  position: relative;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-weight: normal;
  float: left;
  top: -48px;
}

header h1 a {
  text-decoration: none;
  display: block;
}
#logo {
  padding-right: 30px;
  height: 52px;
}
#logo img {
  width: 100%;
  height: auto;
}
header h1#logo a,
header h1#logo a:hover {
  text-decoration: none;
  border: none;
}

header h1 span {
  text-decoration: none;
  background: url('../images/logo.png') no-repeat 0 0;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 52px;
  cursor: pointer;
}
/* clear fix */
.group:before,
.group:after {
      content: " ";
      display: table;}

.group:after {clear: both;}

.group {*zoom: 1;}

/*** radkova navigace  ****/
#row-site-navigation {
  float: left;
}

#row-site-navigation ul {
  margin: 0;
  padding: 0;
}

#row-site-navigation ul li {
  list-style-type: none;
  display:inline-block;
}

header #row-site-navigation ul li > ul.level2 {
  display: none;
}

/******** preskoceni navigace ********/
a.hdn_nav {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -2000px;
  background: #fff;
  color: #000;
  padding: 0.5em;
  z-index: 0;
}
a.hdn_nav:active,a.hdn_nav:focus {
  z-index: 2000;
  margin-left: 0;
}

/****** breadcrumb a vyhledavani *******/
#area_top {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 200;
}

#area_top .conin {
  padding: 1em;
  overflow: hidden;
}

/* **************************** obal. blok s obsahem ********************************* */
/* ********************* OBRACENE PORADI SLOUPCU VANILLA 0.4 ************************* */
#main {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 25px 0;
}
#main .iwrap {
  margin: 0;
  padding: 0;
  width: 765px;
  float: right;
}


/****************************** levy sloupec ***********************************/
.left .conin {
  padding: 0em;
}

/******************************* stredovy sloupec ******************************/

.breadcrumb {
  padding: 8px 0 !important;
  background-color: transparent !important;
  font-family: 'Roboto Condensed', sans-serif;
}
.breadcrumb a {
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
}
.breadcrumb span {
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
  color: #707070;
}
.breadcrumb .fa {
  padding:0 5px;
  font-size: 11px;
  line-height: 18px;
  vertical-align: middle;
  font-weight: 300;
  color: #707070;
}
.middle .conin {
  padding: 1em;
  position: relative;
}

.middle img {
  width: auto;
  max-width: 100%;
}

.perex_image {
  float: left;
  margin: 0 0.5em 0.5em 0;
}

.to-right {
  clear: right;
  margin-top: 0;
  padding-top: 0;
  float: right;
  color: silver;
}
a.to-top:link, a.to-top:visited {
  clear:both;
  margin:0;
  padding: 0;
  display: block;
  float: right;
  text-align: right;
}
a.to-top:hover {
  color: #000;
}
p.box {
  border: 1px black solid;
  padding: 4px;
  margin-right: 6px;
}
.middle table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: auto;
  max-width: 99%;
  padding: 0;
  margin: 0;
}
.middle table th {
  border: 1px solid #ddd;
  padding: 5px;
}
.middle table td {
  border: 1px solid #ddd;
  padding: 5px;
}
.middle table td p {
  padding: 0;
  margin: 0;
}
.article-perex {
  font-weight: bold;
  padding: 0;
  margin: 0.5em 0 1em 0;
}
.mw_field .article-perex {
  font-weight: normal;
  margin: 0;
}
.inline-nav {
  color: #3B3B3B;
  padding: 0.5em 1em;
}

.middle ul {
  list-style-position: outside;
  padding-left: 40px;
  margin-left: 0;
}
.middle ul li {
  list-style-type: disc;
  margin:0;
  padding:0;
}
.middle ol li {
  list-style-type: decimal;
}
.middle ol ul li {
  list-style-type: disc;
}

.article-footer {
  text-align:right;
  font-style:italic;
  border-top:1px solid #f2f2f2;
}
.article-info {
  padding: 0;
  margin: 8px 0 2px 0;
  text-align: left;
}

.full-story {
  display: block;
  float: right;
  padding: 0;
}

.top {
  text-align: right;
}

hr.separator{
  visibility: hidden;
}
.pager{
  padding: 0.5em;
  display: block;
  text-align: center;
}
div.detail{
  border: 1px solid #f2f2f2;
  margin-left: 0;
  padding: 0.5em 1em;
}
.res-head-title {
  color: #fff;
  margin: 0;
  padding: 0.25em 1em;
}
.res-head-title a {
  padding: 0.25em;
}

.nobg a{
  padding: 0.25em;
}
.current {
  padding: 0.25em;
}
.res-head-title .current{
  background: #dee;
  color: #000;
}

.arrow-right{
  background: transparent url('../images/ico_dale.gif') left center no-repeat;
  height: 20px;
  width: 20px;
  text-decoration: none;
}
.arrow-right span,.arrow-left span{
  visibility: hidden;
}
.arrow-left{
  background: transparent url('../images/ico_pred.gif') left center no-repeat;
  height: 20px;
  width: 20px;
  text-decoration: none;
}
.center{
  text-align: center;
}
.to_right{
  text-align: right;
  display: block;
}
.r-marg{
  background: transparent url('../images/ico_dale.gif') right top no-repeat;
  padding-right: 25px;
  margin-left: 0;
}
.l-marg{
  float: left;
  display: block;
  background: transparent url('../images/ico_pred.gif') left top no-repeat;
  margin-left: 0;
  padding-left: 25px;
}
.errorMsg{
  background: #feddda;
  border: 1px solid red;
  color: #f00;
  font-weight: bold;
  padding: 1em;
}
.img-to-right{
  float: right;
  margin: 0 0 0.5em 0.5em;
}
.img-to-left{
  float: left;
  margin: 0 0.5em 0.5em 0;
}
.photo {
  float: left;
  background: #e0e0e0;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 168px;
  height: 185px;
  text-align: center;
}
* html .photo {
  width: 152px;
}
* html .middle img {
  max-width: none;
}
.photo p {
  margin: 0;
  padding: 0;
}
.photo p.photo-img {
  padding: 8px;
  padding-bottom: 0;
}
.photo a.text, .photo a.text:hover {
  color: #303030;
  font-size: 85%;
}
.photo .img img {
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
}
.photo .sort_handle {
  cursor: move;
}
.nearphoto {
  text-align: center;
}
.inlinebox {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 6px 0 1px 0;
}
.inlinebox .p {
  display: block;
  float: right;
}

/*************** toolbar *********/
#tbbox {
  background: #eee;
  border: 1px solid #aaa;
  width: 240px;
  z-index: 1000;
  top: 40px !important;
}

#tb {
  text-align: center;
}

#tbbox .tbtitle {
  border-bottom: 1px solid #aaa;
  padding-left: 5px;
}

#tb div {
  padding: 5px;
}

#tb img {
  border: 0;
  margin: 0;
}

#tb a {
  text-decoration: none;
}

.tbheader {
  background: #ddd;
}

.tbheader strong {
  padding-left: 5px;
}

#tbhandle {
  cursor: move;
}

#tbclose, #tbmin {
  display: block;
  float: right;
  font-family: monospace;
  padding: 0 3px;
}

#tbclose {
  cursor: pointer;
  background: #800;
  color: #fff;
}

#tbclose:hover {
  background: #f00;
}

#tbmin {
  cursor: pointer;
  background: #666;
  color: #fff;
  margin-left: 5px;
}

#tbmin:hover {
  background: #999;
}

/************* inline ***********/
#inlinetoolbar {
  border: 1px solid #aaa;
  background: #eee;
  margin: -20px;
  padding: 5px;
}
#inlinetoolbar p.inlinetitle {
  color: black;
  font-weight: bold;
}
#article_edit label table {
  width: 99%;
}

/************************************ pravy sloupec ***************************/
.right .conin {
  margin: 0;
  padding: 1em;
}

/****************************** paticka ***************************************/
footer .conin {
}

/****** search words plugin ******/
span.highlight_words {
  padding: 0 0.25em;
  border: 1px solid #0e3c66;
  background: #fc6;
}

/****** dictionary plugin *******/
.highlight_dict_words:hover {
  position: relative;
}
.highlight_dict_words span.h_word {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
.highlight_dict_words .dict_description {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 150px;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
  z-index: 1000;
  font-size: 0.9em;
  cursor: default;
}
.highlight_dict_words .dict_description a {
  display: block;
  float: right;
}

/************** chapters *********/
.article_chapter{
  padding: 1em;
  position: relative;
}
.article_chapter h3{
  margin-top: 0;
}
.article_chapter ul{
  margin-left: 0;
  padding-left: 0;
}
.article_chapter .prev{
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url('../images/ico_pred.gif') left center no-repeat;
  display: block;
  float: left;
  padding-left: 25px;
  margin: 1em 0 0 1em;
}
.article_chapter .center{

}
.article_chapter .next{
  background: transparent url('../images/ico_dale.gif') right center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  display: block;
  padding-right: 25px;
  margin: 1em 1em 0 0;
}
.article_chapter .top{
  display: block;
  text-align: center;
}
.article_chapter ul li{
  padding: 0.25em 0.25em 0.25em 1em;
  background-position: left center;
  background-image: none;
}

.article_chapter ul .ch-1{
  padding-left: 2em ;
}
.article_chapter ul .ch-2{
  padding-left: 3em ;
}
.article_chapter ul .ch-3{
  padding-left: 4em ;
}
.article_chapter ul .ch-4{
  padding-left: 5em ;
}
.article_chapter ul .ch-5{
  padding-left: 6em ;
}
.article_chapter ul .ch-6{
  padding-left: 7em ;
}
.article_chapter ul .ch-7{
  padding-left: 8em ;
}
.article_chapter ul .ch-8{
  padding-left: 9em ;
}
.article_chapter ul .ch-9{
  padding-left: 10em ;
}
.article_chapter ul .ch-10{
  padding-left: 11em ;
}
.article_chapter ul .ch-12{
  padding-left: 13em ;
}
.article_chapter ul .ch-13{
  padding-left: 14em ;
}
/**************  Hodnoceni­ pod clankem  **********/
.rating{
  margin-top: 2em;
  border-top: 1px solid #185B96;
  text-align: center;
}
.rating table{
  margin: 0 auto;
  border: 1px none #fff;
}
.rating table td{
  width: 3em;
  background: transparent;
  border: 1px none #fff;
}

/************** sitemap **********/
ul.sitemap {
  margin-left: 0;
  padding-left: 0;
}

ul.sitemap li {
  padding-left: 10px;
  margin-left: 20px;
}

ul.sitemap .lv-2 {
  font-weight: bold;
  font-size: 120%;
  margin-top: 0.5em;
}

ul.sitemap .lv-3 {
  font-weight: bold;
  margin-top: 0.5em;
}

/********************************* login  *****************************/
#login {
  background-color: #F9F9F9;
  padding: 10px;
  color: #343434;
}

#login #login_form {
  padding: 10px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  width: 95%;
  display: block;
}

#login label {
  clear: left;
  width: 17%;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 1.2em;
}

#login #login_form input {
  width: 70%;
  display: block;
}

#login #lost_password {
  padding: 10px;
  width: 95%;
  display: block;
}

#login #lost_password input {
  width: 70%;
  display: block;
}

#login #login_form .submit_login input,
#login #lost_password .submit_login input {
  width: auto;
  font-size: 0.9em;
  display: block;
}

/******** delete confirm ***********/
.delete_confirm ul {
  width: 90%;
  background: #fff;
  border: 1px solid #cccccc;
  padding: 0;
  margin-left: 0;
}

.delete_confirm ul li {
  display: block;
  padding: 5px 0;
  padding-left: 10px;
  margin: 0;
  list-style-image: none;
  font-size: 0.9em;
}

.delete_confirm ul li.even {
  background-color: #ececec;
}

.delete_confirm #submit {
  background-color: #006600;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align:center;
  border: 0px solid;
  margin-top: 5px;
  cursor: pointer;
}


.delete_confirm  #deny {
  background-color: #aa0000;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align: center;
  border: 0px solid;
  margin-top: 5px;
  cursor: pointer;
}

.delete_confirm input:hover {
  text-decoration: underline;
}

.delete_confirm input {
  float: left;
  margin-right: 20px;
  overflow: visible;
  font-size: 0.9em;
}

/* QCM info */
.qcm-info {
  margin: 0 10px;
  text-align: right;
  font-size: 0.9em;
}
.qcm-info a {
  color: #666;
  text-decoration: none;
}
.qcm-info a:hover {
  text-decoration: underline;
}

/******** formatovani v editoru ***********/
.marker {
  background: #fdffc3;
  padding: 5px;
}

.pul-doleva{
  width: 46%;
  float: left;
  padding: 5px;
  margin: 1em 0;
}

.pul-doprava{
  width: 46%;
  float: right;
  padding: 5px;
  margin: 1em 0;
}

.bmk .bmk_body {
  clear: both;
  position: relative;
}

* html .bmk .bmk_title,
*+html .bmk .bmk_title {
  border-bottom: 1px solid #ddd;
}
* html .bmk .bmk_body .bmk_content,
*+html .bmk .bmk_body .bmk_content {
  border-bottom: 1px solid #ddd;
  top: -9px;
}

.bmk .bmk_header {
  position: relative;
  z-index: 1000;
}

.bmk .bmk_body .bmk_content {
  position: relative;
  top: -1px;
  padding: 1em;
  background: #ddd;
  border: 1px solid #aaa;
}

.bmk .visible {
  display: block;
}

.bmk .invisible {
  display: none;
}

.bmk .bmk_title {
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  padding: 5px;
  border: 1px solid #aaa;
  float: left;
  margin-right: 5px;
  width: 120px;
}

.bmk .bmk_title.active {
  background: #ddd;
  border-bottom: 1px solid #ddd;
}

.ph_left {
  float: left;
  margin: 0 10px 10px 0;
}
.ph_right {
  float: right;
  margin: 0 0 10px 10px;
}
.ph_center {
  text-align: center;
}

.ph_title {
  display: block;
}

/************* modulove css *************/
/* obscura */
.admin-tools {
  border:1px solid silver;
  padding:.5em 1em;
  float:right;
  background:#F7F7F7;
}

.subalbums-box {
  float:right;
  border-left:1px solid silver;
  padding-left:10px;
  padding-bottom:10px;
  width:250px;
}
.photopaginator{
  clear:both;
  border-top:1px solid silver;
  padding-top:1em;
  margin:0 1em;
}

.subalbums paginator{
  width:100%;
}

.photo {
  display: block;
  float: left;
  padding:10px;
  margin:10px;
  background: #F7F7F7;
  width:150px;
  height:190px;
  text-align:center;
}
* html .photo {
  width:190px;
}

.photo img{
  padding-bottom:10px;
  margin:0 auto;
}

.pphoto {
  display: block;
  float: left;
  padding:5px;
  margin:0px;
  width:150px;
  text-align:center;
  padding-bottom: 0;
}

.pphoto img{
  margin:0 auto;
}

#album-name {
  float: right;
  width: 220px;
  text-align: right;
  padding-right: 10px;
  clear: both;
  border-bottom: solid #aaa 1px;
}

#pphoto-desc {
  margin: 5px;

}

.hidden {
  clear:both;
  visibility:hidden;
}
.go-top {
  float:none;
  width:100%;
  text-align:right;
}
.go-top a{
  text-align:right;
}
.photoblock{
  margin: 0 auto;
  text-align:center;
}
.obscura-edit label{
  clear:both;
  display:block;
  margin:1em 0 0 0;
}
.obscura-edit input, .obscura-edit textarea {
  clear:both;
  float:left;
  width:450px;
}

.obscura-edit input.radio {
  width: auto;
}

.obscura-edit input.submit {
  margin: 1em 1em 2em 1em ;
  padding:.5em 1em;
  width:auto;
  background:green;
  color:#fff;
}
.obscura-edit input.checkbox {
  clear:none;
  width:auto;
}
.obscura-edit label.checkbox {
  width:auto;
}

/* poslední verze z LE */
.listphoto{
  padding: 4px;
  background-color:#F0F0F0;
}

#ocontent h2 {
  margin-bottom: 10px;
}

#ocontent .photo {
  width: 150px;
  float: left;
  height: 200px;
  padding: 0 5px;
  text-align: center;
  display: block;
  margin: 10px 10px 10px 5px;
  display: block;
  background-color:#FFF;
}
* html #ocontent .photo {
  margin-right: 8px;
}

#ocontent .photo .photo-text {
  margin-top: 10px;
  text-align: left;
  padding: 0 10px;
  font-weight: bold;
}

#ocontent .photo .photo-text a {
  color: #558;
  text-decoration: underline;
  font-weight: bold;
}

#ocontent .photo img {
  margin:0;
  padding:0;
  border: 0;
}

.options-buttons .multiselect_chck {
  border:1px solid #00B400;
  height:100px;
  overflow:auto;
}

#obscura-dropbox {
  background: #eee;
  border: 2px dashed #ccc;
  height: 500px;
  right: 15px;
  position: absolute;
  top: 20px;
  width: 500px;
  z-index: 1500;
  border-radius: 10px;
  -moz-border-radius: 10px;
  color: #777;
  overflow: auto;
}

#obscura-dropbox.drag_over {
  border: 2px solid #060;
  background: #E1EFD1;
}

#obscura-dropbox #msg {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 450px;
  padding: 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#obscura-dropbox #msg.err {
  background: #FFF5EF;
}

#obscura-dropbox ul {
  margin: 0;
  padding: 10px;
  list-style-type: none;
}
#obscura-dropbox ul li {
  font-size: 10px;
  margin-bottom: 10px;
  position: relative;
}
#obscura-dropbox ul li img {
  float: left;
  margin-right: 10px;
  width: 120px;
}
#obscura-dropbox ul li .file_info {
  float: right;
  width: 320px;
}
#obscura-dropbox ul li .file_info div {
  margin-bottom: 4px;
}
#obscura-dropbox ul li .file_info .file_name {
  width: 320px;
  border: 1px solid #ccc;
}
#obscura-dropbox ul li .file_info .progress_bar {
  position: relative;
}
#obscura-dropbox ul li .file_info .progress_width {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: block;
  height: 100%;
  background: #C3DFB5;
}
#obscura-dropbox ul li .file_info .progress {
  position: relative;
  z-index: 210;
  display: block;
  background: transparent;
  text-align: center;
  color: #000;
}
#obscura-dropbox ul li .dlt {
  position: absolute;
  background: #b00;
  color: #fff;
  top: 0;
  right: 0;
  font-size: 10px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
}
#obscura-dropbox input.upload_btn,
#obscura-dropbox input.cancel_btn {
  width: 150px;
  margin: 10px;
}

/* neviditelne prvky */
#ocontent .notVisibleAlbum {
  background: #ddf;
}
#ocontent .notVisiblePhoto {
  background: #ddf;
}


/* download */
.download {
  width: 100%;
}
.download table, .download table td, .download table th {
  border: 0px;
  vertical-align: top;
}

.download th {
  text-align: right;
}

* html #download {
  width: 90%;
}

.download h3, .download h4 {
  margin: 0;
  padding: 0 5px 5px 0;
}

.download h4 {
  line-height: 1.2em;
  float: left;
  width: 150px;
  clear: left;
  font-size: 0.9em;
  font-weight: bold;
}

.download #file_new h4 {
  float: none;
  width: auto;
  font-size: 1.1em;
}

.download p.data {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  color: #4D4D4D;
}

.download p.data span{
  float: left;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  color: #4d4d4d;
  font-weight: normal;
}

.download img, .download form {
  margin: 0;
  padding: 0;
}
.download .frame {
  padding: 0px;
  /*width: 750px;*/
}
.download .breadcrumb {
  padding-bottom: 10px;
}
.download .editbox {
  /*background-color: #DDDDDD;*/
  margin-top: 5px;
  padding: 2px 2px 2px 2px;
  text-align: right;
  width: 105px;
}
.download .fl-left {
  float: left;
  padding-top: 5px;
  width: 99%;
}
.download .fl-right {
  float: right;
  padding-top: 5px;
}
.download .cleaner {
  clear: both;
}
.download .list {
  margin-top: 10px;
}
.download .desc {
  margin: 5px 5px 5px 0px;
  padding: 0px;
  float: left;
  clear: left;
}

.download .desc h4 {
  float: left;
  clear: left;
}

.download .desc p {
  clear: left;
  font-size: 0.9em;
  margin:  1px 0 1px 0;
}

.download .statistics {
  /*background-color: #F0F0F0;*/
  /*border-bottom: 1px solid black;*/
  margin: 5px 5px 5px 0px;
  padding: 5px 5px 5px 0px;
  font-size: 80%;
}
.download .half-size {
  width: 49% !important;
}
.download .divider {
  border-right: 1px solid black;
}

.download .button {
  border: 1px solid #aad400;
  background: #fff  url('../images/flash_download.png') right top no-repeat;
  width: 100%;
  margin: 0.5em 0 1em;
  display: block;
  float: left;
}

.download-back {
  text-align: right;
}

.download .button .data {
  color: #4d4d4d;
}

.download .button img {
  width: 48px;
  height: 48px;
  margin: 20px 20px;
  float: left;
}

.download .button div.main-info {
  float: left;
  margin: 10px 0;
  width: 365px;
}

.download .button div.main-info h3 {
  line-height: 1.2em;
}

.download .button div.main-info h3 a {
  text-decoration: none;
}

.download .label {
  display: block;
  float: left;
  width: 55px;
}
.download .submit {
  width: 75px;
}
.download .top-bottom-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.download .acenter {
  text-align: center;
}
.download .input-label {
  display: block;
  float: left;
  width: 90px;
}
.download .folder-inputs, .download .file-inputs {
  width: 400px;
}

.download .f-img {
  float: left;
  width: 20px;
}

.download .f-img img {
  vertical-align: bottom;
}
.download .f-name {
  display: block;
  float: left;
}

.download .l-item {
  margin-top: 5px;
}

.download .file-box {
  border: 1px solid #00B400;
  background: #F0FFF0 none repeat scroll 0%;
  min-width: 150px;
  padding: 1em 1em 1em 1em;
  margin: 1em 0em 0em 0em;
}
* html .download .file-box {
  width: auto;
}

.download .error {
  border: 1px solid #FF9900;
  background: #FFEEDD none repeat scroll 0%;
  padding: 1em 1em 1em 1em;
  margin: 1em 0em 0em 0em;
}

.download div.other-info {
  margin: 10px 0;
  float: left;
  display: block;
  font-size: 0.9em;
}

.download .preview {
  float: right;
  margin: 5px 0px;
}

.download .preview img {
  float: left;
  clear: left;
}

.download .detail {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  width: 500px;
}

.download .detail li img {
  padding-right: 5px;
}

.download .detail .space {
  height: 20px;
}

.download .detail th {
  text-align: right;
  width: 70px;
}

.download .detail .icon {
  width: 40px;
  background-color: #fff;
  margin-bottom: 20px;

}

.download .detail h3, .download .detail h3 a {
  background-color: #fff;
}

.download .detail td a {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.download .ftype h4 {
  float: none;
  padding: 0;
}
.download .ftype p.data {
  margin-bottom: 1em;
}

.not_valid_yet {
  background-color: #FFFFDC;
}

.expired {
  background-color: #E2C5C5;
}

.hidden_version {
  background: #D9ECFF;
}

.hidden_file {
  background: #FED;
}

.f-state {
  color: gray;
}

.f-state-detail {
  float: right;
}

.download .l-item .f-state {
  float: right;
  padding-right: 10px;
}

#download-dropbox {
  background: #eee;
  border: 2px dashed #ccc;
  height: 500px;
  right: 15px;
  position: absolute;
  top: 20px;
  width: 500px;
  z-index: 1500;
  border-radius: 10px;
  -moz-border-radius: 10px;
  color: #777;
  overflow: auto;
}

#download-dropbox.drag_over {
  border: 2px solid #060;
  background: #E1EFD1;
}

#download-dropbox #msg {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 450px;
  padding: 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#download-dropbox #msg.err {
  background: #FFF5EF;
}

#download-dropbox ul {
  margin: 0;
  padding: 10px;
  list-style-type: none;
}
#download-dropbox ul li {
  font-size: 10px;
  margin-bottom: 10px;
  position: relative;
}
#download-dropbox ul li img {
  float: left;
  margin-right: 10px;
  width: 120px;
}
#download-dropbox ul li .file_info {
  float: right;
  width: 320px;
}
#download-dropbox ul li .file_info div {
  margin-bottom: 4px;
}
#download-dropbox ul li .file_info .file_name {
  width: 320px;
  border: 1px solid #ccc;
}
#download-dropbox ul li .file_info .valid_from,
#download-dropbox ul li .file_info .valid_to {
  width: 138px;
  border: 1px solid #ccc;
}
#download-dropbox ul li .file_info .progress_bar {
  position: relative;
}
#download-dropbox ul li .file_info .progress_width {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: block;
  height: 100%;
  background: #C3DFB5;
}
#download-dropbox ul li .file_info .progress {
  position: relative;
  z-index: 210;
  display: block;
  background: transparent;
  text-align: center;
  color: #000;
}
#download-dropbox ul li .dlt {
  position: absolute;
  background: #b00;
  color: #fff;
  top: 0;
  right: 0;
  font-size: 10px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
}
#download-dropbox input.upload_btn,
#download-dropbox input.cancel_btn {
  width: 150px;
  margin: 10px;
}

.hash-files li img {
  vertical-align: bottom;
}
/* search form */
.language-wrap *,
.search_info *,
#search_result *,
#contact-list * {
  font-family: 'Roboto Condensed', sans-serif;
}
#search_form_block {
  color: #000;
}

#search_form_block .search-left {
  float: left;
  width: 48%;
}

#search_form_block .search-right {
  float: right;
  width: 48%;
}

#search_form_block a {
  color: #fff;
}
#search_form a {
  color: #000;
}
#plugin_tabs .active a {
  color: #4c589f;
}

.left #search_form_block h2, #main .middle #search_result h2 {
  padding: 0;
}
/* vyhladavaci formular */
#search_form_block * {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}

#search_form_block .submit_search {
  text-align: right;
  margin-top: 10px;
}

#search_form_block #plugin_tabs {
  margin-top: 10px;
  position: relative;
  top: 2px;
  width: 100%;
  z-index: 10;
}

#search_form_block #plugin_tabs .search_tab {
  display: block;
  float: left;
  background: #4c589f;
  margin-right: 5px;
  padding: 5px 10px;
  border: 1px solid #4c589f;
}

#search_form_block #plugin_tabs .active {
  background: #fff;
  border-bottom: 1px solid #fff;
}

#search_form_block #plugin_tabs .search_tab a {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0.95em;
  font-weight: bold;
  text-decoration: none;
}

#search_form_block #search_form {
  border-top: 0;
  background-color: #fff;
  border: 1px solid #4c589f;
  padding: 10px;
  position: relative;
  z-index: 5;
}

#search_form_block #search_form .wanted_text {
  width: 120px;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 38px;
}

#search_form_block #search_form #wanted_text, #search_form_block #search_form #znacka {
  width: 230px;
  border: 1px solid #ccc;
}

#search_form_block fieldset {
  border: 0;
}

#search_form_block #search_form h4 {
  font-size: 1em;
}

#search_form_block #search_form input[type =
"text"], #search_form_block #search_form textarea {
  border: 1px solid #c8beb7;
}

#search_form_block #search_form .date-from img, #search_form_block #search_form .date-to img {
  vertical-align: middle;
}
#search_form label,
#search_form input {
  font-size: 16px;
}

/* tasks*/
table.tasks_list tr.task_line {
  cursor: pointer;
}

table.tasks_list tr.task_line:hover td {
  background: #eee;
}

table.tasks_list tr.task_detail td {
  background: #eee;
}


table.tasks_list tr.task_detail p {
  font-size: 1em;
}

table.tasks_list tr.task_detail .vice {
  float: right;
}

.new_task_form label {
  width: 18%;
  display: block;
  float: left;
  font-weight: bold;
  position: relative;
}

.new_task_form input,
.new_task_form textarea {
  width: 80%;
}

.new_task_form textarea {
  height: 12em;
}
.new_task_form input.tasksubmit {
  width: auto;
  float: right;
  position: relative;
}

.tasks_new_block a {
  background: #eee url('../../../modules/tasks/images/icons/task_add.gif') no-repeat 0 0;
  padding: 5px 5px 5px 25px;
  cursor: pointer;
  margin-top: 10px;
  float: left;
  position: relative;
}

#tasks_new_block_form {
  background: #eee;
  margin-top: 0;
}

#tasks_new_block_form form{
  padding: 5px;
}

/* dashboard */
* html .board_col,
* html .sort {
  position: static !important;
}

.board_col {
  padding-bottom: 20px;
}

.board .sort {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url('../images/box-bg.png') repeat-x 0 bottom;
}

.cols_2 .board_col {
  width: 49%;
  float: left;
  margin-right: 1%;
}

.cols_3 .board_col {
  width: 32.4%;
  float: left;
  margin-right: 0.5%;
}

tr.under_thin td {
  border-top: 1px solid #cecece;
}

.header_box h3 {
  float: left;
  display: block;
  padding-left: 5px;
  font-size: 1em;
  margin: 5px 0 0;
}

.header_box {
  cursor: move;
  width: 100%;
}

.block_buttons {
  float: right;
}

.block_menu {
  text-align: right;
}

.drop {
  background: #333;
}

.board_content {
  width: 100%;
}

.board_content .conin {
  border: 1px solid #cecece;
  padding: 5px;
  overflow: auto;
  clear: both;
}

.board_content ul.dashboard-list {
  margin: -5px;
  padding: 0;
  list-style-type: none;
}
.board_content ul.dashboard-list li {
  background: #fff url('../images/dashboard/item.png') no-repeat 10px 8px;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.board_content ul.dashboard-list li p {
  margin: 0;
  padding-left: 35px;
}
.board_content ul.dashboard-list li:hover {
  background-color: #fee6c4;
}
.board_content ul.dashboard-list li a {
  color: #AB0303;
  text-decoration: none;
}
.board_content ul.dashboard-list li a:hover {
  text-decoration: underline;
}
.board_content ul.dashboard-list li .info {
  font-size: 0.9em;
}
.board_content ul.dashboard-list li .show-details {
  float: right;
  cursor: pointer;
  display: none;
  padding-right: 5px;
}
.board_content ul.dashboard-list li:hover .show-details {
  display: block;
}
.board_content ul.dashboard-list li .details {
  float: right;
}
.board_content ul.dashboard-list li .details a {
  display: block;
  float: left;
  width: 57px;
  height: 15px;
  color: #000;
  text-decoration: none;
  font-size: 0.9em;
  padding: 2px 0 0 25px;
}
.board_content ul.dashboard-list li .details .view a {
  background: url('../images/dashboard/view.png') no-repeat 0 0;
  margin-right: 5px;
}
.board_content ul.dashboard-list li .details .edit a {
  background: url('../images/dashboard/edit.png') no-repeat 0 0;
}
.board_content .more-button {
  margin: 5px -5px -5px;
  padding: 5px;
}
.board_content .more-button a {
  display: block;
  background: url('../images/dashboard/more.png') no-repeat 0 0;
  width: 142px;
  height: 15px;
  color: #000;
  text-decoration: none;
  font-size: 0.9em;
  padding: 2px 0 0 25px;
}

.dashboard-obscura-list {
  padding: 5px;
}

.dashboard-obscura-list .item {
  width: 85px;
  height: 85px;
  float: left;
  margin: 0 10px 10px 0;
  font-size: 0.9em;
  border: 0px solid white;
}
.board-date .fa {
  margin-right: 5px;
}
/* inline gallery */
#inlineGalleryBg {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}
#inlineGallery {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
#inlineGallery img {
  border: 0;
}
#imgOuterBox {
  background: #fff;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  width: 32px;
  height: 32px;
}
#galleryImg {
  height: auto;
  width: auto;
}
#galleryNav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#prevImg,
#nextImg {
  display: block;
  height: 100%;
  outline: none;
  background: url('../images/blank.gif') no-repeat 0 0;
}
#prevImg {
  float: left;
  width: 49%;
}
#prevImg:hover {
  background: url('../images/left.gif') no-repeat 0 50%;
}
#nextImg {
  float: right;
  width: 49%;
}
#nextImg:hover {
  background: url('../images/right.gif') no-repeat right 50%;
}
#imgInfoBox {
  height: 35px;
  overflow: hidden;
}
#imgInfo {
  float: left;
  width: 80%;
  text-align: left;
}
#imgTitle {
  font-weight: bold;
  font-size: 1.1em;
  color: #888;
}
#imgClose {
  float: right;
  width: 20px;
  padding-top: 3px;
}
#customContentBefore,
#customContentAfter { /* custom content */
  background: #fff;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

#customContentBefore {
  text-align: left;
}

#customContentAfter {
  background: #eee;
}

.allowed {
  background-color: #3c0;
  border: solid 1px #fff;
}

.forbidden {
  background-color: #f00;
  border: solid 1px #fff;
}

/* google maps */
.middle .obscura_map img,
.middle .marwel_map img {
  max-width: none;
}

.google_map_div{
  width: 100%; 
  height: 300px;
}

/* js calendar */
div.calendar {
  z-index: 10000;
}

/* forum error */
.error-line {
  background: #f77878;
  display: block;
  padding: 5px;
}

/* formulare */
.form_row {
  border-top: 1px dotted #ddd;
}
.form_div .submit {
  border-top: 1px dotted #ddd;
  padding: 10px 0;
}
.form_row .lab {
  width: 30%;
  float: left;
  display: block;
  font-weight: bold;
}
.form_row .val {
  width: 70%;
  float: left;
  display: block;
}
.form_row .text input,
.form_row select,
.form_row textarea {
  border: 1px solid #ddd;
}
.form_row .text input,
.form_row textarea {
  width: 99%;
}
.form_row textarea {
  height: 150px;
}
.form_row select {
  width: 100%;
}


/* mesicni kalendar */
.block-calendar h2 {
  padding: 0 !important;
}
tr.calendarWD {
  visibility: hidden;
  line-height: 10px;
}
.calendar_wrp {
  width: 100%;
  margin: 0 auto;
  background: #4c589f;
  padding: 10px;
}
.month_calendar {
  border-collapse: collapse;
  width: 100%;
}

.month_calendar th {
  text-align: center;
}
.month_calendar th a {
  text-align: center;
  color: #4c589f;
  text-decoration: none;
  font-size: 16px;
  padding: 10px;
}
.month_calendar th.calendarHeader a {
  color: #fff;
  border: none;
  text-transform: uppercase;
}
a.calprevnext {
  background: #fff;
  display: block;
  border: 1px solid #e31f24 !important;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 3px;
  text-decoration: underline !important;
}
a.calprevnext i.fa {
  font-size: 19px;
}
.month_calendar th a:hover {
  border: 1px solid #fff !important;
  text-decoration: none !important;
}
.month_calendar td {
  color: #e31f24;
  width: 14.28%;
  height: 44px;
  background: #fff;
  border: 1px solid #4c589f;
}
td.calendarToday .cal_day_hover {
  background: #4c589f;
  color: #fff;
  vertical-align: middle;
  border-radius: 50%;
  height: 36px;
  width: 75%;
  margin: 0 auto;
  line-height: 36px;
}
.month_calendar td.calendarToday > span.cal_day_hover > a {
  color: #fff !important;
  font-weight: normal !important;
}
.cal_day_hover {
  display: block;
  text-align: center;
  position: relative;
}

.cal_day_hover:hover .cal_day_hover_desc {
  visibility: visible;
}

.cal_day_hover_desc {
  background: #FFFFFF;
  border: 1px solid #ccc;
  color: #000000;
  cursor: default;
  visibility: hidden;
  font-weight: normal;
  left: -108px;
  top: 15px;
  margin: 0;
  padding: 5px;
  position: absolute;
  width: 200px;
  z-index: 1000;
  text-align: left;
  border-radius: 3px;  
  max-height: 500px;
  overflow: scroll;
}

.cal_day_hover_desc .cal_day_item {
  display: block;
  padding-left: 5px;
  margin-bottom: 5px;
}
.cal_day_hover_desc .last {
  margin: 0;
}
.cal_day_hover_desc .cal_day_item a {
  font-weight: bold;
}

.cal_iframe .cal_day_hover_desc {
  position: absolute;
  left: 0;
  top: 160px;
  width: 180px !important;
  visibility: hidden;
  -webkit-transition: visibility 1.85s linear;
     -moz-transition: visibility 1.85s linear;
      -ms-transition: visibility 1.85s linear;
       -o-transition: visibility 1.85s linear;
          transition: visibility 1.85s linear;
}
.cal_iframe .cal_day_hover:hover .cal_day_hover_desc {
  visibility: visible;
}

.cal_iframe .cal_day_hover:hover {
  position: static;
}

.month_calendar td.calendarToday {

}
.month_calendar td.event {
  background-color: #fff;
}
.month_calendar td.event a {
  color: #4c589f;
  font-weight: bold;
  text-decoration: underline;
  border-bottom: none;
}
/* vyber skupiny */
.overflow_groups {
  width: 350px;
  max-height: 150px;
  overflow: auto;
  display: block;
  float: right;
  margin: 10px 0;
}
.overflow_groups label{
  display:block;
}

.hidden-all {
  display: none;
}
.bottom-box {
    position: relative;
    background: rgba(255, 0, 0, 0.53);
    max-height: 200px;
}
/* TOP bar - zaciatok stranky */ 
.top-bar {
  background: #f4f4f4;
}

.language {
  float: right;
  border-left: 1px solid #eaeaea;
  line-height: 30px;
}
.label-btn {
  cursor: pointer;
}
.search-bar {
  float: right;
  line-height: 30px;
  border-left: 1px solid #eaeaea;
  height: 50px;
}
.search-bar .fa {
  color: #232323;
  font-size: 16px;
  padding: 10px;
  font-weight: 300;
  padding: 10px 24px;
}
.search-bar label {
  margin-top: 5px;
}
#search #search-input, #search-input:focus {
    margin: 0px 5px;
    border-radius: 5px;
    padding: 0 1.5em;
    font-size: 80%;
    height: 30px;
    line-height: 30px;
    text-transform: none;
    width: 100%;
    padding-right: 40px;
    border: 1px solid #ebebeb;
}
.jssel {
  position: relative;
  width: 130px;
  z-index: 130;
  float: right;
  border-left: 1px solid #eaeaea;
  border-right:  1px solid #eaeaea;
  cursor: pointer;
}
.jssel_choose {
  position: absolute;
  background: #fff;
  width: 130px;
  font-size: 16px;
  text-align: left;
  padding: 10px 25px;
  border: 1px solid #eaeaea;
  line-height: 30px;
}
.jssel_choose ul {
  padding: 0 ;
  margin: 0 ; 
}
ul li.jssel_item {
  list-style: none;
  border-bottom: 1px solid #eaeaea;
}
ul li.jssel_item a:hover,
ul li.jssel_item a:focus {
  text-decoration:none;
}
.jssel_selected {
  color: #232323;
  line-height: 50px;
  font-size: 16px;
}

.topmenu {
  float: right;
  line-height: 50px;
  padding: 0 20px;
  border-left: 1px solid #eaeaea;
  height: 50px;
}

.topmenu .login-center {
    text-align: center;
    margin-bottom: 1em;
}
.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    transition: opacity ease 0.5s;
}
.topmenu .login-center span.glyphicon.glyphicon-user {
    font-size: 40px;
    background: #0f2f67;
    border-radius: 50%;
    padding: 20px;
    color: #fff;
    outline: none;
}
.topmenu .login-center span.glyphicon.glyphicon-off {
    font-size: 40px;
    background: #d21636;
    border-radius: 50%;
    padding: 20px;
    color: #fff;
}
.topmenu a.top-user {
  color: #000;
}
.topmenu a.top-user span {
  padding-right: 5px;
}
/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  top: 0px;
  float: none;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text],
.loginmodal-container input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
}

.loginmodal-submit {
  font-size: 16px;
  font-weight: 700;
  background: #e31f24;
  border-bottom: 2px solid #9b1f25;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.loginmodal-submit:hover {
  opacity: .9;
  color: #fff;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  transition: opacity ease 0.5s;
  border-bottom: none !important;
} 

.login-help{
  font-size: 12px;
}
/* HEADER */
/* menu */
.row-site-navigation-center {
    float: right;
}

#row-site-navigation {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#row-site-navigation a {
  color: #2b2a29;
  font-size: 18px;
  font-weight: 400;
  height: 45px;
  border-bottom: 2px solid transparent;
}
#row-site-navigation a:hover,
#row-site-navigation a:focus,
li.menu-active a {
  border-bottom: 2px solid #e31f24;
  background: none;
}
#row-site-navigation .menu-down {
  display: none;
}
/* burger menu */

.roll-menu {
  position: absolute;
  top: 90px;
  right: 0px;
  z-index: 99;
  display: none;
  border: 1px solid #ddd;
}

#burger-menu {
  float: right;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#burger-menu ul {
  background: #fff;
}
#burger-menu a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  color: #2b2a29;
  font-size: 18px;
  font-weight: 300;
  width: 200px;
  border-bottom: none;

}
#burger-menu #row-site-navigation a:hover,
#burger-menu #row-site-navigation a:focus,
#burger-menu  li.menu-active a {
  background: #e31f24;
  border: none;
}
#burger-menu li {
  border-bottom: 1px solid #ddd;
}
#burger-menu li.menu-active, #burger-menu li.active {
  background: #e31f24;
  font-weight: 700;
}
#burger-menu li.menu-active a, #burger-menu li.active a {
  color: #fff;
}
#burger-menu li.menu-active > ul li , #burger-menu li.active ul li {
  background: #fff;
}
#burger-menu li.menu-active > ul li a, #burger-menu li.active ul li a{
  background: #fff;
  color: #000;
}

.menu-down {
  display: inline-block;
  line-height: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
.roll-menu .nav > li {
  width: 240px;
}
.mini-menu a {
  width: auto !important;
}
.roll-menu ul.level1 li {
  
}
.rotate {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); /* Standard syntax */
}

.container a.goog-te-menu-value {
  border: none;
}

/* lave menu */
.left {
  width: 24%;
}
.left .conin {
  padding: 0;
}
.left #menu {
  min-width: 274px;
}
.left #menu ul {
  background: #313d82;
}
.left #menu li {
  background: #404d99;
  border-bottom: 1px solid #313d82;
  list-style: none;
  margin: 0;
  padding: 0;
}
.left #menu li a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 230px;
  text-decoration: none;
}
.left #menu li a:focus,
.left #menu li a:hover {
  background: transparent;
  font-weight: 700;
  text-decoration: underline;
}
.left #menu ul.level1 ul.level2 li a{
  text-decoration: none;
}
.left #menu ul.level1 ul.level2 li a:focus,
.left #menu ul.level1 ul.level2 li a:hover {
  text-decoration: underline;
}
.left .menu-down .fa {
  color: #fff;
}
.left .menu-down {
  border-left: none;
}
.left #menu ul {
  margin: 0;
  padding: 0;
}
.left #menu li.menu-active,
.left #menu li.active  {
  font-weight: 700;
  background: #313d82;
}
.left #menu li.menu-active a,
.left #menu li.active a {
  border: none;
  text-decoration: none;
}
.left #menu li.menu-active ul li a {
  font-weight: 400;
  text-decoration: underline;
  border: none;
}
.left #menu ul.level2 li a:focus,
.left #menu ul.level2 li a:hover {
  background: transparent;
  font-weight: 700;
  text-decoration: none;
}
.left #menu ul.level2 li.active a {
  border: none;
  font-weight: 700;
  text-decoration: none;
}
.left #menu ul.level2 li {
  padding-left: 20px;
  background: #313d82;
}



/* slider */
.slick-slide img {
  display: block;
  top: -100px;
  position: relative;
}
.slick-initialized .slick-slide {
  outline: 0;
}
.slick-marwel .article-perex,
.size-box {
  position: relative;
}

div#slidershow {
    position: relative;
    max-height: 500px;
}

#slidershow .perex_image {
  float: none;
}

.down-pointer {
  position: relative;
  top: -70px;
  left: 49%;
  border: 1px solid #fff;
  height: 33px;
  width: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
}
.down-pointer .fa {
  color: #fff;
  font-weight: 300;
  font-size: 22px;
}
.box .perex h2 {
  cursor: pointer;
}
/*horny text  banera */
.absolute-wrapper h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 400;
  line-height: 58px;
  text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.absolute-wrapper h4 {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  background: rgba(64, 77, 153, 0.60);
  padding: 10px;
  border-radius: 5px;
}
.size-box {
  width: 60%;
  position: relative;
  top: 35px;
  left: 30px;
}
#slider {
  max-height: 500px;
  overflow: hidden;
}
.slider-hp article {
  position: relative;
  height: 300px;
  background: rgba(245,245,219,.7);
  border: 2px solid red;
}
.slider-hp  h4 {
  position: relative;
} 
.slider-hp  h2 {
  position: relative;
}
.slider-hp {
    max-height: 500px;
    overflow: hidden;
}
.absolute-box {
  margin: auto;
  position: absolute;
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;
}
.absolute-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1170px;
}
article.box {
    padding: 0 10px;
}

/* slider dots */

.slick-dots {
  bottom: 0px !important;
  height: 40px;
  background: linear-gradient(to bottom,  rgba(77,89,161,0.9) 0%, rgba(77,89,161,0.85) 40%, rgba(77,89,161,0.6) 70%);
  background: -o-linear-gradient(to bottom,  rgba(77,89,161,0.9) 0%, rgba(77,89,161,0.85) 40%, rgba(77,89,161,0.6) 70%);
  background: -moz-linear-gradient(to bottom,  rgba(77,89,161,0.9) 0%, rgba(77,89,161,0.85) 40%, rgba(77,89,161,0.6) 70%);
  background: linear-gradient(to bottom,  rgba(77,89,161,0.9) 0%, rgba(77,89,161,0.85) 40%, rgba(77,89,161,0.6) 70%);
}
.slick-dots li{
  margin-top: 10px !important;
}
.slick-dots li.slick-active button:before {
  color: #fff !important;
}

/* Body */ 
.container .middle {
  background: #fff  url('../images/contentbg.png') no-repeat right !important;
  background-position-y: 0px !important;
}
#main .innerwrap {
  background: #fff;
}
.magistrat .container {
  background: transparent url("../images/erb.png") no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.magistrat h2 {
  text-align: center;
  font-size: 36px;
  line-height: 60px;
  margin: 0;
  padding: 25px 0;
}
.m-wrap:first-child .m-heading {
  background: #175D13 url("../images/UD.png") no-repeat;
  background-size: 24px;
  background-position: 20px center;
  border-radius: 5px;
}
.m-wrap:nth-child(2) .m-heading {
  background: #4c589f url("../images/PV.png") no-repeat !important;
  background-size: 24px !important;
  background-position: 20px center !important;
  border-radius: 5px;
}
.m-wrap:nth-child(3) .m-heading {
  background: #2b2929 url("../images/OR.png") no-repeat !important;
  background-size: 24px !important;
  background-position: 20px center !important;
  border-radius: 5px;
}
.m-wrap:nth-child(4) .m-heading {
  background: #880000 url("../images/OR.png") no-repeat !important;
  background-size: 24px !important;
  background-position: 20px center !important;
  border-radius: 5px;
}
.m-heading h3 {
  font-size: 24px;
  line-height: 60px;
  margin: 0;
  padding-left: 60px;
}
.m-heading a {
  text-decoration: none;
  color: #fff !important;
  border: none !important;
}
.m-heading a:focus,
.m-heading a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: none !important;
}
.m-img {
  padding: 0 20px;
  overflow: hidden;
  height: 169px;
}
.m-img .article-perex {
  margin: 0;
}
.m-img img {
  width: 100%;
  height: auto;
  margin: 0;
}
.m-content {
  padding: 0 20px;
}
.m-content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 20px 0;
}
.m-content a {
  border-bottom: 1px solid #4c589f;
}
.m-content a:hover {
  border-bottom: none !important;
}
/* turismus start */
.mt-wrap:first-child .mt-heading {
  background: #4c589f url("../images/sport.png") no-repeat;
  background-size: 24px;
  background-position: 20px center;
  border-radius: 5px;
}
.mt-wrap:nth-child(2) .mt-heading {
  background: #4c589f url("../images/castle.png") no-repeat !important;
  background-size: 24px !important;
  background-position: 20px center !important;
  border-radius: 5px;
}
.mt-wrap:nth-child(3) .mt-heading {
  background: #4c589f url("../images/info.png") no-repeat !important;
  background-size: 24px !important;
  background-position: 20px center !important;
  border-radius: 5px;
}

.mt-heading h3 {
  font-size: 24px;
  line-height: 60px;
  margin: 0;
  padding-left: 60px;
}
.mt-heading a {
  text-decoration: none;
  color: #fff !important;
  border: none !important;
}
.mt-heading a:focus,
.mt-heading a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: none !important;
}
.mt-img {
  padding: 0 20px;
  overflow: hidden;
  height: 169px;
}
.mt-img .article-perex {
  margin: 0;
}
.mt-img img {
  width: 100%;
  height: auto;
  margin: 0;
}
.mt-content {
  padding: 0 20px;
}
.mt-content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 20px 0;
}
.mt-content a {
  border-bottom: 1px solid #4c589f;
}
.mt-content a:hover {
  border-bottom: none !important;
}
/* turismus end */
a.admin-href,
.slider-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  padding: 15px 20px;
  background: #e31f24;
  border-bottom: 2px solid #9b1f25 !important;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
}
a.admin-href:hover,
a.admin-href:focus {
  opacity: .9;
  color: #fff;
  border-bottom: none !important;
  text-decoration: none !important;
}
.board-box {
  padding: 17px 0 30px;
  border-bottom: 1px solid #e6e6e6;
}
.board-date span {
  font-size: 16px;
  line-height: 24px;
  color: #2b2929;
}
.board-title  h3 {
  font-size: 18px;
  color: #4c589f;
  line-height: 20px;
  margin: 0;
}

/* news-wrap*/
.news-wrap {
  background: #f5f7ff;
  padding: 40px 0px;
}
.news-wrap h2 {
  text-align: center;
  font-size: 36px;
  line-height: 60px;
}

.news-wrap .col-md-4 h2 {
  font-size: 24px;
  text-align: left;
}

.news-wrap h3 a {
  font-size: 24px;
  line-height: 30px;
  color: #444242;
}

.hot-wrap,
div.notification-wrap .item-notification {
  margin-bottom: 15px;
  height: 360px;
  overflow: hidden;
}
.hot-wrap.no-img {
  height: auto;
}
div.notification-wrap .notification-img,
.hot-img {
  border-radius: 5px;
  overflow: hidden;
  background: url('../images/bg-content-mini.jpg') no-repeat center;
  background-size:contain;
  min-height: 150px;
  max-height: 215px;
}
.hot-img img,
div.notification-wrap .notification-img img {
  margin: 0;
  width: 100%;
  height: auto;
  float: none;
}
.hot-custom,
.notification-custom {
  padding: 10px 0 3px 0;
  color: #2b2929;
  font-family: 'Roboto Condensed', sans-serif;
}
.hot-custom span,
.notification-custom span {
  background: #c2d112;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 10px;
  margin-right: 10px;
  text-transform: capitalize;
}
/* hot news - red */ 
span.hot-red {
  background: red;
  font-weight: 700;
  text-transform: uppercase;
}
.hot-heading h4,
.action-heading h4 {
  margin: 5px 0;
}
.action-heading h3 {
  margin: 0;
}
.hot-heading h4 a,
.action-heading h4 a {
  margin: 0;
  color: #4c589f;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  border-bottom: 1px solid #4c589f;
}
.hot-heading h4:hover a,
.action-heading h4:hover a,
.hot-heading h4:focus a,
.action-heading h4:focus a {
  border-bottom: none;
}
.action-heading a {
  font-size: 18px;
  color: #4c589f;
  text-decoration: none;
  border-bottom: 1px solid #4c589f;
}
.action-heading a:focus,
.action-heading a:hover {
  border-bottom: none !important;
  text-decoration: none;
}
.hot-content .article-content,
.hot-content .article-perex,
.action-content p {
  font-size: 18px;
  line-height: 24px;
  color: #2b2929;
  font-family: 'Roboto Condensed', sans-serif;
}
.left-action-box {
  float: left;
  width: 72px;
  margin-right: 2px;
  font-family: 'Roboto Condensed', sans-serif;
}
.right-action-box {
  float: right;
  width: 76%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}
.action-box {
  padding: 10px 15px;
}
.green-box {
  background: #c2d112;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  display: table-cell;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}
.green-box span {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  padding-left: 4px;
}
.action-time {
    padding: 5px 0;
}

/* dejese */

div.notification-wrap .notification-img .article-perex {
  margin: 0;
}
div.notification-wrap .notification-head h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  margin:5px 0;
}
div.notification-wrap .notification-head h3 a {
  color: #4c589f;
  text-decoration: none;
  border-bottom: 1px solid #4c589f;
}
div.notification-wrap .notification-head h3 a:hover,
div.notification-wrap .notification-head h3 a:focus {
  border-bottom: none;
}
div.notification-wrap .notification-perex p {
  font-size: 18px;
  line-height: 24px;
  color: #2b2929;
  font-weight: 400;
}

.dejese .main_content .article-content {
  float: none;
  width: 100%;
  padding-left: 0;
}
.hp .main_content p.article-perex img,
.dejese .main_content p.article-perex img, {
  max-width: 370px;
  height: auto;
  border-radius: 3px;
}

.main_content p.article-perex img {
  display: none;
} 
.line-list:before,
.line-list:after {
      content: " ";
      display: table;}

.line-list:after {clear: both;}

.line-list {
  height: 100px;
}
.line-list p {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin:0;
}
.line-list a {
  color: #4c589f;
  text-decoration: underline;
  font-size: 16px;
  padding: 10px;
  margin: 0 10px;
  text-align: center;
  display: inline-block;
  margin: auto;
  border: 1px solid transparent !important;
}
.line-list-border,
.line-list a:hover,
.line-list a:focus,
.line-list a:active {
  color: #4c589f;
  text-decoration: none;
  border: 1px solid #e6e9fb !important;
}

/* top tema */
.toptema {
  background: #4d59a0;
  width: 100%;
  padding: 1em 0;
}

.toptema h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 60px;
  margin: 0;
  font-weight: 700;
  display: inline-block;
  padding-right: 30px;
}
.toptema p a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  line-height: 60px;
}
.toptema p a:hover,
.toptema p a:focus {
  text-decoration: none;
  border-bottom: none;
  color: #fff;
}
.toptema .article-content {
  display: inline-block;
}
.toptema p {
  display: inline-block;
  text-align: right;
  margin: 0;
  padding: 0px 20px;
}

/* footer */
.bigfoot {
    background: #f5f7ff;
    padding: 20px 0px;
}
footer a {
  color: #4c589f;
}
footer a:hover,
footer a:focus {
  color: #4c589f;
}
.footer-box {
  padding: 0 10px;
  float: right !important;
}
.footer-box:first-child {
  padding-right: 0;
}
.footer-box:last-child {
  padding-left: 0;
}
.footer-box p {
  font-size: 18px;
  line-height: 30px;
  color: #2b2929;
}
.footer-box a {
  font-size: 18px;
  line-height: 30px;
  color: #4c589f;
  text-decoration: none;
  border-bottom: 1px solid #4c589f;
}
.footer-box a:hover,
.footer-box a:focus {
  border-bottom: none !important;
}
.footer-box h3 {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
  font-size: 18px;
}
.footer-box h3:hover,
.footer-box h3:focus {
  color: #000000;
  text-decoration: none;
  border-bottom: none;
}

/* sub footer */
.subfooter {
  padding: 25px 0;
}
.footer-right {  
  width: 50%;
  float: right;
  text-align: right;
}
.footer-right p {
  line-height: 20px;
  margin: 0;
}
.footer-right p a,
.footer-left p a {
  font-size: 16px;
  color: #4d59a0;
  border-bottom: 1px solid #4d59a0;
}
.footer-right p a:hover,
.footer-right p a:focus,
.footer-left p a:hover,
.footer-left p a:focus {
  border-bottom: 1px solid transparent;
}
.footer-left p {
  color: #000000;
  font-size: 16px;
  margin: 0;
  text-align: left;
  line-height: 20px;
}
.footer-left {
  width: 50%;
  float: left;
}
/* obsah strankz */
.middle {
  width: 100%;
}
.left {
  width: 24%;
  float: left;
}
.main_content #article h2 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 36px;
  line-height: 46px;
}
.main_content #article p.article-perex {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 20px;
}
.main_content #article .item p.article-perex {
  text-align: left;
}
.main_content .article-content,
.midle-center-block {
    float: right;
    width: 76%;
    padding-left: 25px;
}
.midle-center-seznam {
  float: right;
  width: 100%;
  padding-left: 0px;
}
.midle-center-block {
  padding: 25px 0 25px 25px;
}
/* subpage modre aktuality */
.subpage {
  background: #4c589f;
  padding: 50px 0;
  margin-top: 30px;
}
.subpage h3 a {
  color: #fff;
}
.subpage p.article-perex {
  color: #fff;
}
.subpage .hot-custom {
  color: #fff;
}
/* dlazdice */
.box-tile {
  border: 1px solid #e6e9fb;
  text-align: center;
  margin: 1%;
  width: 31%;
  height: 220px;  float: left;
  padding: 10px;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.box-tile:hover,
.box-tile:focus {
  border:5px solid #e6e9fb;
}
.box-tile:hover h3 ,
.box-tile:focus h3 {
  border-bottom: none;
}
.box-tile h3 {
  font-weight: 400;
  color: #4c589f;
  border-bottom: 1px solid #4c589f;
}
.box-tile p.article-perex {
  width: 80px !important;
  height: 66px;
  margin: 0 auto;
  overflow: hidden;
}
.box-tile p.article-perex img{
  margin: 0;
  display: block !important;
}

/* postrasnne social ikony */
.socials {
  width: 35px;
  background: transparent;
  position: fixed;
  right: 0px;
  z-index: 89;
  top: 40%;
}
.socials .fbook,
.socials .tweet,
.socials .gplus,
.socials .youtb {
  font-size: 18px;
  color: white;
  height: 35px;
  vertical-align: middle;
  line-height: 35px;
}
.socials .fbook {
  background: #3b5998;
}
.socials .tweet {
  background: #00b6f1;
}
.socials .gplus {
  background: #dc4b3e;
}
.socials .youtb {
  background: #c61c1d;
}
.socials .fbook:hover,
.socials .fbook:focus {
  opacity: 0.8;
}
.socials .tweet:hover,
.socials .tweet:focus {
  opacity: 0.8;
}
.socials .gplus:hover,
.socials .gplus:focus {
  opacity: 0.8;
}
.socials .youtb:hover,
.socials .youtb:focus {
  opacity: 0.8;
}

/* newsletter*/
.newsletter .row {
  background: #fff  url('../images/footbg.png') no-repeat left;
}
.newsletter h2 {
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  color: #4c589f;
}
.newsletter p {
  text-align: center;
  width: 62%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; 
}
.newsletter .no-pass-email {
  color: #a09f9f;
  font-size: 16px;
}

.label {
  color: #000 !important;
  font-size: 100% !important;
}
.labeltext span {
    text-align: left !important;
}

/* fotogaleria  v clanku  -frontend*/
.popbox {
    width: 32%;
    padding: 2%;
    float: left;
}

/* modules */
#ocontent .photo .photo-text {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* vyhladavaci formular */
#search_form_block input[type="radio"], input[type="checkbox"] {
  margin: 3px 7px 0 0 !important;
  position: relative;
  top: 2px;
}
label {
  margin-bottom: 0;
  font-weight: 400 !important;
}
#search_form_block h4 {
  font-weight: 700;
}

#calendar-detail p {
  font-size: 18px;
}
.help-js {
  position: relative;
  top: 0;
}

.radio input[type='radio'], .radio-inline input[type='radio'], .checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] {
  position: relative !important;
}

.mod_karvina .form-control {
  width: 70%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.mod_karvina .btn {
  border-radius: 0;
}
.karvina-files h3 {
  font-weight: 400;
}
.karvina-files .file {
  padding: 10px;
  background: #f1f1f1;
  margin-bottom: 15px;
}
.js-click {
    background: url(../images/js-plus.png) no-repeat;
    padding-left: 30px;
    text-decoration: underline;
    color: #4c589f;
    height: 25px;
    font-size: 18px;
    cursor: pointer;
}
.js-click:hover,
.js-click:focus {
    text-decoration: none;
}
.js-clanok {
  display: none;
}
.js-minus {
  background: url(../images/js-minus.png) no-repeat !important;
}

p.vcard {
  font-size: 18px;
}

p.vcard .role {
  color: #7a7a7a;
}

.container a {
  color: #4c589f;
  border-bottom: 1px solid #4c589f;
}

.container a:hover,
.container a:focus {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #4c589f;
}

.polar-frame iframe {
  border: 0;
  max-width: 100%;
}
/*
.polar-frame {
  max-width: 330px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 15px;
}
*/

.polar-frame * {
  border-radius: 5px;
}

/* calendar*/
.padding-calendar {
    vertical-align: middle;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1em 0;
}
.padding-calendar .pull-left {
  margin-right: 1em;
}

.calendar-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.vevent {
    float: left;
    width: 29.33%;
    border: 1px solid #e6e9fb;
    margin: 2%;
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;

}
.vevent:hover,
.vevent:focus {
    border: 5px solid #e6e9fb;
    padding: 10px;
}
abbr[title], abbr[data-original-title] {
  border-bottom:0 !important;
}
.calendar-main .label {
    text-align: left;
}
/*end*/
div#google_translate_element {
    float: right;
    cursor: pointer;
    position: relative;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #ebebeb;
    padding-left: 5px;
}
.goog-te-gadget-simple {
    border-radius: 5px;
    border: 1px solid #ebebeb !important;
    line-height: 24px;
}
.calendar-main #map_search {
  width: 100% !important;
}
#map {
  margin: 0 auto;
}

.margin-top10 {
  margin-top: 10px;
}

.centerTable {
  margin: 0 auto !important;
}
.borderNone,
.borderNone td {
    border: none !important;
}
.slider-btn {
  background: #fff;
  border: 2px solid !important;
  border-color: #4c589f !important;
  background-image: none;
}

.kw-btn {
  padding: 10px 20px;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.kw-btn:hover,
.kw-btn:focus {
  border-bottom: 2px solid transparent;
  opacity: .9;
}

.kw-green  {
  background: #5cb85c;
}
.kw-red {
  background: #e31f24;
}
.kw-orange {
  background: #ec971f;
}
.form-control {
  border-radius: 0 !important;
}

/* modules/donwload */
#download *{
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
}
#download h3 {
  font-size: 24px;
}
#download h2 {
  font-size: 26px;
}
.download .f-img img {
    vertical-align: bottom;
    position: relative;
    top: -3px;
}
.paginator span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
}
.paginator span > span,
.paginator span > a {
    margin: 3px;
}
.paginator * {
  font-size: 18px;
}

/* modules /calendar */
#calendar-list * {
  font-family: 'Roboto Condensed', sans-serif;
}

.state_hidden {
    background: #FFEEDD url(../../../modules/marwel/images/state_hidden.gif) no-repeat top right !important;
}

.mw-flex {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.mw-flex-wrap {
  -webkit-flex-wrap: wrap!important;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}
.mw-flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -webkit-flex-direction: row!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.mw-f-box {
  padding: 5px;
  box-sizing: border-box;
}
.mw-md-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.mw-md-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.mw-md-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.mw-md-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.mw-md-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 767px) { 
  .mw-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mw-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.mw-md-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.mw-md-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.mw-md-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.mw-md-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}



@media (max-width: 970px) { 

  .mw-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .mw-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .mw-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .mw-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}


/*
  Social ikon
 */

.social-networks {
  position: fixed;
  top: 30%;
  right: 0px;
  transition: all 1s;
}
.social-networks .open-wrap {
  width: 40px;
  height: 40px;
  float: left;
  padding: 10px;
  background: #4c589f;

  display: none;
}

.social-networks .open-wrap .fa {
  display: block;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.social-networks .content-wrap {
  width: 40px;
  float: left;
  background: rgba(64, 77, 153, 0.60);
}
.social-networks .share-ico {
  width: 40px;
  height: 40px;
  padding: 5px;
  border-bottom: 1px solid #ffffff75;
}
.social-networks .share-ico:last-child {
  border-bottom: none;
}
.social-networks .share-ico  img {
  margin: 0;
  float: none;
  width: 100%;
  height: auto;
}
.social-networks .share-ico  a {
  display: block;
  border: none;
  text-decoration: none;
}
.social-networks .share-ico a:focus,
.social-networks .share-ico a:hover, {
  text-decoration: none;
  border-bottom: : none;
}

