@import url('https://fonts.googleapis.com/css?family=Open+Sans');
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  background-color: #000;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

#page {
  width: 100%;
  max-width: 1200px;
  min-width: 1024px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
h1{
	color: #346ca2;
	font-weight: 400;
	text-align: center;
	font-size: 44pt;
	margin-bottom: 0px;
}
.i-item {
  width: 18%;
  height: 200px;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
  background-color: #fff;
  float: left;
  text-align: center;
}

.i-item img {
  width: 200px;
  height: 200px;
}

#info {
  /*width: 25%;
      height: 25%;
      */
  margin: auto;
  /*background-color: #ccc;*/
  text-align: center;
  font-size: 36pt;
  color: #fff;
}

#prev {
  width: 70px;
  height: 70px;
  left: 0;
  top: 50%;
  margin-top: 70px;
  position: fixed;
  background: url(../img/prev.png) #ccc;
  cursor: pointer;
}

#next {
  width: 70px;
  height: 70px;
  right: 0;
  top: 50%;
  margin-top: 70px;
  position: fixed;
  background: url(../img/next.png) #ccc;
  cursor: pointer;
}

#header {
  width: 100%;
  height: 150px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 60pt;
  line-height: 150px;
  color: #fff;
}

#header span {
  color: #666;
}
#header a{
	width: 100%;
  height: 150px;
  position: relative;
  margin: 0 auto;
  display:block;
}
a{
	text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #fff;
}
#my-mail{
	font-size: 16pt;
	color: #fff;
	position: relative;
	top:-10px;
	display: block;
	width: 500px;
	text-align: center;
	margin: 0 auto;
}
#my-mail:hover{
	color: #ccc;
}
#goSite{
	width: 240px;
	height: 50px;
	background-color: #126385;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -120px;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #89b1c2;
	font-family: 'Open Sans', sans-serif;
	font-size: 18pt;
}

#floorAD {
  width: 100%;
  height: 250px;
  position: fixed;
}

.fad-collapse {
  bottom: -160px;
}

.fad-expand {
  bottom: 0px;
}
