@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/themes/saddlecreek///netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("/themes/saddlecreek///netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("/themes/saddlecreek///netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("/themes/saddlecreek///netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("/themes/saddlecreek///netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../sass/fontawesome/scss/_core.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../sass/fontawesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../sass/fontawesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../sass/fontawesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../sass/fontawesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../sass/fontawesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../sass/fontawesome/scss/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../sass/fontawesome/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../sass/fontawesome/scss/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../sass/fontawesome/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../sass/fontawesome/scss/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../sass/fontawesome/scss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../sass/fontawesome/scss/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, ../sass/fontawesome/scss/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, ../sass/fontawesome/scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, ../sass/fontawesome/scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../sass/fontawesome/scss/_spinning.scss */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 4, ../sass/fontawesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../sass/fontawesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../sass/fontawesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../sass/fontawesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../sass/fontawesome/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, ../sass/fontawesome/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../sass/fontawesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../sass/fontawesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../sass/fontawesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../sass/fontawesome/scss/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../sass/fontawesome/scss/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../sass/fontawesome/scss/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../sass/fontawesome/scss/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../sass/fontawesome/scss/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../sass/fontawesome/scss/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../sass/fontawesome/scss/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../sass/fontawesome/scss/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../sass/fontawesome/scss/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../sass/fontawesome/scss/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../sass/fontawesome/scss/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../sass/fontawesome/scss/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../sass/fontawesome/scss/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../sass/fontawesome/scss/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../sass/fontawesome/scss/_icons.scss */
.fa-times:before {
  content: "";
}

/* line 18, ../sass/fontawesome/scss/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, ../sass/fontawesome/scss/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, ../sass/fontawesome/scss/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, ../sass/fontawesome/scss/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, ../sass/fontawesome/scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 24, ../sass/fontawesome/scss/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 25, ../sass/fontawesome/scss/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 26, ../sass/fontawesome/scss/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 27, ../sass/fontawesome/scss/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 28, ../sass/fontawesome/scss/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 29, ../sass/fontawesome/scss/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 30, ../sass/fontawesome/scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 31, ../sass/fontawesome/scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 32, ../sass/fontawesome/scss/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 33, ../sass/fontawesome/scss/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 34, ../sass/fontawesome/scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 36, ../sass/fontawesome/scss/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 37, ../sass/fontawesome/scss/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 38, ../sass/fontawesome/scss/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 39, ../sass/fontawesome/scss/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 40, ../sass/fontawesome/scss/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 41, ../sass/fontawesome/scss/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 42, ../sass/fontawesome/scss/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 43, ../sass/fontawesome/scss/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 44, ../sass/fontawesome/scss/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 45, ../sass/fontawesome/scss/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 46, ../sass/fontawesome/scss/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 47, ../sass/fontawesome/scss/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 48, ../sass/fontawesome/scss/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 49, ../sass/fontawesome/scss/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 50, ../sass/fontawesome/scss/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 51, ../sass/fontawesome/scss/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 52, ../sass/fontawesome/scss/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 53, ../sass/fontawesome/scss/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 54, ../sass/fontawesome/scss/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 55, ../sass/fontawesome/scss/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 56, ../sass/fontawesome/scss/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 57, ../sass/fontawesome/scss/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 58, ../sass/fontawesome/scss/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 59, ../sass/fontawesome/scss/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 60, ../sass/fontawesome/scss/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 61, ../sass/fontawesome/scss/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 62, ../sass/fontawesome/scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 64, ../sass/fontawesome/scss/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 65, ../sass/fontawesome/scss/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 66, ../sass/fontawesome/scss/_icons.scss */
.fa-picture-o:before {
  content: "";
}

