/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
}
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;
}
html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 34px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: .2px;
}
/*****

variables

*****/
/* colors */
/* sizes */
/* transitions */
.transition {
  transition: color .27s, background .27s;
  -moz-transition: color .27s, background .27s;
  -webkit-transition: color .27s, background .27s;
}
.border-transition {
  transition: border .27s;
  -moz-transition: border .27s;
  -webkit-transition: border .27s;
}
body {
  color: #4e4a46;
  background: #f5f4f2;
}
/*****

header

*****/
header {
  width: 100%;
  padding: 0 5%;
  text-transform: uppercase;
  color: #df5c07;
  background: #f5f4f2;
}
@media screen and (min-width: 768px) {
  header {
    height: 2em;
    text-transform: none;
  }
}
header nav {
  max-width: 1040px;
  margin: 0 auto;
}
header section {
  height: 2em;
  position: relative;
  background: #f5f4f2;
  z-index: 999;
}
header section h1 {
  position: absolute;
  left: -10000px;
  top: -10000px;
}
header section a {
	text-decoration: none;
}
header section img {
  position: relative;
  display: inline-block;
}
header section #logo {
  left: 10px;
  top: 12px;
}
header section #wordmark {
  left: 17px;
  top: 17px;
}
header section #arrow {
  display: inline-block;
  position: absolute;
  top: 29px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  header section #arrow {
    display: none;
  }
}
header ul li {
  width: 100%;
  height: 2em;
  background: #f5f4f2;
}
header ul li a {
  text-decoration: none;
  color: #df5c07;
  font-size: 22px;
  font-weight: bold;
  line-height: 72px;
}
@media screen and (min-width: 768px) {
  header ul li {
    width: auto;
    height: 2em;
    text-align: center;
    display: inline-block;
/*     margin-left: 20px; */
  }
  header ul li a {
    width: 58px;
    padding: 1.5px 14px;
    position: relative;
    top: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #4e4a46;
  }
  header ul li.active a {
    width: 58px;
    padding: 1.5px 14px;
    background: #df5c07;
    color: #f5f4f2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  header ul li a:hover {
    width: 58px;
    color: #cccccc;
  }  
  header ul li.active a:hover {
    color: #f5f4f2;
  }   
}
@media screen and (min-width: 768px) {
  #menu-parent {
    width: 200px;
    float: left;
  }
}
ul {
  width: 100%;
}
@media screen and (min-width: 768px) {
  ul {
    width: 50%;
    text-align: right;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .coil {
    position: absolute;
    top: 0;
    max-width: 300px;
  }
  .flip {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transition: transform .27s;
    -moz-transition: -moz-transform 0.27s;
    -webkit-transition: -webkit-transform 0.27s;
  }
  .unflip {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform .27s;
    -moz-transition: -moz-transform 0.27s;
    -webkit-transition: -webkit-transform 0.27s;
  }
}
#hero {
  font-size: 1em;
  position: relative;
}
#hero div {
  background: url('http://media.aged-and-distilled.com/napkin_1_5/img/hero_bg.png') center center no-repeat;
  background-size: 100% auto;
  height: 480px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  #hero div {
    height: 680px;
    background: url('http://media.aged-and-distilled.com/napkin_1_5/img/hero-main.png') center center no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 6%;
  }
}
#hero div #header_container {
  background: none;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
}
#hero div #header_container .mas {
  display: none;
}
@media screen and (min-width: 1024px) {
  #hero div #header_container .mas {
    display: block;
    position: relative;
    top: 3em;
  }
}
#hero div h1 {
  font-size: 28px;
  min-width: 256px;
  width: 80%;
  margin: 0 auto;
  padding: 1em 0 0.47058824em;
  font-weight: 300;
  text-align: left;
  line-height: 1.25em;
}
@media screen and (min-width: 768px) {
  #hero div h1 {
    letter-spacing: .2px;
    margin: 0;
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  #hero div h1 {
    font-weight: 700;
    padding-top: 2em;
  }
}
#hero div h2 {
  min-width: 256px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  left: -2px;
  font-size: 0.52941176em;
  font-weight: 400;
  line-height: 1.5em;
  height: 1.5em;
  padding: 0;
}
#hero div h2 img {
  width: 1.5em;
  height: 1.5em;
  position: relative;
  top: 0.47058824em;
}
@media screen and (min-width: 768px) {
  #hero div h2 {
    margin: 0;
  }
}
#hero div h2:last-of-type {
  display: none;
  letter-spacing: .2px;
}
#hero div h2:last-of-type span {
  font-weight: 700;
  color: #df5c07;
}
@media screen and (min-width: 1024px) {
  #hero div h2:last-of-type {
    display: block;
    font-weight: 300;
    width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  #hero div h2:first-of-type {
    display: none;
  }
}
#hero .theater {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999999;
  text-align: center;
}
#hero .theater iframe {
  z-index: 99999999;
  margin: 0 auto;
  position: relative;
}
#hero .hero_description {
  background: none;
  height: auto;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
  max-width: 1040px;
  margin: 0 auto;
}
#hero video {
	position: relative;
	height:auto;
	max-width: 90%;
}
#hero .hero_description .video {
  width: 370px;
  height: 210px;
  background: #4e4a46;
  float: left;
  display: none;
  margin: 30px 0;
  background: url('http://media.aged-and-distilled.com/napkin_1_5/img/videoplaceholder.png') center center no-repeat;
  background-size: 370px 210px;
}
@media screen and (min-width: 1024px) {
  #hero .hero_description {
  	margin: 0 auto .5em;
  }
  #hero .hero_description .video {
    display: block;
  }
}
#hero .hero_description .theater {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999999;
}
#hero .hero_description .theater iframe {
  z-index: 99999999;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #hero .hero_description {
    min-height: 280px;
  }
}
#hero .hero_description h1 {
  padding: 30px 0 20px;
  float: right;
  width: 430px;
  display: none;
}
@media screen and (min-width: 1024px) {
  #hero .hero_description h1 {
    display: block;
  }
}
#hero .hero_description p {
  padding: 1.5em 1em 3em;
  font-size: 18px;
  line-height: 30px;
}
#hero .hero_description > :last-child {
	padding-top: 0em !important;
}
@media screen and (min-width: 1024px) {
  #hero .hero_description p {
    padding: 0;
    width: 430px;
    float: right;
    text-align: left;
  }
}
#hero .hero_description span {
  color: #df5c07;
  font-weight: 700;
}
#hero .hero_description span.emphasis {
  font-style: italic;
}
#hero .hero_description .orange_button {
  position: relative;
  top: 1em;
  padding: 10px 1em;
  background: #df5c07;
  border-radius: 5px;
  color: #f5f4f2;
  text-decoration: none;
  font-size: 0.52941176em;
  font-weight: 400;
}
#hero .hero_description aside {
  font-size: .5em;
  font-style: italic;
  padding-top: 2em;
  line-height: 1.5em;
  font-weight: 300;
}
#hero #hero-left,
#hero #hero-right {
  display: none;
}
@media screen and (min-width: 1024px) {
  #hero #hero-left,
  #hero #hero-right {
    display: block;
    width: 50%;
    position: absolute;
    top: 0;
    padding: 0;
    z-index: -2;
  }
  #hero #hero-left {
    background: url('http://media.aged-and-distilled.com/napkin_1_5/img/hero-left.png') right center repeat-x;
    background-size: auto 100%;
  }
  #hero #hero-right {
    background: url('http://media.aged-and-distilled.com/napkin_1_5/img/hero-right.png') left center repeat-x;
    background-size: auto 100%;
    right: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1800px) {
  #hero div {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #hero .hero_description h1 {
	width: 520px;
  }	 
  #hero .hero_description p {
	margin: 0 0 2em;
    width: 520px;
  }
}

