/* CSS Document */

a {
   outline: 0;
}

.displayNone {
	display: none;
}

.relative {
	position: relative;
}

#label-img {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 50%;
}

#label-img-home {
	position: absolute;
	bottom: 110px;
	left: 20px;
	width: 50%;
}

#label-desc {
	position: absolute;
	bottom: 30px;
	left: 20px;
	font-size: 12px;
	color: #fff;
}

#label-exp-trigger {
	border-bottom: 1px dashed #999;
}

#activity-right-img {
	opacity: 0.9;
}

.avatar {
	margin-top: 50px !important;
}

.styleItalic {
	font-style: italic !important;
}

#market-data-update {
	float: right;
	position: relative;
	bottom: 10px;
}

#market-data-update-span {
	position: relative;
	bottom: 7px;
	right: 20px;
}

.column-bold {
	font-weight: bold;
}

.risk_select_column {
	float: left;
	width: 40%;
}

#switch-container {
	margin-top: 10px;
}

.risk-col-select-title-p {
	margin-bottom: 10px !important;
	font-size: 1.3em !important;
}

.risk-select-title-p {
	width: 75px;
	position: relative;
	top: -12px;
}

#terms-title {
	font-size: 2.7em;
}

.no-margin-left {
	margin-left: 0 !important;
}

#market-data-table-2-div {
	margin-top: 40px;
}

.market-data-tooltip {
	float: left;
	margin-right: 20px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.tooltip-btn {
	position: relative;
	z-index: 99;
}

.tooltip-wide {
	min-width: 200px;
}

#tooltip-question {
	position: relative;
	z-index: 99;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	padding: 5px;
	background: #C70003;
}

#market-data-table-1-div {
	margin-top: 10px;
}

.tooltip-content {
	position: absolute;
	left: 10px;
	margin-top: -15px;
	border: black 1px solid;
	border-radius: 3px;
	background-color: #ffffff;
	padding: 20px;
	z-index: 9999;
	line-height: 18px;
	max-height: 400px;
	max-width: 600px;
	overflow: auto;
	color: #000;
}

.td-center-text {
	text-align: center;
}

.superZIndex {
	z-index: 9999 !important;
	position: relative !important;
}

.dark-font {
	color: 
}

.inline {
	display: inline-block !important;
}

.safe_font {
	font-family: Tahoma, Geneva, sans-serif !important;
}

#risk-select-container {
	padding-top: 20px;
	padding-left: 160px;
	width: 95%;
}

.styled-select {
	width: 170px;
	height: 34px;
	overflow: hidden;
	background: url(/images/down_arrow_select.jpg) no-repeat right #ddd;
	border: 1px solid #ccc;
}

.styled-select select {
	background: transparent;
	width: 268px;
	padding: 5px;
	font-size: 13px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
}

header {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.styleTextNone {
	text-transform: none !important;
}

#full_page_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999;	
}

.fullDiv {
	height: 100%;
	width: 100%;
}

.team_clicked {
	font-size: 0.89em;
	height: 191px;
	padding: 5px 0px 5px 10px;
	margin-right: -20px;
}

.halfColumn {
	width: 50% !important;
}

.quarterColumn {
	width: 25% !important;
}

.thirdColumn {
	width: 33.33333% !important;
}

.column2 {
	width: 2% !important;
}

.column10 {
	width: 10% !important;
}

.column42 {
	width: 42% !important;
}

.column45 {
	width: 45% !important;
}

#home-hidden-1 {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 95px;
	width: 900px !important;
	top: 5px !important;
	font-size: 0.8em;
	height: 200px;
}

.home-hidden-1-article {
	height: 160px !important;
}

.home-hidden-2-article {
	height: 320px !important;
}

#risk-premium-graph-container {
	height: 300px !important;
	width: 100%;
	min-width: 400px;
	margin: 0 auto;
	margin-top: 20px;
}

.home-hidden-3-article {
	height: 160px !important;
}

#transitionPrevHolder, #transitionNextHolder {
	z-index: 9999;
}

