

@import url(//fonts.googleapis.com/css?family=Ubuntu:300,300italic,400,400italic,500,700,700italic&subset=latin,latin-ext);
body {
  background: #1f1f1f url(../../theme/img/bg01.jpg) no-repeat center 0;
  font-family: 'Ubuntu', sans-serif;
  margin: 0;
}

.cleaner{clear:both;height:1px;}
.article .article-content.width100{width:100%;}

.wrapper {
  max-width: 960px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.header {
  *zoom: 1;
}
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
.header > div {
  background-color: #c22f3f;
  float: left;
  width: 6px;
  height: 68px;
  margin-top: 38px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.header > a {
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  margin-top: 31px;
}
.header ul {
  background: url(../../theme/img/bg03.png) repeat-x;
  position: relative;
  height: 50px;
  padding: 0;
  margin: 0 13px 0 42px;
  list-style: none;
}
.header ul:before {
  content: ' ';
  background: url(../../theme/img/bg02.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: -42px;
  width: 42px;
  height: 50px;
}
.header ul:after {
  content: ' ';
  background: url(../../theme/img/bg02.png) no-repeat -45px 0;
  position: absolute;
  top: 0;
  right: -13px;
  width: 13px;
  height: 50px;
}
.header li {
  position: relative;
  float: left;
  padding-right: 1px;
}
.header li:before {
  content: ' ';
  background-color: #941624;
  position: absolute;
  top: 24px;
  right: 0;
  width: 1px;
  height: 4px;
}
.header li:last-child {
  padding-right: 0;
}
.header li:last-child:before {
  display: none;
}
.header li a {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 50px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #971221;
  display: block;
  padding: 0 20px;
}
.header li a:hover {
  text-decoration: underline;
}
/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/
.nav {
  position: relative;
  float: right;
  padding-top: 94px;
  margin-bottom: -4px;
}
.nav-list {
  text-align: left;
}
.nav-item {
  float: left;
  *display: inline;
  zoom: 1;
  position: relative;
}
.nav-item:hover .nav-submenu {
  display: block;
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  /* Hide from browsers that don't support media queries */
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: #c22f3f url(../../theme/img/nav.svg) no-repeat center center;
  background-size: 18px;
  height: 50px;
  width: 50px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid #8B2870;
  height: 49px;
  width: 50px;
  cursor: pointer;
}
.nav-click i {
  display: block;
  height: 48px;
  width: 48px;
  background: url(../../theme/img/drop.svg) no-repeat center center;
  background-size: 20px;
}
.nav-click:hover {
  background-color: #6E1656;
}
.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width: 768px) {
  .nav-mobile {
    display: block;
  }
  .nav {
    width: 100%;
    padding: 50px 0 0;
  }
  .nav-list {
    display: none;
  }
  .nav-item {
    width: 100%;
    float: none;
  }
  .nav-item > a {
    background-color: #c22f3f;
    padding: 15px;
  }
  .nav-click {
    display: block;
  }
  .nav-mobile-open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }
  .nav-item:hover .nav-submenu {
    display: none;
  }
  .nav-submenu {
    position: static;
    width: 100%;
  }
  .header ul {
    height: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .header ul:before {
    display: none;
  }
  .header ul:after {
    display: none;
  }
}
.content {
  background-color: #fcfcfc;
  position: relative;
  z-index: 100;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.content ul li, .content ol li {
  line-height: 21px;
}
.left-col {
  background: #f0f0f0 url(../../theme/img/bg04.png) repeat-y right 0;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.left-col > p {
  color: #313339;
  background: #d9d9d9 url(../../theme/img/bg05.png) repeat-y right 0;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 10px 18px 30px;
  margin: 0;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  -o-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.left-col > ul, .left-col > ul > li > ul {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin: 0 20px 0 10px;
  list-style: none;
}
.left-col > ul > li, .left-col > ul > li > ul > li {
  border-bottom: 1px solid #d8d8d8;
}
.left-col > ul > li:last-child, .left-col > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.left-col > ul > li > a, .left-col > ul > li > ul > li > a {
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 9px 10px 9px 20px;
}
.left-col > ul > li > a:hover, .left-col > ul > li > ul > li > a:hover, .left-col > ul > li > a.active, .left-col > ul > li > ul > li > a.active {
  color: #c22f3f;
}
.left-col > ul > li > a:hover:before, .left-col > ul > li > ul > li > a:hover:before, .left-col > ul > li > a.active:before, .left-col > ul > li > ul > li > a.active:before {
  content: ' ';
  background: url(../../theme/img/bg06.png) no-repeat;
  position: absolute;
  top: 14px;
  left: 1px;
  width: 8px;
  height: 10px;
}
.right-col {
  color: #000;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.right-col h1 {
  font-size: 162.5%;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #d8d8d8;
}
.article {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  *zoom: 1;
}
.article:before,
.article:after {
  content: " ";
  display: table;
}
.article:after {
  clear: both;
}
.article img {
  max-width: 100%;
  height: auto;
  border: 5px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.article h2 {
  font-size: 112.5%;
  padding: 0;
  margin: 20px 0 0 0;
}
.article h2 a {
  color:black;
}
.article h2 a:hover {
  text-decoration: none;
}
.article .date {
  color: #868686;
  font-weight: 300;
  font-size: 81.3%;
  padding: 3px 0 0;
  margin: 0;
}
.article .description, .article p {
  font-weight: 300;
  font-size: 87.5%;
  line-height: 1.5;
  padding: 8px 0 0;
  margin: 0;
}
.pagi {
  font-size: 14px;
  display: table;
  padding: 12px 0;
  margin: 0 auto;
  list-style: none;
}
.pagi li {
  float: left;
  padding: 0 4px;
}
.pagi .prev {
  color: #000;
  background: url(../../theme/img/bg07.png) no-repeat 0 5px;
  line-height: 26px;
  text-decoration: underline;
  padding-left: 13px;
}
.pagi .prev:hover {
  text-decoration: none;
}
.pagi .next {
  color: #000;
  background: url(../../theme/img/bg08.png) no-repeat right 5px;
  line-height: 26px;
  text-decoration: underline;
  padding-right: 13px;
}
.pagi .next:hover {
  text-decoration: none;
}
.pagi .pagi-item {
  color: #000;
  background-color: #f0f0f0;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0 7px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.pagi .pagi-item.active {
  color: #fff;
  background-color: #c22f3f;
  border-color: #970c0c;
}
.footer {
  color: #a1a1a1;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
}
.footer p{
  margin: 0;
}
.footer a {
  color: #a1a1a1;
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: none;
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .content {
    display: table;
  }
  .left-col,
  .right-col {
    vertical-align: top;
    display: table-cell;
  }
  .left-col {
    width: 26.04166667%;
  }
  .right-col {
    width: 73.95833333%;
    margin-top: 0;
  }
  .article-img {
    float: left;
    width: 29.41176471%;
  }
  .article-content {
    float: right;
    width: 67.64705882%;
    padding-bottom: 30px;
  }
}
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */

.detail-clanku{
  padding-top:14px;
}

.detail-clanku p{
  color:black;
  font-weight: 300;
  font-size: 87.5%;
  line-height: 1.5;
  padding: 8px 0 0;
}

.detail-clanku p a, .detail-clanku ul, .detail-clanku ol a{
  color:black;
}

.detail-clanku p a:hover, .detail-clanku ul a:hover, .detail-clanku ol a:hover{
  text-decoration:none;
}

.detail-clanku ul, .detail-clanku ol{
  color:black;
  font-weight: 300;
  font-size: 87.5%;
  line-height: 1.5;
}

.detail-clanku a img{
  display:inline;
  float:left;
  margin-top:16px;
  margin-right:16px;
}

a img.img-hover{
  width:29%;
  height:auto;
  transition:all 0.4s ease;
  opacity:0.9;
  box-sizing:border-box;
}

a:hover img.img-hover{
  opacity:1;
}

ul.vypis-kategorii li a{
  color:#000;
}

ul.vypis-kategorii li a:hover{
  color:#c22f3f;
  text-decoration:none;
}

p.firma-kontakt, p.firma-adresa{
  display:inline-block;
  width:50%;
  float:left;
  box-sizing:border-box;
  text-align:left;
}

p strong{
  font-weight: 600;
}

p.description a{
  color:black;
}

p.date a{
  color:#000;
  text-decoration:none;
}

.error-input{
  border: 1px solid red !important;
}

.msg{
  text-align:center;
}

.msg strong{
  text-decoration:none;
}
.kontaktni-formular{
  margin-bottom: 30px;
}

.kontaktni-formular input, .kontaktni-formular td{

  color: black;
  font-weight: 300;
  font-size: 87.5%;
  line-height: 1.5;
  padding: 4px;
}

.kontaktni-formular td{
  height:30px;
}
.kontaktni-formular td input[type="text"], .kontaktni-formular td input[type="email"]{
  width:400px;
  max-width: 58vw;
  height:22px;
}

.kontaktni-formular textarea{
  width:402px;
  max-width: 58.5vw;
  height:50px;
  padding: 4px;
}
.kontaktni-formular .submit{
  width:140px;
  height:50px;
  font-size: 16px;
  padding: 4px;
  cursor: pointer;
  border-radius: 0;
}
.kontaktni-formular .submit:hover{
  background-color: lightgray;
  transition: 0.5s;
}

.botBox {
	margin: 35px 20px 0 10px;
	font-size: 14px;
	font-weight: 300;
}

.botBox a:hover{
	text-decoration:none;
}

.botBox a{
	color:black;
}

/* bannery pro reklamaledhm */
.banner-right {
    width: 160px;
    height: 600px;
    position: absolute;
    right: 50%;
    top: 140px;
    margin-right: -650px;
}
.banner-right a, .banner-left a{
  position: absolute;
  left: 0;
  width: 160px;
}
.banner-right a:nth-of-type(1), .banner-left a:nth-of-type(1) {
  top: 0;
  height: 180px;
}
.banner-right a:nth-of-type(2), .banner-left a:nth-of-type(2) {
  top: 180px;
  height: 200px;
}
.banner-right a:nth-of-type(3), .banner-left a:nth-of-type(3) {
  top: 380px;
  height: 220px;
}
.banner-left {
    width: 160px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 140px;
    margin-left: -650px;
}
@media only screen and (max-width: 1305px) {
  .banner-right {
    position: relative;
    margin-top: 10px;
    right: -50%;
    top: unset;
    transform: translateX(-50%);
    margin-right: 0;
  }
  .banner-left {
    display:none;
  }
}
/* konec bannery pro reklamaledhm */

