* {box-sizing: border-box}
html{height: 100%;}
body { 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #5c5c5c;
  height:100%;
}
.content{
  margin: auto;
  max-width: 1200px;
  padding: 5px 10px;
}
h1{
  margin: 1em;
  text-align: center;
}
.mySlides {display: none}
img {vertical-align: middle;}
.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.header {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 10px 25px;
}
a{
	text-decoration: none;
	color: black;
}
.header a {
  float: left;
  text-align: center;
  padding: 12px;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}
.header a.logo {
  padding: 2px;
}
.header a:hover {
  background-color: #ddd;
  color: black;
}
.header a.active {
  background-color: dodgerblue;
  color: white;
}
.header-right {
  float: right;
}
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  } 
  .header-right {
    float: none;
  }
  .service{
    height: 310px !important;
  }
}
#push{
	height: 157px;
}
#footerWrapper{
  border-top:1px solid #f1f1f1;
  height:153px;
  padding:3px 0 0 0;
}
#footerWrapper img{
  padding: 0px 20px;
}
#footer{
  background:#f1f1f1;
}
#pageWrapper{
  min-height:100%;
  height:auto !important;
  height:100%;
  margin:0 auto -157px auto;
  display:block;
}
.order {
  border-radius: 4px;
  background-color: dodgerblue;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 300px;
  transition: all 0.5s;
  margin: 20px auto;
  display: block;
}
.order span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.order span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.order:hover span {
  padding-right: 25px;
}
.order:hover span:after {
  opacity: 1;
  right: 0;
}
.service{
  margin: 5px auto;
  height: 220px;
  max-width: 1200px;
  min-width: 300px;
  padding: 10px;
  border: 2px solid #f1f1f1;
  clear: left;
}
.service img{
 margin: 0px 5px;
 float: left;
}