#features {
  width:100%;
  background: url('http://media.aged-and-distilled.com/napkin_1_5/img/feature_bg.png') center center repeat-y;
  background-size: 100% auto;
  text-align: center;
  padding: 1em 0 0;
  height: auto;
  overflow: hidden;
}
#features section {
  padding-bottom: 1.25em;
}
#features h1 {
  font-weight: 700;
  font-size: 1em;
}
#features .description img {
  width: 100%;
  height: auto;
  padding: 1em 0;
}
#features p {
  font-weight: 300;
  font-size: 0.52941176em;
  line-height: 1.5em;
  padding: 0 16px;
  padding-bottom: 1em;
}
#features .theater {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999999;
  text-align: center;
}
#features .theater iframe {
  z-index: 99999999;
  margin: 0 auto;
  position: relative;
}
#features video {
	position: relative;
	height:auto;
	max-width: 90%;
}
@media screen and (min-width: 768px) {
  #features {
    background: url('http://media.aged-and-distilled.com/napkin_1_5/img/feature_bg.png') center center repeat;
  }
  #features .feature {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 6%;
    height: auto;
    min-height: 320px;
    position: relative;
  }
  #features p,
  #features h1 {
    position: relative;
    left: 0;
    top: 0;
    width: 55%;
    max-width: 420px;
    text-align: left;
    padding: 0;
  }
  #features p {
    top: 20px;
    left: 0;
    line-height: 30px;
  }
  #features h1 {
    width: 420px;
  }
  #features .description img {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    max-width: 320px;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  #features .feature {
    margin-bottom: 2em;
  }
  #features section:last-of-type {
    margin-bottom: 0;
  }
  #features .description img {
    max-width: 400px;
    right: 1em;
  }
}
@media screen and (min-width: 1800px) {
  #features .feature {
    padding: 0;
  }
}
#features button {
  width: 160px;
  height: 42.5px;
  font-size: 0.52941176em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 42.5px;
  border: none;
  border-radius: 5px;
  color: #f5f4f2;
  background: #df5c07;
}
#features button:hover {
  background: #f5f4f2;
  color: #df5c07;
}
#features button img {
  position: relative;
  top: 5px;
  left: 2px;
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  #features .narrow {
    display: none;
  }
}
#features .wide {
  display: none;
  width: auto;
  padding: 0 1em;
  height: 40px;
  margin-left: 20px;
  line-height: 30px;
  position: relative;
  top: -5px;
}
@media screen and (min-width: 768px) {
  #features .wide {
    display: inline-block;
  }
}
#accolades {
  text-align: center;
  color: #f5f4f2;
  padding: 72px 0;
  background: #000000 url('http://media.aged-and-distilled.com/napkin_1_5/img/accolades_bg.png') center center repeat;
  background-size: 100% auto;
  padding: 0 1em 12px;
}
#accolades h1 {
  font-weight: 700;
  padding: 24px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#accolades section {
  padding-bottom: 3px;
  margin-bottom: 1em;
}
#accolades .award {
  background: url('http://media.aged-and-distilled.com/napkin_1_5/img/laurels.png') center bottom no-repeat;
  background-size: 33%;
  position: relative;
}
@media screen and (max-width:859px){
	#accolades .award {
		background: url('/img/laurels.png') center 95% no-repeat;
		background-size: 33%;
	}
}
#accolades .award:before {
  content: '';
  display: table;
  text-align: center;
  height: 100%;
  width:100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
