@charset "UTF-8";


#images-group .pagination {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

@media (max-width:799px) {
	#images-group {
		width: 100%;
		margin-top: 45px;
	}
}


@media (min-width:800px) {
	#images-group {
		width: 100%;
		margin-top: 101px;
	}
}


@media only screen and (min-width: 1250px) {
	#images-group {
		width: 100%;
		margin-top: 145px;
	}
	
}