/* CSS Document */

html  {background:#cad8c7 url("../images/patterns/html.png") 50% 0px repeat;}

.logo-block #rt-logo  {margin:40px auto 30px;}

#rt-showcase .rt-block.aefcz-box  {position:relative; height:300px; margin:0 10px 20px; border:1px none red;}

.aefcz-box a  {display:block; position:absolute; left:0; top:0; z-index:10; width:100%; height:100%; font-size:0;
  background-color:rgba(150,150,150,1); background-position:center 30%; background-repeat:no-repeat; background-size:cover;}
.aefcz-box a::before  {content:" "; position:absolute; left:0; top:0; z-index:20; width:100%; height:100%; background-color:rgba(255,255,255,0.1);}
.aefcz-box a:hover::before  {content:" "; position:absolute; left:0; top:0; z-index:20; width:100%; height:100%; background-color:rgba(255,255,255,0.0);}
.aefcz-box a::after  {content:" "; position:absolute; left:0; top:200px; z-index:50; width:100%; height:100px; 
  background-color:rgba(255,255,255,0.7); background-position:center center; background-repeat:no-repeat; background-size:contain;}
.aefcz-box a:hover::after  {background-color:rgba(255,255,255,0.9);}
  
.aefcz-box-nejnadrazi a  {background-image:url("/images/aefcz/aefcz-box-nejnadrazi.jpg");}
.aefcz-box-mavlast a  {background-image:url("/images/aefcz/aefcz-box-mavlast.jpg");}
.aefcz-box-podvecery a  {background-image:url("/images/aefcz/aefcz-box-podvecery.jpg");}
.aefcz-box-floriade a  {background-image:url("/images/aefcz/aefcz-box-floriade.jpg");}

.aefcz-box-nejnadrazi a::after {background-image: url("/images/aefcz/logo-nejnadrazi.png");
background-image: url("/images/aefcz/logo-nejnadrazi.png"), linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(253,214,126,0.3) 100%);}
.aefcz-box-mavlast a::after {background-image: url("/images/aefcz/logo-mavlast.png");
  background-image: url("/images/aefcz/logo-mavlast.png"), linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(140,230,255,0.3) 100%);}
.aefcz-box-podvecery a::after {background-image: url("/images/aefcz/logo-podvecery.png"); /*fallback*/
  background-image: url("/images/aefcz/logo-podvecery.png"), linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(202,158,171,0.3) 100%);}
.aefcz-box-floriade a::after {background-image: url("/images/aefcz/logo-floriade.png"); /*fallback*/
  background-image: url("/images/aefcz/logo-floriade.png"), linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(186,168,30,0.3) 100%);}

@media (max-width: 959px) {
  #rt-showcase .rt-block.aefcz-box  {height:200px;}
  .aefcz-box a::after  {content:" "; position:absolute; left:0; top:130px; z-index:50; width:100%; height:70px; 
}
  
