/*******************************************************************************

	CSS on Sails Framework
	Title: HCM
	Author: XHTMLized (http://www.xhtmlized.com/)
	Date: December 2011

********************************************************************************

	1. BASE
		1.1 Reset
		1.2 Accessibility Navigation & Hide
		1.3 Clearfix
		1.4 Default Styles
		1.5 Image Replacement
		1.6 FancyBox plugin
		1.7 jScrollPane plugin
		1.8 Harvest Chosen plugin

	2. COMMON
		2.1 Container
		2.2 Header
		2.3 Navigation
		2.4 Content
		2.5 Sidebar
		2.6 Footer
		2.7 Search form

	3. PAGES
		3.1 Home
		3.2 Generic
		3.3 Who we are
		3.4 Team
		3.5 Bio
		3.6 Library
		3.7 Media list
		3.8 Article detail
		3.9 Events
		3.10 Connect
		3.11 Working at HCM
		3.12 Studio page healthcare
		3.13 Studio page sustainability
		3.14 Project detail


	4. PRINT

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/open-sans/OpenSans-Light-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/open-sans/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('../fonts/open-sans/OpenSans-LightItalic-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('../fonts/open-sans/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/open-sans/OpenSans-Regular-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/open-sans/OpenSans-Italic-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-Italic-webfont.woff') format('woff'),
         url('../fonts/open-sans/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/open-sans/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/open-sans/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/open-sans/OpenSans-Bold-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/open-sans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('../fonts/open-sans/OpenSans-ExtraBold-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/open-sans/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* 1.1 Reset
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

.hide {
	position: absolute;
	top: -999em;
	left: -999em;
	height: 1px;
	width: 1px;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.ie7 .clearfix {
	zoom: 1;
}


/* 1.4 Default Styles
------------------------------------------------------------------------------*/

html {
	font-size: 100.01%;
	height: 100%;
}

body {
	font: 75%/1.5 'OpenSansLight', Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff;
}

h1, h2, h3,
h4, h5, h6 {
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
	line-height: 0.75;
	margin-bottom: 0.75em;
}

h2 {
	font: 24px/1.5 'OpenSansLight', Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #666;
	margin-top: -6px;
}

h3 {
	font-size: 20px;
	line-height: 1;
	font: 20px/1 'OpenSansLight', Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
	color: #666;
}

h4 {
	font: 16px/1.125 'OpenSansLight', Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
	color: #666;
}

h5 {
	letter-spacing: 1px;
	font: 12px/1.5 'OpenSansBold', Arial, Helvetica, sans-serif;
	margin-bottom: 13px;
	color: #666;
}

h6 {
	font-size: 12px;
	margin-bottom: 1.5em;
}

p {
	line-height: 1.26;
	margin-bottom: 12px;
	letter-spacing: 1px;
}

small {
	font-size: 10px;
	margin-bottom: 1.637em;
}

hr {
	display: block;
	overflow: visible;
	width: 100%;
	font-size: 1px;
	line-height: 0;
	clear: both;
	border: none;
	border-top: 1px solid #393932;
}

.ie7 hr {
	height: 1px;
	border-color: none;
	background: #393932;
}

p + hr {
	margin: 21px 0 24px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	 overflow: auto;
}

