@charset "UTF-8";
/* CSS Document */

@import 'clearfix.css';
@import 'fonts/fonts.css';
/*@import 'fonts/swiper.css';*/
/*@import 'media.css';*/

body,td,th {
	font-family: 'fira_sans_otlight';
	font-size: 12px;
	outline-style: 1em;
	line-height: 1.2em;
	color: #666;
	text-shadow: 0px 1px 0px #fefefe;
}
body, html {
	background: url(../images/layout/bg_footer.jpg) repeat;
	margin: 0px;
	width: 100%;
/*	max-width: 1280px;*/
	min-width: 1048px;
	margin: 0px auto;
	position: relative;
}
html.popup_page, 
html.popup_page body {
	background: #eee;
	padding: 2%;
	min-width: 0px;
	width: 96%;
	line-height: 1.6em;
}
html.popup_page body h1 {
	margin-bottom: 30px;
}
#wrapper {
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	display: block;
	position: relative;
}
header {
	position: relative;
	padding-top: 14px;
	width: 100%;
	height: 77px;
	diaplay: block;
	z-index: 1000;
	background: url(../images/layout/bg_header.png) repeat-y;
	overflow:hidden;
	-webkit-transition: height .5s;
	transition: height .5s;
}
header.mid_opened  {
	height: 100px;
	-webkit-transition: height .5s;
	transition: height .5s;
}
header.opened {
	height: 141px;
	-webkit-transition: height .5s;
	transition: height .5s;
}
#main {
	position: relative;
	width: 100%;
	display: block;
	padding: 0px;
}
#left_col {
	float: left;
	background: url(../images/layout/bg_left_col.png) repeat-y top right;
	width: 18%;
	padding-right: 4%;
}
#right_col {
	float: right;
	width: 74%;
}
#footer_bar {
	background: #444;
	display: block;
	height: 49px;
}
#footer_bar.fixed {
	position: fixed;
	bottom: 0px;
	z-index: 100000;
	width: 100%;
}
footer {
	padding: 0px;
	width: 100%;
	background: url(../images/layout/bg_footer_top.png) no-repeat center top;
}
footer.menu_fixed {
	margin-top: 49px;
}
header .subwrapper,
#main .subwrapper,
#footer_bar .subwrapper,
footer .subwrapper {
	max-width: 1040px;
	min-width: 970px;
	padding: 0px 1.18845501%;
	margin: 0 auto;
	position: relative;
}
#loading_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 85%;
	width: 100%;
	z-index: 10000000;
	background: rgba(0,0,0,.5);
	display: none;
	text-align: center;
	padding-top: 15%;
}
#loading_overlay .alert_box {
	width: auto;
	max-width: 45%;
	height: auto;
	background: #fff;
	margin: auto;
	padding: 20px;
	text-align: center;
	display: none;
	color: #333;
	font-size: 14px;
	line-height: 1.2em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#loading_overlay .alert_box h4 {
	text-transform:none;
	margin-bottom: 20px;
}
#loading_overlay .loading {
	width: 100px;
	height: 40px;
	padding: 100px 20px 0px 20px;
	background: #fff url(../images/layout/loader.gif) center center no-repeat;
}
/*-----------------------------------------------------------*/
/*----------------------- FORMAT STUFF ----------------------*/
/*-----------------------------------------------------------*/
.colored { color: #ff9900;}
.light { color: #999; }
.soft_light { color: #ccc; }
.soft_dark { color: #666; }
.dark { color: #333; }
.shadowed { box-shadow: 0px 1px 4px rgba(0,0,0,.1); }
.mid_shadowed { box-shadow: 0px 4px 4px rgba(0,0,0,.2); }
.hard_shadowed { box-shadow: 0px 4px 4px rgba(0,0,0,.8); }
.hallow_shadowed { box-shadow: 0px 5px 20px rgba(0,0,0,.3); }
.lightgray_wrapper {
	background: #f3f3f3;
}
.medium_text {font-size: .93em; line-height: 1.6em; }
.centercontent { text-align: center; }
.leftcontent {  text-align: left; }
.nobordered {
	padding: 0 !important;
	border: none !important;
}
.left_bordered {
	border-left: solid 1px #ccc;
}
.top_bordered {
	border-top: solid 1px #ccc;
	padding-top: 20px;
}
/*-----------------------------------------------------------*/
/*----------------------- ERROR STUFF -----------------------*/
/*-----------------------------------------------------------*/
#error_display {
	position: fixed;
	top: 0px;
	left: 0p;
	background: rgba(255,255,255,.5);
	width: 100%;
	height: 100%;
	z-index: 99999;
	text-align: center;
}
#error_display .box {
	position: relative;
	top: 45%;
	color: #fff;
	background: rgba(0,0,0,.8);
	padding: 5% 5%;
	display: inline-block;
	-webkit-border-radius: 30px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 30px;
	-moz-border-radius-topright: 0;
	border-radius: 30px;
	border-top-right-radius: 0;
}
#error_display #close {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 20px;
	height: 20px;
	border: 2px solid #efefef;
	line-height: 1em;
	cursor: pointer;
	font-size: 1.5em;
	background: url(../images/layout/bt_close_2.png) no-repeat;
	background-position:  center top;
}
#error_display #close:hover {
	background-position:  center bottom;
}
/*-----------------------------------------------------------*/
/*----------------------- COLS ------------------------------*/
/*-----------------------------------------------------------*/
.col {
	float: left;
/*	margin: 0 1.04166667%; */
}
.col_spaced {
	margin: 0 .7%;
}
.at_right {
	float: right;
	position: relative;
	right: 14%;
}
.col_left {
	margin-left: 0px !important;
	float: left;
}
.col_right {
	margin-right: 0px !important;
	float: right;
}
.col_lead {
	margin-bottom: 20px;
	font-size: .8em;
	float: left ;
}
.amount1 { 
	width: 46%;
	margin: 0 1%;
}
.amount2 {
	width: 100%;
	margin: 0; 
}
.col_left.amount1 {
	width: 46%;
	padding-right: 4%;
	border-right: 1px solid #ccc;
} 
/*-----------------------------------------------------------*/
/*----------------------- TEXT STYLES -----------------------*/
/*-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
}
h1 {
	/*used on tool_box*/
	font-family: 'fira_sans_otmedium';
	font-size: 2.5em;
	margin-bottom: 0em;
}
h2 {
	/*used on footer bar */
	font-family: 'fira_sans_otlight';
	font-size: 1.45em;
}
h3 {
	font-family: 'fira_sans_otmedium';
	font-size: 1.37em;
}
h4 {
	/*used on footer*/
	font-size: 1em;
	font-family: 'fira_sans_otmedium';
	color: #333;
}
h5 {
	/*used on control_box*/
	font-size: 10px;
	color: #333;
}
h6 {
	/*used on footer contacts */
	font-size: .86em;
	font-family: 'fira_sans_otmedium';
	text-transform: uppercase;
	margin: 0px !important;
}
img { border: 0px; }
* p:first-child { margin-top: 0px; }
strong { font-family: 'fira_sans_otmedium'; font-weight:normal; }
/*-----------------------------------------------------------*/
/*----------------------- LISTS -----------------------------*/
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*----------------------- SELECTORS -------------------------*/
/*-----------------------------------------------------------*/
a {
	outline: none !important;
	color: #333;
}
a,
a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover,
a:active,
a.active {
	color: #333;
	text-decoration: NONE;
}
/*-----------------------------------------------------------*/
/*----------------------- MENU 1 ----------------------------*/
/*-----------------------------------------------------------*/
#bt_restart {
	width: 41px;
	height: 40px;
	margin: 7px 10px 0 0;
	background: url(../images/layout/bt_restart2.png) no-repeat left bottom;
	border-right: 2px groove #fff;
	padding-right: 10px;
	cursor: pointer;
}
#bt_restart:hover {
	background-position: left center;
}
#bt_restart:active {
	background-position: left top;
}
#menu1{
	display: block;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#menu1 > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu1 > ul > li {
	display: inline-block;
