@charset "utf-8";  

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


h1 {
	line-height: 25px;
	padding-right: 30px;
	float: left;
}
.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.inficon {
	padding-left: 70px;
}

#branding {
	height: 205px;
}
#info {
	padding: 0px 30px;
}
#info a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	float: right;
}
#navBar {
	margin-left: 140px;
	height: 169px;
}
#nav_menu a {
	line-height: 169px;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	display: inline;
	float: left;
}
#navBar li a {
	float: left;
	width: 150px;
	background-image: url(../images/btn_bg.png);
	background-repeat: no-repeat;
	background-position: 50px -5px;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	line-height: 169px;
	text-decoration: none;
	text-transform: uppercase;
	color: #5D5D5D;
	display: block;
	-moz-transition: all 0.3s ease-out; /* Firefox 4 */
	-webkit-transition: all 0.3s ease-out; /* Safari and Chrome */
	-o-transition: all 0.3s ease-out; /* Opera */
}
#navBar li a:hover {
	background-position: 50px 100px;
	-moz-transition: all 0.3s ease-in; /* Firefox 4 */
	-webkit-transition: all 0.3s ease-in; /* Safari and Chrome */
	-o-transition: all 0.3s ease-in; /* Opera */
}
#infoBar {
	height: 85px;
	background-image: url(../images/bar_bg.jpg);
}
#infoBar li a {
	float: left;
	width: 100px;
	text-align: center;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	display: block;
	margin: 0px 40px;
	-moz-transition: all 0.3s ease-out; /* Firefox 4 */
	-webkit-transition: all 0.3s ease-out; /* Safari and Chrome */
	-o-transition: all 0.3s ease-out; /* Opera */
}
#infoBar li a:hover {
	-moz-transition: all 0.3s ease-in; /* Firefox 4 */
	-webkit-transition: all 0.3s ease-in; /* Safari and Chrome */
	-o-transition: all 0.3s ease-in; /* Opera */
}
#logoMobile {
	display: none;
}
#logoWeb {
	width: 150px;
	height: 150px;
}
#logoWeb img {
	width: 100%;
	height: auto;
}
#footer {
	height: 45px;
}
#footer_links {
	margin-bottom: 5px;
}
#footer_links a {
	text-decoration: none;
	text-transform: uppercase;
	color: #D0D2D3; 
}