@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(//fonts.googleapis.com/css?family=PT+Serif:400,600,700);
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5625;
  color: #505050;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #a93529;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #6b221a;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 5px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5625;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #cfcfcf;
}
hr.thin {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.content {
  padding-top: 25px;
  padding-bottom: 25px;
}
.content-alt {
  background-color: #f6f6f6;
}
.row-spaced {
  margin-top: 25px;
}
.row-spaced-small {
  margin-top: 12.5px;
}
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "PT Serif", serif;
  font-weight: 500;
  line-height: 1.1;
  color: #252525;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #a4a4a4;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 70%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 90%;
  color: #7a7a7a;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #a4a4a4;
}
.text-primary {
  color: #a93529;
}
a.text-primary:hover {
  color: #80281f;
}
.text-success {
  color: #285d28;
}
a.text-success:hover {
  color: #183a18;
}
.text-info {
  color: #263873;
}
a.text-info:hover {
  color: #1a264c;
}
.text-warning {
  color: #c67605;
}
a.text-warning:hover {
  color: #945904;
}
.text-danger {
  color: #ae2d05;
}
a.text-danger:hover {
  color: #7d2003;
}
.text-serif {
  font-family: "PT Serif", serif;
}
.text-sans-serif {
  font-family: "Open Sans", sans-serif;
}
.text-centered {
  text-align: center;
}
.bg-primary {
  color: #fff;
  background-color: #a93529;
}
a.bg-primary:hover {
  background-color: #80281f;
}
.bg-success {
  background-color: #f1f9f1;
}
a.bg-success:hover {
  background-color: #cdeacd;
}
.bg-info {
  background-color: #f4f5fb;
}
a.bg-info:hover {
  background-color: #cdd5ee;
}
.bg-warning {
  background-color: #fef4e5;
}
a.bg-warning:hover {
  background-color: #fddfb3;
}
.bg-danger {
  background-color: #feece7;
}
a.bg-danger:hover {
  background-color: #fdc6b5;
}
.page-header,
.template-section-header {
  padding-bottom: 11.5px;
  margin: 25px 0 25px;
  border-bottom: 1px solid #cfcfcf;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.5625;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #a4a4a4;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 18px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  border-left: 5px solid #cfcfcf;
}
blockquote:before {
  content: open-quote;
  font-size: 54px;
  color: #cfcfcf;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  line-height: 0.1em;
}
blockquote p {
  display: inline;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5625;
  color: #7a7a7a;
  padding-top: 12.5px;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #cfcfcf;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.5625;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5625;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #f1f9f1;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #dff1df;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #f4f5fb;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #e0e5f5;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fef4e5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fee9cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #feece7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #fed9ce;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: inherit;
  color: #505050;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
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;
}
output {
  display: block;
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.5625;
  color: #7a7a7a;
}
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 5px 16px;
  font-size: 16px;
  line-height: 1.5625;
  color: #7a7a7a;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #a4a4a4;
}
.form-control::-webkit-input-placeholder {
  color: #a4a4a4;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #cfcfcf;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 37px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 46.25px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}
.has-feedback-left {
  position: relative;
}
.has-feedback-left .form-control {
  padding-left: 37px;
}
.has-feedback-left .form-control-feedback-left {
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #285d28;
}
.has-success .form-control {
  border-color: #285d28;
  -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);
}
.has-success .form-control:focus {
  border-color: #183a18;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #46a546;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #46a546;
}
.has-success .input-group-addon {
  color: #285d28;
  border-color: #285d28;
  background-color: #f1f9f1;
}
.has-success .form-control-feedback {
  color: #285d28;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c67605;
}
.has-warning .form-control {
  border-color: #c67605;
  -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);
}
.has-warning .form-control:focus {
  border-color: #945904;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #faa937;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #faa937;
}
.has-warning .input-group-addon {
  color: #c67605;
  border-color: #c67605;
  background-color: #fef4e5;
}
.has-warning .form-control-feedback {
  color: #c67605;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ae2d05;
}
.has-error .form-control {
  border-color: #ae2d05;
  -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);
}
.has-error .form-control:focus {
  border-color: #7d2003;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f95420;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f95420;
}
.has-error .input-group-addon {
  color: #ae2d05;
  border-color: #ae2d05;
  background-color: #feece7;
}
.has-error .form-control-feedback {
  color: #ae2d05;
}
.form-control.ng-dirty.ng-invalid:not(:focus) {
  border-color: #ae2d05;
  -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);
}
.form-control.ng-dirty.ng-invalid:not(:focus):focus {
  border-color: #7d2003;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f95420;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f95420;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #909090;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 6px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.form-horizontal .has-feedback-left .form-control-feedback-left {
  top: 0;
  left: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  padding: 4px 16px 5px;
  font-size: 16px;
  line-height: 1.5625;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.checked,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #a93529;
  border-color: #80281f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.checked,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #882b21;
  border-color: #4f1913;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #a93529;
  border-color: #80281f;
}
.btn-primary .badge {
  color: #a93529;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #46a546;
  border-color: #378137;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.checked,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #3a883a;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #46a546;
  border-color: #378137;
}
.btn-success .badge {
  color: #46a546;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #405ebf;
  border-color: #2d4286;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.checked,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #364fa0;
  border-color: #1d2b58;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #405ebf;
  border-color: #2d4286;
}
.btn-info .badge {
  color: #405ebf;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f89406;
  border-color: #c67605;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.checked,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d07c05;
  border-color: #8a5303;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f89406;
  border-color: #c67605;
}
.btn-warning .badge {
  color: #f89406;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #e03a06;
  border-color: #ae2d05;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.checked,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #b83005;
  border-color: #731e03;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e03a06;
  border-color: #ae2d05;
}
.btn-danger .badge {
  color: #e03a06;
  background-color: #ffffff;
}
.btn-link {
  color: #a93529;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #6b221a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #a4a4a4;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 9px 16px 10px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 5px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 10px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 0px 5px 1px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.card {
  background-color: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  padding: 25px;
}
.card .page-header {
  margin: 0 0 1.5625rem;
}
.card .page-header h1,
.card .page-header h2,
.card .page-header h3 {
  margin-top: 0;
}
.card > .container-fluid {
  padding: 0;
}
.card .card-header {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.card .card-header h2 {
  margin: 0;
}
.card-thin {
  padding: 12.5px;
}
.card-group .card {
  margin: 25px -15px 0 -15px;
  border-radius: 0;
}
.card-group .card.card-highlighted {
  position: relative;
  z-index: 1;
  margin-top: 0;
  border-radius: 3px;
}
.card-group .card.card-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.card-group .card.card-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5625;
  color: #505050;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #a93529;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #a93529;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #a4a4a4;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5625;
  color: #a4a4a4;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 5px 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #7a7a7a;
  text-align: center;
  background-color: #cfcfcf;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 5px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #a93529;
  color: white;
}
.nav > li.disabled > a {
  color: #a4a4a4;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #a4a4a4;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #a93529;
  border-color: #a93529;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5625;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  cursor: pointer;
  border-color: #a93529 #a93529 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #7a7a7a;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
  border: 2px solid #a93529;
  padding: 8px 13px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #a93529;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  line-height: 25px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-title {
  font-size: 20px;
  display: inline-block;
  margin-top: 2px;
  color: #666;
}
.navbar-title:hover,
.navbar-title:active,
.navbar-title:focus {
  color: #333;
  text-decoration: none;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  background-color: transparent;
  background-image: none;
  border: 2px solid #a93529;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: none;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.navbar-btn.btn-sm {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}
.navbar-text {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #cfcfcf;
  padding: 1rem 2rem;
}
.navbar-default .navbar-brand {
  background-image: url('/img/logo.png');
  background-size: 135px 16px;
  background-repeat: no-repeat;
  height: 16px;
  margin-top: 10px;
  padding: 0;
  width: 135px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .navbar-default .navbar-brand {
    background-image: url('/img/logo@2x.png');
  }
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #a93529;
  border: 2px solid transparent;
  border-radius: 3px;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 10px 11px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #6b221a;
  border: 2px solid #6b221a;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #6b221a;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.subdued > a {
  border: 0;
  color: #7a7a7a;
  padding: 12px 12px 13px;
  margin-left: 0;
}
.navbar-default .navbar-nav > li.subdued > a:hover {
  color: #505050;
  background-color: #f0f0f0;
}
.navbar-default .navbar-nav > li.subdued > a:focus {
  color: #7a7a7a;
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    border-color: #a93529;
    margin-left: 1rem;
  }
}
.navbar-default .navbar-toggle {
  border-color: #a93529;
  color: #a93529;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle.active {
  background-color: #6b221a;
  border-color: #6b221a;
  color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #cfcfcf;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #6b221a;
  color: #ffffff;
}
.navbar-default .navbar-nav > .open.subdued > a,
.navbar-default .navbar-nav > .open.subdued > a:hover,
.navbar-default .navbar-nav > .open.subdued > a:focus {
  color: #505050;
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    border-radius: 3px;
    font-size: 12.8px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 12px 13px 30px;
    color: #a93529;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #6b221a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #6b221a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #a93529;
}
.navbar-default .navbar-link:hover {
  color: #6b221a;
}
footer.site-footer {
  border-top: 1px solid #cfcfcf;
  padding: 2em;
  font-size: 0.9rem;
}
footer.site-footer ul {
  list-style: none;
  margin: 0px;
}
footer.site-footer ul li {
  display: inline-block;
  margin: 0 .5em;
}
footer.site-footer ul i {
  font-size: 1.2rem;
}
footer.site-footer li.lngOption {
  text-align: left;
  display: list-item;
}
footer.site-footer li.lngOption img {
  vertical-align: text-bottom;
}
.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #cfcfcf;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #a4a4a4;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #a4a4a4;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #8b8b8b;
}
.label-primary {
  background-color: #a93529;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #80281f;
}
.label-success {
  background-color: #46a546;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #378137;
}
.label-info {
  background-color: #405ebf;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #334b99;
}
.label-warning {
  background-color: #f89406;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c67605;
}
.label-danger {
  background-color: #e03a06;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ae2d05;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.5625;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #a93529;
}
.thumbnail .caption {
  padding: 9px;
  color: #505050;
}
.alert {
  padding: 15px;
  margin-bottom: 25px;
  border-left: 3px solid transparent;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #f1f9f1;
  border-color: #3e933e;
  color: #285d28;
}
.alert-success hr {
  border-top-color: #378137;
}
.alert-success .alert-link {
  color: #183a18;
}
.alert-info {
  background-color: #f4f5fb;
  border-color: #3751a4;
  color: #263873;
}
.alert-info hr {
  border-top-color: #314791;
}
.alert-info .alert-link {
  color: #1a264c;
}
.alert-warning {
  background-color: #fef4e5;
  border-color: #f89406;
  color: #c67605;
}
.alert-warning hr {
  border-top-color: #df8505;
}
.alert-warning .alert-link {
  color: #945904;
}
.alert-danger {
  background-color: #feece7;
  border-color: #c73405;
  color: #ae2d05;
}
.alert-danger hr {
  border-top-color: #ae2d05;
}
.alert-danger .alert-link {
  color: #7d2003;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 25px;
  margin-bottom: 25px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  background-color: #a93529;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #46a546;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #405ebf;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f89406;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #e03a06;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*
 * Original version: 1.0 © 2010 Andrew Valums ( andrew(at)valums.com )
 * Current Maintainer (2.0+): 2012, Ray Nicholus ( fineuploader(at)garstasio.com )
 *
 * Licensed under MIT license, GNU GPL 2 or later, GNU LGPL 2 or later, see license.txt.
 */
.qq-uploader {
  position: relative;
  width: 100%;
}
.qq-uploader {
  text-align: center;
}
.qq-uploader .drag-here {
  border: 1px dashed #666;
  vertical-align: middle;
}
.qq-uploader .help {
  margin-top: 6px;
}
/*.qq-upload-button {
    display: block;
    width: 105px;
    padding: 7px 0;
    text-align: center;
    background: #880000;
    border-bottom: 1px solid #DDD;
    color: #FFF;
}
.qq-upload-button-hover {
    background: #CC0000;
}
.qq-upload-button-focus {
    outline: 1px dotted #000000;
}*/
.qq-upload-drop-area,
.qq-upload-extra-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 30px;
  z-index: 2;
  background: #f89406;
  text-align: center;
}
.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -12px;
  font-size: 16px;
  color: white;
}
.qq-upload-extra-drop-area {
  position: relative;
  margin-top: 50px;
  font-size: 16px;
  padding-top: 30px;
  height: 20px;
  min-height: 40px;
}
.qq-upload-drop-area-active {
  background: #ad6704;
}
.qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qq-upload-list li {
  margin: 0;
  margin-top: 10px;
  padding: 9px;
  line-height: 15px;
  font-size: 16px;
  background-color: #f0f0f0;
}
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-failed-text,
.qq-upload-finished,
.qq-upload-delete {
  margin-right: 12px;
}
.qq-upload-spinner {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-drop-processing {
  display: none;
}
.qq-drop-processing-spinner {
  display: inline-block;
  background: url("processing.gif");
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}
.qq-upload-finished {
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-upload-retry,
.qq-upload-delete {
  display: none;
}
.qq-upload-retryable .qq-upload-retry {
  display: inline;
}
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-delete {
  font-size: 12px;
  font-weight: normal;
}
.qq-upload-failed-text {
  display: none;
  font-style: italic;
  font-weight: bold;
}
.qq-upload-failed-icon {
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}
.qq-upload-retrying .qq-upload-failed-text {
  display: inline;
  color: #D60000;
}
.qq-upload-list li.qq-upload-success {
  background-color: #46a546;
  color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
  background-color: #a93529;
  color: #FFFFFF;
}
.qq-progress-bar {
  width: 0%;
  height: 25px;
  margin-bottom: 12.5px;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  background-color: #405ebf;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  border-radius: 3px 0 0 3px;
  display: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -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;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.5625px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5 {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.modal-title {
  margin: 0;
  line-height: 1.5625;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background-color: #f0f0f0;
  border-radius: 0 0 5px 5px;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-footer .modal-footer-left {
  float: left;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.system-message {
  padding: 6.25px 12.5px;
  background-color: #fef4e5;
  color: #333;
  border-bottom: 1px solid #cfcfcf;
}
.clickable {
  cursor: pointer;
}
.img-circle {
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.img-circle img {
  margin-top: -10px;
}
@-webkit-keyframes bounce {
  0%,
  10%,
  26%,
  40%,
  50% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20%,
  21% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  35% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  45% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce {
  0%,
  10%,
  26%,
  40%,
  50% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20%,
  21% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  35% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  45% {
    -webkit-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounce {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.account-settings .alert {
  margin-bottom: 0;
}
.team-profile {
  clear: both;
}
.team-profile .img-container {
  float: left;
  overflow: hidden;
  margin: 6.25px 25px 25px 12.5px;
}
.project-header .btn-group > .btn {
  padding-left: 0.78125;
  padding-right: 0.78125;
}
.project-search {
  margin: 1.5625 0;
}
.project-tools {
  display: inline;
}
.first-project {
  width: 127px;
  text-align: center;
}
.user-profile .progress {
  height: 12.5px;
  margin-bottom: 6.25px;
}
.user-profile p {
  margin-bottom: 6.25px;
}
ul.folders-menu {
  margin: 0;
}
ul.folders-menu .subdued {
  color: #a4a4a4;
}
ul.folders-menu li {
  line-height: 1.8;
}
ul.folders-menu li a {
  font-size: 0.9rem;
  color: #333;
  padding: 6.25px;
  display: inline-block;
  line-height: 1.2;
}
ul.folders-menu li.active a {
  font-weight: 700;
  color: white;
  background-color: #a93529;
  border-radius: 2px;
}
ul.folders-menu li.active a .subdued {
  color: white;
}
ul.folders-menu li > a.small {
  color: #7a7a7a;
}
ul.folders-menu h2 {
  margin-top: 12.5px;
  margin-bottom: 6.25px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
ul.folders-menu a.tag {
  padding: 2px 6.25px;
  display: inline-block;
  position: relative;
}
ul.folders-menu a.tag i {
  position: absolute;
  top: 5px;
  left: 6px;
}
ul.folders-menu a.tag span.name {
  display: inline-block;
  padding-left: 22px;
  line-height: 1.4;
}
form.project-search .form-group {
  margin-bottom: 0;
}
ul.structured-list {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
}
ul.structured-list li {
  border-bottom: 1px solid #f0f0f0;
  padding: 6.25px 0;
}
ul.structured-list li:first-child .header {
  font-size: 1rem;
}
ul.structured-list li:last-child {
  border-bottom: 0 none;
}
ul.structured-list li:hover {
  background-color: #f0f0f0;
}
ul.structured-list li:first-child:hover {
  background-color: white;
}
ul.structured-list li a {
  color: #334b99;
}
ul.structured-list li .header {
  text-transform: uppercase;
}
ul.structured-list li .select-item,
ul.structured-list li .select-all {
  display: inline-block;
}
ul.structured-list li .select-item,
ul.structured-list li .select-all {
  position: absolute;
  left: 25px;
}
ul.structured-list li .select-item + span,
ul.structured-list li .select-all + span {
  display: inline-block;
  padding-left: 37.5px;
}
ul.project-list li .last-modified,
ul.project-list li .owner {
  font-size: .8rem;
}
ul.project-list li .owner {
  margin-right: 0;
}
ul.project-list li .projectName {
  margin-right: 6.25px;
}
ul.project-list li .tag-label {
  margin-left: 6.25px;
  position: relative;
  top: -2px;
  padding-top: 0.25em;
  display: inline-block;
  color: white;
}
ul.project-list i.tablesort {
  padding-left: 8px;
}
.user_details_auto_complete ul > li {
  list-style: none;
}
.user_details_auto_complete .autocomplete {
  width: 100%;
  position: relative;
}
.user_details_auto_complete .autocomplete ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.user_details_auto_complete .autocomplete ul > li {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5625;
  color: #505050;
  white-space: nowrap;
}
.user_details_auto_complete .autocomplete ul > li.active {
  text-decoration: none;
  color: #ffffff;
  background-color: #a93529;
}
.user_details_auto_complete .autocomplete .highlight {
  font-weight: 700;
}
aside#file-tree .file-tree-inner {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}
aside#file-tree .file-tree-inner.no-toolbar {
  top: 0;
}
aside#file-tree h3 {
  font-size: 1rem;
  border-bottom: 1px solid #7a7a7a;
  padding-bottom: 6.25px;
  margin: 12.5px;
}
aside#file-tree ul.file-tree-list {
  font-size: 0.8rem;
  margin: 0;
  padding: 6.25px 0;
}
aside#file-tree ul.file-tree-list ul {
  margin-left: 12.5px;
}
aside#file-tree ul.file-tree-list li {
  line-height: 2.6;
  position: relative;
}
aside#file-tree ul.file-tree-list li .entity-name {
  color: #252525;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
aside#file-tree ul.file-tree-list li .entity-name:hover {
  background-color: #f0f0f0;
}
aside#file-tree ul.file-tree-list li .entity-name input {
  line-height: 1.6;
}
aside#file-tree ul.file-tree-list li .entity-name.droppable-hover {
  background-color: #fce7c7;
}
aside#file-tree ul.file-tree-list li i.fa-folder-open,
aside#file-tree ul.file-tree-list li i.fa-folder {
  color: #b2453a;
  font-size: 14px;
}
aside#file-tree ul.file-tree-list li i.fa-file,
aside#file-tree ul.file-tree-list li i.fa-image,
aside#file-tree ul.file-tree-list li i.fa-file-pdf-o {
  color: #a4a4a4;
  font-size: 14px;
}
aside#file-tree ul.file-tree-list li i.toggle {
  width: 24px;
  padding: 6px;
  font-size: 0.7rem;
  color: #7a7a7a;
}
aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name {
  color: #a93529;
  border-right: 4px solid #a93529;
  font-weight: bold;
  padding-right: 32px;
}
aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name i.fa-folder-open,
aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name i.fa-folder,
aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name i.fa-file,
aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name i.fa-image,
aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name i.fa-file-pdf-o {
  color: #a93529;
}
aside#file-tree ul.file-tree-list li .dropdown {
  position: absolute;
  right: 0;
}
aside#file-tree ul.file-tree-list li .dropdown > a {
  padding: 0 12px;
}
aside#file-tree ul.file-tree-list li .rename-input {
  display: block;
  position: absolute;
  top: 1px;
  left: 44px;
  right: 32px;
}
aside#file-tree ul.file-tree-list li .rename-input input {
  width: 100%;
}
aside#file-tree ul.droppable-hover {
  background-color: #fce7c7;
}
.editor-dark aside#file-tree ul.file-tree-list .dropdown-toggle {
  color: #ffa03a;
}
.editor-dark aside#file-tree ul.file-tree-list li .entity-name {
  color: #aaaaaa;
}
.editor-dark aside#file-tree ul.file-tree-list li .entity-name:hover {
  background-color: black;
}
.editor-dark aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name {
  color: #ffa03a;
  border-color: #ffa03a;
}
.editor-dark aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name i.fa-folder-open,
.editor-dark aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name i.fa-folder,
.editor-dark aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name i.fa-file,
.editor-dark aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name i.fa-image,
.editor-dark aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name i.fa-file-pdf-o {
  color: #ffa03a;
}
#trackChanges .upgrade-prompt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(128, 128, 128, 0.4);
}
#trackChanges .upgrade-prompt .message {
  margin: auto;
  margin-top: 100px;
  padding: 10px 10px 14px 10px;
  width: 500px;
  font-weight: bold;
  text-align: center;
  background-color: white;
  border-radius: 8px;
}
#trackChanges .diff-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: 250px;
}
#trackChanges .diff {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#trackChanges .diff .toolbar {
  padding: 3px;
}
#trackChanges .diff .toolbar .name {
  float: left;
  padding: 3px 6.25px;
  display: inline-block;
}
#trackChanges .diff .diff-editor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 40px;
}
#trackChanges .diff .hide-ace-cursor .ace_active-line,
#trackChanges .diff .hide-ace-cursor .ace_cursor-layer,
#trackChanges .diff .hide-ace-cursor .ace_gutter-active-line {
  display: none;
}
#trackChanges .diff .diff-deleted {
  padding: 25px;
}
#trackChanges aside.change-list {
  border-left: 1px solid #cfcfcf;
  height: 100%;
  width: 250px;
  position: absolute;
  right: 0;
}
#trackChanges aside.change-list .loading {
  text-align: center;
  font-family: "PT Serif", serif;
}
#trackChanges aside.change-list ul li.change {
  position: relative;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
