/* CSS Document */

.album-title {
	border-bottom: solid #ccc 1px;
}


.galleryblock {
	width: 25%;
	float: left;
	min-height: 365px;
	min-width: 220px;
	padding: 12px;
}



.galleryblock .title {
	display: block;
	padding: 6px;
	font-weight: bold;
	background-color: #ccc;
}

.galleryblock .preview {
	min-height: 180px;
	display: block;
	vertical-align: middle;
	text-align: center;
}




.imagePreview .preview img {
    width: 100%;
	
}

.imagePreview:hover {
    background-color: #DDDDDD;
    -webkit-transition: background-color .25s; /* Safari */
     transition: background-color .25s;	
}


.imagePreview .links {
	display:block;
	padding:2px;	
}

.imagePreview .links a{
	padding: 2px 4px;
	font-size: .8em;
	text-transform: uppercase;	

}

.imagePreview .links a:last-child(){
	border-left:solid #ccc 1px;
}



.imagePreview .preview {
    max-height: 180px;
    overflow: hidden;
}

.imagePreview .meta .title {
	font-weight:bold;
	padding:4px 0px;
}



/* New rules */
.imagePreview .preview {
    text-align: center;
    padding: 0 Auto;
}

/* New rules */
.imagePreview .content {
    padding: 16px;
    text-align: center;
}

/* New rules */
.imagePreview .title {
    font-size: 1em;
    min-height: 1em;
    display: block;
}

/* New rules */
.imagePreview .meta {
    display: block;
    min-height: 100px;
}

/*media all*/
.imagePreview {
    min-width: 200px;
    min-height: 290px;
    width: 22%;
}



/*------------------------------------------------------------------------ */
@media all and (max-width:980px) {

.et_pb_column.imagePreview {
    width: 50%!important;
}

	
	
}
/*------------------------------------------------------------------------ */	
@media only screen and (max-width:767px) {
	

	

	
}
/*------------------------------------------------------------------------ */	
@media only screen and (max-width:479px) {
	
	
	
	
}
/*------------------------------------------------------------------------ */	
@media only screen and (min-width:479px) {



}