/* 
    Created on : 20-Nov-2017, 19:02:23
    Author     : Takxim
*/
/* MENU */
#site-nav .logo {
  text-transform: none;
}
#site-nav .user {
  font-size: 16px;
}
#site-nav .dropdown-content {
  display: none;
  position: absolute;
  background-color: #646464;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#site-nav .dropdown-content ul {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  padding: 0;
}
#site-nav .dropdown-content ul li {
  list-style-type: none;
  padding: 10px ;
  margin-bottom: 2px;
  margin-top: 2px;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#site-nav .dropdown-content ul a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
#site-nav .dropdown-content ul a:hover {
  text-decoration: none;
}
#site-nav .dropdown-content ul a:hover li {
  background-color: #828282;
  font-weight: 700;
}
#site-nav .dropdown:hover .dropdown-content {
  display: block;
}
/*DEFAULT*/
.box-page {
  padding: 10px;
  margin-top: 150px;
  margin-bottom: 50px;
  border-radius: 2px;
  border: 3px solid rgba(152, 152, 152, 0.3);
  background-color: #fdfdfd;
}
.box-page h1 {
  margin-left: 35px;
}
.box-page img {
  display: block;
  max-width: 100%;
  height: auto;
}
.box-page-default {
  padding: 10px;
  margin-top: 150px;
  margin-bottom: 50px;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
}
footer .logo {
  border: 1px solid white;
}
footer .email {
  margin-top: 20px;
}
footer .email img {
  height: 50px;
  display: inline;
}
footer .email h3 {
  display: inline;
}
footer .sponzori {
  margin-top: 15px;
}
footer .sponzori img {
  margin-bottom: 5px;
  padding: 5px;
  background-color: white;
}
/* HOMEPAGE */
#homepage .site-header h1 {
  text-transform: none;
}
#homepage .slick-gallery {
  height: 310px;
  padding-left: 45px;
  padding-right: 45px;
}
#homepage .slick-gallery .slick-item {
  padding: 5px;
  margin: 5px !important;
  display: block;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  transition-duration: .2s;
  transition-property: -webkit-transform;
  transition-property: transform;
}
#homepage .slick-gallery .slick-prev {
  display: inline-block;
  position: absolute;
  z-index: 999;
  top: 145px;
  left: 0;
}
#homepage .slick-gallery .slick-next {
  display: inline-block;
  position: absolute;
  z-index: 999;
  top: 145px;
  right: 0;
}
#homepage .articles {
  margin-top: 10px;
  margin-bottom: 10px;
}
#homepage .articles a {
  color: green;
  font-weight: bold;
}
#homepage .articles .more {
  position: absolute;
  bottom: 10px;
  right: 5px;
}
#homepage .articles img {
  width: auto;
  height: 100%;
  max-height: 180px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
#homepage .articles .header h2 {
  line-height: unset;
}
#homepage .articles .header h3 {
  line-height: unset;
}
#homepage .primary-article {
  border-radius: 1px;
  border: 3px solid rgba(152, 152, 152, 0.3);
}
@media (max-width: 768px) {
  #homepage .primary-article .caption h3 {
    font-size: 12px;
    line-height: inherit;
  }
}
#homepage .primary-article .caption h3 {
  text-indent: 30px;
  line-height: 30px;
}
#homepage .secondary-article {
  border: 3px solid rgba(152, 152, 152, 0.3);
  border-radius: 1px;
  margin-bottom: 5px;
}
#homepage .first,
#homepage .second {
  padding: 2px;
}
/* Ke stažení */
#downloads .fileDownload {
  color: #337ab7;
  font-size: 24px;
  font-weight: 700;
}
#downloads .box-page {
  padding: 0 100px 100px 100px;
}
/* Article */
#article-detail .img-header {
  max-height: 250px;
  margin: 0 auto;
}
#article-detail .text {
  padding: 25px;
}
#articles .article-box {
  padding: 5px;
  cursor: pointer;
  background-color: #fdfdfd;
}
#articles .article-box a {
  color: blue;
}
#articles .article-box .content {
  height: 450px;
  border-radius: 2px;
  border: 3px solid rgba(152, 152, 152, 0.3);
  padding-top: 10px;
}
#articles .article-box .content:hover {
  border: 3px solid rgba(50, 50, 255, 0.3);
  background-color: #fafafa;
}
#articles .article-box .image {
  height: 200px;
  background-position: center;
}
#articles .article-box .more {
  position: absolute;
  bottom: 10px;
  right: 5px;
}
/* FOTOGALERIE */
#photoGallery .photoGallery-box {
  overflow: hidden;
  height: 300px;
  border: 3px solid rgba(152, 152, 152, 0.3);
  margin-bottom: 13px;
}
#photoGallery .photoGallery-box .photo {
  height: 175px;
  background-size: 125%;
  background-position: center;
  background-repeat: no-repeat;
}
#photoGallery .photoGallery-box .photo {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#photoGallery .photoGallery-box:hover .photo {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#photoGallery .resize {
  height: 181px;
}
/* LOGIN */
#login .content {
  margin-top: 50px;
  margin-bottom: 200px;
}
/* QuestBook */
#questBook #form-questbook .form-group {
  margin-bottom: 5px;
}
#questBook #form-questbook input[type='text'],
#questBook #form-questbook input[type='email'] {
  height: 30px;
  width: 100%;
}
#questBook #form-questbook textarea {
  width: 100%;
  margin-bottom: 10px;
}
#questBook table td .content {
  border: 3px solid rgba(152, 152, 152, 0.1);
  padding-bottom: 8px;
}
#questBook table td .row .answer {
  margin-top: 5px;
}
#questBook table td .admin_answer {
  color: #c75858;
  width: 75%;
  margin-top: 13px;
  padding: 10px;
}
#questBook table td .middle-lines {
  display: none;
}
#questBook table td .max-lines {
  display: none;
}
@media (min-width: 620px) and (max-width: 990px) {
  .middle-lines {
    display: inline !important;
  }
  .max-lines {
    display: none !important;
  }
}
@media (min-width: 990px) {
  .max-lines {
    display: inline !important;
  }
  .middle-lines {
    display: none !important;
  }
}
/* TEAM */
#team .profil {
  margin-bottom: 15px;
  padding: 5px;
  border-radius: 2px;
  border: 3px solid rgba(152, 152, 152, 0.3);
}
#team .profil .img-box {
  height: 300px;
}
#team .profil img {
  max-height: 300px;
  margin: 0 auto;
}
/*# sourceMappingURL=override.css.map */