#accolades .award h1{
	position: relative;
	top: .25em;
	height: 70px;
	width: 300px;
	display: table-cell;
	vertical-align: middle;
}
#accolades .human img {
  position: relative;
  top: 17px;
}
#accolades section img {
  width: 100%;
  height: auto;
  padding-bottom: 0.5em;
}
#accolades section h1 {
  font-weight: 400;
  font-size: 24px;
  padding: 0.5em;
  border-bottom: none;
  margin-bottom: 0;
}
#accolades section p {
  font-weight: 300;
  font-size: 24px;
  font-style: italic;
}
#accolades .human p  {
    color: rgba(255, 255, 255, 0.4);
}
#accolades div {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
#accolades a {
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #accolades section {
    width: 30%;
    display: inline-block;
  }
  #accolades h1 {
    border-bottom: none;
    margin-bottom: 0;
  }
  #accolades .human {
    width: 70%;
  }
}
#small-features {
  background: #FFF;
  text-align: center;
  padding: 1em 1.25em;
  padding-bottom: 2em;
}
#small-features h1 {
  font-weight: 700;
}
#small-features section h1 {
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 0.52941176em;
}
#small-features section img {
  width: 3em;
  height: auto;
  padding: 1em 0;
}
#small-features section p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
}
#small-features div {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #small-features {
    text-align: left;
  }
  #small-features h1 {
    text-align: center;
    font-weight: 300;
    padding: 1em 0;
  }
  #small-features section {
    width: 30%;
    display: inline-block;
    clear: both;
    margin: 0 1%;
    vertical-align: top;
  }
  #small-features section img {
    width: auto;
    height: 1em;
    padding: 0 0;
    float: left;
    position: relative;
    top: .5em;
  }
  #small-features section h1 {
    width: 70%;
    text-align: left;
    float: left;
    padding: 1em 1em;
  }
  #small-features section p {
    clear: left;
  }
}
#bottom-mas {
  background: #f5f4f2;
  width: 100%;
  padding: 1em;
}
#bottom-mas div {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#bottom-mas div h1 {
  color: #df5c07;
  font-weight: 700;
  position: relative;
  top: -5.5em;
}
#bottom-mas div .logo {
  position: relative;
  top: 1em;
  margin: .75em;
}
#bottom-mas div .orange_button {
  position: relative;
  padding: 10px 1em;
  background: #df5c07;
  border-radius: 5px;
  color: #f5f4f2;
  text-decoration: none;
  font-size: 0.52941176em;
}
#bottom-mas div aside {
  font-size: .5em;
  font-style: italic;
  padding-top: 2em;
  font-weight: 300;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  #bottom-mas div {
    text-align: left;
    width: 400px;
  }
  #bottom-mas div .logo {
    top: 0;
    margin: 0;
    float: left;
    margin-right: 1em;
  }
  #bottom-mas div h1 {
    top: 0;
    margin-bottom: .5em;
  }
  #bottom-mas div .orange_button {
    position: relative;
    top: -0.75em;
    padding: 5px 1em;
    background: #df5c07;
    border-radius: 5px;
    color: #f5f4f2;
    text-decoration: none;
    font-size: 0.52941176em;
  }
  #bottom-mas div aside {
    font-size: .5em;
    font-style: italic;
    padding-top: 0;
  }
  #bottom-mas div .right {
    float: right;
  }
}
#bottom-mas div:after {
  content: "";
  display: table;
  clear: both;
}
footer {
  background: #df5c07;
  color: #f5f4f2;
  text-align: center;
  padding-bottom: 34px;
}
footer img {
  width: 100%;
  height: auto;
  padding: 1em 0 0.5em;
}
footer li a {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  width: 50%;
  padding: 0.5em 0;
  float: left;
  color: #f5f4f2;
  text-decoration: none;
}
footer li a.logo {
	padding-bottom: 0;
	padding-top: 0;
	height: 36px;
}
/*
footer li a.logo img{
	height: 36px;
}
*/
footer li a:hover {
	color: #ffffff
}
footer small {
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  footer small {
    margin: 0 auto;
  }
}
footer .wide_footer {
  float: none;
  text-align: center;
  padding-top: 1em;
}
footer .wide_footer li a {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
footer .wide_footer img {
  padding: 0 .5em;
}
@media screen and (min-width: 581px) {
  footer .wide_footer {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  footer .wide_footer li {
    width: 13%;
    display: inline-block;
  }
  footer .wide_footer li a {
    width: 100%;
  }
  footer .wide_footer img {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .narrow_footer,
  .wide_footer {
    max-width: 1040px;
    margin: 0 auto;
    float: none;
  }
}
/* animations */
.feature .description {
  position: relative;
  left: 0%;
  transition: left 0.66s;
  -moz-transition: left 0.66s;
  -webkit-transition: left 0.66s;
}
@media screen and (min-width: 768px) {
  .offScreen {
    visibility: hidden;
    position: relative;
    left: -100% !important;
  }
}
.offScreen-right {
  visibility: hidden;
  position: relative;
  right: -100% !important;
}
.animation-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 240px;
  z-index: 100;
  transition: opacity 0.66s;
  -moz-transition: opacity 0.66s;
  -webkit-transition: opacity 0.66s;
}
div#mona-import img {
  width: auto;
  height: auto;
}
div#mona-import:after {
  content: "";
  display: table;
  clear: both;
}
#container-import,
#container-call-out,
#container-mark-up {
  position: relative;
  height: 100%;
  width: 100%;
  right: 150px;
  transition: transform 0.66s, right 0.66s;
  -moz-transition: -moz-transform 0.66s, right 0.66s;
  -webkit-transition: -webkit-transform 0.66s, right 0.66s;
}
.container-small {
  transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
}
#ani-mona,
#ani-mona-call-out,
#ani-mona-mark-up {
  position: absolute;
  top: 0;
  right: 20px;
}
#ani-mona-call-out {
  z-index: 200;
}
#ani-mona-mark-up {
  z-index: 300;
}
#ani-mona-arrow {
  z-index: 350;
  position: absolute;
  transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  top: 40px;
  transition: left 0.66s;
  -moz-transition: left 0.66s;
  -webkit-transition: left 0.66s;
}
.arrow-show {
  left: 155px;
}
.arrow-hide {
  left: 100px;
}
#ani-label {
  position: absolute;
  bottom: 0;
  right: 20px;
}
#ani-plus {
  position: absolute;
  bottom: 40px;
  right: 0;
}
#ani-mona-loupe,
#ani-mona-loupe-mark-up {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 158px;
  height: 158px;
  background-size: auto, 200%;
  position: relative;
  right: -100px;
  z-index: 900;
  overflow: visible;
  transition: right 1.33s, background 2s;
  -moz-transition: right 1.33s, background 2s;
  -webkit-transition: right 1.33s, background 2s;
}
.left-bg {
  background: url('/img/ani_loupe.png') center center no-repeat, url('/img/ani_mona.jpg') center 15% no-repeat;
}
.right-bg {
  background: url('/img/ani_loupe.png') center center no-repeat, url('/img/ani_mona.jpg') 95% 15% no-repeat;
}
#ani-mona-loupe img {
  position: relative;
  top: 60px;
}
#ani-mona-loupe p {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  top: 65px;
  margin: 2px auto;
  line-height: 1.5em;
}
#highlight {
  position: absolute;
  left: 260px;
  top: 195px;
  border: 1px solid #93b3f8;
  width: 120px;
  height: 30px;
}
#highlight-text {
  font-family: Arial;
  font-size: 18px;
  height: 80%;
  overflow: hidden;
  position: relative;
  top: 5px;
  text-align: left;
  left: 24px;
}
#container-export {
  text-align: left;
  position: relative;
  left: -30px;
}
#container-export img {
  position: absolute;
}
#container-pip {
  transition: left 0.66s ease-in-out;
  -moz-transition: left 0.66s ease-in-out;
  -webkit-transition: left 0.66s ease-in-out;
}
.not-exported {
  left: 0;
}
.exported {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 200px;
  transition: left 0.66s ease-in-out;
  -moz-transition: left 0.66s ease-in-out;
  -webkit-transition: left 0.66s ease-in-out;
}
#pip {
  position: relative;
  top: -5px;
  left: -5px;
}
#cursor {
  position: relative;
  left: 70px;
  top: 60px;
}
.hidden-text {
  width: 0%;
}
.shown-text {
  width: 100%;
  transition: width 0.66s;
  -moz-transition: width 0.66s;
  -webkit-transition: width 0.66s;
}
.dim {
  opacity: 0.5;
  transition: opacity 0.66s;
  -moz-transition: opacity 0.66s;
  -webkit-transition: opacity 0.66s;
}
.high {
  transform: translate(0, -390px);
  -moz-transform: translate(0, -390px);
  -webkit-transform: translate(0, -390px);
  transition: transform 0.66s;
  -ms-transition: -ms-transform 0.66s;
  -moz-transition: -moz-transform 0.66s;
  -webkit-transition: -webkit-transform 0.66s;
}
.low {
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: transform 0.66s;
  -ms-transition: -ms-transform 0.66s;
  -moz-transition: -moz-transform 0.66s;
  -webkit-transition: -webkit-transform 0.66s;
}
@media screen and (max-width: 1024px) {
  .wideImage {
    display: block;
  }
  .animation-container {
    display: none;
  }
}
/*

support

*/
.support {
  background: #FFF;
}
#hero-support {
  display: none;
}
@media screen and (min-width: 580px) {
  #hero-support {
    display: block;
    width: 100%;
    height: 314px;
    background: url('http://media.aged-and-distilled.com/napkin_1_5/img/support_hero_background.png') center center no-repeat;
    background-size: cover;
  }
}
.hero-support-container {
  width: 400px;
  height: 100%;
  margin: 0 auto;
}
.hero-support-container img {
  float: left;
  position: relative;
  top: 50%;
  margin-top: -90px;
}
.hero-support-container h1 {
  color: #f5f4f2;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.75);
  font-weight: 600;
  float: right;
  font-size: 60px;
  position: relative;
  top: 50%;
  margin-top: -22px;
}
.hero-support-container:after {
  content: "";
  display: table;
  clear: both;
}
#intro-support,
#faq-support {
  width: 84%;
  max-width: 800px;
  margin: 1em auto;
  text-align: center;
}
#intro-support img {
	text-align: center;
	margin: 1em 0;
	max-width: 90%;
	height: auto;
}
#intro-support a,
#faq-support a {
  color: #df5c07;
  text-decoration: none;
  font-weight: 600;
}
#intro-support a:hover,
#faq-support a:hover {
  color: #cccccc;
}

