/* galeria */
.images{
	list-style-type: none;
	margin:0;
	padding:0;
	text-align: center;	
}
.images li{
	display:inline-block;	
}
.images{
	list-style-type: none;
	margin:0;
	padding:0;
	
}
.images li{
	/*float:left;*/
	width:140px;
	height:175px;
	overflow: hidden;
	/*padding:5px;*/
	/*border:1px solid #e8e8e8;*/
	margin:5px;
}
.full_galery_wrapper{
	width:100%;
	position:relative;
	padding-top:45.3125%;
	overflow: hidden;
}

.full_image_gallery > li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	border: 0px;
	height: 100%;
	overflow: hidden;
	margin: 0px;
	padding:0px;
	background-size: cover;
	-webkit-transition: -webkit-transform 0.5s;
	transition:transform 0.5s;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.full_image_gallery > li img{
	/*width:100%;*/
}
.full_galery_wrapper{
	background: #f5f5f1;
}
.nav_gallery{
	position:absolute;
	/*top:35%;*/
	top:0;
	z-index: 10;
	width:100%;
	height:1px;
}
#nav_l_gal,
#nav_r_gal{
	display: block;
	width:55px;
	height:88px;
	top:0;
	position: absolute;	
	cursor:pointer;
	/*-webkit-transition: background .1s;
	transition: background .1s;*/
}
#nav_l_gal{
	left:0;
	/*background: red;*/
	background: RGBA(245, 245, 241, .6) url(images/arrows.png) no-repeat 0 center;
}
#nav_r_gal{
	right:0;
	/*background: red;*/
	background: RGBA(245, 245, 241, .6)  url(images/arrows.png) no-repeat -55px center;
}
#nav_l_gal:hover{
	left:0;
	/*background: blue;*/
	background: RGBA(245, 245, 241, .8) url(images/arrows.png) no-repeat 0 center;
}
#nav_r_gal:hover{
	right:0;
	/*background: blue;*/
	background: RGBA(245, 245, 241, .8) url(images/arrows.png) no-repeat -55px center;
}

.inline-images{
	text-align: center;
}
.inline-images li{
	display: inline-block;
}

.gallery:after{
	clear: both;
	display: block;
	content: '';
}


.blueimp-gallery > .play-pause,
.blueimp-gallery > .indicator,
.blueimp-gallery > .title{
	display:none !important;
}
.blueimp-gallery > .prev, 
.blueimp-gallery > .next{
	background: #c30526 !important;
	border: 3px solid #c30526 !important;
    border-radius: 0px !important;
}
.blueimp-gallery > .close{
	background: #c30526 !important;	
}
