/* COLORS */
/* CSS Reset */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
/* HELPFUL MIXINS */
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-reset li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-float li {
  float: left;
  display: inline-block;
}
@media (max-width: 480px) {
  .hide-on-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide-on-desktop {
    display: none;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .hide-on-tablet {
    display: none;
  }
}
@media (max-width: 480px) {
  .show-on-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .show-on-desktop {
    display: initial;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .show-on-tablet {
    display: initial;
  }
}
.mbBgndGallery img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform: translateZ(0.1px);
  -moz-transform: translateZ(0.1px);
}
.bgg_raster {
  background: url(raster.png);
}
html,
body {
  height: 100%;
  width: 100%;
  font-family: "brownlight2", "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}
html *,
body * {
  box-sizing: border-box;
}
body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #002F56;
  background-attachment: fixed;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body {
    background-position: center;
  }
}
body:after {
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  body:after {
    box-shadow: inset 0px 0px 250px 100px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (max-width: 767px) {
  body:after {
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: inset 0px 0px 75px 50px rgba(0, 0, 0, 0.2);
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  body.home:after {
    background: rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 75px 50px rgba(0, 0, 0, 0.2);
  }
}
.main img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.btn-primary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #fff;
  display: block;
  padding: 10px;
  padding-bottom: 2px;
  text-decoration: none;
  width: auto;
  max-width: 280px;
  margin: 10px;
}
.btn-primary:hover {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  transition: .5s;
}
.btn-primary.ico {
  text-align: right;
  padding-left: 40px;
  position: relative;
}
.btn-primary.ico i {
  display: block;
  position: absolute;
  left: 8px;
  top: 15px;
}
.btn-secondary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #fff;
  display: block;
  padding: 10px;
  padding-bottom: 2px;
  text-decoration: none;
  width: auto;
  max-width: 280px;
  margin: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 12px;
  max-width: 100%;
}
.btn-secondary:hover {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  transition: .5s;
}
.btn-secondary.ico {
  text-align: right;
  padding-left: 40px;
  position: relative;
}
.btn-secondary.ico i {
  display: block;
  position: absolute;
  left: 8px;
  top: 15px;
}
.btn-secondary.ico i {
  left: 12px;
  top: 17px;
}
.equal-links a {
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .equal-links a {
    display: block;
  }
}
.equal-links .btn-primary {
  background-color: rgba(0, 47, 86, 0.6);
  border: none;
  padding: 10px;
  padding-left: 40px;
  padding-right: 15px;
  text-align: left;
  margin-right: 5px;
  border-bottom: 1px solid #FEE4AD;
  width: 100%;
  max-width: 95%;
  margin: 10px;
}
.equal-links .btn-primary:last-of-type {
  margin-right: 0;
}
.equal-links .btn-primary i {
  padding-left: 5px;
  top: 16px;
}
@media (max-width: 768px) {
  .equal-links .btn-primary {
    width: 100%;
  }
}
a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
strong {
  font-weight: 700;
}
h1,
h3 {
  font-family: "Playfair Display SC", "Surveyor SSm A", "Surveyor SSm B", "Helvetica", Arial, sans-serif;
}
h1 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 30px;
}
h2 {
  font-family: "brownbold2", "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
}
h5,
h6 {
  font-family: "brownlight2", "Helvetica-Neue", "Helvetica", Arial, sans-serif;
}
p {
  margin-bottom: 30px;
}
.content-overlay {
  background-position: center;
  background-size: cover;
  background-repeat: repeat-y;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content-overlay:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 100%);
  content: '';
  top: 0;
  left: 0;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 767px) {
  .content-overlay:after {
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: inset 0px 0px 250px 100px rgba(0, 0, 0, 0.4);
  }
}
.home .content-overlay:after {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 767px) {
  .home .content-overlay:after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.content-overlay {
  display: none;
}
@media screen and (min-width: 767px) {
  .content-overlay {
    display: block;
  }
}
.main {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 2;
  max-width: 100%;
  overflow: auto;
}
.main .content {
  width: 100%;
  padding: 60px;
}
@media (max-width: 480px) {
  .main .content {
    padding: 30px;
  }
}
.main .logo {
  max-width: 40%;
  margin: 0px auto 0;
}
@media screen and (max-width: 767px) {
  .main .logo {
    max-width: 60%;
  }
}
@media screen and (min-width: 767px) {
  .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .main .content {
    width: initial;
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
            flex: 1 50%;
    position: relative;
    margin-left: 0%;
    min-height: 100%;
    max-width: 700px;
  }
  .main .inner-content {
    position: relative;
    z-index: 10;
  }
  .main header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 25%;
        -ms-flex: 1 25%;
            flex: 1 25%;
  }
  .main .logo {
    max-width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .main .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 40%;
        -ms-flex: 1 40%;
            flex: 1 40%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .content p {
    font-size: 24px;
    line-height: 34px;
  }
  .menu-time h3 {
    font-size: 22px;
  }
}
/*.home .main{
  height: 100%;
  justify-content: center;
  align-items: center;
  .logo {
    flex: 1 100%;
    max-width: 90%;
    @media screen and (max-width: 768px) {
      margin-top: 50px;
    }
    @media screen and (min-height: 700px) and (min-width: 768px) {
      margin-top: -250px;
    }
    img {
      display: block;
      max-width: 50%;
      margin: 0 auto;
    }
    .cta {
      margin: 30px auto;
    }
  }
  nav {
    @media screen and (max-width: 768px) {
      margin-top: -50px;
    }
  }
  header {
    flex-basis:100%;
    align-self:flex-start;
  }
  .cta {
    padding: 25px;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    max-width: 840px;
    @media screen and (max-width: 768px) {
      flex-flow: row wrap;
      a {
        flex: 1 100%;
      }
    }
  }

  .cta a {
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
    width: 25%;
    max-width: 280px;
    margin: 10px auto;
    text-transform: uppercase;
  }
} */
.home .main .logo {
  margin-top: 40px;
}
.home .main .cta {
  display: none;
  padding: 25px;
  margin-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 840px;
}
@media screen and (max-width: 768px) {
  .home .main .cta {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .home .main .cta a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}
.home .main .cta a {
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  display: block;
  padding: 10px;
  text-decoration: none;
  width: 80%;
  max-width: 280px;
  margin: 10px auto;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 768px) {
  .home .main .cta {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
    display: block;
  }
}
.logo img {
  width: 240px;
}
.hours {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .hours {
    margin-top: 20px;
  }
}
#controls {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  top: 94%;
}
@media screen and (max-width: 767px) {
  #controls {
    top: 90%;
  }
}
#controls div {
  font-size: 18px;
}
#controls .prev {
  position: absolute;
  left: 0;
  padding: 12px;
  background-color: rgba(0, 47, 86, 0.6);
  cursor: pointer;
  font-weight: 300;
  color: #ffffff;
  border-bottom: 1px solid #FEE4AD;
}
#controls .next {
  position: absolute;
  right: 0;
  padding: 12px;
  background-color: rgba(0, 47, 86, 0.6);
  cursor: pointer;
  font-weight: 300;
  color: #ffffff;
  border-bottom: 1px solid #FEE4AD;
}
aside {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  aside {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  /*.home {
    .main {
      display: flex;
    }
    nav {
      max-width: 940px;
    }
    .logo {
      order: 2;
    }
    header {
      order: 1;
    }
    
  }*/
}
nav {
  background-color: #002F56;
  z-index: 99;
  position: relative;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1%;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  nav {
    border-bottom: 2px solid #FEE4AD;
  }
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.open-menu {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}
nav.open-menu .menu-close {
  display: block;
}
.menu-close {
  background: transparent url('../images/x.png') center left no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 15px;
  width: 15px;
  background-size: contain;
  cursor: pointer;
  opacity: .5;
  display: none;
}
.flyout .menu-close {
  display: block;
  z-index: 20;
}
.social {
  display: block;
  text-align: left;
  padding-left: 30px;
  margin: 15px auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.social li {
  display: inline-block;
  margin: 0 12px;
}
.social li:first-of-type {
  margin-left: 0;
}
.social li:last-of-type {
  margin-right: 0;
}
.social li a {
  display: block;
  padding: 12px;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .social li a {
    display: inline;
    padding: 0px;
    border-bottom: 0;
  }
}
.social img {
  height: 20px;
}
.main-menu {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.main-menu a {
  font-size: 20px;
  border-bottom: 0;
  font-weight: 300;
  text-transform: none;
  font-family: "brownlight2", "Helvetica-Neue", "Helvetica", Arial, sans-serif;
}
.main-menu a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .8s;
  transition: .8s;
}
/*.home {
  .main-menu {
    li:nth-of-type(1),li:nth-of-type(2) {
      display: none;
    }
    a {
      &:hover {
        background-color: rgba(0,0,0,0);
        transition: .8s;
        border-bottom: 1px solid #fff;
      }
    }
  }
  nav {
    margin: 0 auto;
  }
  .social {
    margin: 15px 0;
  }
} */
.menu-trigger {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 19px;
  width: 26px;
  background: transparent url('../images/ico-menu.png') center no-repeat;
  background-size: contain;
  cursor: pointer;
}
/*.home {
  .menu-trigger {
    top: -20px;
  }
} */
@media screen and (max-width: 767px) {
  .main-menu {
    margin-top: 30px;
    padding: 0 30px;
  }
  .main-menu li {
    padding: 4px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-menu li a {
    line-height: 40px;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-trigger {
    display: none;
  }
  nav {
    background-color: transparent;
    max-width: 230px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    opacity: 1 !important;
    top: 0;
    width: 100%;
  }
  .social {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    padding-top: 35px;
    padding-left: 0;
    margin-top: 0;
    text-align: center;
  }
  .logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-menu {
    padding-top: 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    margin-left: -5px;
  }
  .main-menu li {
    display: block;
  }
  .main-menu li.hide-on-desktop {
    display: none;
  }
  .main-menu li a {
    display: block;
    line-height: 32px;
    width: 214px;
    padding-left: 35px;
    text-align: left;
  }
  .main-menu li:nth-of-type(3),
  .main-menu li:nth-of-type(2) {
    border: 1px solid #fff;
    border-left: 0;
    text-align: left;
    margin-bottom: 15px;
    background: rgba(0, 0, 0, 0.3);
  }
  .main-menu li:nth-of-type(3) a,
  .main-menu li:nth-of-type(2) a {
    line-height: 36px;
    font-family: "brownregular2", "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  }
  .main-menu a {
    border-bottom: 0;
  }
  nav .menu-close {
    display: none !important;
  }
  /*.home .main-menu {
    padding-top: 30px;
    order: 2;
    flex-basis: auto;
    li {
      display: inline-block;
      margin: 0 22px;
    }
    a {
      border-bottom: 0;
    }
  }*/
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  .social {
    margin-left: 30px;
  }
}
.beer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  padding: 20px 20px;
  margin: 30px 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.beer .abv {
  font-style: italic;
}
.beer .beername {
  -webkit-box-flex: 1;
  -webkit-flex: 1 65%;
      -ms-flex: 1 65%;
          flex: 1 65%;
}
@media (max-width: 480px) {
  .beer .beername {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}
.beer .beerprice {
  -webkit-box-flex: 1;
  -webkit-flex: 1 35%;
      -ms-flex: 1 35%;
          flex: 1 35%;
}
@media (max-width: 480px) {
  .beer .beerprice {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}
.beer .portion-size {
  text-align: left;
}
.beer .portion-price {
  text-align: right;
}
.beer .portion {
  text-align: right;
}
@media (max-width: 480px) {
  .beer .portion {
    text-align: left;
  }
}
.beer p {
  margin-bottom: 7px;
}
.beer-list-wrapper {
  margin-top: 30px;
}
.learn-btn.btn-secondary.ico {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  background-color: rgba(0, 48, 86, 0.6);
  border: none;
  border-bottom: 1px solid #FEE4AD;
}
.learn-btn.btn-secondary.ico:hover {
  background-color: rgba(0, 48, 86, 0.8);
}
@media (max-width: 800px) {
  .learn-btn.btn-secondary.ico {
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 30px 0;
  }
}
.menu-time {
  width: 100%;
  padding: 5px 5px;
  margin: 15px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.flyout {
  position: absolute;
  background: #002F56;
  overflow: auto;
  width: 70%;
  z-index: 9999;
  display: none;
}
.flyout.initiated {
  display: block;
  min-height: 100%;
}
.flyout .inner-content {
  padding: 50px;
  width: 100%;
}
@media (min-width: 1000px) {
  .flyout .inner-content {
    width: 60%;
    margin: 0 auto;
  }
}
.flyout .menu-close {
  width: 75px;
  line-height: 12px;
  padding-left: 25px;
  right: 5px;
}
@media (max-width: 768px) {
  .flyout {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .flyout {
    position: fixed;
    height: 100%;
    width: 98%;
  }
}
.flyout-right {
  right: -1px;
  top: 0;
  border-left: 2px solid #FEE4AD;
}
.page-template-page-menu .flyout .inner-content {
  padding: 50px;
  width: 100%;
}
@media (min-width: 1000px) {
  .page-template-page-menu .flyout .inner-content {
    width: 90%;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .page-template-page-menu .flyout .inner-content h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
.page-template-page-menu-php .flyout {
  width: 80%;
}
@media (max-width: 768px) {
  .page-template-page-menu-php .flyout {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .page-template-page-menu-php .flyout {
    position: fixed;
    height: 100%;
    width: 98%;
  }
}
@media (max-width: 768px) {
  .equal-links .flyout-launch {
    display: none;
  }
}
@media (max-width: 768px) {
  .equal-links .btn-primary {
    margin-left: 0;
    box-sizing: border-box;
  }
}
html.bg-image {
  background: url('') no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  width: auto;
}
@media (max-width: 480px) {
  html.bg-image {
    border: 0px solid #002F56;
  }
}
.bg-image body {
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  width: auto;
}
@media (max-width: 480px) {
  .bg-image body {
    border: 0px solid #002F56;
  }
}
