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

@media screen and (max-width: 858px) {
	header { height: 114px; }
	#main_logo {
		height: 57px;
		margin-right: 3.125%;
	}
	#menu1 {
		/*position: absolute;*/
		top: 57px;
		left: 0px;
		right: 0px;*/
		float: none;
/*changed */	background: rgba(53,64,72,.95);
		font-size: 1em;
	}
	#menu1 > ul > li > a {
		display: table-cell;
		vertical-align: middle;
		text-align:center;
		/*padding: 0px 5px;*/
	}
	
	#menu1 {
		position: absolute;
		margin: 0px;
		padding: 0px;
		color: #fff;
		height: 100%;
		font-size: 1em;
		text-transform: uppercase;
		left: 0;
		right: 0;
		height: 57px;
	}
	
	#menu1 > ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		height: 100%;
		width: 100%;
	}
	#menu1 > ul > li {
		display: table;
		float: left;
		padding: 0px;
		margin-left: 0px;
		height: 100%;
		width: 15%;
		width: 13%;
		position: relative;
	}
	#menu1 > ul > li:first-child {
		margin: 0px;
	}
	#menu1 > ul > li > a {
		display: table-cell;
		vertical-align: middle;
		padding: 0px 2%;
		margin: 0px;
		height: 100%; 
		font-family: 'exo_2.0thin';
		background: #333;
		text-decoration: none;
	}
	#menu1 > ul > li > a.expandable {
		padding-right: 25px;
		padding: 0px;
	}
	.tb_col {
		float: none !important;
		width: auto;
		margin-left: 0px;
		margin-right: 0px;
		text-align: left !important;
	}
	.tb_col_third {
		width: 30% !important;
	}
	.tb_fin_img {
		max-width: 50%;
	}
	.fin_row {
		clear: both;
	}
}
@media screen and (max-width: 628px) {
	.mb_centercontent {
		text-align: center;
	}
	#mb_menus { 
		position: absolute;
		top: 12px;
		right: 2%;
	}
	#lang_menu {
		/*position: absolute;*/
		list-style: none;
		margin: 0;
		padding: 0;
		/*display: table;*/
		height: 100%;
		/*top: 0;
		right: 2%;*/
		width: auto !important;
		float: right !important;
	}
	/*#social_menu {
		width: auto !important;
		float: right !important
	}*/
	#lang_menu li a {
		font-family: 'exo_2.0regular';
		font-size: .8em;
		line-height: 1em;
		padding: 4px 4px 4px 4px !important;
		padding: 0px !important;
		text-transform: uppercase;
		display: block;
		color: #fff !important;
		text-align: center;
		text-decoration:none;
		margin: 0px;
		width: 20px !important;
/*changed*/ height: 15px !important;
		background-size: 20px !important;
	}
	.col,
	.tb_col_third {
		float: none;
		width: 100% !important;
		display: block;
		margin-left: 0px;
		margin-right: 0px;
	}
	.resp_hidden {
		display: none;
	}
	.col_mantained {
		float: left;
		width: auto !important;
	}
	.col_mantained.tb_col_third {
		width: 12% !important;
	}
	.tb_fin_img { 
		max-width: 100%;
	}
	.textbox {
		height: auto;
	}
	.textboxContent {
		padding: 15px 20px 5px 20px;
		margin-bottom: 5px;
	}
	.mb_notcenter {
		text-align: left;
	}
	.bigtext_s {
		font-size: 1.2em;
	}
	.centercontent img {
		max-width: 80%;
	}
	/*.hpcover {
		background: url(../images/layout/bg_cover2.jpg) no-repeat center center;
		background-size: cover;
		height: 300px;
	}*/
	#map-canvas {
		height: 200px;
	}
	
	.hpcover .slot_row {
		width: 100%;
		position: relative;
		bottom: 2px;
	}
	
	.hpcover .slot_row .slot {
		width: 32% !important;
		/*height: 150px;*/
		display: inline-block;;
		font-size: .6em;
		/*background: no-repeat center top 20px rgba(255,255,255,.8);
		background-size: 40px;*/
		padding: 0 2%;
		padding-top: 4%;

		margin: auto 0;
	}
	
	.hpcover .slot_row .slot img {
		max-width: 100%;
	}
	
	.mb_notamount {
		width: 100% !important;
		margin: 0px;
	}
	.mb_leadtext {
		font-size: 1.2em;
	}
	#menu1 > ul > li > a {
		font-family: 'exo_2.0regular';
	}
	
	.news_menu_list {
		display: none;
	}
	.mb_news_menu {
		display: block;
		margin: -30px 0px 10px 0px;
	}
	.mb_news_menu_list {
		display:none;
	}
}
@media screen and (max-width: 520px) {
	#menu1 {
		font-size: .8em;
		line-height: 1.2em;
	}
	#menu1 > ul > li > a.expandable {
		background: url(../images/layout/arrow_dn_g.png) no-repeat center bottom 7px;
	}
		.hpcover .slot_row {
		width: 100%;
		position: relative;
		bottom: 2px;
	}
	

	/*
	.hpcover .slot_row .slot {
		width: 17% !important;
		height: 20px;
		display: inline-block;;
		font-size: .6em;
		background: no-repeat center top 10px rgba(255,255,255,.8);
		background-size: 40px;
		padding: 0 2%;
		padding-top: 55px;
/*added*/	/*padding-bottom: 0px;
		margin: auto .5%;
	}
	*/
}
@media screen and (max-width: 420px) {
	#menu1 {
		font-size: .6em;
	}
	/*
	.hpcover .slot_row .slot {
		font-size: .6em;
	}
	*/
}