.pt-next, .pt-prev {
	color: #888888;
	cursor: pointer;
	display: none;
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	width: 70px;
	height: 70px;
	z-index: 2;
	margin-top: -35px;
}
.pt-next .pt-bgarrow:before {
	content: "\f105";
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -24px;
	position: absolute;
}
.pt-prev .pt-bgarrow:before {
	content: "\f104";
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -4px;
	margin-top: -24px;
	position: absolute;
}
.ptcontent .pt-bgarrow, .portfolio-navigation .pt-bgarrow {
	border-radius: 23px 23px 23px 23px;
	cursor: pointer;
	display: block;
	height: 46px;
	left: 50%;
	margin: -23px 0 0 -23px;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	width: 46px;
	background-color: #fff;
	font-size: 34px;
	line-height: 46px;
	-webkit-transition: all 0.4s ease 0.2s;
	-moz-transition: all 0.4s ease 0.2s;
	-o-transition: all 0.4s ease 0.2s;
	-ms-transition: all 0.4s ease 0.2s;
	transition: all 0.4s ease 0.2s;
}
.pt-next {
	right: 30px;
}
.pt-prev {
	left: 30px;
}
.portfolionavprevnext .pt-next-prev-bg {
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.portfolionavprevnext:hover .pt-bgarrow {
	border-radius: 50px 50px 50px 50px;
	height: 100px;
	margin: -50px 0 0 -50px;
	opacity: 0.3;
	width: 100px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.portfolionavprevnext:hover .pt-next-prev-bg {
	width: 90px;
	height: 90px;
	background-size: 100% 100%;
	margin: -45px 0 0 -45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
}
/*** Slider ***/
.portfolio-slider-holder {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.portfolio-slider-holder img {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.portfolio-slider-holder .loaded {
	opacity: 1 !important;
	position: relative;
}
.portfolio-slider-holder .notloaded {
	opacity: 0;
}
.portfolio-content-holder {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-image: url(../slide_files/loading.gif);
	background-size: 40px 40px;
	background-position: center center;
	background-repeat: no-repeat;
}
.portfoliovideo-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
}
.portfolio-slider-holder .slider {
	width: 100%;
	height: 100%;
}
.portfolio-slider-holder .slider .item {
	float: left;
	width: 100%;
	height: 100%;
}
.portfolio-content-holder .video-container, .fsvideo .video-container {
	position: static;
}
.portfolio-content-slider {
	float: left;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.portfolio-content-wrapper {
	background-color: #FFFFFF;
	height: 100%;
	position: absolute;
	left: 100%;
	width: 30%;
	z-index: 3;
	overflow: auto;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .15), 0 0 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, .15), 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 25px rgba(0, 0, 0, .15), 0 0 8px rgba(0, 0, 0, 0.2);
}
.portfolio-content-wrapper, .portfolio-content-wrapper-inner {
	-webkit-overflow-scrolling: touch;
}
/**** Row Fluid *****/
.row-fluid {
	width: 100%;
 *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 30px;
	margin-left: 2.564102564102564%;
 *margin-left: 2.5109110747408616%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
 .row-fluid .controls-row [class*="span"] + [class*="span"] {
 margin-left: 2.564102564102564%;
}
.row-fluid .span8, .span8 {
	width: 65.81196581196582%;
 *width: 65.75877432260411%;
}
.row-fluid .span4, .span4 {
	width: 31.623931623931625%;
 *width: 31.570740134569924%;
}
.navigation.post-navigation{float:left;}
.pagewrapper {
	padding-top:90px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom:50px;
}
.blog-normal-article .meta-top {
    color: #999;
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1.8em;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.blog-normal-article h2{font-size:25px; display:inline-block;}
.page-wrapper,.portfoliosidebarmeta,.portfolio-single-nav{ padding:0px 20px 20px 20px;}
.pageinnerwrapper, .mainsidebar .blog-sidebar, .pagewrapper .blognormalpaging.blogpagingholder, .pageholder > .featured, .article-masonry-box, .article-normal-box, .accordion-wrapper {
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.05);
	box-shadow: 0 2px 3px rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.05);
}
.blog-sidebar-title h3 {	
	background-color: #fff;
	border-bottom:1px solid #ccc ;
	color: #666;
	font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 42px;
	letter-spacing: 0.5px;
	line-height: 42px;
	padding-left: 20px;
	position: relative;
	text-transform: uppercase;
}
.portfoliosidebarmeta > ul {
	list-style: outside none none;
	margin: 5px 0 25px;
	padding: 0;
}
.portfoliosidebarmeta li {
	margin-bottom: 10px;
}
.portfoliosidebarmeta li {
	list-style: outside none none;
}
.portfoliosidebarmeta strong {
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-transform: uppercase;
}
hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: solid none none;
	border-width: 1px 0 0;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}
.mainsidebar-wrapper {
    position: fixed;
    top: 72px;
    width: 30.6%;
}

.navigation.post-navigation .nav-links a{ border:1px solid #cccccc; margin-bottom: 5px; padding:10px 20px; color:#333333; display:inline-block; text-decoration:none; text-transform:uppercase; font-weight:600; margin-right:8px;}
.navigation.post-navigation .nav-links a:hover{border-color:#333; color:#000;}
.slider-button{ border:1px solid #cccccc; margin-bottom: 5px; padding:10px 20px; color:#333333; display:inline-block; text-decoration:none; text-transform:uppercase; font-weight:600;  }
.slider-button:hover{border-color:#f99b1c; color:#511c74; text-decoration:none;}

/*** Portfolio Aspect Ratio ***/
.box.ratio16_9:before {
	padding-top: 56.25%;
}
.box.ratio2_1:before {
	padding-top: 50%;
}
.box.ratio3_1:before {
	padding-top: 33.3%;
}
.box.ratio1_1:before {
	padding-top: 100%;
}
.box.ratio4_3:before {
	padding-top: 75%;
}
.box:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.box {
	position: relative;
	width: 100%;
}
.portfolioratio-content {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
