
/* CSS Document */


/*
general
*/

#programy-page a {
  color: #009735;
  font-size: 18px;
  font-family: 'Lora', serif;
  font-weight: 700;
  text-decoration: underline;
}

#programy-page a:hover {
  color: #04477a;
}

.header {
  width: 100%;
  height: 170px;
  background-image: url('../images/sub-header-bkg.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #0561a5;
  margin-top: 100px;
}

.header h1 {
  padding-top: 28px;
  color: white;
  font-size: 48px;
  font-family: 'Lora', serif;
  font-weight: 700;
}

.programy-bkg {
  background-image: url('../images/textura-bkg-left.png');
  background-position: top left;
  background-repeat: no-repeat;
}

.ako-na-to-bkg {
  background-image: url('../images/ako-na-to-bkg.png');
  background-position: center top;
  background-repeat: no-repeat;
  height: 180px;
}

.ant-left {
  float: left;
  width: 320px;
  padding-top: 40px;
}

.ant-right {
  float: left;
  width: 750px;
  padding-top: 40px;
}

/*
cash back
*/

.tbl-cashback {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.tblcb-header {
  background-color: #666666;
  color: white;
}

.tblcb-header, .tblcb-content {
  margin:0;
}

.tblcb-header div, .tblcb-content div {
  padding:8px 0px;
}

.tblcb-content {
  border-bottom: 1px solid #d4d4d4;
}

.tblcb-content:last-child {
  border: none;
}

.tblcb-content div {
  background-color: #eeeeee;
  color: #009735;
  font-size: 18px;
}

.tblcb-content div:first-child {
  background-color: #ffffff;
  color: #04477a;
  font-size: 18px;
  font-family: 'Lora', serif;
  font-weight: 700;
}

.tblcb-content div:last-child {
  background-color: #f4f4f4;
  color: #009735;
  font-size: 18px;
}