.activity_figure_1 p, .activity_figure_1 h2 {
	margin-right: 15px !important;
	margin-bottom: 3px !important;
}

#home-hidden-2 {
	position: absolute;
	color: #000;
	width: 775px !important;
	top: 0px !important;
	left: 90px;
	font-size: 0.85em;
	line-height: 0.8;
}

#home-hidden-2 h3 {
	margin-bottom: 5px;
	font-size: 1.4em;
}

.threeQuarterColumn {
	width: 75% !important;
}

.textAlignRight {
	text-align: right;
}

.textAlignRight p, .textAlignRight h2 {
	margin-right: 2px;
}

.explain-text {
	font-size: 0.9em;
	float: left;
	margin-top: 5px;
	margin-bottom: 100px;
}

.explain-text p {
	margin-right: 20px !important;
}

#activty-links-left, #activty-links-right {
	border-right: 1px solid #FFF;
	padding-left: 4px;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
}

#activty-links-right {
	height: 165px;
}

#activty-links-left {
	height: 180px;
}

#activty-links-left p, #activty-links-right p {
	padding: 2px 2px 2px 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#activty-links-left p.selected, #activty-links-left p:hover {
	color: #330000;
	background-color: #FFF;
}

#activty-links-right p.selected, #activty-links-right p:hover {
	color: #00658C;
	background-color: #FFF;
}

#img-logo {
	height: 160px;
}

#home-text {
	top: 75px;
	left: 125px;
	width: 950px !important;
	font-size: 20px;
	font-style:italic;
	color: rgba(255, 255, 255, 0.9);
}

.white {
	background-color: #FFF !important;	
}

.whiteFont {
	color: #FFF !important;	
}

.medRed {
	background-color: #990000;
}

.darkRed { 
	background-color: #330000;	
}

.medDarkRed { 
	background-color: #660000;	
}

.darkRedFont { 
	color: #330000;	
}

.wineRed {
	background-color: #663333;
}

.beige {
	background-color: #B16E3A;
}

.lightBeige {
	background-color: #C9A781;
}

.darkgreyFont {
	color: #333333;
}

.darkGreenBlue {
	background-color: #336666;
}

.darkBlue {
	background-color: #336699;
}

.darkRed2 {
	background-color: #993333;
}

.lightPink2 {
	background-color: #CC9999;
}

.sandColor {
	background-color: #CC9966;
}

.medBlue { 
	background-color: #00658C;
}

.medGreen {
	background-color: #669966;
}

.lightPink {
	background-color: #F87263;
}

.medBlueFont { 
	color: #00658C;	
}

.Red {
	background-color: #9A0000;
}

.Grey {
	background-color: #666666;
}

.medGrey {
	background-color: #999999;
}

.lightGrey {
	background-color: #CCCCCC;
}

.subH2 {
	font-size: 15px;	
}

.darkGrey {
	background-color: #333333;
}

.home-theme-activity-5 {
	background-color: #EBC18F;	
}

.home-theme-team-5 {
	background-color: #383630;	
}

.home-theme-contact-5 {
	background-color: #982032;	
}

.home-theme-activity-6 {
	background-color: #40511A;	
}

.home-theme-team-6 {
	background-color: #A97B55;	
}

.home-theme-contact-6 {
	background-color: #4E1A0E;	
}

#activity-right-explain {
	height: 100%;
}

.activity_figure_1 {
	height: 320px;
	overflow: hidden;
}

.activity_figure_2 {
	height: 142px;
	overflow: hidden;
}

.activity_figure_3 {
	height: 193px;
	overflow: hidden;
}

#content {
	margin-top: 35px;	
}

#logo-line {
	width: 900px;
	top: 548px;
	left: -401px;
  	-webkit-transform: rotate(-79deg); 
	-moz-transform: rotate(-79deg);  
	-ms-transform: rotate(-79deg); 
	-o-transform: rotate(-79deg); 
	transform: rotate(-79deg); 
}

/* Chrome fix for logo-line */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#logo-line {
		left: -400px;
	}

}