#intro-support h1,
#faq-support h1 {
  color: #df5c07;
  margin-bottom: .5em;
  font-weight: 600;
}
@media screen and (min-width: 580px) {
  #intro-support h1,
  #faq-support h1 {
    font-size: 56px;
  }
}
#intro-support .faq-list-support,
#faq-support .faq-list-support {
  margin-bottom: 1em;
}
#intro-support .faq-list-support h1,
#faq-support .faq-list-support h1 {
  font-size: 28px !important;
  line-height: 1.25em;
  font-weight: 600;
}
@media screen and (min-width: 580px) {
  #intro-support .faq-list-support h1,
  #faq-support .faq-list-support h1 {
    line-height: 1.5em;
  }
}
#intro-support p,
#intro-support .faq-list-support p,
#faq-support .faq-list-support p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5em;
}
#intro-support p
{
	margin-bottom: 1.0em;
}
#intro-support .button-support,
#faq-support .button-support {
  display: block;
  height: 40px;
  width: 110px;
  color: #df5c07;
  font-size: 21px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #df5c07;
  font-weight: 400;
  position: relative;
  margin: .5em auto;
}
@media screen and (min-width: 580px) {
  #intro-support .button-support,
  #faq-support .button-support {
    display: inline-block;
    padding: 4px 12px;
    line-height: 21px;
    top: -2px;
    width: auto;
    height: auto;
    margin: 0;
    margin-left: .75em;
  }
}
#intro-support .button-support:hover,
#faq-support .button-support:hover,
#intro-support .more-button-support:hover,
#faq-support .more-button-support:hover {
  cursor: pointer;
  color: #f5f4f2;
  background-color: #df5c07;
}
#intro-support .more-button-support,
#faq-support .more-button-support {
  color: #df5c07;
  font-size: 21px;
  border: 2px solid #df5c07;
  width: 90px;
  height: 45px;
  line-height: 40px;
  margin: 0 auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
