a:hover {
  text-decoration: none;
}

li {
  list-style-type: none;
}

em {
  font-style: normal;
}

.fa {
  color: #1591d1;
  font-size: 24px;
}

#header {
  padding-top: 0px;
}

.logo img {
  max-width: 100%
}

.logo {
  padding-top: 7px;
  text-align: center;
  margin-top: 20px;
}

.phone {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 150%;
  margin-top: 20px;
}

.phone h5 {
  line-height: 150%;
  font-size: 14px;
}

.fa-phone {
  color: #1591d1;
}

.fa-user-plus:before {
  content: "\f234"
}

.hdr_menu {
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
}

.hdr_menu ul {
  text-align: right;
}

.account {
  color: black;
}

.callback {
  display: block;
  float: right;
  line-height: 18px;
  text-align: center;
  margin: 0px auto 0 20px;
  background: #1591d1;
  padding: 10px 15px;
  color: #fff;
  border-bottom: 2px solid #126c9a;
  text-transform: uppercase;
  vertical-align: top;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: none;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: normal;
}

.callback:hover {
  color: white;
  background-color: #1273a8;
}

.cartbox a {
  color: black;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.placeholder {
  width: 100%;
  /*border: medium none;*/
  border-radius: 6px;
  box-shadow: none;
  box-sizing: border-box;
  color: #777777;
  float: none;
  font-size: 14px;
  height: 42px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  padding: 11px 10px;
  z-index: 1;
  border-color: rgb(204, 204, 204);
}

#cart-search-box {
  padding-top: 20px;
}

#search .search-bt:before {
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome;
  position: absolute;
  display: block;
  height: 42px;
  line-height: 42px;
  width: 40px;
  font-size: 18px;
  left: 0;
  top: 0;
  z-index: 311;
  text-align: center;
  color: #1591d1;
}

#search .search-bt {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-radius: 0px 4px 4px 0;
  right: 18px;
  left: auto;
  top: 79px;
  cursor: pointer;
  z-index: 2;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #d9d9d9;
  border: medium none;
  box-shadow: none;
  filter: none;
  height: 37px;
  width: 37px;
  margin: 0;
  display: block;
  padding: 0;
  position: absolute;
  text-indent: 0;
  transition: all 200ms linear 0s;
  z-index: 2;
}

.navbar {
  margin-top: 20px;
}

.f-nav {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: -17px;
  width: 100%;
}

.nav {
  background-color: #ccccce;
  font-size: 16px;
  line-height: 18px;
}

.nav-pills>li>a {
  border-radius: 0;
}

.nav>li>a {
  color: #28282c;
  line-height: 18px;
  padding: 17px 15px;
  border-right: 1px solid #ccccce;
}

.nav>li>a:hover {
  background-color: #e7e7e7;
  color: #1591d1;
}

.nav>li>a:focus,
.nav>li>a:active,
.nav>li.dropdown.open>a {
  background-color: #555;
  color: #fff;
}

.nav>li {
  padding: 0;
}

.dropdown-menu>li>a {
  padding: 10px 20px;
  background-color: #555;
  color: white;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #000;
  color: #fff;
}

.res-menu-wrap {
  display: none;
}

#footer {
  padding: 40px 0 10px;
  margin-top: 40px;
  background-color: #333;
  color: #eee;
  font-size: 14px;
  line-height: 20px;
}

.menu_button li {
  display: inline-block;
  margin: 0 10px;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.slide {
  position: relative;
}

.slide>a {
  position: absolute;
}

.slide img {
  width: 100%;
}

#footer a {
  color: white;
}

#footer a:hover {
  color: #84cdf4;
}

.photo-lr img {
  max-width: 100%;
}

.main-content {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  #header {
    padding-top: 60px;
  }
  .mobhide {
    display: none;
  }
  .hdr_menu {
    margin-top: 35px;
  }
  .cartbox {
    position: fixed;
    top: -10px;
    right: 33px;
    z-index: 10000;
  }
  #search .search-bt {
    top: 23px;
  }
  #navigation {
    height: 0;
  }
  .navbar-inner {
    display: none;
  }
  .navbar.navbar-static-top {
    position: absolute;
  }
  select.res-menu {
    height: 50px;
    opacity: 0;
    cursor: pointer;
  }
  .res-menu-wrap {
    display: block;
    position: fixed;
    z-index: 10;
    height: 50px;
    line-height: 50px;
    margin: 0;
    font-size: 14px;
    top: 0;
    left: 0;
    background-color: #ccccce;
    width: 100%;
  }
  .fa-bars {
    left: 20px;
    top: 12px;
    cursor: pointer;
    position: fixed;
  }
  .main-content {
    text-align: center;
  }
}