.categories_items {
	float: right;
	width: 100%;
}
.galleries_items {
	float: right;
	width: 100%;
	text-align:center;
	display:inline-block;
}
.free_grid_2_1_title {
	float: right;
	width: 100%;
	margin-top:10px;
}
.free_grid_item_container_big:hover {
}
.free_grid_item_container_no_margin {
    margin-right: 0;
}
span.free_grid_2_1_des_name {        
    float: left;
    width: 100%;
    height: 60px;
    padding: 17px 10px 10px 20px;
    text-align: left;
    font-size: 22px;
    font-weight: 300;
    position: absolute;
    bottom: -60px;
    left:0;
    direction: ltr;
    box-sizing: border-box;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
    color: #000;
    background-position: calc(100% - 20px) center;
    background-image: url('../../images/System/free_grid_arrow.png');
    background-repeat: no-repeat;
}
.free_grid_item_container_big:hover span.free_grid_2_1_des_name {           
    background-color: #f9f9f9;
    color: #000;
    background-position: calc(100% - 15px) center;
    background-image: url('../../images/System/free_grid_arrow.png');
    letter-spacing: 1px;
}
.free_grid_item_container_small:hover span.free_grid_2_1_des_name {           
    background-color: #f9f9f9;
    color: #000;
    background-position: calc(100% - 15px) center;
    background-image: url('../../images/System/free_grid_arrow.png');
    letter-spacing: 1px;
}
div.free_grid_2_1_overlayer a:hover span.free_grid_2_1_content_under {
	opacity: 1;
}
span.free_grid_2_1_content_under {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6em;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}
span.free_grid_2_1_content_under_text {
	display: table;
	width: 100%;
	height: 100%;
	direction: ltr;
}
span.free_grid_2_1_content_under_text span {
	text-align: center;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10%;
	padding-right: 10%;
}
.page_id_navigation {
	width: 100%;
	float: right;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	margin-top: 40px;
}
.page_id_arrow_right {
    width: auto;
    float: right;
    font-size: 16px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    text-decoration: none;
    text-align: center;
    background-repeat: no-repeat;
    color: #bdbcb0;
    padding-right: 45px;
    padding-left: 0px;
    line-height: 1.5em;
    background-image: url('../../images/System/arrow_page_right.png');
    background-position: 98% center;
    background-size: contain;
    height: 22px;
}
.page_id_arrow_right:hover {
	background-repeat: no-repeat;
	background-image: url('../../images/System/arrow_page_right.png');
	background-position: 100% center;
}
.page_id_go_back {
	font-size: 16px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	color: #000;
	float: none!important;
	border: 1px solid #000;
	padding: 4px 12px 4px 12px
}
.page_id_go_back:hover {
	color: #bdbcb0;
	border: 1px solid #bdbcb0;
}
.page_id_arrow_left {
	font-size: 16px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1.5em;
	text-align: center;
	width: auto;
	background-repeat: no-repeat;
	color: #bdbcb0;
	padding-right: 0px;
	padding-left: 45px;
	float: left;
	background-image: url('../../images/System/arrow_page_left.png');
	background-position: 2% center;
	height:22px;
}
.page_id_arrow_left:hover {
	background-repeat: no-repeat;
	background-image: url('../../images/System/arrow_page_left.png');
	background-position: 0% center;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.gallery_id_img {
	float: right;
	width: 100%;
	margin-bottom:1%;
}
.free_grid_item_container_big {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	display: block;
	margin-bottom: calc(3% + 60px);
	min-height: 350px;
	max-height: 350px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.free_grid_item_container_big:nth-of-type(2n) {
	margin-right: 0;
}
.free_grid_item_container_small {
	width: 22.75%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	display: inline-block;
	margin-bottom: calc(3% + 60px);
	min-height: 300px;
	max-height: 300px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.free_grid_item_container_small:nth-of-type(4n) {
	margin-right: 0;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.gallery_id_img {
	float: right;
	width: 100%;
	margin-bottom:1%;
}
.free_grid_item_container_big {
	float: left;
	width: 48.5%;
	margin-right:3%;
	display: block;
	margin-bottom: calc(3% + 60px);
	min-height: 350px;
	max-height: 350px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.free_grid_item_container_big:nth-of-type(2n) {
	margin-right: 0;
}
.free_grid_item_container_small {
	width: 22.75%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	display: inline-block;
	margin-bottom: calc(3% + 60px);
	min-height: 300px;
	max-height: 300px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.free_grid_item_container_small:nth-of-type(4n) {
	margin-right: 0;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 659px) {
.gallery_id_img {
	float: right;
	width: 100%;
	margin-bottom:1%;
}
.free_grid_item_container_big {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	display: block;
	margin-bottom: calc(3% + 60px);
	min-height: 350px;
	max-height: 350px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.free_grid_item_container_big:nth-of-type(2n) {
	margin-right: 0;
}
.free_grid_item_container_small {
	float: left;
	width: 47.5%;
	margin-right:5%;
	display: block;
	margin-bottom: calc(3% + 60px);
	min-height: 300px;
	max-height: 300px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.free_grid_item_container_small:nth-of-type(2n) {
	margin-right: 0;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) {
.gallery_id_img {
	float: right;
	width: 100%;
	margin-bottom:1%;
}
.free_grid_item_container_big {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	display: block;
	margin-bottom: calc(3% + 60px);
	min-height: 350px;
	max-height: 350px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.free_grid_item_container_big:nth-of-type(2n) {
	margin-right: 0;
}
.free_grid_item_container_small {
	float: left;
	width: 47.5%;
	margin-right:5%;
	display: block;
	margin-bottom: calc(3% + 60px);
	min-height: 300px;
	max-height: 300px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.free_grid_item_container_small:nth-of-type(2n) {
	margin-right: 0;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.gallery_id_img {
	float: right;
	width: 100%;
	margin-bottom: 2%;
}
.free_grid_item_container_big {
	float: left;
	width: 100%;
	margin-right: 0;
	display: block;
	margin-bottom: calc(3% + 70px);
	min-height: 270px;
	max-height: 270px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.free_grid_item_container_big:nth-of-type(2n) {
	margin-right: 0;
}
.free_grid_item_container_small {
	float: left;
	width: 100%;
	margin-right: 0;
	display: block;
	margin-bottom: calc(3% + 70px);
	min-height: 270px;
	max-height: 270px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.free_grid_item_container_small:nth-of-type(2n) {
	margin-right: 0;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.gallery_id_img {
	float: right;
	width: 100%;
	margin-bottom: 2%;
}
.free_grid_item_container_big {
	float: left;
	width: 100%;
	margin-right: 0;
	display: block;
	margin-bottom: calc(3% + 70px);
	min-height: 270px;
	max-height: 270px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.free_grid_item_container_big:nth-of-type(2n) {
	margin-right: 0;
}
.free_grid_item_container_small {
	float: left;
	width: 100%;
	margin-right: 0;
	display: block;
	margin-bottom: calc(3% + 70px);
	min-height: 270px;
	max-height: 270px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.free_grid_item_container_small:nth-of-type(2n) {
	margin-right: 0;
}
}