.gellery_title_container {
	width: 100%;
	float: left;
	margin-bottom:30px;
	margin-top:30px
}
.gellery_items_container {
	width: 100%;
	float: left;
	direction:rtl;
}
.gallery_item {
	float: right;
	width: 32.6%;
	direction: rtl;
	position:relative;
    filter: grayscale(0);
    box-sizing: border-box;
    margin-left:1%;
    margin-right:0;
    margin-bottom: 1%;
}
.gallery_item:nth-of-type(3n) {
    margin-left:0;

}
.gallery_item:hover
{  
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {

.gellery_section {
	width: calc(100% - 180px);
	float: left;
	padding:90px;
    position:relative;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.gellery_section {
	width: calc(100% - 100px);
	float: left;
	padding:50px;
    position:relative;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.gellery_section {
	width: calc(100% - 60px);
	float: left;
	padding:30px;
    position:relative;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.gellery_section {
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
.gallery_item {
	float: right;
	width: 32.6%;
	direction: rtl;
	position:relative;
    filter: grayscale(0);
    box-sizing: border-box;
    margin-left:1%;
    margin-right:0;
    margin-bottom: 1%;
}
.gallery_item:nth-of-type(3n) {
    margin-left:0;

}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.gellery_section {
	padding-top: 0;
}
.gallery_item {
	float: right;
	width: 32.6%;
	direction: rtl;
	position:relative;
    filter: grayscale(0);
    box-sizing: border-box;
    margin-left:1%;
    margin-right:0;
    margin-bottom: 1%;
}
.gallery_item:nth-of-type(3n) {
    margin-left:0;

}
}