#gkLogo img {
  margin-left: 35px;
}
#gkSearch::after {
  display: none;
}
.gkHeaderContent {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  /*right: 0;
  left: auto;
  padding: 13rem;*/
}
.theme-color {color: #c900b6;}
.bg-theme-color {
  background-color: #c900b6;
  color: #fff;
}
/* Planovane akce */
.akce {
  /* background-color: #f5f5f5; */
}
.akce li {
  text-align: center;
  padding: 0.1rem;
  margin-bottom: 0.1rem;
}
.akce li a.btn {
  padding: 8px;
  /* width: 45%;*/
  width: 95%;
  text-transform: none;
}
.akce1 {
  background-color: #E7E7E7;
  padding: 0 1.3rem;
}
.akce1 .bg-theme-color strong {
  font-family: 'Raleway', Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 1.3rem;  
}
.akce1 li {
  margin-bottom: 0.3rem;  
}
.akce1 li span {
  padding: 8px;
  width: 45%;
  display: inline-block;   
}
.akce1 li span span {
  font-family: 'Raleway', Arial, sans-serif;
  text-transform: uppercase;
  padding: 0;
  color: #c900b6;
  font-weight: 700;  
}
.akce1 li a.btn i {
  padding-left: 8px;  
}
.pripravujeme {
  background: url(../../../images/layout/pripravujeme.png) left top no-repeat;
  background-size: cover;
  position: absolute;
  display: block;
  width: 42%;
  height: 80%;
}

.gkIsWrapper-gk_box .gkIsPagination li.active {
	border-top: 3px solid #c900b6;
}

.gkPhotoOverlayContent a:hover,
.gkPhotoOverlayContent a:active,
.gkPhotoOverlayContent a:focus {
  color: #000;
}
/* News Show Pro GK5 - sponzors */
.sponzors div.nspArt p {
  margin: 0;
}
.sponzors div.gk-cols div {
  text-align: center !important;
}
.sponzors div.gk-cols div a {
  background-color: #f7f7f7;
  display: block;
}
.sponzors div.gk-cols div a:hover,
.sponzors div.gk-cols div a:active,
.sponzors div.gk-cols div a:focus {
  background-color: #f1f1f1;
}
.sponzors div.gk-cols div a img {
  vertical-align: middle;
}

/* mobile size */
@media (max-width: 1024px) {
	#gkLogo img {
    width: auto;
    height: 38px;
    margin-left: 0;
  }	
}