#wrap {
  /* fixed width, centered in viewport */
  width: 810px;
  left: 0px;
  margin:0 auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  #wrap {
    /* fixed width, centered in viewport */
    width: 810px;
    left: -80px;
    margin:0 auto;
    position: relative;
  }
}
#wrap form {
   font-size: 20px;
   float: inherit;
   margin: 0 auto;
   width: 70%;
}
#showcase {
width: 100%;
height: 389px;
border-radius: 8px;
margin-top: 12px;
visibility: hidden;
}
#showcase img {
  width:200px;
cursor: pointer;
}
#show-services ul{
  list-style:none;
  text-decoration:none;
  text-align:center;
  margin:0 auto;
  font-size:26px;
}
#show-services ul li{
    border-style: solid;
    border-width:2px;
  padding:20px;
  margin: 0 auto;
  width: 65%;
  background:#0090F5;
  color:#fff;
}
.item-title {
color: #F31414;
font-size: 29px;
letter-spacing: 0.13em;
text-shadow: 1px 1px 6px #C72B2B;
text-align: center;
margin-top: 30px;
margin-bottom: 22px;
}
.carousel-nav {
   text-align: center;
   width: 200px;
   margin: 0 auto;
}
.carousel-nav > button {
width: 64px;
height: 36px;
color: #666;
font: bold 16px arial;
text-decoration: none;
text-align: center;
margin: 5px;
text-shadow: 0px 1px 0px #f5f5f5;
background: #f6f6f6;
border: solid 2px rgba(0, 0, 0, 0.4);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
cursor: pointer;
}
.carousel-nav > button:active, .carousel-nav > button.down {
background: #dfdfdf;
border: solid 2px rgba(0, 0, 0, 0.6);
box-shadow: none;
}