* {margin: 0; padding: 0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box}
.cf:after{visibility:hidden; display:block; content:""; clear:both; height:0}
* html .cf{zoom:1}/* IE6 */
*:first-child+html .cf{zoom:1}/* IE7 */
a {outline: 0 none; border: 0 none;}
a img {border: 0 none;}
#wrap {  box-sizing: border-box; position: relative;  width: 100%;}
.button {width:200px; display:block; text-align:center; padding:5px; color:#000; background:#ccc fixed; background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ccc)); background:-moz-linear-gradient(top,#fff,#ccc);  background:-o-linear-gradient(top,#fff,#ccc);  border-top:solid 1px #bbb; border-right:solid 1px #aaa; border-left:solid 1px #999; border-bottom:solid 1px #888; text-shadow:#fff -1px 1px 1px;  -moz-box-shadow:0px 1px 3px #ccc;  -webkit-box-shadow:0px 1px 3px #ccc;  box-shadow:0px 1px 3px #ccc; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; cursor:pointer; text-decoration: none}
.button:hover {background:-webkit-gradient(linear,left top,left bottom,from(#dedede),to(#fff)); background:-moz-linear-gradient(top,#dedede,#fff);  background:-o-linear-gradient(top,#dedede,#fff);  text-decoration: none}

.imgContainer {
	overflow: hidden;
	text-align: center; 
}
.imgContainer:hover{
	-webkit-box-shadow: -3px 3px 10px 1px #777;
	-moz-box-shadow: -3px 3px 10px 1px #777;
	box-shadow: -3px 3px 10px 1px #777;
}
.imgContainer img{
	margin-bottom: 30px;
	/* height: 200px; */
    width: 100%;
}
#galleryTab {
	margin: 40px 0px;
	text-align:center;
}
#loader_g{
	background: rgba(90, 123, 125, 0.8) url("fancybox_overlay.png") repeat scroll 0 0;
	height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
#loader_g .lds-eclipse{
	top: 30%;
}
.filter {
	background: #E06666 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
	font-size: 14px;
	margin: 0 5px 0 0;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.filter:hover {
	background: #cc0000 none repeat scroll 0 0;
	color:#ffffff;
	text-decoration: none;
}
.filter.active {
	background: #cc0000 none repeat scroll 0 0;
	color: #ffffff;
	text-decoration: none; 
}
#galleryTab ul {
	padding:0px;
}
#galleryTab li {
    display: inline;
    list-style: outside none none;
	margin:0px;
}
#galleryTab li a{
    color: #fff;
}
.all_gp {
	padding:0px;
}
.all_g {
	margin:0px;
}
@media (min-width:480px) and (max-width:590px){
	.filter{
		padding:8px;
		margin:0px;
	}
}

@media only screen and (max-width:  479px) {
	#galleryTab {
		margin: 20px 0px 10px;
	}
	#galleryTab li {
		float: left;
		margin: 0 5px 10px;
		padding: 0;
		width: 45%;
	}
	.filter{
		display: inline-block;
		margin: 0;
		padding: 5px 15px;
		width: 100%;
	}
	.imgContainer img{
		margin-bottom:15px;
	}
}