/***** Projectlist *****/

/** Filtre **/

.portfolio_filter{
	width: 270px;
	float: left;
	position: relative;
}

.portfolio_filter hr{
	margin-top: 16px;
}

.portfolio_filter .button{
	text-align: center;
}

.portfolio_filter a.remove{
	display: inline-block;
	color: #fff;
	background: #256078;
	border: 1px solid #205267;
	-webkit-border-radius:2px;
	   -moz-border-radius:2px;
	        border-radius: 2px;
	font-family: 'vaglightregular';
	font-size: 14px;
	text-transform: uppercase;
	overflow: hidden;
	padding: 0px 20px;
	margin: 15px auto 25px auto;
}

.portfolio_filter a.remove span{
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: left;
}

.portfolio_filter a.remove .cross{
	width: 20px;
	background: url("../images/cross.png") center left no-repeat;
}

.portfolio_filter form{
	background: #fff;
	border: 1px solid #d2cce0;
	border-top: none;
	padding: 35px 19px 0px 19px;
	?margin-top:0px;
}

.portfolio_filter form h2{
	color: #266078;
	margin-bottom: 8px;
}

.portfolio_filter form .field{
	clear: both;
	overflow: hidden;
	font-size: 12px;
	line-height: 23px;
	padding: 7px 8px;
}

.portfolio_filter form .field label{
	float: left;
	width: 75px;
	color: #000;
}

.portfolio_filter form .field label.checkbox{
	width: 195px;
}

.portfolio_filter form .field label.checkbox input{
	margin-right: 4px;
}


.portfolio_filter form .field .input{
	float: left;
	width: 138px;
	color: #909090;
}

.portfolio_filter form .field .input.checkbox{
	width: 18px;
}

.portfolio_filter form .field .input select{
	width: 130px;
	height: 23px;
	padding: 0px;
}

.portfolio_filter form .field .input input[type=checkbox]{
	margin-top: 5px !important;
}

/** listing **/

.portfolio_listing{
	width: 730px;
	float: left;
	position: relative;
}

.portfolio_listing .framed{
	margin-left: 30px;
}

.portfolio_listing h1,
.portfolio_listing p.bg-white{
	margin-left: 30px;
	margin-top: 0px;
}

.portfolio_listing .project{
	width: 333px;
	float: left;
	margin: 0px 0px 30px 30px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d2cce0;
}

.portfolio_listing .project.first{
	margin-left: 0px;
}

.portfolio_listing .project .project_img{
	overflow: hidden;
	position: relative;
	text-align: center;
	height: 227px;
}

.portfolio_listing .project .project_img img{
	height: 227px;
	width: auto;
}

.portfolio_listing .project .project_img .hover{
	height: 227px;
	width: 335px;
	background: url("../images/bg-boxhome-hover.png") top left;
	position: absolute;
	opacity:0;
	filter : alpha(opacity=0);
	-webkit-transition: opacity 500ms ease-in-out;
	   -moz-transition: opacity 500ms ease-in-out;
        -ms-transition: opacity 500ms ease-in-out;
    	 -o-transition: opacity 500ms ease-in-out;
			transition: opacity 500ms ease-in-out;
}

.portfolio_listing .project .project_description{
	padding: 0px 25px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 500ms ease-in-out;
	   -moz-transition: all 500ms ease-in-out;
    	-ms-transition: all 500ms ease-in-out;
    	 -o-transition: all 500ms ease-in-out;
			transition: all 500ms ease-in-out;
}

