/* Normalize v1.1.3 */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Boilerplate v4.3.0 */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* Bootstrap Grid v3.3.1 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 850px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 850px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 849px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 849px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 849px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 849px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 850px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; }
}
@media (min-width: 850px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 850px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 850px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 849px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 850px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/* Fonts */
/* Font Variables */
/* Color Variables */
/* Background Variables */
/* Media Query Variables */
/* General Styles */
html {
  font-size: 10px;
  background: #333333; }

body {
  background: #f1f1f1;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #777777; }

.shifter-page > .container {
  background: #ffffff; }

.no-pad {
  padding: 0; }

/* Typography */
a,
a:visited {
  color: #cc0000;
  text-decoration: none; }

a:hover,
a:active {
  text-decoration: underline; }

h1, h2, h3 {
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1;
  color: #333333; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 49px;
  margin: 20px 0 15px; }

h2.section-heading {
  margin: 80px 0;
  text-align: center;
  color: #777777; }

strong {
  font-weight: 600; }

strong.dark {
  color: #333333; }

address {
  font-style: normal; }
  address strong {
    font-size: 18px; }

p.large {
  margin-bottom: 40px; }

/* Header */
header {
  font-weight: 300;
  background: #888 url("../img/bg-main-texture.jpg") repeat;
  height: 60px; }

/* Branding */
.brand {
  width: 175px;
  height: auto;
  padding: 5px 0; }

/* Main Navigation */
.main-nav {
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
  height: 86px;
  /* Main Navigation Sub Navigation */ }
  .main-nav a,
  .main-nav a:visited {
    color: #ffffff;
    text-decoration: none; }
  .main-nav > ul > li > a {
    height: 86px;
    vertical-align: middle;
    text-transform: uppercase;
    display: block;
    line-height: 1.3;
    font-size: 14px; }
  .main-nav > ul > li:hover > a {
    background-color: rgba(0, 0, 0, 0.1); }
  .main-nav ul {
    padding: 0;
    margin: 0; }
  .main-nav > ul > li {
    display: inline-block;
    margin: 0 -1px; }
  .main-nav > ul > li > ul {
    display: none;
    position: absolute;
    left: 0;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    z-index: 2; }
  .main-nav > ul > li:hover > ul {
    display: inherit; }
  .main-nav > ul > li > ul a:hover,
  .main-nav > ul > li > ul a:active {
    text-decoration: underline; }
  .main-nav .icon.right-arrow {
    margin-left: 15px;
    vertical-align: top; }
  .main-nav .icon.up-arrow {
    margin-left: 10px;
    margin-bottom: 10px; }
  .main-nav .icon.down-arrow {
    margin-left: 10px;
    margin-bottom: 10px; }
  .main-nav .link {
    display: inline-block; }

/* Shifter Navigation */
.shifter-navigation {
  background: #888 url("../img/bg-main-texture.jpg") repeat; }
  .shifter-navigation ul {
    margin: 0;
    padding: 0; }
  .shifter-navigation li {
    border-bottom: 1px solid #666666; }
  .shifter-navigation a,
  .shifter-navigation a:visited,
  .shifter-navigation a:hover,
  .shifter-navigation a:active {
    text-decoration: none;
    color: #ffffff;
    padding: 7px 10px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
  }
  .shifter-navigation .icon {
    float: right; }
  .shifter-navigation .reservations .reservation-heading {
    background-color: #cc0000; }
  .shifter-navigation .reservations .reservation-form {
    display: inherit;
    padding: 15px;
    background: rgba(255, 255, 255, 0.75) url("../img/bg-reservations.png") repeat; }

/* Desktop Reservations */
.desktop-reservation-wrapper {
  bottom: 20px;
  background: rgba(0,0,0,0.8) }
  .desktop-reservation-wrapper .desktop-reservation {
    margin: 0 auto;
    text-align: center;
    padding: 15px 0; }
    .desktop-reservation-wrapper .desktop-reservation .desktop-reservation-date {
      display: inline-block;
      background: #ffffff;
      width: auto;
      height: 40px;
      line-height: 40px;
      padding: 0 10px;
      font-size: 21px;
      border-right: 1px solid #989898; }
    .desktop-reservation-wrapper .desktop-reservation .desktop-reservation-date.checkout {
      border-right: none; }
    .desktop-reservation-wrapper .desktop-reservation label {
      float: left;
      padding: 0;
      font-size: 21px;
      margin-right: 10px;
      font-weight: 300; }
    .desktop-reservation-wrapper .desktop-reservation input {
      float: left;
      width: 160px;
      height: 40px;
      border: none;
      font-size: 18px;
      color: #aa0000;
      padding-top: 6px; }
    .desktop-reservation-wrapper .desktop-reservation .desktop-reservation-submit {
      display: inline-block; }
      .desktop-reservation-wrapper .desktop-reservation .desktop-reservation-submit button {
        float: left;
        font-size: 16px;
        font-weight: 300;
        margin-left: 10px;
        height: 40px; }

/* Updated Desktop Nav */
.desktop-reservation-heading {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  vertical-align: top;
  line-height: 40px;
  color: #ccc;
  font-weight: 300;
  }

#desktop-reservation-form {
  line-height: 40px;
  height: 40px;
}

@media (min-width: 992px) {
   .desktop-reservation-heading {
     font-size: 28px;
   }
}

.shifter-navigation {
  /* Mobile Reservations - NEEDS REFACTORING */ }
.mobile-reservations {
	list-style: none;
	margin: 0;
	padding: 0; }
.mobile-reservations  .reservation-heading {
    display: block;
    padding: 7px 10px;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-weight: 300;
    background: #cc0000; }
.mobile-reservations .reservations > a,
.mobile-reservations .reservations > a:hover,
.mobile-reservations .reservations > a:active {
    background-color: #cc0000;
    outline: none; }
.mobile-reservations .reservations .reservation-form {
    background: rgba(0, 0, 0, 0.10) url("../img/bg-reservations.png") repeat; }
.mobile-reservations .reservations .mobile-reservation-date {
    width: 100%; }
.mobile-reservations .reservations label {
    color: #333333;
    display: block;
    margin-left: 10px; }
.mobile-reservations .reservations input {
    height: 40px;
    border: none !important;
    color: #aa0000;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 100%; }
.mobile-reservations .reservations .reservation-form button#mobile-reservation-submit {
    width: 100%;
    margin-top: 10px; }
.mobile-reservations span {
	width: 100%;
	padding: 0 10px; }
.mobile-reservations form {
	padding-top: 10px;
}

/* Jumbotron */
.jumbotron {
  max-height: 550px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .jumbotron img {
    width: 100%; }
  .jumbotron .jumbotron-description-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 35px 25px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2MzYzNiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzM2MzYzNiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.7) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 51, 51, 0)), color-stop(70%, rgba(51, 51, 51, 0.7)));
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.7) 70%);
    background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.7) 70%);
    background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.7) 70%);
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.7) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00363636', endColorstr='#b3363636',GradientType=0 ); }
  .jumbotron .jumbotron-description {
    color: #ffffff;
    text-align: center;
    max-width: 370px;
    margin: 0 auto; }
  .jumbotron .jumbotron-description h1 {
    font-size: 21px;
    font-weight: 400;
    color: #ffffff;
    margin: 0; }
  .jumbotron .jumbotron-description p {
    margin: 0;
    max-width: 320px;
    margin: 0 auto; }
  .jumbotron .jumbotron-description strong {
    font-weight: 400; }
  .jumbotron hr {
    margin: 10px 0; }