/* line 67, ../sass/fontawesome/scss/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 68, ../sass/fontawesome/scss/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 69, ../sass/fontawesome/scss/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 70, ../sass/fontawesome/scss/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 71, ../sass/fontawesome/scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 73, ../sass/fontawesome/scss/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 74, ../sass/fontawesome/scss/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 75, ../sass/fontawesome/scss/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 76, ../sass/fontawesome/scss/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 77, ../sass/fontawesome/scss/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 78, ../sass/fontawesome/scss/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 79, ../sass/fontawesome/scss/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 80, ../sass/fontawesome/scss/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 81, ../sass/fontawesome/scss/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 82, ../sass/fontawesome/scss/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 83, ../sass/fontawesome/scss/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 84, ../sass/fontawesome/scss/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 85, ../sass/fontawesome/scss/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 86, ../sass/fontawesome/scss/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 87, ../sass/fontawesome/scss/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 88, ../sass/fontawesome/scss/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 89, ../sass/fontawesome/scss/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 90, ../sass/fontawesome/scss/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 91, ../sass/fontawesome/scss/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 92, ../sass/fontawesome/scss/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 93, ../sass/fontawesome/scss/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 94, ../sass/fontawesome/scss/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 95, ../sass/fontawesome/scss/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 96, ../sass/fontawesome/scss/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 97, ../sass/fontawesome/scss/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 98, ../sass/fontawesome/scss/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 99, ../sass/fontawesome/scss/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 100, ../sass/fontawesome/scss/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 101, ../sass/fontawesome/scss/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 102, ../sass/fontawesome/scss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 104, ../sass/fontawesome/scss/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 105, ../sass/fontawesome/scss/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 106, ../sass/fontawesome/scss/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 107, ../sass/fontawesome/scss/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 108, ../sass/fontawesome/scss/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 109, ../sass/fontawesome/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 110, ../sass/fontawesome/scss/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 111, ../sass/fontawesome/scss/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 112, ../sass/fontawesome/scss/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 113, ../sass/fontawesome/scss/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 114, ../sass/fontawesome/scss/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 115, ../sass/fontawesome/scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 117, ../sass/fontawesome/scss/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 118, ../sass/fontawesome/scss/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 119, ../sass/fontawesome/scss/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 120, ../sass/fontawesome/scss/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 121, ../sass/fontawesome/scss/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 122, ../sass/fontawesome/scss/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 123, ../sass/fontawesome/scss/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 124, ../sass/fontawesome/scss/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 125, ../sass/fontawesome/scss/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 126, ../sass/fontawesome/scss/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 127, ../sass/fontawesome/scss/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 128, ../sass/fontawesome/scss/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 129, ../sass/fontawesome/scss/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 130, ../sass/fontawesome/scss/_icons.scss */
.fa-bar-chart-o:before {
  content: "";
}

/* line 131, ../sass/fontawesome/scss/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 132, ../sass/fontawesome/scss/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 133, ../sass/fontawesome/scss/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 134, ../sass/fontawesome/scss/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 135, ../sass/fontawesome/scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 137, ../sass/fontawesome/scss/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 138, ../sass/fontawesome/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 139, ../sass/fontawesome/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 140, ../sass/fontawesome/scss/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 141, ../sass/fontawesome/scss/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 142, ../sass/fontawesome/scss/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 143, ../sass/fontawesome/scss/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 144, ../sass/fontawesome/scss/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 145, ../sass/fontawesome/scss/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 146, ../sass/fontawesome/scss/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 147, ../sass/fontawesome/scss/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 148, ../sass/fontawesome/scss/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 149, ../sass/fontawesome/scss/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 150, ../sass/fontawesome/scss/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 151, ../sass/fontawesome/scss/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 152, ../sass/fontawesome/scss/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 153, ../sass/fontawesome/scss/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 154, ../sass/fontawesome/scss/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 155, ../sass/fontawesome/scss/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 156, ../sass/fontawesome/scss/_icons.scss */
.fa-facebook:before {
  content: "";
}

/* line 157, ../sass/fontawesome/scss/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 158, ../sass/fontawesome/scss/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 159, ../sass/fontawesome/scss/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 160, ../sass/fontawesome/scss/_icons.scss */
.fa-rss:before {
  content: "";
}