a:link,
a:visited {
	color: #ce3329;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

a:hover {
	color: #ce3329;
}

a:active {
	color: #666;
}

.line {
	overflow: hidden;
	width: 100%;
}

.ie7 .line {
	*overflow: visible;
	*zoom: 1;
}

img {
	display: block;
	float: left;
}

img.left,
img.alignleft {
	margin: 0 26px 18px 0;
}

blockquote {
	padding: 0 0 0 14px;
	font: 24px/1.2 'OpenSansLight', Arial, Helvetica, sans-serif;
	word-spacing: -3px;
	background: transparent url('../images/common/quote.png') 0 7px no-repeat;
}

blockquote span {
	padding-right: 12px;
	background: transparent url('../images/common/quote.png') 100% 7px no-repeat;
}

blockquote cite {
	float: left;
	width: 100%;
	font-size: 11px;
	letter-spacing: 1px;
}

.highlight {
	color: #ce3329;
}

.fullwidth {
	width: 100%;
}


/* 1.5 Image replacement
------------------------------------------------------------------------------*/

.ir {
	display: block;
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
	text-indent: -99999px;
}

.ir span {

}

.ie7 .ir a span,
.ie7 a.ir span {
	cursor: pointer;
}


/* 1.6 FancyBox plugin
------------------------------------------------------------------------------*/

.fancybox-tmp iframe,
.fancybox-tmp object {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	margin: 0;
	padding: 0;
	border: 2px solid #FFF;
	color: #444;
	background: #000;
	text-shadow: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.ie7 .fancybox-outer,
.ie8 .fancybox-outer {
	z-index: 1000;
	behavior: url(_ui/js/PIE.htc);
}

.fancybox-opened {
	z-index: 1003;
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
	background: #FFF;
}

.fancybox-error {
    margin: 0;
    padding: 10px;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #444;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1010;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	margin-left: -21px;
	background: url('../images/common/fancybox_loading.gif');
	opacity: 0.8;
	cursor: pointer;
}

.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url('../images/common/fancybox_sprite.png');
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-prev,
.fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('../images/common/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span,
.fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-prev span {
	background-position: 0 -36px;
}

.fancybox-next span {
	background-position: 0 -72px;
}

.fancybox-prev:hover,
.fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev:hover span {
	left: 20px;
}

.fancybox-next:hover span {
	left: auto;
	right: 20px;
}

.video-frame {
	line-height: 0;
	overflow: hidden;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

.fancybox-title {
	position: relative;
	visibility: hidden;
	z-index: 1005;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-shadow: none;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	line-height: 24px;
	font-weight: bold;
	text-shadow: 0 1px 2px #222;
	white-space: nowrap;
	color: #FFF;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


/* 1.7 jScrollPane plugin
------------------------------------------------------------------------------*/

.jspContainer {
	position: relative;
	overflow: hidden;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	background: #1a1a1a;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	position: relative;
	background: #1a1a1a;
}

.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background: #ce3329;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	display: block;
	text-indent: -20000px;
	cursor: pointer;
	background: #50506d;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 4px;
}

.jspHorizontalBar .jspArrow {
	float: left;
	width: 4px;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	float: left;
	height: 100%;
	background: #eeeef4;
}

* html .jspCorner {
	margin: 0 -3px 0 0;
}


/* 1.8 Harvest Chosen plugin
------------------------------------------------------------------------------*/

.chzn-container {
	display: inline-block;
	*display: inline;
	position: relative;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 11px;
	zoom: 1;
}

.chzn-container .chzn-drop {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 999;
	border: 0;
	border-top: 0;
	background: #333333;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
	-moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
	-o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
	box-shadow        : 0 4px 5px rgba(0,0,0,.15);
}

.chzn-container-single .chzn-single {
	display: block;
	position: relative;
	height: 26px;
	padding: 0 0 0 8px;
	border: 1px solid #aaa;
	overflow: hidden;
	line-height: 26px;
	text-decoration: none;
	white-space: nowrap;
	color: #444;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	-o-border-radius   : 4px;
	border-radius        : 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip   : padding;
	-o-background-clip   : padding;
	background-clip        : padding-box;
}

.chzn-container-single .chzn-single span {
	display: block;
	margin-right: 26px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.chzn-container-single .chzn-single abbr {
	display: block;
	position: absolute;
	right: 26px;
	top: 8px;
	width: 12px;
	height: 13px;
	font-size: 1px;
	background: url(chosen-sprite.png) right top no-repeat;
}

.chzn-container-single .chzn-single abbr:hover {
	background-position: right -11px;
}

.chzn-container-single .chzn-single div {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #aaa;
	width: 18px;
	height: 100%;
	background: #ccc;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
	background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
	background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
	background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius   : 0 4px 4px 0;
	-o-border-radius   : 0 4px 4px 0;
	border-radius        : 0 4px 4px 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip   : padding;
	-o-background-clip   : padding;
	background-clip        : padding-box;
}

.chzn-container-single .chzn-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/common/chosen-sprite.png') no-repeat 0 1px;
}
.chzn-container-single .chzn-search {
	position: relative;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
	z-index: 1010;
}

.chzn-container-single .chzn-search input {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	border: 1px solid #aaa;
	outline: 0;
	font-family: sans-serif;
	font-size: 1em;
	background: #fff url('../images/common/chosen-sprite.png') no-repeat 100% -22px;
	background: url('../images/common/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
	background: url('../images/common/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url('../images/common/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url('../images/common/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
	background: url('../images/common/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
	background: url('../images/common/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
}

.chzn-container-single .chzn-drop {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius   : 0 0 4px 4px;
	-O-border-radius   : 0 0 4px 4px;
	border-radius        : 0 0 4px 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip   : padding;
	-O-background-clip   : padding;
	background-clip        : padding-box;
}

.chzn-container-single-nosearch .chzn-search input {
	position: absolute;
	left: -9000px;
}

.chzn-container-multi .chzn-choices {
	position: relative;
	height: auto !important;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	overflow: hidden;
	background: #333 url(../images/common/misc_select_arrow.png) 100% 6px no-repeat;
}

.chzn-container-multi .chzn-choices li {
	float: left;
	list-style: none;
}

.chzn-container-multi .chzn-choices .search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.chzn-container-multi .chzn-choices .search-field input {
	margin: 1px 0;
	padding: 1px 5px;
	border: 0 !important;
	outline: 0;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: -9999em;
	color: #333;
	cursor: pointer;
	background: transparent !important;
	-webkit-box-shadow: none;
	-moz-box-shadow   : none;
	-o-box-shadow     : none;
	box-shadow        : none;
}

.chzn-container-multi .chzn-choices .search-field .default {
	color: #333;
}

.chzn-container-multi .chzn-choices .search-choice {
	position: relative;
	margin: 3px 0 3px 5px;
	padding: 1px 19px 1px 6px;
	border: 0;
	line-height: 13px;
	color: #999;
	background: transparent;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
}

.chzn-container-multi .chzn-choices .search-choice span {
  cursor: pointer;
}

.chzn-container-multi .chzn-choices .search-choice-focus {
	background: #fff;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
	display: block;
	position: absolute;
	right: 3px;
	top: 4px;
	width: 12px;
	height: 13px;
	font-size: 1px;
	background: url(../images/common/btn_close.png) right top no-repeat;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
	background-position: right top;
}

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
	background-position: right top;
}

.chzn-container .chzn-results {
	position: relative;
	max-height: 190px;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	overflow-x: hidden;
	overflow-y: auto;
}

.chzn-container-multi .chzn-results {
	margin: -1px 0 0;
	padding: 0;
}

.chzn-container .chzn-results li {
	display: none;
	line-height: 80%;
	padding: 7px 7px 8px;
	margin: 0;
	list-style: none;
}

.chzn-container .chzn-results .active-result {
	cursor: pointer;
	display: list-item;
}

.chzn-container .chzn-results .highlighted {
	background: #fff;
	color: #333;
}

.chzn-container .chzn-results li em {
	font-style: normal;
	background: #feffde;
}

.chzn-container .chzn-results .highlighted em {
	background: transparent;
}

.chzn-container .chzn-results .no-results {
	display: list-item;
	background: #f4f4f4;
}

.chzn-container .chzn-results .group-result {
	font-weight: bold;
	color: #999;
	cursor: pointer;
}

.chzn-container .chzn-results .group-option {
	padding-left: 20px;
}

.chzn-container-multi .chzn-drop .result-selected {
	display: none;
}

.chzn-container-active .chzn-single {
	border: 0;
}
.chzn-container-active .chzn-single-with-drop {
	border: 0;
	background-color: #eee;
}

.chzn-container-active .chzn-single-with-drop div {
	border-left: none;
	background: transparent;
}

.chzn-container-active .chzn-single-with-drop div b {
	background-position: -18px 1px;
}

.chzn-container-active .chzn-choices {
	border: 0;
}

.chzn-container-active .chzn-choices .search-field input {
	color: #111 !important;
}

.chzn-disabled {
	cursor: pointer;
	opacity:0.5 !important;
}

.chzn-disabled .chzn-single {
	cursor: pointer;
}

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
	cursor: pointer;
}

.chzn-rtl {
	direction:rtl;
	text-align: right;
}

.chzn-rtl .chzn-single {
	padding-left: 0;
	padding-right: 8px;
}

.chzn-rtl .chzn-single span {
	margin-left: 26px;
	margin-right: 0;
}

.chzn-rtl .chzn-single div {
	right: auto;
	left: 0;
	border-left: none; border-right: 1px solid #aaaaaa;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius   : 4px 0 0 4px;
	-O-border-radius   : 4px 0 0 4px;
	border-radius        : 4px 0 0 4px;
}

.chzn-rtl .chzn-single abbr {
	right: auto;
	left: 26px;
}

.chzn-rtl .chzn-choices li {
	float: right;
}

.chzn-rtl .chzn-choices .search-choice {
	padding: 3px 6px 3px 19px;
	margin: 3px 5px 3px 0;
}

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
	left: 5px;
	right: auto;
	background-position: right top;
}

.chzn-rtl.chzn-container-single .chzn-results {
	margin-left: 4px;
	margin-right: 0;
	padding-left: 0;
	padding-right: 4px;
}

.chzn-rtl .chzn-results .group-option {
	padding-left: 0;
	padding-right: 20px;
}

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
	border-right: none;
}

.chzn-rtl .chzn-search input {
	padding: 4px 5px 4px 20px;
	background: url('chosen-sprite.png') no-repeat -38px -22px, #ffffff;
	background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
	background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url('chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url('chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
	background: url('chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
	background: url('chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
}


/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


/* 2.1 Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}


/* 2.2 Header
------------------------------------------------------------------------------*/

#header {
	float: left;
	width: 100%;
	height: 60px;
}

#header h1 {
	position: relative;
	top: 23px;
	width: 156px;
	height: 20px;
}

#header h1 {
	background: transparent url('../images/common/logo.png') no-repeat;
}


/* 2.3 Navigation
------------------------------------------------------------------------------*/

.navigation {
	float: left;
	width: 100%;
}

.navigation ul {
	float: left;
	width: 100%;
	margin-bottom: 6px;
	padding-bottom: 9px;
}

.navigation .main-navigation,
.navigation .sub-navigation {
	width: 156px;
	border-bottom: 1px solid #ccc;
}

.navigation .sub-navigation li > ul {
	display: none;
}

.navigation .sub-navigation .current-menu-item > ul,
.navigation .sub-navigation .current-menu-ancestor > ul,
.navigation .sub-navigation .current-menu-parent > ul {
	display: block;
}

.navigation li {
	float: left;
	width: 100%;
}

.navigation a {
	font: 11px/1 'OpenSansLight', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #666;
}

.navigation li.current-menu-item > a,
.navigation a:hover {
	color: #ce3329;
}

/* Main navigation */

.main-navigation li.active a {
	color: #fff;
}

.main-navigation li ul {
	margin: 0;
	padding: 0 0 0 16px;
}

.main-navigation li.active li a {
	color: #ccc;
}

/* Sub navigation */
.navigation .sub-navigation {
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;
}

.navigation .sub-navigation ul {
	width: 186px;
	margin: 0;
	padding: 0 0 0 14px;
}

.navigation .sub-navigation a {
	font-size: 10px;
}

#sidebar .widget_rpswidget {
	border-bottom: none;
}

#sidebar #rpswidget-2 {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxNC0xMi0wM1QxMToyNTo1NCswMTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTQtMTItMDNUMTA6MjY6MDcrMDE6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTQtMTItMDNUMTA6MjY6MDcrMDE6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIyOEQ0OTc5NzJGQjExRTQ5QTI5RjI3NkZBRUUxNzRDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIyOEQ0OTdBNzJGQjExRTQ5QTI5RjI3NkZBRUUxNzRDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjI4RDQ5Nzc3MkZCMTFFNDlBMjlGMjc2RkFFRTE3NEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjI4RDQ5Nzg3MkZCMTFFNDlBMjlGMjc2RkFFRTE3NEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5WQkFqAAAAD0lEQVR42mJgYGCYCRBgAACeAJqgxcsLAAAAAElFTkSuQmCC');
	width: 407px;
	border: 0;
}

#sidebar #rps .slider {
	background: none;
}

#sidebar #rps .slider div .col {
	border: 0;
}

#sidebar #rps {
	border: 0;
}

