/*
Theme Name: Rui Laureano
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>rui-laureano</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rui-laureano
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 rui-laureano is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Web fonts
2.0 General Styles
3.0 Header
4.0 Banner
5.0 Contacts
6.0 Contact Us Form
7.0 Footer
8.0 Site Content
9.0 Map

--------------------------------------------------------------*/
/* Theme Variables */
/*--------------------------------------------------------------
1.0 Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Sizes
--------------------------------------------------------------*/
/* Theme Variables */
/*--------------------------------------------------------------
1.0 Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Sizes
--------------------------------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 32, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 52, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 65, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 75, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 87, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background: transparent;
}

/* line 95, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 107, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 115, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 124, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 133, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 142, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 151, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 159, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 182, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 190, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 201, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 209, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 219, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 227, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 250, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 264, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 275, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 288, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 300, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 309, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 320, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 332, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 344, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 355, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 368, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 377, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 388, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 397, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 406, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 417, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

@media print {
  /* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 15, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 20, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 24, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 29, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 34, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 44, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 49, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 53, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 67, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 72, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 76, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 83, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 95, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #428bca;
  text-decoration: none;
}
/* line 52, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
/* line 58, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 86, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 106, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 9, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
/* line 30, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
/* line 41, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 41px;
}

/* line 48, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 34px;
}

/* line 49, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 28px;
}

/* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 20px;
}

/* line 51, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 16px;
}

/* line 52, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 14px;
}

/* line 58, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 11px;
}

/* line 62, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 24px;
  }
}

/* line 78, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 87%;
}

/* line 84, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 88, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 95, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 96, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 97, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 98, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 99, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 102, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 103, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 104, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 107, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #428bca;
}

/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #3071a9;
}

/* line 5, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 124, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #428bca;
}

/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #3071a9;
}

/* line 5, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 143, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

/* line 154, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
/* line 158, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 173, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  margin-left: -5px;
}
/* line 177, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 22px;
}

/* line 189, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 241, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
/* line 250, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 300, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 10, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 10, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 77, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 84, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
}

/* line 115, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 53, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 102, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
/* line 104, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #777777;
}
/* line 105, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #777777;
}
/* line 141, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 165, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 178, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.42857 \0;
}
/* line 186, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control {
  line-height: 33px;
}
/* line 189, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control {
  line-height: 49px;
}

/* line 200, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 209, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 217, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 224, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 233, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 239, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 248, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 260, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 269, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 279, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 291, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 298, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control {
  padding-left: 0;
  padding-right: 0;
}

/* line 67, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 75, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .form-horizontal .form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

/* line 80, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 67, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .form-horizontal .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 75, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .form-horizontal .form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

/* line 80, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 320, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 325, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 45px;
}

/* line 330, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

/* line 341, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

/* line 346, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
/* line 17, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 27, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 33, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
/* line 17, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 27, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 33, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
/* line 17, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 27, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 33, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 365, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 375, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 400, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 407, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 413, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 417, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 425, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 429, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 437, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 444, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 448, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 458, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 475, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 485, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
/* line 491, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 498, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 509, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  /* line 520, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  /* line 530, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 10, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 9, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 22, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 27, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 31, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 40, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 45, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 57, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 60, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 63, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 66, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

/* line 7, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
/* line 39, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a {
  color: inherit;
}

/* line 45, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 59, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group {
  margin-bottom: 0;
}
/* line 62, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 69, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 76, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 85, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 89, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 99, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 105, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 112, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 116, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 124, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 131, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 135, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 142, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
/* line 146, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 150, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 157, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 161, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 170, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 179, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 186, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 198, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 22px;
}
/* line 202, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 205, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 210, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 212, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
/* line 216, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 218, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 226, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 229, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #428bca;
}
/* line 6, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
/* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
/* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
/* line 20, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

/* line 232, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 235, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 238, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 241, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 6, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 29, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 38, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 85, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
/* line 18, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 31, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 49, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 54, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 59, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 68, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 87, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 106, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 150, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 150, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 157, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 157, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 164, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 164, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/*--------------------------------------------------------------
1.0 Web Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "Hackman-Regular";
  src: url('fonts/hackman/2A57A1_4_0.eot?&1395421410#iefix');
  src: url('fonts/hackman/2A57A1_4_0.eot?&1395421410#iefix?#iefix') format('embedded-opentype'), url('fonts/hackman/2A57A1_4_0.woff?1395421410') format('woff'), url('fonts/hackman/2A57A1_4_0.eot?1395421410') format('embedded-opentype'), url('fonts/hackman/2A57A1_4_0.ttf?1395421410') format('truetype');
}
@font-face {
  font-family: "Hackman-Bold";
  src: url('fonts/hackman/2A57A1_1_0.eot?&1395421406#iefix');
  src: url('fonts/hackman/2A57A1_1_0.eot?&1395421406#iefix?#iefix') format('embedded-opentype'), url('fonts/hackman/2A57A1_1_0.woff?1395421406') format('woff'), url('fonts/hackman/2A57A1_1_0.eot?1395421406') format('embedded-opentype'), url('fonts/hackman/2A57A1_1_0.ttf?1395421406') format('truetype');
}
/*--------------------------------------------------------------
2.0 General Styles
--------------------------------------------------------------*/
/* line 50, sass/style.scss */
body {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
/* line 51, sass/style.scss */
body:after {
  content: "small";
  display: none;
}
@media (min-width: 768px) {
  /* line 57, sass/style.scss */
  body:after {
    content: "medium";
  }
}
@media (min-width: 992px) {
  /* line 64, sass/style.scss */
  body:after {
    content: "large";
  }
}
/* line 68, sass/style.scss */
body.no-overflow {
  overflow-y: hidden;
}

/* line 73, sass/style.scss */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 74, sass/style.scss */
.search-submit {
  display: none;
}

/* line 75, sass/style.scss */
.content-hidden {
  display: none;
}

/* line 77, sass/style.scss */
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  height: 21px;
  width: 100%;
  background: url('images/ShadowLine_320px.png?1413898588') 50% 0 no-repeat;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 768px) {
  /* line 77, sass/style.scss */
  hr {
    background: url('images/ShadowLine_750px.png?1413898567') 0 0 no-repeat;
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 77, sass/style.scss */
  hr {
    background: url('images/ShadowLine_1000px.png?1413898535') 0 0 no-repeat;
    width: 1000px;
  }
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
/* line 100, sass/style.scss */
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* line 15, sass/_mixins.scss */
.skip-link:active, .skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 105, sass/style.scss */
.site-header {
  background-color: #151e2a;
  overflow: hidden;
  /* Medium devices (desktops, 992px and up) */
  /* === desktop language-toggle ===  */
  /* === desktop search ===  */
  /* === navigation ===  */
}
@media (min-width: 992px) {
  /* line 105, sass/style.scss */
  .site-header {
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding-bottom: 5px;
    margin-top: -5px;
  }
}
/* line 117, sass/style.scss */
.site-header .desktop-language-toggle {
  display: inline-block;
  padding: 0 30px;
  background: rgba(0, 0, 0, 0.4);
  margin-left: 19px;
  float: right;
  margin-top: 43px;
  background-repeat: no-repeat;
  background-position: right 3px;
}
/* line 127, sass/style.scss */
.site-header .desktop-language-toggle a {
  padding-right: 31px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  font-size: 10px;
  background: url('images/Seta_Branca.png?1414428311');
  background-repeat: no-repeat;
  background-position: 20px -3px;
  /*			&:after{
  				display: inline-block;
  				vertical-align: bottom;
  				font-family: 'Fontawesome';
  				-webkit-font-smoothing: antialiased;
  				content: '\f078';
  				font-style: normal;
  				margin-left: 15px;
  			}*/
}
/* line 152, sass/style.scss */
.site-header .desktop-search {
  height: 85px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* line 157, sass/style.scss */
.site-header .desktop-search .desktop-search-wrapper {
  float: right;
  position: relative;
  border-left: 4px solid #fff;
  height: 21px;
  margin-top: 43px;
  width: 30px;
  -webkit-transition: width, 0.2s;
  -o-transition: width, 0.2s;
  transition: width, 0.2s;
}
/* line 165, sass/style.scss */
.site-header .desktop-search .desktop-search-wrapper.active {
  width: 220px;
}
/* line 167, sass/style.scss */
.site-header .desktop-search .desktop-search-wrapper.active input[type="search"] {
  margin-right: 21px;
  background-color: #fff;
}
/* line 172, sass/style.scss */
.site-header .desktop-search .desktop-search-wrapper .desktop-search-toggle {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 21px;
  width: 21px;
  font-size: 12px;
  border: none;
  color: #fff;
  outline: 0;
}
/* line 184, sass/style.scss */
.site-header .desktop-search .desktop-search-wrapper form {
  width: 100%;
}
/* line 186, sass/style.scss */
.site-header .desktop-search .desktop-search-wrapper form label {
  width: 100%;
  margin-bottom: 0;
}
/* line 190, sass/style.scss */
.site-header .desktop-search .desktop-search-wrapper form .search-submit {
  display: none;
}
/* line 193, sass/style.scss */
.site-header .desktop-search .desktop-search-wrapper form input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  background-color: transparent;
  border: 0;
  height: 21px;
  line-height: 21px;
  padding-right: 21px;
  margin-right: 0;
  max-width: 220px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  float: right;
}
/* line 61, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
.site-header .desktop-search .desktop-search-wrapper form input[type="search"]:-moz-placeholder {
  color: #bfbfbf;
  font-size: 12px;
  font-style: italic;
}
/* line 64, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
.site-header .desktop-search .desktop-search-wrapper form input[type="search"]::-moz-placeholder {
  color: #bfbfbf;
  font-size: 12px;
  font-style: italic;
}
/* line 67, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
.site-header .desktop-search .desktop-search-wrapper form input[type="search"]:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 12px;
  font-style: italic;
}
/* line 56, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
.site-header .desktop-search .desktop-search-wrapper form input[type="search"]::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 12px;
  font-style: italic;
}
/* line 220, sass/style.scss */
.site-header .navbar {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 220, sass/style.scss */
  .site-header .navbar {
    background-color: rgba(0, 0, 0, 0.35);
  }
}
/* line 225, sass/style.scss */
.site-header .navbar .container {
  /* Phones */
  /* Tablets */
}
@media (max-width: 767px) {
  /* line 225, sass/style.scss */
  .site-header .navbar .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 225, sass/style.scss */
  .site-header .navbar .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 231, sass/style.scss */
.site-header .navbar .container .menu-toggle {
  width: 60px;
  height: 60px;
  border: none;
  background-color: transparent;
  color: white;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  padding: 0;
  float: left;
  outline: 0;
}
/* line 243, sass/style.scss */
.site-header .navbar .container .menu-toggle:hover {
  background-color: #fff;
  color: #151e2a;
}
/* line 247, sass/style.scss */
.site-header .navbar .container .menu-toggle.active {
  background-color: #fff;
  color: #151e2a;
}
/* line 251, sass/style.scss */
.site-header .navbar .container .menu-toggle i.fa {
  width: 60px;
  display: block;
}
/* line 254, sass/style.scss */
.site-header .navbar .container .mobile-language-toggle a {
  width: 60px;
  height: 60px;
  display: none;
  line-height: 60px;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  box-sizing: content-box;
}
/* line 271, sass/style.scss */
.site-header .navbar .container .site-branding {
  text-align: center;
  padding-top: 5px;
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 271, sass/style.scss */
  .site-header .navbar .container .site-branding {
    padding-top: 15px;
  }
}
/* line 280, sass/style.scss */
.site-header .navbar .container .mobile-search-toggle {
  width: 60px;
  height: 60px;
  border: none;
  background-color: transparent;
  color: white;
  font-weight: 700;
  font-size: 15px;
  float: right;
  /*				&:hover{
  					background-color: #fff;
  					color: $dark-blue;
  					i{border-left-color:$dark-blue;}
  				}*/
}
/* line 294, sass/style.scss */
.site-header .navbar .container .mobile-search-toggle.active {
  background-color: #fff;
  color: #151e2a;
}
/* line 297, sass/style.scss */
.site-header .navbar .container .mobile-search-toggle.active i {
  border-left-color: #151e2a;
}
/* line 299, sass/style.scss */
.site-header .navbar .container .mobile-search-toggle i {
  border-left: 3px solid #fff;
  padding-left: 5px;
}
/* line 304, sass/style.scss */
.site-header .navbar .container .mobile-search-box {
  display: none;
  padding: 16px 10px;
  position: relative;
  border-top: 2px solid #fff;
}
/* line 309, sass/style.scss */
.site-header .navbar .container .mobile-search-box form {
  width: 100%;
}
/* line 311, sass/style.scss */
.site-header .navbar .container .mobile-search-box form label {
  width: 100%;
  margin-bottom: 0;
}
/* line 315, sass/style.scss */
.site-header .navbar .container .mobile-search-box form .search-submit {
  display: none;
}
/* line 316, sass/style.scss */
.site-header .navbar .container .mobile-search-box form input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 26px;
  border: none;
  height: 30px;
  font-size: 12px;
}
/* line 61, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
.site-header .navbar .container .mobile-search-box form input[type="search"]:-moz-placeholder {
  color: #bfbfbf;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
/* line 64, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
.site-header .navbar .container .mobile-search-box form input[type="search"]::-moz-placeholder {
  color: #bfbfbf;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
/* line 67, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
.site-header .navbar .container .mobile-search-box form input[type="search"]:-ms-input-placeholder {
  color: #bfbfbf;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
/* line 56, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
.site-header .navbar .container .mobile-search-box form input[type="search"]::-webkit-input-placeholder {
  color: #bfbfbf;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
/* line 330, sass/style.scss */
.site-header .navbar .container .mobile-search-box i {
  position: absolute;
  top: 26px;
  left: 18px;
  font-size: 12px;
}
/* line 337, sass/style.scss */
.site-header .navbar .container .main-menu {
  display: none;
  border-top: 2px solid #fff;
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 337, sass/style.scss */
  .site-header .navbar .container .main-menu {
    display: block;
    border-top: none;
  }
}
/* line 345, sass/style.scss */
.site-header .navbar .container .main-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  /* Medium devices (desktops, 992px and up) */
}
/* line 11, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/lists/_bullets.scss */
.site-header .navbar .container .main-menu ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
@media (min-width: 992px) {
  /* line 345, sass/style.scss */
  .site-header .navbar .container .main-menu ul {
    float: right;
    margin: 0;
    padding: 0;
    border: 0;
  }
  /* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .site-header .navbar .container .main-menu ul:before, .site-header .navbar .container .main-menu ul:after {
    content: " ";
    display: table;
  }
  /* line 19, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .site-header .navbar .container .main-menu ul:after {
    clear: both;
  }
  /* line 49, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/lists/_inline-block-list.scss */
  .site-header .navbar .container .main-menu ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
  }
}
/* line 355, sass/style.scss */
.site-header .navbar .container .main-menu ul li {
  letter-spacing: 1px;
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 355, sass/style.scss */
  .site-header .navbar .container .main-menu ul li {
    letter-spacing: 0px;
    margin-right: 20px;
  }
  /* line 361, sass/style.scss */
  .site-header .navbar .container .main-menu ul li:last-child {
    margin-right: 0 !important;
  }
  /* line 363, sass/style.scss */
  .site-header .navbar .container .main-menu ul li.current_page_item a {
    border-bottom: 5px solid #fff;
  }
  /* line 365, sass/style.scss */
  .site-header .navbar .container .main-menu ul li.current_page_item a:hover {
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  /* line 355, sass/style.scss */
  .site-header .navbar .container .main-menu ul li {
    margin-right: 35px;
    letter-spacing: 1px;
  }
}
/* line 375, sass/style.scss */
.site-header .navbar .container .main-menu ul li a {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: block;
  height: 60px;
  width: 100%;
  line-height: 60px;
  text-align: center;
  border-bottom: 2px solid #fff;
  /* Medium devices (desktops, 992px and up) */
}
/* line 18, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
.site-header .navbar .container .main-menu ul li a:visited {
  color: #fff;
}
/* line 21, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
.site-header .navbar .container .main-menu ul li a:focus {
  color: #fff;
}
/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
.site-header .navbar .container .main-menu ul li a:hover {
  color: #151e2a;
}
/* line 27, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
.site-header .navbar .container .main-menu ul li a:active {
  color: #151e2a;
}
/* line 385, sass/style.scss */
.site-header .navbar .container .main-menu ul li a:hover {
  background-color: #fff;
}
@media (min-width: 992px) {
  /* line 375, sass/style.scss */
  .site-header .navbar .container .main-menu ul li a {
    height: 75px;
    line-height: 63px;
    position: relative;
    top: 5px;
    font-family: 'Hackman-Bold';
    font-size: 16px;
    border-bottom: none;
    text-decoration: none;
    color: #fff;
  }
  /* line 18, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
  .site-header .navbar .container .main-menu ul li a:visited {
    color: #fff;
  }
  /* line 21, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
  .site-header .navbar .container .main-menu ul li a:focus {
    color: #fff;
  }
  /* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
  .site-header .navbar .container .main-menu ul li a:hover {
    color: #fff;
  }
  /* line 27, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
  .site-header .navbar .container .main-menu ul li a:active {
    color: #fff;
  }
  /* line 399, sass/style.scss */
  .site-header .navbar .container .main-menu ul li a:hover {
    background-color: transparent;
    text-decoration: underline;
  }
}

/*--------------------------------------------------------------
4.0 Banner
--------------------------------------------------------------*/
/* line 416, sass/style.scss */
.banner {
  height: 270px;
  overflow: hidden;
  position: relative;
  background-color: #222222;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 416, sass/style.scss */
  .banner {
    height: 600px;
  }
}
/* line 428, sass/style.scss */
.banner .logo-wrapper {
  text-align: center;
  position: absolute;
  bottom: 35px;
  width: 100%;
}
/* line 434, sass/style.scss */
.banner .banner-message {
  margin-top: 85px;
  font-size: 31px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Hackman-Regular';
  /* Medium devices (desktops, 992px and up) */
}
/* line 440, sass/style.scss */
.banner .banner-message p {
  margin-bottom: 0;
}
/* line 443, sass/style.scss */
.banner .banner-message strong {
  font-family: 'Hackman-Bold';
}
@media (min-width: 992px) {
  /* line 434, sass/style.scss */
  .banner .banner-message {
    font-size: 50px;
    margin-top: 280px;
  }
}

/*--------------------------------------------------------------
5.0 Contacts
--------------------------------------------------------------*/
/* line 457, sass/style.scss */
.site-contacts {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
  font-weight: 300;
  /* Medium devices (desktops, 992px and up) */
  background-color: #151e2a;
  color: #fff;
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 457, sass/style.scss */
  .site-contacts {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  /* line 457, sass/style.scss */
  .site-contacts {
    background-color: transparent;
    padding-top: 105px;
    z-index: 1;
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  /* line 470, sass/style.scss */
  .site-contacts .container {
    width: 221px;
    padding-left: 0;
    padding-right: 0;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  /* line 470, sass/style.scss */
  .site-contacts .container {
    width: 494px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  /* line 470, sass/style.scss */
  .site-contacts .container {
    width: 660px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  /* line 470, sass/style.scss */
  .site-contacts .container {
    width: 660px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 470, sass/style.scss */
  .site-contacts .container {
    width: 221px;
    padding-left: 0;
    padding-right: 0;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  /* line 470, sass/style.scss */
  .site-contacts .container {
    width: 494px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  /* line 470, sass/style.scss */
  .site-contacts .container {
    width: 660px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
  /* line 470, sass/style.scss */
  .site-contacts .container {
    width: 660px;
  }
}

/* line 473, sass/style.scss */
.site-contacts .container .clip {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 473, sass/style.scss */
  .site-contacts .container .clip {
    max-width: 545px;
    padding-right: 0;
    cursor: auto;
  }
}
/* line 480, sass/style.scss */
.site-contacts .container .clip .contacts-wrapper {
  /* Medium devices (desktops, 992px and up) */
}
/* line 481, sass/style.scss */
.site-contacts .container .clip .contacts-wrapper p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  /* line 480, sass/style.scss */
  .site-contacts .container .clip .contacts-wrapper {
    background-color: rgba(0, 0, 0, 0.35);
    text-align: left;
    padding: 25px;
    max-width: 530px;
  }
}
/* line 489, sass/style.scss */
.site-contacts .container .clip .contacts-wrapper a {
  color: #fff;
}
/* line 18, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
.site-contacts .container .clip .contacts-wrapper a:visited {
  color: #fff;
}
/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
.site-contacts .container .clip .contacts-wrapper a:hover {
  color: #fff;
}
/* line 27, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
.site-contacts .container .clip .contacts-wrapper a:active {
  color: #fff;
}
/* line 490, sass/style.scss */
.site-contacts .container .clip .contacts-wrapper .label {
  font-weight: 700;
}
/* line 491, sass/style.scss */
.site-contacts .container .clip .contacts-wrapper .sep {
  display: block;
  border-bottom: 1px solid #fff;
  width: 40px;
  margin: 15px auto 25px auto;
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 491, sass/style.scss */
  .site-contacts .container .clip .contacts-wrapper .sep {
    margin-left: 0;
  }
}
/* line 501, sass/style.scss */
.site-contacts .container .clip .contacts-wrapper ul {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 25px;
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 768px) {
  /* line 501, sass/style.scss */
  .site-contacts .container .clip .contacts-wrapper ul {
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 25px;
  }
  /* line 14, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .site-contacts .container .clip .contacts-wrapper ul:before, .site-contacts .container .clip .contacts-wrapper ul:after {
    content: " ";
    display: table;
  }
  /* line 19, bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .site-contacts .container .clip .contacts-wrapper ul:after {
    clear: both;
  }
  /* line 49, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/lists/_inline-block-list.scss */
  .site-contacts .container .clip .contacts-wrapper ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
  }
}
/* line 510, sass/style.scss */
.site-contacts .container .clip .contacts-wrapper ul li {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 768px) {
  /* line 510, sass/style.scss */
  .site-contacts .container .clip .contacts-wrapper ul li {
    margin-right: 5px;
  }
  /* line 514, sass/style.scss */
  .site-contacts .container .clip .contacts-wrapper ul li:after {
    margin-left: 5px;
    content: '|';
  }
  /* line 518, sass/style.scss */
  .site-contacts .container .clip .contacts-wrapper ul li:last-child {
    margin-right: 0;
  }
  /* line 520, sass/style.scss */
  .site-contacts .container .clip .contacts-wrapper ul li:last-child:after {
    content: '';
  }
}
@media (min-width: 992px) {
  /* line 527, sass/style.scss */
  .site-contacts .container .clip .contacts-wrapper ul li:after {
    content: '/';
  }
}
/* line 531, sass/style.scss */
.site-contacts .container .clip .contacts-wrapper p.last {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
6.0 Contact Us Form
--------------------------------------------------------------*/
/* line 541, sass/style.scss */
.site-contactus {
  margin-top: 10px;
  background-color: #151e2a;
  color: #fff;
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 541, sass/style.scss */
  .site-contactus {
    background-color: transparent;
    z-index: 1;
    position: relative;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  /* line 556, sass/style.scss */
  .site-contactus .form-toggle-wrapper .container {
    width: 221px;
    padding-left: 0;
    padding-right: 0;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  /* line 556, sass/style.scss */
  .site-contactus .form-toggle-wrapper .container {
    width: 494px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  /* line 556, sass/style.scss */
  .site-contactus .form-toggle-wrapper .container {
    width: 660px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  /* line 556, sass/style.scss */
  .site-contactus .form-toggle-wrapper .container {
    width: 660px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 556, sass/style.scss */
  .site-contactus .form-toggle-wrapper .container {
    width: 221px;
    padding-left: 0;
    padding-right: 0;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  /* line 556, sass/style.scss */
  .site-contactus .form-toggle-wrapper .container {
    width: 494px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  /* line 556, sass/style.scss */
  .site-contactus .form-toggle-wrapper .container {
    width: 660px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
  /* line 556, sass/style.scss */
  .site-contactus .form-toggle-wrapper .container {
    width: 660px;
  }
}

/* line 559, sass/style.scss */
.site-contactus .form-toggle-wrapper .container button.form-toggle {
  outline: 0;
  height: 37px;
  line-height: 37px;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  width: 100%;
  display: block;
  background: url('images/Seta_Branca_Right.png?1414449608');
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: 700;
  /* Medium devices (desktops, 992px and up) */
  /*				&:after{
  					display: inline-block;
  					//padding-left: 10px;
  					width:20px;
  					vertical-align: middle;
  					font-family: 'Fontawesome';
  					font-size: 12px;
  					-webkit-font-smoothing: antialiased;
  					content: '\f054';
  					float: right;
  				}*/
}
@media (min-width: 992px) {
  /* line 559, sass/style.scss */
  .site-contactus .form-toggle-wrapper .container button.form-toggle {
    background-color: rgba(0, 0, 0, 0.35);
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    background-position: 185px center;
    width: 225px;
    height: 40px;
    margin-bottom: 90px;
  }
}
/* line 584, sass/style.scss */
.site-contactus .form-toggle-wrapper .container button.form-toggle:hover {
  text-decoration: underline;
}
/* line 598, sass/style.scss */
.site-contactus .form-toggle-wrapper .container button.form-toggle.active {
  background: url('images/Seta_Branca.png?1414428311');
  background-repeat: no-repeat;
  background-position: right center;
  /* Medium devices (desktops, 992px and up) */
  /*					&:after{
  						content:'\f078';
  					}*/
}
@media (min-width: 992px) {
  /* line 598, sass/style.scss */
  .site-contactus .form-toggle-wrapper .container button.form-toggle.active {
    background: rgba(0, 0, 0, 0.35) url('images/Seta_Branca.png?1414428311');
    background-repeat: no-repeat;
    background-position: 185px center;
  }
}
/* line 617, sass/style.scss */
.site-contactus .form-wrapper {
  display: none;
  border-top: 2px solid #fff;
  padding: 35px 0;
  text-align: center;
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 617, sass/style.scss */
  .site-contactus .form-wrapper {
    border-top: none;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 60px 0;
    margin-top: -90px;
  }
}
/* line 630, sass/style.scss */
.site-contactus .form-wrapper form .container {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 630, sass/style.scss */
  .site-contactus .form-wrapper form .container {
    max-width: 660px;
  }
}
/* line 635, sass/style.scss */
.site-contactus .form-wrapper form .container .form-group {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 635, sass/style.scss */
  .site-contactus .form-wrapper form .container .form-group {
    margin-bottom: 30px;
  }
}
/* line 642, sass/style.scss */
.site-contactus .form-wrapper form .container label, .site-contactus .form-wrapper form .container label.control-label {
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 642, sass/style.scss */
  .site-contactus .form-wrapper form .container label, .site-contactus .form-wrapper form .container label.control-label {
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
/* line 653, sass/style.scss */
.site-contactus .form-wrapper form .container .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
/* line 657, sass/style.scss */
.site-contactus .form-wrapper form .container select.form-control {
  border: 0;
  color: #fff;
  background-color: #3f4a59;
}
/* line 662, sass/style.scss */
.site-contactus .form-wrapper form .container textarea {
  width: 100%;
}
/* line 663, sass/style.scss */
.site-contactus .form-wrapper form .container p.meta-text {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 40px;
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 663, sass/style.scss */
  .site-contactus .form-wrapper form .container p.meta-text {
    text-align: left;
    margin-left: 15px;
    margin-top: -10px;
  }
}
/* line 674, sass/style.scss */
.site-contactus .form-wrapper form .container .sendCopy {
  /* Medium devices (desktops, 992px and up) */
}
/* line 675, sass/style.scss */
.site-contactus .form-wrapper form .container .sendCopy input[type="checkbox"] {
  margin-right: 5px;
}
@media (min-width: 992px) {
  /* line 674, sass/style.scss */
  .site-contactus .form-wrapper form .container .sendCopy {
    width: 100%;
    text-align: left;
    margin-left: 15px;
    font-size: 12px;
    line-height: 40px;
    margin-bottom: 0;
  }
  /* line 686, sass/style.scss */
  .site-contactus .form-wrapper form .container .sendCopy input[type="checkbox"] {
    margin-right: 10px;
  }
}
/* line 691, sass/style.scss */
.site-contactus .form-wrapper form .container .btn-submit, .site-contactus .form-wrapper form .container .btn-cancel {
  display: block;
  border: none;
  background-color: #3f4a59;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  margin-top: 24px;
  width: 120px;
  float: right;
  font-size: 12px;
  font-weight: 700;
  /* Medium devices (desktops, 992px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 691, sass/style.scss */
  .site-contactus .form-wrapper form .container .btn-submit, .site-contactus .form-wrapper form .container .btn-cancel {
    margin-top: 0;
  }
}
/* line 708, sass/style.scss */
.site-contactus .form-wrapper form .container .btn-submit:hover, .site-contactus .form-wrapper form .container .btn-cancel:hover {
  background-color: #f3f3f4;
  color: #151e2a;
  text-decoration: underline;
}
@media (min-width: 992px) {
  /* line 691, sass/style.scss */
  .site-contactus .form-wrapper form .container .btn-submit, .site-contactus .form-wrapper form .container .btn-cancel {
    width: 100%;
    font-size: 12px;
  }
}
/* line 719, sass/style.scss */
.site-contactus .form-wrapper form .container .btn-cancel {
  float: left;
  background-color: #a81e2a;
}
/* line 722, sass/style.scss */
.site-contactus .form-wrapper form .container .btn-cancel:hover {
  color: #a81e2a;
}

/*--------------------------------------------------------------
7.0 Footer
--------------------------------------------------------------*/
/* line 735, sass/style.scss */
.site-footer {
  padding-top: 24px;
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 735, sass/style.scss */
  .site-footer {
    padding: 17px 0;
    margin-top: -30px;
    position: relative;
    background-color: #fff;
    z-index: 1;
  }
}
/* line 745, sass/style.scss */
.site-footer .site-socials {
  text-align: center;
  font-size: 12px;
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 745, sass/style.scss */
  .site-footer .site-socials {
    text-align: right;
  }
  /* line 751, sass/style.scss */
  .site-footer .site-socials p {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
/* line 756, sass/style.scss */
.site-footer .site-socials .menu-items {
  list-style-type: none;
}
/* line 6, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/lists/_inline-list.scss */
.site-footer .site-socials .menu-items, .site-footer .site-socials .menu-items li {
  margin: 0;
  padding: 0;
  display: inline;
}
/* line 758, sass/style.scss */
.site-footer .site-socials .menu-items li {
  margin-right: 10px;
}
/* line 760, sass/style.scss */
.site-footer .site-socials .menu-items li:last-child {
  margin-right: 0;
}
/* line 763, sass/style.scss */
.site-footer .site-socials .menu-items li a {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-color: #000;
  /* Medium devices (desktops, 992px and up) */
}
/* line 768, sass/style.scss */
.site-footer .site-socials .menu-items li a:before {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
  font-family: 'Fontawesome';
  font-size: 20px;
  line-height: 33px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  content: '\f0c0';
}
@media (min-width: 992px) {
  /* line 763, sass/style.scss */
  .site-footer .site-socials .menu-items li a {
    width: 16px;
    height: 16px;
  }
  /* line 783, sass/style.scss */
  .site-footer .site-socials .menu-items li a:before {
    line-height: 16px;
    font-size: 12px;
  }
}
/* line 789, sass/style.scss */
.site-footer .site-socials .menu-items li a[href*="facebook.com"] {
  background-color: #1e4387;
}
/* line 791, sass/style.scss */
.site-footer .site-socials .menu-items li a[href*="facebook.com"]::before {
  content: '\f09a';
}
/* line 793, sass/style.scss */
.site-footer .site-socials .menu-items li a[href*="twitter.com"] {
  background-color: #29a9e1;
}
/* line 795, sass/style.scss */
.site-footer .site-socials .menu-items li a[href*="twitter.com"]::before {
  content: '\f099';
}
/* line 797, sass/style.scss */
.site-footer .site-socials .menu-items li a[href*="plus.google.com"] {
  background-color: #d44a2c;
}
/* line 799, sass/style.scss */
.site-footer .site-socials .menu-items li a[href*="plus.google.com"]::before {
  content: '\f0d5';
}
/* line 801, sass/style.scss */
.site-footer .site-socials .menu-items li a[href*="linkedin.com"] {
  background-color: #14689c;
}
/* line 803, sass/style.scss */
.site-footer .site-socials .menu-items li a[href*="linkedin.com"]::before {
  content: '\f0e1';
}
/* line 805, sass/style.scss */
.site-footer .site-socials .menu-items li a[href*="digg.com"] {
  background-color: #195993;
}
/* line 807, sass/style.scss */
.site-footer .site-socials .menu-items li a[href*="digg.com"]::before {
  content: '\f1a6';
}
/* line 813, sass/style.scss */
.site-footer .site-copyright {
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 768px) {
  /* line 813, sass/style.scss */
  .site-footer .site-copyright {
    text-align: center;
  }
  /* line 820, sass/style.scss */
  .site-footer .site-copyright p {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  /* line 813, sass/style.scss */
  .site-footer .site-copyright {
    padding: 0;
    text-align: left;
  }
}
/* line 830, sass/style.scss */
.site-footer .site-copyright p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
8.0 Site Content
--------------------------------------------------------------*/
/* line 837, sass/style.scss */
.site-content {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 837, sass/style.scss */
  .site-content {
    margin-top: -160px;
  }
}

/*--------------------------------------------------------------
9.0 Map
--------------------------------------------------------------*/
/* line 847, sass/style.scss */
.map-wrapper {
  position: relative;
}
/* line 849, sass/style.scss */
.map-wrapper #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
10.0 Modals
--------------------------------------------------------------*/
/* line 864, sass/style.scss */
.modal .modal-dialog.modal-lg {
  width: 1000px;
}
/* line 867, sass/style.scss */
.modal .modal-dialog .modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 869, sass/style.scss */
.modal .modal-dialog .modal-content .modal-header {
  position: relative;
  background-color: #151e2a;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 877, sass/style.scss */
.modal .modal-dialog .modal-content .modal-header .close {
  display: none;
  /*position: absolute;
  right: 15px;
  border:none;
  background-color: transparent;*/
}
/* line 884, sass/style.scss */
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 700;
}
/* line 888, sass/style.scss */
.modal .modal-dialog .modal-content .modal-body {
  font-size: 14px;
  padding: 10px 40px 20px;
}
/* line 891, sass/style.scss */
.modal .modal-dialog .modal-content .modal-body h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 896, sass/style.scss */
.modal .modal-dialog .modal-content .modal-body hr {
  background: url('images/ShadowLine_1000px.png?1413898535');
  background-position: 0 0;
  background-repeat: no-repeat;
}
/* line 903, sass/style.scss */
.modal .modal-dialog .modal-content .modal-body ul {
  padding-left: 20px;
}

/*--------------------------------------------------------------
11.0 404 Error
--------------------------------------------------------------*/
/* line 914, sass/style.scss */
.error-404 {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
  font-weight: 300;
  /* Medium devices (desktops, 992px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 914, sass/style.scss */
  .error-404 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  /* line 914, sass/style.scss */
  .error-404 {
    padding-top: 0;
    padding-bottom: 85px;
  }
}
/* line 921, sass/style.scss */
.error-404 .desktop-room {
  display: none;
  background-color: #151e2a;
  height: 160px;
  margin-bottom: 85px;
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 921, sass/style.scss */
  .error-404 .desktop-room {
    display: block;
  }
}
/* line 929, sass/style.scss */
.error-404 .container {
  width: 221px;
  padding-left: 0;
  padding-right: 0;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  /* line 929, sass/style.scss */
  .error-404 .container {
    width: 494px;
  }
}
@media (min-width: 992px) {
  /* line 929, sass/style.scss */
  .error-404 .container {
    width: 660px;
  }
}
@media (min-width: 1200px) {
  /* line 929, sass/style.scss */
  .error-404 .container {
    width: 660px;
  }
}
/* line 931, sass/style.scss */
.error-404 .container .section-title {
  text-align: center;
  font-family: "Hackman-Bold", sans-serif;
  font-size: 30px;
  margin: 0;
  /* Medium devices (desktops, 992px and up) */
  font-size: 80px;
  /* Small devices (tablets, 768px and up) */
}
/* line 41, sass/_mixins.scss */
.error-404 .container .section-title:after {
  content: url('images/48x48.png?1412953356');
  display: block;
  height: 48px;
  margin: 0 0 11px 0;
}
@media (min-width: 992px) {
  /* line 931, sass/style.scss */
  .error-404 .container .section-title {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  /* line 931, sass/style.scss */
  .error-404 .container .section-title {
    font-size: 120px;
  }
}
/* line 936, sass/style.scss */
.error-404 .container .section-title:after {
  height: auto;
  margin-top: -24px;
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 768px) {
  /* line 936, sass/style.scss */
  .error-404 .container .section-title:after {
    margin-top: -48px;
  }
}
/* line 942, sass/style.scss */
.error-404 .container .section-title + p {
  font-size: 14px;
  font-weight: 700;
}
/* line 945, sass/style.scss */
.error-404 .container .section-title + p a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  text-decoration: underline;
}
/* line 6, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_unstyled-link.scss */
.error-404 .container .section-title + p a:active, .error-404 .container .section-title + p a:focus {
  outline: none;
}

/*--------------------------------------------------------------
12.0 Search Results Page
--------------------------------------------------------------*/
/* line 961, sass/style.scss */
body.search-results .banner,
body.search-no-results .banner {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 961, sass/style.scss */
  body.search-results .banner,
  body.search-no-results .banner {
    height: 300px;
  }
}
/* line 965, sass/style.scss */
body.search-results section.search-results,
body.search-no-results section.search-results {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
  font-weight: 300;
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  /* line 965, sass/style.scss */
  body.search-results section.search-results,
  body.search-no-results section.search-results {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* line 967, sass/style.scss */
body.search-results section.search-results .container,
body.search-no-results section.search-results .container {
  width: 221px;
  padding-left: 0;
  padding-right: 0;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  /* line 967, sass/style.scss */
  body.search-results section.search-results .container,
  body.search-no-results section.search-results .container {
    width: 494px;
  }
}
@media (min-width: 992px) {
  /* line 967, sass/style.scss */
  body.search-results section.search-results .container,
  body.search-no-results section.search-results .container {
    width: 660px;
  }
}
@media (min-width: 1200px) {
  /* line 967, sass/style.scss */
  body.search-results section.search-results .container,
  body.search-no-results section.search-results .container {
    width: 660px;
  }
}
/* line 969, sass/style.scss */
body.search-results section.search-results .container .section-title,
body.search-no-results section.search-results .container .section-title {
  text-align: center;
  font-family: "Hackman-Bold", sans-serif;
  font-size: 30px;
  margin: 0;
  /* Medium devices (desktops, 992px and up) */
}
/* line 41, sass/_mixins.scss */
body.search-results section.search-results .container .section-title:after,
body.search-no-results section.search-results .container .section-title:after {
  content: url('images/48x48.png?1412953356');
  display: block;
  height: 48px;
  margin: 0 0 11px 0;
}
@media (min-width: 992px) {
  /* line 969, sass/style.scss */
  body.search-results section.search-results .container .section-title,
  body.search-no-results section.search-results .container .section-title {
    font-size: 40px;
  }
}
/* line 971, sass/style.scss */
body.search-results section.search-results .container .section-title span,
body.search-no-results section.search-results .container .section-title span {
  text-transform: uppercase;
}
/* line 973, sass/style.scss */
body.search-results section.search-results .container article,
body.search-no-results section.search-results .container article {
  text-align: left;
}
/* line 975, sass/style.scss */
body.search-results section.search-results .container article .entry-title,
body.search-no-results section.search-results .container article .entry-title {
  font-size: 18px;
  font-weight: 700;
}
/* line 978, sass/style.scss */
body.search-results section.search-results .container article .entry-title a,
body.search-no-results section.search-results .container article .entry-title a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  text-decoration: underline;
}
/* line 6, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_unstyled-link.scss */
body.search-results section.search-results .container article .entry-title a:active, body.search-results section.search-results .container article .entry-title a:focus,
body.search-no-results section.search-results .container article .entry-title a:active,
body.search-no-results section.search-results .container article .entry-title a:focus {
  outline: none;
}
/* line 983, sass/style.scss */
body.search-results section.search-results .container article .entry-summary,
body.search-no-results section.search-results .container article .entry-summary {
  font-size: 13px;
}
/* line 988, sass/style.scss */
body.search-results section.search-results .container .no-results .entry-title,
body.search-no-results section.search-results .container .no-results .entry-title {
  font-size: 18px;
  font-weight: 700;
}

/*--------------------------------------------------------------
13.0 loading Layer
--------------------------------------------------------------*/
/* line 1001, sass/style.scss */
#loadingLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

/*--------------------------------------------------------------
14.0 Notifications Modal
--------------------------------------------------------------*/
/* line 1015, sass/style.scss */
#notificationsModal .modal-body {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 40px 32px 0;
}
/* line 1022, sass/style.scss */
#notificationsModal .modal-footer {
  padding: 40px 32px;
  border-top: none;
}
/* line 1025, sass/style.scss */
#notificationsModal .modal-footer button {
  height: 40px;
  line-height: 40px;
  border: 0;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #151e2a;
  color: #fff;
  text-transform: uppercase;
}
/* line 1035, sass/style.scss */
#notificationsModal .modal-footer button:hover {
  background-color: #f3f3f4;
  color: #151e2a;
  text-decoration: underline;
}
