.gallery-wrapper{
	margin-top: 30px;
	margin-bottom: 40px;
	position: relative;
	padding: 0 15px;
}

.gallery-wrapper.news{
	margin-top: 0px;
	margin-bottom: 40px;
}
.galleryItem{
	/*width: 45%;
	padding: 0 15px;*/
	width: 190px;
	margin-bottom: 70px;
}

.video1text {
	margin-top: -25px;
}
.video3text {
	margin-top: -35px;
}
.galleryItem .title{
	font-family: 'DINOT-CondMedium', Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	height: 24px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.galleryItem .title:hover{
	color: #6AC65B;
}

.galleryItem .desc{
	font-size: 14px;
	line-height: 18px;
	color: #666;
	/*height: 18px;*/
	max-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
}
.galleryItem .desc.news{
	font-size: 14px;
	line-height: 18px;
	color: #666;
}
.galleryItem .date{
	font-size: 12px;
}
.galleryItem img.thumb{
	margin-top: 10px;
	max-width: 100%;
	background-color: #CCC;
}
.galleryImg{
	height: 135px;
	width: auto;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}


	
/*Fancybox overrides*/

.fancybox-opened .fancybox-skin{
	box-shadow: none;
	-webkit-box-shadow: none;
}
.fancybox-skin{
	border-radius: 0px;
}
.fancybox-overlay{
	/*background: none;*/
/*	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);*/
}
.fancybox-title-inside-wrap{
	padding: 10px 20px;
	background-color: #000;
	color: #FFF;
	font-size: 15px;
	font-family: 'DINOT-Regular';
}

/* Small devices (tablets,
 320px and up) */
@media (max-width: 320px) {

	.video1text {
	margin-top: -15px;
	}
	.video3text {
		margin-top: -38px;
	}	

}
@media (min-width: 320px) {

	.video1text {
	margin-top: -15px;
	}

}

/* Small devices (tablets,
 768px and up) */
@media (min-width: 769px) {
	.galleryItem{
		width: 160px;
	}
	
.video1text {
	margin-top: -35px;
}

}

/* Medium devices (desktops,
 992px and up) */
@media (min-width: 992px) {
	.video1text {
	margin-top: -15px;
}
}

/* Large devices (large desktops,
 1200px and up) */
@media (min-width: 1200px) {
	.galleryItem{
		width: 200px;
		
	}
.video1text {
	margin-top: -30px;
}
}
	
}