#sidebar #rps .col p.post-title {
	height: auto;
}

#sidebar #rps .col p.post-title span {
	font-size: 11px;
	position: static;
	height: auto;
	overflow: normal;
}

.title-pos a {
	font-size: 11px;
	color: #fff;
	font: 11px/1.4em 'OpenSansLight', Helvetica, Arial, sans-serif;
}

.title-pos .post-title {
	text-transform: uppercase;
}

.title-pos {
	padding-top: 20px;
	margin-left: 123px;
}

#sidebar #rps .col p,
#sidebar #rps span {
	padding: 0;
}

#sidebar #rps .col img {
	border-radius: 0;
	border: 3px solid #fff;
	width: 75px;
	height: auto;
	position: absolute;
	top: 25px;
	left: 34px;
}

.tp-bannertimer {
	display: none;
}

.home #header,
.home #sidebar,
.home footer {
	position: relative;
	z-index: 100;
}

/* 2.4 Content
------------------------------------------------------------------------------*/

#content {
	float: left;
	width: 760px;
	padding: 26px 0 0 0;
}

#content h2 {
	margin-left: -2px;
}

p.intro {
	letter-spacing: 0;
}


/* 2.5 Sidebar
------------------------------------------------------------------------------*/

#sidebar {
	float: left;
	width: 200px;
}

#sidebar .info {
	float: left;
	width: 154px;
	padding: 0 0px 8px 0;
	border-bottom: 1px solid #ccc;
}

.ie7 #sidebar .info {
	padding-top: 10px;
}

/* Source */
.source {
	float: left;
	width: 158px;
	margin-bottom: 17px;
	font: 11px/1.3 'OpenSansLightItalic', Arial, Helvetica, sans-serif;
	color: #fff;
}

.source a {
	color: #666;
}

/* Blog */
/* Post */
.post {
	float: left;
	width: 758px;
	padding: 32px 0 26px 0;
	border-bottom: 1px solid #ccc;
}

.single .post {
	border-bottom: none;
}

.post.first {
	padding-top: 0;
}

.post img {
	float: left;
}

/* Text */
.post .text {
	float: left;
}

.post .text.has-thumbnail {
	width: 510px;
	margin-left: 18px;
}

.post .featured-image {
	margin-right: 18px;
}

.post .title {
	margin: -1px 0 13px -2px;
}

.post .title a {
	color: #666;
}

/* Meta */
.post .meta {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}

.post .meta li {
	float: left;
	height: 12px;
	margin-left: 2px;
	margin-right: 5px;
	font-size: 120%;
}

.post .meta a {
	float: left;
	line-height: 1.3;
	color: #999;
}

.post .meta a:hover {
	color: #fff;
}

.post .meta li.first {
	border-right: 1px solid #999;
	padding-left: 1px;
}

/* Category, Tags */
ul.category,
.tags {
	float: left;
	width: 100%;
}

ul.category li,
.tags li {
	float: left;
	padding-left: 6px;
	font-size: 10px;
	text-transform: uppercase;
}

ul.category a,
.tags a {
	color: #ce3329;
}

ul.category .label,
.tags .label {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	padding-left: 0;
	color: #bcbcbc;
}

/* Share links */
.share-links {
	float: left;
	width: 100%;
}

.share-links li {
	float: left;
}

.share-links a {
	padding: 0 12px;
	color: #cc3333;
}

.share-links a:hover {
	color: #fff;
}

.share-links a.first {
	padding-left: 0;
}

a.link-more {
	float: left;
	color: #cc3333;
}

a.link-more:hover {
	color: #fff;
}

/* Pagination */
.pagination {
	float: left;
	margin-top: 28px;
}

.pagination,
.pagination li {
	float: left;
}

.pagination li {
	width: 18px;
	height: 17px;
	margin-right: 2px;
	padding-top: 2px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	background: #262626;
	color: #999;
}

.ie7 .pagination li {
	height: 18px;
	padding-top: 1px;
}

.pagination .nav {
	width: 38px;
}

.pagination a {
	float: left;
	width: 100%;
	height: 17px;
	color: #fff;
}

/* Default form */
form.default ,
#commentform {
	float: left;
	width: 100%;
	margin-left: 2px;
}

form.default h4 ,
#commentform h4 {
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: none;
	color: #999;
}

form.default li ,
#commentform li {
	float: left;
	width: 100%;
}

form.default input,
#commentform input,
form.default textarea ,
#commentform textarea {
	width: 164px;
	height: 18px;
	margin-bottom: 7px;
	background: #ccc;
	border: none;
	font-size: 11px;
	color: #666;
}

