/* News */

.ActivitiesContainer {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	position: relative;
	/*text-align: center;*/
}

/* clearfix */
.ActivitiesContainer:before,
.ActivitiesContainer:after {
    content: "";
    display: table;
}
.ActivitiesContainer:after {
    clear: both;
}

@keyframes start {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}


@-webkit-keyframes start {
	from {
		-webkit-transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
	}
}

.ActivitiesContainer .ActivitiesItem[data-state="init"] {
	display: none;
}

.ActivitiesContainer .ActivitiesItem[data-state="start"]  {
	display: block;
	animation: start 0.5s;
	-webkit-animation: start 0.5s;
}

.ActivitiesContainer .ActivitiesItem[data-state="move"]  {
	transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
	-webkit-transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
}

.ActivitiesItem {
	background-color: #fff;
	float: left;
	/*padding: 10px;
	margin: 10px;
	padding-bottom: 30px;*/
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;
	box-shadow: 0 0 3px #888;
	overflow: hidden;
	/*border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;*/
	cursor: pointer;
    margin: 20px;
    position: relative;  
}

@media all and (min-width: 961px) {
    .ActivitiesItem {
        width: 28%;
    }
}

@media all and (max-width: 960px) {
    .ActivitiesItem {
        width: 92%;
    }
}

.ActivitiesItem[data-state="start"] {
	    animation: start 0.5s;
    -webkit-animation: start 0.5s;
}

.ActivitiesItem:hover, .ActivitiesItem:focus {
	-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.6);
}

.ActivitiesItem img {
	vertical-align: bottom;
    width: 100%;
    height: auto;
    /*max-height: 340px;*/
}

.ActivitiesItem .ThemeImg {
    /*padding-bottom: 0%;
    height: 100%;*/
    width: 100%;
    position: relative;
}

.ActivitiesItem .ThemeText span {
    padding-left: 10px;
}

.ActivitiesItem .ThemeText .ActName {
    background-color: rgba(30,30,30,0.6);
    /*padding-top: 10px;*/
    /*background-color: #990000;*/
    padding: 10px;
    position: absolute;
    color: #fff;
    /*z-index: 100;*/
	overflow: hidden;
    left: 0;
    height: 60px;
    width: 101%;
    display: table;
    /*bottom: 0px;*/ /*comment for new design */
    bottom: 0;
    /*line-height: 1.3em;*/
    /*text-align: center;*/
    vertical-align: middle;
}

.ActivitiesItem .ThemeText .ActName span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width:100%;
    font-size: 14px;
    /*text-align: center;*/
}

.ActivitiesItem .ThemeText .ActDate {
    background-color: rgba(30,30,30,0.6);
    /*background-color: #990000;*/
    position: absolute;
    color: #fff;
    /*z-index: 100;*/
	overflow: hidden;
    left: 0;
    height: 30px;
    width: 101%;
    /*display: none;*/
    display: table;
    /*top: 0px;*/ /*comment for new design */
    bottom: 60px;
    line-height: 1.3em;
    /*text-align: center;*/
}

.ActivitiesItem .ThemeText .ActDate span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width:100%;
    /*text-align: center;*/
}

.ActivitiesItem .ThemeText .ActCategory {
    background-color: rgba(30,30,30,0.6);
    /*background-color: #990000;*/
    position: absolute;
    color: #fff;
    /*z-index: 100;*/
	overflow: hidden;
    left: 0;
    height: 30px;
    width: 101%;
    display: table;
    top: 0px;
    /*bottom: 6%;*/
    line-height: 1.3em;
    /*text-align: center;*/
}

.ActivitiesItem .ThemeText .ActCategory span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width:100%;
    /*text-align: center;*/
}


/*
.ExhibitionItem .captionSlide {
	height: 30px;
    width: 100%;
    display: block;
    bottom: -30px;
    line-height: 25pt;
    text-align: center;
}

.ExhibitionItem:hover .captionSlide {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
*/

.first-NewsItem {
	clear: both;
}

/*
#NewsModal:before {
	content: '';
	display: inline-block;
	height: 20%;
	vertical-align: middle;
	margin-right: -4px;
}

#NewsModal .modal-title {
	font-weight: 600;
	text-align: center;
}

#NewsModal .modal-body img {
    width: 90%;
}

#NewsModal .modal-body div.ImgCaptionDiv {
    border-left: 5px solid #666;
    padding: 10px;
    margin: 10px;
    margin-left: 0px;
}
*/

/*.exhibitionBlock {
    padding-top: 10px;
    padding-bottom: 15px;
}*/

/*.ActName {
    font-size: 22px;
    font-weight: 600;
}*/

