/*
Vous pouvez ajouter du CSS personnalisé ici.

Cliquez sur l’icône d’aide ci-dessous pour en savoir plus.
*/
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, del, dfn, em, font, q, s, samp, strike, strong, ol, ul, li, fieldset, form, label, legend, tbody, tfoot, thead, tr {
	font-size: 90%;
}

/*--------------------------------------------------------------
    Portfolio
-------------------------------------------------------------- */
/* Grille portfolio */
ul#portfolio-list {
	margin-top: 20px;
}

ul#portfolio-list h2 {
	font-weight: lighter;
}

.thumbnail {
	width: 85%;
}

.isotope, .isotope .isotope-item {
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.isotope {
	transition-property: height, width;
}

.isotope .isotope-item {
	transition-property: transform, opacity;
}

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

ul#portfolio-filter {
	margin-top: 20px;
}

a.thumbnail:hover, a.thumbnail:focus {
	border-color: #27AAE2;
	box-shadow: none;
	outline: 0 none;
}

.thumbnail {
	border: 1px solid #EEEEEE;
	border-radius: 0 0 0 0;
	box-shadow: none;
}

.single-portfolio header {
	text-align: center;
}

.single-portfolio h1 {
	margin: 50px auto 0;
}

.single-portfolio h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	margin: 0;
}

#bg-portfolio {
	background: rgb(69,72,77);
/* Old browsers */
	background: -moz-linear-gradient(top,rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(69,72,77,1)),color-stop(100%,rgba(0,0,0,1)));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
/* IE10+ */
	background: linear-gradient(to bottom,rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d',endColorstr='#000000',GradientType=0);
/* IE6-9 */
	border-bottom: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	margin: 20px 0;
	padding: 50px 0;
}

ul#project-details li {
	margin: 10px 0;
}

.single-portfolio .carousel img {
	height: auto;
	left: 0;
	margin: 0 auto;
	min-width: inherit;
	position: relative;
	top: 0;
}

.entry-meta { display: none; }