.ie7 form.default input,
.ie7 #commentform input,
.ie7 form.default textarea ,
.ie7 #commentform textarea {
	padding-top: 3px;
	color: #fff;
}

#respond {
	clear: both;
}

.comment-form-comment label,
.form-allowed-tags {
	position: absolute;
	left: -999em;
}

form.default textarea ,
#commentform textarea {
	width: 397px;
	height: 82px;
	margin-top: 6px;
}

form.default #submit-btn ,
#commentform #submit {
	letter-spacing: 1px;
	color: #ce3329;
	cursor: pointer;
}

form #submit-btn:hover {
	color: #fff;
}

/* 2.6 Footer
------------------------------------------------------------------------------*/

#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 37px 0 30px 0;
}

#footer .main-navigation {
	float: left;
	width: 100%;
	height: 18px;
	margin-bottom: 10px;
	padding: 4px 0 3px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.ie7 #footer .main-navigation {

}

#footer .main-navigation li {
	float: left;
}

#footer .main-navigation a,
#footer .secondary-navigation a {
	font-family: 'OpenSansLight', Helvetica, Arial, sans-serif;
	color: #7f7f7f;
}

#footer .main-navigation a:hover,
#footer .secondary-navigation a:hover {
	color: #ce3329;
}

/* Social links */
.social-links {
	float: left;
	height: 30px;
	display: none;
}

.social-links li {
	float: left;
}

.social-links a {
	float: left;
	width: 17px;
	height: 17px;
	text-align: center;
	margin-right: 1px;
	font: 9px/17px 'OpenSansBold', Helvetica, Arial, sans-serif;
	background: #ccc;
	color: #fff;
}

/* Connect links */
#footer .connect-links {
	float: left;
}

#footer .connect-links li {
	float: left;
}

#footer .connect-links a {
	padding: 0 8px 0 12px;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-left: 1px solid #fff;
}

.ie7 #footer .connect-links a {
	float: left;
}

#footer .connect-links a.first {
	border-left: none;
}

/* Search field */
#footer form {
	float: right;
	position: relative;
	right: 8px;
	margin-top: -1px;
}

.ie7 #footer form {
	right: 0;
	width: 175px;
}

#footer form li {
	float: left;
}

#footer form #s {
	width: 88px;
	margin: 0 2px 0 0;
	border: none;
	background: transparent;
	color: #666;
}

.ie7 #footer form #s {
	float: left;
	background: #0b1011;
}

#footer .search-btn {
	float: left;
	position: relative;
	top: 5px;
	right: -4px;
	width: 12px;
	height: 12px;
	border: none;
	text-indent: -9999px;
	text-transform: capitalize;
	background: transparent url('../images/common/ico_search.png') 0 0 no-repeat;
	cursor: pointer;
}

.home #footer .search-btn { 
	background: transparent url('../images/common/ico_search_white.png') 0 0 no-repeat;
}

/* Secondary navigation */
#footer .secondary-navigation {
	float: left;
	position: relative;
	left: 2px;
	width: 100%;
}

#footer .secondary-navigation li {
	float: left;
}

#footer .secondary-navigation a {
	margin-right: 12px;
	font-size: 10px;
	word-spacing: 1px;
	text-transform: uppercase;
	color: #e51e20;
}

#footer .copyright {
	float: right;
	position: relative;
	top: 3px;
	right: 2px;
	letter-spacing: 0px;
	font: 10px/1 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

/* 2.7 Search Form
------------------------------------------------------------------------------*/

.searchform {
	padding: 20px 0;
	clear: both;
}

.searchform li {
	float: left;
}



/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/


/* 3.1 Home
------------------------------------------------------------------------------*/

html, body {
	height: 100%;
}

/* Container */
.home .container {
	width: 100%;
	padding-left: 33px;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	margin: 0 auto -88px;  
	height: 100%;
}

/* Header */
.home #header {
	float: left;
	width: 100%;
	height: 145px;
}

.home #header h1 {
	background: transparent url('../images/home/logo2.png') no-repeat;
}

.home #header h1 {
	top: 39px;
	width: 340px;
	height: 41px;
}

/* Navigation */
.home #header .navigation {
	position: relative;
	top: 25px;
}

.home #header .navigation ul {
	width: 100%;
}

.home #header .navigation li {
	width: auto;
	margin-right: 17px;
}

.home #header .navigation a {
	font-size: 9px;
	color: #c72423;
}

.home #header .navigation a:hover {
	color: #999;
}

/* Sidebar */
.home #sidebar {
	position: relative;
	width: 407px;
	left: -33px;
}

@media (max-device-width : 480px) and (orientation : portrait) {
	
	#sidebar #rpswidget-2,
	.home #sidebar { 
		width: 100%;
		left: -18px;
	}

	.home .container {
		padding-left: 18px;
	}

	.home #sidebar .main-navigation a {
		padding-left: 18px;
	}

	.home #header h1 {
		width: 282px;
		height: 35px;
		background-size: contain;
	}

	.home #header .navigation a {
		font-size: 8px;
	}

	.home #header .navigation li {
		margin-right: 7px;
	}

	#sidebar #rps {
		zoom: .7;
	}
}

.home #sidebar .main-navigation,
.home #sidebar .sub-navigation {
	width: 100%;
	border-bottom: none;
}

/* Main navigation */
.home #sidebar .main-navigation {
	margin-bottom: -1px;
	padding-bottom: 0;
}

.home #sidebar .main-navigation li {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxNC0xMi0wM1QxMToyNTo1NCswMTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTQtMTItMDNUMTA6MjY6MDcrMDE6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTQtMTItMDNUMTA6MjY6MDcrMDE6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIyOEQ0OTc5NzJGQjExRTQ5QTI5RjI3NkZBRUUxNzRDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIyOEQ0OTdBNzJGQjExRTQ5QTI5RjI3NkZBRUUxNzRDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjI4RDQ5Nzc3MkZCMTFFNDlBMjlGMjc2RkFFRTE3NEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjI4RDQ5Nzg3MkZCMTFFNDlBMjlGMjc2RkFFRTE3NEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5WQkFqAAAAD0lEQVR42mJgYGCYCRBgAACeAJqgxcsLAAAAAElFTkSuQmCC');
	margin-bottom: 1px;
} 

.home #sidebar .main-navigation a {
	height: 37px;
	float: left;
	padding-left: 34px;
	font-size: 20px;
	line-height: 37px;
	color: #fff;
}

.home #sidebar .main-navigation a.current,
.home #sidebar .main-navigation a:hover,
.home #sidebar .sub-navigation a.current,
.home #sidebar .sub-navigation a:hover {
	color: #ce3329;
}
 