/* Features */
.feature {
  text-align: center; }
  .feature img {
    margin: 0 auto; }
  .feature .col-sm-6 {
    padding: 0; }
  .feature .feature-description {
    max-width: 340px;
    margin: 40px auto; }
  .feature h2,
  .feature p {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto; }
  .feature h2 {
    font-size: 49px;
    color: #666666; }
  .feature p {
    margin-top: 0;
    margin-bottom: 0;
    color: #777777; }
  .feature .read-more-link,
  .feature .read-more-other-link {
    outline: none;
    font-weight: 600; }
  .feature .read-more {
    padding: 20px 0 0;
    display: none; }
  .feature .read-more p {
    margin: 15px 0;
    width: 100% !important;
    text-align: left;
    max-width: 100%; }
  .feature .read-more ul li {
    text-align: left; }

/* Base Page */
.base {
  margin: 20px 0;
  min-height: 400px; }
  .base h2 {
    font-size: 24px;
    margin: 20px 0 40px;
    padding: 20px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-weight: 300; }
  .base h2.heading {
    border: none;
    padding: 0;
    margin: 20px 0 10px;
    font-size: 33px; }

/* Standard Page */
.standard {
  margin: 20px 0; }
  .standard h2 {
    font-size: 24px;
    margin: 20px 0 40px;
    padding: 20px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-weight: 300; }
  .standard h2.heading {
    border: none;
    padding: 0;
    margin: 20px 0 10px;
    font-size: 33px; }

/* RFP Form */
#rfp-form {
  margin-bottom: 40px; }

/* Contact Card */
.contact-card {
  margin-bottom: 20px; }

/* Footer */
footer {
  background-color: #333333;
  padding: 0 0 30px;
  color: #dedede; }
  footer .heading {
    display: block;
    color: #b1b1b1;
    margin: 30px 0 10px;
    font-size: 21px;
    line-height: 1; }
  footer p {
    margin: 0;
    font-size: 21px;
    line-height: 1; }
  footer a,
  footer a:visited {
    color: #dedede; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px; }
  footer hr {
    border-color: #666666;
    margin: 30px 0 0; }
  footer ul.social li {
    display: inline; }
  footer ul.social li a {
    background: transparent url("../img/icon-sprite.png") no-repeat;
    background-size: 250px 250px;
    width: 41px;
    height: 41px;
    margin-right: 10px;
    display: inline-block; }
  footer ul.social a.facebook {
    background-position: -30px 0; }
  footer ul.social a.twitter {
    background-position: -75px 0; }
  footer ul.social a.facebook:hover {
    background-position: -30px -45px; }
  footer ul.social a.twitter:hover {
    background-position: -75px -45px; }
  footer #promotions-form {
    max-width: 250px;
    position: relative; }
    footer #promotions-form .error {
      max-width: 220px;
      float: left; }
    footer #promotions-form input {
      background-color: #333333;
      padding: 7px 0;
      line-height: 21px;
      margin-bottom: 0;
      color: #dedede;
      font-weight: 300;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 21px !important;
      max-width: 220px;
      width: 220px; }
    footer #promotions-form .submit {
      background: transparent url("../img/icon-sprite.png") no-repeat -120px 0;
      background-size: 250px 250px;
      width: 35px;
      height: 35px;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 3px;
      right: -15px; }
  footer label {
    color: #666666; }
  footer input,
  footer input[type=email] {
    border: none;
    margin-bottom: 15px;
    padding: 5px 10px 5px 0;
    color: #666666;
    font-weight: 600;
    font-size: 15px !important;
    width: 200px; }

/* Forms */
label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0; }