/* line 161, ../sass/fontawesome/scss/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 162, ../sass/fontawesome/scss/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 163, ../sass/fontawesome/scss/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 164, ../sass/fontawesome/scss/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 165, ../sass/fontawesome/scss/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 166, ../sass/fontawesome/scss/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 167, ../sass/fontawesome/scss/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 168, ../sass/fontawesome/scss/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 169, ../sass/fontawesome/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 170, ../sass/fontawesome/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 171, ../sass/fontawesome/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 172, ../sass/fontawesome/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 173, ../sass/fontawesome/scss/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 174, ../sass/fontawesome/scss/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 175, ../sass/fontawesome/scss/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 176, ../sass/fontawesome/scss/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 177, ../sass/fontawesome/scss/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 178, ../sass/fontawesome/scss/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 179, ../sass/fontawesome/scss/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 181, ../sass/fontawesome/scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 183, ../sass/fontawesome/scss/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 184, ../sass/fontawesome/scss/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 185, ../sass/fontawesome/scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 187, ../sass/fontawesome/scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 189, ../sass/fontawesome/scss/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 190, ../sass/fontawesome/scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 192, ../sass/fontawesome/scss/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 193, ../sass/fontawesome/scss/_icons.scss */
.fa-bars:before {
  content: "";
}

/* line 194, ../sass/fontawesome/scss/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 195, ../sass/fontawesome/scss/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 196, ../sass/fontawesome/scss/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 197, ../sass/fontawesome/scss/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 198, ../sass/fontawesome/scss/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 199, ../sass/fontawesome/scss/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 200, ../sass/fontawesome/scss/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 201, ../sass/fontawesome/scss/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 202, ../sass/fontawesome/scss/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 203, ../sass/fontawesome/scss/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 204, ../sass/fontawesome/scss/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 205, ../sass/fontawesome/scss/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 206, ../sass/fontawesome/scss/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 207, ../sass/fontawesome/scss/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 208, ../sass/fontawesome/scss/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 209, ../sass/fontawesome/scss/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 210, ../sass/fontawesome/scss/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 211, ../sass/fontawesome/scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 213, ../sass/fontawesome/scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "";
}

/* line 215, ../sass/fontawesome/scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "";
}

/* line 217, ../sass/fontawesome/scss/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 218, ../sass/fontawesome/scss/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 219, ../sass/fontawesome/scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 221, ../sass/fontawesome/scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 223, ../sass/fontawesome/scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 225, ../sass/fontawesome/scss/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 226, ../sass/fontawesome/scss/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 227, ../sass/fontawesome/scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 229, ../sass/fontawesome/scss/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 230, ../sass/fontawesome/scss/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 231, ../sass/fontawesome/scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 233, ../sass/fontawesome/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 234, ../sass/fontawesome/scss/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 235, ../sass/fontawesome/scss/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 236, ../sass/fontawesome/scss/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 237, ../sass/fontawesome/scss/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 238, ../sass/fontawesome/scss/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 239, ../sass/fontawesome/scss/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 240, ../sass/fontawesome/scss/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 241, ../sass/fontawesome/scss/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 242, ../sass/fontawesome/scss/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 243, ../sass/fontawesome/scss/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 244, ../sass/fontawesome/scss/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 245, ../sass/fontawesome/scss/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 246, ../sass/fontawesome/scss/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 247, ../sass/fontawesome/scss/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 248, ../sass/fontawesome/scss/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 249, ../sass/fontawesome/scss/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 250, ../sass/fontawesome/scss/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 251, ../sass/fontawesome/scss/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 252, ../sass/fontawesome/scss/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 253, ../sass/fontawesome/scss/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 254, ../sass/fontawesome/scss/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 255, ../sass/fontawesome/scss/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 256, ../sass/fontawesome/scss/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 257, ../sass/fontawesome/scss/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 258, ../sass/fontawesome/scss/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 259, ../sass/fontawesome/scss/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 260, ../sass/fontawesome/scss/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 261, ../sass/fontawesome/scss/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 262, ../sass/fontawesome/scss/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 263, ../sass/fontawesome/scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 265, ../sass/fontawesome/scss/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 266, ../sass/fontawesome/scss/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 267, ../sass/fontawesome/scss/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 268, ../sass/fontawesome/scss/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 269, ../sass/fontawesome/scss/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 270, ../sass/fontawesome/scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 272, ../sass/fontawesome/scss/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 273, ../sass/fontawesome/scss/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 274, ../sass/fontawesome/scss/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 275, ../sass/fontawesome/scss/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 276, ../sass/fontawesome/scss/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 277, ../sass/fontawesome/scss/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 278, ../sass/fontawesome/scss/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 279, ../sass/fontawesome/scss/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 280, ../sass/fontawesome/scss/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 281, ../sass/fontawesome/scss/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 282, ../sass/fontawesome/scss/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 283, ../sass/fontawesome/scss/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 284, ../sass/fontawesome/scss/_icons.scss */
.fa-reply-all:before {
  content: "";
}

