.responsive-calendar {
    padding:10px;
}


.responsive-calendar .controls {
  text-align: center;
  
}
.responsive-calendar .controls a {
  cursor: pointer;
  font-size: 0.8em;
}

.responsive-calendar .controls h4 {
  display: inline;
  font-size: 1em;
  font-weight: bold;
}
.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
}
.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.285714285714286%;
  text-align: center;
}
.responsive-calendar .day a {
  color: #000000;
  display: block;
  cursor: pointer;
  padding: 20% 0 20% 0;
  font-weight: bold;
  border: 1px solid #FAFAFA;
}
.responsive-calendar .day a:hover {
  background-color: #eee;
  text-decoration: none;
}
.responsive-calendar .day.header {
  border-bottom: 1px gray solid;
}
.responsive-calendar .day.active a {
  color:#ddd;
}
/*.responsive-calendar .day.active a:hover {
  background-color: #36a0e2;
}

.responsive-calendar .day.active .not-current:hover {
  background-color: #bcdff5;
}*/
.responsive-calendar .day.not-current a {
  color: #f7f7f7;
}
.responsive-calendar .day .badge {
  position: absolute;
  z-index: 1;
    position: absolute;
  z-index: 1;
  text-align: right;
  padding: 2px;
  color:white;
}


.days {
    width:100%;
}

.responsive-calendar .day.active .not-current {
  background-color: #8fcaef;
  color: #f7f7f7;
}

.day a {
    width:100%;
    height:100%;
    position: relative;
    z-index: 9;
    background: none;
}

.event-business {
    background:#3498db;
    position: absolute;
    min-width:100%;
    min-height:100%;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1;
}

.event-business:hover  {
    background:#2980b9;
}

.event-culture {
    background:#2ecc71;
    position: absolute;
    min-width:100%;
    min-height:100%;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1;
}

.event-culture:hover  {
    background:#27ae60;
}


.event-poland {
    background:#e74c3c;
    position: absolute;
    min-width:100%;
    min-height:100%;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1;
}

.event-poland:hover  {
    background:#c0392b;
}


.event-regio {
    background:#c590d4;
    position: absolute;
    min-width:100%;
    min-height:100%;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1;
}

.event-regio:hover  {
    background:#c0392b;
}

.event-trade {
    background:#e67e22;
    position: absolute;
    min-width:100%;
    min-height:100%;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1;
}

.event-trade:hover  {
    background:#d35400;
}

.event-forum {
    background:#34495e;
    position: absolute;
    min-width:100%;
    min-height:100%;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1;
}

.event-forum:hover  {
    background:#2c3e50;
}


.day:nth-child(6),.day:nth-child(7),.day:nth-child(13),.day:nth-child(14),.day:nth-child(20),.day:nth-child(21),.day:nth-child(27),.day:nth-child(28),.day:nth-child(34),.day:nth-child(35),.day:nth-child(41),.day:nth-child(42) {
    background: #F7F7F7;
}

.day.not-current:nth-child(21),.day.not-current:nth-child(27),.day.not-current:nth-child(28),.day.not-current:nth-child(34),.day.not-current:nth-child(35),.day.not-current:nth-child(41),.day.not-current:nth-child(42) {
    background: white!important;
}

.today {
    background-color: #52243F !important;
    color: #fff!important;
}
/*.today span{*/
    /*color: #fff!important;*/
/*}*/
.today a{
    color: #fff!important;
}

.day.header {
    background: white;
}


@media only screen and (min-width:650px) and (max-width: 1024px)  {
    
    .responsive-calendar .day a {
     font-size: 18px;
   }

}

.responsive-calendar .day .today a{
    color: #fff!important;
}

.today span {
    background-color: #52243F !important;
}

.day .today a {
    color: white !important;
    border: none !important;
}

.event-purple {
    background-color: #C590D4;
}