/*	float: left; */
	padding: 20px 16px 6px 0;
}
#menu1 > ul > li:first-child {
	border: none;
}
#menu1 > ul > li > a {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 1.5em;
	text-transform: uppercase;
	height: 100%;
	font-family: 'fira_sans_otregular';
	color: #bcbcbc;
	text-decoration: none;
	-webkit-transition: color .5s;
	transition: color .5s;
	cursor: pointer;
}
#menu1 > ul > li > a:link,
#menu1 > ul > li > a:visited {
	color: #bcbcbc;
	text-decoration: none;
	-webkit-transition: color .5s;
	transition: color .5s;
}
#menu1 > ul > li:hover a,
#menu1 > ul > li > a:hover,
#menu1 > ul > li > a:active,
#menu1 > ul > li.active > a {
	color: #666;
	text-decoration: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}
#menu1 > ul > li.active {
	background: no-repeat 0px top;
	background-image: url(../images/layout/bg_menu1.png);
	/*padding-top: 0px;*/
	padding-top: 0px;
}
#menu1 > ul > li.active .button.small_topmenu {
	display: block;
}
/*-----------------------------------------------------------*/
/*----------------------- MENU 2 ----------------------------*/
/*-----------------------------------------------------------*/
.menu2 {
	display: none;
	border-top: 1px solid #999;
	border-bottom: 0px dotted #333;
	padding: 3px 0px 50px 0px;
	position: absolute;
	left: 0px;
	margin-top: 6px;
}
.menu2 > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
.menu2 > ul > li {
	display: inline-block;
/*	foat:left; */
	padding: 3px 2px 3px 14px;
	margin: 0px 0px 0px 0px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(../images/layout/bg_menu2.png) no-repeat;
	background-position: left 2px bottom 5px;
	color: #333;
	text-shadow: none;
	cursor: pointer;
	-webkit-transition:background-color .2s ease, color .2s;
	transition:background-color .2s ease, color .2s;
}
.menu2 > ul > li {
}

.menu2 > ul > li.active,
.menu2 > ul > li.not_clickable {
	color: #fff;
	background-color: #666;
	-webkit-transition:background-color .4s ease, color .4s;
	transition:background-color .4s ease, color .4s;
	background-position: left 2px top 5px !important;
}
.menu2 > ul > li:not(.blocked):hover,
.menu2 > ul > li:not(.blocked).hover {
	color: #fff;
	background-color: #666;
	-webkit-transition:background-color .4s ease, color .4s;
	transition:background-color .4s ease, color .4s;
	background-position: left 2px bottom 5px;
}
.menu2 .blocked {
	cursor: auto !important;
}
.menu2 .sel_all {
	float: left;
	margin-left: 10px;
	top: -2px;
	position:relative;
	display: inline-block;
}
.menu2 .desel_all {
	float: left;
	margin-left: 10px;
	top: -2px;
	position:relative;
	display: none;
}
/*-----------------------------------------------------------*/
/*----------------------- BALOONS STUFF ---------------------*/
/*-----------------------------------------------------------*/
.infowindow_tbl {
	height: 70px;
}
.expand_button {
	position: absolute;
	right: 0px;
	bottom: 5px;
	border: 0px #999 solid;
	width: 12px;
	height: 11px;
	background: url(../images/layout/icon_expand.jpg) no-repeat;
	background-position: center bottom;
}
.expand_button:hover {
	background-position: center top;
}
a.expand_inline {
	display: inline-block;
	font-size: 1em;
	line-height: 1em;
	font-family: 'fira_sans_otlight' !important;
	padding: 2px 4px 0 4px;
	border: 1px solid #393;
}
a.expand_inline:link,
a.expand_inline:visited {
	color: #fff;
	text-decoration: none;
	background: #393;
}
a.expand_inline:hover,
a.expand_inline:active {
	color: #393;
	text-decoration: none;
	background: #fff;
}
.infowindow_img {
	width: 80px;
	60px;
}
.city_intro {
	vertical-align: top;
	width: 150px;
	padding-left: 15px;
	line-height: 1.4em; 
	font-size: 10px;
}
.city_intro p {
	margin-bottom: 0px;
	
}
.fancybox_detail {
	width: 400px;
	line-height: 1.6em;
}
.fancybox_detail img {
	width: 100%;
	margin-bottom: 10px;
}
.fancybox_detail h3 {
	font-size: 16px;
}
/*-----------------------------------------------------------*/
/*----------------------- VAR NAVIGATION STUFF --------------*/
/*-----------------------------------------------------------*/
#var_navigation {
	width: 100%;
	height: 100%;
	background: #333 url(../images/layout/bt_bg.png) repeat-x center;
	background-size: 100% 100%;
	padding: 0px !important;
	display: block;
}
#var_navigation .var_navigation_button {
	float: left;
	width: 198px;
	height: 68%;
	border-left: 2px groove #666;
	padding: 10px 10px 10px 50px;
	cursor: pointer;
	color: #ddd;
	text-shadow: 0 -1px 0px #000;
	background: no-repeat left 15px center;
	background-size: 20px;
}
#var_navigation .var_navigation_button.toleft {
	background-image: url(../images/layout/bt_var_nav_left.png);
}
#var_navigation .var_navigation_button.toright {
	background-image: url(../images/layout/bt_var_nav_right.png);
}
#var_navigation .var_navigation_button.active {
	background-image: url(../images/layout/bt_var_nav_top.png);
	background-color: #900;
}
#var_navigation .var_navigation_button h5,
#var_navigation .var_navigation_button h6 {
	display: inline-block;
}
#var_navigation .var_navigation_button h5 {
	color: #999;
	text-shadow: 0 -1px 0px #444;
}
#var_navigation .var_navigation_button h6 {
	font-size: .9em;
	color: #ddd;
	padding-right: 5px;
}
#var_navigation .var_navigation_button:hover {
	text-shadow: 0 0 15px rgba(255,255,255,.8);
}
#var_navigation .var_navigation_button:active {
	background-color: #333;
}
/*-----------------------------------------------------------*/
/*-------------------- VAR SCREEN STUFF----------------------*/
/*-----------------------------------------------------------*/
.swiper-slide_content {
	width: 100%;
	height: 100%;
	position: relative;
}
.main_map_container {
	position: relative;
}
.var_legend {
	margin: 0px;
	padding: 10px 25px;
	background: rgba(255,255,255,.8);
	position: absolute;
	top: 100px;
	left: 155px;
	list-style: none;
	display: block;
}
.var_legend li {
	padding: 4px 0px;
	margin: 0px;
	text-transform:uppercase;
	clear: both;
}
.var_legend li .colored_square {
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 5px;
}
.var_legend li.legend_small {
	font-size: .8em;
	line-height: 1em;
}
.var_legend li.legend_small .colored_square {
	width: 5px;
	height: 5px;
}
.var_legend li.legend_unit {
	border-top: 1px dotted #ccc;
	font-style:italic;
	color: #999;
	margin-top: 12px;
	font-size: .8em;
}
/*
.var_legend li .colored_square.color1 { background-color: #00A55F; }
.var_legend li .colored_square.color2 { background-color: #0094AA; }
.var_legend li .colored_square.color3 { background-color: #EC9F58; }
.var_legend li .colored_square.color4 { background-color: #A66A9E; }
.var_legend li .colored_square.color5 { background-color: #E0E075; }
.var_legend li .colored_square.color6 { background-color: #000000; }
.var_legend li .colored_square.color7 { background-color: #E2022A; }
*/

