/******************************************************************
SCSS
******************************************************************/
/*
* Roadrunner Records - Heavy Holidays
*/
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
/* line 9, ../scss/_normalize.scss */
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;
}

/* line 16, ../scss/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 18, ../scss/_normalize.scss */
body {
  line-height: 1;
}

/* line 20, ../scss/_normalize.scss */
ol, ul {
  list-style: none;
}

/* line 22, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* #Basic Styles
================================================== */
/* line 29, ../scss/_normalize.scss */
body {
  background: #fff;
  font: 14px/21px "proxima-nova", sans-serif, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #eee;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */
/* line 40, ../scss/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: 700;
}

/* line 43, ../scss/_normalize.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

/* line 44, ../scss/_normalize.scss */
h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px;
}

/* line 45, ../scss/_normalize.scss */
h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}

/* line 46, ../scss/_normalize.scss */
h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}

/* line 47, ../scss/_normalize.scss */
h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}

/* line 48, ../scss/_normalize.scss */
h5 {
  font-size: 17px;
  line-height: 24px;
}

/* line 49, ../scss/_normalize.scss */
h6 {
  font-size: 14px;
  line-height: 21px;
}

/* line 51, ../scss/_normalize.scss */
p {
  margin: 0 0 20px 0;
}

/* line 52, ../scss/_normalize.scss */
p img {
  margin: 0;
}

/* line 54, ../scss/_normalize.scss */
em {
  font-style: italic;
}

/* line 55, ../scss/_normalize.scss */
strong {
  font-weight: bold;
  color: #333;
}

/* line 57, ../scss/_normalize.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* #Links
================================================== */
/* line 62, ../scss/_normalize.scss */
a, a:visited {
  color: #333;
  text-decoration: none;
  outline: 0;
}

/* line 63, ../scss/_normalize.scss */
a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

/* line 64, ../scss/_normalize.scss */
p a, p a:visited {
  line-height: inherit;
}

/* #Lists
================================================== */
/* line 69, ../scss/_normalize.scss */
ul, ol {
  margin-bottom: 0;
}

/* line 70, ../scss/_normalize.scss */
ul {
  list-style: none outside;
}

/* line 71, ../scss/_normalize.scss */
ol {
  list-style: decimal;
}

/* #Images & Embeds
================================================== */
/* line 77, ../scss/_normalize.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 81, ../scss/_normalize.scss */
iframe {
  width: 100%;
  max-width: 100%;
}

/* #Buttons
================================================== */
/* line 92, ../scss/_normalize.scss */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #eee;
  /* Old browsers */
  background: #eeeeee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background: #eeeeee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: #eeeeee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #eeeeee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera11.10+ */
  background: #eeeeee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background: #eeeeee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 8px 10px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 120, ../scss/_normalize.scss */
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #222;
  background: #ddd;
  /* Old browsers */
  background: #dddddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background: #dddddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: #dddddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #dddddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera11.10+ */
  background: #dddddd -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background: #dddddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

/* line 135, ../scss/_normalize.scss */
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  border: 1px solid #666;
  background: #ccc;
  /* Old browsers */
  background: #cccccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* FF3.6+ */
  background: #cccccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
  /* Chrome,Safari4+ */
  background: #cccccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #cccccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Opera11.10+ */
  background: #cccccc -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* IE10+ */
  background: #cccccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* W3C */
}

/* line 147, ../scss/_normalize.scss */
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
/* line 155, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 160, ../scss/_normalize.scss */
button, .button {
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #008cba;
  border-color: #0079a1;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important;
}

/* line 187, ../scss/_normalize.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #0079a1;
}

/* line 189, ../scss/_normalize.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}

/* line 191, ../scss/_normalize.scss */
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #dadada;
  color: #333333;
}

/* line 195, ../scss/_normalize.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #dadada;
}

/* line 197, ../scss/_normalize.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}

/* line 199, ../scss/_normalize.scss */
button.success, .button.success {
  background-color: #43ac6a;
  border-color: #3c9a5f;
  color: white;
}

/* line 203, ../scss/_normalize.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #3c9a5f;
}

/* line 205, ../scss/_normalize.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}

/* line 207, ../scss/_normalize.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #ea2f10;
  color: white;
}

/* line 211, ../scss/_normalize.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #ea2f10;
}

/* line 213, ../scss/_normalize.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}

/* line 215, ../scss/_normalize.scss */
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