.portfolio_listing .project .project_description h3{
	margin: 15px 0px 15px 0px;
	font-size: 18px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.portfolio_listing .project .project_description h3 a{
	-webkit-transition: all 500ms ease-in-out;
	   -moz-transition: all 500ms ease-in-out;
    	-ms-transition: all 500ms ease-in-out;
    	 -o-transition: all 500ms ease-in-out;
			transition: all 500ms ease-in-out;
}

.portfolio_listing .project .project_description hr{
	margin: 0px 70px;
	border-color: #41287c;
	-webkit-transition: all 500ms ease-in-out;
	   -moz-transition: all 500ms ease-in-out;
    	-ms-transition: all 500ms ease-in-out;
    	 -o-transition: all 500ms ease-in-out;
			transition: all 500ms ease-in-out;
}

/** Hover **/

.portfolio_listing .project:hover .project_img .hover{
	opacity:1;
	filter : alpha(opacity=100);
}

.portfolio_listing .project:hover{
	background: #266078;
	border-color: #1f5267;
	color: #fff;
	
}

.portfolio_listing .project:hover .project_description h3 a{
	color: #fff;
}

.portfolio_listing .project:hover .project_description hr{
	border-color: #fff;
}

/** Small list **/

.content_projectlist.small_list{
	padding-top: 20px;
}

.content_projectlist.small_list .portfolio_listing{
	float: none;
	width: 100%;
	padding-top: 10px;
}

.content_projectlist.small_list .portfolio_listing .project{
	width: 227px;
	margin-bottom: 0px;
}

.content_projectlist.small_list .portfolio_listing .project_img{
	height: 155px;
}

.content_projectlist.small_list .portfolio_listing .project_img img{
	height: 155px;
}

/** Partners **/

.content_projectlist.projectlist_partners{
	width: 700px;
}

/*Filters */

.content_projectlist.projectlist_partners{
}

.content_projectlist.projectlist_partners ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-bottom: 25px;
	overflow: hidden;
}

.content_projectlist.projectlist_partners ul#filters li{
	float: left;
}


.content_projectlist.projectlist_partners ul#filters li a{
	background: #266078;
	border: 1px solid #1f5267;
	margin: 0px 5px 5px 0px;
	padding: 0px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: all 500ms ease-in-out;
	   -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
         -o-transition: all 500ms ease-in-out;
		    transition: all 500ms ease-in-out;
}

.content_projectlist.projectlist_partners ul#filters a:hover,
.content_projectlist.projectlist_partners ul#filters a.selected{
	color: #266078;
	background: #fff;
}

/* Projects */

.content_projectlist.projectlist_partners .project{
	width: 268px;
	height: 328px;
	float: left;
	margin: 0px 30px 30px 0px;
	padding: 20px 25px 10px 25px;
	background: #fff;
	border: 1px solid #d2cce0;
	text-align: center;
	word-wrap:break-word;
}

.content_projectlist.projectlist_partners .project .project_img{
	width: 100%;
}

.content_projectlist.projectlist_partners .project .project_description{
	width: 100%;
}

.content_projectlist.projectlist_partners .project .project_description h3{
	margin: 0px;
}

/***** Projectview *****/

.content_projectview{
	position: relative;
}

.content_projectview a.back{
	right:0px;
	margin-top:10px;
	position: absolute;
}

/** Left **/

.content_projectview .project_left{
	width: 576px;
	float: left;
	position: relative;
}


.content_projectview .project_left .project_description{
	background: #fff;
	border:1px solid #d2cce0;
	padding: 20px 30px 50px 30px;
	min-height: 538px;
}

.content_projectview .project_left .project_description h2{
	margin-bottom: 10px;
}

.content_projectview .project_left .project_description .fields{
	display: block;
	margin-bottom: 25px;
}

.content_projectview .project_left .project_description img.image_left{
	margin: 0px 30px 0px 0px;
}

/** Right **/

.content_projectview .project_right{
	width: 353px;
	padding: 38px 35px;
	margin-top: 60px;
	float: left;
	background: #dbdae0;
	border: 1px solid #cac9ce;
	border-left: none;
}

.content_projectview .project_right p.call_btn{
    display:block;
    height:72px;
}

.content_projectview .project_right a.btn_call{
    width: 353px;
}

.content_projectview .project_right p.call_btn.tablet{
   	display: none;
}

.content_projectview .project_right p.call_btn.desktop{
	display: block !important;
}

.content_projectview .project_right .project_fields{
	background: #fff;
	border:1px solid #d2cce0;
	padding: 20px 20px 35px 20px;
	position: relative;
	font-family: 'vaglightregular';
	font-size: 15px;
	line-height: normal;
}

.content_projectview .project_right .project_fields .corner{
	width: 131px;
	height: 131px;
	overflow: hidden;
	background: url("../images/good-to-know.png") top left no-repeat;
	position: absolute;
	top: -5px;
	right: -5px;
}

.content_projectview .project_right .project_fields ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.content_projectview .project_right .project_fields ul li{
	border-bottom: 1px dotted #c7c3d1;
	padding: 16px 20px;
}