/* Sub navigation */
.home #sidebar .sub-navigation {
	padding-top: 9px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxNC0xMi0wM1QxMToyNTo1NCswMTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTQtMTItMDNUMTA6MjY6MDcrMDE6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTQtMTItMDNUMTA6MjY6MDcrMDE6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIyOEQ0OTc5NzJGQjExRTQ5QTI5RjI3NkZBRUUxNzRDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIyOEQ0OTdBNzJGQjExRTQ5QTI5RjI3NkZBRUUxNzRDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjI4RDQ5Nzc3MkZCMTFFNDlBMjlGMjc2RkFFRTE3NEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjI4RDQ5Nzg3MkZCMTFFNDlBMjlGMjc2RkFFRTE3NEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5WQkFqAAAAD0lEQVR42mJgYGCYCRBgAACeAJqgxcsLAAAAAElFTkSuQmCC');
}

.home #sidebar .sub-navigation a {
	float: left;
	padding-left: 34px;
	font-size: 12px;
	line-height: 1.95;
	color: #fff;
}

/* Social links */
.home .social-links a {
	width: 33px; /* facebook btn */
	height: 35px;
	margin-right: 3px;
	text-align: center;
	line-height: 36px;
	font-size: 21px;
	padding: 0;
}

.home .social-links a:hover {
	color: #fff;
}

/* Footer */
.home #footer {
	position: relative;
	padding-top: 28px;
	margin-left: 0px;
	width: auto;
	float: none;
	max-width: 100%;
	height: 30px;
	margin-right: 30px;
	margin-left: 34px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	float: none;
}

.home #footer .main-navigation {
	height: 20px;
	margin-bottom: 6px;
	padding-bottom: 3px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Connect links */
.home #footer .connect-links a {
	padding: 0 8px 0 11px;
	color: #fff;
}

.home #footer .connect-links a.first {
	padding-left: 2px;
}

.home #footer .copyright {
	float: left;
}


/* 3.2 Generic
------------------------------------------------------------------------------*/

.calendar-description {
	margin: 20px 0 30px;
	letter-spacing: 0;
}


/* 3.3 Who we are
------------------------------------------------------------------------------*/

.page-template-page-who_we_are-php #content h2 {
	margin: 0 0 16px -4px;
}

.page-template-page-who_we_are-php h2 + p {
	margin-bottom: 22px;
}

/* People */
.page-template-page-who_we_are-php .person {
	float: left;
	width: 238px;
	margin-left: 20px;
}

.page-template-page-who_we_are-php .person.first {
	margin-left: 0;
}

.page-template-page-who_we_are-php .person img {
	margin-bottom: 8px;
}

.page-template-page-who_we_are-php .person .name {
	color: #fff;
}

/* Sidebar */
/* Twitter */
.page-template-page-who_we_are-php .twitter .source {
	float: left;
	width: 184px;
	line-height: 1.2;
	margin-bottom: 14px;
}

.page-template-page-who_we_are-php .twitter h5 {
	margin-bottom: 12px;
	font: 10px/1 'OpenSansRegular', Arial, Helvetica, sans-serif;
	color: #a8a8a8;
}

.page-template-page-who_we_are-php .twitter a {
	float: left;
}

.page-template-page-who_we_are-php .twitter .date {
	float: left;
}

/* Footer */
.page-template-page-who_we_are-php #footer {
	width: 952px;
	margin-top: 10px;
}


/* 3.4 Team
------------------------------------------------------------------------------*/

/* Person */
.page-template-page-team-php .person {
	position: relative;
	float: left;
	border: 1px solid #fff;
	border-style: none none solid solid;
	width: 62px;
	height: 62px;
	z-index: 10;
}

.page-template-page-team-php .person:hover {
	z-index: 20;
}

.page-template-page-team-php .person .about {
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 58px;
	text-indent: -99999px;
	z-index: 10;
}

.page-template-page-team-php .line {
	overflow: visible;
}

.page-template-page-team-php .person .team-img {
	width: 62px;
	height: 62px;
	position: relative;
	z-index: 10;
}

.page-template-page-team-php .person:hover .team-img {
	width: 80px;
	height: 80px;
	z-index: 99;
	top: -9px;
	left: -9px;
}

.page-template-page-team-php .person:hover .about {
	border: 2px solid #ce3329;
	width: 76px;
	height: 76px;
	z-index: 100;
	top: -9px;
	left: -9px;
}

.page-template-page-team-php .person.first {
	margin-left: 0;
}

.page-template-page-team-php .person-name {
	float: left;
	display: none;
	position: absolute;
	top: 60px;
	width: 740px;
	height: 44px;
	padding: 18px 0 0 18px;
	font-size: 14px;
	text-transform: uppercase;
	background: #ccc;
}

/* Letter */
.page-template-page-team-php .letter {
	float: left;
	width: 62px;
	padding: 24px 0 20px;
	text-align: center;
	color: #ce3329;
	background: #ccc;
}

/* Footer */
.page-template-page-team-php #footer {
	width: 972px;
	padding-top: 32px;
}


/* 3.5 Bio
------------------------------------------------------------------------------*/

.single-hcm_team h2 {
	margin-bottom: 23px;
}

/* Profile */
.single-hcm_team .profile {
	float: left;
	width: 100%;
	padding-bottom: 76px;
	background-color:#f0f0f0;
	
}

/* Contact */
.single-hcm_team .contact,
.single-hcm_team .about {
	float: left;
}

.single-hcm_team .contact {
	width: 371px;
	margin-left: -2px;
}

.single-hcm_team img {
	float: left;
	margin: 0 26px 18px 2px;
}

/* Contact links */
.single-hcm_team .contact-links {
	position: relative;
	margin-left: 11px;
}

.single-hcm_team .contact-links li {
	float: left;
}

.single-hcm_team .contact-links a {
	padding: 0 8px 0 7px;
	border-left: 1px solid #393932;
	text-transform: uppercase;
	color: #ce3329;
}

.single-hcm_team .contact-links a.first {
	border-left: 0;
}

/* About */
.single-hcm_team .about {
	margin-left: 26px;
	width: 300px;
}

.single-hcm_team .name {
	float: left;
	width: 100%;
	margin: 25px 0 7px 1px;
	letter-spacing: 3px;
	color: #666;
}

.single-hcm_team .position {
	margin-bottom: 4px;
	font-family: 'OpenSansRegular', Arial, helvetica, sans-serif;
	word-spacing: 2px;
	color: #666;
}

.single-hcm_team .place {
	float: left;
	width: 320px;
	margin-bottom: 16px;
	color: #666;
}

.single-hcm_team .intro {
	float: left;
	width: 320px;
	margin-bottom: 21px;
}

.single-hcm_team .intro.secondary {
	margin-bottom: 27px;
}

.single-hcm_team .profile h5 {
	margin-bottom: 6px;
	font: 14px/1 'OpenSansLight', Arial, Helvetica, sans-serif;
}

.single-hcm_team blockquote {
	float: left;
	clear: both;
	width: 700px;
	position: relative;
	margin: 34px 0 0 20px;
}

/* Footer */
.single-hcm_team #footer {
	width: 960px;
	padding-top: 24px;
}


/* 3.6 Library
------------------------------------------------------------------------------*/

.tax-hcm_resources_type h2,
.post-type-archive-hcm_resources h2,
.single-hcm_resources h2 {
	margin-bottom: 32px;
}

