@media only screen and (max-width: 768px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 1250px) {
}

@media only screen and (min-width: 1400px) {
}

/* # */
	#pages_generator_div {
		text-align: center;
	    margin: 60px 0px 50px 0px;
	}

/* # */

/* . */
	.pg_active_page {
		display: inline-block;
		background: #ca9a8e;
		height: 50px;
		width: 50px;
		text-align: center;
		line-height: 50px;
		color: #fff;
		margin: 0 5px;
	}

	a.pg_pages_a {
		display: inline-block;
		height: 50px;
		width: 50px;
		text-align: center;
		line-height: 50px;
		color: #000;
		background: #fff;
		text-decoration: none;
		margin: 0 5px;
		transition: all 0.2s ease-in-out;
	}

	a.pg_pages_a:hover {
		background: #ca9a8e;
		color: #fff;
	}

	.pg_arrow_right_div,
	.pg_arrow_left_div {
		display: inline-block;
		font-size: 12px;
		text-align: center;
		color: #97aea8;
		position: relative;
		top: 0px;
	}
/* . */
