.meta-nav-prev {
	float:right;
	background-image: url("../images/portfolio_next.png");
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	height: 12px;
	width:12px;
	padding: 5px;
	border: 2px solid #FFFFFF;
	background-position: 6px 6px;
   border-radius: 3px 3px 3px 3px;	
}
.meta-nav-next{
    background-image: url("../images/portfolio_prev.png");
    background-position: 5px 6px;
    background-repeat: no-repeat;
    border: 2px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    float: right;
    height: 12px;
    padding:5px;
    right: 0;
    width: 12px;
	margin-right: 5px;
}
.meta-nav-next:hover, .meta-nav-prev:hover{
	opacity:.7
}
.nav_prev_item{
	float:right;
}
.nav_next_item{
	float:left;
}
.blog_single_img ul, ul.porfolio_items {
	list-style:none!important;
	margin-left:0px;
	margin-right:0px;
	    z-index: 0;
}
#singlepage_nav{
	display: block;
	overflow: hidden;
	z-index: 99;
}
#singlepage_nav {
    float: right;
	 margin-top: 6px;
}
.blog_single_img li img{
	margin:0 auto;
	width:100%;
	height:520px;

}
.blog_single_img .isotope_gallery  li{
	background-color:#FB4400 ;
	
	margin-bottom:3px;
	float:left;
	display:inline-block;
}
.listimg li{
	margin-bottom:3px;
}
.blog_single_img img{
	display:block;
}

.isotope_gallery li{
	width:32.8%;
}
.blog_single_img  ul.isotope_gallery{
	opacity:0;
}
.portfolio_fullwidth{
	margin-top:25px;

}
.bx-wrapper .slider li{
	min-height:250px;
}
/* Related Post */
#relatedposts ul{
	margin-top:25px;
}
#relatedposts h3{
	margin-bottom:5px;
}
/* POrtfolio Effect */
.view {
  float: left;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   width: 100%;
}

.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   width: 100%;
   height:100%;    
}

.mask{
	width: 100%;
	height:100%;
	background:#ccc;
	position:relative;
}
.mask_inner{
	position:absolute;
	top:50%;
	margin:-30% auto 0 ;
	width:90%;
	padding:5%;
}

.mask_inner2{
	position:absolute;
	top:65%;
	margin:-30% auto 0 ;
	width:90%;
	padding:5%;
}

.portfolio2 .mask_inner{
	margin:-25% auto 0 ;
}
.view img {
   display: block;
   position: relative;
}
.view h4 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 15px;
    line-height:100%;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
   font-weight:bold;
}
.view p {
   font-family: Georgia, serif;
   font-size: 15px;
   position: relative;
   color: #fff;
   padding: 0 10px 10px;
   text-align: center;
    font-weight:bold;
}
.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-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 1s ease-in-out;
   -moz-transition: all 1s ease-in-out;
   -o-transition: all 1s ease-in-out;
   -ms-transition: all 1s ease-in-out;
   transition: all 1s ease-in-out;
}
.view-tenth .mask {
   background-color:#FB4400;
   -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;
}

.view-tenth h4 {
  
   background: transparent;
   margin: 0px 0px 10px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #fff;
   -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;
}
.view-tenth p {
   color: #fff;
   -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;
   text-decoration:none;
   font-family:inherit;
}
.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;
   text-decoration:none;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h4,.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;
   text-decoration:none;
}
