.calendar {
    
    z-index: 105;
}

table.calendar {
	background-color:transparent;
	font-size: 13px;
}

table.calendar tr td {
    border: none;

}

.calendar,
.calendar tr,
.calendar td.calendarDayName {
    #background: rgba(255, 255, 255, 0) !important;
}

.calendar .calendarDayName {
    text-transform: uppercase;
    font-weight: 700;
    #font-size: 15px !important;
}

.calendarCurrentMonth {
    font-size: 110% !important;
}

.calendarNavMonthNext {
    text-align: left;
}

.calendarNavMonthPrev {
    text-align: right;
}

.calendarNavMonthNext a, .calendarNavMonthPrev a{
    color: #7fae4a;
}

table.calendar tr td {
    /*padding: 3px;*/
}
table.calendar tr td.calendarDate {
    min-width: 25px;
}

table.calendar tr td.calendarDateLinked a {
    border-radius: 3px;
    text-decoration: none;
    background: #7bab44;
    color: #151d09;
    z-index: 31;
    margin: 4px;
}

table.calendar tr td.calendarTodayLinked a {
    background: #135cae;
    color: #ffffff;
    /* padding: 0; */
}

/*table.calendar tr td.calendarTodayLinked:hover {
    background: #6492c5;
}

table.calendar tr td.calendarTodayLinked a:hover {
    background: inherit;
}*/

table.calendar tr td.calendarDateEmpty {
    background: transparent;
}

table.calendar tr td.calendarDayName {
    background: transparent;
	font-size: 9px;
}

table.calendar tr td.calendarNavMonthNext {
    background: transparent;
}

table.calendar tr td.calendarNavMonthPrev {
    background: transparent;
}

table.calendar tr td.calendarCurrentMonth {
    background: transparent;
}

.calendarNavMonthPrev,
.calendarCurrentMonth,
.calendarDateEmpty,
.calendarDate,
.calendarDateLinked {
    border: 0px solid !important;
}

.calendar .calendarToday {
    color: #fff;
}

.calendarDateLinked a {
    padding: 2px;
    border-radius: 5px;
    text-decoration: none;
    background: #7bab44;
    color: #151d09;
    z-index: 34;
}

.calendar .calendarDayName {}


/* ---------------- events ------------------ */

.pl-treen {
    width: 34%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.pl-treez {
    width: 22%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.event-card {
    display: block;
    height: auto;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.event-card .date {
    margin-left: 10px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(123, 171, 68, 1);
    color: #e8efe1;
    padding: 5px;
    border-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 100;
    visibility: hidden;
}

.event-card .date .day {
    display: block;
    font-size: 24px;
    line-height: 26px;
    clear: right;
    text-align: center;
}

.event-card>.date>.month,
.event-card>.date>.year {
    font-size: 12px;
    line-height: 14px;
    color: #b9cca6
}

.event-card>.image {
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    height: auto;
    /*max-height: 175px;*/
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease;
}

.event-card>.image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    z-index: 100;
}

.event-card>.image p {
    display: none;
    margin: 0px;
    padding: 0px;
}

.event-card>.image:hover p {
    display: block;
    position: absolute;
    font-size: 90%;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 200;
    color: #e0e2de;
    background: rgba(44, 80, 0, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
}

.event-card>.image:hover p span.info {
    display: block;
    margin: 10%;
    max-height: 40%;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    font-weight: normal;
}

.event-card>.image:hover p span.info strong {
    display: block;
    color: #fff;
    font-weight: 600;
}

.event-card>.image p a.podrobno {
    display: none;
}

.event-card>.image p span.dates {
    display: none;
}

.event-card>.image:hover p span.dates {
    display: inline-block;
    position: absolute;
    font-size: 100%;
    bottom: 0px;
    width: auto;
    color: #fff;
    right: 0px;
    padding: 1px 2px;
    border-radius: 5px 0 0 0;
    background: #5baa38;
}

.event-card>.image:hover p a.podrobno {
    display: inline-block;
    color: #e0e2de;
    position: absolute;
    bottom: 15%;
    width: 40%;
    left: 10%;
    text-decoration: underline;
}

.event-card>.image:hover::after {
    display: none;
}

.event-card>.title {
    text-transform: uppercase;
    padding: 5px;
    text-overflow: ellipsis;
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.event-card>.title a {
    color: #777777;
    font-weight: normal;
}

.event-card>.title a:hover {
    text-decoration: none;
}


/* -------------- end events ---------------- */

 :hover {
    transition: all 0.3s ease;
}


/* ICON FOR INFORMATION BLOCK */


.info-icon-bezz {
    padding: 15px;
    padding-left: 30px;

}
.icon-code-country {
    display: inline-block;
    position: relative;
    background: url('../img/icons/icon-code-stranyi.png') no-repeat no-repeat center center;
    background-size: 100%;
    width: 20px;
    height: 20px;
    content: " ";
}
.icon-electro-volt {
    display: inline-block;
    position: relative;
    background: url('../img/icons/icon-electro-volty.png') no-repeat no-repeat center center;
    background-size: 100%;
    width: 20px;
    height: 20px;
    content: " ";
}
.icon-poyas-time {
    display: inline-block;
    position: relative;
    background: url('../img/icons/icon-chasovoi-poyas.png') no-repeat no-repeat center center;
    background-size: 100%;
    width: 20px;
    height: 20px;
    content: " ";
}
h3.icon-style-bezz {
    display: inline-block;
    line-height: 20px;
    font-size: 15px;
    vertical-align: top;
    font-weight: 400;
    margin: 0;
    padding-left: 15px;
}