/* line 222, ../scss/_normalize.scss */
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

/* line 229, ../scss/_normalize.scss */
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

/* line 236, ../scss/_normalize.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

/* line 240, ../scss/_normalize.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

/* line 243, ../scss/_normalize.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

/* line 246, ../scss/_normalize.scss */
button.radius, .button.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 249, ../scss/_normalize.scss */
button.round, .button.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 252, ../scss/_normalize.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008cba;
  border-color: #0079a1;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 260, ../scss/_normalize.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #0079a1;
}

/* line 262, ../scss/_normalize.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}

/* line 264, ../scss/_normalize.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #008cba;
}

/* line 266, ../scss/_normalize.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #dadada;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 274, ../scss/_normalize.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #dadada;
}

/* line 276, ../scss/_normalize.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}

/* line 278, ../scss/_normalize.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}

/* line 280, ../scss/_normalize.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43ac6a;
  border-color: #3c9a5f;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 288, ../scss/_normalize.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3c9a5f;
}

/* line 290, ../scss/_normalize.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}

/* line 292, ../scss/_normalize.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43ac6a;
}

/* line 294, ../scss/_normalize.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #ea2f10;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 302, ../scss/_normalize.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #ea2f10;
}

/* line 304, ../scss/_normalize.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}

/* line 306, ../scss/_normalize.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

@media only screen and (min-width: 40.063em) {
  /* line 310, ../scss/_normalize.scss */
  button, .button {
    display: inline-block;
  }
}
/* #Forms
================================================== */
/* line 318, ../scss/_normalize.scss */
form {
  margin-bottom: 20px;
}

/* line 320, ../scss/_normalize.scss */
fieldset {
  margin-bottom: 20px;
}

/* line 326, ../scss/_normalize.scss */
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;
}

/* line 341, ../scss/_normalize.scss */
select {
  padding: 0;
}

/* line 346, ../scss/_normalize.scss */
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);
}

/* line 352, ../scss/_normalize.scss */
textarea {
  min-height: 60px;
}

/* line 355, ../scss/_normalize.scss */
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

/* line 359, ../scss/_normalize.scss */
select {
  width: 220px;
}

/* line 361, ../scss/_normalize.scss */
input[type="checkbox"] {
  display: inline;
}

/* line 364, ../scss/_normalize.scss */
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

/* #Misc
================================================== */
/*********************
CLEARFIXIN'
*********************/
/* line 6, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 8, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 9, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 17, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 24, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
/*********************
TRANISTION
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
PADDINGS, MARGINS, RE-USED ITEMS, CUSTOM
*********************/
@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
/* line 5, ../scss/_base.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

/* line 9, ../scss/_base.scss */
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
}

/* line 13, ../scss/_base.scss */
table {
  border-spacing: 0;
}

/* line 16, ../scss/_base.scss */
fieldset, img {
  border: 0;
}

/* line 22, ../scss/_base.scss */
strong {
  font-weight: bold;
}

/* line 25, ../scss/_base.scss */
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 29, ../scss/_base.scss */
caption, th {
  text-align: left;
}

/* line 33, ../scss/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  text-transform: uppercase;
}

/* line 40, ../scss/_base.scss */
q:before, q:after {
  content: '';
}

/* line 43, ../scss/_base.scss */
abbr, acronym {
  border: 0;
}

/* line 46, ../scss/_base.scss */
.width90 {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* Custom CSS
 * --------------------------------------- */
/* line 53, ../scss/_base.scss */
.wrap {
  margin: 0 auto;
  width: 94%;
  position: relative;
}

/* line 59, ../scss/_base.scss */
h1 {
  height: 1px;
  line-height: 1px;
  display: block;
  text-indent: -9999px;
  outline: none;
  text-shadow: none;
  clear: both;
}

/* line 66, ../scss/_base.scss */
h2 {
  margin: 10px 0 10px 0;
  font-size: 16px;
  line-height: 26px;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 72, ../scss/_base.scss */
.section {
  text-align: center;
}

/* Menu
 * --------------------------------------- */
/* line 78, ../scss/_base.scss */
#menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 85, ../scss/_base.scss */
#menu li {
  display: inline-block;
  margin: 0 0 0 10px;
  line-height: 45px;
  color: #fff;
}
/* line 91, ../scss/_base.scss */
#menu li a {
  display: block;
  height: 45px;
  font-size: 11px;
  color: #fff;
}
/* line 98, ../scss/_base.scss */
#menu li a:hover {
  color: #000;
}
/* line 104, ../scss/_base.scss */
#menu li.active a {
  color: #000;
}
/* line 108, ../scss/_base.scss */
#menu li.active a:hover {
  color: #999;
}
/* line 116, ../scss/_base.scss */
#menu li.social {
  float: right;
  margin: 0 25px 0 0;
  display: none;
}