/*-----------------------------------------------------------*/
/*----------------------- SCENARIO TABLS & CHARTS BOX -------*/
/*-----------------------------------------------------------*/



/*----------------------- TABS STUFF ------------------------*/
#tabs_info {
	display: none;
/*	width: 500px;*/
	min-width: 400px !important;
/*	height: 200px; */
	position: absolute;
	z-index: 999999;
	background: url(../images/layout/bg_info_tab.jpg) repeat top left;
	background-size: content;
	overflow: visible !important;
}
#tabs_info div.header {
	background: url(../images/layout/bg_tabs_info.jpg) repeat-x center left;
	height: 12px;
	padding: 8px 50px 10px 10px;
	cursor: move;
}
#tabs_info div.header h2 {
	text-shadow: none;
	color: #999;
	background: #e8e8e8;
	padding: 0px 5px;
	cursor: move;
	display: inline;
}
#tabs_info .container {
	display: block;
	padding: 20px;
}
#tabs_info .container table.scenario_table  {
	border: none;
	border-spacing: 0px;
	width: 100%;
	margin-bottom: 5px;
}
#tabs_info .container table.scenario_table .first_col {
	border-left: 2px groove #fff; 
}
#tabs_info .container table.scenario_table th,
#tabs_info .container table.scenario_table td {
	padding: 5px 10px;
	background: url(../images/layout/bg_tabs_info_row.png) repeat-x left bottom;
	text-align: center;
	/*width: 20px !important;*/
	white-space: nowrap;
	text-align: center;
}
#tabs_info .container table.scenario_table th {
	text-align: center;
	text-transform: uppercase;
	background-color: #666;
	color: #eee;
	text-shadow: 0 -1px 0px #000;
	vertical-align: top;
	font-size: 10px;
}
#tabs_info .container table tr td.toleft,
#tabs_info .container table tr th.toleft {
	text-transform: uppercase;
	text-align: left;
}
#tabs_info .container table.scenario_table .table_label { width: 150px; }
#tabs_info .container table.scenario_table .table_unit { width: 50px; }
#tabs_info .container table.scenario_table .table_value { width: 50px; }
#tabs_info .container table.scenario_table .table_dif { width: 50px; }

#tabs_info .container .ui-tabs-panel {
	border-top: 1px solid #ccc;
	position: relative;
	top: -1px;
	overflow: visible !important;
	padding-top: 10px;
}
#tabs_info_nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#tabs_info_nav li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	margin-right: 2px;
}
#tabs_info_nav li a {
	padding: 5px 10px;
	display: block;
	border: 1px solid #ccc;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#tabs_info_nav li a:link,
#tabs_info_nav li a:visited {
	text-decoration: none;
	color: #999;
	background: #eee;
}
#tabs_info_nav li a:hover,
#tabs_info_nav li a:active,
#tabs_info_nav li.ui-state-active a {
	text-decoration: none !important;
	color: #000 !important;
	background: none !important;
	border-bottom: none  !important;
	padding-bottom: 6px !important;
}
#tabs_info #close {
	cursor: pointer;
	background: url(../images/layout/bt_close_info_tab.png) no-repeat center center #ececec;
	width: 20px;
	height: 23px;
	position: absolute;
	top: 5px;
	right: 5px;
}
#tabs_info #dn_xls {
	float: right;
	position: relative;
	top: -3px;
}
#tabs_info #dn_xls .button {
	font-size: 9px !important;
	padding: 5px 8px;
}

/*-----------------------------------------------------------*/
/*----------------------- SCENARIO TABLES -------------------*/
/*-----------------------------------------------------------*/


/*-----------------------------------------------------------*/
/*----------------------- COMPARE BOX STUFF -----------------*/
/*-----------------------------------------------------------*/
	#compare_tool_box .notif {
		color: #f00;
		display: none;
		font-size: 12px;
		text-align: center;
		padding: 3px;
		font-family: 'fira_sans_otmedium';
		z-index: 999999;
		position: absolute;
		top: 0px;
		bottom: 0px;
	}
	#compare_tool_box {
		width: 45px;
		/*padding: 10px;*/
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		/*background: url(../images/layout/bg_compare_box.png) no-repeat left 5px center #900; */
		background: url(../images/layout/bg_comparediv2.jpg) repeat-y left #f0f0f0;
		color: #333 !important;
		text-shadow: none !important;
		border: 1px solid #999; 
		border-right: none;
		border-spacing: 4px;
		position: absolute;
		right: 0px;
		top: 150px;
		z-index: 100000;
		overflow: hidden;
	}
	#compare_tool_box td {
		color: #333 !important;
		text-shadow: none !important;
		vertical-align: top !important;
	}
	#compare_tool_box #add_for_compare {
		width: 116px;
	/*	background: url(../images/layout/bt_add.png) no-repeat left bottom; */
		cursor: pointer;
		margin: 4px;
		padding-left: 0px;
		white-space: nowrap;
		position: relative;
		display: block;
		text-align: center;
	}
	#compare_tool_box #add_for_compare .button {
		font-size: 10px;
		color: #fff;
		/*padding: 10px 10px; */	
		border-color: #000;
		background: #393;
		border-color: #fff;
		width: 100%;
	}
	#compare_tool_box #add_for_compare .legend {
		margin: 0px;
		color:#333;
	}
	#compare_tool_box #add_for_compare:hover {
		background-position: left top;
	}
	#compare_tool_box #add_for_compare:active {
		background-position: left top;
	}
	#compare_tool_box #visible_stuff {
		min-width: 40px !important;
		height: 160px;
		background: url(../images/layout/m_scenarios.png) no-repeat left center;
	}
	#compare_tool_box .hidden_col {
		display: none;
	}
	#compare_tool_box h5 {
	/*	display: none; */
		color: #333;
	}
	#compare_tool_box #added_scnearios {
	/*	display: none; */
		mrgin: 0px;
		padding: 0px;
		list-style: none;
		list-style: decimal inside;
	}
	#compare_tool_box #added_scnearios li {
		padding: 5px 10px;
	/*	background: #e6e6e6 no-repeat left 4px center; */
		background: no-repeat left 4px center;
		cursor: pointer;
		border-bottom: 1px dotted #666;
	}
	#compare_tool_box #added_scnearios li:first-child {
		border-top: 1px dotted #666;
	}
	#compare_tool_box #added_scnearios li.inactive {
		font-style:italic;
	}
	#compare_tool_box #added_scnearios li.empty {
		background: url(../images/layout/bt_add2.png) no-repeat right 5px bottom 1px;
		color:#ccc !important;
		text-shadow:0 1px 0 rgba(255,255,255,0.75);!important
	}
	#compare_tool_box #added_scnearios li.empty:first-child {
		
	}
	#compare_tool_box #added_scnearios li.empty:hover {
		background-position: right 5px top;
	}
	#compare_tool_box #added_scnearios li.listed:hover {
		background-image: url(../images/layout/bg_remove.png);
		padding-left: 24px;
		color: #C30;
	}
	#compare_tool_box #added_scnearios li:nth-child(odd) {