.logo-line-border-grey {
	border-color: rgba(175, 175, 175, 0.8);
}

.logo-line-border-blue {
	border-color: rgba(75, 179, 197, 1);
}

.logo-line-border-transparent {
	border-color: rgba(0, 0, 0, 0);
}

#team-block-1 p, #team-block-2 p, #team-block-3 p, #team-block-4 p {
	line-height: 1.2;
}

.line {
	position: absolute;
	height: 0;
	border-width: 1px 0 0;
	border-style: solid;
	z-index: 999;
}

#team-block-1 {
	position: relative;
	z-index: 1000;
}

#main-nav ul li a.toplevel,  #main-nav-home ul li a.toplevel {
	font-size: 1em !important;
}

.sitemap ul li a {
	font-size: 1em;
}

#skiplinks-mod {
	position: absolute;
	float: left;
	top: -35px;
	left: -15px;
}

.widthImg {
	width: 100%;
}

.widthImg8 {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.widthImg3 {
	margin-left: 10px;
	width: 30%;
}

.widthImg3x {
	margin-left: 10px;
	width: 37%;
}

.widthImg8x {
	margin-left: 10px;
	width: 80%;
}

.fullWidth {
	width: 100%;	
}

.noMarginBottom {
	margin-bottom: 0px !important;
}

.mousePointer {
	cursor: pointer;	
}

.mouseDefault {
	cursor: default !important;
}

.bqstart {
	float: left;
	height: 45px;
	margin-top: -20px;
	padding-top: 45px;
	margin-bottom: -50px;
	font-size: 700%;
	color: #FF0000;
}

.bqend {
	float: right;
	height: 25px;
	margin-top: 0px;
	padding-top: 45px;
	font-size: 700%;
	color: #FF0000;
}

.container_language_selector, .container_year_selector {
	cursor: pointer;
	float: left;
	font-family: 'Dosis', Arial, sans-serif;
	color: #000;
	position: absolute;
	bottom: 0;
	margin: auto;
	height: 28px;
	z-index: 999;
	right: 65px;
	top: -85px;
}

.container_year_selector {
	position: static;
	margin-left: -5px;
	margin-top: 5px;
}

#flags_language_selector, #flags_year_selector {
	float: left;
	position: absolute;
}

.current_language, .current_year {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
/* margin-bottom: 10px; */
	margin-bottom: 3px;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	padding: 5px 25px 5px 15px;
	line-height: 100%;
	background-color: #fff;
}

.current_year {
	border-radius: 0px;
	background-color: transparent;
	border: none;
	color: #fff;
}

.current_language:after, .current_year:after {
	content: '[';
	font-family: 'web_symbols_ligaregular', sans-serif;
	padding-left: 6px;
	position: absolute;
	font-size: 13px;
}

#lang_ul, #year_ul {
	display: none;
	position: absolute;
	width: inherit;
	border-radius: 7px;
	min-width: 100px;
	margin: 0;
	padding: 0;
	list-style: none;
	right: 70px;
}

#year_ul {
	min-width: 50px;
	border-radius: 0px;
}

.language-li, .year-li {
	background-color: #000;
	opacity: 0.9;
	cursor: pointer;
	clear: both;
	border-bottom: 1px solid #3B3B3B;
}

.year-li {
	background-color: #fff;
}

.language-li:last-child, .year-li:last-child {
	border-bottom: 0 none;
}

.language-name, .year-name {
	clear: both;
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #bababa;
	text-transform: uppercase;
	padding: 8px 15px;
	padding-right: 50px;
	line-height: 100%;
	position: absolute;
}

.year-name {
	padding-right: 15px;
	color: #212121;
}

.language-name-bold, .year-name-bold {
	clear: both;
	display: block;
	font-size: 14px;
	color: #bababa;
	text-transform: uppercase;
	padding: 8px 15px;
	padding-right: 50px;
	line-height: 100%;
	visibility: hidden;
	font-weight: 900;
}

.year-name-bold {
	padding-right: 15px;
}

.language-name:hover, .year-name:hover {
	font-weight: 700;
	color: #000;
}