/* Sections
 * --------------------------------------- */
/* line 125, ../scss/_base.scss */
#section0 img, #section1 img {
  margin: 20px 0 0 0;
}

/* line 128, ../scss/_base.scss */
#section2 img {
  margin: 20px 0 0 52px;
}

/* line 131, ../scss/_base.scss */
#section3 img {
  bottom: 0px;
  margin: auto;
  display: block;
}

/* line 138, ../scss/_base.scss */
.about img {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 142, ../scss/_base.scss */
.about h2 {
  width: 80%;
}

/* line 147, ../scss/_base.scss */
.resize-img {
  width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 152, ../scss/_base.scss */
.services img {
  width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 156, ../scss/_base.scss */
.services h1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 163, ../scss/_base.scss */
.services h2 {
  font-size: 24px;
  width: 85%;
  margin: 30px auto 15px auto;
  font-size: 16px;
  line-height: 26px;
}
/* line 170, ../scss/_base.scss */
.services h3 {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
}
/* line 175, ../scss/_base.scss */
.services span {
  display: inline-block;
  padding: 0px 10px;
  margin: 0 5px 10px 5px;
  background-color: #0594cf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

/* line 185, ../scss/_base.scss */
.clients h2 {
  display: block;
  text-indent: -9999px;
  outline: none;
  text-shadow: none;
  width: 200px;
  height: 240px;
  background: url(../images/reccenter2.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
/* line 194, ../scss/_base.scss */
.clients ul.client-grid {
  width: 84%;
  margin: 0 auto;
}
/* line 198, ../scss/_base.scss */
.clients ul.client-grid li {
  width: 50%;
  height: auto;
  float: left;
  display: inline;
  line-height: 1px;
}
/* line 205, ../scss/_base.scss */
.clients ul.client-grid li img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 400px) and (max-width: 480px) {
  /* line 217, ../scss/_base.scss */
  #menu li a {
    font-size: 12px;
  }
}
/* line 225, ../scss/_base.scss */
.contact .contactinfo {
  width: 90%;
  padding: 100px 0 0 0;
  margin: 30px auto 10px auto;
  font-size: 20px;
  line-height: 26px;
  color: #eee;
}
/* line 234, ../scss/_base.scss */
.contact .contactinfo h2 {
  margin: 10px auto 25px auto;
  font-weight: bold;
  font-size: 24px;
}
/* line 240, ../scss/_base.scss */
.contact .contactinfo strong {
  color: #fff;
}
/* line 244, ../scss/_base.scss */
.contact .contactinfo span {
  font-size: 16px;
}
/* line 248, ../scss/_base.scss */
.contact .contactinfo .small {
  font-size: 10px;
}
/* line 252, ../scss/_base.scss */
.contact .contactinfo .rightside, .contact .contactinfo .leftside {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 255, ../scss/_base.scss */
.contact .contactinfo .rightside p, .contact .contactinfo .leftside p {
  font-size: 14px;
}
/* line 260, ../scss/_base.scss */
.contact .contactinfo .rightside {
  margin-top: 20px;
}
/* line 264, ../scss/_base.scss */
.contact .contactinfo a, .contact .contactinfo a:visited {
  color: #72d1f9;
}
/* line 270, ../scss/_base.scss */
.contact .width90 {
  width: 80%;
}

@media only screen and (max-width: 599px) {
  /* line 277, ../scss/_base.scss */
  .clients .resize-img, .contact .resize-img {
    display: none;
  }
}
/* Navigation
 * --------------------------------------- */
/* line 285, ../scss/_base.scss */
#fullPage-nav {
  position: absolute;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
/* line 292, ../scss/_base.scss */
#fullPage-nav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
}
/* line 298, ../scss/_base.scss */
#fullPage-nav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
/* line 309, ../scss/_base.scss */
#fullPage-nav li .active span {
  background: #333;
  color: #fff;
}
/* line 314, ../scss/_base.scss */
#fullPage-nav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

/*
LARGER MOBILE DEVICES
*/
@media only screen and (min-width: 481px) {
  /* line 3, ../scss/_481up.scss */
  #menu li a {
    font-size: 12px;
  }
  /* line 8, ../scss/_481up.scss */
  #menu li.social {
    display: inline;
    margin: 0 15px 0 0;
  }

  /* line 14, ../scss/_481up.scss */
  .resize-img {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 19, ../scss/_481up.scss */
  .services img {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 23, ../scss/_481up.scss */
  .services h3 {
    font-size: 14px;
  }

  /* line 29, ../scss/_481up.scss */
  .clients ul.client-grid {
    width: 90%;
  }
  /* line 31, ../scss/_481up.scss */
  .clients ul.client-grid li {
    width: 33.3%;
  }
  /* line 36, ../scss/_481up.scss */
  .clients h2 {
    margin-top: 20px;
  }

  /* line 42, ../scss/_481up.scss */
  .contact .width90 {
    width: 70%;
  }
}
/*
TABLET & SMALLER LAPTOPS
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Grid Stylesheet

  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.

  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:

  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.

  The grid below is a combination of the 1140 grid and Twitter Boostrap.
  I liked 1140 but Boostrap's grid was way more detailed so I merged them
  together, let's see how this works out. If you want to use 1140, the original
  values are commented out on each line.

  ******************************************************************/
  /* line 24, ../scss/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, ../scss/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, ../scss/_grid.scss */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, ../scss/_grid.scss */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, ../scss/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, ../scss/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, ../scss/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, ../scss/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, ../scss/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, ../scss/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, ../scss/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, ../scss/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* line 38, ../scss/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  /* line 44, ../scss/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 48, ../scss/_grid.scss */
  .last {
    float: right;
  }

  /* line 1, ../scss/_768up.scss */
  h2 {
    width: 80%;
  }

  /* line 6, ../scss/_768up.scss */
  #menu li {
    margin: 0 0 0 25px;
  }
  /* line 9, ../scss/_768up.scss */
  #menu li a {
    font-size: 15px;
  }

  /* line 16, ../scss/_768up.scss */
  .about h2 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }

  /* line 22, ../scss/_768up.scss */
  .resize-img {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 27, ../scss/_768up.scss */
  .services img {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 33, ../scss/_768up.scss */
  .clients ul.client-grid {
    width: 90%;
  }
  /* line 35, ../scss/_768up.scss */
  .clients ul.client-grid li {
    height: 140px;
  }

  /* line 42, ../scss/_768up.scss */
  .contact .width90 {
    width: 80%;
  }
  /* line 47, ../scss/_768up.scss */
  .contact .contactinfo .rightside, .contact .contactinfo .leftside {
    width: 48%;
    float: left;
  }
  /* line 52, ../scss/_768up.scss */
  .contact .contactinfo .rightside {
    float: right;
    margin: 0;
  }
}
/*
DESKTOP
*/
@media only screen and (min-width: 1024px) {
  /* line 2, ../scss/_1030up.scss */
  #menu li {
    margin: 0 0 0 35px;
    line-height: 45px;
  }
  /* line 6, ../scss/_1030up.scss */
  #menu li a {
    font-size: 18px;
  }

  /* line 12, ../scss/_1030up.scss */
  .wrap, ul.client-grid {
    width: 960px;
  }

  /* line 17, ../scss/_1030up.scss */
  .clients ul.client-grid {
    width: 956px;
  }
  /* line 20, ../scss/_1030up.scss */
  .clients ul.client-grid li {
    width: 24%;
    height: 150px;
  }

  /* line 28, ../scss/_1030up.scss */
  .services h2, .about h2, .contact-info h2 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 37, ../scss/_1030up.scss */
  .about img, .services img, .clients img, .contact img {
    width: auto;
    max-width: 90%;
    height: auto;
  }

  /* line 46, ../scss/_1030up.scss */
  .contact .width90 {
    width: auto;
  }
}
/*
LARGE VIEWING SIZE
*/
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
