@import "../css/fonts/rockwell/font-face.css";
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
@media only screen and (max-width: 767px) {
  .unless-desktop,
  .unless-phone,
  .hide-on-phone {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .unless-desktop,
  .unless-tablet,
  .hide-on-tablet {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .unless-desktop {
    display: block;
  }
  .hide-on-desktop {
    display: none;
  }
}
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
/* #Base 960 Grid
================================================== */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.row {
  margin-bottom: 20px;
}
.container.no-columns {
  padding: 0 10px;
  margin-bottom: 20px;
}
/* Nested Column Classes */
.column.alpha,
.columns.alpha {
  margin-left: 0 !important;
}
.column.omega,
.columns.omega {
  margin-right: 0 !important;
}
.container .one-third.column {
  width: 300px;
}
.container .two-thirds.column {
  width: 620px;
}
.row.remove-bottom {
  margin-bottom: 0 !important;
}
.row.half-bottom {
  margin-bottom: 10px !important;
}
.row.add-bottom {
  margin-bottom: 20px !important;
}
/* Base Grid */
.container,
.container.sixteen {
  /* Offsets */

}
.container .one.column,
.container.sixteen .one.column,
.container .one.columns,
.container.sixteen .one.columns {
  width: 40px;
}
.container .two.columns,
.container.sixteen .two.columns {
  width: 100px;
}
.container .three.columns,
.container.sixteen .three.columns {
  width: 160px;
}
.container .four.columns,
.container.sixteen .four.columns {
  width: 220px;
}
.container .five.columns,
.container.sixteen .five.columns {
  width: 280px;
}
.container .six.columns,
.container.sixteen .six.columns {
  width: 340px;
}
.container .seven.columns,
.container.sixteen .seven.columns {
  width: 400px;
}
.container .eight.columns,
.container.sixteen .eight.columns {
  width: 460px;
}
.container .nine.columns,
.container.sixteen .nine.columns {
  width: 520px;
}
.container .ten.columns,
.container.sixteen .ten.columns {
  width: 580px;
}
.container .eleven.columns,
.container.sixteen .eleven.columns {
  width: 640px;
}
.container .twelve.columns,
.container.sixteen .twelve.columns {
  width: 700px;
}
.container .thirteen.columns,
.container.sixteen .thirteen.columns {
  width: 760px;
}
.container .fourteen.columns,
.container.sixteen .fourteen.columns {
  width: 820px;
}
.container .fifteen.columns,
.container.sixteen .fifteen.columns {
  width: 880px;
}
.container .sixteen.columns,
.container.sixteen .sixteen.columns {
  width: 940px;
}
.container .offset-by-one,
.container.sixteen .offset-by-one {
  padding-left: 60px;
}
.container .offset-by-two,
.container.sixteen .offset-by-two {
  padding-left: 120px;
}
.container .offset-by-three,
.container.sixteen .offset-by-three {
  padding-left: 180px;
}
.container .offset-by-four,
.container.sixteen .offset-by-four {
  padding-left: 240px;
}
.container .offset-by-five,
.container.sixteen .offset-by-five {
  padding-left: 300px;
}
.container .offset-by-six,
.container.sixteen .offset-by-six {
  padding-left: 360px;
}
.container .offset-by-seven,
.container.sixteen .offset-by-seven {
  padding-left: 420px;
}
.container .offset-by-eight,
.container.sixteen .offset-by-eight {
  padding-left: 480px;
}
.container .offset-by-nine,
.container.sixteen .offset-by-nine {
  padding-left: 540px;
}
.container .offset-by-ten,
.container.sixteen .offset-by-ten {
  padding-left: 600px;
}
.container .offset-by-eleven,
.container.sixteen .offset-by-eleven {
  padding-left: 660px;
}
.container .offset-by-twelve,
.container.sixteen .offset-by-twelve {
  padding-left: 720px;
}
.container .offset-by-thirteen,
.container.sixteen .offset-by-thirteen {
  padding-left: 780px;
}
.container .offset-by-fourteen,
.container.sixteen .offset-by-fourteen {
  padding-left: 840px;
}
.container .offset-by-fifteen,
.container.sixteen .offset-by-fifteen {
  padding-left: 900px;
}
.inner-container {
  width: 840px;
}
.inner-container .columns,
.inner-container .column {
  margin-left: 20px;
  margin-right: 20px;
}
.inner-container .column:first-child,
.inner-container .columns:first-child {
  margin-left: 0;
}
.inner-container .column:last-child,
.inner-container .columns:last-child {
  margin-right: 0;
}
.inner-container .offset-by-ten {
  padding-left: 880px;
}
.inner-container .offset-by-nine {
  padding-left: 792px;
}
.inner-container .offset-by-eight {
  padding-left: 704px;
}
.inner-container .offset-by-seven {
  padding-left: 616px;
}
.inner-container .offset-by-six {
  padding-left: 528px;
}
.inner-container .offset-by-five {
  padding-left: 440px;
}
.inner-container .offset-by-four {
  padding-left: 352px;
}
.inner-container .offset-by-three {
  padding-left: 264px;
}
.inner-container .offset-by-two {
  padding-left: 176px;
}
.inner-container .offset-by-one {
  padding-left: 88px;
}
.inner-container .ten.columns {
  width: 840px;
}
.inner-container .nine.columns {
  width: 752px;
}
.inner-container .eight.columns {
  width: 664px;
}
.inner-container .seven.columns {
  width: 576px;
}
.inner-container .six.columns {
  width: 488px;
}
.inner-container .five.columns {
  width: 400px;
}
.inner-container .four.columns {
  width: 312px;
}
.inner-container .three.columns {
  width: 224px;
}
.inner-container .two.columns {
  width: 136px;
}
.inner-container .one.columns {
  width: 48px;
}
.locations {
  width: 840px;
}
.locations .columns,
.locations .column {
  margin-left: 15px;
  margin-right: 15px;
}
.locations .column:first-child,
.locations .columns:first-child {
  margin-left: 0;
}
.locations .column:last-child,
.locations .columns:last-child {
  margin-right: 0;
}
.locations .offset-by-six {
  padding-left: 870px;
}
.locations .offset-by-five {
  padding-left: 725px;
}
.locations .offset-by-four {
  padding-left: 580px;
}
.locations .offset-by-three {
  padding-left: 435px;
}
.locations .offset-by-two {
  padding-left: 290px;
}
.locations .offset-by-one {
  padding-left: 145px;
}
.locations .six.columns {
  width: 840px;
}
.locations .five.columns {
  width: 695px;
}
.locations .four.columns {
  width: 550px;
}
.locations .three.columns {
  width: 405px;
}
.locations .two.columns {
  width: 260px;
}
.locations .one.columns {
  width: 115px;
}
/* #12 Column Alternative */
.container.twelve {
  /* Offsets */
}
.container.twelve .one.column,
.container.twelve .one.columns {
  width: 60px;
}
.container.twelve .two.columns {
  width: 140px;
}
.container.twelve .three.columns {
  width: 220px;
}
.container.twelve .four.columns {
  width: 300px;
}
.container.twelve .five.columns {
  width: 380px;
}
.container.twelve .six.columns {
  width: 460px;
}
.container.twelve .seven.columns {
  width: 540px;
}
.container.twelve .eight.columns {
  width: 620px;
}
.container.twelve .nine.columns {
  width: 700px;
}
.container.twelve .ten.columns {
  width: 780px;
}
.container.twelve .eleven.columns {
  width: 860px;
}
.container.twelve .twelve.columns {
  width: 940px;
}
.container.twelve .offset-by-one {
  padding-left: 80px;
}
.container.twelve .offset-by-two {
  padding-left: 160px;
}
.container.twelve .offset-by-three {
  padding-left: 240px;
}
.container.twelve .offset-by-four {
  padding-left: 320px;
}
.container.twelve .offset-by-five {
  padding-left: 400px;
}
.container.twelve .offset-by-six {
  padding-left: 480px;
}
.container.twelve .offset-by-seven {
  padding-left: 560px;
}
.container.twelve .offset-by-eight {
  padding-left: 640px;
}
.container.twelve .offset-by-nine {
  padding-left: 720px;
}
.container.twelve .offset-by-ten {
  padding-left: 800px;
}
.container.twelve .offset-by-eleven {
  padding-left: 880px;
}
.container.panels .column {
  margin-left: 3px;
  margin-right: 3px;
}
.container.panels .one.column {
  width: 316px;
}
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 768px;
  }
  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }
  .column.alpha,
  .columns.alpha {
    margin-left: 0;
    margin-right: 10px;
  }
  .column.omega,
  .columns.omega {
    margin-right: 0;
    margin-left: 10px;
  }
  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }
  .container .one-third.column {
    width: 236px;
  }
  .container .two-thirds.column {
    width: 492px;
  }
  .container,
  .container.sixteen {
    /* Offsets */
  
  }
  .container .one.column,
  .container.sixteen .one.column,
  .container .one.columns,
  .container.sixteen .one.columns {
    width: 28px;
  }
  .container .two.columns,
  .container.sixteen .two.columns {
    width: 76px;
  }
  .container .three.columns,
  .container.sixteen .three.columns {
    width: 124px;
  }
  .container .four.columns,
  .container.sixteen .four.columns {
    width: 172px;
  }
  .container .five.columns,
  .container.sixteen .five.columns {
    width: 220px;
  }
  .container .six.columns,
  .container.sixteen .six.columns {
    width: 268px;
  }
  .container .seven.columns,
  .container.sixteen .seven.columns {
    width: 316px;
  }
  .container .eight.columns,
  .container.sixteen .eight.columns {
    width: 364px;
  }
  .container .nine.columns,
  .container.sixteen .nine.columns {
    width: 412px;
  }
  .container .ten.columns,
  .container.sixteen .ten.columns {
    width: 460px;
  }
  .container .eleven.columns,
  .container.sixteen .eleven.columns {
    width: 508px;
  }
  .container .twelve.columns,
  .container.sixteen .twelve.columns {
    width: 556px;
  }
  .container .thirteen.columns,
  .container.sixteen .thirteen.columns {
    width: 604px;
  }
  .container .fourteen.columns,
  .container.sixteen .fourteen.columns {
    width: 652px;
  }
  .container .fifteen.columns,
  .container.sixteen .fifteen.columns {
    width: 700px;
  }
  .container .sixteen.columns,
  .container.sixteen .sixteen.columns {
    width: 748px;
  }
  .container .offset-by-one,
  .container.sixteen .offset-by-one {
    padding-left: 48px;
  }
  .container .offset-by-two,
  .container.sixteen .offset-by-two {
    padding-left: 96px;
  }
  .container .offset-by-three,
  .container.sixteen .offset-by-three {
    padding-left: 144px;
  }
  .container .offset-by-four,
  .container.sixteen .offset-by-four {
    padding-left: 192px;
  }
  .container .offset-by-five,
  .container.sixteen .offset-by-five {
    padding-left: 240px;
  }
  .container .offset-by-six,
  .container.sixteen .offset-by-six {
    padding-left: 288px;
  }
  .container .offset-by-seven,
  .container.sixteen .offset-by-seven {
    padding-left: 336px;
  }
  .container .offset-by-eight,
  .container.sixteen .offset-by-eight {
    padding-left: 384px;
  }
  .container .offset-by-nine,
  .container.sixteen .offset-by-nine {
    padding-left: 432px;
  }
  .container .offset-by-ten,
  .container.sixteen .offset-by-ten {
    padding-left: 480px;
  }
  .container .offset-by-eleven,
  .container.sixteen .offset-by-eleven {
    padding-left: 528px;
  }
  .container .offset-by-twelve,
  .container.sixteen .offset-by-twelve {
    padding-left: 576px;
  }
  .container .offset-by-thirteen,
  .container.sixteen .offset-by-thirteen {
    padding-left: 624px;
  }
  .container .offset-by-fourteen,
  .container.sixteen .offset-by-fourteen {
    padding-left: 672px;
  }
  .container .offset-by-fifteen,
  .container.sixteen .offset-by-fifteen {
    padding-left: 720px;
  }
  /*****************************
              12 Column
              ((768/12) - 20) * 1 = 44
          *****************************/
  .container.twelve {
    /* Offsets */
  }
  .container.twelve .one.column,
  .container.twelve .one.columns {
    width: 44px;
  }
  .container.twelve .two.columns {
    width: 108px;
  }
  .container.twelve .three.columns {
    width: 172px;
  }
  .container.twelve .four.columns {
    width: 236px;
  }
  .container.twelve .five.columns {
    width: 300px;
  }
  .container.twelve .six.columns {
    width: 364px;
  }
  .container.twelve .seven.columns {
    width: 428px;
  }
  .container.twelve .eight.columns {
    width: 492px;
  }
  .container.twelve .nine.columns {
    width: 556px;
  }
  .container.twelve .ten.columns {
    width: 620px;
  }
  .container.twelve .eleven.columns {
    width: 684px;
  }
  .container.twelve .twelve.columns {
    width: 748px;
  }
  .container.twelve .offset-by-one {
    padding-left: 64px;
  }
  .container.twelve .offset-by-two {
    padding-left: 128px;
  }
  .container.twelve .offset-by-three {
    padding-left: 192px;
  }
  .container.twelve .offset-by-four {
    padding-left: 256px;
  }
  .container.twelve .offset-by-five {
    padding-left: 320px;
  }
  .container.twelve .offset-by-six {
    padding-left: 384px;
  }
  .container.twelve .offset-by-seven {
    padding-left: 448px;
  }
  .container.twelve .offset-by-eight {
    padding-left: 512px;
  }
  .container.twelve .offset-by-nine {
    padding-left: 576px;
  }
  .container.twelve .offset-by-ten {
    padding-left: 640px;
  }
  .container.twelve .offset-by-eleven {
    padding-left: 704px;
  }
  .container.panels .one.column {
    width: 252px;
  }
  .inner-container {
    width: 700px;
  }
  .inner-container .columns,
  .inner-container .column {
    margin-left: 15px;
    margin-right: 15px;
  }
  .inner-container .column:first-child,
  .inner-container .columns:first-child {
    margin-left: 0;
  }
  .inner-container .column:last-child,
  .inner-container .columns:last-child {
    margin-right: 0;
  }
  .inner-container .offset-by-ten {
    padding-left: 730px;
  }
  .inner-container .offset-by-nine {
    padding-left: 657px;
  }
  .inner-container .offset-by-eight {
    padding-left: 584px;
  }
  .inner-container .offset-by-seven {
    padding-left: 511px;
  }
  .inner-container .offset-by-six {
    padding-left: 438px;
  }
  .inner-container .offset-by-five {
    padding-left: 365px;
  }
  .inner-container .offset-by-four {
    padding-left: 292px;
  }
  .inner-container .offset-by-three {
    padding-left: 219px;
  }
  .inner-container .offset-by-two {
    padding-left: 146px;
  }
  .inner-container .offset-by-one {
    padding-left: 73px;
  }
  .inner-container .ten.columns {
    width: 700px;
  }
  .inner-container .nine.columns {
    width: 627px;
  }
  .inner-container .eight.columns {
    width: 554px;
  }
  .inner-container .seven.columns {
    width: 481px;
  }
  .inner-container .six.columns {
    width: 408px;
  }
  .inner-container .five.columns {
    width: 335px;
  }
  .inner-container .four.columns {
    width: 262px;
  }
  .inner-container .three.columns {
    width: 189px;
  }
  .inner-container .two.columns {
    width: 116px;
  }
  .inner-container .one.columns {
    width: 43px;
  }
  .locations {
    width: 700px;
  }
  .locations .columns,
  .locations .column {
    margin-left: 10px;
    margin-right: 10px;
  }
  .locations .column:first-child,
  .locations .columns:first-child {
    margin-left: 0;
  }
  .locations .column:last-child,
  .locations .columns:last-child {
    margin-right: 0;
  }
  .locations .offset-by-six {
    padding-left: 720px;
  }
  .locations .offset-by-five {
    padding-left: 600px;
  }
  .locations .offset-by-four {
    padding-left: 480px;
  }
  .locations .offset-by-three {
    padding-left: 360px;
  }
  .locations .offset-by-two {
    padding-left: 240px;
  }
  .locations .offset-by-one {
    padding-left: 120px;
  }
  .locations .six.columns {
    width: 700px;
  }
  .locations .five.columns {
    width: 580px;
  }
  .locations .four.columns {
    width: 460px;
  }
  .locations .three.columns {
    width: 340px;
  }
  .locations .two.columns {
    width: 220px;
  }
  .locations .one.columns {
    width: 100px;
  }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
  }
  .container .columns,
  .container .column,
  .container.panels .columns,
  .container.panels .column {
    margin: 0;
  }
  .container.phone-expand {
    padding: 0;
  }
  .container,
  .container.sixteen,
  .container.twelve,
  .container.panels {
    /* Offsets */
  
  }
  .container .one.column,
  .container.sixteen .one.column,
  .container.twelve .one.column,
  .container.panels .one.column,
  .container .one.columns,
  .container.sixteen .one.columns,
  .container.twelve .one.columns,
  .container.panels .one.columns,
  .container .two.columns,
  .container.sixteen .two.columns,
  .container.twelve .two.columns,
  .container.panels .two.columns,
  .container .three.columns,
  .container.sixteen .three.columns,
  .container.twelve .three.columns,
  .container.panels .three.columns,
  .container .four.columns,
  .container.sixteen .four.columns,
  .container.twelve .four.columns,
  .container.panels .four.columns,
  .container .five.columns,
  .container.sixteen .five.columns,
  .container.twelve .five.columns,
  .container.panels .five.columns,
  .container .six.columns,
  .container.sixteen .six.columns,
  .container.twelve .six.columns,
  .container.panels .six.columns,
  .container .seven.columns,
  .container.sixteen .seven.columns,
  .container.twelve .seven.columns,
  .container.panels .seven.columns,
  .container .eight.columns,
  .container.sixteen .eight.columns,
  .container.twelve .eight.columns,
  .container.panels .eight.columns,
  .container .nine.columns,
  .container.sixteen .nine.columns,
  .container.twelve .nine.columns,
  .container.panels .nine.columns,
  .container .ten.columns,
  .container.sixteen .ten.columns,
  .container.twelve .ten.columns,
  .container.panels .ten.columns,
  .container .eleven.columns,
  .container.sixteen .eleven.columns,
  .container.twelve .eleven.columns,
  .container.panels .eleven.columns,
  .container .twelve.columns,
  .container.sixteen .twelve.columns,
  .container.twelve .twelve.columns,
  .container.panels .twelve.columns,
  .container .thirteen.columns,
  .container.sixteen .thirteen.columns,
  .container.twelve .thirteen.columns,
  .container.panels .thirteen.columns,
  .container .fourteen.columns,
  .container.sixteen .fourteen.columns,
  .container.twelve .fourteen.columns,
  .container.panels .fourteen.columns,
  .container .fifteen.columns,
  .container.sixteen .fifteen.columns,
  .container.twelve .fifteen.columns,
  .container.panels .fifteen.columns,
  .container .sixteen.columns,
  .container.sixteen .sixteen.columns,
  .container.twelve .sixteen.columns,
  .container.panels .sixteen.columns,
  .container .one-third.column,
  .container.sixteen .one-third.column,
  .container.twelve .one-third.column,
  .container.panels .one-third.column,
  .container .two-thirds.column,
  .container.sixteen .two-thirds.column,
  .container.twelve .two-thirds.column,
  .container.panels .two-thirds.column {
    width: 100%;
  }
  .container .offset-by-one,
  .container.sixteen .offset-by-one,
  .container.twelve .offset-by-one,
  .container.panels .offset-by-one,
  .container .offset-by-two,
  .container.sixteen .offset-by-two,
  .container.twelve .offset-by-two,
  .container.panels .offset-by-two,
  .container .offset-by-three,
  .container.sixteen .offset-by-three,
  .container.twelve .offset-by-three,
  .container.panels .offset-by-three,
  .container .offset-by-four,
  .container.sixteen .offset-by-four,
  .container.twelve .offset-by-four,
  .container.panels .offset-by-four,
  .container .offset-by-five,
  .container.sixteen .offset-by-five,
  .container.twelve .offset-by-five,
  .container.panels .offset-by-five,
  .container .offset-by-six,
  .container.sixteen .offset-by-six,
  .container.twelve .offset-by-six,
  .container.panels .offset-by-six,
  .container .offset-by-seven,
  .container.sixteen .offset-by-seven,
  .container.twelve .offset-by-seven,
  .container.panels .offset-by-seven,
  .container .offset-by-eight,
  .container.sixteen .offset-by-eight,
  .container.twelve .offset-by-eight,
  .container.panels .offset-by-eight,
  .container .offset-by-nine,
  .container.sixteen .offset-by-nine,
  .container.twelve .offset-by-nine,
  .container.panels .offset-by-nine,
  .container .offset-by-ten,
  .container.sixteen .offset-by-ten,
  .container.twelve .offset-by-ten,
  .container.panels .offset-by-ten,
  .container .offset-by-eleven,
  .container.sixteen .offset-by-eleven,
  .container.twelve .offset-by-eleven,
  .container.panels .offset-by-eleven,
  .container .offset-by-twelve,
  .container.sixteen .offset-by-twelve,
  .container.twelve .offset-by-twelve,
  .container.panels .offset-by-twelve,
  .container .offset-by-thirteen,
  .container.sixteen .offset-by-thirteen,
  .container.twelve .offset-by-thirteen,
  .container.panels .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container.sixteen .offset-by-fourteen,
  .container.twelve .offset-by-fourteen,
  .container.panels .offset-by-fourteen,
  .container .offset-by-fifteen,
  .container.sixteen .offset-by-fifteen,
  .container.twelve .offset-by-fifteen,
  .container.panels .offset-by-fifteen {
    padding-left: 0;
  }
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
/* Fix .two-thirds.column width from 420px to 400px
    * By Minh
    */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
  
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
  
    box-sizing: border-box;
    /* Opera/IE 8+ */
  
  }
  .container .columns,
  .container .column {
    margin: 0;
  }
  .container .one.column,
  .container.sixteen .one.column,
  .container.twelve .one.column,
  .container.panels .one.column,
  .container .one.columns,
  .container.sixteen .one.columns,
  .container.twelve .one.columns,
  .container.panels .one.columns,
  .container .two.columns,
  .container.sixteen .two.columns,
  .container.twelve .two.columns,
  .container.panels .two.columns,
  .container .three.columns,
  .container.sixteen .three.columns,
  .container.twelve .three.columns,
  .container.panels .three.columns,
  .container .four.columns,
  .container.sixteen .four.columns,
  .container.twelve .four.columns,
  .container.panels .four.columns,
  .container .five.columns,
  .container.sixteen .five.columns,
  .container.twelve .five.columns,
  .container.panels .five.columns,
  .container .six.columns,
  .container.sixteen .six.columns,
  .container.twelve .six.columns,
  .container.panels .six.columns,
  .container .seven.columns,
  .container.sixteen .seven.columns,
  .container.twelve .seven.columns,
  .container.panels .seven.columns,
  .container .eight.columns,
  .container.sixteen .eight.columns,
  .container.twelve .eight.columns,
  .container.panels .eight.columns,
  .container .nine.columns,
  .container.sixteen .nine.columns,
  .container.twelve .nine.columns,
  .container.panels .nine.columns,
  .container .ten.columns,
  .container.sixteen .ten.columns,
  .container.twelve .ten.columns,
  .container.panels .ten.columns,
  .container .eleven.columns,
  .container.sixteen .eleven.columns,
  .container.twelve .eleven.columns,
  .container.panels .eleven.columns,
  .container .twelve.columns,
  .container.sixteen .twelve.columns,
  .container.twelve .twelve.columns,
  .container.panels .twelve.columns,
  .container .thirteen.columns,
  .container.sixteen .thirteen.columns,
  .container.twelve .thirteen.columns,
  .container.panels .thirteen.columns,
  .container .fourteen.columns,
  .container.sixteen .fourteen.columns,
  .container.twelve .fourteen.columns,
  .container.panels .fourteen.columns,
  .container .fifteen.columns,
  .container.sixteen .fifteen.columns,
  .container.twelve .fifteen.columns,
  .container.panels .fifteen.columns,
  .container .sixteen.columns,
  .container.sixteen .sixteen.columns,
  .container.twelve .sixteen.columns,
  .container.panels .sixteen.columns,
  .container .one-third.column,
  .container.sixteen .one-third.column,
  .container.twelve .one-third.column,
  .container.panels .one-third.column,
  .container .two-thirds.column,
  .container.sixteen .two-thirds.column,
  .container.twelve .two-thirds.column,
  .container.panels .two-thirds.column {
    width: 400px;
  }
}
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* #Forms
================================================== */
form {
  margin-bottom: 20px;
}
fieldset {
  margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}
