/* HOME - STAGE */

#hello > div > article > div > h2 {
	margin: 20px 0;
}

#hello > div > article > div > img {
	width: 100%;
	height: auto;
	display: block;
}

#hello > div > article > div > form {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -8px;
	text-align: center;
}

#hello > div > article > div > form > select {
	width: 256px;
}

/* HOME - CAROUSEL */

#carousel1,
#carousel2 {
	opacity: 0;
}

#carousel1 div,
#carousel2 div {
	height: auto;
}

#carousel1 img,
#carousel2 img {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
}

/* HOME - FIRMS */

#firms > form > h3 {
	line-height: 24px;
}

#firms > form > h3 > img {
	width: 24px;
	margin-right: 10px;
	vertical-align: text-bottom;
}

#firms > form > p > input {
	width: 75%;
	max-width: 220px;
}

/* CHAMBERS - SEARCH */

#filters > div {
	text-align: right;
}

#filters > div > h2 {
	float: left;
}

#filters > div > form {
	display: inline-block;
}

@media only screen
and (max-width: 480px) {

	#filters > div {
		text-align: left;
	}

	#filters > div > h2 {
		float: none;
		margin-bottom: 16px;
	}

}

/* CHAMBERS - LIST */

.chamber > div > img {
	width: 150px;
	height: 100px;
	margin: -20px 0;
}

.chamber > div > dl {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	padding-top: 20px;
	border-top: 1px solid #ffffff;
}

.chamber > div > dl > dt,
.chamber > div > dl > dd {
	margin-bottom: 10px;
}

.chamber > div > dl > dt:last-of-type,
.chamber > div > dl > dd:last-of-type {
	margin-bottom: 0;
}

.chamber > div > dl > dt {
	color: #999999 !important;
	float: left !important;
}

.chamber > div > dl > dt:after {
	content: ':';
}

.chamber > div > dl > dd {
	margin-left: 100px;
}

@media only screen
and (max-width: 360px) {

	.chamber > div > dl > dd {
		margin-left: 80px;
	}

}

/* ABOUT US - TASKS */

#tasks > aside > ul {
	padding-left: 20px;
}

#tasks > aside > ul > li:not(:last-child) {
	margin-bottom: 4px;
}

/* ABOUT US - COMMITTEE */

#committee {
	padding-bottom: 0;
}

#committee > div {
	display: inline-block;
	width: 50%;
	height: 90px;
	margin: 0 -4px 40px 0;
}

#committee > div img {
	float: left;
	margin-right: 10px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

#committee > div h3 {
	margin: 5px 0;
	font-weight: 700;
	font-size: inherit;
	color: #393939;
}

#committee > div h3 > span {
	font-weight: normal;
	font-size: 0.75em;
	text-transform: uppercase;
	color: #999999;
}

#committee > div a {
	display: inline-block;
	margin-top: 5px;
}

#committee > div i {
	margin-right: 5px;
	color: #999999;
}

@media only screen
and (max-width: 640px) {

	#committee {
		padding-bottom: 44px;
	}

	#committee > div {
		display: block;
		width: 100%;
	}

	#committee > div:last-child {
		margin-bottom: 0;
	}

}

/* ABOUT US - CONTACTS */

#contacts > div {
	background-color: #f5f5f5;
	height: 320px;
}

#contacts > div > i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -14px;
	color: #dbdbdb;
}

#contacts > a {
	display: block;
	position: absolute;
	padding: 5px;
	top: 10px;
	left: 10px;
	background: #ffffff;
	color: #666666;
	border-radius: 2px;
	z-index: 1000;
	font-size: 12px;
	font-weight: bold;
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
}

#contacts > a:hover {
	text-decoration: none;
	color: #333333;
}

#contacts > aside > h2 {
	color: #ffffff;
	padding-bottom: 20px;
	border-bottom: 1px solid #dbdbdb;
}

#contacts > aside > p {
	display: inline-block;
	vertical-align: top;
}

#contacts > aside > p > a {
	display: block;
	margin-bottom: 12px;
	color: #ffffff;
	line-height: 20px;
}

#contacts > aside > p > a > i {
	margin: 3px 5px 0 0;
	vertical-align: top;
	color: #dbdbdb;
}

#contacts > aside > p > a > span {
	display: inline-block;
}

#contacts > aside > p > a:hover > span {
	text-decoration: underline;
}
