@import url("//cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-nino-mtavruli-bold/css/bpg-nino-mtavruli-bold.min.css");
#baground{
	width: 100%;
	height: 400px;
	background-size: cover;
    background-position: center center;
}
#gallery{
	width: 1400px;
	margin:10px auto;
	min-height: 600px;
	text-align: left;
}
.gallery{
	
}
.gallery{
	width: 390px;
	height: 300px;
	margin: 20px 30px;
	display: inline-block;
	position: relative;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery:hover{
	opacity: 0.8;
}
.gallery img{
	width: 390px;
	height: 240px;
}

.gallery-date{
	width: 40px;
	height: 45px;
	background-color: #f9d0be;
	margin-top:-6px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	font-family: 'dejavu_sansbold';
	line-height: 20px;
	padding: 5px 1px;
	float: left;
	color: #fff;
}
.gallery-title{
	width: 348px;
	height: 30px;
	webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.11);
    -ms-box-shadow: 0 10px 10px rgba(0,0,0,0.11);
    -o-box-shadow: 0 10px 10px rgba(0,0,0,0.11);
    box-shadow: 0 10px 21px rgba(0,0,0,0.11);
    background-color: #fff;
    margin-left: 10px;
    margin-top: -15px;
    position: relative;
    z-index: 9999;
    color: #000;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    line-height: 23px;
    padding: 25px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery:hover .gallery-title{
	color: #f9d0be;
}
.Year{
    width: 73px;
    height: 25px;
    border-radius: 25px;
    border: 2px solid #fff;
    top: 40px;
    left: 10px;
    font-size: 13px;
    position: absolute;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-align: left;
    padding: 0px 8px;
    line-height: 30px;
    color: #181691;
    position: relative;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.gallery:hover .gallery-title{
	color: #181691;
}