/* line 285, ../sass/fontawesome/scss/_icons.scss */
.fa-mail-reply-all:before {
  content: "";
}

/* line 286, ../sass/fontawesome/scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 289, ../sass/fontawesome/scss/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 290, ../sass/fontawesome/scss/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 291, ../sass/fontawesome/scss/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 292, ../sass/fontawesome/scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 294, ../sass/fontawesome/scss/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 295, ../sass/fontawesome/scss/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 296, ../sass/fontawesome/scss/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 297, ../sass/fontawesome/scss/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 298, ../sass/fontawesome/scss/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 299, ../sass/fontawesome/scss/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 300, ../sass/fontawesome/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 301, ../sass/fontawesome/scss/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 302, ../sass/fontawesome/scss/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 303, ../sass/fontawesome/scss/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 304, ../sass/fontawesome/scss/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 305, ../sass/fontawesome/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 306, ../sass/fontawesome/scss/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 307, ../sass/fontawesome/scss/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 308, ../sass/fontawesome/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 309, ../sass/fontawesome/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 310, ../sass/fontawesome/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 311, ../sass/fontawesome/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 312, ../sass/fontawesome/scss/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 313, ../sass/fontawesome/scss/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 314, ../sass/fontawesome/scss/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 315, ../sass/fontawesome/scss/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 316, ../sass/fontawesome/scss/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 317, ../sass/fontawesome/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 318, ../sass/fontawesome/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 319, ../sass/fontawesome/scss/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 320, ../sass/fontawesome/scss/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 321, ../sass/fontawesome/scss/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 322, ../sass/fontawesome/scss/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 323, ../sass/fontawesome/scss/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 324, ../sass/fontawesome/scss/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 325, ../sass/fontawesome/scss/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 326, ../sass/fontawesome/scss/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 327, ../sass/fontawesome/scss/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 328, ../sass/fontawesome/scss/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 329, ../sass/fontawesome/scss/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 330, ../sass/fontawesome/scss/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 331, ../sass/fontawesome/scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 333, ../sass/fontawesome/scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 335, ../sass/fontawesome/scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 337, ../sass/fontawesome/scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 339, ../sass/fontawesome/scss/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 340, ../sass/fontawesome/scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 342, ../sass/fontawesome/scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 344, ../sass/fontawesome/scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 348, ../sass/fontawesome/scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 351, ../sass/fontawesome/scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 353, ../sass/fontawesome/scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 355, ../sass/fontawesome/scss/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 356, ../sass/fontawesome/scss/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 357, ../sass/fontawesome/scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 358, ../sass/fontawesome/scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 359, ../sass/fontawesome/scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 360, ../sass/fontawesome/scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 361, ../sass/fontawesome/scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 362, ../sass/fontawesome/scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 363, ../sass/fontawesome/scss/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 364, ../sass/fontawesome/scss/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 365, ../sass/fontawesome/scss/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 366, ../sass/fontawesome/scss/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 367, ../sass/fontawesome/scss/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 368, ../sass/fontawesome/scss/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 369, ../sass/fontawesome/scss/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 370, ../sass/fontawesome/scss/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 371, ../sass/fontawesome/scss/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 372, ../sass/fontawesome/scss/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 373, ../sass/fontawesome/scss/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 374, ../sass/fontawesome/scss/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 375, ../sass/fontawesome/scss/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 376, ../sass/fontawesome/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 377, ../sass/fontawesome/scss/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 378, ../sass/fontawesome/scss/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 379, ../sass/fontawesome/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 380, ../sass/fontawesome/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 381, ../sass/fontawesome/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 382, ../sass/fontawesome/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 383, ../sass/fontawesome/scss/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 384, ../sass/fontawesome/scss/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 385, ../sass/fontawesome/scss/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 386, ../sass/fontawesome/scss/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 387, ../sass/fontawesome/scss/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 388, ../sass/fontawesome/scss/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 389, ../sass/fontawesome/scss/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 390, ../sass/fontawesome/scss/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 391, ../sass/fontawesome/scss/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 392, ../sass/fontawesome/scss/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 393, ../sass/fontawesome/scss/_icons.scss */
.fa-gittip:before {
  content: "";
}

