@font-face{
  font-family:'icomoon';
  src:url('../fonts/icomoon.eot?#iefixvzkiq5') format('embedded-opentype'),
  url('../fonts/icomoon.woff') format('woff'),
  url('../fonts/icomoon.ttf?vzkiq5') format('truetype'),
  url('../fonts/icomoon.svg?vzkiq5#icomoon') format('svg');

  font-weight:normal;
  font-style:normal;
}

[class^="icon-"],[class*=" icon-"]{
  font-family:'icomoon';
  speak:none;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  color: #696969 ;
}


#menu-container {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 0 0 0;
  z-index: 91;
}

#menu-container .container {
  width: 942px;
  margin: 0 auto;
}

.container::before, .container::after {
  display: table;
  content: " ";
}

#menu-container .inner {
  display: table;
  width: 100%;
  border-top: 3px solid #AAA;
  border-bottom: 3px solid #AAA;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

div.headerbox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 11px;
  display: inline-block;
}

div.headerbox .icon44 {
  width: 160px;
  border-right: 1px dotted #ccc;
  float: left;
  font-size: 10px;
  height: 31px;
  line-height: 12px;
  margin: 5px 0;
  padding: 2px 8px 0 0;
  margin-left: 0;
}

div.headerbox .icon1 {
  width: 200px;
  border-right: 1px dotted #ccc;
  float: left;
  font-size: 10px;
  height: 31px;
  line-height: 12px;
  margin: 5px 0 5px 20px;
  padding: 2px 8px 0 0;
}

div.headerbox .icon5 {
  width: 185px;
  border-right: 1px dotted #ccc;
  float: left;
  font-size: 10px;
  height: 31px;
  line-height: 12px;
  margin: 5px 0 5px 20px;
  padding: 2px 8px 0 0;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconlist .pull-left > i {
  font-size: 27px;
  position: relative;
  top: 2px;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}

.icon-phone::before {
  content: "\e641";
}

.icon-truck::before {
    content: "\e6b0";
}

.icon-shield::before {
    content: "\e6b4";
}

div.headerbox a {
  color: #696969;
  font-size: 13px;
  text-decoration: none;
}

.button-container{
  float: right;
  margin: -10px 0 5px 20px;
  
}
div.headerbox .header-button{
  color: white;
  background-color: #3bb3e0;
  font-family: Roboto, Arial, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
  padding: 0 10px;
  /*border-left: solid 1px #2ab7ec;*/
  /*background: linear-gradient(to bottom, #529dce 0%,#1b7bb9 100%);*/
  border-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  /*box-shadow: inset 0px 1px 0px #92C3E2, 0px 5px 0px 0px #0D5583, 0 5px 4px rgba(0,0,0,0.66);*/
  height: 51px;
  line-height: 51px;
  display: inline-block;
  text-align: center;
  z-index: 11;
  text-shadow: 0 1px 1px rgba(0,0,0,0.33);
  background: linear-gradient(to bottom, rgba(215,47,37,1) 0%,rgba(152,26,18,1) 100%);
  box-shadow: inset 0px 1px 0px #FD372B, 0px 5px 0px 0px #7E130D, 0 5px 4px rgba(0,0,0,0.66);
  text-shadow: 0 1px 1px rgba(0,0,0,0.33);
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.top-offset{
  margin-top: 63px;
}