@media screen and (min-width: 580px) {
  #intro-support .more-button-support,
  #faq-support .more-button-support {
    text-align: center;
    margin: 0;
  }
}
#intro-support .theater,
#faq-support .theater {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999999;
  text-align: center;
}
#intro-support .theater iframe,
#faq-support .theater iframe {
  z-index: 99999999;
  margin: 0 auto;
  position: relative;
}
#intro-support h2,
#faq-support h2 {
  font-size: 21px;
  margin-bottom: .5em;
}
@media screen and (min-width: 580px) {
  #intro-support h2,
  #faq-support h2 {
    font-size: 28px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 580px) {
  #intro-support,
  #faq-support {
    text-align: left;
  }
  #intro-support img{
	display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#faq-support {
  margin-bottom: 2em;
}
.small-support {
  display: none;
}
@media screen and (max-width: 579px) {
  .small-support {
    display: block;
  }
}
.big-support {
  display: none;
}
@media screen and (min-width: 580px) {
  .big-support {
    display: block;
  }
}
/*

about

*/
.about {
  background: #FFF;
}
#main-about {
  padding: 1em 0;
  text-align: center;
  width: 84%;
  margin: 0 auto;
  max-width: 800px;
}
#main-about img {
  width: 75%;
  height: auto;
}
@media screen and (min-width: 580px) {
  #main-about img {
    width: 358px;
  }
}
#main-about h1 {
  color: #df5c07;
  font-weight: 600;
  padding: 1em 0;
}
#main-about p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 2em; 
  hypens: auto; 
}
#main-about a {
  color: #df5c07;
  text-decoration: none;
  font-weight: 600;
}
#main-about a:hover {
  color: #cccccc;
}
#main-about strong {
	font-color: #000000;
	font-weight: 600;
}
@media screen and (min-width: 580px) {
  #main-about p {
    text-align: left;
    margin-bottom: 2em;
  }
}
/*

press

*/
.press {
  background: #FFF;
}
#hero-press {
  display: none;
}
@media screen and (min-width: 580px) {
  #hero-press {
    display: block;
    width: 100%;
    height: 314px;
    background: url('http://media.aged-and-distilled.com/napkin_1_5/img/press_hero_background.png') center center no-repeat;
    background-size: cover;
  }
}
.hero-press-container {
  width: 352px;
  height: 100%;
  margin: 0 auto;
}
.hero-press-container img {
  float: left;
  position: relative;
  top: 50%;
  margin-top: -90px;
}
.hero-press-container h1 {
  color: #f5f4f2;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.75);
  font-weight: 600;
  float: right;
  font-size: 60px;
  position: relative;
  top: 50%;
  margin-top: -22px;
}
.hero-press-container:after {
  content: "";
  display: table;
  clear: both;
}
#main-press {
  padding: 1em 0;
  text-align: left;
  width: 70%;
  margin: 0 auto;
  max-width: 800px;
  min-height: 456px;
  
}
#main-press button {
  width: 200px;
  height: 42.5px;
  font-size: 0.52941176em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 42.5px;
  border: none;
  border-radius: 5px;
  color: #f5f4f2;
  background: #df5c07;
  margin: 2.0em 0;
  cursor: pointer;
}
#main-press button:hover {
  background: #f5f4f2;
  color: #df5c07;
}
#main-press h1 {
  color: #df5c07;
  font-weight: 600;
  padding: 1em 0;
}
#main-press p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}
#main-press a {
  color: #df5c07;
  text-decoration: none;
  font-weight: 600;
}
#main-press a:hover {
  color: #cccccc;
}