/* line 394, ../sass/fontawesome/scss/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 395, ../sass/fontawesome/scss/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 396, ../sass/fontawesome/scss/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 397, ../sass/fontawesome/scss/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 398, ../sass/fontawesome/scss/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 399, ../sass/fontawesome/scss/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 400, ../sass/fontawesome/scss/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 401, ../sass/fontawesome/scss/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 402, ../sass/fontawesome/scss/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 403, ../sass/fontawesome/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 404, ../sass/fontawesome/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 405, ../sass/fontawesome/scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 407, ../sass/fontawesome/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 408, ../sass/fontawesome/scss/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 409, ../sass/fontawesome/scss/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 410, ../sass/fontawesome/scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 412, ../sass/fontawesome/scss/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
/* line 9, ../sass/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 16, ../sass/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 21, ../sass/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 82, ../sass/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 110, ../sass/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 151, ../sass/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 230, ../sass/_animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 269, ../sass/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 328, ../sass/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 390, ../sass/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 471, ../sass/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 556, ../sass/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 631, ../sass/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 704, ../sass/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 777, ../sass/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 850, ../sass/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 893, ../sass/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 938, ../sass/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 971, ../sass/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1004, ../sass/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1047, ../sass/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1062, ../sass/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1095, ../sass/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1128, ../sass/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1161, ../sass/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1194, ../sass/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1227, ../sass/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1260, ../sass/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1293, ../sass/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1326, ../sass/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1341, ../sass/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1370, ../sass/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1399, ../sass/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1428, ../sass/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1457, ../sass/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1486, ../sass/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1515, ../sass/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1544, ../sass/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1573, ../sass/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1652, ../sass/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1725, ../sass/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1798, ../sass/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 1843, ../sass/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 1890, ../sass/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1951, ../sass/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 1982, ../sass/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2025, ../sass/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2066, ../sass/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2107, ../sass/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2148, ../sass/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2189, ../sass/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2226, ../sass/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2263, ../sass/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2300, ../sass/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2337, ../sass/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2374, ../sass/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2447, ../sass/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 2482, ../sass/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2513, ../sass/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2542, ../sass/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2583, ../sass/_animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2624, ../sass/_animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2665, ../sass/_animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2706, ../sass/_animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
/* line 2743, ../sass/_animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2788, ../sass/_animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 2825, ../sass/_animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 2862, ../sass/_animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2907, ../sass/_animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 2938, ../sass/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2969, ../sass/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 3000, ../sass/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 3031, ../sass/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* line 3062, ../sass/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* line 3093, ../sass/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* line 3124, ../sass/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/* line 3155, ../sass/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 15, ../sass/screen.scss */
html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  background-color: #77aa1f;
  background-image: url('/themes/saddlecreek//images/bg.png?1416017148');
  background-repeat: repeat-y;
  background-position: 50%;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.5em;
}

/* line 31, ../sass/screen.scss */
.miniSurveyView td.question {
  text-align: right;
}

/* line 35, ../sass/screen.scss */
.nav-toggle {
  display: none;
}

/* line 38, ../sass/screen.scss */
ol {
  list-style-type: decimal;
}
/* line 40, ../sass/screen.scss */
ol li {
  margin: 10px 30px;
}

/* line 44, ../sass/screen.scss */
br {
  display: none;
}

