body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #f15a24;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button.buttonspace {
  margin-top: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.button.buttonspace:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.button.pdf {
  padding: 6px 10px;
  float: none;
  background-color: #3d3d3d;
  font-size: 13px;
  font-weight: 600;
}
.topsection {
  position: absolute;
  z-index: 70;
  width: 100%;
  background-color: white;
}
.topsection.pages {
  position: static;
  border-bottom: 4px solid #f15a24;
}
.maincon {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.maincon.top {
  padding-top: 0px;
  padding-bottom: 0px;
}
.maincon.foot {
  position: relative;
}
.maincon.hoverscroll {
  position: relative;
  display: none;
  height: 216px;
}
.maincon.pages {
  padding-top: 20px;
  padding-bottom: 20px;
}
.maincon.strip {
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Montserrat, sans-serif;
  color: #c1c1c1;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}
.maincon.slidertag {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 50;
  height: 100%;
}
.logoblk {
  width: 25%;
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
}
.navblk {
  width: 75%;
  padding-top: 0px;
  float: left;
}
.toplinks {
  display: none;
  text-align: right;
}
.toplinktext {
  display: inline-block;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #f15a24;
  font-size: 12px;
  text-transform: uppercase;
}
.mainnav {
  background-color: transparent;
}
.navlinks {
  padding: 40px 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}
.navlinks:hover {
  color: #f15a24;
}
.navlinks.w--current {
  background-color: #f15a24;
  color: white;
}
.mainslide {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.slide1 {
  background-image: url('http://x3.sdimgs.com/sd_static/a/13865/newslide1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide2 {
  background-image: url('http://x3.sdimgs.com/sd_static/a/13865/newslide2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide3 {
  background-image: url('http://x3.sdimgs.com/sd_static/a/13865/newslide3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.footsection {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 60;
  overflow-x: visible;
  overflow-y: visible;
}
.footsection.pages {
  position: static;
}
.footer {
  background-color: #f15a24;
}
.footer.pages {
  margin-top: 55px;
}
.copy {
  width: 50%;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
}
.terms {
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
  float: left;
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 13px;
  text-align: right;
  text-transform: uppercase;
}
.termstext {
  display: inline-block;
  margin-left: 7px;
}
.arrows {
  width: 53px;
  height: 63px;
  background-color: rgba(26, 26, 26, 0.8);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 28px;
}
.arrows:hover {
  background-color: #f15a24;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hoveritems {
  position: absolute;
  right: 518px;
  bottom: 0px;
  display: inline-block;
  width: 250px;
  margin-right: 5px;
  margin-left: 5px;
  float: right;
}
.hovertitle {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #474747;
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}
.hovercon {
  padding: 24px 20px;
  background-color: rgba(45, 45, 45, 0.89);
}
.hoverbullets {
  padding-left: 0px;
  font-size: 13px;
}
.hoverlist {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #5c5c5c;
  color: #c7c7c7;
  list-style-type: none;
}
.hovercon2 {
  padding: 24px;
  background-color: rgba(45, 45, 45, 0.89);
}
.hovercon3 {
  padding: 24px;
  background-color: rgba(45, 45, 45, 0.89);
}
.hoveritems2 {
  width: 250px;
  float: right;
}
.hoveritem2 {
  position: absolute;
  right: 260px;
  bottom: 0px;
  display: block;
  width: 250px;
}
.hoveritem3 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 250px;
}
.pagesection {
  background-color: #ededed;
}
.pagetitle {
  margin-bottom: 15px;
  font-family:'PT Sans', sans-serif;
  color: #363636;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.tabsmenu {
  width: 25%;
  padding-right: 16px;
  float: left;
}
.tablinks {
  display: block;
  padding-left: 18px;
  border-bottom: 1px solid #dbdbdb;
  background-color: transparent;
  background-image: url('http://x3.sdimgs.com/sd_static/a/13865/arrow.png');
  background-position: 0px 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
.tablinks:hover {
  color: #f15a24;
}
.tablinks.w--current {
  background-color: transparent;
  color: #f15a24;
}
.tabcon {
  width: 75%;
  padding: 19px;
  float: left;
  border: 1px solid #cfcfcf;
  background-color: white;
}
.maintab {
  padding-top: 5px;
}
.tabtitle {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #363636;
  font-size: 19px;
  line-height: 29px;
  font-weight: 500;
}
.ortitle {
  margin-top: 25px;
  margin-bottom: 4px;
  font-family: Roboto, sans-serif;
  color: #f15a24;
  font-size: 17px;
  font-weight: 500;
}
.textstyle {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.textstyle.note {
  margin-top: 15px;
  font-style: italic;
}
.branding {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mil {
  display: none;
  margin-top: 17px;
  background-image: url('http://x3.sdimgs.com/sd_static/a/13865/arrowmil.jpg');
  background-position: 0px 34%;
  background-repeat: repeat-x;
}
.millogo {
  text-align: center;
}
.logocon {
  display: inline-block;
  width: 16.66%;
  margin-right: 0px;
  font-weight: 700;
  text-align: left;
}
.logocon.last {
  background-color: white;
}
.year {
  padding-left: 22px;
}
._13rd {
  width: 30%;
  float: left;
}
._23rd {
  width: 70%;
  padding-left: 15px;
  float: left;
}
.row {
  padding-top: 10px;
}
.row.portitem {
  margin-bottom: 18px;
  padding-top: 5px;
}
.categories {
  padding-top: 41px;
}
.equipietm {
  width: 33.33%;
  margin-bottom: 39px;
  padding-right: 60px;
  padding-left: 60px;
  float: left;
}
.eqitemin {
  display: block;
  text-align: center;
  text-decoration: none;
}
.cattitle {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #f15a24;
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
.catimg {
  width: 100%;
}
.toplinkitem {
  color: #878787;
  text-decoration: none;
}
.embedtable {
  margin-top: 12px;
}
.tableembed {
  overflow-x: auto;
  overflow-y: auto;
  font-size: 13px;
}
.scroll {
  color: #f15a24;
  font-size: 13px;
  font-style: italic;
}
._12lf {
  width: 50%;
  float: left;
}
._12lfend {
  width: 50%;
  padding-left: 15px;
  float: left;
}
.form2embed {
  overflow-x: auto;
  overflow-y: auto;
}
.profileimg {
  border: 4px solid #e3e3e3;
}
.contactrow {
  padding-top: 10px;
}
.details {
  width: 33.33%;
  padding-top: 24px;
  float: left;
}
.maprow {
  width: 33.33%;
  padding-top: 24px;
  float: left;
}
.mapcol {
  width: 33.33%;
  padding-left: 25px;
  float: left;
}
.comopany {
  color: #f15a24;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.orange {
  color: #f15a24;
}
.topstrip {
  background-color: #242424;
}
.telemail {
  width: 50%;
  float: left;
}
.homelinks {
  width: 50%;
  float: left;
  text-align: right;
}
.conttop {
  display: inline-block;
  margin-right: 24px;
}
.slidercon {
  position: absolute;
  top: 265px;
  right: 0px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
.tag1 {
  font-size: 40px;
  line-height: 39px;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.tag2 {
  font-size: 15px;
  font-weight: 600;
}
.bizlogo {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.sdlink {
  color: white;
  font-weight: 700;
  text-decoration: none;
}
.navcon {
  max-width: 100%;
}
.dropin {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.dropin:hover {
  color: #f15a24;
}
.droplist.w--open {
  background-color: #dbdbdb;
}
.droplink {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.droplink:hover {
  color: #f15a24;
}
.droplink.w--current {
  background-color: #c9c9c9;
  color: #f15a24;
}
.ordilist {
  padding-left: 20px;
}
.listitem {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 23px;
}
.milstones {
  padding-top: 17px;
}
.militem {
  height: 71px;
}
.militem.long {
  height: 85px;
}
.mildate {
  width: 15%;
  height: 100%;
  float: left;
}
.mildetails {
  position: relative;
  width: 85%;
  padding: 11px;
  float: left;
  border-radius: 5px;
  background-color: #d8d8d8;
  font-family: Roboto, sans-serif;
}
.datetext {
  width: 60%;
  padding-top: 5px;
  float: left;
  font-family:'Open Sans', sans-serif;
  color: #f15a24;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
}
.datepoint {
  width: 40%;
  height: 100%;
  padding-top: 5px;
  float: left;
  background-image: url('http://x3.sdimgs.com/sd_static/a/13865/vertline.jpg');
  background-position: 50% 0px;
  background-repeat: repeat-y;
  text-align: center;
}
.arrowright {
  position: absolute;
  left: -6px;
  top: 11px;
}
.orangelink {
  color: #f15a24;
  text-decoration: none;
}
.fullimg {
  width: 100%;
  border: 3px solid #d6d6d6;
}
.fullimg.spacedimg {
  margin-bottom: 20px;
}
.fullimg.barge {
  border-style: none;
}
.portpic {
  width: 40%;
  float: left;
}
.portdetails {
  width: 60%;
  float: left;
}
.portlist {
  padding-left: 20px;
  list-style-type: none;
}
.portlistitem {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 26px;
  background-image: url('http://x3.sdimgs.com/sd_static/a/13865/tick.png');
  background-position: 0px 7px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  line-height: 22px;
}
.porttitle {
  margin-bottom: 12px;
  border-bottom: 1px solid #c7c7c7;
  font-family:'Open Sans', sans-serif;
  line-height: 33px;
  font-weight: 700;
  text-transform: uppercase;
}
.orangebox {
  padding: 3px 5px;
  border-radius: 2px;
  background-color: #f15a24;
  color: white;
}
.strokeimhg {
  border: 4px solid #dbdbdb;
}
.imagecon {
  text-align: center;
}
.sectiontitle {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
  font-family:'PT Sans', sans-serif;
  font-size: 21px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.bargediv {
  margin-bottom: 12px;
}
.bargeitem {
  width: 50%;
  padding: 9px 9px 0px 0px;
  float: left;
}
.bargepic {
  width: 45%;
  float: left;
}
.bargeinfo {
  width: 55%;
  padding-left: 20px;
  float: left;
}
.cranetitle {
  font-family:'Open Sans', sans-serif;
  color: #f15a24;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.bargeitemin {
  padding: 12px;
  border: 1px solid #ccc;
  background-color: #e0e0e0;
}
.ton {
  padding: 5px;
  background-color: #ccc;
  font-family:'Open Sans', sans-serif;
  color: #080808;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.clear {
  clear: both;
}
.crawlercon {
  margin-bottom: 20px;
}
.crawleritem {
  width: 33.33%;
  padding: 10px;
  float: left;
}
.crawsub {
  margin-bottom: 15px;
  font-family:'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-style: italic;
  font-weight: 600;
}
.servrow {
  display: none;
}
.servitem {
  width: 33.33%;
  padding: 10px;
  float: left;
}
.servitemin {
  height: 336px;
  padding: 24px 14px;
  border: 1px solid #ccc;
  background-color: #e3e3e3;
  text-align: center;
}
.servimg {
  width: 80%;
  margin-bottom: 13px;
}
.dl {
  padding-top: 10px;
  padding-right: 8px;
  padding-bottom: 10px;
  clear: both;
  background-color: #d1d1d1;
  text-align: right;
}
.valueblk {
  padding-top: 33px;
}
.valueitemtitle {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px none #cfcfcf;
  font-family:'Open Sans', sans-serif;
  color: #363636;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  text-transform: none;
}
.casetitle {
  display: block;
  margin-bottom: 12px;
  padding: 0px;
  background-color: transparent;
  font-family:'Open Sans', sans-serif;
  color: #f15a24;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
.casepar {
  font-family: Roboto, sans-serif;
  line-height: 22px;
}
.valuepic {
  width: 35%;
  float: left;
}
.valuetab {
  width: 100%;
  padding-left: 0px;
  float: left;
}
.caselinks {
  background-color: #dedede;
  font-family:'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.caselinks.w--current {
  background-color: #f15a24;
  color: white;
}
.casetabcon {
  padding: 17px 12px 12px;
  border: 1px solid #ccc;
}
.valuedet {
  width: 65%;
  padding-left: 19px;
  float: left;
}
.number {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 50%;
  background-color: #363636;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-weight: 700;
  text-align: center;
}
.spudslide {
  height: auto;
}
.caseitem {
  margin-bottom: 25px;
  padding-left: 42px;
}
html.w-mod-js *[data-ix="displaynone"] {
  display: none;
}
html.w-mod-js *[data-ix="faderight"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}
html.w-mod-js *[data-ix="slidefade"] {
  opacity: 0;
}
@media (max-width: 991px) {
  .maincon.foot {
    padding-right: 11px;
    padding-left: 11px;
  }
  .maincon.pages {
    padding-right: 15px;
    padding-left: 15px;
  }
  .maincon.strip {
    padding-right: 9px;
    padding-left: 9px;
  }
  .toplinks {
    padding-right: 16px;
  }
  .navlinks {
    padding-top: 12px;
    padding-bottom: 12px;
    color: white;
  }
  .navlinks:hover {
    background-color: #d94d1a;
    color: white;
  }
  .copy {
    width: 65%;
    font-size: 12px;
  }
  .terms {
    width: 35%;
    font-size: 12px;
  }
  .arrows {
    position: absolute;
    z-index: 70;
    width: 31px;
    height: 52px;
    font-size: 18px;
  }
  .tabsmenu {
    width: 30%;
  }
  .tabcon {
    width: 70%;
  }
  .branding {
    margin-left: 11px;
  }
  .menubtn {
    margin-top: 27px;
    padding: 11px;
    font-size: 32px;
  }
  .menubtn.w--open {
    background-color: transparent;
    color: #f15a24;
  }
  .navmenu {
    background-color: #f15a24;
  }
  .logocon {
    width: 16.66%;
    padding-right: 7px;
    padding-left: 7px;
  }
  .year {
    padding-left: 18px;
    font-size: 13px;
  }
  .details {
    padding-right: 14px;
  }
  .slidercon {
    top: 279px;
    right: 37px;
  }
  .dropin {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #d94d1a;
    color: white;
  }
  .militem.long {
    clear: both;
  }
  .mildate {
    width: 15%;
  }
  .mildetails {
    width: 85%;
  }
  .servitemin {
    height: 297px;
  }
}
@media (max-width: 767px) {
  .topsection {
    z-index: 80;
  }
  .maincon.hoverscroll {
    display: none;
  }
  .mainslide {
    position: static;
    height: 500px;
  }
  .footsection {
    position: relative;
  }
  .copy {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 8px;
    text-align: left;
  }
  .terms {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 11px;
    text-align: center;
  }
  .arrows {
    margin-top: 251px;
    margin-bottom: 251px;
  }
  .tablinks {
    font-size: 14px;
  }
  .navmenu {
    position: absolute;
    z-index: 80;
  }
  .mil {
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
  }
  .logocon {
    width: 33.33%;
    margin-bottom: 19px;
    text-align: center;
  }
  .year {
    padding-left: 0px;
  }
  ._13rd {
    width: 100%;
    text-align: center;
  }
  ._23rd {
    width: 100%;
    margin-top: 19px;
    padding-left: 0px;
  }
  ._12lf {
    width: 100%;
  }
  ._12lfend {
    width: 100%;
    margin-top: 16px;
    padding-left: 0px;
  }
  .details {
    width: 100%;
    padding-right: 0px;
  }
  .maprow {
    width: 100%;
  }
  .mapcol {
    width: 100%;
    padding-left: 0px;
  }
  .telemail {
    width: 64%;
  }
  .homelinks {
    width: 36%;
  }
  .conttop {
    margin-right: 14px;
  }
  .slidercon {
    top: 214px;
    right: 22px;
  }
  .tag1 {
    font-size: 31px;
    line-height: 32px;
  }
  .bizlogo {
    bottom: 5px;
  }
  .militem {
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 12px;
    border-bottom: 1px solid #c2c2c2;
  }
  .militem.long {
    height: auto;
  }
  .mildate {
    width: 100%;
    height: auto;
  }
  .mildetails {
    width: 100%;
  }
  .datetext {
    text-align: left;
  }
  .datepoint {
    display: none;
  }
  .arrowright {
    display: none;
  }
  .portpic {
    width: 100%;
  }
  .portdetails {
    width: 100%;
    margin-top: 20px;
  }
  .portlist {
    padding-left: 0px;
  }
  .strokeimhg {
    width: 100%;
  }
  .bargeitem {
    width: 100%;
  }
  .servitemin {
    height: 317px;
  }
  .servimg {
    width: 100%;
  }
  .valuepic {
    width: 100%;
  }
  .valuedet {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }
}
@media (max-width: 479px) {
  .button.buttonspace {
    margin-top: 10px;
  }
  .maincon.top {
    padding-bottom: 0px;
  }
  .logoblk {
    width: 100%;
    text-align: center;
  }
  .navblk {
    width: 100%;
  }
  .toplinks {
    padding-right: 0px;
    text-align: center;
  }
  .navlinks {
    color: white;
  }
  .navlinks:hover {
    background-color: #de521f;
    color: white;
  }
  .navlinks.w--current {
    background-color: #de521f;
    color: white;
  }
  .mainslide {
    position: relative;
    height: 500px;
  }
  .slide1 {
    background-position: 83% 100%;
  }
  .slide2 {
    background-position: 24% 100%;
  }
  .copy {
    padding-top: 41px;
    font-size: 11px;
    text-align: center;
  }
  .arrows {
    display: block;
  }
  .tabsmenu {
    width: 100%;
  }
  .tablinks {
    font-size: 14px;
  }
  .tabcon {
    width: 100%;
  }
  .branding {
    width: 34%;
  }
  .menubtn {
    margin-top: 10px;
  }
  .menubtn.w--open {
    background-color: transparent;
    color: #f15a24;
  }
  .navmenu {
    background-color: #f15a24;
  }
  .logocon {
    width: 50%;
  }
  .telemail {
    width: 100%;
    text-align: center;
  }
  .homelinks {
    width: 100%;
    text-align: center;
  }
  .slidercon {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 24px;
    margin-right: 41px;
    margin-left: 41px;
  }
  .tag1 {
    font-size: 24px;
    line-height: 30px;
  }
  .tag2 {
    font-size: 14px;
  }
  .bizlogo {
    top: -17px;
    right: 4px;
    bottom: auto;
    width: 28%;
  }
  .bargeitem {
    padding-right: 0px;
  }
  .bargepic {
    width: 100%;
  }
  .bargeinfo {
    width: 100%;
    margin-top: 15px;
    padding-left: 0px;
  }
  .crawleritem {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px;
  }
  .servitem {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .servitemin {
    height: auto;
  }
  .dl {
    text-align: center;
  }
  .caselinks {
    display: inline-block;
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    text-align: center;
  }
}