select {
  padding: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
textarea {
  min-height: 60px;
}
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
select {
  width: 220px;
}
input[type="checkbox"] {
  display: inline;
}
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
html {
  background: #1a0c03;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: url(../images/background.jpg?mobile_only=true) no-repeat center top #2d1609;
  -webkit-font-smoothing: antialiased;
  font: 15px/1.4 "Rockwell";
  color: #c0aa8e;
}
.body-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
}
p {
  margin: 10px 0;
}
::-moz-selection {
  background: #c0aa8e;
  color: #fff;
  text-shadow: none;
  -webkit-filter: none;
}
::selection {
  background: #c0aa8e;
  color: #fff;
  text-shadow: none;
  -webkit-filter: none;
}
h2 {
  font-size: 26px;
}
header {
  background: url(../images/nav_bg.png) center repeat-y #190c03;
  padding: 15px 0 0 0;
  position: relative;
  z-index: 10;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
}
header .logo {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -123.5px;
  width: 217px;
  height: 54px;
  background: url(../images/logo.png) no-repeat;
  background-size: 217px 54px;
  -webkit-transition: -webkit-transform 0.2s ease-in;
}
header .logo img {
  display: none;
}
header .logo span {
  position: absolute;
  display: block;
  bottom: -17px;
  left: -20px;
  width: 120%;
  height: 100%;
  background: url(../images/nav_uplight.png) bottom center no-repeat, url(../images/nav_uplight.png) 40px bottom no-repeat;
  -webkit-transition: background 0.3s ease-out;
  background-size: 0 0;
}
header .logo:hover {
  -webkit-transform: translateY(2px);
}
header .logo:hover span {
  background-size: 126px 81px;
  background-position: center bottom, left bottom;
}
header .gold-band {
  height: 5px;
  position: relative;
  z-index: 10;
  background: url(../images/nav_gold_band.jpg) center repeat-y #6c5027;
}
.page-home header {
  box-shadow: none;
}
header .nav-disclosure {
  display: none;
}
header nav {
  display: block;
}
header nav li {
  font: 18px/1.4 "Rockwell";
  float: left;
}
header nav li.nav-n-1 {
  display: none;
}
header nav li.nav-n-4 {
  margin-right: 260px;
}
header nav a {
  float: left;
  display: block;
  padding: 31px 30px 22px;
  margin: -10px -10px 0px;
  color: #c0aa8e;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  text-decoration: none;
  -webkit-transition: background 0.3s ease-out, -webkit-transform 0.2s ease-in;
  -moz-transition: background 0.3s ease-out, -moz-transform 0.2s ease-in;
  background: url(../images/nav_uplight.png) bottom center no-repeat;
  background-size: 0 0;
  background-position: center 102%;
}
header nav a.nav-selected {
  background-size: 80px 60px;
  background-position: center bottom;
}
header nav a:hover {
  background-size: 126px 81px;
  background-position: center bottom;
  -webkit-transition: background 0.2s ease-in, -webkit-transform 0.1s ease-in;
  -moz-transition: background 0.2s ease-in, -moz-transform 0.1s ease-in;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
}
.ie8 header nav a {
  background-position: center -200px;
}
.ie8 header nav a:hover {
  background-position: center bottom;
}
article nav {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
  margin-bottom: 35px;
}
article nav ul {
  float: left;
  position: relative;
  left: 50%;
  text-align: center;
}
article nav li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
  background: url(../images/hr_mini.png) bottom center no-repeat;
  background-size: 137px 18px;
}
article nav a {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  min-width: 150px;
  font: 20px/1.4 "Rockwell";
  background: url(../images/nav_uplight.png) bottom center no-repeat;
  background-size: 0 0;
  background-position: center 102%;
}
article nav a:active,
article nav a:hover,
article nav a:link,
article nav a {
  color: #c0aa8e !important;
  text-decoration: none;
}
article nav a.nav-selected {
  background-size: 50px 30px;
  background-position: center bottom;
}
article nav a:hover {
  background-size: 80px 51px;
  background-position: center bottom;
  -webkit-transition: background 0.2s ease-in, -webkit-transform 0.1s ease-in;
  -webkit-transform: translateY(2px);
}
@media only screen and (max-width: 767px) {
  article nav ul {
    left: 0;
  }
  article nav ul li {
    left: 0;
    width: 100%;
  }
}
.hero-carousel {
  margin-bottom: 15px;
}
.hero-carousel .flex-control-nav {
  zoom: 1;
}
.hero-carousel .flex-control-nav:before,
.hero-carousel .flex-control-nav:after {
  content: "";
  display: table;
}
.hero-carousel .flex-control-nav:after {
  clear: both;
}
.hero-carousel .flex-control-nav li {
  float: left;
  position: relative;
  width: 20%;
  display: table;
}
.hero-carousel .flex-control-nav em {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  text-indent: -9999px;
  background: url(../images/carousel_nav_shadow.png) left repeat-y;
}
.hero-carousel .flex-control-nav li:first-child em {
  display: none;
}
.hero-carousel .flex-control-nav a {
  height: 50px;
  background: #2d1609;
  border-top: 4px solid #725843;
  color: #725843;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  background-image: url(../images/nav_uplight.png);
  background-position: center -120%;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 5px 16px;
  font: 18px/1.4 "Rockwell";
}
.hero-carousel .flex-control-nav a:hover {
  background-position: center -20%;
  background-repeat: no-repeat;
}
.hero-carousel .flex-control-nav a.flex-active {
  background-position: center -120%;
  background-color: #442614;
  color: #c6a780;
  border-top-color: #c6a780;
}
@media only screen and (max-width: 767px) {
  .hero-carousel .slide img {
    max-width: 200% !important;
    margin-left: -50%;
  }
}
.mini-carousel {
  margin-right: -10px;
  padding: 14px 18px 30px 22px;
  background: url(../images/carousel_frame.png) no-repeat;
  background-size: 414px 308px;
}
.mini-carousel .slides {
  border: 3px solid #fff;
}
.widget-panel {
  background-color: #1a0b02;
  color: #a67c52;
}
.widget-panel h2 {
  color: #c0aa8e;
  margin-bottom: -10px;
}
.widget-panel img {
  max-width: 100%;
}
.widget-panel .panel-content {
  min-height: 180px;
  font: 14px/1.4 "Rockwell";
  padding: 5px 20px 20px;
}
.hero img {
  max-width: 100%;
  display: block;
}
.hero .mask-overlay {
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 117px;
  max-height: 100%;
  background: url(../images/article_header_border.png) bottom no-repeat;
  background-size: 100% auto;
}
.panel .content {
  background-color: #361c0a;
  padding-bottom: 20px;
  zoom: 1;
}
.panel .content:before,
.panel .content:after {
  content: "";
  display: table;
}
.panel .content:after {
  clear: both;
}
h1,
h2,
h3,
h4 {
  color: #c0aa8e;
}
h1 {
  font: 36px/1.4 "Rockwell";
  text-align: center;
}
h2 {
  font: 26px/1.4 "Rockwell";
  margin-bottom: 20px;
}
h3 {
  font: 20px/1.4 "Rockwell";
}
h4 {
  font: 15px/1.4 "Rockwell";
  margin-bottom: 0;
}
h4 + p {
  margin-top: 0px;
}
article {
  color: #a67c52;
}
article hr {
  border: none;
  background: url(../images/hr.png) center no-repeat;
  background-size: 100% auto;
  max-width: 897px;
  height: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}
