.cut-margin-top {
    margin-top: 25px;
}

.cut-padding-top {
    padding-top: 25px;
}

.max-height-750 {
    max-height: 750px;
}

.header-title h1 {
    font: bold 2.4375em 'Gotham Pro';
}

/*
.fon{
    min-height: 450px;
}
*/

.news-h2 {
    height: 130px;
    overflow: hidden;
}

.item-product a.btn-title h2 {
    font: bold 15pt 'Gotham Pro';
}

.news-background::before {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    content: "";
    max-width: 100%;
    min-height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.title-hash span {
    padding-top: 5px;
}

.center-block {
    text-align: center;
}

.header-title .h1-festival {
    font: bold 3.4375em 'Gotham Pro'
}

.festival-img {
    height: 230px;
    width:230px;
    border-radius: 50%;
    overflow: hidden;
}

.calendarWidget{
    width: 245px;
    padding: 0px;
    font-family: Arial, Tahoma, Helvetica;
}
.calendarWidget .monthNav{
    height: 30px;
    width: 100%;
    position: relative;
}
.calendarWidget .monthNav a{

}
.calendarWidget .monthNav a:hover{
    color: #FFCC11;
}
.calendarWidget .monthNav a.prevMonth{
    cursor: pointer;
    display: block;
    float: left;
    height: 15px;
    width: 20px;
}
.calendarWidget .monthNav a.prevMonth:after{
    background: url('../img/arrows.png') no-repeat 0 0;
    content: " ";
    display: block;
    height: 13px;
    width: 7px;
}
.calendarWidget .monthNav a.nextMonth{
    cursor: pointer;
    display: block;
    float: right;
    height: 15px;
    width: 20px;
}
.calendarWidget .monthNav a.nextMonth:after{
    background: url('../img/arrows.png') no-repeat -7px 0px;
    content: "";
    display: block;
    height: 13px;
    margin-left: 13px;
    width: 7px;
}
.calendarWidget .monthNav .currMonth{
    display: block;
    float: left;
    font: bold 16px Arial, Tahoma, Helvetica;
    width: 205px;
    text-align: center;
}
.calendarWidget .calendarBody{
    width: 100%;
    height: 264px;
    overflow: hidden;
    position: relative;
}
.calendarWidget .calendarWrapper{
    position: absolute;
    top: 0px;
    left: 0px;
}
.calendarWidget table{
    float: left;
    margin-right: 10px;
    vertical-align: top;
    width: 245px;
}
.calendarWidget table thead{
    border-bottom: 1px solid #d9e1e9;
}
.calendarWidget table thead th{
    font-size: 16px;
    font-weight: normal;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
.calendarWidget table td{
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    vertical-align: middle;
    width: auto;
}
.calendarWidget table td span{
    font-weight: bold;
    width: 30px;
    height: 30px;
    background: #f2f5f7;
    color: #5a91c0;
    border-radius: 5px;
    padding-top: 5px;
    display: block;
    margin: 5px 2px;
}
.calendarWidget table td.weekend span{
    color: #bf4c4c;
}
.calendarWidget table td a{
    display: block;
    font-weight: bold;
    text-decoration: none;
    background: #d9e1e9;
    border-radius: 5px;
    color: #5a91c0;
    height: 30px;
    width: 30px;
    margin: 5px 2px;
    padding-top: 4px;
    text-align: center;
}
.calendarWidget table td a:hover{
    text-decoration: underline;
}

.title-slider a.link {
    background: none;
    padding: 0;
    float: none;
    border-radius: 0;
}