/*		background-color: #eee; */
	}
	#compare_tool_box #go_and_compare {
		width: 100%;
	/*	display: none; */
	}
	#go_and_compare_box {
		position: relative;
	}
	#compare_tool_box:hover {
		width: auto;
	}
/*	#compare_tool_box:hover #add_for_compare .button,
	#compare_tool_box:hover #added_scnearios,
	#compare_tool_box:hover #go_and_compare,
	#compare_tool_box:hover #visible_stuff,
	#compare_tool_box:hover h5, */
	#compare_tool_box:hover .notif,
	#compare_tool_box:hover .hidden_col {
		display: block;
	/*	width: 100%; */
	}
	#compare_tool_box #add_for_compare .button,
	#compare_tool_box #added_scnearios,
	#compare_tool_box #go_and_compare,
	#compare_tool_box #visible_stuff,
	#compare_tool_box h5 {
	/*	display: block;
		width: 100%;
	*/
	}
	.disable_box {
		position: absolute;
		display: none;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgba(242,242,242,1);
		z-index: 100000;
	}
	.disable_box.disabled {
		display: block;
	}
	/*#go_and_compare {
		float: right;
		width: 60px;
		height: 60px;
		display: none;
		cursor: pointer;
		background: url(../images/layout/bg_go_compare.png) center top no-repeat;
	}
	#compare_tool_box:hover #go_and_compare {
		display: block;
	}
	#go_and_compare:hover {
		background-position: center center;
	}
	#go_and_compare:active {
		background-position: center bottom;
	}
	*/
/*-----------------------------------------------------------*/
/*----------------------- COMPARE PAGE STUFF ----------------*/
/*-----------------------------------------------------------*/
.scenario_thumb {
	width: 50%;
	height: 50%;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: left;
}
.scenario_thumb.compare_empty_slot {
	background: url(../images/layout/bg_empty_slot.png) no-repeat center center;
	cursor: pointer;
}
.scenario_thumb_label {
	position: absolute;
	top: 5px;
	left: 100px;
	z-index: 1000000;
	background-color: #fff;
	overflow: hidden;
	height: 18px;
}
.scenario_thumb_label:hover {
	height: auto;
}
.scenario_thumb_label {
}
.scenario_thumb_label h5 {
	padding: 5px;
	color: #000;
	font-family: 'fira_sans_otmedium';
	float: left;
}
.scenario_thumb_label ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
	background: #eee;
}
.scenario_thumb_label ul li {
	padding: 1px 2px;
	text-align: left;
	font-size: 11px;
	line-height: 1.2em;
}
.return_button {
	background: #333 url(/images/layout/bg_return_button.png) no-repeat left center;
	padding: 0 0px 0 15px;
	width: 0px;
	height: 18px;
	color: #fff;
	float: left;
	overflow: hidden;
	font-size: 9px;
	line-height: 20px;
	text-shadow: none;
	text-transform:uppercase;
	cursor: pointer;
}
.scenario_thumb_label:hover .return_button {
	width: auto;
	padding-right: 4px;
}
	
/*-----------------------------------------------------------*/
/*----------------------- HEADER STUFF ----------------------*/
/*-----------------------------------------------------------*/
header > .subwrapper {
	/*border-top: 2px solid  #6bab4d;*/
	padding-top: 0px;
	position: relative;
}
header #main_menu_group {
	float: left; 
	position: relative;
	width: 86%;
}
#main_logo {
	float: right;
	height: 80px;
	margin-top: -5px;
}

#run_button,
#tools_box {
	clear: both;
	display: block;
	margin-top: 0px;
	height: 50px;
	position:relative;
}
#run_box {
	display: none;
	margin-top: 0px;
	width: 100%;
}

#highlight_dif_box {
	display: none;
/*	position: absolute; */
	bottom: 0px;
}

.dif_map { position: absolute; top: 1000; }
.var_legend.dif_map_legend { display: none; }
.button {
	color: #fff;
	background: #333 url(../images/layout/bt_bg.png) repeat-x center;
	margin: 0px;
	text-transform: uppercase;
	outline: none;
	border: 1px inset #fff;
	padding: 10px;
	cursor: pointer;
	white-space: nowrap;
}
.button.small_topmenu {
	font-size: .45em;
	padding: 3px 8px;
	background-size: 100% auto;
	display: none;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-top: -3px;
}
.button .legend {
	font-style:italic;
	margin: 0px;
	font-size: 9px;
	color: #ccc;
}
.button:hover {
	text-shadow: 0px 0px 10px rgba(255,255,255,0.9);
}
.button:active {
	background: #333;
}
#highlight_dif.button {
	height: 46px!important;
	border: 2px groove #333;
	width: 145px;
}
#highlight_projs.button {
	height: 46px!important;
	font-size:.75em !important;
	border: 2px groove #333;
}
#highlight_dif.button:active,
#highlight_projs.button:active,
#highlight_projs.button.active {
	background: #333;
	border: 2px inset #fff;
	color: #999;
}
#run_box .button {
	position: relative;
	left: 0px;
}
#tools_box {
	display: table;
	display: none;
}
#tools_box h1,
#tools_box #control_box,
#tools_box #view_options_box {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
	position: relative;
}
#tools_box h1 {
	padding-right: 15px;
	width: 293px;
}
#tools_box #control_box,
#tools_box #view_options_box {
	padding: 0px 10px;
}
#tools_box #control_box h5,
#tools_box #view_options_box h5 {
	position: absolute;
	top: 2px;
	left: 10px;
}
#tools_box #control_box select,
#tools_box #control_box #variation_slide,
#tools_box #control_box #variation_slide .slide_button  {
	float: left;
}
#tools_box #control_box select {
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}
#tools_box #control_box #variation_slide {
/*	background: url(../images/layout/bg_slider.png) repeat-x left bottom 3px; */
	height: 35px;
	width: 80px;
	text-align: center;
}
#tools_box #control_box #variation_slide .slide_button {
/*	height: 40px; */
	width: 33%;
	background: url(../images/layout/bg_slider_button_active.png) no-repeat center top 10px;
	padding-bottom: 0px;
	text-align: center;
}
#tools_box #control_box #variation_slide #slide_button_slider {
	width:80%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/layout/bg_slider.png) repeat-x left top 5px transparent;
	outline: none;
	cursor: pointer;
}
#tools_box #control_box #variation_slide #slide_button_slider span {
	display: none;
}
#tools_box #view_options_box div {
	width: 31px;
	height: 30px;
	display: block;
	background: no-repeat center bottom;
	background-size: cover;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
