.page{
  z-index: 99;
  position: relative;
  width: 1400px;
  margin: 0 auto 10px
}
header{
  margin-top:20px;
  font-size: 18px;
}
footer{
  width: 1200px;
  /* min-height: 60px; */
  padding: 20px;
  margin:40px auto 10px;
  box-shadow: 0 0 10px black;
  background-color: white;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: -10px;
}
body{
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 0;
}

.background{
  background-image: url(../img/bg.jpg);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  opacity: 0.19;
  top:0px;
  background-attachment: fixed;
}
.head_line{

}
.head_line_logo{
  float:left;
  margin-left: 12vw;
}
.logoImg{

}
.logoTxt{
  text-transform: uppercase;
  font-weight: bold;
}
.head_line_menu{
  float: right;
  margin-right: 12vw;
}
.headMenu{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.headMenuItem{
  float: left;
  margin-left: 80px;
}
.menuItem:link, :visited {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-weight: 600;
}
.mSelected:link{
  color:red;
}
.menuItem:hover {
  text-decoration: underline;
  color:red;
}
.slider{
  margin:20px auto 10px;
  width: 90%;
}
.shadow{
  box-shadow: 0 0 5px black;
}
.body{
}
.body_info{
  width: 1260px;
  margin: 0 auto 10px;
}
.body_block{
  display: inline-block;
  width: 300px;
  height: 200px;
  margin-top: 20px;
  margin-right: 58px;
  margin-left: 58px;
  padding: 10px;
  box-shadow: 0 0 10px black;
  background-color: white;
  border-radius: 5px 5px 5px 5px;
}
.maps{
  width: 1200px;
  margin: 0 auto 10px;
  margin-top: 40px;
  box-shadow: 0 0 10px black;
  height: 450px;
  background-color: white;
}
.mapsInfo{
  width: 100%;
  font-size: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 10px;
}
.clear{
  clear: both;
}
img {
  max-width:100%;
  max-height:100%;
  border-radius: 5px 5px 5px 5px;
}
.depClass{
  margin-bottom: 10px;
}
.Content{
  width:1200px;
  min-height: 400px;
  margin:30px auto 20px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 10px black;
  padding: 30px;
}
.person{
  width: 700px;
  height: 230px;
  border-top:1px solid black;
  margin-bottom: 10px;
  border-radius: 5px 5px 5px 5px;
  margin: 0 auto 10px;
}
.photo{
  width: 150px;
  float:left;
}
.pdata{
  width: 540px;
  float: right;
}