/* Category, Tags */
.tax-hcm_resources_type .tags,
.post-type-archive-hcm_resources .tags,
.single-hcm_resources .tags {
	margin-bottom: 26px;
}

/* Footer */
.tax-hcm_resources_type #footer,
.post-type-archive-hcm_resources #footer,
.single-hcm_resources #footer {
	padding-top: 26px;
}


/* 3.7 Media list
------------------------------------------------------------------------------*/

.page-media h2 {
	margin-bottom: 21px;
}

/* Post */
.page-media .post {
	width: 742px;
	padding: 42px 0 42px;
}

.page-media .post.first {
	padding-top: 0;
}

.page-media .title {
	text-transform: none;
}

/* Pagination */
.page-media .pagination {
	margin-top: 19px;
}

/* Footer */
.page-media #footer {
	width: 960px;
	padding-top: 26px;
}


/* 3.8 Article detail
------------------------------------------------------------------------------*/

.single-post h2 {
	margin-bottom: 20px;
}

/* Post */
.single-post .post {
	padding: 0;
	border-bottom: none;
}

.single-post .post img {
	margin-right: 8px;
}

.single-post .post .text {
	width: 320px;
}

.single-post .post .title {
	float: left;
	width: 100%;
	margin: -2px 0 3px -2px;
	text-transform: none;
}

/* Meta */
.post .meta {
	margin: 0 0 21px -3px;
}

.post .post-author,
.post .post-author a,
.post .post-comments a {
	color: #fff;
}

.post .meta li {
	border-right: none;
	font-size: 10px;
	padding: 0;
}

.post .post-author a {
	float: none;
	margin-left: 2px;
	border-right: none;
}

.post .post-date,
.post .post-comments {
	margin-top: 2px;
}

.ie7 .post .post-comments {
	margin-top: 3px;
}

.post .post-date {
	margin-top: 3px;
	margin-right: 14px;
}

.ie7 .post .post-date {
	margin-top: 4px;
}

/* Meta */
.meta.info {
	float: left;
	clear: both;
	width: 100%;
	margin: 45px 0 20px -1px;
	padding: 8px 0 14px;
	border-top: 1px solid #393932;
	border-bottom: 1px solid #393932;
}

.meta.info ul.category {
	margin-bottom: 6px;
}

.meta.info ul.category li,
.meta.info .tags li {
	font-size: 10px;
	text-transform: none;
	color: #999;
}

.meta.info ul.category a,
.meta.info .tags a {
	margin-top: 0;
	padding: 0 0 0 6px;
	letter-spacing: 1px;
	color: #fff;
}

/* Comments */
.post .comments {
	float: left;
	width: 100%;
	margin-bottom: 16px;
}

.post .comment {
	float: left;
	width: 100%;
	margin-left: 3px;
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #393932;
}

.post .comments h4 {
	margin-left: 2px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
}

.post .comments .username a {
	margin-left: 2px;
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
	color: #999;
}

.post .comments .username a:hover {
	color: #ce3329;
}

.post .comments .meta {
	float: left;
	width: 100%;
	margin: 0 0 14px 2px;
	padding: 0;
}

.post .comments .meta a {
	float: none;
	letter-spacing: 1px;
	padding: 0;
}

.post .comments .meta .time {
	margin-left: 4px;
}

.post .comments .meta .time a {
	margin-left: 7px;
}

.post .comments p {
	float: left;
	width: 100%;
	margin-left: 2px;
}

/* Footer */
.single-post #footer {
	padding-top: 31px;
}


/* 3.9 Events
------------------------------------------------------------------------------*/

/* Sidebar */
/* Calendar */
.loop .calendar h5,
.page-events .calendar h5{
	font: 11px/1 'OpenSansLight', Arial, helvetica, sans-serif;
	color: #ccc;
}

.loop .calendar,
.page-events .calendar{
	width: 190px;
	font-size: 10px;
	color: #fff;
}

.loop .calendar thead,
.page-events .calendar thead{
	float: left;
	margin-bottom: 2px;
}

.loop .calendar tbody,
.page-events .calendar tbody{
	float: left;
}

.loop .calendar thead th,
.page-events .calendar thead th{
	float: left;
	width: 22px;
	height: 14px;
	margin: 0 1px 0 0;
	padding: 4px 0 0 0;
	text-align: center;
}

.loop .calendar a,
.page-events .calendar a{
	float: left;
	width: 18px;
	height: 16px;
	margin: 1px 3px 0 2px;
	padding-top: 1px;
	color: #999;
	text-align: center;
}

.loop .calendar a.current,
.page-events .calendar a.current{
	background: #c82423;
	color: #fff;
}

.loop .calendar a:hover,
.page-events .calendar a:hover{
	color: #fff;
}

/* Content */
.loop h2,
.page-events h2{
	margin-bottom: 22px;
}

/* Post */
.loop .post,
.page-events .post{
	padding: 40px 0 37px;
}

.loop .post.first,
.page-events .post.first{
	padding-top: 0;
}

.loop .post .text,
.page-events .post .text{
	margin-left: 0;
}

.loop .post .title,
.page-events .post .title{
	text-transform: none;
}

.loop .author a,
.page-events .author a{
	color: #fff;
}

.loop .post .excerpt,
.page-events .post .excerpt{
	float: left;
	width: 700px;
}

.loop .post .has-thumbnail .excerpt {
	float: left;
	width: 510px;
}

.loop #footer,
.page-events #footer{
	padding-top: 21px;
}


/* 3.10 Connect
------------------------------------------------------------------------------*/

.page-template-page-contact-php #content h2 {
	margin: 0 0 16px -3px;
}

/* Intro */
.page-template-page-contact-php .intro {
	width: 540px;
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 1.2;
}

.ie7 .page-template-page-contact-php .intro {
	line-height: 1.26;
}

/* Contact form */
.page-template-page-contact-php #content form {
	width: 750px;
	margin: 15px 0 20px -2px;
	padding-bottom: 16px;
	border-bottom: 1px solid #393932;
}

.page-template-page-contact-php #content form #email-txt {
	margin-bottom: 4px;
}

.page-template-page-contact-php #content form #phone-txt {
	margin-bottom: 5px;
}

.page-template-page-contact-php #content form #message-txt {
	margin: 1px 0 5px 0;
}

.page-template-page-contact-php #content form #submit-btn {
	width: 75px;
	height: 24px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border: none;
	font: 11px/1 'OpenSansBold', Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
	background: #c1c1c1;
	color: #333;
	cursor: pointer;
}

.ie7 .page-template-page-contact-php #content form #submit-btn {
	height: 22px;
	margin-top: 4px;
	behavior: url(_ui/js/PIE.htc);
}

/* Vcard */
.page-template-page-contact-php .vcard {
	float: left;
	width: 100%;
	margin-bottom: -7px;
}

.page-template-page-contact-php .vcard h5,
.page-template-page-contact-php .directions h5 {
	margin-bottom: 4px;
	font: 11px/1 'OpenSansLight', Arial, Helvetica, sans-serif;
}

.page-template-page-contact-php .vcard .adr {
	float: left;
	width: 220px;
}

