/*** pozadi ***/
body.web-darujhracku {
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-color: #fff;
}


body.web-darujhracku.theme-portal {
  background-image: url("../img/bg.jpg");
}

/*** logo ***/
.web-darujhracku #nav-sub h1 {
    height: 78px;
    width: 310px;
}
.web-darujhracku #nav-sub h1 .logo {
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    height: 78px;
    width: 310px;
}

/*** fix nav ***/
#nav-sub ul a {
	padding: 0 9px;
}

/* ostatni */
.web-darujhracku .dark {
  background-color: #830026;
}

.web-darujhracku .box-changer  .content {
  height: 230px;
}

.web-darujhracku .box-changer  .content .caroufredsel_wrapper {
  margin: 0px !important;
}

.web-darujhracku .box-changer .h2 {
  margin-bottom: 0px;
}

/* fake pruhled */
#box-top-blank {
  height: 135px;
  position: relative;
}

#box-top-blank p.button a, #box-top-blank p.button a span {
  display: block;
  width: 625px;
  height: 86px;
}

#box-top-blank p.button {
  position: absolute;
  top: -14px;
  left: 10px;
  margin: 0;
  border-radius: 3px;
  background: -webkit-linear-gradient(#cd1349,#a70030);  
  background: -moz-linear-gradient(#cd1349,#a70030);  
  background: -o-linear-gradient(#cd1349,#a70030);  
  background: linear-gradient(#cd1349,#a70030);
  border-left: 4px solid #830026;
  border-bottom: 4px solid #830026;
  border-right: 3px solid #cd1b4e;
}

#box-top-blank p.button a {
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 88px;
  font-weight: 700;
  position: relative;
  z-index: 5;
}

#box-top-blank p.button a span {
  position: absolute;
  top: 0px;

}

#box-top-blank p.button:hover{
  background: -webkit-linear-gradient(#fff,#c5c5c5);  
  background: -moz-linear-gradient(#fff,#c5c5c5);  
  background: -o-linear-gradient(#fff,#c5c5c5);  
  background: linear-gradient(#fff,#c5c5c5);
  border: 1px solid #666;
  width: 630px;
}
#box-top-blank p.button:hover a{
  color: #000;
  text-decoration: none;
  padding-left: 3px;
}

#box-top-blank h2 {
  font-size: 14px;
  top: -10px;
  left: 74px;
}

#box-top-blank h2, #box-top-blank p.help a {
  color: #404040;
  position: absolute;
}

#box-top-blank p.help a {
  background: url("http://www.rozhlas.cz/darujhracku/portal/img/e5/icon/icon_info.png") no-repeat center left;
  padding-left: 14px;
  font-size: 11px;
  top: 85px;
  left: 555px;
}
/* iframe statistic */

#box-statistic {
  border: 0;
  overflow: hidden;
  margin-bottom: 7px;
}

/* promo */

.box-promo .content {
  height: 110px;
}

/* box pro video */

#main .box-stream {
  background: #EEEEEE;
  padding-bottom: 8px;
}

#main .box-stream iframe {
  margin: 8px;
}


