@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; */
	}

/* # */

/* . */
	.pg_active_page {
		display: inline-block;
		background: #ff484f;
		height: 50px;
		width: 50px;
		border-radius: 50%;
		text-align: center;
		line-height: 50px;
		color: #fff;
		margin: 0px 8px;
	}

	a.pg_pages_a {
		display: inline-block;
		box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
		height: 50px;
		width: 50px;
		border-radius: 50%;
		text-align: center;
		line-height: 50px;
		color: #454d6e;
		text-decoration: none;
		transition: all 0.2s ease-in-out;
		margin: 2px 8px;
	}

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

	.pg_arrow_right_div,
	.pg_arrow_left_div {
		display: inline-block;
		font-size: 10px;
		text-align: center;
		color: #454d6e;
		position: relative;
		top: 0px;
	}

	.pg_arrow_right_div {
		margin-left: 25px;
	}

	.pg_arrow_left_div {
		margin-right: 25px;
	}

	.pg_arrow_right_div:hover,
	.pg_arrow_left_div:hover {
		color: #ff484f;
	}
/* . */
.pages_generator_div{
	display: flex;
}
.page_generator_arrow{
	margin-top: 18px;
    margin-left: 12px;
}