html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

button {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-spacing: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

html {
  font-size: 18px; }
  @media only screen and (min-width: 1824px) {
    html {
      font-size: 20px; } }
  @media only screen and (max-device-width: 960px) {
    html {
      font-size: 14px; } }
  @media only screen and (min-width: 321px) and (max-width: 768px) {
    html {
      font-size: 14px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    html {
      font-size: 14px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    html {
      font-size: 14px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    html {
      font-size: 14px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) {
    html {
      font-size: 14px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) {
    html {
      font-size: 14px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    html {
      font-size: 14px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    html {
      font-size: 15px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    html {
      font-size: 14px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    html {
      font-size: 15px; } }

body {
  font-size: 100%;
  font-family: "jaf-bernino-sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.8);
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
.h1 {
  font-size: 2em;
  line-height: 1.4;
  font-weight: 500; }

h2,
.h2 {
  font-size: 1.66em;
  line-height: 1.4;
  font-weight: 500; }

h3,
.h3 {
  font-size: 1.33em;
  line-height: 1.4;
  font-weight: 500; }

h4,
.h4 {
  font-size: 1em;
  line-height: 1.4;
  font-weight: 500; }

h5,
.h5 {
  font-size: 0.77em;
  line-height: 1.4;
  font-weight: 500; }

h6,
.h6 {
  font-size: 0.66em;
  line-height: 1.4;
  font-weight: 500; }

p {
  font-size: 1em;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 1em; }

.t-sans-serif {
  font-family: "jaf-bernino-sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; }

.t-serif {
  font-family: "ff-meta-serif-web-pro", Georgia, Times, serif; }

.t-light {
  font-weight: 300; }

.t-regular {
  font-weight: 500; }

.t-bold,
b,
strong,
em {
  font-weight: 700; }

.t-extra-bold {
  font-weight: 900; }

.t-italic {
  font-style: italic; }

.t-underline {
  font-style: underline; }

.t-uppercase {
  text-transform: uppercase; }

.t-white {
  color: white; }

.t-black {
  color: rgba(0, 0, 0, 0.8); }

.t-navy {
  color: rgba(0, 0, 0, 0.8); }

.t-red {
  color: rgba(0, 0, 0, 0.8); }

*[class*="-holder"],
.holder {
  display: block;
  padding-left: 1em !important;
  padding-right: 1em !important; }

.holder-large {
  max-width: 100%;
  width: 960px; }
  @media only screen and (min-width: 768px) {
    .holder-large {
      width: 960px; } }
  @media only screen and (min-width: 1824px) {
    .holder-large {
      width: 1200px; } }
  @media only screen and (min-width: 321px) and (max-width: 768px) {
    .holder-large {
      width: 100%; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .holder-large {
      width: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .holder-large {
      width: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) {
    .holder-large {
      width: 100%; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .holder-large {
      width: 100%; } }
  @media only screen and (max-device-width: 960px) {
    .holder-large {
      width: 100%; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .holder-large {
      width: 960px; } }

.holder-medium {
  max-width: 700px; }
  @media only screen and (min-width: 768px) {
    .holder-medium {
      max-width: 700px; } }
  @media only screen and (min-width: 1824px) {
    .holder-medium {
      max-width: 700px; } }
  @media only screen and (min-width: 321px) and (max-width: 768px) {
    .holder-medium {
      max-width: 500px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .holder-medium {
      max-width: 500px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .holder-medium {
      max-width: 80%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) {
    .holder-medium {
      max-width: 80%; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .holder-medium {
      max-width: 80%; } }
  @media only screen and (max-device-width: 960px) {
    .holder-medium {
      max-width: 80%; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .holder-medium {
      max-width: 500px; } }

.row,
.flexirow {
  display: block;
  white-space: nowrap; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .row,
    .flexirow {
      padding: 1em; } }
  @media only screen and (min-width: 321px) and (max-width: 768px) {
    .row,
    .flexirow {
      padding: 1em; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .row,
    .flexirow {
      padding: 1em; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .row,
    .flexirow {
      display: block;
      white-space: nowrap; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .flexirow * {
    max-width: 100%; } }
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .flexirow * {
    max-width: 100%; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .flexirow * {
    max-width: 100%; } }

.row > * {
  display: inline-block;
  white-space: normal; }

.row > .row {
  display: inline-block;
  white-space: nowrap; }

.flexirow > * {
  display: inline-block;
  white-space: normal; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .flexirow > * {
      display: block;
      width: auto;
      margin-left: 0 !important;
      margin-right: 0 !important; } }
  @media only screen and (min-width: 321px) and (max-width: 768px) {
    .flexirow > * {
      display: block;
      width: auto;
      margin-left: 0 !important;
      margin-right: 0 !important; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .flexirow > * {
      display: block;
      width: auto;
      margin-left: 0 !important;
      margin-right: 0 !important; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .flexirow > * {
      display: inline-block;
      width: auto;
      margin-left: 0 !important;
      margin-right: 0 !important; } }

.row.col1-2 > *:first-child,
.row.col1-2 > *:nth-child(2) {
  width: 50%; }

.flexirow.col1-2 > *:first-child,
.flexirow.col1-2 > *:nth-child(2) {
  width: 50%; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .flexirow.col1-2 > *:first-child,
    .flexirow.col1-2 > *:nth-child(2) {
      width: auto; } }
  @media only screen and (min-width: 321px) and (max-width: 768px) {
    .flexirow.col1-2 > *:first-child,
    .flexirow.col1-2 > *:nth-child(2) {
      width: auto; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .flexirow.col1-2 > *:first-child,
    .flexirow.col1-2 > *:nth-child(2) {
      width: auto; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .flexirow.col1-2 > *:first-child,
    .flexirow.col1-2 > *:nth-child(2) {
      width: 50%; } }

.col1-3 > *:first-child,
.col1-3 > *:nth-child(2),
.col1-3 > *:nth-child(3) {
  width: 33.3333333%; }

.row.col1-3 > *:first-child,
.row.col1-3 > *:nth-child(2),
.row.col1-3 > *:nth-child(3) {
  width: 33.3333333%; }

.flexirow.col1-3 > *:first-child,
.flexirow.col1-3 > *:nth-child(2),
.flexirow.col1-3 > *:nth-child(3) {
  width: 33.3333333%; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .flexirow.col1-3 > *:first-child,
    .flexirow.col1-3 > *:nth-child(2),
    .flexirow.col1-3 > *:nth-child(3) {
      width: auto; } }
  @media only screen and (min-width: 321px) and (max-width: 768px) {
    .flexirow.col1-3 > *:first-child,
    .flexirow.col1-3 > *:nth-child(2),
    .flexirow.col1-3 > *:nth-child(3) {
      width: auto; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .flexirow.col1-3 > *:first-child,
    .flexirow.col1-3 > *:nth-child(2),
    .flexirow.col1-3 > *:nth-child(3) {
      width: auto; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .flexirow.col1-3 > *:first-child,
    .flexirow.col1-3 > *:nth-child(2),
    .flexirow.col1-3 > *:nth-child(3) {
      width: 33.3333333%; } }

.row.col2-3 > *:first-child {
  width: 66.666666%; }

.flexirow.col2-3 > *:first-child {
  width: 66.666666%; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .flexirow.col2-3 > *:first-child {
      width: auto; } }
  @media only screen and (min-width: 321px) and (max-width: 768px) {
    .flexirow.col2-3 > *:first-child {
      width: auto; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .flexirow.col2-3 > *:first-child {
      width: auto; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .flexirow.col2-3 > *:first-child {
      width: 66.666666%; } }

.row.col2-3 > *:nth-child(2) {
  width: 33.33333%; }

.flexirow.col2-3 > *:nth-child(2) {
  width: 33.33333%; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .flexirow.col2-3 > *:nth-child(2) {
      width: auto; } }
  @media only screen and (min-width: 321px) and (max-width: 768px) {
    .flexirow.col2-3 > *:nth-child(2) {
      width: auto; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .flexirow.col2-3 > *:nth-child(2) {
      width: auto; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .flexirow.col2-3 > *:nth-child(2) {
      width: 33.33333%; } }

@media only screen and (min-width: 1824px) {
  .masonry-holder {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20;
    -moz-column-gap: 20;
    column-gap: 20; } }
@media only screen and (min-width: 768px) {
  .masonry-holder {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 15;
    -moz-column-gap: 15;
    column-gap: 15; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .masonry-holder {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10;
    -moz-column-gap: 10;
    column-gap: 10; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .masonry-holder {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10;
    -moz-column-gap: 10;
    column-gap: 10; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .masonry-holder {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 10;
    -moz-column-gap: 10;
    column-gap: 10; } }

@media only screen and (min-width: 1824px) {
  .masonry-holder-square {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20;
    -moz-column-gap: 20;
    column-gap: 20; } }
@media only screen and (min-width: 768px) {
  .masonry-holder-square {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15;
    -moz-column-gap: 15;
    column-gap: 15; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .masonry-holder-square {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10;
    -moz-column-gap: 10;
    column-gap: 10; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .masonry-holder-square {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10;
    -moz-column-gap: 10;
    column-gap: 10; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .masonry-holder-square {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 10;
    -moz-column-gap: 10;
    column-gap: 10; } }

.masonry-item {
  display: inline-block;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  width: 100%; }
  @media only screen and (min-width: 1824px) {
    .masonry-item {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) {
    .masonry-item {
      margin-bottom: 15px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .masonry-item {
      margin-bottom: 10px; } }

.box {
  display: -moz-box;
  display: -ms-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

*[class*="-box"] {
  display: -moz-box;
  display: -ms-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.box-v {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.box-h {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }

.box-l {
  -moz-box-pack: start;
  -ms-box-pack: start;
  -webkit-box-pack: start;
  box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.box-c {
  -moz-box-pack: center;
  -ms-box-pack: center;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.box-r {
  -moz-box-pack: end;
  -ms-box-pack: end;
  -webkit-box-pack: end;
  box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.box-j {
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  justify-content: space-around;
  -webkit-box-pack: justify;
  box-pack: justify;
  -ms-box-pack: justify; }

.box-t {
  -moz-box-align: start;
  -ms-box-align: start;
  -webkit-box-align: start;
  box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.box-m {
  -moz-box-align: center;
  -ms-box-align: center;
  -webkit-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.box-b {
  -moz-box-align: end;
  -ms-box-align: end;
  -webkit-box-align: end;
  box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.box.box-h.box-l,
*[class*="-box"].h.l,
*[class*="-box"].box-h.box-l {
  -moz-box-pack: start;
  -ms-box-pack: start;
  -webkit-box-pack: start;
  box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.box.box-h.box-c,
*[class*="-box"].h.c,
*[class*="-box"].box-h.box-c {
  -moz-box-pack: center;
  -ms-box-pack: center;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.box.box-h.box-r,
*[class*="-box"].h.r,
*[class*="-box"].box-h.box-r {
  -moz-box-pack: end;
  -ms-box-pack: end;
  -webkit-box-pack: end;
  box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.box.box-v.box-l,
*[class*="-box"].v.l,
*[class*="-box"].box-v.box-l {
  -moz-box-align: start;
  -ms-box-align: start;
  -webkit-box-align: start;
  box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.box.box-v.box-c,
*[class*="-box"].v.c,
*[class*="-box"].box-v.box-c {
  -moz-box-align: center;
  -ms-box-align: center;
  -webkit-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: inherit;
  justify-content: inherit; }

.box.box-v.box-r,
*[class*="-box"].v.r,
*[class*="-box"].box-v.box-r {
  -moz-box-align: end;
  -ms-box-align: end;
  -webkit-box-align: end;
  box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.box.box-h.box-t,
*[class*="-box"].h.t,
*[class*="-box"].box-h.box-t {
  -moz-box-align: start;
  -ms-box-align: start;
  -webkit-box-align: start;
  box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.box.box-h.box-m,
*[class*="-box"].h.m,
*[class*="-box"].box-h.box-m {
  -moz-box-align: center;
  -ms-box-align: center;
  -webkit-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.box.box-h.box-b,
*[class*="-box"].h.b,
*[class*="-box"].box-h.box-b {
  -moz-box-align: end;
  -ms-box-align: end;
  -webkit-box-align: end;
  box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.box.box-v.box-t,
*[class*="-box"].v.t,
*[class*="-box"].box-v.box-t {
  -moz-box-pack: start;
  -ms-box-pack: start;
  -webkit-box-pack: start;
  box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.box.box-v.box-m,
*[class*="-box"].v.m,
*[class*="-box"].box-v.box-m {
  -moz-box-pack: center;
  -ms-box-pack: center;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.box.v.b,
.box.box-v.box-b,
*[class*="-box"].v.b,
*[class*="-box"].box-v.box-b {
  -moz-box-pack: end;
  -ms-box-pack: end;
  -webkit-box-pack: end;
  box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.box.wrap,
*[class*="-box"].wrap {
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-1 {
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1;
  flex: 1; }

.flex-2 {
  -moz-box-flex: 2;
  -ms-box-flex: 2;
  -webkit-box-flex: 2;
  box-flex: 2;
  -ms-flex: 2 0 auto;
  -webkit-flex: 2;
  flex: 2; }

.order-1 {
  -moz-box-ordinal-group: 1;
  -webkit-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.order-2 {
  -moz-box-ordinal-group: 2;
  -webkit-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.order-3 {
  -moz-box-ordinal-group: 3;
  -webkit-box-ordinal-group: 3;
  box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.split-box {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .split-box {
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; } }

.mosaic {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding-bottom: 5em !important; }

.mosaic-item {
  background: #eee;
  border: 0px solid #fff;
  display: block;
  position: relative;
  float: left;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 0.5em;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.mosaic-item:hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  outline: 1px rgba(255, 255, 255, 0.35) solid;
  outline-offset: -1em; }

.mosaic-item:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.5832) 10%, rgba(0, 0, 0, 0.4096) 20%, rgba(0, 0, 0, 0.2744) 30%, rgba(0, 0, 0, 0.1728) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.0512) 60%, rgba(0, 0, 0, 0.0216) 70%, rgba(0, 0, 0, 0.0064) 80%, rgba(0, 0, 0, 0.0008) 90%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.5832) 10%, rgba(0, 0, 0, 0.4096) 20%, rgba(0, 0, 0, 0.2744) 30%, rgba(0, 0, 0, 0.1728) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.0512) 60%, rgba(0, 0, 0, 0.0216) 70%, rgba(0, 0, 0, 0.0064) 80%, rgba(0, 0, 0, 0.0008) 90%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.5832) 10%, rgba(0, 0, 0, 0.4096) 20%, rgba(0, 0, 0, 0.2744) 30%, rgba(0, 0, 0, 0.1728) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.0512) 60%, rgba(0, 0, 0, 0.0216) 70%, rgba(0, 0, 0, 0.0064) 80%, rgba(0, 0, 0, 0.0008) 90%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5832) 10%, rgba(0, 0, 0, 0.4096) 20%, rgba(0, 0, 0, 0.2744) 30%, rgba(0, 0, 0, 0.1728) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.0512) 60%, rgba(0, 0, 0, 0.0216) 70%, rgba(0, 0, 0, 0.0064) 80%, rgba(0, 0, 0, 0.0008) 90%, rgba(0, 0, 0, 0) 100%); }

.mosaic > .mosaic-item:nth-of-type(1) {
  width: 100%;
  height: calc(100% / 1 * 2/3);
  margin-bottom: 1em;
  font-size: 1.2em; }

.mosaic > .mosaic-item:nth-of-type(2) {
  width: calc(100% * 1/3);
  height: calc(100% / 2 * 2/3);
  margin-bottom: 0; }

.mosaic > .mosaic-item:nth-of-type(3) {
  width: calc(100% * 2/3);
  height: calc(100% / 2 * 2/3);
  margin-bottom: 0; }

.mosaic > .mosaic-item:nth-of-type(4),
.mosaic > .mosaic-item:nth-of-type(5),
.mosaic > .mosaic-item:nth-of-type(6) {
  width: calc(100% * 1/3);
  height: calc(100% / 2.5 * 2/3);
  margin-bottom: 1em; }

.mosaic > .mosaic-item:nth-of-type(7) {
  width: 100%;
  height: calc(100% / 1 * 2/3);
  margin-bottom: 1em;
  font-size: 1.2em; }

.mosaic > .mosaic-item:nth-of-type(8) {
  width: calc(100% / 2);
  height: calc(25% * 2/3);
  margin-bottom: 0; }

.mosaic > .mosaic-item:nth-of-type(9) {
  width: calc(100% / 2);
  height: calc(100% / 2 * 2/3);
  float: right;
  margin-bottom: 1em; }

.mosaic > .mosaic-item:nth-of-type(10) {
  width: calc(100% * 1/ 2);
  height: calc(100% / 4 * 2/3);
  margin-bottom: 1em; }

.mosaic.grid-9 > .mosaic-item:nth-of-type(8) {
  width: calc(100% * 1/ 2);
  height: calc(100% / 2 * 2/3); }

.mosaic.grid-8 > .mosaic-item:nth-of-type(7),
.mosaic.grid-8 > .mosaic-item:nth-of-type(8) {
  width: calc(100% * 2/3);
  height: calc(66.666666666% * 2/3);
  margin-bottom: 1em; }

.mosaic.grid-8 > .mosaic-item:nth-of-type(8) {
  width: calc(100% * 1/3);
  height: calc(66.666666666% * 2/3);
  margin-bottom: 1em; }

.mosaic.grid-6 > .mosaic-item:nth-of-type(2) {
  width: calc(100% / 2);
  height: calc(100% / 2 * 2/3); }

.mosaic.grid-6 > .mosaic-item:nth-of-type(3),
.mosaic.grid-6 > .mosaic-item:nth-of-type(4),
.mosaic.grid-6 > .mosaic-item:nth-of-type(5),
.mosaic.grid-6 > .mosaic-item:nth-of-type(6) {
  width: calc(100% / 4);
  height: calc(100% / 4 * 2/3); }

.mosaic.grid-4 > .mosaic-item:nth-of-type(2),
.mosaic.grid-4 > .mosaic-item:nth-of-type(3),
.mosaic.grid-4 > .mosaic-item:nth-of-type(4) {
  width: calc(100% / 3);
  height: calc(100% / 3 * 2/3); }

.mosaic-meta {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 1em 1.5em;
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  z-index: 101; }

.mosaic-meta h3 {
  font-size: 1.3em;
  line-height: 1.3em;
  color: rgba(255, 255, 255, 0.85);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0); }

.mosaic-item:hover h3 {
  -webkit-transform: translate3d(0, -1em, 0);
  transform: translate3d(0, -20px, 0);
  color: white; }

.mosaic-meta h5 {
  font-size: 0.55em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0); }

.mosaic-item:hover h5 {
  -webkit-transform: translate3d(0, -1em, 0);
  transform: translate3d(0, -20px, 0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.d-table {
  display: table; }

.d-row {
  display: table-row; }

.d-cell {
  display: table-cell; }

.d-caption {
  display: table-caption; }

.d-block {
  display: block; }

.d-inline {
  display: inline-block; }

.d-flex {
  display: -moz-box;
  display: -ms-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.is-hidden,
.hide {
  display: none !important; }

.centerme {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0px; }

.h-left {
  text-align: left; }

.h-center {
  text-align: center; }

.h-center-children + * {
  text-align: center; }

.h-center-all > * {
  text-align: center; }

.h-right {
  text-align: right; }

.v-top {
  vertical-align: bottom; }

.v-middle {
  vertical-align: middle; }

.v-middle-children + * {
  vertical-align: middle; }

.v-middle-all > * {
  vertical-align: middle; }

.v-bottom {
  vertical-align: bottom; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .m-centered,
  .m-centered + * {
    text-align: center!important; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .m-centered,
  .m-centered + * {
    text-align: center!important; } }

.round {
  border-radius: 50%; }

.h-100 {
  height: 100%; }

.w-100 {
  width: 100%; }

.w-50 {
  width: 50%; }

.h-auto {
  height: auto; }

.w-auto {
  width: auto; }

.w-1-3 {
  width: 33.333333333%; }

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.bg-fixed {
  background-attachment: fixed !important; }

.bg-stretch:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.bg-gradient:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.5832) 10%, rgba(0, 0, 0, 0.4096) 20%, rgba(0, 0, 0, 0.2744) 30%, rgba(0, 0, 0, 0.1728) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.0512) 60%, rgba(0, 0, 0, 0.0216) 70%, rgba(0, 0, 0, 0.0064) 80%, rgba(0, 0, 0, 0.0008) 90%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.5832) 10%, rgba(0, 0, 0, 0.4096) 20%, rgba(0, 0, 0, 0.2744) 30%, rgba(0, 0, 0, 0.1728) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.0512) 60%, rgba(0, 0, 0, 0.0216) 70%, rgba(0, 0, 0, 0.0064) 80%, rgba(0, 0, 0, 0.0008) 90%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.5832) 10%, rgba(0, 0, 0, 0.4096) 20%, rgba(0, 0, 0, 0.2744) 30%, rgba(0, 0, 0, 0.1728) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.0512) 60%, rgba(0, 0, 0, 0.0216) 70%, rgba(0, 0, 0, 0.0064) 80%, rgba(0, 0, 0, 0.0008) 90%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5832) 10%, rgba(0, 0, 0, 0.4096) 20%, rgba(0, 0, 0, 0.2744) 30%, rgba(0, 0, 0, 0.1728) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.0512) 60%, rgba(0, 0, 0, 0.0216) 70%, rgba(0, 0, 0, 0.0064) 80%, rgba(0, 0, 0, 0.0008) 90%, rgba(0, 0, 0, 0) 100%); }

.is-animated,
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-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);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: black; }
  .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.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .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-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@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; } }
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0; }

.modal {
  left: 50%;
  bottom: auto;
  right: auto;
  padding: 0;
  width: 500px;
  margin-left: -250px;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box; }

.modal.container {
  max-width: none; }

.modal-open {
  overflow: hidden; }

/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: scroll; }

@media (max-width: 979px) {
  .modal-open.page-overflow .page-container .navbar-fixed-top,
  .modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: visible; } }
.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto; }

.modal {
  outline: none;
  position: absolute;
  margin-top: 0;
  top: 50%;
  overflow: visible;
  /* allow content to popup out (i.e tooltips) */ }

.modal.fade {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out; }

.modal.fade.in {
  top: 50%; }

.modal-body {
  max-height: none;
  overflow: visible; }

.modal.modal-absolute {
  position: absolute;
  z-index: 950; }

.modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px; }

.modal-backdrop.modal-absolute {
  position: absolute;
  z-index: 940; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #fff; }

.modal.container {
  width: 940px;
  margin-left: -470px; }

/* Modal Overflow */
.modal-overflow.modal {
  top: 1%; }

.modal-overflow.modal.fade {
  top: -100%; }

.modal-overflow.modal.fade.in {
  top: 1%; }

.modal-overflow .modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* Responsive */
@media (min-width: 1200px) {
  .modal.container {
    width: 1170px;
    margin-left: -585px; } }
@media (max-width: 979px) {
  .modal,
  .modal.container,
  .modal.modal-overflow {
    top: 1%;
    right: 1%;
    left: 1%;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important; }

  .modal.fade.in,
  .modal.container.fade.in,
  .modal.modal-overflow.fade.in {
    top: 1%;
    bottom: auto; }

  .modal-body,
  .modal-overflow .modal-body {
    position: static;
    margin: 0;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important; }

  .modal-footer,
  .modal-overflow .modal-footer {
    position: static; } }
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px; }

/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  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;
  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: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }

  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 30px; }

  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.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="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@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 .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .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;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.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-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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .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; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .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: white;
  border-color: #cccccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: white;
    border-color: #cccccc; }
  .btn-default .badge {
    color: white;
    background-color: #333333; }

.btn-primary {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: white; }

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: white;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: white; }

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: white;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: white; }

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: white; }

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: white; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .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: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.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;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .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: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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: 0;
    color: white;
    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%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    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 white;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: white; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  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;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
#powerTip {
  cursor: default;
  background-color: #424242;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 1px rgba(255, 255, 255, 0.2) inset, 0 -2px 2px #323232 inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 1px rgba(255, 255, 255, 0.2) inset, 0 -2px 2px #323232 inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 1px rgba(255, 255, 255, 0.2) inset, 0 -2px 2px #323232 inset;
  border: 1px solid #000000;
  border-radius: 6px;
  color: #ffffff;
  display: none;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647; }

#powerTip:before {
  content: "";
  position: absolute; }

#powerTip.n:before, #powerTip.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px; }

#powerTip.e:before, #powerTip.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%; }

#powerTip.n:before {
  border-top: 10px solid #000000;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px; }

#powerTip.e:before {
  border-right: 10px solid #000000;
  border-right: 10px solid rgba(0, 0, 0, 0.8);
  left: -10px; }

#powerTip.s:before {
  border-bottom: 10px solid #000000;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  top: -10px; }

#powerTip.w:before {
  border-left: 10px solid #000000;
  border-left: 10px solid rgba(0, 0, 0, 0.8);
  right: -10px; }

#powerTip.ne:before, #powerTip.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px; }

#powerTip.nw:before, #powerTip.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px; }

#powerTip.ne:before, #powerTip.nw:before {
  border-top: 10px solid #000000;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px; }

#powerTip.se:before, #powerTip.sw:before {
  border-bottom: 10px solid #000000;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  top: -10px; }

#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-top: 10px solid #000000;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 10px; }

#powerTip.ne-alt:before {
  left: auto;
  right: 10px; }

#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-top: none;
  border-bottom: 10px solid #000000;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  bottom: auto;
  top: -10px; }

#powerTip.se-alt:before {
  left: auto;
  right: 10px; }

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(https://s3.amazonaws.com/static.tripchum.com/images/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(https://s3.amazonaws.com/static.tripchum.com/images/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(https://s3.amazonaws.com/static.tripchum.com/images/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(https://s3.amazonaws.com/static.tripchum.com/images/fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(https://s3.amazonaws.com/static.tripchum.com/images/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url(https://s3.amazonaws.com/static.tripchum.com/images/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.btn {
  font-weight: 300;
  margin: 0 5px 5px 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }

.btn.active {
  box-shadow: none; }

.btn .caret {
  margin: -2px 0 0 6px; }

.btn [class^="fa"], .btn[class*="fa"] {
  display: inline-block;
  margin-right: 8px; }

.btn-default, .btn-default.disabled, .btn-default[disabled] {
  background: #bbbbbb;
  border-color: #bbbbbb;
  color: #ffffff; }

.btn-default .caret {
  border-top-color: #ffffff; }

.btn-default:hover, .btn-default.active {
  background: transparent;
  color: #aaaaaa;
  border-color: #bbbbbb; }

.btn-default:hover .caret, .btn-default.active .caret {
  border-top-color: #bbbbbb; }

.btn-primary {
  background: #00a3fe;
  border-color: #00a3fe; }

.btn-primary:hover, .btn-primary.active {
  background: transparent;
  color: #00a3fe;
  border-color: #00a3fe; }

.btn-primary:hover .caret, .btn-primary.active .caret {
  border-top-color: #00a3fe; }

.btn-success {
  background: #60c560;
  border-color: #60c560; }

.btn-success:hover, .btn-success.active {
  background: transparent;
  color: #60c560;
  border-color: #60c560; }

.btn-success:hover .caret, .btn-success.active .caret {
  border-top-color: #bbbbbb; }

.btn-info:hover, .btn-info.active {
  background: transparent;
  color: #5bc0de;
  border-color: #5bc0de; }

.btn-info:hover .caret, .btn-info.active .caret {
  border-top-color: #5bc0de; }

.btn-warning:hover, .btn-warning.active {
  background: transparent;
  color: #f0ad4e;
  border-color: #f0ad4e; }

.btn-warning:hover .caret, .btn-warning.active .caret {
  border-top-color: #f0ad4e; }

.btn-danger:hover, .btn-danger.active {
  background: transparent;
  color: #d9534f;
  border-color: #d9534f; }

.btn-danger:hover .caret, .btn-danger.active .caret {
  border-top-color: #d9534f; }

.btn-magenta {
  background: #d94084;
  border-color: #d94084;
  color: #ffffff; }

.btn-magenta:hover, .btn-magenta.active {
  background: transparent;
  color: #d94084;
  border-color: #d94084; }

.btn-magenta:hover .caret, .btn-magenta.active .caret {
  border-top-color: #d94084; }

.btn-default-outline, .btn-primary-outline, .btn-success-outline, .btn-info-outline, .btn-warning-outline, .btn-danger-outline {
  background: transparent; }

.btn-default-outline {
  color: #999999;
  border: 1px solid #bbbbbb; }

.btn-default-outline .caret {
  border-top-color: #bbbbbb; }

.btn-default-outline:hover, .btn-default-outline.active {
  background: #bbbbbb;
  color: #ffffff; }

.btn-default-outline:hover .caret, .btn-default-outline.active .caret {
  border-top-color: #ffffff; }

.btn-primary-outline {
  color: #00a3fe;
  border: 1px solid #00a3fe; }

.btn-primary-outline .caret {
  border-top-color: #00a3fe; }

.btn-primary-outline:hover, .btn-primary-outline.active {
  background: #00a3fe;
  color: #ffffff; }

.btn-primary-outline:hover .caret, .btn-primary-outline.active .caret {
  border-top-color: #ffffff; }

.btn-success-outline {
  color: #60c560;
  border: 1px solid #60c560; }

.btn-success-outline .caret {
  border-top-color: #60c560; }

.btn-success-outline:hover, .btn-success-outline.active {
  background: #60c560;
  color: #ffffff; }

.btn-success-outline:hover .caret, .btn-success-outline.active .caret {
  border-top-color: #ffffff; }

.btn-info-outline {
  color: #5bc0de;
  border: 1px solid #5bc0de; }

.btn-info-outline .caret {
  border-top-color: #5bc0de; }

.btn-info-outline:hover, .btn-info-outline.active {
  background: #5bc0de;
  color: #ffffff; }

.btn-info-outline:hover .caret, .btn-info-outline.active .caret {
  border-top-color: #ffffff; }

.btn-warning-outline {
  color: #f0ad4e;
  border: 1px solid #f0ad4e; }

.btn-warning-outline .caret {
  border-top-color: #f0ad4e; }

.btn-warning-outline:hover, .btn-warning-outline.active {
  background: #f0ad4e;
  color: #ffffff; }

.btn-warning-outline:hover .caret, .btn-warning-outline.active .caret {
  border-top-color: #ffffff; }

.btn-danger-outline {
  color: #d9534f;
  border: 1px solid #d9534f; }

.btn-danger-outline .caret {
  border-top-color: #d9534f; }

.btn-danger-outline:hover, .btn-danger-outline.active {
  background: #d9534f;
  color: #ffffff; }

.btn-danger-outline:hover .caret, .btn-danger-outline.active .caret {
  border-top-color: #ffffff; }

.btn-magenta-outline {
  color: #d94084;
  border: 1px solid #d94084; }

.btn-magenta-outline .caret {
  border-top-color: #d94084; }

.btn-magenta-outline:hover, .btn-magenta-outline.active {
  background: #d94084;
  color: #ffffff; }

.btn-magenta-outline:hover .caret, .btn-magenta-outline.active .caret {
  border-top-color: #ffffff; }

.btn-group {
  margin: 0 5px 5px 0; }

.btn-group.pull-right {
  margin-right: 0; }

.btn-group > .btn {
  margin: 0; }

.btn-group > .btn + .dropdown-toggle {
  margin-left: 1px; }

.btn-group > .btn + .dropdown-toggle .caret {
  margin-left: 0; }

.btn-group > .btn + .dropdown-toggle[class^="-outline"], .btn-group > .btn + .dropdown-toggle[class*="-outline"] {
  margin-left: -1px; }

.btn-group.dropup .btn .caret {
  border-bottom-color: #ffffff; }

.btn-group.dropup .btn:hover[class^="-outline"] .caret, .btn-group.dropup .btn:hover[class*="-outline"] .caret {
  border-bottom-color: #ffffff; }

.btn-group.dropup .btn-default:hover .caret, .btn-group.dropup .btn-default-outline .caret {
  border-bottom-color: #bbbbbb; }

.btn-group.dropup .btn-primary:hover .caret, .btn-group.dropup .btn-primary-outline .caret {
  border-bottom-color: #00a3fe; }

.btn-group.dropup .btn-success:hover .caret, .btn-group.dropup .btn-success-outline .caret {
  border-bottom-color: #60c560; }

.btn-group.dropup .btn-info:hover .caret, .btn-group.dropup .btn-info-outline .caret {
  border-bottom-color: #5bc0de; }

.btn-group.dropup .btn-warning:hover .caret, .btn-group.dropup .btn-warning-outline .caret {
  border-bottom-color: #f0ad4e; }

.btn-group.dropup .btn-danger:hover .caret, .btn-group.dropup .btn-danger-outline .caret {
  border-bottom-color: #d9534f; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #00a3fe; }

/*----------------------------------------------------------------------------------- */
/*  Tripchum themes*/
/*----------------------------------------------------------------------------------- */
.btn-pink {
  color: #ffffff;
  background-color: #ec008c; }

.btn-pink:hover, .btn-pink:focus {
  color: #ffffff;
  background-color: #d3007d; }

.btn-pink-outline {
  color: #ec008c;
  border: 1px solid #ec008c; }

.btn-pink-outline .caret {
  border-top-color: #ec008c; }

.btn-pink-outline:hover, .btn-pink-outline.active {
  background: #ec008c;
  color: #ffffff; }

.btn-pink-outline:hover .caret, .btn-pink-outline.active .caret {
  border-top-color: #ffffff; }

.btn-green {
  color: #ffffff;
  background-color: #3fb873; }

.btn-green:hover, .btn-green:focus {
  color: #ffffff;
  background-color: #38a567; }

.btn-green-outline {
  color: #3fb873;
  border: 1px solid #3fb873; }

.btn-green-outline .caret {
  border-top-color: #3fb873; }

.btn-green-outline:hover, .btn-green-outline.active {
  background: #3fb873;
  color: #ffffff; }

.btn-green-outline:hover .caret, .btn-green-outline.active .caret {
  border-top-color: #ffffff; }

.btn-navy {
  color: #ffffff;
  background-color: #145072; }

.btn-navy:hover, .btn-navy:focus {
  color: #ffffff;
  background-color: #10415c; }

.btn-navy-outline {
  color: #145072;
  border: 1px solid #145072; }

.btn-navy-outline .caret {
  border-top-color: #145072; }

.btn-navy-outline:hover, .btn-navy-outline.active {
  background: #145072;
  color: #ffffff; }

.btn-navy-outline:hover .caret, .btn-navy-outline.active .caret {
  border-top-color: #ffffff; }

.btn-fb {
  color: #ffffff;
  background-color: #3a589a;
  height: 44px;
  border-radius: 3px; }

.btn-fb:hover, .btn-fb:focus {
  color: #ffffff;
  background-color: #334d87; }

.btn-fb i {
  height: 100%;
  width: 30px;
  font-size: 1.7em; }

.btn-fb span {
  border-left: 1px solid #1e2e50;
  font-family: "jaf-bernino-sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 1.2em;
  font-weight: 300 !important;
  padding-left: 10px; }

.btn-clear-white {
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.9); }

.btn-clear-white:hover, .btn-clear-white.active {
  background: rgba(0, 0, 0, 0.02);
  color: rgba(255, 255, 255, 0.98); }

.chat-page button:active:focus,
.chat-page button.active:focus,
.chat-page button:active.focus {
  outline: 0;
  outline-offset: 0px; }

.chat-page button:focus,
.chat-page button.focus {
  -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);
  outline: 0;
  outline-offset: 0px; }