body{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:lighter;
}

.navbar-inverse{
	background-color:rgba(24,154,103,1);
	border-color:rgba(0,0,0,0.3);
	background-image:url('../img/nav_bg.png');
	background-size:auto 50px;
	background-position: center;
	background-repeat: no-repeat;
}

.navbar .container{
	background-color:rgba(24,154,103,1);
}

.navbar-inverse .navbar-nav>li>a{
	color:#fff;
}

.navbar-inverse .navbar-nav>li>a:focus, 
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover{
	background-color:rgba(0,0,0,0.3);
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color:rgba(24,154,103,1);
}

.navbar-inverse .navbar-brand{
	color:#fff;
	background-size:109px 27px;
	background-image:url('../img/nav-logo@2x.png');
	padding-left:119px;
	background-repeat: no-repeat;
	background-position: left center;
}

#header{
	background-repeat: no-repeat;
	background-position: top center;
	border-top:10px solid rgba(24,154,103,1);
	width:100%;
	height:500px;
}

#header.empty #innerheader,
#header.empty{
	height:60px;

}

#innerheader{
	background-color:rgba(24,154,103,0.7);
	width:100%;
	height:490px;
}

h1,h2,h3{
	font-family: 'Montserrat', sans-serif;
	width:100%;
	text-align: center;
	margin:0;
	padding:0;
	color:#fff;
}

h3{
	font-size:20px;
	padding-top:15px;
}

.teaser{
	min-height:450px;
}

.teaser h2{
	font-weight:bold;
	font-size:35px;
	padding-top:80px;
	padding-bottom:30px;
}

.teaser p.actions{
	line-height:60px;
}

.teaser p, .teaser p a{
	text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	color:#fff;
}

.teaser p a{
	margin:0 10px;
	color:#fff;
	border:2px solid #fff;
	padding:10px 15px;
	text-decoration: none;
}

.teaser p a:hover{
	text-shadow: none;
	background-color:#fff;
	color:#000;
}

h2{
	font-size:25px;
	padding-top:190px;
}

h1{
	font-weight:bold;
	font-size:50px;
	padding-top:10px;
}

p.center{
	text-align: center;
}

#arrow{
	cursor:pointer;
	margin: -60px auto 0 auto;
	width:100px;
	height:100px;
	background-image:url('../header/arrow.png');
	background-size:100px 100px;
	background-repeat: no-repeat;
	background-position: center;
}

#location{
	font-size:10px;
	float:left;
	margin:-36px 0 0 7px;
	color:rgba(24,154,103,0.7);
}

#location a{
	padding-right:5px;
	text-decoration: none;
	color:rgba(24,154,103,0.7);
	cursor:pointer;
}

#location a:hover{
	color:#000;
}

#intro{
	padding-top:80px;
}

#intro strong{
	/*display: block;*/
	text-align: left;
}

.teaser{
	background-position:top center;
	background-size:auto 100%;
	margin-bottom:50px;
}

#teaser-workshop{
	background-image:url("../img/workshop-teaser-mod.jpg");
}

#teaser-collection{
	background-image:url("../img/collection-teaser.jpg");
}

.icon-row{
	text-align: center;
	padding-bottom:30px;
	padding-top:30px;
}

.icon-row img{
	opacity:0.5;
	margin:10px;
}

p{
	padding-bottom:15px;
}

p .emph{
	font-size:20px;
}

p strong{
	font-weight:bold;
}

p a{
	color:#000;
	text-decoration: underline;
}

p a:hover{
	color:rgba(24,154,103,0.7);
}

ul.committee-list{
	padding-bottom:50px;
}

#form{
	padding-bottom:50px;
}

.form-head strong{
	padding: 55px 0 10px 0px;
	display: block;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: underline;
}

.form-head.with-note strong{
	padding-bottom:0;
}

.form-note{
	font-size:14px;
	color:rgba(0,0,0,0.6);
}

.form-head.form-head-empty strong{
	text-decoration: none;
}

.author-nav{
	text-align: right;
}

#addauthor{
	margin-right:14px;
}

#author-remove, #link-remove, #file-remove{
	display: none;
	margin-right:15px;
}

.file-input .btn-default, .file-input .btn-default:hover, .file-input .btn-default:active, .file-input .btn-default:focus{
	border-width: 1px;
	border-color:rgba(24,154,103,1);
}

#legal_copy{
	font-size:12px;
}

#legal label{
	font-size:12px;
}

#submit{
	margin-top:30px;
}

.btn-default{
	color:#fff;
	background-color:rgba(24,154,103,1);
	border:3px solid rgba(24,154,103,1);
	clear:both;
}

.btn-primary{
	color:#fff;
	background-color:rgba(24,154,103,1);
	border-color:rgba(24,154,103,1);
}

.btn-primary:hover{
	color:rgba(24,154,103,1);
	background-color:#fff;
}

