/* -----------------------------------------
:: BETTER FULLSCREEN PORTFOLIO
----------------------------------------- */
.fsp-content-inner ul {
	margin: 0;
	padding: 0;
}

/* fullscreen-portfolio section */
#fullscreen-portfolio {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 50px;
}

#fullscreen-portfolio:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.fsp-action {
	float: left;
	margin-top: 7px;
}

.fsp-action a {
	display: inline-block;
	margin: 0 2px 0 5px;
}

.fsp-action a:hover {
	color: #fff;
}

.fsp-action a.active {
	cursor: default;
	color: #fff;
}

#fullscreen-portfolio .filters {
	margin-bottom: 37px;
	text-align: center;
	font-weight: 800;
	font-size: 24px;
	line-height: 37px;
	text-transform: uppercase;
	visibility:hidden;
	display:none;
}

#fullscreen-portfolio .filters li {
	display: inline-block;
	padding: 1px;
}

#fullscreen-portfolio .filters li.active {
	padding: 0;
	border: 1px solid #003a49;
}

#fullscreen-portfolio .filters a {
	display: block;
	padding: 0 10px;
	color: #FF9900;
	text-decoration: none;
}

#fullscreen-portfolio .filters a:hover {
	color: #222222;
}

#fullscreen-portfolio .filters .active a {
	color: #FF9900;
	cursor: default;
}

.fsp-wrapper {
	position: relative;
}

.fsp-wrapper .fsp-container {
	position: relative;
	overflow: hidden;
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.fsp-hide {
	opacity: 0 !important;
}

.fsp-content:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.fsp-content-inner {
	position: relative;
	text-align: center;
	margin-bottom: 0;
}

.fsp-content-inner li {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 31.27%;
	vertical-align: top;
	margin: 1%;
	font-size: 14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fsp-content-inner li.current {
	border: 5px solid #fff;
}

.fsp-content-inner li .fsp-image {
	position: relative;
	z-index: 0;
}

.fsp-content-inner li .fsp-image img {
	width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.fsp-content-inner li:hover .fsp-image img {
	-webkit-transform: scale(2) rotate(10deg);
	-moz-transform: scale(2) rotate(10deg);
	-o-transform: scale(2) rotate(10deg);
	-ms-transform: scale(2) rotate(10deg);
	transform: scale(2) rotate(10deg);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.fsp-content-inner li .fsp-cover {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #f9f9f9;
	line-height: 1.6;
	background: #ffffff;
	background: rgba(255,255,255,0.3);
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 0;
}

.fsp-info {
	height: 100%;
}
@media (max-width: 768px){
.fsp-info h2, .fsp-info p  {
	display:none;
}
}
.fsp-info h2 {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	font-size: 22px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
	text-shadow: none;
	color: #FF9900;
	margin: 20px 40px 0;
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	-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;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.fsp-info p {
	color: #000000;
}

.fsp-info a.fsp-readmore {
	color: #fff;
	background: #FF9900;
	padding: 20px 12px;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
	overflow: hidden;
	text-transform: uppercase;
	-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;
}

.fsp-info a.fsp-fancy {
}

.fsp-info a.fsp-readmore:hover {
	background: rgba(0,0,0,0.75);
}

.fsp-fancy a.fancybox i {
	color: #FF9900;
	font-size: 40px;
	margin-top: 50px;
	-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;
	opacity: 0;
}

.fsp-fancy a.fancybox i:hover {
	color: #222222;
	color: rgba(0,0,0,0.75);
}

.fsp-info:hover .fsp-fancy a.fancybox i {
	-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;
}

.fsp-info:hover h2, .fsp-info:hover p, .fsp-info:hover a.fsp-readmore {
	-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;
}

:root .fsp-content-inner li .fsp-cover {
	filter: 'none';
}

.fsp-content-inner li .fsp-cover:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.fsp-content-inner li .fsp-cover a {
	display: block;
	padding: 20px auto;
	text-decoration: none;
	color: rgba(255,255,255,0.75);
	padding: 10px auto;
}

.fsp-content-inner li .fsp-cover span {
	display: block;
}

.fsp-content-inner li .fsp-cover .project_icon {
	padding: 5% 0;
	color: #fff;
	font-size: 42px;
}

.fsp-content-inner li .fsp-cover .project_title {
	margin-bottom: 5px;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
}

.fsp-content-inner li .fsp-cover .project_text {
	color: #fff;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* width margins and spacing*/
@media screen and (min-width: 1600px) {
.fsp-content-inner li {
	width: 24%;
	margin: .5%;
}

}
/* fullscreen, no spacing*/
@media screen and (min-width: 1600px) {
.fsp-content-inner li {
	width: 24.98%;
	margin: 0%;
}

}
#fullscreen-portfolio.section.anchor div.fsp-wrapper div.fsp-container div.fsp-content div.projects.fsp-content-inner ul.isotope {
	padding: 0;
	margin: 0;
}

