﻿	
/* portfolio
--------------------------------------------------------*/	
	
#folio {
	background-position: center 80px;
	background: #FF00FF url(../images/gallery-quote-white.png) no-repeat center
80px;
	padding-top: 100px;
	clear: left;
}
.portfolio_container {
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
}
.portfolio_container .portfolio {
	position:relative;
	display:block;
	float:left;
	overflow:hidden;
	width:25%;
	height:auto;
}
.portfolio_container .portfolio .media_box figure a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.portfolio_container .portfolio .media_box .hover_effect {
	top:0;
	left:0;
}
.gallerySelector {
	text-align: left;
}
.gallerySelectorList {
	text-align: left;
}
.gallerySelectorList li {
	float: left;
	text-align: left;
	padding-right: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.gallerySelectorList li:hover {
	text-align: left;
}
.gallerySelectorList li:hover a {
	color: #000000;
	text-align: left;
	font-weight: bold;
}
.gallerySelectorList li a {
	display: block;
	color: #000000;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.2s ease;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
}
.gallerySelectorList li.current  {
	text-align: left;
}
.gallerySelectorList li.current a {
	color: #000000;
	text-align: left;
	font-weight: bold;
}
.portfolio_container .portfolio {
	width: 10%;
}
.fullwidth {
    display: block;
    max-width: 100%;
    min-width: 100%;
}
#gallery h3  {
	margin-bottom: 20px;
}
.project-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	margin-top: 7px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 7px;
}
.project-description {
	color: #000000;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
.subline {
	color: #000000;
	font-size: 10px;
	text-transform: none;
	font-weight: normal;
	margin: 0 0 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	line-height: 12px;
}
.thumbLink {
	display: block;
	width: 100%;
}
.thumbImage {
	float: left;
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 5px;
	box-sizing: border-box;
	text-align: center;
	width: 97%;
	height: 97%;
	margin-top: 5px;
	margin-left: 5px;
}
.thumbImage img{
    transition: all 0.4s ease-in-out;
}
.thumbImage .thumbText h3 {
	margin-bottom: 10px;
	padding-top: 0px;
	color: #000000;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 20px;
}
.thumbImage .thumbText p {
	margin-bottom: 10px;
	color: #000000;
	transition: all 1s ease-in-out;
}
.thumbImage .thumbTextWrap {
	position: absolute;
	top: 0;
	height: 100%;
	opacity: 0;
	max-width: 100%;
	min-width: 100%;
	background: #FFFFFF;
	text-align: center;
	transition: all 1s ease-in-out;
	-webkit-user-select: none;
}
.ie8 .thumbImage .thumbTextWrap {
	display:none;
}
.thumbImage .thumbTextWrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.5em; /* Adjusts for spacing */
}
.thumbText {
	text-align: center;
	transform: scale(0);
	transition: all 0.25s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 30px;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
}
.thumbImage:hover img {
	opacity: 0;
    transform: scale(1.1);
}
.touch-device .thumbImage:hover img {
    transform: none;
}
.thumbImage:hover .thumbTextWrap {
	opacity: 1;
}
.ie8 .thumbImage:hover .thumbTextWrap {
	display: block;
}
.thumbImage:hover .thumbText {
	transform: scale(1);
}
.touch-device .thumbImage:hover .thumbTextWrap {
	display: block;
}
.touch-device .thumbText,
.touch-device .thumbImage img,
.touch-device .thumbImage .thumbText h3,
.touch-device .thumbImage .thumbText p,
.touch-device .thumbImage .thumbTextWrap {
    transition: none;
}
.ie8 .thumbImage:hover .thumbTextWrap {
	display: block;
}
.thumbLink {
	width: 45px;
	height: 45px;
	border-radius: 0px;
	opacity: 0.3;
	margin: 0 auto;
	background-image: url('../items/plus.png');
	background-repeat: no-repeat;
}
.thumbLink:hover {
	opacity: 1;
}
.portfolioBottom {
	background: #E5E5E5;
	height: 44px;
	width: 100%;
	clear: left;
}

@media (min-width: 1900px) {
.gallerySelectorList li {
	float: left;
	text-align: left;
	padding-right: 10px;
	margin-left: 60px;
	margin-bottom: 10px;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

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

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	transition-duration: 0.7s;
}
.isotope {
	transition-property: height, width;
}
.isotope .isotope-item {
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	transition: none;
}