/* ---- START Graph button--- */
#tools_box #view_options_box div#graph {
	background-image: url(../images/layout/bt_graph.png);
}
#tools_box #view_options_box div#graph:link,
#tools_box #view_options_box div#graph:visited
#tools_box #view_options_box div#graph:hover {
	background-position: bottom;
}
#tools_box #view_options_box div#graph:active,
#tools_box #view_options_box div#graph.active {
	background-position: top;
}
/* ---- END Graph button--- */

/* ---- START Table button--- */
#tools_box #view_options_box div#table {
	background-image: url(../images/layout/bt_table.png);
}
#tools_box #view_options_box div#table:link,
#tools_box #view_options_box div#table:visited
#tools_box #view_options_box div#table:hover {
	background-position: bottom;
}
#tools_box #view_options_box div#table:active,
#tools_box #view_options_box div#table.active {
	background-position: top;
}
/* ---- END Graph button--- */

/*-----------------------------------------------------------*/
/*----------------------- FOOTER STUFF ----------------------*/
/*-----------------------------------------------------------*/
footer .subwrapper {
	padding-top: 40px;
	text-shadow: 0 1px 0 #ddd;
}
footer #about_links, 
footer #interest_links,
footer #contacts {
	margin: 0px;
	padding: 0px;
	margin-right: 30px;
}
footer #about_links {
	width: 15%;
}
footer #interest_links {
	width: 30%;
}
footer ul {
	margin: 10px 0px;
	padding: 0px;
	list-style: none;
	width: 150px;
	float: left;
}
footer #interest_links ul {
	width: 100%;
}
footer #interest_links .accordion > ul {
	width: 90%;
	margin-left: 10%;
}
footer ul li {
	border-bottom: 2px groove #ddd;
}
footer ul li:first-child {
	border-top: 2px groove #ddd;
}
footer .accordion > ul li:first-child {
	border-top: none;
}
footer ul li a {
	font-family: 'fira_sans_otregular';
	text-transform:uppercase;
	display: block;
	width: 100%;
	height: 100%;
	padding: 6px 10px;
	font-size: 1em;
	background: url(../images/layout/bg_footer_link.png) no-repeat;
	color: #555 !important;
}
footer ul li a:link,
footer ul li a:visited {
	text-decoration: none;
	background-position: -20px 5px;
	padding-left: 10px;
	-webkit-transition:background-position .5s ease, padding-left .2s;
	transition:background-position .5s ease, padding-left .2s;
}
footer ul li a:hover,
footer ul li a:active,
footer .accordion .ui-state-active {
	text-decoration: none;
	background-position: 10px 5px;
	padding-left: 30px;
	-webkit-transition:background-position .5s ease, padding-left .2s;
	transition:background-position .5s ease, padding-left .2s;
}
footer .accordion ul li a {
	background-position: -20px 3px;
	padding: 5px 10px 3px 10px;
	font-size: .9em;
	-webkit-transition:background-position .5s ease, padding-left .2s;
	transition:background-position .5s ease, padding-left .2s;
	color: #555;
}
footer .accordion ul li a:hover {
	background-position: 5px 3px;
	padding-left: 23px;
	-webkit-transition:background-position .5s ease, padding-left .2s;
	transition:background-position .5s ease, padding-left .2s;
}
footer #contacts {
	display: block;
	width: 27%;
}
footer #contacts a,
footer #contacts a:link,
footer #contacts a:visited {
	text-decoration:none;
}
footer #contacts a:hover,
footer #contacts a:active {
	text-decoration:underline;
}
footer #contacts > div {
	border-top: 2px groove #ddd;
	display: block;
	width: 100%;
	margin: 10px 0px;
	padding-top: 12px; 
}
footer #contacts > div p {
	margin-top: 3px;
	line-height: 1.4em;
}
footer #logos_box {
	text-align: right;
	width: 190px;
}
footer #logos_box img {
	margin-bottom: 5px;
	margin-right: 5px;
}
/*-----------------------------------------------------------*/
/*-------------------------- CHARTS STUFF -------------------*/
/*-----------------------------------------------------------*/
.chart {
	border-bottom: 1px solid #000;
	position: relative;
	height: 320px;
	float: left;
	display: block;
}
.chart .left_scale {
	border-right: solid 1px #000;
	height: 100%;
	min-width: 40px;
	display: block;
	float:left;
	position: relative;
	text-align: right;
}	
.chart .compareset {
	height: 100%;
	display: block;
	position: relative;
	display: block;
	margin: 0 1px;
	float:left;
}		
.chart .barset {
	width: 50px;
	height: 100%;
	display: block;
	position: relative;
	display: block;
	margin: 0 1px;
	float:left;
}
.chart.compare .barset {
	width: 40px;
}
.chart.stack .barset {
	width: 100px;
}
.chart.stack.compare .barset {
	width: 50px;
}
.chart .right_scale {
	border-left: solid 1px #000;
	height: 100%;
	display: block;
	position: relative;
	min-width: 40px;
	float: left;
	text-align: left;
}
.chart .top_value {
	position: absolute;
	top: 20px;
	background-position-y: top !important;
}
.chart .base_value {
	position: absolute;
	bottom: 0px;
	background-position-y: bottom !important;
}
.chart .barset .bar {
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: table-cell;
	text-align: center;
	vertical-align:middle;
}
.chart .barset .bar p {
	z-index: 10000000;
	padding: 3px 3px 2px 3px;
	background: #fff;
	text-shadow: none;
	color: #333;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'fira_sans_otmedium';
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.25);
	position:relative;
	top: 0px;
	margin: 0px;
}
.chart .cross_line p {
	z-index: 10000000;
	padding: 3px 3px 2px 3px;
	background: #333;
	text-shadow: none;
	color: #fff;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'fira_sans_otmedium';
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.25);
	position:relative;
	top: -10px;
}
.chart .scale_unit {
	display: block;
	line-height: 1em;
	font-size:.8em;
	margin: 0px;
	padding: 0 10px;
	position: absolute;
	top: 0px;
	font-style:italic;
	color: #000;
	white-space: nowrap;
	background: none !important;
}
.chart .scale_value {
	display: block;
	line-height: 1em;
	margin: 0px;
	padding: 0 10px;
	font-family: 'fira_sans_otmedium';
	color: #555px;
	white-space: nowrap;
	position: absolute;
	background: url(../images/layout/bg_scale_value.jpg) bottom no-repeat;
}
.chart .left_scale .scale_value {
	right: 0px;
	background-position-x: right !important;
}
.chart .right_scale .scale_value {
	background-position-x: left !important;
}
.chart .cross_line {
	background: url(../images/layout/bg_cross_line.png) bottom left repeat-x;
	width: 90%;
	height: 1px;
	position: absolute;
	left: 30px; 
	text-align: center;
}
.chart.compare .cross_line {
	height: 1px;
	width: 100%;
	left: 3px;
}
.chart .cross_line p {
	/*margin-bottom: 2px;*/
	position: relative;
	left: auto;
	top: -10px;
}
.chart.compare .cross_line p {
	position: relative;
	left: auto;
	top: -10px;
}
.lu_chart .right_scale,
.ls_chart .right_scale,
.hq_chart .right_scale  {
	display: none;
}
.chart_legend {
	display: block;
	float: left;
	margin-left: 50px;
}
.chart_legend ul {
/*	position: absolute;
	top: 0px;
	right: 0px; */
	margin: 20px 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}