label.error {
  color: #cc0000;
  font-size: 12px; }

input[type=text],
input[type=email],
input[type=date],
textarea,
select {
  border: 1px solid #b1b1b1;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding: 5px;
  background-color: #ffffff; }

input[type=radio] {
  margin-right: 10px; }

input.error {
  border: 1px solid #cc0000; }

select {
  height: 30px;
  background: transparent url("../img/select-arrow.png") no-repeat calc(100% - 10px) 50%;
  background-size: 10px 10px; }

::-webkit-input-placeholder {
  color: #dedede; }

:-moz-placeholder {
  color: #dedede; }

::-moz-placeholder {
  color: #dedede; }

:-ms-input-placeholder {
  color: #dedede; }

.form-group {
  margin-bottom: 15px; }

/* Buttons */
button {
  border: none;
  background-color: #cc0000;
  color: #ffffff;
  padding: 12px 25px;
  text-transform: uppercase;
  font-weight: 400; }

button:hover,
button:active {
  transition: background-color .5s ease;
  background-color: #aa0000; }

/* Icons */
.icon {
  background: transparent url("../img/icon-sprite.png") no-repeat;
  background-size: 250px 250px;
  display: inline-block; }

.icon.right-arrow {
  background-position: 0 0;
  height: 16px;
  width: 8px; }

.icon.up-arrow {
  background-position: -15px 0;
  height: 5px;
  width: 8px; }

.icon.down-arrow {
  background-position: -15px -10px;
  height: 5px;
  width: 8px; }

/* Miscellaneous */
hr {
  border-color: #b1b1b1; }

hr.form {
  margin-bottom: 35px; }

ul.tight {
  margin: 0; }

ul.spaced li {
  margin-bottom: 20px; }

ul.logos {
  list-style: none;
  padding-left: 0; }

ul.logos li {
  margin: 10px 0; }

ul.logos li img {
  width: 100px;
  height: 50px;
  margin-right: 20px; }

.browsehappy {
  margin: 0;
  padding: 10px 20px;
  line-height: 40px; }

/* Google Map Embed */
.google-maps {
  position: relative;
  padding-bottom: 83%;
  height: 0;
  overflow: hidden; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

a.rfp-button {
  background-color: #c5924c;
  color: white;
  display:block;
  float:right;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 10px;
  width: 100%;
  height: 40px;
  text-align: center;
}
a.rfp-button:hover ,
a.rfp-button:active {
  transition: background-color .5s ease;
  background-color: #A0773E;
  text-decoration:none;
}


/* Media Queries */
@media (min-width: 850px) {
  header {
    height: 125px; }
    header .container {
      padding-top: 39px; }

  .brand {
    width: 150px;
    padding: 21px 0; }

  .main-nav {
    display: inherit; }

  .main-nav > ul > li > a {
    padding: 25px 10px;
    font-size: 12px; }
  .main-nav .icon.down-arrow {
    margin-left: 7px; }

  .jumbotron .jumbotron-description-wrapper {
    position: absolute;
    top: 35%;
    bottom: inherit;
    width: 45%;
    padding: 35px 50px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(51, 51, 51, 0.7) 30%, rgba(51, 51, 51, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(51, 51, 51, 0.7)), color-stop(100%, rgba(51, 51, 51, 0)));
    background: -webkit-linear-gradient(left, rgba(51, 51, 51, 0.7) 30%, rgba(51, 51, 51, 0) 100%);
    background: -o-linear-gradient(left, rgba(51, 51, 51, 0.7) 30%, rgba(51, 51, 51, 0) 100%);
    background: -ms-linear-gradient(left, rgba(51, 51, 51, 0.7) 30%, rgba(51, 51, 51, 0) 100%);
    background: linear-gradient(to right, rgba(51, 51, 51, 0.7) 30%, rgba(51, 51, 51, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3333333', endColorstr='#00333333',GradientType=1 ); }
  .jumbotron .jumbotron-description {
    float: right;
    margin: 0; }

  .feature {
    position: relative; }
    .feature .feature-description {
      max-width: 280px;
      margin: 0 auto;
      display: none;
      position: relative; }
    .feature h2 {
      font-size: 36px;
      margin-top: 0; }
    .feature p {
      margin-top: 0;
      margin-bottom: 0; }
    .feature .read-more {
      position: relative;
      background-color: #ffffff;
      z-index: 2; }
    .feature .read-more.open p:last-child {
      margin-bottom: 0; }

  .feature:nth-child(odd) .col-sm-6:nth-child(odd) {
    padding-left: 15px; }
  .feature:nth-child(odd) .col-sm-6:nth-child(even) {
    padding-right: 15px; }

  .feature:nth-child(even) .col-sm-6:nth-child(even) {
    padding-left: 15px; }
  .feature:nth-child(even) .col-sm-6:nth-child(odd) {
    padding-right: 15px; }

  .grid-listings .col-sm-3:nth-child(4n+1) {
    clear: left; }

  a.rfp-button {
      width: 261px;
      margin-right: 56px;
  }
    }

@media (min-width: 992px) {
  .brand {
    width: 200px;
    padding: 12px 0; }

  .main-nav {
    padding: 0 30px; }
    .main-nav > ul > li > a {
      padding: 25px 12px;
      font-size: 14px; }
    .main-nav .icon.down-arrow {
      margin-left: 15px; }

  .feature .feature-description {
    max-width: 400px; }
  .feature h2,
  .feature p {
    max-width: 360px; }
  .feature h2 {
    font-size: 49px; }

    a.rfp-button {
        margin-right:120px;
    }

}

@media (min-width: 1200px) {
  .brand {
    width: 225px; }

  .main-nav > ul > li > a {
    padding: 25px 15px;
    font-size: 16px; }
  .main-nav .icon.down-arrow {
    margin-left: 25px; }

  .jumbotron .jumbotron-description h1 {
    font-size: 36px; }
  .jumbotron .jumbotron-description p {
    font-size: 16px; }

    a.rfp-button {
        padding:10px 10px;
        margin-right:160px;
        height: 40px;
    }

}
/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    Default theme

    copyright (c) 2011 - 2014 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/

*/
.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.Zebra_DatePicker {
  position: absolute;
  background: #888 url("../img/bg-main-texture.jpg") repeat;
  border: 2px solid rgba(0, 0, 0, 0.25);
  z-index: 100;
  font-size: 14px;
  top: 0; }

.Zebra_DatePicker * {
  margin: 0;
  padding: 0;
  color: #000;
  background: transparent;
  border: none; }

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  table-layout: auto; }

.Zebra_DatePicker td,
.Zebra_DatePicker th {
  text-align: center;
  padding: 5px 0; }

.Zebra_DatePicker td {
  cursor: pointer; }

.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
  margin-top: 3px; }

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
  background: #E8E8E8;
  width: 30px;
  border: 1px solid #777777; }

.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker .dp_footer .dp_hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* = VISIBLE/HIDDEN STATES (USE TRANSITIONS FOR EFFECTS)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker.dp_visible {
  visibility: visible;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 0.2s ease-in-out; }

.Zebra_DatePicker.dp_hidden {
  visibility: hidden;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td {
  color: #FFF; }

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
  width: 30px; }

.Zebra_DatePicker .dp_header .dp_caption {
  font-weight: bold; }

.Zebra_DatePicker .dp_header .dp_hover {
  background: #222;
  color: #FFF; }

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th {
  background: #FFCC33; }

.Zebra_DatePicker td.dp_not_in_month {
  background: #F3F3F3;
  color: #CDCDCD;
  cursor: default; }

.Zebra_DatePicker td.dp_not_in_month_selectable {
  background: #F3F3F3;
  color: #CDCDCD;
  cursor: pointer; }

.Zebra_DatePicker td.dp_weekend {
  background: #D8D8D8; }

.Zebra_DatePicker td.dp_weekend_disabled {
  color: #CCC;
  cursor: default; }

.Zebra_DatePicker td.dp_selected {
  background: #5A4B4B;
  color: #FFF !important; }

.Zebra_DatePicker td.dp_week_number {
  background: #FFCC33;
  color: #555;
  cursor: text;
  font-style: italic; }

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td {
  width: 33%; }

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td {
  width: 33%; }

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer {
  margin-top: 3px; }

.Zebra_DatePicker .dp_footer .dp_hover {
  background: #222;
  color: #FFF; }

/* = SELECT CURRENT DAY
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_today {
  color: #FFF;
  padding: 3px; }

/* = CLEAR DATE
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_clear {
  color: #FFF;
  padding: 3px; }

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current {
  color: #C40000; }

.Zebra_DatePicker td.dp_disabled_current {
  color: #E38585; }

.Zebra_DatePicker td.dp_disabled {
  background: #F3F3F3;
  color: #CDCDCD;
  cursor: default; }

.Zebra_DatePicker td.dp_hover {
  background: #482424;
  color: #FFF; }

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon {
  display: block;
  position: absolute;
  bottom: -100px;
  width: 29px;
  height: 29px;
  background: url("../img/icon-sprite.png") no-repeat left top;
  background-size: 250px 250px;
  background-position: -160px 0;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  vertical-align: top; }

button.Zebra_DatePicker_Icon_Disabled {
  background-image: url("../img/icon-sprite.png"); }

/* don't set vertical margins! */
button.Zebra_DatePicker_Icon {
  margin: 0 0 0 3px; }

button.Zebra_DatePicker_Icon_Inside {
  margin: 0 3px 0 0; }

/* Mobile Navigation */
/* NEED TO REFACTOR */
.shifter-open {
  overflow: hidden; }

.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none; }

.shifter-navigation {
  display: none;
  opacity: 0; }

.shifter-enabled .shifter-page {
  min-height: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15);
  display: block;
  overflow: hidden; }

.shifter-enabled.shifter-left .shifter-page {
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.15); }

.shifter-enabled .shifter-navigation {
  width: 270px;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 0;
  display: block;
  overflow: auto;
  pointer-events: none;
  -webkit-transition: opacity 0.001s linear 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.001s linear 0.2s, transform 0.2s ease; }

.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header,
.shifter-enabled .shifter-navigation {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header {
  background-color: #ffffff;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease; }

.shifter-enabled .shifter-navigation {
  right: 0;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0); }

.shifter-open .shifter-page,
.shifter-open .shifter-header {
  -webkit-transform: translate3D(-270px, 0, 0);
  -ms-transform: translate3D(-270px, 0, 0);
  transform: translate3D(-270px, 0, 0); }

.shifter-enabled.shifter-left .shifter-navigation {
  left: 0;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0); }

.shifter-enabled.shifter-left.shifter-open .shifter-page,
.shifter-enabled.shifter-left.shifter-open .shifter-header {
  -webkit-transform: translate3D(270px, 0, 0);
  -ms-transform: translate3D(270px, 0, 0);
  transform: translate3D(270px, 0, 0); }

.shifter-open .shifter-navigation {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-transition: opacity 0.001s linear 0s, -webkit-transform 0.2s ease;
  transition: opacity 0.001s linear 0s, transform 0.2s ease; }

.no-csstransforms3d .shifter-enabled.shifter-navigation {
  right: -270px; }
.no-csstransforms3d .shifter-enabled.shifter-left .shifter-navigation {
  left: -270px; }
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-page {
  left: -270px; }
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation {
  right: 0; }
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-page {
  left: auto;
  right: -270px; }
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-navigation {
  left: 0; }

.shifter-handle {
  display: none;
  cursor: pointer;
  padding: 30px 23px; }
  .shifter-handle span,
  .shifter-handle span:before,
  .shifter-handle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 23px;
    background: white;
    position: absolute;
    display: block;
    content: '';
    transition: all 200ms ease-in-out; }
  .shifter-handle span:before {
    top: -6px; }
  .shifter-handle span:after {
    bottom: -6px; }

.shifter-enabled .shifter-handle {
  display: block; }

.shifter-open .shifter-handle span {
  background-color: transparent; }
.shifter-open .shifter-handle span:before,
.shifter-open .shifter-handle span:after {
  top: 0; }
.shifter-open .shifter-handle span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }
.shifter-open .shifter-handle span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.text-center {
    text-align: center; }

.offer {
    background: #000 url(../img/bg-offer-texture.png);
    color: white;
    font-weight: lighter;
    font-size: 1.5em }

.offer-small {
    padding-left: 5px;
    padding-right: 5px; }

.offer p {
    margin: 5px 0; }

.offer a {
    color: #c5924c; }

.j-offer {
	position: relative; }

.jumbotron-offer {
	position: absolute;
	top: -268px;
	right: 40px;
	width: 268px;
	height: 268px;
	background: rgba(0, 0, 0, .35);
	color: white; }

.j-offer-small .jumbotron-offer {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    overflow: auto; }

.j-offer h2 {
    color: white;
    font-size: 1.65em;
    line-height: 25px;
    text-transform: none;
    margin-top: 30px !important; }

.j {
    background: rgba(0, 0, 0, .25) !important; }

.j-offer-small h2 {
    margin-top: 15px !important; }

.j-offer p {
    font-size: 1.25em;
    font-weight: lighter; }

.j-offer p a {
    color: white; }

.gold-banner {
    background-color: #c5924c; }

.gold-banner p {
	position: relative;
	top: -10px;
	font-size: 1em; }

span.jumbo {
    position: relative;
    top: 10px;
    font-size: 3.65em;
    margin-left: 3px;
    margin-right: 3px; }

span.jumbo sup {
	font-size: .65em; }

.j-follow {
	font-size: 1.75em;
	position: relative;
	top: 2px; }

.alert-bar-wrapper {
    width: 100%;
    background-color: #666666;
}
