.sphere {
  width: 100%;
  max-width: 1008px;
  min-height: 320px;
  text-align: center;
}
  .sphere div {
    display: inline-block;
    width: 300px;
    height: 320px;
    margin: 5px 16px;
  }
  .sphere a {
    display: block;
    width: 290px;
    height: 311px;
    outline: none;
    margin-left: 1px;
    font: bold 20px Arial, Helvetica, sans-serif;
    line-height: 44px;
    text-transform: uppercase;
  }
#heat {
  background: url('../../images/graphic/heat.png') no-repeat;
}
  #heat a {
    color: #ED1C24;
  }
#cold {
  background: url('../../images/graphic/cold.png') no-repeat;
}
  #cold a {
    color: #17479E;
  }
#silence {
  background: url('../../images/graphic/silence.png') no-repeat;
}
  #silence a {
    color: #232323;
  }

.visit {
  position: relative;
  width: 100%;
  max-width: 1008px;
  height: 262px;
  background: url('../../images/graphic/ebook.png') no-repeat;
}
  .visit img {
    display: block;
    position: absolute;
    top: 5px;
    left: 43px;
  }
  .visit h2 {
    position: absolute;
    top: 45px;
    left: 250px;
    width: 410px;
    font: normal 20px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
  }
  .visit h3 {
    position: absolute;
    top: 105px;
    left: 250px;
    width: 410px;
    font: italic 18px 'Trebuchet MS', sans-serif;
    color: #FFFFFF;
  }
  .visit p {
    position: absolute;
    top: 45px;
    right: 42px;
    width: 280px;
    font: normal 16px 'Trebuchet MS', sans-serif;
    color: #FFFFFF;
  }
#visitname {
  position: absolute;
  top: 45px;
  right: 42px;
  width: 270px;
  padding: 3px 4px;
  color: #747474;
}
#visitphone {
  position: absolute;
  top: 75px;
  right: 42px;
  width: 270px;
  padding: 3px 4px;
  color: #747474;
}
#visitmail {
  position: absolute;
  top: 105px;
  right: 42px;
  width: 270px;
  padding: 3px 4px;
  color: #747474;
}
#visittown {
  position: absolute;
  top: 135px;
  right: 42px;
  width: 270px;
  padding: 3px 4px;
  color: #747474;
}
#visitbutton {
  position: absolute;
  top: 165px;
  right: 42px;
  width: 110px;
  height: 32px;
  background: url('../../images/graphic/send.png') no-repeat;
  border: none;
  cursor: pointer;
}
#visitajax p {
  top: 90px;
  font: normal 16px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}



.slider {
  position: relative;
  width: 100%;
  max-width: 1008px;
  max-height: 435px;
  overflow: hidden;
}
  .slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
   -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  }
    .slider ul li {
      height: 100%;
      float: left;
      clear: none;
    }
  .slider h2 {
    position: relative;
    top: -400px;
    left: 40px;
    line-height: 78px;
  }
  .slider h2 span {
    position: relative;
    top: -12px;
    font-size: 36px;
  }
  .slider p {
    position: relative;
    top: -400px;
    left: 40px;
    width: 378px;
    font: normal 24px 'Trebuchet MS', sans-serif;
    line-height: 30px;
    text-align: justify;
    margin: 10px 0;
  }
  .slider img {
    width: 100%;
    height: auto;
  }

.slider-nav {
  position: absolute;
  bottom: 5px;
  left: auto !important;
  right: 20px;
}
.slider-nav__item {
  width: 18px;
  height: 18px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #FFFFFF;
  border: 1px #C9C9C9 solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
}
.slider-nav__item:hover {
  background: #17479E;
}
.slider-nav__item--current, .slider-nav__item--current:hover {
  background: #ED1C24;
}