.language-li:hover a, .year-li:hover a {
	text-decoration: none;
}

.language-li:hover, .year-li:hover {
	background-color: #b9baba;
	opacity: 1;
}

.language-li:first-child, .year-li:first-child {
	border-radius: 7px 7px 0 0;
}

.language-li:last-child, .year-li:last-child {
	border-radius: 0 0 7px 7px;
}

.language-li:only-child, .year-li:only-child {
	border-radius: 7px 7px 7px 7px;
}

#flags_language_selector:hover .current_language, #flags_year_selector:hover .current_year {
	margin-right: 70px;
}

#flags_language_selector:hover #lang_ul, #flags_year_selector:hover #year_ul {
	display: block;
}

/* #flags_language_selector #lang_ul .language-li { opacity: 1; height: 0px; overflow:hidden;
	transition: height 0.2s;
	-moz-transition: height 0.2s;
	-webkit-transition: height 0.2s;
	-o-transition: height 0.2s; 
}
#flags_language_selector:hover #lang_ul .language-li { opacity: 1; height: 30px; 
	transition: height 0.2s;
	-moz-transition: height 0.2s;
	-webkit-transition: height 0.2s;
	-o-transition: height 0.2s;
} */


@media max-width 850px {
	.container_language_selector, .container_year_selector {
		clear: both;
	}

}

@media max-width 950px {
	.container_language_selector, .container_year_selector {
		clear: both;
	}

}

.noAutoFit, .noAutoFit p {
   background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); 
   background-repeat:repeat;
}

#team-top-right {
	width: 25%;
	float: left;
}

.ref-top-text {
	padding-top: 20px;
	font-weight: bold;
}

.ref-bottom-text {
	position: absolute;
	bottom: 0;
	padding-bottom: 10px;
}

#reference-top-left {
	background-color: #00658C;
	padding-top: 5px;
}

.references-top img {
	margin-top: 10px;
}

#team-top-left {
	width: 610px;
	float: left;
	padding-left: 110px;
}

#contact-infos-left {
	height: 337px;
	padding-left: 80px;
	padding-top: 77px;
}

#home-hidden-2-figcaption {
	top: 0px;
	width: 100%;
}

#maps {
	position: absolute;
	width: 435px;
	height: 370px;
	right: 0px;
	bottom: 0px;	
}

.smallPaddingLeft {
	padding-left: 15px;
}

#maps-container {
	height: 414px;
	overflow: hidden;
	position: relative;
}

#contact-top-left {
	height: 226px;	
}

.home-top-container {
	height: 214px !important;
}

.home-bottom-container {
	height: 426px !important;
}

#nav-menu-container {
	position: absolute;
	right: 0px;
	top: 15px;
}

.home-bottom-img {
	height: 213px !important;	
}

#activty-links-left p, #activty-links-right p {
	line-height: 1.2 !important;
}

#wwd_top_left {
	padding-left: 85px;
}

.team-name-title {
	font-size: 1.28em !important;
}

#last_activity_p {
	margin-right: 120px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
	line-height: 15px;
}