.btn-default:hover{
	color:rgba(24,154,103,1);
	background-color:#fff;
	border:3px solid rgba(24,154,103,1);
}

#btn-contribute{
	margin:30px 0 100px 0;
}

#type-other{
	padding-top:20px;
	padding-bottom:20px;
}

.checkbox-inline.first{
	padding-left:30px;
}

.checkbox-inline{
	font-size:14px;
}

#legal{
	padding-top:30px;
}

h1.head{
	color:#000;
	font-size:35px;
	text-align: center;
	padding-bottom:40px;
	padding-top:100px;
	text-shadow:none;
}

h1.head.subhead{
	padding-top:30px;
}

#about{
	padding-top:50px;
	padding-bottom:50px;
	background-color:#ddd;
}

#about h4, #about p{
	width:100%;
	max-width:400px;
	display:block;
	margin: 0 auto;
}

h4{
	text-align: left;
	font-size:25px;
	padding-bottom:20px;
}

#footer{
	background-color:#111;
}

#innerfooter{
	background-repeat: no-repeat;
	background-position: center;
}

#innerinnerfooter{
	padding-top:0px;
	color:#fff;
	background-color:rgba(255,255,255,0.3);
	border-bottom:15px solid #333;
}

#footer p, #footer h5{
	text-align: center;
}

#footer h5{
	margin-bottom:20px;
}

#innerfooter img{
	max-width:100%;
}

#footer a#f-logo-rmit{margin-right:30px;}
#footer a#f-logo-tsb{margin-right:25px;}
#footer a#f-logo-monash{margin-right:30px;}

#footer p{
	line-height: 100px;
}

#footer p:first-of-type {
	padding-right: 20px;
}

#footer a{
	margin: 0;
	color:#fff;
	text-decoration: none;
}

#footer p.legal{
	margin: 0;
	padding-top:20px;
	font-size:14px;
}

#footer h5{
	padding:50px 0 10px 0;
}

@media screen and (max-width: 992px) {
	.nav>li>a {
		padding: 15px 8px;
	}
}

@media screen and (min-width: 768px) {
	.nav-lang{
		margin-left:10px;
	}

	.navbar-inverse .navbar-nav.nav-lang>li,
	.navbar-inverse .navbar-nav.nav-lang>li a{
		padding-right:0;
		padding-left:0;
		color:rgba(255,255,255,0.5);
	}

	.navbar-inverse .navbar-nav.nav-lang>li.first span{
		padding-right:5px;
		margin-right:5px;
		border-right:2px solid rgba(255,255,255,0.6);
	}

	.navbar-inverse .navbar-nav.nav-lang>li>a:focus,
	.navbar-inverse .navbar-nav.nav-lang>li>a:hover,
	.navbar-inverse .navbar-nav.nav-lang>.active>a:focus,
	.navbar-inverse .navbar-nav.nav-lang>.active>a:hover{
		background-color:transparent;
		color:rgba(255,255,255,1);	
	}

	.navbar-inverse .navbar-nav.nav-lang>.active>a{
		background-color:transparent;
		color:rgba(255,255,255,0.8);
	}
}

@media screen and (max-width: 470px) {
	h2{
		padding-top:100px;
	}

	.teaser h2{
		padding-top:30px;
	}
}

#xchange_header{
	background-repeat: no-repeat;
	background-position: top center;
	background-image:url('http://www.habitatxchange.org/img/header-1.jpg');
	width:100%;
	height:500px;
}

#xchange_header .container{
	text-align: center;
}

#xchange_header img{
	margin-top:150px;
	max-width: 100%;
}

#xchange_header.empty #xchange_innerheader,
#xchange_header.empty{
	height:60px;
}

#xchange_innerheader{
	width:100%;
	height:500px;
}

#xchange_header h1{
	font-family: 'Montserrat', sans-serif;
	width:100%;
	text-align: center;
	margin:0;
	padding:0;
	color:#fff;
}

#xchange_header h1{
	font-weight:bold;
	font-size:30px;
	padding-top:10px;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}

#xchange_header a, #xchange_header a:hover{
	color:#fff;
	text-decoration: none;
}

/*----------------------*/

.project-thumb {
	transition: all .2s ease-in-out;
	padding-bottom:20px;
}
.project-thumb:hover {
	transform: scale(1.1);
}

.project-thumb img{
	transition: all .2s ease-in-out;
	width:100%;
	opacity:0.8;
}

.project-thumb:hover img{
	opacity:1;
}

.thumb-container{
	 background-color:rgba(24,154,103,0.7);
	 max-width:260px;
	 height:315px;
	 margin:0 auto;
	 border-bottom-right-radius: 4px;
	 border-bottom-left-radius: 4px;
}

@media screen and (max-width: 1200px) {
	.thumb-container{
		height:330px;
	}
}

@media screen and (max-width: 992px) {
	.thumb-container{
		height:320px;
	}
}