.page-template-page-contact-php .vcard .phone {
	float: left;
	width: 420px;
}

.page-template-page-contact-php .vcard .phone a {
	letter-spacing: 1px;
}

.page-template-page-contact-php .vcard span {
	font-size: 11px;
	letter-spacing: 1px;
}

.page-template-page-contact-php .vcard .fn,
.page-template-page-contact-php .vcard .street-address,
.page-template-page-contact-php .vcard .extended-address {
	float: left;
	width: 100%;
}

.page-template-page-contact-php .vcard .fax .type {
	margin-left: 3px;
}

.page-template-page-contact-php .vcard p {
	font-size: 11px;
	margin-bottom: -2px;
}

.page-template-page-contact-php .vcard a {
	font-size: 11px;
	color: #ce3329;
}

/* Directions */
.page-template-page-contact-php .directions {
	float: left;
	width: 373px;
	margin-top: -4px;
}

.page-template-page-contact-php .directions + .vcard {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #393932;
}

.page-template-page-contact-php .directions .maps-link {
	float: right;
}

.page-template-page-contact-php .directions .maps-link h5 {
	margin-bottom: 0px;
}

.page-template-page-contact-php .directions .maps-link a {
	font-size: 11px;
	letter-spacing: 1px;
	color: #ce3329;
}

.page-template-page-contact-php .directions .map {
	float: left;
	margin: 22px 0 0 -4px;
}

.page-template-page-contact-php .directions .nearby-links {
	float: left;
	margin: 15px 0 0 -6px;
	letter-spacing: 1px;
}

.page-template-page-contact-php .directions .nearby-links h6 {
	margin-bottom: 2px;
}

.page-template-page-contact-php .directions .nearby-links a {
	float: left;
	margin-bottom: -3px;
	font-size: 11px;
	color: #ce3329;
}


/* 3.11 Working at HCM
------------------------------------------------------------------------------*/

.post-type-archive-hcm_jobs h2 {
	margin-bottom: 14px;
}

.post-type-archive-hcm_jobs .quotes {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}

/* Blockquote */
.post-type-archive-hcm_jobs blockquote.no-quote {
	width: 540px;
	margin: 0 0 94px -14px;
	font-size: 18px;
	background: none;
}

.post-type-archive-hcm_jobs blockquote p {
	line-height: 1.7;
}

/* Jobs */
.post-type-archive-hcm_jobs .jobs .post {
	width: 752px;
	padding: 39px 0 38px;
}

.post-type-archive-hcm_jobs .jobs .post.first {
	padding-top: 0;
}

.post-type-archive-hcm_jobs .jobs .post .text {
	width: 720px;
	margin-left: 2px;
}

.post-type-archive-hcm_jobs .jobs .post .meta {
	margin-left: -2px;
}

.post-type-archive-hcm_jobs .jobs .post .excerpt {
	margin-left: -2px;
}

.post-type-archive-hcm_jobs .jobs h3 {
	margin-bottom: 22px;
	font: 18px/1 'OpenSansLight', Arial, Helvetica, sans-serif;background
}

.post-type-archive-hcm_jobs .jobs h4 {
	letter-spacing: 2px;
	text-transform: none;
}

.post .meta li.first {
	border-right: none;
}

/* Footer */
.post-type-archive-hcm_jobs #footer {
	padding-top: 47px;
}


/* 3.12 Studio page healthcare
------------------------------------------------------------------------------*/

.single-hcm_project #sidebar .info,
.tax-hcm_studio #sidebar .info {
	padding: 4px 0 16px;
	font-family: 'OpenSansLightItalic',Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.page .info h5,
.single-hcm_project .info h5,
.tax-hcm_studio .info h5 {
	margin-bottom: 6px;
	font-size: 10px;
	line-height: 13px;
}

.single-hcm_project .info a,
.tax-hcm_studio .info a {
	color: #666;
}

.single-hcm_project #sidebar .info.widget_text,
.tax-hcm_studio #sidebar .info.widget_text {
	padding-bottom: 3px;
}

.single-hcm_project .info.widget_text li,
.tax-hcm_studio .info.widget_text li {
	margin-bottom: 13px;
}

.single-hcm_project #sidebar .info.widget_twitter-widget,
.tax-hcm_studio #sidebar .info.widget_twitter-widget {
	padding: 7px 0 0;
}

.single-hcm_project .info.widget_twitter-widget h5,
.tax-hcm_studio .info.widget_twitter-widget h5 {
	margin-bottom: 10px;
}

.single-hcm_project .info.widget_twitter-widget .date,
.tax-hcm_studio .info.widget_twitter-widget .date {
	display: block;
}

.single-hcm_project #sidebar .info.last,
.tax-hcm_studio #sidebar .info.last {
	border-bottom: 0;
}

a.filter-trigg,
a.filter-trigg:visited,
a.filter-trigg:active,
a.filter-trigg:hover {
	position: absolute;
	top: 0;
	right: 0;
	width: 81px;
	height: 20px;
	padding-right: 11px;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #666 url(../images/common/bullet_reverse_arrow.png) 87% center no-repeat;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	z-index: 20;
}

.ie7 a.filter-trigg {
	behavior: url(_ui/js/PIE.htc);
}

.filters-box {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 750px;
	height: 51px;
	padding: 8px 0 0 12px;
	background: #666;
	z-index: 19;
}

.filters-box select {
	float: left;
	width: 167px;
	margin-right: 12px;
	border: 0 none;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	background: #333;
}

.filters-box .chzn-container {
	float: left;
	margin-right: 12px;
}

.filters-box button {
	float: left;
	width: 67px;
	height: 20px;
	border: 0 none;
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
	cursor: pointer;
	background: #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.ie7 .filters-box button,
.ie8 .filters-box button {
	behavior: url(_ui/js/PIE.htc);
}

#f-studio_chzn .chzn-choices {
  background: #333 url(../images/common/misc_fake_studio.png) no-repeat;
}

#f-type_chzn .chzn-choices {
  background: #333 url(../images/common/misc_fake_project.png) no-repeat;
}

#f-tags_chzn .chzn-choices {
  background: #333 url(../images/common/misc_fake_tags.png) no-repeat;
}

.selected-filters {
	padding-top: 7px;
}

.selected-filters a {
	float: left;
	margin-right: 19px;
	padding-right: 16px;
	font-size: 11px;
	color: #999;
	background: url(../images/common/btn_close.png) 100% center no-repeat;
}

.search-choice {
	display: none !important;
}

.project-content {
	position: relative;
}

a.p-list-trigger,
a.p-list-trigger:visited,
a.p-list-trigger:focus,
a.p-list-trigger:active {
	position: absolute;
	top: 30px;
	right: 0;
	text-transform: uppercase;
	color: #666;
}

a.p-list-trigger:hover {
	color: #ce3329;
}

.project-list {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 153px;
	height: 503px;
	padding: 16px 19px 0 16px;
	z-index: 100;
	background: #000;
}

.term-landscape-architecture .project-list {
	height: 520px;
}

.project-list h5 {
	height: auto;
	margin-bottom: 10px;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #393932;
	overflow: hidden;
}