article h1 + hr {
  margin-top: 15px;
}
article img {
  max-width: 100%;
}
article a,
article a:hover,
article a:visited {
  color: inherit;
  text-decoration: underline;
}
.frame-inside {
  background-image: url(../assets@2x/photo_framed_indoor.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 518px 425px;
  min-height: 425px;
}
.frame-history {
  background-image: url(../assets@2x/montage_framed_history.jpg);
  background-repeat: no-repeat;
  background-position: 10px top;
  background-size: 537px 613px;
  min-height: 590px;
  margin-bottom: -10px;
}
.page-about .content {
  background-image: url(../images/chocolate_about.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 686px 439px;
  padding-bottom: 380px;
}
.page-legal .content {
  background-image: url(../images/chocolate_legal.png);
  background-repeat: no-repeat;
  background-position: center 105%;
  background-size: 641px 436px;
  padding-bottom: 330px;
}
.locations .googleMapCanvas {
  margin-top: 20px;
  height: 180px;
}
.locations .location {
  margin-top: 10px;
  margin-bottom: 10px;
}
.file-download {
  background: url(../images/icon_pdf.png) no-repeat;
  background-size: 66px 67px;
  padding-left: 80px;
  min-height: 67px;
}
.file-download a,
.file-download a:link,
.file-download a:visited {
  color: #c0aa8e;
}
.button {
  display: inline-block;
  background: url(../images/btn_triangle.png) no-repeat right;
  background-size: 22px 50px;
  padding: 0 16px 0 0;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  border: none;
}
.button span {
  font: 13px/1.4 "Rockwell";
  display: block;
  background: #c0aa8e;
  color: #2d1609;
  padding: 2px 8px;
}
.button:hover {
  -webkit-transform: translateX(5px);
}
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.simple_image_gallery_container .simple_image_gallery_image div {
  padding: 0 5px;
}
.simple_image_gallery_container .simple_image_gallery_image a {
  text-decoration: none;
  display: block;
  font: 14px/1.4 "Rockwell";
}
.simple_image_gallery_container .simple_image_gallery_image a .image-border {
  padding: 0;
  border: 2px solid #c0aa8e;
  position: relative;
}
.simple_image_gallery_container .simple_image_gallery_image a .image-border:after {
  content: "";
  position: absolute;
  bottom: -22px;
  height: 20px;
  left: 0;
  width: 100%;
  background: url(../images/gallery_shadow.png) no-repeat bottom center;
  background-size: 100% auto;
}
.simple_image_gallery_container .simple_image_gallery_image a img {
  display: block;
  max-width: 100%;
}
.simple_image_gallery_container .simple_image_gallery_image a p {
  margin-top: 16px;
  margin-bottom: 18px;
}
.simple_image_gallery_container .simple_image_gallery_image img {
  vertical-align: bottom;
}
.simple_image_gallery_container .row-start {
  margin-left: -5px;
  clear: both;
}
.simple_image_gallery_container .row-end {
  margin-right: -5px;
}
@media only screen and (max-width: 767px) {
  .simple_image_gallery_container .simple_image_gallery_image {
    width: 50% !important;
  }
  .simple_image_gallery_container .simple_image_gallery_image:nth-child(2n-1) {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (min-device-width: 960px) {
  .simple_image_gallery_container img {
    -webkit-transition: -webkit-filter 0.6s ease-out;
  }
  .simple_image_gallery_container:hover img {
    -webkit-filter: brightness(50%);
  }
  .simple_image_gallery_container a:hover img {
    -webkit-filter: none;
  }
}
#fancybox-title-left,
#fancybox-title-right,
#fancybox-title-main {
  background: transparent;
}
#fancybox-right {
  right: -50px;
}
#fancybox-left {
  left: -50px;
}
#fancybox-right-ico,
#fancybox-left-ico {
  background-size: 50px 90px;
  width: 50px;
  height: 90px;
}
#fancybox-right:hover #fancybox-right-ico,
#fancybox-right:hover #fancybox-left-ico,
#fancybox-right #fancybox-right-ico,
#fancybox-right #fancybox-left-ico,
#fancybox-left:hover #fancybox-right-ico,
#fancybox-left:hover #fancybox-left-ico,
#fancybox-left #fancybox-right-ico,
#fancybox-left #fancybox-left-ico {
  left: auto;
}
#fancybox-right-ico {
  background: url(../images/lightbox_next.png) no-repeat;
}
#fancybox-right:hover #fancybox-right-ico,
#fancybox-right #fancybox-right-ico {
  right: 0px;
}
#fancybox-left-ico {
  background: url(../images/lightbox_prev.png) no-repeat;
}
#fancybox-left:hover #fancybox-left-ico,
#fancybox-left #fancybox-left-ico {
  left: 0px;
}
#fancybox-close {
  top: 0;
  right: 0;
  background: url(../images/lightbox_close.png) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