@media screen and (max-width: 786px) {
	.thumb-container{
		height:auto;
		padding-bottom:10px;
	}

}

.project-thumb a{
	text-decoration: none;
	color:#fff;
}

.project-thumb span{
	display: block;
}

.project-thumb span.project-meta{
	padding:0px 10px;
	font-size:11px;
	font-weight:normal;
}

.project-thumb span.project-title{
	padding:4px 10px 4px 10px;
	font-size:16px;
	font-weight:bold;
}

.project-badges{
	height:0px;
	overflow:visible;
	position: relative;
	top:-53px;
}

.project-badges span{
	margin-left:7px;
	width:27px;
	height:27px;
	background-size: 27px 27px;
	background-position: center;
	background-repeat: no-repeat;
	float:left;
	clear:both;
	position: relative;
}

.project-badges span.winner{
	background-image:url('../img/badge-winner.png');
	left:37px;
	top:-37px;
}

.project-badges span.h3{
	background-image:url('../img/badge-h3-nominated.png');
}

.project-badges span.nominee{
	background-image:url('../img/badge-shortlisted.png');
	left:37px;
	top:-37px;
}

.project-tags{
	padding:4px 10px;
}

.project-card{
	position: relative;
	clear:both;
	float:left;
	height:75px;
	overflow: visible;
}

.project-card.w-badges-1{
	top:-57px;
}

.project-card.w-badges-2{
	top:-84px;
}

.project-tags span{
	display: inline;
	margin-right:4px;
	background:#fff;
	border-radius: 3px;
	padding:1px 2px;
	font-size:11px;
	color:rgba(24,154,103,1);
}

.project-grid{
	padding-bottom:100px;
}

.filter-head{
	font-weight: bold;
	font-size:18px;
	margin-left:15px;
}

.filter-title{
	font-style: italic;
}

.filters{
	margin:0;
	padding:0;
	padding-bottom:10px;
}

.filter-group{
	line-height:26px;
	padding-bottom:20px;
}

.filter-btn{
	white-space: nowrap;
	background-color:rgba(24,154,103,1);
	border-radius:3px;
	padding:2px 4px;
	color:#fff;
	font-size:14px;
	margin-right:5px;
}

.filter-btn img{
	width:35px;
	margin-bottom:3px;
	height:auto;
}

.filter-btn:hover,
.filter-btn.active{
	background-color:rgba(12,75,50,1);
	cursor:pointer;
}


/*-------------------*/

.project-detail{
	padding-top:50px;
}

.project-detail-image{
	text-align: center;
	max-height: 500px;
	overflow:hidden;
}

.project-detail-image img{
	max-width:100%;
	height:auto;
}

.project-detail-description{

	padding-bottom:150px;
}

.project-detail-description h1{
	color:#000;
	font-size:32px;
	padding-top:0px;
	padding-bottom:30px;
}

.project-detail-description h2{
	color:#000;
	font-size:24px;
	text-align:center;
	padding:0;
	margin:0;
	padding-top:25px;
	padding-bottom:5px;
}

.project-detail-description ul,
.project-detail-description li{
	text-align: center;
	list-style: none;
	margin:0;
	padding:0;
}

.project-detail-year{
	display: block;
	text-align: center;
	font-style: italic;
	padding-top:25px;
}

.project-detail-meta{
	padding-bottom: 5px;
	font-size:14px;
	line-height:26px;
}

.project-detail-meta span{
	color:#fff;
	background-color:rgba(24,154,103,1);
	border-radius:3px;
	padding:2px 4px;
	margin-right:5px;
}

.project-detail-meta span.project-detail-meta-title{
	color:#000;
	background-color:#fff;
	margin-right:5px;
}

.project-detail-body{
	padding-top:25px;
}

ul.image-list,
ul.image-list li{
	list-style: none;
	margin:0;
	padding:0;
}

ul.image-list li{
	float:left;
	margin-bottom:15px;
}

ul.image-list li img{
	width:100%;
	height:auto;
}

.image-list-end{
	clear:both;
	width:100%;
	display: block;
	visibility: hidden;
	margin-bottom:15px;
}

.ekko-lightbox h4{
	font-size:16px;
	padding-bottom:0px;
}

@media screen and (max-width: 786px) {
	.project-detail-description h1{
		font-size:24px;
	}
}

p.headimage{
	padding-top:150px;
	text-align: center;
}

p.headimage img{
	max-width: 100%;
}

ul.downloadlist,
ul.downloadlist li{
	list-style: none;
	margin:0;
	padding:0;
}

ul.downloadlist li{
	padding-bottom:10px;
}

hr.mobile-clear{
	clear:both;
	visibility: hidden;
	margin:0;
	border:0;
	height:1px;
}

.container p img{
	max-width:100%;
}

.privacy h1, .privacy h2, .privacy h3, .privacy h4{
	color:black;
}