.main{ text-align:center; width:100%; margin:0;}
.main h3.portfolio_header {font-family: "BigNoodle", "Times New Roman", Times, serif !important; background:none; font-size:30px; font-weight:normal; text-align:center; padding:0px 0 20px 0; margin-top:-5px;
}

.view img {
    width: 100%;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden; width:100%;  height:100%;
   top: 0;
   left: 0; text-align:center;
}
.mask h3 {
 font-family:"BigNoodle", Arial;
}

.view img {
   display: block;
   position: relative;
   
}
.view h3 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size:25px;
   padding:20% 10px 10px 10px;
   background: rgba(0, 0, 0, 0.8);
   margin:0 0 0 0; font-family:"BigNoodle", Arial; background:none;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}




.view-demo {
	width:24.6%;
	height:100%;
   margin:.2%; 
   float: left;
   border:5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;  text-align:center; 
 
}



.view-demo .mask,.view-demo .content {
   position: absolute;
   overflow: hidden; width:100%;  height:100%;
   top: 0;
   left: 0; text-align:center;
}
.mask h3 {
 font-family:"BigNoodle", Arial;
}

.view-demo img {
   width: 100%;	
   display: block;
   position: relative;    

}
.view-demo h3 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size:25px;
   padding:20% 10px 10px 10px;
   background: rgba(0, 0, 0, 0.8);
   margin:0 0 0 0; font-family:"BigNoodle", Arial; background:none;
}
.view-demo p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view-demo a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view-demo a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}



#filter {

	display: block;
	height: 39px;
	margin: 4px auto;
	position: relative;
	text-align:center;

}

#filter:before, #filter:after {
	height: 43px;
	position: absolute;
	top: 0;
	width: 78px;
}

#filter:before {
	background-position: 0 -47px;
	left: -78px;
}

#filter:after {
	background-position: 0 0;
	right: -78px;
}

#filter a{
	color: #FFFFFF;
	display: inline-block;
	height: 39px;
	line-height: 37px;
	padding: 0 15px;
	text-shadow:1px 1px 1px #315218;
}

#filter a:hover{
	text-decoration:none;
}

#filter a.active{
				color:#F8B502;
				text-decoration:none;
}


/*----------------------------
	Content area
-----------------------------*/


#ip-portfolio-demo{
	display:block;
	overflow:hidden;
	width: 100%;
	margin:0 auto;
	height:100%!important;
}

/*#ip-portfolio-demo li{
    width: 24%;
	float: left;
	list-style: none outside none;
	margin: 6px;
	position: relative;	
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}*/

#ip-portfolio-demo ul{
	overflow:hidden;
	height:100%!important;
}

#ip-portfolio-demo ul.hidden{
	display:none;
	height:100%!important;
}








.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color: rgba(255, 231, 179, 0.3);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity:0; 
   background:url(../images/black_trans.png) 0 0 repeat; 
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear; background:#f7b401; color:#000;
}
.view-tenth h3 {
    font-family: "BigNoodle", Arial !important;
    font-weight: normal;
}
.view-tenth p {
   color: #ccc;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear; background:#f7b401; color:#000;
}
.view-tenth:hover img {
   -webkit-transform: scale(2);
   -moz-transform: scale(2);
   -o-transform: scale(2);
   -ms-transform: scale(2);
   transform: scale(2);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity:1;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h3,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1; font-family:"BigNoodle", Arial !important; font-weight:normal;
}
				
				
				
@media(min-width:980px) and (max-width:1192px) {  

.view-demo {
    width: 32.935%;
}
}


@media(min-width:768px) and (max-width:979px) {
	.view-demo {
    width: 32.935%;
}
	
	}
	
	
	

 @media only screen and (min-width: 480px) and (max-width: 767px) {
	.view-demo {
    width: 32.935%;
}
	
	}
	
    @media only screen and (max-width: 736px) {
	.view-demo {
    width: 100%;
	margin-top:10px;
}	
		
	}