b {
	font-weight: bold;
}
p {
	line-height: 1.6em;
	color: #848484;
	font-size: 12px;
}
h1 {
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 40px;
}

h5 {
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 14px;
}
h6 {
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 12px;
}
.hidden {
	display: none;
}
.block {
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/******************************************************************
	Colors
******************************************************************/
.white {
	color: #FFF;
}
.color {
	color: #6093e7;
}
.dark-gray {
	color: #4b4b4b;
}
.mid-gray {
	color: #ababab;
}
.light-gray {
	color: #cfcfcf;
}



/******************************************************************
	jCarousel
******************************************************************/
.jcarousel-prev, .jcarousel-next {
	width: 20px;
	height: 20px;
	background-image: url(../img/carouselcontrols.png);
	background-repeat: no-repeat;
	background-color: #6093e7;
	cursor: pointer;
	position: absolute;
}
.jcarousel-prev-disabled, .jcarousel-next-disabled {
	width: 20px;
	height: 20px;
	background-image: url(../img/carouselcontrols.png);
	background-repeat: no-repeat;
	background-color: #cfcfcf;
	cursor: pointer;
	position: absolute;
}
.jcarousel-next, .jcarousel-next-disabled {
	background-position: -20px 0px;
	top: -25px;
	right: 0px;
}
.jcarousel-prev, .jcarousel-prev-disabled {
	top: -25px;
	right: 0px;
}


/******************************************************************
	Portfolio
******************************************************************/
ul.portfoliofilter {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
ul.portfolio {
	width: 100%;
	
}
li.filter {
	line-height: 1.6em;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
	text-transform: uppercase;
	cursor: pointer;
	padding: 5px 5px;
	border-radius: 3px;
	margin: 0px 0px;
}
li.filter:hover {
	color: #000;
}
li.filter.active {
	font-weight: 700;
	color: #8CBB26;
}
ul.portfolio li {
	width: 20%;
	float: left;
	cursor: pointer;
	display: none;
	opacity: 0;
}ul.portfolio2 li
 {
	width: 100%;
	float: left;
	cursor: pointer;
	display: none;
	opacity: 0;
}
.portfolioitem {
	width: 100%;
	display: block;
	padding-bottom: 70px;
	position: relative;
}
.portfolioitem img {
	width: 80%;
	vertical-align: middle;

	
}
.portfoliohover {
	-webkit-transition: background-color 600ms ease;
	-moz-transition: background-color 600ms ease;
	-o-transition: background-color 600ms ease;
	-ms-transition: background-color 600ms ease;
	transition: background-color 600ms ease;
	position: absolute;
	width: 80%;
	height: 90%;
	top: 0;
	z-index: 100;
}
.portfoliohover .info {
	position: absolute;
	bottom: 0;
	margin-top: -40px;
	width: 100%;
	text-align: center;
}
.portfoliohover h1 {
	color: #FFF;
	font-size: 150px;
	font-weight: 300;
	-webkit-transition: opacity, color 600ms ease;
	-moz-transition: opacity, color 600ms ease;
	-o-transition: opacity, color 600ms ease;
	-ms-transition: opacity, color 600ms ease;
	transition: opacity, color 600ms ease;
	opacity: 0;
}
.portfoliohover h5 {
	color: #4b4b4b;

	font-weight: 300;
	-webkit-transition: opacity, color 600ms ease;
	-moz-transition: opacity, color 600ms ease;
	-o-transition: opacity, color 600ms ease;
	-ms-transition: opacity, color 600ms ease;
	transition: opacity, color 600ms ease;
	opacity: 0;
}
.portfoliohover h6 {
	color: #ababab;
	font-weight: 300;
}
/**************Carré couleur portfolio********************/
ul.portfolio li:hover .portfoliohover {
	background-color: #666;
}
ul.portfolio li:hover .portfoliohover h5, ul.portfolio li:hover .portfoliohover h6, ul.portfolio li:hover .portfoliohover h1 {
	opacity: 1;
	color: #FFF;
}
