/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.gellery_section {
	width: 98%;
	float: left;
	padding-right:1%;
	padding-left:1%;
	padding-top: 60px;
	background-color:#f9f9f9;
}
.gellery_title_container {
	width: 100%;
	float: left;
	margin-bottom:50px
}
.gellery_items_container {
	width: 100%;
	float: left;
	direction: ltr;
}
.gellery_btn {
	width: auto;
	float: left;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	color:#fff;
	border-bottom: 2px solid #000;
	display:block;
	text-decoration:none;
	padding-bottom:5px;
	margin-right:35px;
}
.gellery_btn_active {
	width: auto;
	float: left;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	color:#fff;
	border-bottom: 2px solid #bdbcb0;
	display:block;
	text-decoration:none;
	padding-bottom:5px;
	margin-right:35px;
}
.gallery_item {
	display: block;
	opacity: 1;
	box-sizing: border-box;
	margin-bottom: 1%;
	margin-right: 1%;
	float: left;
	width: 19.2%;
	background-color: #fff !important;
	direction: ltr;
	position:relative;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    padding: 0px
}
.gallery_item:nth-of-type(5n) {
    margin-right: 0%;
}
.gallery_item:hover
{  
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.gellery_section {
	width: 98%;
	float: left;
	padding-right:1%;
	padding-left:1%;
	padding-top: 50px;
	background-color:#f5f5f5;
}
.gellery_title_container {
	width: 100%;
	float: left;
	margin-bottom:50px
}
.gellery_items_container {
	width: 100%;
	float: left;
	direction: ltr;
	margin-top: 0px;
}
.gellery_btn {
	width: auto;
	float: left;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	color:#fff;
	border-bottom: 2px solid #000;
	display:block;
	text-decoration:none;
	padding-bottom:5px;
	margin-right:35px;
}
.gellery_btn_active {
	width: auto;
	float: left;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	color:#fff;
	border-bottom: 2px solid #bdbcb0;
	display:block;
	text-decoration:none;
	padding-bottom:5px;
	margin-right:35px;
}
.gallery_item {
	display: block;
	opacity: 1;
	box-sizing: border-box;
	margin-bottom: 1%;
	margin-right: 1%;
	float: left;
	width: 19.2%;
	background-color: #fff !important;
	direction: ltr;
	position:relative;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    padding: 0px
}
.gallery_item:hover
{  
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.gallery_item:nth-of-type(5n) {
    margin-right: 0%;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 659px) {
.gellery_section {
	width: 98%;
	float: left;
	padding-right:1%;
	padding-left:1%;
	padding-top: 40px;
	background-color:#f5f5f5;
}
.gellery_title_container {
	width: 100%;
	float: left;
	margin-bottom:50px
}
.gellery_items_container {
	width: 100%;
	float: left;
	direction: ltr;
	margin-top: 10px;
}
.gellery_btn {
	width: auto;
	float: left;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	color:#fff;
	border-bottom: 2px solid #000;
	display:block;
	text-decoration:none;
	padding-bottom:5px;
	margin-right:35px;
}
.gellery_btn_active {
	width: auto;
	float: left;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	color:#fff;
	border-bottom: 2px solid #bdbcb0;
	display:block;
	text-decoration:none;
	padding-bottom:5px;
	margin-right:35px;
}
.gallery_item {
	display: block;
	opacity: 1;
	box-sizing: border-box;
	margin-bottom: 1%;
	margin-right: 1%;
	float: left;
	width: 32.33%;
	background-color: #fff !important;
	direction: ltr;
	position:relative;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    padding: 0px
}
.gallery_item:hover
{  
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.gallery_item:nth-of-type(3n) {
    margin-right: 0%;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) {
.gellery_section {
	width: 98%;
	float: left;
	padding-right:1%;
	padding-left:1%;
	padding-top: 40px;
	background-color:#f5f5f5;
}
.gellery_title_container {
	width: 100%;
	float: left;
	margin-bottom:50px
}
.gellery_items_container {
	width: 100%;
	float: left;
	direction: ltr;
	margin-top: 10px;
}
.gellery_btn {
	width: auto;
	float: left;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	color:#fff;
	border-bottom: 2px solid #000;
	display:block;
	text-decoration:none;
	padding-bottom:5px;
	margin-right:35px;
}
.gellery_btn_active {
	width: auto;
	float: left;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	color:#fff;
	border-bottom: 2px solid #bdbcb0;
	display:block;
	text-decoration:none;
	padding-bottom:5px;
	margin-right:35px;
}
.gallery_item {
	display: block;
	opacity: 1;
	box-sizing: border-box;
	margin-bottom: 1%;
	margin-right: 1%;
	float: left;
	width: 32.33%;
	background-color: #fff !important;
	direction: ltr;
	position:relative;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    padding: 0px
}
.gallery_item:hover
{  
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.gallery_item:nth-of-type(3n) {
    margin-right: 0%;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.gellery_section {
	width: 98%;
	float: left;
	padding-right:1%;
	padding-left:1%;
	padding-top: 30px;
}
.gellery_title_container {
	width: 100%;
	float: left;
	margin-bottom:50px
}
.gellery_items_container {
	width: 100%;
	float: left;
	direction: ltr;
	margin-top: 0px;
}
.gellery_btn {
	width: auto;
	float: left;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	color:#fff;
	border-bottom: 2px solid #000;
	display:block;
	text-decoration:none;
	padding-bottom:5px;
	margin-right:35px;
}
.gellery_btn_active {
	width: auto;
	float: left;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	color:#fff;
	border-bottom: 2px solid #bdbcb0;
	display:block;
	text-decoration:none;
	padding-bottom:5px;
	margin-right:35px;
}
.gallery_item {
	display: block;
	opacity: 1;
	box-sizing: border-box;
	margin-bottom: 2%;
	margin-right: 2%;
	float: left;
	width: 49%;
	background-color: #fff !important;
	direction: ltr;
	position:relative;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    padding: 0px
}
.gallery_item:hover
{  
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.gallery_item:nth-of-type(2n) {
    margin-right: 0%;
}
.gallery_item:last-child {
    display:none;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.gellery_section {
	width: 98%;
	float: left;
	padding-right:1%;
	padding-left:1%;
	padding-top: 30px;
}
.gellery_title_container {
	width: 100%;
	float: left;
	margin-bottom:50px
}
.gellery_items_container {
	width: 100%;
	float: left;
	direction: ltr;
	margin-top: 0px;
}
.gellery_btn {
	width: auto;
	float: left;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	color:#fff;
	border-bottom: 2px solid #000;
	display:block;
	text-decoration:none;
	padding-bottom:5px;
	margin-right:35px;
}
.gellery_btn_active {
	width: auto;
	float: left;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	color:#fff;
	border-bottom: 2px solid #bdbcb0;
	display:block;
	text-decoration:none;
	padding-bottom:5px;
	margin-right:35px;
}
.gallery_item {
	display: block;
	opacity: 1;
	box-sizing: border-box;
	margin-bottom: 1%;
	margin-right: 1%;
	float: left;
	width: 49%;
	background-color: #fff !important;
	direction: ltr;
	position:relative;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    padding: 0px
}
.gallery_item:hover
{  
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.gallery_item:nth-of-type(2n) {
    margin-right: 0%;
}
.gallery_item:last-child {
    display:none;
}
}