.chart_legend ul li {
	height: 20px;
	margin: 0 2px;
}
.chart_legend ul li div {
	float:left;
}
.chart_legend ul li .square {
	width: 10px;
	height: 50%;
	margin-right: 4px;
	background: repeat-x center;
}
.chart .compareset {
	height: 100%;
	display: block;
	position: relative;
	display: block;
	margin: 0 2px;
	float:left;
}	
.chart .x_legend {
	position: absolute;
	bottom: -16px;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: .8em;
}
/*-----------------------------------------------------------*/
/*-------------------------- PRODUCT STUFF ------------------*/
/*-----------------------------------------------------------*/
#products_result {
	clear: both;
}
.product_module {
	height: 203px;
	margin-bottom: 30px;
}
.product_image {
	float: left;
	width: 60%;
	height: 100%;
	margin-right: 3.5%;
	background: url('http://www.jcnascimento.com/images/product/demo_prod.png') no-repeat center center;
	border: 1px solid #eee;
/*	-webkit-filter: grayscale(1); */
	background-size: contain;
	* The url is relative to the document, not to the css file! */
    /* Prefer absolute urls to avoid confusion. */
    -ms-behavior: url(backgroundsize.min.htc);
}
/*.product_module:hover .product_image {
	-webkit-filter: grayscale(0);
}*/
.product_info {
	float: right;
	width: 28%;
	height: 83.5%;
	padding: 5% 4% 5% 4%;
	background: #f39200;
	position: relative;
}
.product_label {
	color: #fff;
	text-transform:uppercase;
	text-align: center;
	font-size: .866em;
	font-family: 'fira_sans_otbold';
	margin-bottom: 6px;
}
.product_ref {
	padding: 10px 0px;
	text-transform: uppercase;
	color: #333;
	font-family: 'fira_sans_otbold';
	font-size: .733em;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	text-align: center;
}
.product_add {
	position: absolute;
	bottom: 10px;
  	text-align: center;
	background: rgba(0,0,0,.43) !important;
	width: 80% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin: 0 auto !important;
}
.product_add:hover {
	background: rgba(0,0,0,.86) !important;
	color: #fff !important;
}
/*-----------------------------------------------------------*/
/*-------------------------- NEWS STUFF ---------------------*/
/*-----------------------------------------------------------*/
.col_left.news_module {
	clear: both;
}
.news_module {
	margin-bottom: 30px;
	background: #;
	font-size: .8em;
}
.news_module img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.news_content {
	padding: 0 2%;
	width: 96%;
	position: relative;
}
.news_content h4 {
	width: 60%;
	float: left;
	line-height: 1.4em;
}
.news_content .news_date {
	position: absolute;
	top: 0px;
	right: 2%;
}
.news_content .copy_box {
	clear: both;
	padding-top: 15px;
}
.news_content p {
	text-align:justify;
}
/*-----------------------------------------------------------*/
/*-------------------------- SEARCH FORM --------------------*/
/*-----------------------------------------------------------*/
#searchbox
{
	overflow: hidden; /* Clear floats */
	padding: 0;
	background: #f7f7f5;
	overflow: visible; /* Clear floats */
	/*height: auto; */
	display: block;
	position:relative;
	margin-bottom: 30px;
	line-height: 1em;
	height: 36px;
}
#search {
    float: left;
}
#submit {
	float: right;
}
form input#search {
  /*  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);    */
	outline: none;
	margin: 0;
	color: #333;  
	padding: 6px 2% 6px 2%;
	width: 91%;
	font-size: 1em;
	line-height: 1em;
	font-family: 'fira_sans_otlight';
}
#submit {       
    cursor: pointer;
	background: no-repeat center center url(../images/layout/bg_search.png);
	background-color: #333;
	width: 5%;
	height: 100%;
	padding: 10px 2%;
}
#submit:hover {       
	background-color: #f90;
}   
#submit:active {       
    background: #f90;
    outline: none;
}
#submit::-moz-focus-inner {
       border: 0;  /* Small centering fix for Firefox */
}
/*-----------------------------------------------------------*/
/*-------------------------- PAGINATION RESULTS -------------*/
/*-----------------------------------------------------------*/
.pagination {
	color: #333;
	text-transform:uppercase;
	margin-bottom: 30px;
	font-size: .9em;
	display: block;
}
.pagination .pag_set_before,
.pagination .pag_set_after {
	display: none;
	cursor: pointer;
}
.pagination ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: none;
}
.pagination ul.pag_set_active {
	display: inline-block;
}
.pagination ul li {
	display: inline-block;
	padding: 0px 3px;
	cursor: pointer;
}
.pagination ul li:hover,
.pagination ul li.active {
	color: #f90;
}
#products_list_container .pagination {
	float: right;
}
/*-----------------------------------------------------------*/
/*-------------------------- ORDER STUFF --------------------*/
/*-----------------------------------------------------------*/
#order_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#order_list > li {
	background: #fcfcfb;
	padding: 14px 2%;
	position: relative;
}
#order_list li:nth-child(odd) {
	background: #f7f7f5;
}
.order_image {
	float: left;
	border: 2px solid #333;
	width: 20%;
	height: 90px;
	overflow:hidden;
	background: center center no-repeat;
	background-size: 100%;
}
.order_info {
	float: right;
	width: 73%;
	padding-left: 3%;
	border-left: 1px dotted #666;
}
.order_info h5 {
	font-size: .8em;
	margin-bottom: 10px;
}
.order_info h5 span {
	text-transform: none;
	font-family: 'fira_sans_otregular';
	font-size: .8em;
}
.order_info h3 {
	margin-bottom: 11px;
	margin-right: 2%;
	display: inline-block;
	float: left;	
}
.order_info p {
	clear: both;
	font-size: .66em;
	line-height: 1.4em;
}
.order_close {
	width: 9px;
	height: 9px;
	background: url(../images/layout/bt_close.png) no-repeat;
	background-position:  center top 0px;
	position: absolute;
	top: 12px;
	right: 2%;
	cursor: pointer;
}
.order_close:hover {
	background-position:  center top -9px;
}
.order_units {
	width: 100%;
	float: left;
	position: relative;
	bottom: 3px;
}
.order_units #order_quant_art1 {
	width: auto;
	font-family: 'fira_sans_otlight_italic';
	background: none;
	cursor: pointer;
}
.order_units input[type=submit] {
	background-image: none;
	padding: 15px 3% 15px 3%;
	margin-top: 20px; 
	float: right;
}
/*-----------------------------------------------------------*/
/*-------------------------- FAQS STUFF ---------------------*/
/*-----------------------------------------------------------*/
#faqs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#faqs li {
	font-size: .86em;
}
#faqs .question {
	background-color: #f7f7f5;
	padding: 20px 2%;
	font-family: 'fira_sans_otmedium';
}
#faqs .answer {
	padding: 20px 2%;
}
/*-----------------------------------------------------------*/
/*-------------------------- CONTACT STUFF .-----------------*/
/*-----------------------------------------------------------*/
#contactos {
	font-size: .86em;
	line-height: 1.3em;
	margin-bottom: 15px;
}
/*-----------------------------------------------------------*/
/*-------------------------- HP STUFF -----------------------*/
/*-----------------------------------------------------------*/