@media screen and (min-width: 580px) {
  #main-press p {
    text-align: left;
    margin-bottom: 2em;
  }
}
/*

privacy

*/
.privacy {
  background: #FFF;
}
#privacy {
  padding: 1em 0;
  text-align: center;
  width: 84%;
  margin: 0 auto;
  max-width: 800px;
}
#privacy img {
  width: 75%;
}
@media screen and (min-width: 580px) {
  #privacy img {
    width: auto;
  }
}
#privacy h1 {
  color: #df5c07;
  font-weight: 600;
  padding: 1em 0;
}
#privacy p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 1em;
}
#privacy strong {
	color: #df5c07;
	font-weight: 500;
}
#privacy a {
  color: #df5c07;
  text-decoration: none;
  font-weight: 600;
}
#privacy a:hover {
  color: #cccccc;
}
@media screen and (min-width: 580px) {
  #privacy p {
    text-align: left;
    margin-bottom: 2em;
  }
}
/*

subscribe

*/
.subscribe {
  background: #FFF;
}
#hero-subscribe {
  display: none;
}
@media screen and (min-width: 580px) {
  #hero-subscribe {
    display: block;
    width: 100%;
    height: 314px;
    background: url('http://media.aged-and-distilled.com/napkin_1_5/img/subscribe_hero_background.png') center center no-repeat;
    background-size: cover;
  }
}
.hero-subscribe-container {
  width: 540px;
  height: 100%;
  margin: 0 auto;
}
.subscribe-confirmation .hero-subscribe-container {
  width: 420px;
}
.hero-subscribe-container img {
  float: left;
  position: relative;
  top: 50%;
  margin-top: -90px;
}
.hero-subscribe-container h1 {
  color: #f5f4f2;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.75);
  font-weight: 600;
  float: right;
  font-size: 60px;
  position: relative;
  top: 50%;
  margin-top: -22px;
}
.hero-subscribe-container:after {
  content: "";
  display: table;
  clear: both;
}
#main-subscribe {
  padding: 1em 0;
  text-align: left;
  width: 70%;
  margin: 0 auto;
  max-width: 800px;
  min-height: 456px;
  
}
#mc_embed_signup {
	background:none;
	clear:left;
}
#mc_embed_signup form {
	padding-left: 0px;
	max-width: 100%;
}
@media screen and (min-width: 580px) {
	#mc_embed_signup form {
		max-width: 60%;
	}
}
#mc_embed_signup input.mce_inline_error {
	border-color: #f08383 !important;
	border-width: 2px !important;
}
#mc_embed_signup .mc-field-group {
	padding-bottom: 0;
}
#mc_embed_signup div#mce-responses
{
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
}
#mc_embed_signup div.response {
	font-style: normal !important;
	font-weight: normal !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.52941176em;
	text-align: center;
	color: #df5c07 !important;
	width: 100%;
	line-height: 1.5em;
	margin:1em 0 0 0;
	padding: 0 0 0 0 !important;
}
@media screen and (min-width: 580px) {
	#mc_embed_signup div.response {
		text-align: left;
	}
}
#mc_embed_signup div.mce_inline_error {
	background:none !important;
	font-family: 'Source Sans Pro', sans-serif;
	color: #df5c07 !important;
	font-weight: normal !important;
	font-size: 0.52941176em;
}

#mc_embed_signup #mce-success-response {
	color: #df5c07 !important;
}
#main-subscribe button {
  width: 200px;
  height: 42.5px;
  font-size: 0.52941176em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 42.5px;
  border: none;
  border-radius: 5px;
  color: #f5f4f2;
  background: #df5c07;
  margin: 2.0em auto;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 580px) {
	#main-subscribe button  {
		display: block;
		margin: 2.0em 0;
	}
}
#main-subscribe input {
	font-size: 0.52941176em;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	border-color: gray;
	padding: 1em 0.5em;
}
#main-subscribe button:hover {
  background: #f5f4f2;
  color: #df5c07;
}
#main-subscribe h1 {
  color: #df5c07;
  font-weight: 600;
  padding: 1em 0;
}
#main-subscribe p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}
#main-subscribe a {
  color: #df5c07;
  text-decoration: none;
  font-weight: 600;
}
#main-subscribe a:hover {
  color: #cccccc;
}

@media screen and (min-width: 580px) {
  #main-subscribe p {
    text-align: left;
    margin-bottom: 2em;
  }
}
