@charset "utf-8";  

/* *************************************************** */
/*     CSS Document for Termicon Web Site ~  Web       */
/* *************************************************** */

h1 {
	font-size: 10px;
	line-height: 11px;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.wrapper {
	width: 100%;
}
.nav_menu {
	display: none;
}
.content_gray {
	padding: 50px;
} 

#info {
	padding: 5px 0px;
	height: 50px;
	text-align: center;
	margin: 0px;
}
#infoBar {
	display: none;
}
#logoWeb {
	display: none;
}
#logoMobile {
	background-image: url(../images/bg.jpg);
	width: 100%;
	height: 150px;
	padding: 15px 0px;
}
#logoMobile img {
	width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#menu_top{
	display: block;
	height: 50px;
	background-image: url(../images/menu.png);
	background-size: 32px 26px;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom:1px solid lightgray;
}
#navBar {
	background-color: #2E6BB3;
}
#navBar ul li a {
	border-bottom:1px solid lightgray;
}
#navBar li a {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	color: #D0D2D3;
	display: block;
	border-bottom: 1px;
	border-color: #FFF;
}
.banner li h3 {
	font-size: 30px;
}
.banner li h2 {
	font-size: 10px;
}
#footer {
	height: 45px;
}
#footer_links {
	margin-bottom: 5px;
}
#footer_links a {
	text-decoration: none;
	text-transform: uppercase;
	color: #D0D2D3;
}