/*-------------------------- BOTTOM BANNER ------------------*/
#rotator { position: relative; width: 100%; height: 500px; overflow: hidden; margin: 0px; padding: 0px;}
#rotator .slide {
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	display: none;
	margin: 0px;
	padding: 0 5%;
}

#rotator .slide h1 {
	font-size: 2.7em;
	font-family: 'fira_sans_otregular';
}
#rotator .slide p {
	font-size: 1.4em;
	line-height: 1.2em;
	width: 50%;
	font-family: 'fira_sans_otlight';
}
#rotator .slide img {
	width: 100%;
}

/* default rotator nav styles */
#rotator-nav { display: block; z-index: 5000;  filter: alpha(opacity=40); padding: 4px; -moz-border-radius: 4px; text-align: center;}
#rotator-nav:hover { opacity: 1; filter: alpha(opacity=100) }
#rotator-nav li { display: inline-block; padding: 0px 2px; margin: 0 1px;}
/*#rotator-nav a { border: solid 1px #aaa; color: #aaa; font: normal 12px Arial; padding: 2px 3px; text-decoration: none; -moz-border-radius: 2px; outline: none }
#rotator-nav a:hover, #rotator-nav .current a { color: #0063B1; border-color: #0063B1; }*/
#rotator-nav a {
	width: 14px !important;
	height: 14px !important;
	border-radius: 7px;
	-moz-border-radius: 6px;
	outline: none;
	background-color: rgba(153,153,153,.8);
	display: block;
}

#rotator-nav a:hover,
#rotator-nav .current a {
	background-color: rgba(255,153,0,.8);
}


/*-------------------------- HP SPOTLIGHT -------------------*/

#spotlight_result .product_info {
	background-color: #333;	
}
#spotlight_result .product_label {
	font-family: 'fira_sans_otregular';
}
#spotlight_result .product_ref {
	color: #f39200;
	font-family: 'fira_sans_otregular';
	border-style:groove;
	border-color: #3a3a3a;
	border-width: 2px 0px 2px 0px;
}
#spotlight_result .product_add {
	background: #474747 !important;
}
#spotlight_result .product_add:hover {
	background: #f39200 !important;
}



#destaques_row .subwrapper {
	text-align: left !important;
}
#destaques_row  a {
	display: block;
	padding-bottom: 9px;
	background: no-repeat bottom left;
}
#destaques_row h2 a {
	color: #6bab4d;
	background-position: top 8px right !important;
}
#destaques_row  a:link,
#destaques_row  a:visited {
	text-decoration: none;
	background-image: url('../images/layout/arrow_go_colored.png');
}
#destaques_row  a:hover,
#destaques_row  a:active {
	text-decoration: none;
	text-shadow: 0px 0px 20px #aaa !important;
	background-image: url('../images/layout/arrow_go_colored_over.png')
}
#destaques_row #destaques_box {
}
#destaques_row #destaques_box h2 {
	margin-bottom: .9em;
}
#destaques_row #destaques_box .destaques_module {
	border-right: 1px dotted #333;
	height: 100%;
}
#destaques_row #destaques_box .destaques_module  h3 {
	font-family: 'colaboratelightregular';
	margin-bottom: .3em;
}
#destaques_row #destaques_box .destaques_module  p {
	margin-top: 0;
	line-height: 1.3em;
	color: #333;
}
#destaques_row #search_column {
	background-color: ;
}

#destaques_row #searchbox {
	border-color: #ccc;
	top: 0px;
	box-shadow: none;
	margin-bottom: 20px;
}
#destaques_row #search { 
	margin-left: 0%;
	padding: 11px 2%;
	width: 84%;	
}
#destaques_row #submit {       
	width: 16%;
	height: 46px;
}
#destaques_row #submit:hover {       
	background-color: #6BAB4D;
	background-image: url(../images/layout/bt_search.png), linear-gradient(#77BF56, #6BAB4D, #77BF56);
}   
#destaques_row #submit:active {       
    background: #95d788;
    outline: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;        
}
#destaques_row #submit::-moz-focus-inner {
       border: 0;  /* Small centering fix for Firefox */
}
/*-----------------------------------------------------------*/
/*-------------------------- SEARCH RESULTS -----------------*/
/*-----------------------------------------------------------*/
/*
#all_block {
	display: block;
	position: relative;
	top: 0px;
	z-index: 8000;
	width: 100%;
}
#search_notmain {
	margin: 20px auto;
}
#search_results_wrapper {
	margin-bottom: 80px;
}
#search_results_header_wrapper {
	
/*	background: transparent; 
	display: block;
	position: relative;
	top: 0px;
	z-index: 8000;
	width: 100%;
}
#search_results_header_wrapper_top {
	background: #6bab4d;
	display: block;
}
#search_results_header_wrapper_bottom {
	background: #ded;
	display: block;
}
#search_results_header_wrapper_bottom > div.subwrapper {
	padding: 0px !important;
}
#results_header {
	position: relative;
	top: 0px;
	display: block;
	width: 100%;
	max-width: 940px;
}
.search_results {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.search_results li {
	border-bottom: 1px dotted #ccc;
	padding: 1px 0px;
	margin: 0px 0px;
	font-size: .77em;
	line-height: 2em;
	display: block;
	overflow: hidden;
	line-height: 1.4em;
}
.search_results li a {
	display: block;
	position: relative;
	width: 98%;
	height: 100%;
	padding: 8px 1%;
}
.search_results li:hover a {
	background: #f3f3f3;
}
.search_results li .teste {
    font-family: 'colaborate-regularregular';
	color: #333;
}
.search_results li .gene,
.search_results li .metodologia {
    font-family: inherit;
	color: #666;
}
.search_results li .detalhe {
	position: absolute;
	left: 0px;
	top: -105%;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	margin: 0 auto;
	height: 33%;
	background: #6bab4d no-repeat;
	background: rgba(107,171,77,.9);
/*	background-image: url("le-frog/images/ui-icons_72b42d_256x240_w.png");
	background-position: -48px -192px; 
	color: #fff;
	text-align: center !important;
	transition: top .0s;
	line-height: 1em;
	padding: .5% 1% .5% 1%;
	border-radius: 5px;
	
	height: 50%;
/*	width: 100%;
/*	width: 5%; 
	background: rgba(0,0,0,.5);
/*	background: rgba(107,171,77,.8); */
/*	border-radius: 50%; 
}
.search_results li .detalhe .ui-icon {
	background-image: url("le-frog/images/ui-icons_ffffff_256x240.png");
	display: inline-block;
	position: relative;
	top: 3px;
	left: 15px;
}
.search_results li:hover .detalhe {
	top: 5%;
	transition: top .4s;
	transition-delay: .25s;
	-webkit-transition-delay: .25s; /* Safari 
	text-align: center;
	
	/*top: 0%;
}
.search_results.header li * {
	font-family: 'colaborate-regularregular';
/*	color: inherit;
}
.search_results.header {
/*	margin-top: 20px; 
}
.search_results.header li {
	border-bottom: none;
	text-transform: uppercase;
}

/*-----------------------------------------------------------*/
/*-------------------------- HP_ELEMENTS --------------------*/
/*-----------------------------------------------------------*/
#main .subwrapper {
/*	text-align: center; */
}
#main .subwrapper * {
/*	text-align: left;*/
}
#main_area_present {
	display: inline-block;
	text-align: left;
}
#main_area_present h1,
#main_area_present h3  {
	color: #fff;
}
#main_area_present a {
	padding-right: 25px;
	display: inline-block;
	background:  no-repeat top right;
}
#main_area_present a:link,
#main_area_present a:visited {
	background-image: url('../images/layout/arrow_go.png');
	text-decoration: none;
	color: #fff;
}
#main_area_present a:hover,
#main_area_present a:active {
	background-image: url('../images/layout/arrow_go_over.png');
	text-decoration: none;
	text-shadow: 0px 0px 10px #fff;
}
#main_area_present h3 {
	margin-left: 3px;
}
#main_area_present ul {
	list-style: none;
	margin: 0px 0px 0px 3px;
	padding: 0px;
}
#main_area_present ul li {
	display: block;
	margin: 3px 0px;
}
#main_area_present ul li a,
#main_area_present ul li a:link,
#main_area_present ul li a:visited {
	background-size: 14px 14px;
	background-position: center1300 right;
	padding-right: 20px;
	font-size: .73em;
	line-height: 1em;
	text-transform: capitalize;
}
#main_area_present ul li a:link,
#main_area_present ul li a:visited { }
#main_area_present ul li a:hover,
#main_area_present ul li a:active { }
#main_area_present .area_present {
	width: 197px;
	height: 340px;
	margin: 10px;
	z-index: -1;
	padding-top: 132px;
}
#main_area_present #amed {
	float: left;
	background: url(../images/layout/brain_left.png) no-repeat center;
	padding-left: 32px;
	padding-right: 10px;
}
#main_area_present #apub {
	float: right;
	background: url(../images/layout/brain_right.png) no-repeat center;
	padding-right: 32px;
	padding-left: 10px;
}