table.dataTable tr.odd { background-color: #ACDEFF; }
table.dataTable tr.even { background-color: white; }

.activity_sismo_overview_link {
	position: absolute;
	z-index: 99;
    margin-top: 15px;
    margin-left: 90px;
}

@media screen and (min-width: 1230px) {
/******* CUSTOM *******/

	#main-nav ul li a.toplevel,  #main-nav-home ul li a.toplevel{
		font-size: 1.2em !important;
	}
	
	#switch-container {
		margin-top: 20px;
	}
	
	.avatar {
		margin-top: 60px !important;
	}
	
	#activty-links-right {
		height: 200px;
	}
	
	#activty-links-right {
		height: 205px;
	}

	.home-hidden-1-article {
		height: 200px !important;
	}
	
	.home-hidden-1-figcation {
		height: 200px !important;
	}
	
	.home-hidden-2-article {
		height: 400px !important;
	}
	
	#risk-premium-graph-container {
		height: 380px !important;
		width: 100%;
		min-width: 400px;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	.home-hidden-3-article {
		height: 200px !important;
	}

	.home-top-container {
		height: 270px !important;
	}
	
	.home-bottom-container {
		height: 532px !important;
	}
	
	.home-bottom-img {
		height: 266px !important;	
	}
	
	#contact-infos-left {
		height: 368px;
		padding-top: 150px;
	}
	
	#activty-links-left {
		height: 205px;
	}
	
	.styled-select {
		width: 240px;
		height: 34px;
		overflow: hidden;
		background: url(/images/down_arrow_select.jpg) no-repeat right #ddd;
		border: 1px solid #ccc;
	}
	
	.styled-select select {
		background: transparent;
		width: 268px;
		padding: 5px;
		font-size: 16px;
		line-height: 1;
		border: 0;
		border-radius: 0;
		height: 34px;
		-webkit-appearance: none;
	}

	#terms-title {
		font-size: 3em;
	}

	#maps {
		position: absolute;
		width: 536px;
		height: 449px;
		right: 0px;
		bottom: 0px;
	}
	
	#contact-top-left {
		height: 282px;	
	}
	
	#wwd_top_left {
		padding-left: 100px;
	}
	
	.activity_figure_1 p {
		line-height: 1.2 !important;
	}

	#maps-container {
		height: 518px;
		overflow: hidden;
		position: relative;
	}
	
	.widthImg8 {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	.team_clicked {
		height: 218px;
		padding: 19px 0px 20px 20px;
	}
	
	.activity_figure_1 {
		height: 400px;
		overflow: hidden;
	}
	
	.activity_figure_1 figcaption {
		margin-top: 45px;
	}
	
	.activity_figure_2 {
		height: 182px;
		overflow: hidden;
	}
	
	.activity_figure_3 {
		height: 218px;
		overflow: hidden;
	}
	
	.subH2 {
		font-size: 18px !important;	
	}
	
	#team-top-left {
		width: 790px;
	}
	
	.font12em {
		font-size: 1.2em !important;
	}
	
	#home-text {
		top: 95px;
		left: 160px;
		width: 950px !important;
		font-size: 22px;
		font-style:italic;
		color: rgba(255, 255, 255, 0.9);
	}
	
	#team-top-block {
		/*height: 360px;*/
	}
	
	#content {
		margin-top: 70px;	
	}
	
	#home-hidden-1 {
		width: 940px !important;
		font-size: 0.9em;
	}
	
	#home-hidden-1 p {
		line-height: 1.2 !important;
	}

	#home-hidden-2 {
		left: 110px;
		width: 900px !important;
		line-height: 1.5;
	}

	#home-hidden-2 h3 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 2em;
	}
	
	.team-name-title {
		font-size: 1.7em !important;
	}
	
	.ref-top-text p, .ref-bottom-text p {
		font-size: 1.13em !important;
		line-height: 1.4 !important;
	}
	
	.references-top {
		height: 130px;
	}
	
	.references-bottom {
		height: 270px;
		position: relative;
	}
	
	#reference-top-left {
		height: 125px;
	}
	
	#market-data-article {
		height: 802px;
	}

}

@media screen and (max-width: 1229px) {
/******* CUSTOM *******/	
	.team_clickable p, .team_clicked p {
		line-height: 1.2 !important;
	}
	
	#team-top-left p {
		line-height: 1.1 !important;
	}
	
	#wwd_last_right_p {
		margin-right: 40px;
	}
	
	.ref-top-text p, .ref-bottom-text p {
		font-size: 0.9em !important;
		line-height: 1.3 !important;
	}
	
	.references-top {
		height: 100px;
	}
	
	.references-bottom {
		height: 220px;
		position: relative;
	}
	
	#reference-top-left {
		height: 95px;
	}
	
	#market-data-article {
		height: 640px;
	}
	
	.activity_sismo_overview_link {
		margin-top: -15px;
	}
	
	.activity_sismo_overview_link img {
		width: 55px;
	}
}