#trackChanges aside.change-list ul li.change .day {
  background-color: #fafafa;
  border-bottom: 1px solid #cfcfcf;
  padding: 4px;
  font-weight: bold;
  text-align: center;
  height: 24px;
  font-size: 14px;
  line-height: 1;
}
#trackChanges aside.change-list ul li.change .selectors {
  position: absolute;
  left: 12.5px;
  top: 0;
  bottom: 0;
  width: 24px;
}
#trackChanges aside.change-list ul li.change .selectors input {
  margin: 0;
}
#trackChanges aside.change-list ul li.change .selectors .selector-from {
  position: absolute;
  bottom: 10px;
  left: 0;
  opacity: 0.8;
}
#trackChanges aside.change-list ul li.change .selectors .selector-to {
  position: absolute;
  top: 10px;
  left: 0;
  opacity: 0.8;
}
#trackChanges aside.change-list ul li.change .selectors .range {
  position: absolute;
  left: 5px;
  width: 4px;
  top: 0;
  bottom: 0;
}
#trackChanges aside.change-list ul li.change .description {
  padding: 6.25px;
  padding-left: 38px;
  min-height: 38px;
  border-bottom: 1px solid #cfcfcf;
  cursor: pointer;
}
#trackChanges aside.change-list ul li.change .description:hover {
  background-color: #f0f0f0;
}
#trackChanges aside.change-list ul li.change .users .user {
  font-size: 0.8rem;
  color: #7a7a7a;
  text-transform: capitalize;
  position: relative;
  padding-left: 16px;
}
#trackChanges aside.change-list ul li.change .users .user .color-square {
  height: 12px;
  width: 12px;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: 0;
}
#trackChanges aside.change-list ul li.change .users .user .name {
  display: inline-block;
}
#trackChanges aside.change-list ul li.change .time {
  float: right;
  color: #7a7a7a;
  display: inline-block;
  padding-right: 12.5px;
  font-size: 0.8rem;
  line-height: 25px;
}
#trackChanges aside.change-list ul li.change .docs {
  font-weight: bold;
  font-size: 0.9rem;
}
#trackChanges aside.change-list ul li.loading-changes,
#trackChanges aside.change-list ul li.empty-message {
  padding: 6px;
  cursor: default;
}
#trackChanges aside.change-list ul li.loading-changes:hover,
#trackChanges aside.change-list ul li.empty-message:hover {
  background-color: inherit;
}
#trackChanges aside.change-list ul li.selected {
  border-left: 4px solid #a93529;
}
#trackChanges aside.change-list ul li.selected .day {
  padding-left: 0;
}
#trackChanges aside.change-list ul li.selected .description {
  padding-left: 34px;
}
#trackChanges aside.change-list ul li.selected .selectors {
  left: 8.5px;
}
#trackChanges aside.change-list ul li.selected .selectors .range {
  background-color: #a93529;
}
#trackChanges aside.change-list ul li.selected-to .selectors .range {
  top: 14px;
}
#trackChanges aside.change-list ul li.selected-to .selectors .selector-to {
  opacity: 1;
}
#trackChanges aside.change-list ul li.selected-from .selectors .range {
  bottom: 14px;
}
#trackChanges aside.change-list ul li.selected-from .selectors .selector-from {
  opacity: 1;
}
#trackChanges aside.change-list ul li.first-in-day .selectors .selector-to {
  top: 34px;
}
#trackChanges aside.change-list ul li.first-in-day.selected-to .selectors .range {
  top: 38px;
}
#trackChanges aside.change-list ul.hover-state li .selectors .range {
  background-color: transparent;
  top: 0;
  bottom: 0;
}
#trackChanges aside.change-list ul.hover-state li.hover-selected .selectors .range {
  top: 0;
  background-color: #a4a4a4;
}
#trackChanges aside.change-list ul.hover-state li.hover-selected-to .selectors .range {
  top: 14px;
}
#trackChanges aside.change-list ul.hover-state li.hover-selected-to .selectors .selector-to {
  opacity: 1;
}
#trackChanges aside.change-list ul.hover-state li.hover-selected-from .selectors .range {
  bottom: 14px;
}
#trackChanges aside.change-list ul.hover-state li.hover-selected-from .selectors .selector-from {
  opacity: 1;
}
#trackChanges aside.change-list ul.hover-state li.first-in-day.hover-selected-to .selectors .range {
  top: 38px;
}
.editor-dark #trackChanges aside.change-list {
  border-color: #222222;
}
.editor-dark #trackChanges aside.change-list ul li.change .day {
  background-color: #1a1a1a;
  border-bottom: 1px solid #222222;
}
.editor-dark #trackChanges aside.change-list ul li.change .description {
  border-bottom: 1px solid #222222;
}
.editor-dark #trackChanges aside.change-list ul li.change .description:hover {
  background-color: black;
}
.toolbar {
  height: 40px;
  border-bottom: 1px solid #cfcfcf;
}
.toolbar a {
  position: relative;
}
.toolbar a .label {
  position: absolute;
  top: 0;
  right: 0;
  padding: .15em .6em .2em;
  font-size: 60%;
}
.toolbar a:not(.btn) {
  display: inline-block;
  color: #a4a4a4;
  padding: 4px 10px 5px;
  margin: 1px 2px;
  border-radius: 2px;
}
.toolbar a:not(.btn):hover {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  color: #505050;
  text-decoration: none;
}
.toolbar a:not(.btn).active,
.toolbar a:not(.btn):active {
  color: white;
  background-color: #a93529;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.225);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.225);
}
.toolbar a:not(.btn).active .label,
.toolbar a:not(.btn):active .label {
  display: none;
}
.toolbar a:not(.btn).active:hover,
.toolbar a:not(.btn):active:hover {
  color: white;
}
.toolbar .btn-full-height {
  border: none;
  border-radius: 0;
  border-right: 1px solid #cfcfcf;
  color: #a93529;
  padding: 3px 10px 5px;
  font-size: 20px;
}
.toolbar .btn-full-height:hover {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  background-color: #e6e6e6;
  color: #6b221a;
}
.toolbar .btn-full-height.active,
.toolbar .btn-full-height:active {
  color: white;
  background-color: #a93529;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.225);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.225);
}
.toolbar .btn-full-height .label {
  top: 4px;
  right: 4px;
}
.toolbar .toolbar-right {
  float: right;
}
.toolbar .toolbar-right .btn-full-height {
  border-right: 0;
  border-left: 1px solid #cfcfcf;
}
.toolbar .toolbar-center {
  width: 300px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -150px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
.toolbar.toolbar-header {
  box-shadow: 0 0 2px #ccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.toolbar.toolbar-small {
  height: 32px;
}
.toolbar.toolbar-small a {
  padding: 4px 2px 2px;
  margin: 0;
  margin-left: 6px;
}
.toolbar.toolbar-small .toolbar-right a {
  margin-left: 0;
  margin-right: 6px;
}
.toolbar.toolbar-tall {
  height: 58px;
  padding-top: 10px;
}
.toolbar.toolbar-tall a.btn {
  margin: 0 12.5px;
}
.toolbar.toolbar-tall a {
  padding: 4px 10px 5px;
}
.toolbar.toolbar-alt {
  background-color: #fafafa;
}
.editor-dark .toolbar-alt {
  background-color: #333333;
}
.editor-dark .toolbar {
  border-color: #222222;
}
.editor-dark .toolbar .btn-full-height {
  border-color: #222222;
}
.editor-dark .toolbar .btn-full-height:hover {
  background-color: black;
  color: #ce4537;
}
.editor-dark .toolbar.toolbar-header {
  box-shadow: none;
}
.editor-dark .toolbar a:not(.btn) {
  color: #7a7a7a;
}
.editor-dark .toolbar a:not(.btn):hover {
  color: #a4a4a4;
}
#left-menu {
  position: absolute;
  width: 260px;
  padding: 12.5px;
  top: 0;
  bottom: 0;
  background-color: #f4f4f4;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: left ease-in-out 0.35s;
  transition: left ease-in-out 0.35s;
  font-size: 14px;
  left: -280px;
}
#left-menu.shown {
  left: 0;
}
#left-menu h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin: 12.5px 0;
  padding-bottom: 6.25px;
  color: #a4a4a4;
  border-bottom: 1px solid #cfcfcf;
}
#left-menu > h4:first-child {
  margin-top: 0;
}
#left-menu ul.nav a {
  cursor: pointer;
  padding: 6.25px;
  font-weight: 700;
}
#left-menu ul.nav a:hover,
#left-menu ul.nav a:active {
  background-color: #a93529;
  color: white;
}
#left-menu ul.nav a:hover i,
#left-menu ul.nav a:active i {
  color: white;
}
#left-menu ul.nav a i {
  color: #7a7a7a;
}
#left-menu ul.nav-downloads li {
  display: inline-block;
  text-align: center;
  width: 100px;
}
#left-menu ul.nav-downloads li a {
  color: #505050;
}
#left-menu ul.nav-downloads li .pdf-disabled {
  color: #a4a4a4;
}
#left-menu ul.nav-downloads li i {
  margin: 6.25px 0;
}
#left-menu form.settings label {
  float: left;
  font-weight: normal;
  color: #505050;
  margin-bottom: 0;
}
#left-menu form.settings select {
  float: right;
  width: 50%;
}
#left-menu form.settings .form-controls {
  clear: both;
  padding: 6.25px;
}
#left-menu form.settings .form-controls:hover {
  background-color: #a93529;
}
#left-menu form.settings .form-controls:hover label {
  color: white;
}
#left-menu form.settings .form-controls:after {
  content: "";
  display: table;
  clear: both;
}
#left-menu-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
  background-color: #999;
  z-index: 99;
}
.pdf-viewer,
.pdf-logs,
.pdf-errors,
.pdf-uncompiled {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 58px;
}
.pdf-logs,
.pdf-errors,
.pdf-uncompiled {
  padding: 12.5px;
}
.pdf-uncompiled .fa {
  color: #405ebf;
}
.pdf-viewer iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.pdf-viewer .pdfjs-viewer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #cfcfcf;
  overflow: scroll;
}
.pdf-viewer .pdfjs-viewer canvas,
.pdf-viewer .pdfjs-viewer div.pdf-canvas {
  background: white;
  box-shadow: black 0px 0px 10px;
}
.pdf-viewer .pdfjs-viewer div.pdf-canvas.pdfng-empty {
  background-color: white;
}
.pdf-viewer .pdfjs-viewer div.pdf-canvas.pdfng-loading {
  background-color: white;
}
.pdf-viewer .pdfjs-viewer .page-container {
  margin: 10px auto;
  padding: 0 10px;
  box-sizing: content-box;
}
.pdf-viewer .progress-thin {
  position: absolute;
  top: -2px;
  height: 3px;
  left: 0;
  right: 0;
}
.pdf-viewer .progress-thin .progress-bar {
  height: 100%;
  background-color: #a93529;
}
.pdf-viewer .pdfjs-controls {
  position: absolute;
  padding: 12.5px;
  top: 0;
  left: 0;
  display: inline-block;
}
.pdf-viewer .pdfjs-controls .btn-group {
  transition: opacity 0.5s ease, visibility 0 linear 0.5s;
  visibility: hidden;
  opacity: 0;
}
.pdf-viewer .pdfjs-controls:hover .btn-group,
.pdf-viewer .pdfjs-controls.flash .btn-group {
  transition: none;
  visibility: visible;
  opacity: 1;
}
.pdf-viewer .pdfjs-controls i.fa-arrows-h {
  border-right: 2px solid white;
  border-left: 2px solid white;
}
.pdf-viewer .pdfjs-controls i.fa-arrows-v {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.pdf .toolbar .toolbar-right {
  margin-right: 12.5px;
}
.pdf .toolbar .toolbar-right a:hover i {
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  border-color: #505050;
}
.pdf .toolbar .toolbar-right a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #a4a4a4;
  margin-top: 5px;
}
.pdf .toolbar .toolbar-right a i.full-screen {
  border-top-width: 3px;
  border-radius: 2px;
}
.pdf .toolbar .toolbar-right a i.split-screen {
  width: 7px;
  border-top-width: 3px;
  border-radius: 2px;
  margin-left: 2px;
}
.pdf-logs {
  overflow: auto;
}
.pdf-logs .alert {
  font-size: 0.9rem;
  margin-bottom: 12.5px;
  cursor: pointer;
}
.pdf-logs .alert .line-no {
  float: right;
  color: #7a7a7a;
  font-weight: 700;
}
.pdf-logs .alert .entry-message {
  font-weight: 700;
}
.pdf-logs .alert .entry-content {
  white-space: pre-wrap;
  font-size: 0.8rem;
}
.pdf-logs pre {
  font-size: 12px;
}
.pdf-logs .dropdown {
  position: relative;
}
.synctex-controls {
  top: 68px;
  padding: 0px 2px;
}
.synctex-controls .btn-xs {
  line-height: 1.3;
  padding: 0 2px 0;
}
.editor-dark .pdf-logs {
  background-color: #4d4d4d;
}
.editor-dark .pdfjs-viewer {
  background-color: #4d4d4d;
}
.editor-dark .pdf .toolbar .toolbar-right a i {
  border-color: #7a7a7a;
}
.editor-dark .pdf .toolbar .toolbar-right a:hover i {
  border-color: #a4a4a4;
}
.modal-body-share h3 {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 6.25px;
  margin: 0;
  font-size: 1rem;
}
.modal-body-share .project-member,
.modal-body-share .public-access-level {
  padding: 12.5px 0;
  border-bottom: 1px solid #cfcfcf;
  font-size: 14px;
}
.modal-body-share .public-access-level {
  color: #7a7a7a;
  padding-top: 0;
  font-size: 12px;
  padding-bottom: 25px;
}
.modal-body-share .project-member:hover {
  background-color: #f0f0f0;
}
.modal-body-share .invite-controls {
  padding: 12.5px;
  background-color: #f0f0f0;
  margin-top: 12.5px;
}
.modal-body-share .invite-controls .small {
  padding: 2px;
}
.modal-body-share .invite-controls form .form-group {
  margin-bottom: 12.5px;
}
.modal-body-share .invite-controls form .form-group:last-child {
  margin-bottom: 0;
}
.modal-body-share .invite-controls form .privileges {
  display: inline-block;
  width: auto;
  height: 30px;
  font-size: 14px;
}
.chat .loading {
  font-family: "PT Serif", serif;
  padding: 12.5px;
  text-align: center;
}
.chat .no-messages {
  padding: 12.5px;
}
.chat .first-message {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12.5px;
}
.chat .messages {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 80px;
  overflow-x: hidden;
}
.chat .messages li.message {
  margin: 12.5px;
}
.chat .messages li.message .date {
  font-size: 12px;
  color: #a4a4a4;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 12.5px;
  text-align: center;
}
.chat .messages li.message .avatar {
  margin-top: 14px;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.chat .messages li.message .avatar img {
  width: 100%;
}
.chat .messages li.message .message-wrapper {
  margin-left: 62.5px;
}
.chat .messages li.message .message-wrapper .name {
  font-size: 12px;
  color: #a4a4a4;
  margin-bottom: 4px;
  min-height: 16px;
}
.chat .messages li.message .message-wrapper .message {
  padding: 12.5px;
  border-left: 3px solid transparent;
  position: relative;
  font-size: 14px;
  box-shadow: -1px 2px 3px #dddddd;
  border-raduis: 3px;
}
.chat .messages li.message .message-wrapper .message .arrow {
  right: 100%;
  top: 6.25px;
  border: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-width: 10px;
}
.chat .messages li.message .message-wrapper p {
  margin-bottom: 6.25px;
}
.chat .messages li.message .message-wrapper p:last-child {
  margin-bottom: 0;
}
.chat .messages li.message:not(.self) .message .arrow {
  border-left-color: transparent !important;
}
.chat .messages li.message.self {
  margin-top: 25px;
}
.chat .messages li.message.self .avatar {
  display: none;
}
.chat .messages li.message.self .message-wrapper .message {
  border-left: none;
  border-right: 3px solid transparent;
}
.chat .messages li.message.self .message-wrapper .message .arrow {
  left: 100%;
  right: auto;
  border-right-color: transparent !important;
}
.chat .new-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  height: 80px;
  background-color: #f0f0f0;
  padding: 6.25px;
  border-top: 1px solid #cfcfcf;
}
.chat .new-message textarea {
  overflow: auto;
  resize: none;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  height: 100%;
  width: 100%;
  color: #505050;
  font-size: 14px;
  padding: 6.25px;
}
.editor-dark .chat .new-message {
  background-color: #4d4d4d;
  border-color: #222222;
}
.binary-file {
  padding: 12.5px;
  background-color: #f0f0f0;
  text-align: center;
  overflow: auto;
}
.binary-file img {
  max-width: 100%;
  max-height: 90%;
  display: block;
  margin: auto;
  margin-bottom: 12.5px;
  border: 1px solid #7a7a7a;
  -webkit-box-shadow: 0 2px 3px #7a7a7a;
  box-shadow: 0 2px 3px #7a7a7a;
  background-color: white;
}
.binary-file p.no-preview {
  font-size: 24px;
  color: #7a7a7a;
}
.ace_search {
  background-color: #f0f0f0;
  border: 1px solid #cfcfcf;
  border-top: 0 none;
  width: 350px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  z-index: 99;
  white-space: normal;
  padding: 6.25px;
  font-family: "Open Sans", sans-serif;
}
.ace_search a i,
.ace_search button i {
  pointer-events: none;
}
.ace_search .ace_searchbtn_close {
  position: absolute;
  top: 6px;
  right: 12px;
  color: #7a7a7a;
}
.ace_search .ace_searchbtn_close:hover {
  color: #505050;
}
.ace_search .ace_search_form,
.ace_search .ace_replace_form {
  margin-bottom: 6.25px;
}
.ace_search .ace_search_form input,
.ace_search .ace_replace_form input {
  width: 210px;
  display: inline-block;
}
.ace_search .ace_search_form .btn-group,
.ace_search .ace_replace_form .btn-group {
  display: inline-block;
}
.ace_search .ace_nomatch input {
  border-color: #a93529;
}
.ace_search.left {
  border-left: 0 none;
  border-radius: 0px 0px 3px 0px;
  left: 0;
}
.ace_search.right {
  border-radius: 0px 0px 0px 3px;
  border-right: 0 none;
  right: 0;
}
.publishedDetails {
  color: #7a7a7a;
}
.online-users .online-user {
  background-color: #00aaff;
  width: 24px;
  display: inline-block;
  height: 24px;
  margin-right: 8px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}