/*-------------------------- HP_NEWS ----------------------*/

#news_row {
	background: #eee;
	text-align: left;
	padding: 27px 0px 0px 0px;
}
#news_row .subwrapper {
	text-align: left !important;
}
#news_row .news_module {
	border-right: 1px dotted #333;
}
#news_row .news_module:last-child {
	border: 0;
}
#news_row .news_module h3 {
	font-family: 'colaboratelightregular';
	margin-bottom: .3em;
	padding-top: 10px;
	clear: both;
}
#news_row a {
	display: block;
	padding-bottom: 9px;
	background: no-repeat bottom left;
}
#news_row .news_module .news_thumb {
	display: block;
	clear: both;
	width: 96%;
	background: top center no-repeat;
	height: 120px;
}
#news_row .news_module .news_date {
	float: left;
	font-size: .7em;
	padding-right: 10px;
/*	border-right: solid 1px #ccc; */
	margin-bottom: 10px;
}
#news_row .news_module .news_social {
	float: right;
	padding-right: 4%;
}
#news_row .news_module .news_social a {
	background: none;
	padding: 0;
	display: inline-block;
}
#news_row h2 a {
	color: #6bab4d;
	background-position: top 8px right !important;
}
#news_row  a:link,
#news_row  a:visited {
	text-decoration: none;
	background-image: url('../images/layout/arrow_go_colored.png');
}
#news_row  a:hover,
#news_row  a:active {
	text-decoration: none;
	text-shadow: 0px 0px 20px #aaa !important;
	background-image: url('../images/layout/arrow_go_colored_over.png')
}
#news_row h2 {
	margin-bottom: .9em;
}
#news_row .news_module  p {
	margin-top: 0;
	line-height: 1.3em;
	color: #333;
}
/* ===============================================================
Pagination Styles
================================================================*/
#news_navigation,
.navigation {
	counter-reset: switch;
	padding: 10px 0px !important;
	display: block;
	margin: 0px auto 0px auto;
	color: #fff;
	text-align: center !important;
/*	padding-top: 0px;
	clear: both;
	margin-top: 0px;
	text-align: right;
*/}
.content-slide {
/*  padding: 20px;
  color: #fff; */
}
.swiper-pagination-switch {
  counter-increment: switch;
  display: inline-block;
  width: 14px;
  height: 14px;
  /*background: url('/images/layout/dot_news.png') no-repeat;
  background-size: cover;
  background-position: 0px 0px;*/
  border: 1px solid #6dab4d;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0px 3px;
  cursor: pointer;
  content: 'x' !important;
  color: #6dab4d !important;
  position: relative;
  padding: 0px 0px;
  font-size: .8em;
  line-height: 1em;
 /* float: left; */
}
.swiper-pagination-switch:hover,
.swiper-active-switch {
  /*background-position: 0 -14px;*/
  background-color: #6dab4d;
}
.swiper-pagination-switch:after {
	content: counter(switch);
	position: absolute;
	width: 100%;
/*	height: 100%; */
	top: 0px;
	left: 0px;
	color: #6dab4d;
	text-align: center;
	font-size: .8em;
	line-height: 1.4em;
	display: block;
}
.swiper-active-switch:after,
.swiper-pagination-switch:hover:after {
	color: #fff;
}
/*.navigation_dot {
	width: 9px;
	height: 8px;
	background: url('../images/layout/navigation_dot.png') no-repeat;
	background-position:  0px 0px;
	margin: 9px 7px;
	cursor: pointer;
	display:inline-block;	
}
.navigation_dot:hover,
.navigation_dot.active {
	background-position: 0px -8px;
}*/

/*-----------------------------------------------------------*/
/*-------------------------- LOGIN --------------------------*/
/*-----------------------------------------------------------*/
/*#login {
	background: #;
}
#login input {
	margin: 0px auto;
}
#login input[type = submit] {
	float: none;
}








/*---------------------------------------------------------------
#search::-webkit-input-placeholder {
   color: #9c9c9c;
   font-style: italic;
}

#search:-moz-placeholder {
   color: #9c9c9c;
   font-style: italic;
}  
#search:-ms-placeholder {
   color: #9c9c9c;
   font-style: italic;
}
#search.placeholder  {
	color: #9c9c9c;
	font-style: italic;
}
*/
/*#homepage_search {
	text-align: left;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 2px;
	margin: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
#homepage_search_box,
#homepage_search_button {
	margin: 0px !important;
}
#homepage_search_box:focus {
	box-shadow: none;
}
form #homepage_search_box {
	display: inline-block;
	font-family: 'colaborate-thinregular';
	font-size: 24px;
	line-height: 1em;
	width: 87%;
	border: none;
	border-image: none;
	float: left;
	padding: 10px 0px 5px 3%;
	outline: none;
}
#homepage_search_button {
   width: 9.7%; 
   height: 43px; 
   display: inline-block;
   background: url(../images/layout/bt_search.png) center center no-repeat;
   border-spacing: none;
   border-color: rgb(107,171,77);
   border-width: 1px;
   border-image: none;
   border-radius: 3px;
   box-shadow: none;
}*/
/*#homepage_search {
	position: relative;
	float: none;
	display: inline-block;
	margin: 0 auto;
	background-color: #00f;
	border: 1px solid #999;
	border-radius: 3px;
	height: 51px;
	padding: 0px 10px;
}
#homepage_search input {
	height: 47px;
	font-family: 'colaborate-thinregular';
	font-size: 1.33em;
	line-height: 1em;
	color: #999;
}*/
#seachrcbox { position: relative; }
.ui-autocomplete {
	max-height: 200px;
	overflow: scroll;
}