@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	background:url(../images/bg.jpg) no-repeat;
	font-family: 'Roboto','Helvetica Neue',arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	min-width:1060px;
}
a{
	text-decoration:none;
}
#main{
	width:996px;
	margin:0 auto;
}
#main-container{
	overflow:auto;
}
#header{
	height:auto!important;
	width:auto!important;
}
#footer{
	overflow: auto;
	text-align: center;
	background: rgb(60, 60, 60);
	width: 100%;
	padding: 30px 0;
	color: #fff;
}
#footer a{
	color: rgb(168, 168, 168);
}
#main-title{
	margin:20px 0;
	color: #3D3D3D;
	display: inline-block;
	border-bottom: 3px solid rgb(29, 123, 197);
	padding: 10px 0;
	border-radius: 2px;
}
#main-title *{
	margin:0;
}
#main-title h2{
	
}
#product-list{
	padding:0;
	display:table;
	width:996px;
	table-layout:fixed;
}
#product-list li{
	list-style:none;
	display:table-cell;
	width:33.33%;
	padding: 40px 5px 20px;
	transition:ease .3s all;
	-webkit-transition:ease .3s all;
	-moz-transition:ease .3s all;
	border-radius: 3px;
}
#product-list li img{
	transition:ease .3s all;
	-webkit-transition:ease .3s all;
	-moz-transition:ease .3s all;
}
#product-list li:hover img{
	opacity:1;
	cursor:pointer;
	transition:ease .3s all;
	-webkit-transition:ease .3s all;
	-moz-transition:ease .3s all;
}
#product-list li:hover{
	background: rgb(247, 247, 247);
}
#product-list li.active img{
	opacity:1;
	transition:ease .3s all;
	-webkit-transition:ease .3s all;
	-moz-transition:ease .3s all;
}
#product-list  h1{
	font-size:18px;
	margin-bottom:0;
	text-align:center;
}
#product-list  h2{
	font-size:16px;
	font-weight:500;
	margin-top:0;
	color: rgb(143, 143, 143);
	text-align:center;
}
.content-shower div{
	display:none;
	line-height:2em;
	width: 60%;
}
.content-shower div.active{
	display:block;
}
.imgContainer img{
	display:block;
	width:100%;
}
.imgContainer{
	width:50%;
	margin:10px auto;
}
.content-shower{
	background: white;
padding: 10px 30px;
border-radius: 4px;
border: 1px solid rgb(238, 238, 238);
margin: 30px 0 30px;
border-bottom-width: 2px;
background: url(../images/bg.jpg) no-repeat;
}
.content-shower > *{
	float:left;
}
.content-shower:after{
	display:table;
	content:'';
	clear:both;
}
.content-shower .imgContainer{
	width: 40%;
/* margin: 10px; */
padding: 10px 30px;
box-sizing: border-box;
	
}
.content-shower p{
	color: rgb(97, 97, 97);
}
.content-shower h1{
	font-size:24px;
	color: rgb(0, 105, 169);
}
.govlink{
display: inline-block;
padding: 8px 12px;
border-radius: 2px;
color: #fff;
background: rgb(0, 137, 187);
}