.modal-hotkeys {
  font-size: 14px;
}
.modal-hotkeys h3:first-child {
  margin-top: 0;
}
.modal-hotkeys .hotkey {
  margin-bottom: 6.25px;
}
.modal-hotkeys .combination {
  padding: 4px 8px;
  border-radius: 3px;
  background-color: #505050;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-right: 6.25px;
}
.full-size {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.global-alerts {
  position: absolute;
  z-index: 20;
  top: 2px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
}
.global-alerts .alert {
  padding: 6.25px;
  font-size: 14px;
  margin-bottom: 6.25px;
}
#chat-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#chat-wrapper > .ui-layout-resizer > .ui-layout-toggler {
  display: none !important;
}
#ide-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 40px;
}
#editor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.loading-screen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fafafa;
}
.loading-screen h3 {
  padding-top: 136px;
  background-image: url(/img/lion-128.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.loading-screen .container {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  margin-top: -200px;
}
.loading-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 10rem;
  font-family: "PT Serif", serif;
  text-align: center;
  background-color: #fafafa;
}
.error-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background-color: #fafafa;
}
.error-panel .alert {
  max-width: 400px;
  margin: auto;
}
.project-name .name {
  display: inline-block;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  padding: 6px;
  color: #7a7a7a;
  font-weight: 700;
  white-space: nowrap;
}
.project-name input {
  height: 30px;
  margin-top: 4px;
  text-align: center;
  padding: 6px;
  font-weight: 700;
}
.project-name a.rename {
  visibility: hidden;
}
.project-name:hover a.rename {
  visibility: visible;
}
.ace-editor-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ace-editor-wrapper .undo-conflict-warning {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.ace-editor-wrapper .ace-editor-body {
  width: 100%;
  height: 100%;
}
.ace-editor-wrapper .spelling-highlight {
  position: absolute;
  background-image: url(/img/spellcheck-underline.png);
  background-repeat: repeat-x;
  background-position: bottom left;
}
.ace-editor-wrapper .remote-cursor {
  position: absolute;
  border-left: 2px solid transparent;
}
.ace-editor-wrapper .remote-cursor .nubbin {
  height: 5px;
  width: 5px;
  position: absolute;
  left: -2px;
}
.ace-editor-wrapper .annotation-label {
  padding: 6.25px 12.5px;
  font-size: 0.8rem;
  z-index: 100;
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 700;
  white-space: nowrap;
}
.ace-editor-wrapper .annotation {
  position: absolute;
  z-index: 2;
}
.ace-editor-wrapper .highlights-before-label,
.ace-editor-wrapper .highlights-after-label {
  position: absolute;
  right: 25px;
  z-index: 1;
}
.ace-editor-wrapper .highlights-before-label {
  top: 12.5px;
}
.ace-editor-wrapper .highlights-after-label {
  bottom: 12.5px;
}
.ui-layout-resizer {
  width: 6px;
  background-color: #f4f4f4;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.ui-layout-resizer .ui-layout-toggler {
  color: #999;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px !important;
  line-height: 50px;
}
.ui-layout-resizer .ui-layout-toggler:hover {
  background-color: #ddd;
  color: #333;
}
.ui-layout-resizer-west.ui-layout-resizer-open .ui-layout-toggler:before,
.ui-layout-resizer-east.ui-layout-resizer-closed .ui-layout-toggler:before {
  content: "\f104";
}
.ui-layout-resizer-east.ui-layout-resizer-open .ui-layout-toggler:before,
.ui-layout-resizer-west.ui-layout-resizer-closed .ui-layout-toggler:before {
  content: "\f105";
}
.ui-layout-resizer-dragging {
  background-color: #ddd;
}
.context-menu {
  position: fixed;
  z-index: 100;
}
.editor-dark {
  color: #cfcfcf;
  background-color: #333333;
}
.editor-dark .ui-layout-resizer {
  background-color: #1a1a1a;
  border: none;
}
.editor-dark .btn-default {
  color: white;
  background-color: #7a7a7a;
  border-color: #373737;
}
.editor-dark .btn-default:hover {
  background-color: #6d6d6d;
  border-color: #1d1d1d;
}
.masthead {
  background-color: rgba(0, 0, 0, 0.85);
  background-image: -webkit-linear-gradient(left, rgba(153, 93, 179, 0.6), rgba(44, 155, 219, 0.6));
  background-image: linear-gradient(to right, rgba(153, 93, 179, 0.6), rgba(44, 155, 219, 0.6));
  position: relative;
  text-align: center;
  overflow: hidden;
}
.masthead h1,
.masthead p,
.masthead label {
  color: white;
  text-align: center;
}
.masthead h1 {
  font-size: 4.75rem;
  line-height: 6.25rem;
  margin-bottom: 0;
  margin-top: 25px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.42);
}
.masthead h1 span {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  letter-spacing: 5px;
}
.masthead p:first-of-type {
  font-size: 25px;
  font-weight: 200;
  margin-top: 0;
  text-rendering: auto;
  margin-bottom: 25px;
}
.masthead .register-banner {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  padding: 25px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.masthead .register-banner h2 {
  color: white;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
.masthead .register-banner .form-group {
  margin-left: 12.5px;
}
.masthead .screenshot {
  height: 550px;
  margin: auto;
  margin-bottom: -50px;
  overflow-y: hidden;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.67);
  max-width: 960px;
}
.masthead .screenshot .img {
  max-width: 960px;
  background-image: url('/img/screen.png');
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
  height: 672px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .masthead .screenshot .img {
    background-image: url('/img/screen@2x.png');
  }
}
.masthead .btn-hero {
  background-color: transparent;
  border-color: white;
  border-width: 3px;
  color: white;
  margin-right: 12.5px;
}
.masthead .btn-hero:hover {
  background-color: white;
  color: #505050;
}
.masthead .btn-hero.btn-primary {
  border-color: #ce4537;
  color: #ce4537;
}
.masthead .btn-hero.btn-primary:hover {
  background-color: #ce4537;
  color: white;
}
.universities {
  padding-bottom: 25px;
  text-align: center;
  margin: 0 auto;
}
.universities img {
  max-width: 100%;
  max-height: 60px;
}
.pattern-container {
  background: url('/img/pattern-home.png') repeat #f1f1f1;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.real-time-example .cursor {
  background-color: #7dc4e8;
  display: inline-block;
  width: 2px;
  color: transparent;
  line-height: 1.4;
  position: relative;
}
.real-time-example .cursor:after {
  content: "Joe";
  top: 22px;
  right: 0;
  position: absolute;
  display: block;
  background-color: #7dc4e8;
  padding: 6.25px 12.5px;
  font-size: 0.8rem;
  z-index: 100;
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 700;
}
.track-changes-example .removed,
.track-changes-example .added {
  color: #333;
  margin: 0 -1px;
  padding: 0 3px;
}
.track-changes-example .added {
  background-color: #a8d8f0;
}
.track-changes-example .removed {
  background-color: #e9f5fb;
  position: relative;
}
.track-changes-example .removed:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #1f7ead;
}
.real-time-example-code {
  border-radius: 3px;
  border-left: 42px solid #cfcfcf;
  background-color: white;
  padding: 12px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.real-time-example-code .highlight {
  color: #405ebf;
}
.plans p {
  color: #505050;
  margin-bottom: 25px;
}
.plans .plans-header h1,
.plans .plans-header h2,
.plans .plans-header p {
  text-shadow: 0 -1px 1px #ffffff;
}
.plans .plans-header h1,
.plans .plans-header h2 {
  color: #a93529;
}
.plans .plans-header p {
  margin-bottom: 0;
}
.plans .plans-subheader {
  margin-bottom: 25px;
}
.plans .card.features {
  margin-top: 25px;
}
.plans .card.features i {
  color: #a93529;
}
.plans .card.features p {
  margin: 0;
}
.plans .card-group .card-highlighted {
  padding-top: 50px;
  padding-bottom: 50px;
}
.plans .circle {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 38px 18px;
  margin: 0 auto 25px;
  text-shadow: 0 -1px 1px #80281f;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #a93529;
  color: white;
  white-space: nowrap;
}
.plans .circle span.small {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12.8px;
}
.plans ul.nav-pills {
  text-align: center;
  margin-bottom: 25px;
}
.plans ul.nav-pills li {
  float: none;
  display: inline-block;
}
.plans ul.nav-pills > li + li {
  margin-left: 12.5px;
}
.plans .card .btn {
  white-space: normal;
}
#changePlanSection {
  padding-top: 30px;
}
#changePlanSection .changePlanButton {
  padding-top: 15px;
}
.paymentPageFeatures h1,
.paymentPageFeatures h2,
.paymentPageFeatures h3 {
  color: #505050;
}
.paymentPageFeatures h3 {
  font-size: 18px;
}
.paymentPageFeatures h3:first-child {
  margin-top: 0;
}
.paymentPageFeatures p {
  font-size: 14px;
  color: #7a7a7a;
}
.paymentPageFeatures .small {
  font-size: 12px;
}
.plansPageStudentLink {
  margin-left: 20px;
  margin-top: 20px;
}
input.paymentTypeOption.ng-valid {
  margin-top: 15px;
}
.totalPrice {
  padding-top: 15px;
}
.pricingBreakdown {
  text-align: right;
}
.recurly {
  display: block;
  position: relative;
  box-sizing: content-box;
}
.recurly * {
  box-sizing: content-box;
}
.recurly .due_now {
  display: none;
}
.recurly .cost,
.recurly .discount {
  font-size: 16px;
  text-align: right;
}
.recurly .subscription {
  border-radius: 9px 9px 0 0;
  text-shadow: 0 1px 0 #fff;
  padding-top: 20px;
  overflow: hidden;
}
.recurly .plan {
  color: #333;
  font-family: "PT Serif", serif;
  padding: 0 20px 40px;
  position: relative;
  margin-top: -20px;
}
.recurly .plan .name {
  font-size: 32px;
  margin-right: 130px;
}
.recurly .plan .quantity.field {
  clear: none;
  width: 60px;
  margin: 4px 0;
}
.recurly .plan .quantity.field input[type=text] {
  width: 48px;
}
.recurly .plan .quantity.field:before {
  content: "\d7";
  height: 48px;
  line-height: 30px;
  position: absolute;
  right: 100%;
  width: 40px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  z-index: 1337;
  color: #666;
}
.recurly .plan .recurring_cost {
  text-align: right;
  position: absolute;
  right: 20px;
  top: 0;
}
.recurly .plan .recurring_cost .cost {
  font-size: 32px;
}
.recurly .plan .recurring_cost .interval {
  font-size: 12px;
  padding-bottom: 20px;
}
.recurly .free_trial {
  font-size: 13px;
  font-style: italic;
}
.recurly .setup_fee {
  clear: both;
  background: url("/recurly/images/dash.png") repeat-x 1px top;
  overflow: hidden;
  padding-top: 20px;
}
.recurly .setup_fee .title {
  float: left;
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
}
.recurly .setup_fee .cost {
  float: right;
  padding-right: 20px;
}
.recurly .vat {
  height: 24px;
  padding: 20px 20px;
  display: none;
  background: url("/recurly/images/dash.png") repeat-x 1px top;
}
.recurly .vat.applicable {
  display: block;
}
.recurly .vat .title {
  font-size: 16px;
  font-weight: normal;
  float: left;
}
.recurly .vat .cost {
  float: right;
  font-size: 18px;
}
.recurly .add_ons {
  clear: both;
}
.recurly .add_ons.any {
  margin: 20px 10px;
}
.recurly .add_ons .add_on {
  background: #ecedee;
  background: -webkit-linear-gradient(top, #ecedee, #e5e6e7);
  background: -moz-linear-gradient(top, #ecedee, #e5e6e7);
  background: -o-linear-gradient(top, #ecedee, #e5e6e7);
  background: linear-gradient(top, #ecedee, #e5e6e7);
  margin: 0;
  height: 43px;
  line-height: 42px;
  vertical-align: middle;
  position: relative;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-shadow: 0 1px 0 #fff;
  color: #999;
  font-weight: 300;
  font-size: 16px;
  zoom: 1;
  cursor: default;
}
.recurly .add_ons .add_on.first {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.recurly .add_ons .add_on.last {
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.recurly .add_ons .add_on .name {
  font-size: inherit;
  font-weight: inherit;
  font-style: italic;
  color: inherit;
  width: 200px;
  margin-left: 9px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.recurly .add_ons .add_on .quantity.field {
  position: absolute;
  top: 4px;
  left: 249px;
  width: 60px;
  display: none;
}
.recurly .add_ons .add_on .quantity.field input[type=text] {
  width: 48px;
}
.recurly .add_ons .add_on .quantity.field:before {
  content: "\d7";
  height: 48px;
  line-height: 30px;
  position: absolute;
  right: 100%;
  width: 40px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  z-index: 1337;
  color: #666;
}
.recurly .add_ons .add_on .cost {
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  position: absolute;
  right: 10px;
}
.recurly .add_ons .add_on:hover {
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #dfdfdf 50%, #d5d5d5 50%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, #f0f0f0 0%, #dfdfdf 50%, #d5d5d5 50%, #e0e0e0 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #dfdfdf 50%, #d5d5d5 50%, #e0e0e0 100%);
  background: linear-gradient(top, #f0f0f0 0%, #dfdfdf 50%, #d5d5d5 50%, #e0e0e0 100%);
  box-shadow: inset 0 1px 0 #fff;
  text-shadow: none;
  color: #111;
}
.recurly .add_ons .add_on:active,
.recurly .add_ons .add_on.selected {
  color: #111;
  background: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
  background: -moz-linear-gradient(top, #f0f0f0, #ffffff);
  background: -o-linear-gradient(top, #f0f0f0, #ffffff);
  background: linear-gradient(top, #f0f0f0, #ffffff);
  width: auto;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  text-shadow: none;
}
.recurly .add_ons .add_on.selected {
  background: #ffffff url("/recurly/images/check.png") no-repeat 10px center;
}
.recurly .add_ons .add_on.selected .name {
  padding-left: 24px;
}
.recurly .add_ons .add_on.selected:hover {
  background: #fcf5f0 url("/recurly/images/uncheck.png") no-repeat 10px center;
}
.recurly .add_ons .add_on.selected .quantity {
  display: block;
}
.recurly .coupon {
  clear: both;
  overflow: hidden;
  height: 34px;
  color: #333;
  padding: 20px 20px;
  position: relative;
  background: url("/recurly/images/dash.png") repeat-x 1px top;
}
.recurly .coupon .check {
  width: 26px;
  height: 26px;
  float: left;
  border-radius: 15px 15px 15px 15px;
  background: #70ccf8;
  border: 1px solid #0090c9;
  margin: 3px 0 1px 10px;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: #43bef9 url("/recurly/images/coupon_check.png") no-repeat center center;
  background: url("/recurly/images/coupon_check.png") no-repeat center center, -webkit-linear-gradient(top, #71cdfa 0%, #43bef9 50%, #00b1f6 50%, #71cefb 100%);
  background: url("/recurly/images/coupon_check.png") no-repeat center center, -moz-linear-gradient(top, #71cdfa 0%, #43bef9 50%, #00b1f6 50%, #71cefb 100%);
  background: url("/recurly/images/coupon_check.png") no-repeat center center, -o-linear-gradient(top, #71cdfa 0%, #43bef9 50%, #00b1f6 50%, #71cefb 100%);
  background: url("/recurly/images/coupon_check.png") no-repeat center center linear-gradient(top, #71cdfa 0%, #43bef9 50%, #00b1f6 50%, #71cefb 100%);
}
.recurly .coupon .check:hover {
  background: url("/recurly/images/coupon_check.png") no-repeat center center, -webkit-linear-gradient(top, #71cdfa 0%, #43bef9 50%, #00b1f6 50%, #71cefb 100%);
  background: url("/recurly/images/coupon_check.png") no-repeat center center, -moz-linear-gradient(top, #71cdfa 0%, #43bef9 50%, #00b1f6 50%, #71cefb 100%);
  background: url("/recurly/images/coupon_check.png") no-repeat center center, -o-linear-gradient(top, #71cdfa 0%, #43bef9 50%, #00b1f6 50%, #71cefb 100%);
  background: url("/recurly/images/coupon_check.png") no-repeat center center linear-gradient(top, #71cdfa 0%, #43bef9 50%, #00b1f6 50%, #71cefb 100%);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.75), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.recurly .coupon .check:active {
  background: url("/recurly/images/coupon_check.png") no-repeat center center, -webkit-linear-gradient(top, #f0f0f0, #ffffff);
  background: url("/recurly/images/coupon_check.png") no-repeat center center, -moz-linear-gradient(top, #f0f0f0, #ffffff);
  background: url("/recurly/images/coupon_check.png") no-repeat center center, -o-linear-gradient(top, #f0f0f0, #ffffff);
  background: url("/recurly/images/coupon_check.png") no-repeat center center linear-gradient(top, #f0f0f0, #ffffff);
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #999;
}
.recurly .coupon.checking .check {
  background: #f0f0f0 url("/recurly/images/coupon_checking.gif") no-repeat center center;
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #999;
}
.recurly .coupon.invalid .coupon_code {
  border-color: #a55;
  background: #fee;
  color: #311;
}
.recurly .coupon .coupon_code .error {
  left: 300px;
}
.recurly .coupon .description {
  float: left;
  margin-left: 20px;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  font-size: 14.4px;
}
.recurly .coupon .discount {
  float: right;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
}
.recurly .error {
  padding: 5px;
  line-height: 22px;
  vertical-align: middle;
  color: #000;
  text-shadow: 0 1px 0 #fec;
  background: #ffc;
  border: 1px solid #ba1;
  box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 13px;
}
.recurly .server_errors {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  margin: 0 20px;
  opacity: 0;
}
.recurly .server_errors .error {
  padding-left: 26px;
  background: rgba(240, 250, 0, 0.5) url("/recurly/images/error.png") no-repeat 5px 9px;
}
.recurly .server_errors.any {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  margin: 20px 20px;
  margin-bottom: 0;
}
.recurly .contact_info,
.recurly .billing_info,
.recurly .accept_tos {
  position: relative;
  padding: 20px 20px;
  overflow: hidden;
  zoom: 1;
}
.recurly .title {
  font-size: 16px;
  height: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  color: #404041;
  text-shadow: 0 1px 0 #fff;
  float: left;
}
.recurly .credit_card,
.recurly .paypal {
  clear: both;
}
.recurly .payment_method {
  margin-bottom: 20px;
  width: 300px;
}
.recurly .payment_method .payment_option {
  float: right;
}
.recurly .payment_method .payment_option input[type=radio] {
  margin-right: 10px;
  display: none;
}
.recurly .payment_method.multiple {
  height: 34px;
  clear: both;
}
.recurly .payment_method.multiple input[type=radio] {
  display: block;
  float: left;
  height: 29px;
}
.recurly .payment_method.multiple .card_option {
  float: left;
}
.recurly .payment_method.multiple .paypal_option {
  float: right;
}
.recurly .payment_method.multiple .logo,
.recurly .payment_method.multiple .accepted_cards {
  opacity: 0.5;
}
.recurly .payment_method.multiple .payment_option:hover .logo,
.recurly .payment_method.multiple .payment_option.selected .logo,
.recurly .payment_method.multiple .payment_option:hover .accepted_cards,
.recurly .payment_method.multiple .payment_option.selected .accepted_cards {
  cursor: pointer;
  opacity: 1;
}
.recurly .payment_method .payment_option {
  line-height: 32px;
  display: block;
  height: 32px;
  line-height: 34px;
}
.recurly .payment_method .payment_option .title {
  margin: 0;
  font-size: 12px;
}
.recurly .payment_method .payment_option .icon {
  float: left;
  width: 24px;
  height: 34px;
  margin: 0 5px;
}
.recurly .payment_method .payment_option.card_option {
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.recurly .payment_method .payment_option.card_option .icon {
  width: 42px;
  background: url("/recurly/images/credit_cards/generic.png") no-repeat 0 center;
}
.recurly .payment_method .payment_option.paypal_option {
  border-radius: 0 5px 5px 0;
  float: right;
}
.recurly .payment_method .payment_option.paypal_option .logo {
  height: 24px;
  width: 90px;
  display: inline-block;
  vertical-align: middle;
  background: url("/recurly/images/paypal_logo.png") no-repeat 0 center;
}
.recurly .paypal_message {
  width: 300px;
  font-style: italic;
  margin-bottom: 10px;
}
.recurly .contact_info {
  background: url("/recurly/images/dash.png") repeat-x 1px bottom;
}
.recurly .accept_tos {
  background: url("/recurly/images/dash.png") repeat-x 1px top;
  overflow: visible;
}
.recurly .accept_tos input[type=checkbox] {
  display: inline;
  line-height: 34px;
  vertical-align: middle;
}
.recurly .accept_tos label {
  margin: 0 0 0 5px;
  display: inline;
  line-height: 34px;
  vertical-align: middle;
}
.recurly .accept_tos .field .error {
  display: block;
  position: static;
}
.recurly .field {
  display: inline;
  float: left;
  clear: left;
  width: 300px;
  height: 34px;
  margin-bottom: 20px;
  position: relative;
}
.recurly .field input[type=text] {
  width: 288px;
}
.recurly .field.company_name {
  margin-bottom: 0;
}
.recurly .field .error {
  min-width: 128px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 20px;
  z-index: 1337;
}
.recurly .field .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 9px;
  font-size: 16px;
  font-weight: normal;
  line-height: 34px;
  vertical-align: middle;
  color: #999;
  cursor: text;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: 300;
}
.recurly .field.focus .placeholder {
  color: #ccc;
}
.recurly .field.invalid .placeholder {
  color: #a77;
}
.recurly .field.coupon_code {
  width: 140px;
}
.recurly .field.coupon_code input[type=text] {
  width: 128px;
}
.recurly .field.first_name {
  clear: left;
  width: 140px;
}
.recurly .field.first_name input[type=text] {
  width: 128px;
}
.recurly .field.first_name .error {
  left: 300px;
}
.recurly .field.last_name {
  width: 140px;
  margin-left: 20px;
  clear: none;
}
.recurly .field.last_name input[type=text] {
  width: 128px;
}
.recurly .field.card_number {
  width: 220px;
}
.recurly .field.card_number input[type=text] {
  width: 208px;
}
.recurly .field.card_number .error {
  left: 300px;
}
.recurly .field.cvv {
  width: 60px;
  margin-left: 20px;
  clear: none;
}
.recurly .field.cvv input[type=text] {
  width: 48px;
}
.recurly .field.expires {
  width: 300px;
}
.recurly .field.expires input[type=text] {
  width: 288px;
}
.recurly .field.expires .title {
  float: left;
  font-size: 13px;
  line-height: 24px;
  vertical-align: middle;
  width: 59px;
}
.recurly .field.expires .month {
  float: left;
  width: 120px;
  margin-left: 0;
}
.recurly .field.expires .month input[type=text] {
  width: 108px;
}
.recurly .field.expires .year {
  float: left;
  margin-left: 1px;
  width: 60px;
}
.recurly .field.expires .year input[type=text] {
  width: 48px;
}
.recurly .field.state {
  width: 180px;
}
.recurly .field.state input[type=text] {
  width: 168px;
}
.recurly .field.state .error {
  left: 300px;
}
.recurly .field.zip {
  width: 100px;
  margin-left: 20px;
  clear: none;
}
.recurly .field.zip input[type=text] {
  width: 88px;
}
.recurly .field.vat_number {
  width: 140px;
  display: none;
}
.recurly .field.vat_number input[type=text] {
  width: 128px;
}
.recurly .field.vat_number.applicable {
  display: block;
}
.recurly .only_zipstreet .zip.field,
.recurly .only_zip .zip.field {
  margin-left: 0;
  clear: left;
}
.recurly .accepted_cards {
  display: inline-block;
  height: 34px;
  overflow: hidden;
}
.recurly .card {
  background-position: right top;
  background-repeat: no-repeat;
  text-indent: -3000px;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.recurly .card.mastercard {
  background-image: url("/recurly/images/credit_cards/mastercard.png");
}
.recurly .card.american_express {
  background-image: url("/recurly/images/credit_cards/american_express.png");
}
.recurly .card.visa {
  background-image: url("/recurly/images/credit_cards/visa.png");
}
.recurly .card.discover {
  background-image: url("/recurly/images/credit_cards/discover.png");
}
.recurly .card.jcb {
  background-image: url("/recurly/images/credit_cards/jcb.png");
}
.recurly .card.laser {
  background-image: url("/recurly/images/credit_cards/laser.png");
}
.recurly .card.diners_club {
  background-image: url("/recurly/images/credit_cards/diners_club.png");
}
.recurly .card.maestro {
  background-image: url("/recurly/images/credit_cards/maestro.png");
}
.recurly .card.no_match {
  opacity: 0.5;
}
.recurly input[type=text],
.recurly select {
  vertical-align: middle;
  color: #000;
}
.recurly input[type=text].invalid,
.recurly select.invalid {
  border-color: #a55;
  background: #fee;
  color: #311;
}
.recurly input[type=text] {
  display: block;
  background: #fff;
  border: 1px solid #a0a0a5;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-family: inherit;
  padding: 5px;
  height: 22px;
}
.recurly input[type=text][disabled] {
  background: #eee;
}
.recurly input[type=checkbox] {
  color: #f00;
}
.recurly select {
  color: inherit;
  font-family: inherit;
  width: 100%;
}
.recurly select > option {
  color: inherit;
}
.recurly .due_now {
  background: url("/recurly/images/due_now.png") no-repeat top left;
  clear: both;
  color: #2a3a3c;
  height: 70px;
  line-height: 67px;
  vertical-align: middle;
  padding: 0 25px;
  width: 460px;
  position: relative;
  left: -5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.recurly .due_now .title {
  float: left;
  font-size: 29px;
  position: relative;
}
.recurly .due_now .cost {
  color: #fff;
  float: right;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  position: relative;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
}
.recurly .footer {
  border-radius: 0px 0px 9px 9px;
  margin: 0px;
  padding: 20px;
}
.recurly.submitting .footer {
  background: url("/recurly/images/submitting.gif") no-repeat 180px 28px;
}
.recurly button.submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  padding: 4px 16px 5px;
  font-size: 16px;
  line-height: 1.5625;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 9px 16px 10px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 5px;
  color: #ffffff;
  background-color: #a93529;
  border-color: #80281f;
}
.recurly button.submit:focus,
.recurly button.submit:active:focus,
.recurly button.submit.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.recurly button.submit:hover,
.recurly button.submit:focus {
  color: #333333;
  text-decoration: none;
}
.recurly button.submit:active,
.recurly button.submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.recurly button.submit.disabled,
.recurly button.submit[disabled],
fieldset[disabled] .recurly button.submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.recurly button.submit:hover,
.recurly button.submit:focus,
.recurly button.submit:active,
.recurly button.submit.active,
.recurly button.submit.checked,
.open .dropdown-toggle.recurly button.submit {
  color: #ffffff;
  background-color: #882b21;
  border-color: #4f1913;
}
.recurly button.submit:active,
.recurly button.submit.active,
.open .dropdown-toggle.recurly button.submit {
  background-image: none;
}
.recurly button.submit.disabled,
.recurly button.submit[disabled],
fieldset[disabled] .recurly button.submit,
.recurly button.submit.disabled:hover,
.recurly button.submit[disabled]:hover,
fieldset[disabled] .recurly button.submit:hover,
.recurly button.submit.disabled:focus,
.recurly button.submit[disabled]:focus,
fieldset[disabled] .recurly button.submit:focus,
.recurly button.submit.disabled:active,
.recurly button.submit[disabled]:active,
fieldset[disabled] .recurly button.submit:active,
.recurly button.submit.disabled.active,
.recurly button.submit[disabled].active,
fieldset[disabled] .recurly button.submit.active {
  background-color: #a93529;
  border-color: #80281f;
}
.recurly button.submit .badge {
  color: #a93529;
  background-color: #ffffff;
}
.iefail {
  background: #666;
  padding: 10px;
  position: absolute;
  top: -1%;
  left: -1%;
  height: 102%;
  width: 102%;
  z-index: 9999;
}
.iefail .chromeframe {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}
.iefail .chromeframe p {
  text-align: center;
}
.iefail .chromeframe p.blast {
  font-size: 1.3em;
  font-weight: bold;
}
.iefail .chromeframe p a {
  color: #4183c4;
  text-transform: capitalize;
}
.bonus {
  margin-top: 15px;
}
.bonus .page-header h1 {
  text-align: center;
}
.bonus h2 {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
  margin-top: 0;
}
.bonus h2.direct-link {
  margin-top: 25px;
}
.bonus .bonus-banner .bonus-top {
  border-bottom: 1px solid #d9dff2;
}
.bonus .bonus-banner .title a {
  display: block;
  font-size: 18px;
  padding: 20px 62px;
  background-color: white;
  border-bottom: 1px solid #d9dff2;
  color: #405ebf;
}
.bonus .bonus-banner .title a:hover {
  background-color: #eceff9;
}
.bonus .bonus-banner a.twitter {
  background-image: url(/img/social/twitter-32.png);
  background-repeat: no-repeat;
  background-position: 16px center;
}
.bonus .bonus-banner a.facebook {
  background-image: url(/img/social/facebook-32.png);
  background-repeat: no-repeat;
  background-position: 16px center;
}
.bonus .bonus-banner a.email {
  background-image: url(/img/social/mail-32.png);
  background-repeat: no-repeat;
  background-position: 16px center;
}
.bonus .bonus-banner a.google-plus {
  background-image: url(//www.gstatic.com/images/icons/gplus-32.png);
  background-repeat: no-repeat;
  background-position: 16px center;
}
.bonus .bonus-banner a.link {
  background-image: url(/img/social/link-32.png);
  background-repeat: no-repeat;
  background-position: 16px center;
}
.bonus p.thanks {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
  text-align: center;
}
.bonus .number {
  position: absolute;
  margin-left: -13px;
  width: 26px;
  padding: 3px 0;
  text-align: center;
  background-color: #ddd;
  border-radius: 3px;
}
.bonus .number.active {
  background-color: #405ebf;
  color: white;
}
.bonus .progress {
  margin-top: 12.5px;
  margin-left: -15px;
  margin-right: -15px;
  height: 30px;
}
.bonus .perk {
  position: absolute;
  background-color: #ddd;
  border-radius: 5px;
  text-align: center;
  padding: 5px 5px;
  width: 110px;
  margin-left: -50px;
  font-size: 14px;
}
.bonus .perk:before {
  border-bottom: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
  position: absolute;
  left: 42px;
  top: -8px;
}
.bonus .perk.active {
  color: white;
  background-color: #405ebf;
}
.bonus .perk.active:before {
  border-bottom: 8px solid #405ebf;
}
.link-modal {
  text-align: center;
}
.link-modal textarea {
  width: 95%;
  margin-bottom: 0;
}
.registration_message {
  text-align: center;
  padding-bottom: 20px;
}
.author_details {
  font-size: .8em;
  color: #7a7a7a;
}
.post img {
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
}
.blog > .page-header {
  padding: 0;
  margin: 0;
  border: none;
}
.blog > .page-header h1 {
  margin: 0;
}
.blog .post .page-header h2 {
  margin-top: 0;
}
.blog .page-header h1 a {
  color: #505050;
}
.blog .page-header h1 .small {
  color: #505050;
  font-size: 16px;
  display: inline-block;
  float: right;
  margin-top: 22px;
}
.blog .blurb ul li {
  margin-bottom: 6.25px;
}
.long-form-features h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
.long-form-features img {
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
}
.long-form-features h3 {
  margin: 0;
}
.long-form-features p {
  color: #7a7a7a;
}
.long-form-features i {
  color: #798ed2;
}
.template-page-header {
  padding-top: 1.5625rem;
}
.template-page-header h1,
.template-page-header h2 {
  margin-top: 6px;
  margin-right: 7.8125;
  line-height: 1;
}
.template-thumbnail .thumbnail {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.template-thumbnail .thumbnail img {
  width: 100%;
}
.template-thumbnail a {
  padding: 0px;
}
.template-thumbnail a h3 {
  color: #a93529;
  margin: 10px 0px 10px 20px;
}
.template-thumbnail .caption {
  background: #f8f8f8;
  border-top: 1px solid #ddd;
}
.template-section-header {
  margin-top: 0px;
}
.download-buttons,
.social_buttons {
  padding-top: 20px;
}
.sample-template {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.template-details-section {
  padding-bottom: 20px;
}
.searchResult h1 {
  color: #a93529;
}
.searchResult img {
  max-width: 100%;
  height: auto;
}
.template-large-pdf-preview img {
  max-width: 100%;
}
.wiki {
  /*<![CDATA[*/
  /**
	 * GeSHi Dynamically Generated Stylesheet
	 * --------------------------------------
	 * Dynamically generated stylesheet for latex
	 * CSS class: source-latex, CSS id: 
	 * GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann
	 * (http://qbnz.com/highlighter/ and http://geshi.org/)
	 * --------------------------------------
	 */
  /*]]>*/
}
.wiki .contents ul {
  padding: 0;
}
.wiki .contents ul li {
  font-size: 14px;
  list-style: none;
  margin-bottom: 6px;
}
.wiki .contents h2 {
  font-size: 18px;
}
.wiki .page-header a {
  font-size: 0.8em;
  line-height: 1;
}
.wiki .editsection {
  display: none;
}
.wiki table {
  margin-bottom: 12.5px;
}
.wiki table th,
.wiki table td {
  padding: 6.25px 12.5px;
  border-bottom: 1px solid #cfcfcf;
}
.wiki table th {
  font-weight: 700;
  text-align: left;
  font-family: "PT Serif", serif;
}
.wiki .example .code pre {
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 12.5px;
  white-space: pre-wrap;
  margin: 0;
}
.wiki .example .output img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  box-shadow: 0 1px 3px #a4a4a4;
  border-radius: 6px;
}
@media (min-width: 1360px) {
  .wiki .example {
    margin-right: -200px;
  }
}
.wiki .source-latex {
  line-height: normal;
}
.wiki .source-latex li,
.wiki .source-latex pre {
  line-height: normal;
  border: 0px none white;
}
.wiki .latex.source-latex .imp {
  font-weight: bold;
  color: red;
}
.wiki .latex.source-latex li,
.wiki .latex.source-latex .li1 {
  font-weight: normal;
  vertical-align: top;
}
.wiki .latex.source-latex .ln {
  width: 1px;
  text-align: right;
  margin: 0;
  padding: 0 2px;
  vertical-align: top;
}
.wiki .latex.source-latex .li2 {
  font-weight: bold;
  vertical-align: top;
}
.wiki .latex.source-latex .kw1 {
  color: #800000;
}
.wiki .latex.source-latex .co1 {
  color: #2C922C;
  font-style: italic;
}
.wiki .latex.source-latex .es0 {
  color: #000000;
  font-weight: bold;
}
.wiki .latex.source-latex .sy0 {
  color: #E02020;
}
.wiki .latex.source-latex .st0 {
  color: #000000;
}
.wiki .latex.source-latex .re1 {
  color: #8020E0;
  font-weight: normal;
}
.wiki .latex.source-latex .re2 {
  color: #C08020;
  font-weight: normal;
}
.wiki .latex.source-latex .re3 {
  color: #8020E0;
  font-weight: normal;
}
.wiki .latex.source-latex .re4 {
  color: #800000;
  font-weight: normal;
}
.wiki .latex.source-latex .re5 {
  color: #00008B;
  font-weight: bold;
}
.wiki .latex.source-latex .re6 {
  color: #800000;
  font-weight: normal;
}
.wiki .latex.source-latex .re7 {
  color: #0000D0;
  font-weight: normal;
}
.wiki .latex.source-latex .re8 {
  color: #C00000;
  font-weight: normal;
}
.wiki .latex.source-latex .re9 {
  color: #2020C0;
  font-weight: normal;
}
.wiki .latex.source-latex .re10 {
  color: #800000;
  font-weight: normal;
}
.wiki .latex.source-latex .re11 {
  color: #E00000;
  font-weight: normal;
}
.wiki .latex.source-latex .re12 {
  color: #800000;
  font-weight: normal;
}
.wiki .latex.source-latex .ln-xtra,
.wiki .latex.source-latex li.ln-xtra,
.wiki .latex.source-latex div.ln-xtra {
  background-color: #ffc;
}
.wiki .latex.source-latex span.xtra {
  display: block;
}
.translations-message {
  padding: 6.25px 12.5px;
  background-color: #fef4e5;
  color: #333;
  border-bottom: 1px solid #cfcfcf;
  text-align: center;
}
.translations-message img {
  vertical-align: text-bottom;
  margin-bottom: -1px;
}