/* line 48, ../sass/screen.scss */
table td {
  vertical-align: top;
}

/* line 52, ../sass/screen.scss */
.banner {
  background: #77aa1f url('/themes/saddlecreek//images/banner.png?1415847247') no-repeat;
  width: 1000px;
  height: 107px;
  text-indent: -9999px;
  display: block;
}

/* line 61, ../sass/screen.scss */
.formBlockSurveyTable td {
  padding-bottom: 8px;
}

/* line 66, ../sass/screen.scss */
strong {
  font-weight: bold;
}

/* line 70, ../sass/screen.scss */
h1 {
  font-size: 1.357em;
  font-weight: bold;
  margin: 10px 0;
}

/* line 75, ../sass/screen.scss */
h2 {
  font-size: 1.3em;
  margin: 10px 0;
  font-weight: bold;
}

/* line 80, ../sass/screen.scss */
h3 {
  font-size: 1.2em;
  margin: 10px 0;
  font-weight: bold;
}

/* line 86, ../sass/screen.scss */
h4 {
  font-weight: bold;
  font-size: 1em;
  margin: 8px 0;
}

/* line 91, ../sass/screen.scss */
p {
  margin-bottom: 8px;
}
/* line 93, ../sass/screen.scss */
p.emphasis {
  font-style: italic;
}

/* line 97, ../sass/screen.scss */
blockquote {
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1em;
  margin: 30px;
  font-family: 'Tangerine', cursive;
  color: #333;
  font-style: italic;
}

/* line 106, ../sass/screen.scss */
a {
  color: #fff;
  text-decoration: none;
}
/* line 109, ../sass/screen.scss */
a:hover {
  text-decoration: underline;
}

/* line 114, ../sass/screen.scss */
.wrapper {
  width: 1000px;
  margin: 0 auto;
}

/* line 118, ../sass/screen.scss */
nav {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: visible;
  background-color: #2d5401;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2d5401 0%, #1c3700 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d5401), color-stop(100%, #1c3700));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2d5401 0%, #1c3700 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2d5401 0%, #1c3700 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2d5401 0%, #1c3700 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2d5401 0%, #1c3700 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d5401', endColorstr='#1c3700',GradientType=0 );
  /* IE6-9 */
  height: 50px;
  width: 100%;
  border-top: 2px solid #AAD65B;
}
/* line 133, ../sass/screen.scss */
nav .nav {
  display: block;
  overflow: hidden;
  *zoom: 1;
  text-align: center;
  margin-top: 12px;
  overflow: visible;
}
/* line 139, ../sass/screen.scss */
nav .nav ul {
  display: none;
  position: absolute;
  top: 30px;
  left: -20px;
  background-color: #1c3700;
  z-index: 1000;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-box-shadow: 0px 4px 9px 0px #000000;
  -webkit-box-shadow: 0px 4px 9px 0px #000000;
  box-shadow: 0px 4px 9px 0px #000000;
  width: 120px;
}
/* line 149, ../sass/screen.scss */
nav .nav ul ~ a:after {
  content: '\u00BB';
}
/* line 156, ../sass/screen.scss */
nav .nav ul li {
  display: block;
  float: none;
  margin: 5px 0px;
}
/* line 165, ../sass/screen.scss */
nav .nav li {
  position: relative;
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  overflow: visible;
}
/* line 172, ../sass/screen.scss */
nav .nav li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875em;
  font-weight: bold;
  position: relative;
}
/* line 178, ../sass/screen.scss */
nav .nav li a:hover {
  text-decoration: underline;
}
/* line 180, ../sass/screen.scss */
nav .nav li a:hover:before {
  content: "\2022 ";
  text-decoration: none;
  position: absolute;
  color: #361C05;
  left: -10px;
}
/* line 191, ../sass/screen.scss */
nav .nav li.nav-selected a {
  color: #77aa1f;
}

