/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.logo-row .top-description{
	padding: 29px 0 0 17px;
}

.calendar-filter__block > li > a {
	padding: 10px 9px;
	display: block;
	color: #FFF;
	font-weight: bold;
}
.calendar-filter__block > li:hover {
	opacity: .9;
}
.calendar-filter__block > li {
	float: left;
	list-style-type: none;
	margin-right: 2px;
}
.calendar-filter__block {
	padding: 0;
	margin-bottom: 30px;
	float: left;
}
.calendar-item__block {
	position: relative;
	overflow: hidden;
	//padding: 0 10px;
	height: 344px;
	margin-bottom: 30px;
	border: 1px solid #e5e5e5;
	border-bottom: none;
}
.calendar-item__block .item-date__block {
	position: absolute;
    z-index: 5;
    top: 13px;
    left: 0;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #ed3654;
    text-transform: uppercase;
    line-height: 20px;
    padding: 3px 10px 3px 20px;
}
/*
.calendar-item__block .item-date__block:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #777676;
    border-left: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
}
*/
.calendar-item__block .item-picture__block {
	height: 155px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.calendar-item__block .item-type__block {
	padding-left: 10px;
	color: #ed3654;
	margin: 5px 0 10px;
	font-weight: bold;
}
.calendar-item__block .item-name__block {
	font-size: 20px;
	margin: 5px 10px 10px;
	text-align: center;
}

.calendar-item__block .item-speaker__block {
	font-weight: bold;
	text-align: center;
}
.calendar-item__block .item-bigdate__block {
	border: 1px solid #e5e5e5;
	float: left;
	width: 101%;
	position: absolute;
	z-index: 10;
	background: #FFF;
	left: -1px;
	right: -1px;
	bottom: 0;
}
.calendar-item__block .item-bigdate__block > span {
	float: left;
	display: block;
	width: 50%;
	padding: 10px;
	font-size: 16px;
	color: #7f7f7f;
	text-align: center;
}
.calendar-item__block .item-bigdate__block > span + span {
	border-left: 1px solid #e5e5e5;
}
.item-detail__button {
	display: block;
 	vertical-align: top;
	line-height: 30px;
	padding: 3px 20px;
	height: 38px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 15px!important;
	color: #002f65 !important;
 	border: 1px solid #002f65;
	background: #fff;
	border-radius: 4px;
	margin: 5px 10px 10px;
	margin-top: 100px;
 	z-index: 0;
 	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.item-detail__button:hover {
	color: #FFF !important;
	background: #002f65;
}
.item-description__block {
	margin-top: 100px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}


.calendar-item__block:hover .item-picture__block {
	margin-top: -80px;
}
.calendar-item__block:hover .item-description__block {
	margin-top: 0;
}
.calendar-item__block:hover .item-detail__button {
	margin-top: 10px;
}
.calendar-date {
	height: 44px;
	text-align: center;
}
.calendar-date-addon {
	border-radius: 0;
}

			.btn-calendar{
				text-align: center;
				color: white;
				width: 200px;
				height: 30px;
				line-height: 2;
				top: calc(50% - 40px);
				right: -88px;
				border-radius: 5px;
			    background-color: #e65100;
				display: block;
				position: fixed;
				transform: rotate(-90deg);
				cursor: pointer;
			}
			.btn-calendar:hover,
			.btn-calendar:active{
				color: white;
			}


/*.owl-carousel .owl-stage-outer{
	min-height: 200px!important;
}*/





	.gallery{
	}
	.gallery.row .col-md-6{
		padding: 3px;
	}
	.gallery.row .col-xs-6{
		padding: 3px;
	}
	.gallery .gallery-title {
	    text-align: center;
	    font-size: 32px;
	    line-height: 1;
	    letter-spacing: -0.2px;
	    font-weight: 800;
	    margin-top: 72px;
	    margin-bottom: 37px;
	    position: relative;
	}

	.gallery-cont{
		position: relative;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
		.gallery-cont:hover a:before{
			content: "";
			background: url('../images/zoom.png') center no-repeat;
			width: 100%;
			height: 100%;
			display: block;
			top: 0;
			left: 0;
			position: absolute;
			z-index: 2;
		}

		.gallery-cont a:hover{
			display: block;
			background-color: #00000080;
		}
		.gallery-cont img{
			width: 100%;
			transition: 0.2s;
			position: relative;
			z-index: 1;
		}
			.gallery-cont a:hover img{
				opacity: 0.4;
			}