.project-list .close {
	display: block;
	position: absolute;
	top: 16px;
	right: 16px;
	left: auto;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background: #333 url(../images/common/btn_close.png) center center no-repeat;
}

.project-list .scroll-pane {
	height: 436px;
}
.project-list li.hidden {
	margin-top:-10px;
}
.project-list li.back {
	font-size:90%;
	color:white;
	cursor:pointer;
}
.project-list li.hidden,
.project-list ul.hidden {
	display:none;
}

.project-list ul li.show {
	cursor: pointer;
}

.project-list ul {
	margin-right: 0;
}

.project-list li {
	margin-bottom: 8px;
}

.project-list li a {
	color: #ccc;
}

.project-list li a:hover {
	display: block;
	color: #ce3329;
	text-decoration: none;
}

.project-gallery,
.project-boxes,
.project-people {
	clear: both;
	margin-bottom: 4px;
}

.jcarousel-clip {
	overflow: hidden;
}

.project-gallery ul {
	overflow: hidden;
	width: 760px;
	height: 290px;
}

.project-gallery {
	position: relative;
}

.project-boxes li,
.project-gallery li {
	float: left;
	position: relative;
	width: 188px;
	margin-left: 2px;
}

.project-boxes li:first-child,
.project-gallery li:first-child {
	margin-left: 0;
}

.project-boxes li a,
.project-gallery li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 9;
}

.project-boxes li a:hover,
.project-gallery li a:hover {
	color: #fff;
}

.project-gallery li {
	height: 290px;
}

.project-boxes .element-title,
.project-gallery .element-title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 11px;
	text-indent: 5px;
	overflow: hidden;
	white-space: nowrap
	text-overflow: ellipsis;
	background: url(../images/common/misc_transp_50.png);
}

.project-gallery .element-title {
	height: 27px;
	line-height: 27px;
}

.project-boxes .element-rollover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../images/common/misc_transp_80.png);
	z-index: 10;
}

.project-boxes a:hover .element-rollover {
	display: block;
}

.project-boxes .element-rollover h5 {
	margin: 16px 20px;
	padding: 0;
	font-size: 11px;
	color: #fff;
}

.project-boxes .element-rollover p {
	position: static;
	margin: 0 15px 0 20px;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	color: #ccc !important;
}

.single-hcm_project .next,
.tax-hcm_studio .next,
.single-hcm_project .prev,
.tax-hcm_studio .prev {
	position: absolute;
	width: 49px;
	height: 49px;
	background: url(../images/common/misc_transp_90.png);
	z-index: 10;
}

.single-hcm_project .next a,
.tax-hcm_studio .next a,
.single-hcm_project .prev a,
.tax-hcm_studio .prev a {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.single-hcm_project .next,
.tax-hcm_studio .next {
	right: 0;
}

.single-hcm_project .next a,
.tax-hcm_studio .next a {
	background-image: url(../images/common/ico_arrow_right.png);
}

.single-hcm_project .prev,
.tax-hcm_studio .prev {
	left: 0;
}

.single-hcm_project .prev a,
.tax-hcm_studio .prev a {
	background-image: url(../images/common/ico_arrow_left.png);
}

.project-gallery .next,
.project-gallery .prev {
	top: 118px;
}

.project-people {
	position: relative;
	padding: 0 51px;
}

.project-people ul {
	overflow: hidden;
	width: 658px;
	height: 48px;
}

.project-people li {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 1px;
}

.project-people li a {
	display: block;
	width: 48px;
	height: 48px;
	overflow: hidden;
}

.project-people .next,
.project-people .prev {
	width: 51px;
	top: 0;
}

.project-people .next {
	right: -51px;
}

.project-people .prev {
	left: -51px;
}

.project-boxes li {
	height: 173px;
}

.project-boxes .element-title {
	height: 30px;
	line-height: 30px;
}

.project-boxes p {
	position: absolute;
	bottom: 34px;
	left: 11px;
	margin-bottom: 0;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.project-boxes .download span {
	background: url(../images/common/ico_download.png) 5px center no-repeat;
	padding-left: 25px;
}


/* 3.13 Studio page sustainability
------------------------------------------------------------------------------*/


/* 3.14 Project detail
------------------------------------------------------------------------------*/

.project-gallery-big {
	position: relative;
	width: 760px;
	height: 519px;
	overflow: hidden;
}

.project-gallery-big .prev,
.project-gallery-big .next {
	bottom: 0;
}

.project-desc {
	padding-bottom: 15px;
	background: #fff;
}

.project-desc .first-col {
	float: left;
	width: 346px;
	padding: 13px 0 0 14px;
}

.project-desc .sec-col {
	float: left;
	width: 380px;
	padding: 4px 0 0 20px;
}

.project-desc hgroup h6 {
	margin-bottom: 2px;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CE3329;
}

.project-desc hgroup h4 {
	margin-bottom: 6px;
}

.project-desc hgroup h5 {
	font-size: 10px;
}

.project-desc .first-col ul {
	margin-bottom: 15px;
}

.project-desc .first-col li {
	float: left;
	width: 31px;
	height: 31px;
	margin-right: 9px;
}

.project-desc .first-col li.active a {
	width: 27px;
	height: 27px;
	border: 2px solid #CE3329;
}

.project-desc .first-col li.active img {
	width: 27px;
	height: 27px;
}

.project-desc .first-col li a {
	display: block;
	text-align: left;
	text-indent: -9999em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.project-desc .first-col li a:hover {
	opacity: 0.8;
}

.project-desc .first-col li a img {
	display: block;
}

.project-desc .first-col dl {
	font-size: 10px;
	text-transform: uppercase;
}

.project-desc .first-col dt {
	float: left;
	margin-right: 6px;
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
}

.project-desc .first-col dd a {
	color: #666;
}

.project-desc .first-col dd a:hover {
	text-decoration: none;
	color: #ce3329;
}

.project-desc .sec-col nav {
	margin-bottom: 10px;
}

.project-desc .sec-col nav li {
	float: left;
	margin-right: 17px;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

.project-desc .sec-col nav a {
	display: block;
	padding-top: 6px;
	border-top: 3px solid #fff;
	color: #666;
}

.project-desc .sec-col nav a:hover {
	color: #ce3329;
}

.project-desc .sec-col nav .active a {
	display: block;
	border-top: 3px solid #ce3329;
	color: #ce3329;
}

.project-desc .sec-col h4 {
	margin-right: 30px;
	margin-bottom: 0;
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: none;
	color: #bcbcbc;
}

.project-desc .sec-col p {
	margin-right: 30px;
	font-size: 13px;
	text-align: left;
	color: #666;
	line-height: 1.4;
}



/* 4. PRINT
--------------------------------------------------------------------------------
==============================================================================*/


@media print {

	body {
		font: normal normal 12pt/1.5em "Times New Roman", Times, serif;
	}

	a[href]:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
	}

	a[href^="/"]:after {
		content: " (http://domain.com" attr(href) ") ";
	}

	ol#accessibility-nav,
	.hide {
		display: none !important;
	}
}