.skeleton form input[type="text"],
.skeleton form input[type="password"],
.skeleton form input[type="email"],
.skeleton form textarea,
.skeleton form select {
  box-sizing: border-box;
  margin-bottom: 10px;
  background: #725843;
  color: #361c0a;
  border: none !important;
  width: 100%;
  font: 15px/1.4 "Rockwell";
}
.skeleton form input[type="text"]:focus,
.skeleton form input[type="password"]:focus,
.skeleton form input[type="email"]:focus,
.skeleton form textarea:focus,
.skeleton form select:focus {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  color: #0b0602;
  border-color: #a27d60;
  border-right-color: #b49780;
  border-bottom-color: #b49780;
}
form.enquiry label {
  color: #c0aa8e;
  font-weight: normal;
  font: 15px/1.4 "Rockwell";
  margin-bottom: 5px;
}
form.enquiry .tall {
  height: 163px;
}
form.enquiry .error {
  color: #c00;
  display: none;
  margin-top: -10px;
}
form.enquiry .required {
  color: #c00;
}
form.enquiry .tip {
  margin-top: 2px;
  margin-bottom: 20px;
  font-size: 13px;
}
form.enquiry input[name=email] {
  display: none;
}
form.enquiry.invalid .invalid {
  border-color: #c00;
}
form.enquiry.invalid .error {
  display: block;
}
footer {
  background: url(../images/footer_bg.png);
  padding-top: 30px;
  padding-bottom: 40px;
  font: 14px/1.4 "Rockwell";
  color: #725843;
}
footer h5,
footer h6 {
  color: #c0aa8e;
}
footer h5,
footer h6 {
  margin-bottom: 0;
}
footer h6 + p {
  margin-top: 0;
}
footer a {
  color: #725843;
  text-decoration: none;
}
.page-home footer {
  margin-top: 20px;
}
footer input,
footer input[type=text] {
  color: #725843 !important;
  background: #2d2016 !important;
  border: none !important;
}
footer input::-webkit-input-placeholder,
footer input[type=text]::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #725843;
}
footer input:-moz-placeholder,
footer input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #725843;
}
footer input::-moz-placeholder,
footer input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #725843;
}
footer input:-ms-input-placeholder,
footer input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #725843;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  header .logo {
    background-image: url(../images/logo@2x.png);
  }
  header nav a:hover {
    background-image: url(../images/nav_uplight@2x.png);
  }
  header .nav-disclosure {
    background-image: url(../images/icon_menu@2x.png);
  }
  .button {
    background-image: url(../images/btn_triangle@2x.png);
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  header .logo {
    margin-left: -108.5px;
  }
  header nav li {
    font: 14px/1.4 "Rockwell";
  }
  header nav li.nav-n-4 {
    margin-right: 257px;
  }
  header nav a {
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 26px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .frame-inside {
    background-size: 410px auto;
    background-position: 102% top;
  }
  .frame-history {
    background-position: -7px top;
    background-size: 420px auto;
  }
  .flex-control-nav a {
    font: 14px/1.4 "Rockwell";
  }
  .mini-carousel {
    margin-right: 0;
    padding: 0;
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  /*
  	.viewport {
  		position: absolute;
  		z-index: 1;
  		width: 100%;
  		overflow-x: hidden;
  	} */
  .body-wrapper {
    padding-top: 65px;
  }
  header {
    z-index: 100;
    position: fixed;
    padding-top: 10px;
    left: 0;
    right: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
  }
  header .gold-band {
    height: 3px;
  }
  header .nav-disclosure {
    display: block;
    width: 27px;
    height: 22px;
    background-image: url(../images/icon_menu.png);
    background-repeat: no-repeat;
    background-size: 27px 22px;
    text-indent: -9999px;
    float: right;
    margin-top: 15px;
  }
  header .logo {
    width: 169px;
    margin-left: -84.5px;
    background-size: 169px 42px;
  }
  header .container {
    min-height: 57px;
  }
  header nav {
    display: none;
  }
  header nav ul {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: #190c03;
  }
  header nav ul li {
    width: 100%;
    float: none;
    display: block;
    border-bottom: 1px solid #000000;
  }
  header nav ul li a {
    border-bottom: 1px solid #301706;
    padding: 10px 10px;
    margin: 0;
    float: none;
  }
  header nav ul li a:hover {
    background: #271305;
    -webkit-transform: none;
  }
  header nav ul li a.nav-selected {
    background: none;
  }
  .container .container {
    padding: 0;
    width: 100%;
  }
  .hero-carousel {
    display: none;
  }
  .mini-carousel {
    margin-right: 0;
    background: none;
    padding: 0;
  }
  .mini-carousel * {
    box-sizing: border-box;
  }
  .widget-panel {
    margin-bottom: 10px !important;
  }
  .hero {
    overflow: hidden;
  }
  .hero img {
    width: 180% !important;
    max-width: 180%;
    margin-left: -40%;
    margin-right: -40%;
  }
  article hr {
    background: url(../images/hr_mini.png) center no-repeat;
    background-size: 137px 18px;
    height: 18px;
  }
  article img {
    width: 100%;
  }
  .frame-inside {
    background-position: -30px top;
    background-size: 360px auto;
    padding-top: 230px;
    min-height: 0;
  }
  .frame-history {
    background-position: -20px top;
    background-size: 370px auto;
    padding-top: 370px;
    min-height: 0;
  }
  .page-about  .content {
    padding-bottom: 240px;
    background-size: 420px auto;
  }
  footer nav li {
    border-bottom: 1px solid #000000;
  }
  footer nav a {
    display: block;
    padding: 3px 0;
    border-bottom: 1px solid #301706;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  header nav ul li a {
    padding: 7px 10px;
    font-size: 15px;
  }
}