/* line 198, ../sass/screen.scss */
.slide-show, .main-slide-show {
  height: 301px;
  width: 100%;
  position: relative;
}
/* line 202, ../sass/screen.scss */
.slide-show .cycle-overlay, .main-slide-show .cycle-overlay {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 19px;
  background-color: rgba(28, 55, 0, 0.75);
  text-shadow: 2px 2px 3px #000000;
  text-shadow: 2px 2px 3px 3px #000000;
  font-size: 1.75em;
  z-index: 999;
  color: #fff;
  padding: 15px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

/* line 218, ../sass/screen.scss */
.image-row {
  display: block;
  overflow: hidden;
  *zoom: 1;
}
/* line 221, ../sass/screen.scss */
.image-row.top {
  height: 108px;
  overflow: hidden;
}
/* line 225, ../sass/screen.scss */
.image-row a {
  display: block;
  text-decoration: none;
  width: 334px;
  height: 108px;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* line 234, ../sass/screen.scss */
.image-row a.amenities {
  background-image: url('/themes/saddlecreek//images/dnav_amenities.jpg?1415850538');
}
/* line 237, ../sass/screen.scss */
.image-row a.facilities {
  background-image: url('/themes/saddlecreek//images/dnav_facilities.jpg?1415850592');
  width: 330px;
}
/* line 241, ../sass/screen.scss */
.image-row a.about-us {
  background-image: url('/themes/saddlecreek//images/dnav_aboutus.jpg?1415850522');
}
/* line 244, ../sass/screen.scss */
.image-row a.floor-plans {
  background-image: url('/themes/saddlecreek//images/dnav_floorplans.jpg?1415850606');
  height: 119px;
}
/* line 248, ../sass/screen.scss */
.image-row a.applications {
  background-image: url('/themes/saddlecreek//images/dnav_application.jpg?1415850561');
  width: 330px;
  height: 119px;
}
/* line 253, ../sass/screen.scss */
.image-row a.contact-us {
  background-image: url('/themes/saddlecreek//images/dnav_contactus.jpg?1415850580');
  height: 119px;
}

/* line 259, ../sass/screen.scss */
.flash-mask {
  position: absolute;
  z-index: 999;
}

/* line 263, ../sass/screen.scss */
.footer {
  margin: 10px auto;
  font-size: 9px;
  width: 1000px;
  text-align: center;
}

/* line 270, ../sass/screen.scss */
.home-content {
  margin: 15px;
  font-size: .865em;
  margin-top: 30px;
}
/* line 274, ../sass/screen.scss */
.home-content a {
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
  color: #E3F8BE;
}
/* line 279, ../sass/screen.scss */
.home-content a:hover {
  text-decoration: none;
}
/* line 283, ../sass/screen.scss */
.home-content img {
  margin: 10px;
}

/* line 288, ../sass/screen.scss */
.main-content {
  color: #333;
  font-size: .865em;
  margin: 6px 11px 12px 12px;
  background-color: #fff;
  border-bottom: 4px solid #8ABC37;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-box-shadow: 0px 0px 9px 0px #000000;
  -webkit-box-shadow: 0px 0px 9px 0px #000000;
  box-shadow: 0px 0px 9px 0px #000000;
  padding: 15px;
  overflow: hidden;
  *zoom: 1;
}
/* line 298, ../sass/screen.scss */
.main-content table {
  width: 100%;
}
/* line 303, ../sass/screen.scss */
.main-content img {
  margin: 10px;
}
/* line 308, ../sass/screen.scss */
.main-content a {
  color: #361C05;
  text-decoration: underline;
}
/* line 311, ../sass/screen.scss */
.main-content a:hover {
  text-decoration: none;
}

/* line 319, ../sass/screen.scss */
.left-col,
.right-col {
  float: left;
  width: 48%;
}

/* line 324, ../sass/screen.scss */
.left-col {
  padding-right: 30px;
}

/* line 328, ../sass/screen.scss */
.address {
  background-color: #dff1df;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.4em;
}
/* line 333, ../sass/screen.scss */
.address .email {
  margin-top: 15px;
}

/* line 338, ../sass/screen.scss */
.action-links, .floor-plans {
  float: left;
}
/* line 340, ../sass/screen.scss */
.action-links img, .floor-plans img {
  margin: 0;
}

/* line 345, ../sass/screen.scss */
.action-links {
  width: 36%;
}

/* line 348, ../sass/screen.scss */
.right {
  float: right;
}

/* line 352, ../sass/screen.scss */
.left {
  float: left;
}

@media (max-width: 1000px) {
  /* line 357, ../sass/screen.scss */
  html, body {
    font-size: 90%;
  }

  /* line 360, ../sass/screen.scss */
  .right, .left {
    float: none;
  }

  /* line 364, ../sass/screen.scss */
  .main-content, .home-content {
    font-size: 1.1em;
  }
  /* line 365, ../sass/screen.scss */
  .main-content img, .home-content img {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    margin: 20px -0;
  }

  /* line 374, ../sass/screen.scss */
  .home-content a {
    color: #1c3700;
  }

  /* line 377, ../sass/screen.scss */
  nav {
    background-color: #fff;
    background-image: url('/themes/saddlecreek//images/SaddleCreek01.png?1416181139');
    -moz-box-shadow: 0px 0px 3px 0px #000000;
    -webkit-box-shadow: 0px 0px 3px 0px #000000;
    box-shadow: 0px 0px 3px 0px #000000;
    background-repeat: no-repeat;
    -moz-background-size: 167px 50px;
    -o-background-size: 167px 50px;
    -webkit-background-size: 167px 50px;
    background-size: 167px 50px;
    background-position: 50%;
    position: fixed;
    top: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 1010;
  }
  /* line 389, ../sass/screen.scss */
  nav .nav {
    background-color: #1c3700;
    text-align: left;
    max-width: 200px;
    position: fixed;
    display: none;
    top: 40px;
    padding: 10px;
    z-index: 1005;
    -moz-box-shadow: 0px 2px 2px 0px #000000;
    -webkit-box-shadow: 0px 2px 2px 0px #000000;
    box-shadow: 0px 2px 2px 0px #000000;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-animation-duration: 0.25s;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
  }
  /* line 401, ../sass/screen.scss */
  nav .nav li {
    display: block;
    float: none;
    padding: 5px 0;
  }
  /* line 405, ../sass/screen.scss */
  nav .nav li a {
    font-size: 1.3em;
  }
  /* line 410, ../sass/screen.scss */
  nav .nav li a:hover:before {
    content: '';
  }
  /* line 415, ../sass/screen.scss */
  nav .nav li ul {
    display: block;
    margin-left: 20px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
  }
  /* line 424, ../sass/screen.scss */
  nav .nav-toggle {
    display: block;
    text-decoration: none;
    color: #1c3700;
    font-size: 30px;
    margin-left: 10px;
    margin-top: 10px;
  }

  /* line 434, ../sass/screen.scss */
  .main-slide-show, .slide-show {
    height: auto;
    margin-top: 50px;
    width: 100%;
  }
  /* line 438, ../sass/screen.scss */
  .main-slide-show img, .slide-show img {
    width: 100%;
  }
  /* line 441, ../sass/screen.scss */
  .main-slide-show .cycle-overlay, .slide-show .cycle-overlay {
    right: 0;
    font-size: .875em;
    padding: 5px;
    bottom: 5px;
    top: auto;
  }

  /* line 450, ../sass/screen.scss */
  .main-content {
    margin: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  /* line 454, ../sass/screen.scss */
  .flash-mask {
    display: none;
  }

  /* line 457, ../sass/screen.scss */
  .wrapper, .footer {
    width: 100%;
  }

  /* line 460, ../sass/screen.scss */
  .slide-show {
    margin-top: 50px;
  }
  /* line 462, ../sass/screen.scss */
  .slide-show img {
    width: 100%;
  }

  /* line 466, ../sass/screen.scss */
  .banner {
    display: none;
  }

  /* line 470, ../sass/screen.scss */
  .image-row {
    display: none;
  }

  /* line 474, ../sass/screen.scss */
  .left-col, .right-col {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  /* line 479, ../sass/screen.scss */
  video {
    width: 100%;
    height: auto;
  }

  /* line 483, ../sass/screen.scss */
  .action-links, .floor-plans {
    float: none;
    width: 100%;
  }
}
