.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !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^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@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.woff2') format('woff2'), 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: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur: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";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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 {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
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: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
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.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -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-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 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: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1230px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.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:hover > .active,
.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: #dff0d8;
}
.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:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.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: #d9edf7;
}
.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:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.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: #fcf8e3;
}
.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:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.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: #f2dede;
}
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  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.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-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, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    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-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.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-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.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,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  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,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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 + .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,
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.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.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 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: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.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: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 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: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #fff;
  background-color: #337ab7;
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.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: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            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-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@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 .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .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;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .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: #555;
    background-color: #e7e7e7;
  }
  .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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .3s ease;
       -o-transition: width .3s ease;
          transition: width .3s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.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: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.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: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.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;
  margin-top: -10px;
}
.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;
  font-family: serif;
  line-height: 1;
}
.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd: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,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-inline-block {
    display: inline-block !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: 1229px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1230px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/*
Template Name: OneHope
Template URI: http://html.flytemplates.com/onehope
Author: FlyTemplates
Author URI: http://flytemplates.com
Description: OneHope is a Non-Profit Charity Theme
Version: 1.0.1
License: http://flytemplates.com
License URI: http://flytemplates.com
Tags: responsive-layout


	WARNING! DO NOT EDIT THIS FILE!

	To make it easy to update your theme, you should not edit the styles in this file. Instead use
	the custom.css file to add your styles. You can copy a style from this file and paste it in
	custom.css and it will override the style in this file. You have been warned! :)


	CSS STRUCTURE:

	FONTS
		- Google Fonts
		- Material Icons
		- Font Icons

	GLOBAL RESET

	PAGE LOADER

	GENERAL
		- General Styles
		- Typography
		- Helper Classes

	LAYOUT
		- Content and Sidebar Layout
		- Header
		- Video or Image in Header
		- Footer

	COMPONENTS
		- Technical Styles
		- Overlay
		- Logo
		- Map
		- Page Title
		- Page Subtitle
		- Styled Title
		- Become a Volunteer Button
		- Back To Top Button

	BUTTONS

	FORMS
		- Form Fields
		- CheckBoxes, Radios
		- Search Form in Header
		- Contact Form
		- Donation Form
		- Widget Search
		- Comment Form
		- Select2

	NAVIGATION
		- Navigation Bar
		- Dropdown Menu
		- Button for Mobile Menu

	PAGINATION
		- Pagination
		- Pager

	SLIDERS
		- Owl Slider Basics
		- Main Slider
		- Testimonials Slider
		- Slider with Thumbnails
		- Post Slider
		- Twitter Slider
		- Fly Slider

	CARDS

	POSTS
		- Posts Layout
		- General Post Styles
		- Posts in SideBar
		- Posts in Footer

	POST DETAILS
		- BlockQuote
		- Unordered List
		- Ordered List
		- Definition List
		- HighLighted First Letter
		- Blog Details
		- Article Details

	COMMENTS

	PROJECTS
		- Projects Layout
		- Project

	EVENTS
		- Events Layout
		- Event

	SERVICES

	TEAM
		- Team Members Layout
		- Team Member

	WIDGETS
		- SideBar Widget Styles
		- Footer Widget Styles
		- Widget Gallery
		- Widget Twitter
		- Widget Text
		- Widget Categories
		- Widget Tags
		- Widget Log In
		- Widget Subscribe
		- Widget Calendar
		- Widget Facebook
		- Widget About The Author
		- Widget Skills

	SECTIONS
		- General Section Styles
		- Call To Action
		- Testimonials
		- Statistics
		- Timeline

	TABS

	TOGGLES

	EFFECTS
		- Waves
		- BS Slider Effects
		- Flipping Effect

	SWIPEBOX
*/
/*-----------------------------------*/
/* Google Fonts */
/*-----------------------------------*/
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 400;
	src: local('Raleway Italic'), local('Raleway-Italic'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptsg8zYS_SKggPNyCg4TYFv.ttf) format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 500;
	src: local('Raleway Medium Italic'), local('Raleway-MediumItalic'),
		url(https://fonts.gstatic.com/s/raleway/v12/1Ptpg8zYS_SKggPNyCgwvqJ_AtCe.ttf) format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 600;
	src: local('Raleway SemiBold Italic'), local('Raleway-SemiBoldItalic'),
		url(https://fonts.gstatic.com/s/raleway/v12/1Ptpg8zYS_SKggPNyCgwkqV_AtCe.ttf) format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 700;
	src: local('Raleway Bold Italic'), local('Raleway-BoldItalic'),
		url(https://fonts.gstatic.com/s/raleway/v12/1Ptpg8zYS_SKggPNyCgw9qR_AtCe.ttf) format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	src: local('Raleway Medium'), local('Raleway-Medium'),
		url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwN4rWqZPBQ.ttf) format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
		url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwPIsWqZPBQ.ttf) format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwJYtWqZPBQ.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1Mu51xIIzc.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
		url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51S7ACc6CsE.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
		url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TzBic6CsE.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
/*-----------------------------------*/
/* Material Icons */
/*-----------------------------------*/
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/materialicons/v36/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
}
.material-icons {
	font-size: inherit;
	line-height: inherit;
	font-feature-settings: 'liga' 1;
}
/*-----------------------------------*/
/* Font Icons */
/*-----------------------------------*/
@font-face {
	font-family: 'onehope';
	src: url('fonts/onehope/onehope.eot');
	src: url('fonts/onehope/onehope.eot?#iefix') format('embedded-opentype'), url('fonts/onehope/onehope.ttf') format('truetype'),
		url('fonts/onehope/onehope.woff') format('woff'), url('fonts/onehope/onehope.svg#onehope') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
	font-family: 'onehope';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-02:before {
	content: '\e900';
}
.icon-01:before {
	content: '\e901';
}
.icon-03:before {
	content: '\e902';
}
.icon-04:before {
	content: '\e903';
}
.icon-quotes:before {
	content: '\e904';
}
/*-----------------------------------*/
/* Global Reset */
/*-----------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}
/*-----------------------------------*/
/* Page Loader */
/*-----------------------------------*/
.page-loader-overflow-hidden {
	overflow: hidden;
}
.page-loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background-color: #fff;
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.8s, visibility 0.8s;
	-moz-transition: opacity 0.8s, visibility 0.8s;
	-o-transition: opacity 0.8s, visibility 0.8s;
	-ms-transition: opacity 0.8s, visibility 0.8s;
	transition: opacity 0.8s, visibility 0.8s;
}
.page-loader.inactive {
	visibility: hidden;
	opacity: 0;
}
/* Preloader Wheel */
/*-----------------------------------*/
.preloader-wheel {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}
.preloader-wheel.active {
	/* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
	-webkit-animation: container-rotate 1568ms linear infinite;
	animation: container-rotate 1568ms linear infinite;
}
.preloader-wheel.small {
	width: 60px;
	height: 60px;
}
.preloader-wheel.big {
	width: 140px;
	height: 140px;
}
@-webkit-keyframes container-rotate {
	to {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes container-rotate {
	to {
		transform: rotate(360deg);
	}
}
.spinner-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-color: #95d0ed;
}
.spinner-blue,
.spinner-blue-only {
	border-color: #4285f4;
}
.spinner-red,
.spinner-red-only {
	border-color: #db4437;
}
.spinner-yellow,
.spinner-yellow-only {
	border-color: #f4b400;
}
.spinner-green,
.spinner-green-only {
	border-color: #0f9d58;
}
/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
	/* durations: 4 * ARCTIME */
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,
		blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-red {
	/* durations: 4 * ARCTIME */
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,
		red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-yellow {
	/* durations: 4 * ARCTIME */
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,
		yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,
		yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green {
	/* durations: 4 * ARCTIME */
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,
		green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
	/* durations: 4 * ARCTIME */
	opacity: 1;
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
	12.5% {
		-webkit-transform: rotate(135deg);
	}
	/* 0.5 * ARCSIZE */
	25% {
		-webkit-transform: rotate(270deg);
	}
	/* 1   * ARCSIZE */
	37.5% {
		-webkit-transform: rotate(405deg);
	}
	/* 1.5 * ARCSIZE */
	50% {
		-webkit-transform: rotate(540deg);
	}
	/* 2   * ARCSIZE */
	62.5% {
		-webkit-transform: rotate(675deg);
	}
	/* 2.5 * ARCSIZE */
	75% {
		-webkit-transform: rotate(810deg);
	}
	/* 3   * ARCSIZE */
	87.5% {
		-webkit-transform: rotate(945deg);
	}
	/* 3.5 * ARCSIZE */
	to {
		-webkit-transform: rotate(1080deg);
	}
	/* 4   * ARCSIZE */
}
@keyframes fill-unfill-rotate {
	12.5% {
		transform: rotate(135deg);
	}
	/* 0.5 * ARCSIZE */
	25% {
		transform: rotate(270deg);
	}
	/* 1   * ARCSIZE */
	37.5% {
		transform: rotate(405deg);
	}
	/* 1.5 * ARCSIZE */
	50% {
		transform: rotate(540deg);
	}
	/* 2   * ARCSIZE */
	62.5% {
		transform: rotate(675deg);
	}
	/* 2.5 * ARCSIZE */
	75% {
		transform: rotate(810deg);
	}
	/* 3   * ARCSIZE */
	87.5% {
		transform: rotate(945deg);
	}
	/* 3.5 * ARCSIZE */
	to {
		transform: rotate(1080deg);
	}
	/* 4   * ARCSIZE */
}
@-webkit-keyframes blue-fade-in-out {
	from {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	26% {
		opacity: 0;
	}
	89% {
		opacity: 0;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blue-fade-in-out {
	from {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	26% {
		opacity: 0;
	}
	89% {
		opacity: 0;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes red-fade-in-out {
	from {
		opacity: 0;
	}
	15% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	51% {
		opacity: 0;
	}
}
@keyframes red-fade-in-out {
	from {
		opacity: 0;
	}
	15% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	51% {
		opacity: 0;
	}
}
@-webkit-keyframes yellow-fade-in-out {
	from {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	76% {
		opacity: 0;
	}
}
@keyframes yellow-fade-in-out {
	from {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	76% {
		opacity: 0;
	}
}
@-webkit-keyframes green-fade-in-out {
	from {
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes green-fade-in-out {
	from {
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
	position: absolute;
	top: 0;
	left: 45%;
	width: 10%;
	height: 100%;
	overflow: hidden;
	border-color: inherit;
}
.gap-patch .circle {
	width: 1000%;
	left: -450%;
}
.circle-clipper {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
	border-color: inherit;
}
.circle-clipper .circle {
	width: 200%;
	height: 100%;
	border-width: 2px;
	/* STROKEWIDTH */
	border-style: solid;
	border-color: inherit;
	border-bottom-color: transparent !important;
	border-radius: 50%;
	-webkit-animation: none;
	animation: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
.circle-clipper.left .circle {
	left: 0;
	border-right-color: transparent !important;
	-webkit-transform: rotate(129deg);
	transform: rotate(129deg);
}
.circle-clipper.right .circle {
	left: -100%;
	border-left-color: transparent !important;
	-webkit-transform: rotate(-129deg);
	transform: rotate(-129deg);
}
.active .circle-clipper.left .circle {
	/* duration: ARCTIME */
	-webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.right .circle {
	/* duration: ARCTIME */
	-webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
	from {
		-webkit-transform: rotate(130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(130deg);
	}
}
@keyframes left-spin {
	from {
		transform: rotate(130deg);
	}
	50% {
		transform: rotate(-5deg);
	}
	to {
		transform: rotate(130deg);
	}
}
@-webkit-keyframes right-spin {
	from {
		-webkit-transform: rotate(-130deg);
	}
	50% {
		-webkit-transform: rotate(5deg);
	}
	to {
		-webkit-transform: rotate(-130deg);
	}
}
@keyframes right-spin {
	from {
		transform: rotate(-130deg);
	}
	50% {
		transform: rotate(5deg);
	}
	to {
		transform: rotate(-130deg);
	}
}
#spinnerContainer.cooldown {
	/* duration: SHRINK_TIME */
	-webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
	animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@-webkit-keyframes fade-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fade-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/*-----------------------------------*/
/* General Styles */
/*-----------------------------------*/
html.hidden {
	display: block !important;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #4b4b4b;
	letter-spacing: 0;
	background: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	overflow-x: hidden;
	-webkit-transition: opacity 0.4s linear;
	-moz-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	-ms-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
}
@media only screen and (max-width: 1229px) {
	body {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	body {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
}
body.body-hide {
	opacity: 0;
}
.oldie body {
	background: none;
	filter: none;
	font-size: 22px;
	color: #4b4b4b;
	text-align: center;
	padding-top: 200px;
}
::-moz-selection {
	background: #95d0ed;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #95d0ed;
	color: #fff;
	text-shadow: none;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
img.inline {
	display: inline-block;
}
.gm-style img {
	display: inline-block;
	max-width: none;
}
embed,
iframe {
	max-width: 100%;
	border: none;
}
.video-player {
	width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 1;
	color: #232829;
	text-transform: none;
	letter-spacing: 0;
	margin: 0 0 0.8em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
.h1 a:focus,
.h2 a:focus,
.h3 a:focus,
.h4 a:focus,
.h5 a:focus,
.h6 a:focus {
	color: #254d6e;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
.h1 a:active,
.h2 a:active,
.h3 a:active,
.h4 a:active,
.h5 a:active,
.h6 a:active {
	color: #53b5e6;
}
/*-----------------------------------*/
/* Typography */
/*-----------------------------------*/
h1,
.h1 {
	font-size: 64px;
}
h2,
.h2 {
	font-size: 32px;
}
h3,
.h3 {
	font-size: 28px;
}
h4,
.h4 {
	font-size: 24px;
}
h5,
.h5 {
	font-size: 20px;
}
h6,
.h6 {
	font-size: 16px;
}
@media only screen and (max-width: 991px) {
	h1,
	.h1 {
		font-size: 28px;
	}
	h2,
	.h2 {
		font-size: 24px;
	}
	h3,
	.h3 {
		font-size: 22px;
	}
	h4,
	.h4 {
		font-size: 20px;
	}
	h5,
	.h5 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 479px) {
	h1,
	.h1 {
		font-size: 24px;
	}
	h2,
	.h2 {
		font-size: 20px;
	}
	h3,
	.h3 {
		font-size: 18px;
	}
	h4,
	.h4 {
		font-size: 16px;
	}
	h5,
	.h5 {
		font-size: 15px;
	}
	h6,
	.h6 {
		font-size: 14px;
	}
}
a {
	color: #195c94;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
a:focus {
	outline: none;
	text-decoration: none;
	color: #95d0ed;
}
a:hover,
a:active {
	color: #143a5a;
	text-decoration: none;
	outline: none;
}
a:active {
	background-color: transparent;
}
a.link-underlined {
	text-decoration: underline;
}
em {
	font-style: italic;
}
strong {
	font-weight: 700;
}
small {
	font-size: 85%;
}
pre {
	border-radius: 0;
}
i {
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-style: normal;
}
p {
	line-height: 1.5;
	word-wrap: break-word;
	margin-bottom: 1em;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	border-radius: 0;
}
/*-----------------------------------*/
/* Helper Classes */
/*-----------------------------------*/
.flexbox .flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.no-flexbox .flex-container:before,
.no-flexbox .flex-container:after {
	content: '';
	display: table;
}
.no-flexbox .flex-container:after {
	clear: both;
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.notransform {
	text-transform: none !important;
}
.italic {
	font-style: italic !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.inline-block {
	display: inline-block !important;
}
.position-static {
	position: static !important;
}
.position-relative {
	position: relative !important;
}
.position-absolute {
	position: absolute !important;
}
.position-fixed {
	position: fixed !important;
}
.font-thin {
	font-weight: 100 !important;
}
.font-light {
	font-weight: 300 !important;
}
.font-normal {
	font-weight: 400 !important;
}
.font-medium {
	font-weight: 500 !important;
}
.font-semi {
	font-weight: 600 !important;
}
.font-bold {
	font-weight: 700 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.text-md {
	font-size: 16px !important;
}
.text-sm {
	font-size: 15px !important;
}
.text-xs {
	font-size: 14px !important;
}
.padding-top-0 {
	padding-top: 0px !important;
}
.padding-bottom-0 {
	padding-bottom: 0px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-0 {
		padding-top: 0px !important;
	}
	.padding-bottom-0 {
		padding-bottom: 0px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-0 {
		padding-top: 0px !important;
	}
	.padding-bottom-0 {
		padding-bottom: 0px !important;
	}
}
.padding-top-10 {
	padding-top: 10px !important;
}
.padding-bottom-10 {
	padding-bottom: 10px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-10 {
		padding-top: 6px !important;
	}
	.padding-bottom-10 {
		padding-bottom: 6px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-10 {
		padding-top: 4px !important;
	}
	.padding-bottom-10 {
		padding-bottom: 4px !important;
	}
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-bottom-20 {
	padding-bottom: 20px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-20 {
		padding-top: 12px !important;
	}
	.padding-bottom-20 {
		padding-bottom: 12px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-20 {
		padding-top: 8px !important;
	}
	.padding-bottom-20 {
		padding-bottom: 8px !important;
	}
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-bottom-30 {
	padding-bottom: 30px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-30 {
		padding-top: 18px !important;
	}
	.padding-bottom-30 {
		padding-bottom: 18px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-30 {
		padding-top: 12px !important;
	}
	.padding-bottom-30 {
		padding-bottom: 12px !important;
	}
}
.padding-top-40 {
	padding-top: 40px !important;
}
.padding-bottom-40 {
	padding-bottom: 40px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-40 {
		padding-top: 24px !important;
	}
	.padding-bottom-40 {
		padding-bottom: 24px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-40 {
		padding-top: 16px !important;
	}
	.padding-bottom-40 {
		padding-bottom: 16px !important;
	}
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-bottom-50 {
	padding-bottom: 50px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-50 {
		padding-top: 30px !important;
	}
	.padding-bottom-50 {
		padding-bottom: 30px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-50 {
		padding-top: 20px !important;
	}
	.padding-bottom-50 {
		padding-bottom: 20px !important;
	}
}
.padding-top-60 {
	padding-top: 60px !important;
}
.padding-bottom-60 {
	padding-bottom: 60px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-60 {
		padding-top: 36px !important;
	}
	.padding-bottom-60 {
		padding-bottom: 36px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-60 {
		padding-top: 24px !important;
	}
	.padding-bottom-60 {
		padding-bottom: 24px !important;
	}
}
.padding-top-70 {
	padding-top: 70px !important;
}
.padding-bottom-70 {
	padding-bottom: 70px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-70 {
		padding-top: 42px !important;
	}
	.padding-bottom-70 {
		padding-bottom: 42px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-70 {
		padding-top: 28px !important;
	}
	.padding-bottom-70 {
		padding-bottom: 28px !important;
	}
}
.padding-top-80 {
	padding-top: 80px !important;
}
.padding-bottom-80 {
	padding-bottom: 80px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-80 {
		padding-top: 48px !important;
	}
	.padding-bottom-80 {
		padding-bottom: 48px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-80 {
		padding-top: 32px !important;
	}
	.padding-bottom-80 {
		padding-bottom: 32px !important;
	}
}
.padding-top-90 {
	padding-top: 90px !important;
}
.padding-bottom-90 {
	padding-bottom: 90px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-90 {
		padding-top: 54px !important;
	}
	.padding-bottom-90 {
		padding-bottom: 54px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-90 {
		padding-top: 36px !important;
	}
	.padding-bottom-90 {
		padding-bottom: 36px !important;
	}
}
.padding-top-100 {
	padding-top: 100px !important;
}
.padding-bottom-100 {
	padding-bottom: 100px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-100 {
		padding-top: 60px !important;
	}
	.padding-bottom-100 {
		padding-bottom: 60px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-100 {
		padding-top: 40px !important;
	}
	.padding-bottom-100 {
		padding-bottom: 40px !important;
	}
}
.padding-top-110 {
	padding-top: 110px !important;
}
.padding-bottom-110 {
	padding-bottom: 110px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-110 {
		padding-top: 66px !important;
	}
	.padding-bottom-110 {
		padding-bottom: 66px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-110 {
		padding-top: 44px !important;
	}
	.padding-bottom-110 {
		padding-bottom: 44px !important;
	}
}
.padding-top-120 {
	padding-top: 120px !important;
}
.padding-bottom-120 {
	padding-bottom: 120px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-120 {
		padding-top: 72px !important;
	}
	.padding-bottom-120 {
		padding-bottom: 72px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-120 {
		padding-top: 48px !important;
	}
	.padding-bottom-120 {
		padding-bottom: 48px !important;
	}
}
.padding-top-130 {
	padding-top: 130px !important;
}
.padding-bottom-130 {
	padding-bottom: 130px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-130 {
		padding-top: 78px !important;
	}
	.padding-bottom-130 {
		padding-bottom: 78px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-130 {
		padding-top: 52px !important;
	}
	.padding-bottom-130 {
		padding-bottom: 52px !important;
	}
}
.padding-top-140 {
	padding-top: 140px !important;
}
.padding-bottom-140 {
	padding-bottom: 140px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-140 {
		padding-top: 84px !important;
	}
	.padding-bottom-140 {
		padding-bottom: 84px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-140 {
		padding-top: 56px !important;
	}
	.padding-bottom-140 {
		padding-bottom: 56px !important;
	}
}
.padding-top-150 {
	padding-top: 150px !important;
}
.padding-bottom-150 {
	padding-bottom: 150px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-150 {
		padding-top: 90px !important;
	}
	.padding-bottom-150 {
		padding-bottom: 90px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-150 {
		padding-top: 60px !important;
	}
	.padding-bottom-150 {
		padding-bottom: 60px !important;
	}
}
.padding-top-160 {
	padding-top: 160px !important;
}
.padding-bottom-160 {
	padding-bottom: 160px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-160 {
		padding-top: 96px !important;
	}
	.padding-bottom-160 {
		padding-bottom: 96px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-160 {
		padding-top: 64px !important;
	}
	.padding-bottom-160 {
		padding-bottom: 64px !important;
	}
}
.padding-top-170 {
	padding-top: 170px !important;
}
.padding-bottom-170 {
	padding-bottom: 170px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-170 {
		padding-top: 102px !important;
	}
	.padding-bottom-170 {
		padding-bottom: 102px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-170 {
		padding-top: 68px !important;
	}
	.padding-bottom-170 {
		padding-bottom: 68px !important;
	}
}
.padding-top-180 {
	padding-top: 180px !important;
}
.padding-bottom-180 {
	padding-bottom: 180px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-180 {
		padding-top: 108px !important;
	}
	.padding-bottom-180 {
		padding-bottom: 108px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-180 {
		padding-top: 72px !important;
	}
	.padding-bottom-180 {
		padding-bottom: 72px !important;
	}
}
.padding-top-190 {
	padding-top: 190px !important;
}
.padding-bottom-190 {
	padding-bottom: 190px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-190 {
		padding-top: 114px !important;
	}
	.padding-bottom-190 {
		padding-bottom: 114px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-190 {
		padding-top: 76px !important;
	}
	.padding-bottom-190 {
		padding-bottom: 76px !important;
	}
}
.padding-top-200 {
	padding-top: 200px !important;
}
.padding-bottom-200 {
	padding-bottom: 200px !important;
}
@media only screen and (max-width: 1229px) {
	.padding-top-200 {
		padding-top: 120px !important;
	}
	.padding-bottom-200 {
		padding-bottom: 120px !important;
	}
}
@media only screen and (max-width: 767px) {
	.padding-top-200 {
		padding-top: 80px !important;
	}
	.padding-bottom-200 {
		padding-bottom: 80px !important;
	}
}
.margin-top-0 {
	margin-top: 0px !important;
}
.margin-bottom-0 {
	margin-bottom: 0px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-0 {
		margin-top: 0px !important;
	}
	.margin-bottom-0 {
		margin-bottom: 0px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-0 {
		margin-top: 0px !important;
	}
	.margin-bottom-0 {
		margin-bottom: 0px !important;
	}
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-10 {
		margin-top: 6px !important;
	}
	.margin-bottom-10 {
		margin-bottom: 6px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-10 {
		margin-top: 4px !important;
	}
	.margin-bottom-10 {
		margin-bottom: 4px !important;
	}
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-20 {
		margin-top: 12px !important;
	}
	.margin-bottom-20 {
		margin-bottom: 12px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-20 {
		margin-top: 8px !important;
	}
	.margin-bottom-20 {
		margin-bottom: 8px !important;
	}
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-30 {
		margin-top: 18px !important;
	}
	.margin-bottom-30 {
		margin-bottom: 18px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-30 {
		margin-top: 12px !important;
	}
	.margin-bottom-30 {
		margin-bottom: 12px !important;
	}
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-40 {
		margin-top: 24px !important;
	}
	.margin-bottom-40 {
		margin-bottom: 24px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-40 {
		margin-top: 16px !important;
	}
	.margin-bottom-40 {
		margin-bottom: 16px !important;
	}
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-50 {
		margin-top: 30px !important;
	}
	.margin-bottom-50 {
		margin-bottom: 30px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-50 {
		margin-top: 20px !important;
	}
	.margin-bottom-50 {
		margin-bottom: 20px !important;
	}
}
.margin-top-60 {
	margin-top: 60px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-60 {
		margin-top: 36px !important;
	}
	.margin-bottom-60 {
		margin-bottom: 36px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-60 {
		margin-top: 24px !important;
	}
	.margin-bottom-60 {
		margin-bottom: 24px !important;
	}
}
.margin-top-70 {
	margin-top: 70px !important;
}
.margin-bottom-70 {
	margin-bottom: 70px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-70 {
		margin-top: 42px !important;
	}
	.margin-bottom-70 {
		margin-bottom: 42px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-70 {
		margin-top: 28px !important;
	}
	.margin-bottom-70 {
		margin-bottom: 28px !important;
	}
}
.margin-top-80 {
	margin-top: 80px !important;
}
.margin-bottom-80 {
	margin-bottom: 80px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-80 {
		margin-top: 48px !important;
	}
	.margin-bottom-80 {
		margin-bottom: 48px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-80 {
		margin-top: 32px !important;
	}
	.margin-bottom-80 {
		margin-bottom: 32px !important;
	}
}
.margin-top-90 {
	margin-top: 90px !important;
}
.margin-bottom-90 {
	margin-bottom: 90px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-90 {
		margin-top: 54px !important;
	}
	.margin-bottom-90 {
		margin-bottom: 54px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-90 {
		margin-top: 36px !important;
	}
	.margin-bottom-90 {
		margin-bottom: 36px !important;
	}
}
.margin-top-100 {
	margin-top: 100px !important;
}
.margin-bottom-100 {
	margin-bottom: 100px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-100 {
		margin-top: 60px !important;
	}
	.margin-bottom-100 {
		margin-bottom: 60px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-100 {
		margin-top: 40px !important;
	}
	.margin-bottom-100 {
		margin-bottom: 40px !important;
	}
}
.margin-top-110 {
	margin-top: 110px !important;
}
.margin-bottom-110 {
	margin-bottom: 110px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-110 {
		margin-top: 66px !important;
	}
	.margin-bottom-110 {
		margin-bottom: 66px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-110 {
		margin-top: 44px !important;
	}
	.margin-bottom-110 {
		margin-bottom: 44px !important;
	}
}
.margin-top-120 {
	margin-top: 120px !important;
}
.margin-bottom-120 {
	margin-bottom: 120px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-120 {
		margin-top: 72px !important;
	}
	.margin-bottom-120 {
		margin-bottom: 72px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-120 {
		margin-top: 48px !important;
	}
	.margin-bottom-120 {
		margin-bottom: 48px !important;
	}
}
.margin-top-130 {
	margin-top: 130px !important;
}
.margin-bottom-130 {
	margin-bottom: 130px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-130 {
		margin-top: 78px !important;
	}
	.margin-bottom-130 {
		margin-bottom: 78px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-130 {
		margin-top: 52px !important;
	}
	.margin-bottom-130 {
		margin-bottom: 52px !important;
	}
}
.margin-top-140 {
	margin-top: 140px !important;
}
.margin-bottom-140 {
	margin-bottom: 140px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-140 {
		margin-top: 84px !important;
	}
	.margin-bottom-140 {
		margin-bottom: 84px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-140 {
		margin-top: 56px !important;
	}
	.margin-bottom-140 {
		margin-bottom: 56px !important;
	}
}
.margin-top-150 {
	margin-top: 150px !important;
}
.margin-bottom-150 {
	margin-bottom: 150px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-150 {
		margin-top: 90px !important;
	}
	.margin-bottom-150 {
		margin-bottom: 90px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-150 {
		margin-top: 60px !important;
	}
	.margin-bottom-150 {
		margin-bottom: 60px !important;
	}
}
.margin-top-160 {
	margin-top: 160px !important;
}
.margin-bottom-160 {
	margin-bottom: 160px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-160 {
		margin-top: 96px !important;
	}
	.margin-bottom-160 {
		margin-bottom: 96px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-160 {
		margin-top: 64px !important;
	}
	.margin-bottom-160 {
		margin-bottom: 64px !important;
	}
}
.margin-top-170 {
	margin-top: 170px !important;
}
.margin-bottom-170 {
	margin-bottom: 170px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-170 {
		margin-top: 102px !important;
	}
	.margin-bottom-170 {
		margin-bottom: 102px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-170 {
		margin-top: 68px !important;
	}
	.margin-bottom-170 {
		margin-bottom: 68px !important;
	}
}
.margin-top-180 {
	margin-top: 180px !important;
}
.margin-bottom-180 {
	margin-bottom: 180px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-180 {
		margin-top: 108px !important;
	}
	.margin-bottom-180 {
		margin-bottom: 108px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-180 {
		margin-top: 72px !important;
	}
	.margin-bottom-180 {
		margin-bottom: 72px !important;
	}
}
.margin-top-190 {
	margin-top: 190px !important;
}
.margin-bottom-190 {
	margin-bottom: 190px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-190 {
		margin-top: 114px !important;
	}
	.margin-bottom-190 {
		margin-bottom: 114px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-190 {
		margin-top: 76px !important;
	}
	.margin-bottom-190 {
		margin-bottom: 76px !important;
	}
}
.margin-top-200 {
	margin-top: 200px !important;
}
.margin-bottom-200 {
	margin-bottom: 200px !important;
}
@media only screen and (max-width: 1229px) {
	.margin-top-200 {
		margin-top: 120px !important;
	}
	.margin-bottom-200 {
		margin-bottom: 120px !important;
	}
}
@media only screen and (max-width: 767px) {
	.margin-top-200 {
		margin-top: 80px !important;
	}
	.margin-bottom-200 {
		margin-bottom: 80px !important;
	}
}
/*-----------------------------------*/
/* Content and Sidebar Layout */
/*-----------------------------------*/
.page-wrapper {
	padding: 90px 0 90px;
}
@media only screen and (max-width: 1229px) {
	.page-wrapper {
		padding: 72px 0 72px;
	}
}
@media only screen and (max-width: 991px) {
	.page-wrapper {
		padding: 50px 0 30px;
	}
}
.content,
.sidebar {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.sidebar {
	display: none;
}
.page-sidebar .content,
.page-sidebar-left .content {
	float: left;
	width: 75%;
}
.page-sidebar .sidebar,
.page-sidebar-left .sidebar {
	display: block;
	float: right;
	width: 25%;
}
@media only screen and (max-width: 991px) {
	.page-sidebar .content,
	.page-sidebar-left .content,
	.page-sidebar .sidebar,
	.page-sidebar-left .sidebar {
		width: 100%;
		float: none !important;
	}
}
.page-sidebar-left .content {
	float: right;
}
.page-sidebar-left .sidebar {
	float: left;
}
.page-narrow .content {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.page-narrow .sidebar {
	display: none;
}
/*-----------------------------------*/
/* Header */
/*-----------------------------------*/
.video-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	overflow: hidden;
}
.video-container iframe {
	max-width: none;
}
.header {
	position: relative;
}
/*-----------------------------------*/
/* Video or Image in Header */
/*-----------------------------------*/
.fly-header {
	position: relative;
	z-index: 0;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 230px;
	padding-bottom: 170px;
}
@media only screen and (max-width: 1229px) {
	.fly-header {
		padding-top: 200px;
		padding-bottom: 150px;
	}
}
@media only screen and (max-width: 991px) {
	.fly-header {
		padding-top: 150px;
		padding-bottom: 140px;
	}
}
@media only screen and (max-width: 767px) {
	.fly-header {
		padding-top: 120px;
		padding-bottom: 100px;
	}
}
.fly-header.full-height {
	padding-top: 100px;
	padding-bottom: 0;
}
.fly-header:after {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.fly-header .fly-header-content {
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	position: relative;
	z-index: 1;
}
/*-----------------------------------*/
/* Footer */
/*-----------------------------------*/
.footer {
	background-color: #254d6e;
	font-size: 14px;
	color: #d4d4d4;
}
.footer .logo {
	text-align: left;
	margin-bottom: 30px;
}
.footer-top {
	position: relative;
	padding: 60px 0 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 767px) {
	.footer-top {
		padding: 50px 0 0;
	}
}
.footer-top .col-md-3:nth-child(4n + 1) {
	clear: left;
}
@media only screen and (max-width: 991px) {
	.footer-top .col-sm-6:nth-child(2n + 1) {
		clear: left;
	}
}
.footer-bottom {
	padding: 25px 0;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.footer-bottom {
		display: block !important;
		padding: 20px 0 35px;
	}
}
.footer-copyright {
	line-height: 1.2;
}
.no-flexbox .footer-copyright {
	float: left;
	margin-top: 12px;
}
@media only screen and (max-width: 767px) {
	.no-flexbox .footer-copyright {
		float: none;
		margin-top: 0;
	}
}
@media only screen and (max-width: 1229px) {
	.footer-copyright {
		font-size: 13px;
	}
}
.footer-social {
	margin: 0 -14px;
}
@media only screen and (max-width: 767px) {
	.footer-social {
		margin-bottom: 10px;
	}
}
.no-flexbox .footer-social {
	float: right;
}
@media only screen and (max-width: 767px) {
	.no-flexbox .footer-social {
		float: none;
	}
}
.footer-social li {
	float: left;
	margin-left: 2px;
}
.footer-social a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	color: #9a9c9d;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.footer-social a:hover,
.footer-social a:active {
	background-color: rgba(255, 255, 255, 0.1);
}
/*-----------------------------------*/
/* Technical Styles */
/*-----------------------------------*/
.scrollbar-detect {
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: scroll;
}
.scrollbar-detect span {
	display: block;
}
.full-height {
	height: 100vh;
}
@media only screen and (max-width: 991px) {
	.screen-resolution {
		display: none;
	}
}
/*-----------------------------------*/
/* Overlay */
/*-----------------------------------*/
.overlay {
	position: relative;
}
.overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.27);
}
/*-----------------------------------*/
/* Aditional */
/*-----------------------------------*/
.card-det{
	margin-bottom: 0 !important;
	border-radius: 5px;
}
.card-det h3{
	font-size: 23px !important;
}
.light-round{
	border-radius: 7px;
}
.arrow-cont{
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 30%;
	transform: scale(0.9) translate(-100px, -5px);
	margin-top: -20px;
}
.arroww{
	margin: 5px;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.arrow-body{
	background-color: #FAA725;
	width: 10px;
	height: 30px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.arrow-pointer{
	/* background-color: #FAA725; */
	width: 0; 
	height: 0; 
	margin-top: -4px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 22px solid #FAA725;
	border-radius: 40%;
}
@media screen and (max-width: 766px) {
	.marg-6{
		margin-left: 6vw;
		margin-right: 6vw;
	}
	.arrow-cont{
		transform: scale(0.9) translate(-24px, -5px);
	}
	.arrow-body {
		height: 34px;
	}

}
/*-----------------------------------*/
/* Logo */
/*-----------------------------------*/
.logo {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	text-align: center;
}
.logo img {
	max-width: 166px;
}
.logo a {
	color: #fff;
	display: inline-block;
}
.sticky .logo a {
	color: #efc427;
}
.logo a span {
	font-weight: 600;
}
.navigation-bar .logo {
	flex-basis: 97px;
}
.no-flexbox .navigation-bar .logo {
	display: inline-block;
}
@media only screen and (max-width: 991px) {
	.no-flexbox .navigation-bar .logo {
		float: left;
		margin-top: 5px;
	}
}
.navigation-bar .logo .logo-sticky {
	display: none;
}
.sticky.navigation-bar .logo .logo-sticky {
	display: block;
}
.sticky.navigation-bar .logo .logo-normal {
	display: none;
}
/*-----------------------------------*/
/* Map */
/*-----------------------------------*/
.google-map {
	height: 440px;
	margin-bottom: 60px;
}
@media only screen and (max-width: 1229px) {
	.google-map {
		height: 360px;
	}
}
@media only screen and (max-width: 767px) {
	.google-map {
		height: 260px;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 479px) {
	.google-map {
		height: 200px;
	}
}
/*-----------------------------------*/
/* Page Title */
/*-----------------------------------*/
.page-title {
	font-size: 50px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	letter-spacing: 0.08em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
@media only screen and (max-width: 1599px) {
	.page-title {
		font-size: 50px;
	}
}
@media only screen and (max-width: 1229px) {
	.page-title {
		font-size: 40px;
	}
}
@media only screen and (max-width: 991px) {
	.page-title {
		font-size: 36px;
	}
}
@media only screen and (max-width: 767px) {
	.page-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 479px) {
	.page-title {
		font-size: 26px;
	}
}
.fly-header:not(.full-height) .page-title {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
	.fly-header:not(.full-height) .page-title {
		font-size: 36px;
	}
}
@media only screen and (max-width: 767px) {
	.fly-header:not(.full-height) .page-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 479px) {
	.fly-header:not(.full-height) .page-title {
		font-size: 26px;
	}
}
/*-----------------------------------*/
/* Page Subtitle */
/*-----------------------------------*/
.page-subtitle {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 2em;
	margin-left: 3.8em;
	margin-right: 3.8em;
}
@media only screen and (max-width: 1599px) {
	.page-subtitle {
		font-size: 22px;
	}
}
@media only screen and (max-width: 1229px) {
	.page-subtitle {
		font-size: 20px;
	}
}
@media only screen and (max-width: 991px) {
	.page-subtitle {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.page-subtitle {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
}
.fly-header:not(.full-height) .page-subtitle {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 1.4em;
}
@media only screen and (max-width: 479px) {
	.fly-header:not(.full-height) .page-subtitle {
		font-size: 14px;
	}
}
/*-----------------------------------*/
/* Styled Title */
/*-----------------------------------*/
.title-styled {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #232829;
	text-transform: none;
	padding-bottom: 0.4em;
	margin-bottom: 2em;
	position: relative;
}
.title-styled:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 2px;
	background: linear-gradient(90deg, #e62776 25%, #faa725 60%, #a6c539 90%);
}
/*-----------------------------------*/
/* Institutions Section */
/*-----------------------------------*/

  @-webkit-keyframes scroll {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(calc(-250px * 7));
	}
  }
  
  @keyframes scroll {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(calc(-250px * 7));
	}
  }
  .slider {
	background: white;
	/* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
	height: auto;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
  }
  .slider::before, .slider::after {
	background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 500px;
	position: absolute;
	width: 2vw;
	z-index: 2;
  }
  .slider::after {
	right: -4px;
	top: 0;
	transform: rotateZ(180deg);
  }
  .slider::before {
	left: -4px;
	top: 0;
  }
  .slider .slide-track {
	-webkit-animation: scroll 40s linear infinite;
			animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 14);
  }
  .slider .slide {
	height: auto;
	width: auto;
  }
  .slide img{
	display: block !important;
    max-width: 500px !important;
    height: auto !important;
    margin: 5px !important;
  }
  @media screen and (max-width: 500px) {
	.slider::before, .slider::after {
		width: 5vw;
	  }
  }

/*-----------------------------------*/
/* Input Home Button */
/*-----------------------------------*/
.find-input{
	width: 70%;
	display: flex;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 5em;
	justify-content: center;
}
.findButton {
	margin: 0 !important;
	border-bottom-right-radius: 5px !important;
	border-top-right-radius: 5px !important;
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
	height: 44px !important;
}
.findInput {
	margin: 0 !important;
	border-bottom-left-radius: 5px !important;
	border-top-left-radius: 5px !important;
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
	height: 44px !important;
}
/*-----------------------------------*/
/* Become a Volunteer Button */
/*-----------------------------------*/
.volunteer-cta .btn {
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
	.volunteer-cta .btn.btn-large {
		font-size: 14px;
	}
}
@media only screen and (max-width: 479px) {
	.volunteer-cta .btn.btn-large {
		padding: 0 1.5em !important;
	}
	.volunteer-cta .btn.btn-large i {
		display: none;
	}
}
.volunteer-cta .note {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.fly-slider .volunteer-cta .note,
.main-slider .volunteer-cta .note {
	max-width: 400px;
	margin: 0 auto;
}
/*-----------------------------------*/
/* Back To Top Button */
/*-----------------------------------*/
a.back-to-top {
	width: 50px;
	height: 50px;
	background-color: #fd5ea1;
	border-radius: 50%;
	position: absolute;
	top: -25px;
	right: 0;
	font-size: 32px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a.back-to-top:hover,
a.back-to-top:active {
	background-color: #95d0ed;
}
/*-----------------------------------*/
/* Buttons */
/*-----------------------------------*/
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	outline: none;
}
.btn.active,
.btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: none;
}
.btn {
	position: relative;
	z-index: 0;
	outline: none;
	vertical-align: top;
	height: 36px;
	line-height: 36px;
	border: unset;
	border-radius: 3px;
	/* background-color: #254d6e; */
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 0;
	padding: 0 18px;
	/* -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; */
}
.btn .waves-ripple {
	z-index: -1;
}
.btn:focus {
	color: #fff;
}
.btn.btn-wide {
	display: block;
	width: 100%;
	padding: 0 5px;
}
.btn.btn-border-thick {
	line-height: 36px;
	border-width: 0;
}
.btn:hover,
.btn:active {
	color: #fff;
	background-color: #53b5e6;
}
.btn.btn-large {
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	padding: 0 27px;
}
.btn.btn-medium {
	height: 44px;
	line-height: 44px;
}
.btn.btn-small {
	font-size: 13px;
	height: 30px;
	line-height: 30px;
}
.btn.btn-yellow {
	color: #fff;
	border-color: #ff4694;
	background-color: #ff9bc5;
}
.btn.btn-yellow:hover,
.btn.btn-yellow:active {
	color: #fff;
	background-color: #fd5a9f;
}
.btn.btn-light {
	color: #232829;
	border-color: #f3f3f3;
	background-color: #f3f3f3;
}
.btn.btn-light:hover,
.btn.btn-light:active {
	/*color: @color-dark2;
			background-color: darken(@color-light, 10%);*/
	color: #fff;
	background-color: #0d905d;
}
.btn.btn-transparent {
	color: #fd5a9f;
	border-color: transparent;
	background-color: transparent;
}
.btn.btn-transparent:hover,
.btn.btn-transparent:active {
	color: #95d0ed;
	background-color: transparent;
}
.btn.btn-icon {
	padding-left: 54px;
}
.btn.btn-icon i {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 36px;
	background-color: #95d0ed;
	border-radius: 3px 0 0 3px;
}
.btn.btn-icon.btn-large {
	padding-left: 81px;
}
.btn.btn-icon.btn-large i {
	width: 54px;
}
.btn.btn-icon-left i {
	margin-right: 10px;
	vertical-align: -6%;
}
.buttons .btn {
	margin: 0 20px 20px 0;
}
.buttons .btn.btn-wide {
	margin-right: 0;
}
/*-----------------------------------*/
/* Form Fields */
/*-----------------------------------*/
[placeholder]::-webkit-input-placeholder {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: #b3b3b3;
}
[placeholder]:-moz-placeholder {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: #b3b3b3;
}
[placeholder]::-moz-placeholder {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: #b3b3b3;
}
[placeholder]:-ms-input-placeholder {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: #b3b3b3;
}
:focus[placeholder]::-webkit-input-placeholder {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: transparent !important;
}
:focus[placeholder]:-moz-placeholder {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: transparent !important;
}
:focus[placeholder]::-moz-placeholder {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: transparent !important;
}
:focus[placeholder]:-ms-input-placeholder {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: transparent !important;
}
label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input,
button,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
	outline: none;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-control,
.wpcf7-form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 1em;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #4b4b4b;
	line-height: normal;
	letter-spacing: 0;
	background-color: transparent;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.form-control:focus,
.wpcf7-form-control:focus {
	background-color: #fff;
	border-color: #9a9c9d;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.ie8 .form-control,
.ie8 .wpcf7-form-control {
	line-height: 42px;
}
textarea.form-control,
textarea.wpcf7-form-control {
	min-height: 250px;
	padding: 1em;
	resize: vertical;
}
@media only screen and (max-width: 767px) {
	textarea.form-control,
	textarea.wpcf7-form-control {
		min-height: 200px;
	}
}
@media only screen and (max-width: 479px) {
	textarea.form-control,
	textarea.wpcf7-form-control {
		min-height: 160px;
	}
}
textarea.wpcf7-form-control {
	min-height: 325px;
}
@media only screen and (max-width: 767px) {
	textarea.wpcf7-form-control {
		min-height: 200px;
	}
}
@media only screen and (max-width: 479px) {
	textarea.wpcf7-form-control {
		min-height: 160px;
	}
}
.form-group label {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #4b4b4b;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.form-group.required label:after {
	content: '*';
	font-size: 1.33em;
	color: #fe2231;
}
/*-----------------------------------*/
/* CheckBoxes, Radios */
/*-----------------------------------*/
.checkbox,
.radio {
	margin: 0 0 18px;
}
.checkbox input,
.radio input {
	visibility: hidden;
	opacity: 0;
}
.checkbox label,
.radio label {
	position: relative;
	padding-left: 26px;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.checkbox label:before,
.radio label:before,
.checkbox label:after,
.radio label:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #95d0ed;
	border-radius: 3px;
}
.checkbox label:after,
.radio label:after {
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border: none;
	background-color: transparent;
	border-radius: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.checkbox label.checked:after,
.radio label.checked:after {
	background-color: #95d0ed;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.radio label:before,
.radio label:after {
	border-radius: 50%;
}
/*-----------------------------------*/
/* Search Form in Header */
/*-----------------------------------*/
.form-search-header {
	flex-basis: 212px;
	position: relative;
}
@media only screen and (max-width: 479px) {
	.form-search-header {
		display: none;
	}
}
.no-flexbox .form-search-header {
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (max-width: 991px) {
	.no-flexbox .form-search-header {
		float: right;
	}
}
@media only screen and (max-width: 479px) {
	.no-flexbox .form-search-header {
		display: none;
	}
}
.form-search-header .form-control {
	height: 36px;
	font-size: 14px;
	color: #fff;
	border: none;
	border-radius: 22px;
	background-color: #95d0ed;
	padding: 0 36px 2px 22px;
	margin-bottom: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.form-search-header .form-control::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #ffffff;
}
.form-search-header .form-control:-moz-placeholder {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #b3b3b3;
}
.form-search-header .form-control::-moz-placeholder {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #b3b3b3;
}
.form-search-header .form-control:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #b3b3b3;
}
.sticky .form-search-header .form-control::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #fff;
}
.sticky .form-search-header .form-control:-moz-placeholder {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #fff;
}
.sticky .form-search-header .form-control::-moz-placeholder {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #fff;
}
.sticky .form-search-header .form-control:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #00203a;
}
.form-search-header .form-control:focus {
	background-color: rgb(37, 77, 110);
}
.form-search-header .form-control:focus + .form-submit:hover,
.form-search-header .form-control:focus + .form-submit:active {
	color: #95d0ed;
}
.form-search-header .form-submit {
	font-size: 16px;
	color: #00203a;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 36px;
	line-height: 36px;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*-----------------------------------*/
/* Contact Form */
/*-----------------------------------*/
.wpcf7-form br {
	display: none;
}
.wpcf7-form .wpcf7-submit {
	display: inline-block;
	outline: none;
	vertical-align: top;
	width: auto;
	height: 44px;
	line-height: 44px;
	border: 0 solid #95d0ed;
	border-radius: 3px;
	background-color: #95d0ed;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 0;
	padding: 0 18px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:active {
	color: #fff;
	background-color: #0d905d;
}
.wpcf7-form .wpcf7-submit:active {
	color: #fff;
	background-color: #0b784e;
}
/*-----------------------------------*/
/* Donation Form */
/*-----------------------------------*/
.donate-form .form-group {
	margin-bottom: 30px;
}
.donate-form .title {
	font-size: 28px;
	margin-bottom: 1.4em;
}
@media only screen and (max-width: 767px) {
	.donate-form .title {
		font-size: 26px;
	}
}
@media only screen and (max-width: 479px) {
	.donate-form .title {
		font-size: 24px;
	}
}
.donate-form .payment-method input {
	visibility: hidden;
	opacity: 0;
}
.donate-form .payment-method li {
	float: left;
	width: 25%;
	cursor: pointer;
	border: 1px solid #d4d4d4;
	border-right: none;
	padding: 40px 10px 60px;
	text-align: center;
	position: relative;
}
.donate-form .payment-method li:first-child {
	border-radius: 3px 0 0 3px;
}
.donate-form .payment-method li:last-child {
	border-right: 1px solid #d4d4d4;
	border-radius: 0 3px 3px 0;
}
.donate-form .payment-method li:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: -8px;
	border: 1px solid #b3b3b3;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.donate-form .payment-method li .payment-logo {
	height: 40px;
	line-height: 40px;
	opacity: 0.6;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.donate-form .payment-method li .payment-logo img {
	display: inline-block;
	width: 55px;
}
.donate-form .payment-method li .payment-logo span {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	display: inline-block;
}
@media only screen and (max-width: 479px) {
	.donate-form .payment-method li .payment-logo span {
		font-size: 12px;
	}
}
.donate-form .payment-method li:hover .payment-logo,
.donate-form .payment-method li:active .payment-logo,
.donate-form .payment-method li.active .payment-logo {
	opacity: 1;
}
.donate-form .payment-method li.active:before {
	-webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 8px #09b9e5;
	-moz-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 8px #09b9e5;
	box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 8px #09b9e5;
}
.donate-form .form-submit {
	text-align: right;
	margin-top: 29px;
}
/*-----------------------------------*/
/* Widget Search */
/*-----------------------------------*/
.form-search {
	position: relative;
}
.form-search .form-submit {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	color: #d4d4d4;
	text-align: center;
	width: 32px;
	height: 44px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.form-search .form-control {
	padding-right: 32px;
	margin: 0;
	border-width: 0 0 2px 0;
	border-radius: 0;
}
.form-search .form-control:focus + .form-submit {
	color: #9a9c9d;
}
.form-search .form-control:focus + .form-submit:hover,
.form-search .form-control:focus + .form-submit:active {
	color: #04794c;
}
/*-----------------------------------*/
/* Comment Form */
/*-----------------------------------*/
.comment-form #submit {
	position: relative;
	z-index: 0;
	outline: none;
	vertical-align: top;
	height: 36px;
	line-height: 36px;
	border: 0 solid #95d0ed;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 0;
	padding: 0 13.84615385px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #95d0ed;
}
.comment-form #submit:hover,
.comment-form #submit:active {
	background-color: #0d905d;
}
.comment-form #submit:active {
	background-color: #0b784e;
}
/*-----------------------------------*/
/* Select2 */
/*-----------------------------------*/
.select2-container {
	display: block;
	width: 100% !important;
}
.select2-container--default .select2-selection--single {
	height: 44px;
	letter-spacing: 0;
	background-color: transparent;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.select2-container--default .select2-selection--single:focus {
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 1em;
	padding-right: 36px;
	line-height: 42px;
	font-size: 15px;
	font-weight: 400;
	color: #4b4b4b;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 36px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-family: 'Material Icons';
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga' 1;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	color: #d4d4d4;
	line-height: 46px;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow {
	color: #9a9c9d;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
	content: 'keyboard_arrow_down';
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: #b3b3b3;
}
.select2-container--open.select2-container--default .select2-selection--single {
	border-color: #9a9c9d;
}
/* Select2 Dropdown */
/*-----------------------------------*/
.select2-dropdown {
	background-color: #fff;
	border: 1px solid #9a9c9d !important;
	border-radius: 0 !important;
	margin: -1px 0 0;
}
.select2-dropdown.select2-dropdown--above {
	margin: 1px 0 0;
}
.select2-results__options {
	font-size: 14px;
}
.select2-results__options::-webkit-scrollbar {
	width: 14px;
}
.select2-results__options::-webkit-scrollbar-track {
	padding: 0 1px;
}
.select2-results__options::-webkit-scrollbar-thumb {
	background-color: #d4d4d4;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 0 4px #fff;
	-moz-box-shadow: inset 0 0 0 4px #fff;
	box-shadow: inset 0 0 0 4px #fff;
}
.select2-results__options .select2-results__group {
	padding: 6px 20px;
	font-weight: 400;
	color: #b3b3b3;
}
.select2-results__options .select2-results__option {
	padding: 10px 5px 10px 15px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.select2-results__options .select2-results__option .select2-results__option {
	padding-left: 30px;
}
.select2-results__options .select2-results__option--highlighted[aria-selected],
.select2-results__options .select2-results__option[aria-selected='true'] {
	background-color: #e9e9e9;
	color: #4b4b4b;
}
/*-----------------------------------*/
/* Navigation Bar */
/*-----------------------------------*/
.navigation-bar {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
	background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
	.navigation-bar {
		padding: 10px 50px 10px 0;
	}
	.navigation-bar > .container {
		width: 100%;
	}
}
.navigation-bar.sticky {
	background-color: #fff;
	-webkit-transition: top 0.2s linear;
	-moz-transition: top 0.2s linear;
	-o-transition: top 0.2s linear;
	-ms-transition: top 0.2s linear;
	transition: top 0.2s linear;
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	z-index: 99;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
}
.navigation-bar-flex {
	justify-content: space-between;
	align-items: center;
}
.flexbox .navigation-bar-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.no-flexbox .navigation-bar-flex:before,
.no-flexbox .navigation-bar-flex:after {
	content: '';
	display: table;
}
.no-flexbox .navigation-bar-flex:after {
	clear: both;
}
@media only screen and (max-width: 991px) {
	.navigation-bar-flex {
		min-height: 36px;
	}
}
.no-flexbox .navigation-bar-flex {
	text-align: center;
	white-space: nowrap;
}
/*-----------------------------------*/
/* Dropdown Menu */
/*-----------------------------------*/
.nav-menu {
	position: relative;
	z-index: 98;
	font-size: 0;
	text-align: left;
}
.no-flexbox .nav-menu {
	display: inline-block;
}
.nav-menu li {
	position: relative;
}
.nav-menu li a.menu-link {
	position: relative;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: #43afe4;
	letter-spacing: 0;
	white-space: nowrap;
}
.nav-menu li:hover > a.menu-link,
.nav-menu li:active > a.menu-link,
.nav-menu li.active > a.menu-link,
.nav-menu li.current-menu-item > a.menu-link {
	color: #efc427;
}
.nav-menu li ul {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	position: absolute;
	top: -15px;
	left: 102%;
	z-index: 1;
	background-color: #fff;
	padding: 5px 0;
	margin-top: 10px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
}
.nav-menu li ul:after {
	content: '';
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	height: 11px;
}
.nav-menu li ul li {
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.nav-menu li ul li:after {
	content: '';
	position: absolute;
	top: 0;
	right: -2%;
	bottom: 0;
	width: 2%;
}
.nav-menu li ul li a.menu-link {
	padding: 10px 25px;
	text-align: left;
	color: #4b4b4b;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.nav-menu li ul li:hover > a.menu-link,
.nav-menu li ul li:active > a.menu-link {
	color: #4b4b4b;
	background-color: #e9e9e9;
}
.nav-menu li ul li.parent > a:before {
	content: 'keyboard_arrow_right';
	font-family: 'Material Icons';
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga' 1;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -8px;
	font-size: 16px;
}
.nav-menu li ul.left {
	left: auto;
	right: 102%;
}
.nav-menu > li {
	position: relative;
	display: inline-block;
	margin: 0 40px;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}
@media only screen and (max-width: 1229px) {
	.nav-menu > li {
		margin: 0 20px;
	}
}
@media only screen and (max-width: 991px) {
	.nav-menu > li {
		margin: 0 18px;
	}
}
.nav-menu > li > a.menu-link {
	padding: 30px 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.sticky .nav-menu > li > a.menu-link {
	color: #4b4b4b;
}
.nav-menu > li > a.menu-link:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #43afe4;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.nav-menu > li > a.menu-link.waves-effect {
	overflow: inherit;
	-webkit-mask-image: none;
}
.nav-menu > li > a.menu-link.waves-effect .waves-ripple {
	display: none;
}
.nav-menu > li:hover > a.menu-link,
.nav-menu > li:active > a.menu-link,
.nav-menu > li.active > a.menu-link,
.nav-menu > li.current-menu-item > a.menu-link {
	color: #00203a;
}
.nav-menu > li:hover > a.menu-link:after,
.nav-menu > li:active > a.menu-link:after,
.nav-menu > li.active > a.menu-link:after,
.nav-menu > li.current-menu-item > a.menu-link:after {
	left: 0;
	width: 100%;
}
.nav-menu > li.parent > a:before {
	content: 'keyboard_arrow_down';
	font-family: 'Material Icons';
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga' 1;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -22px;
	font-size: 16px;
	padding-left: 10px;
	line-height: 100px;
}
@media only screen and (max-width: 1229px) {
	.nav-menu > li.parent > a:before {
		right: -18px;
	}
}
.nav-menu > li > ul {
	top: 100%;
	left: 0;
	z-index: 98;
}
.nav-menu > li > ul.left {
	right: 0;
}
@media only screen and (max-width: 991px) {
	.nav-menu {
		height: auto !important;
		padding: 50px 15px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99;
		background-color: #fff;
		overflow: auto;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}
	.nav-menu.active {
		visibility: visible;
		opacity: 1;
	}
	.nav-menu li a.menu-link {
		display: block;
		font-size: 18px;
		color: #4b4b4b;
		background-color: transparent;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.nav-menu li.parent > a:before {
		content: 'keyboard_arrow_down';
		position: relative;
		font-size: 16px;
		padding: 0;
		display: inline-block;
		line-height: 20px;
		vertical-align: middle;
		margin-right: 0;
		width: 0;
		top: 0;
		left: -22px;
		right: auto;
		bottom: auto;
	}
	.nav-menu li.active > a.menu-link,
	.nav-menu li.current-menu-item > a.menu-link {
		background-color: #e9e9e9;
	}
	.nav-menu li.active.parent > a.menu-link:before,
	.nav-menu li.current-menu-item.parent > a.menu-link:before {
		content: 'keyboard_arrow_up';
	}
	.nav-menu li ul {
		-webkit-animation-name: none;
		animation-name: none;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-animation-direction: normal;
		animation-direction: normal;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		position: static;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
		padding: 0;
		margin: 0;
	}
	.nav-menu li ul:before,
	.nav-menu li ul:after {
		display: none;
	}
	.nav-menu li ul li {
		margin: 0;
		/*&.active,
					&.current-menu-item {
						&.parent > a.menu-link:before {
							left: 15px;
						}
					}*/
	}
	.nav-menu li ul li a.menu-link {
		font-size: 16px;
		padding: 8px 0;
		text-align: center;
		color: #4b4b4b !important;
	}
	.nav-menu li ul li.parent > a:before {
		content: 'keyboard_arrow_down';
		position: relative;
		font-size: 16px;
		padding: 0;
		display: inline-block;
		line-height: 20px;
		vertical-align: middle;
		margin-right: 0px;
		width: 0;
		top: 3px;
		left: -22px;
		right: auto;
		bottom: auto;
	}
	.nav-menu li ul li:hover > a.menu-link,
	.nav-menu li ul li:active > a.menu-link {
		color: #4b4b4b;
		background-color: transparent;
	}
	.nav-menu li ul li.active a.menu-link,
	.nav-menu li ul li.current-menu-item a.menu-link {
		background-color: transparent;
	}
	.nav-menu li ul li.active.parent > a.menu-link,
	.nav-menu li ul li.current-menu-item.parent > a.menu-link {
		background-color: #e9e9e9;
	}
	.nav-menu > li {
		height: auto;
		line-height: normal;
		padding: 0;
		margin: 0;
		display: block;
		-webkit-animation-name: none;
		animation-name: none;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-animation-direction: normal;
		animation-direction: normal;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	.nav-menu > li > a.menu-link {
		height: 40px;
		line-height: 40px;
		padding: 0;
		border: none;
		color: #4b4b4b !important;
	}
	.nav-menu > li > a.menu-link:after {
		display: none;
	}
	.nav-menu > li > a.menu-link.waves-effect {
		overflow: hidden;
		-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	}
	.nav-menu > li > a.menu-link.waves-effect .waves-ripple {
		display: block;
	}
}
/*-----------------------------------*/
/* Button for Mobile Menu */
/*-----------------------------------*/
.hamburger {
	display: none;
	position: absolute;
	top: 16px;
	right: 15px;
	z-index: 999;
	-webkit-transition: transform 0.2s;
	-moz-transition: transform 0.2s;
	-o-transition: transform 0.2s;
	-ms-transition: transform 0.2s;
	transition: transform 0.2s;
}
@media only screen and (max-width: 991px) {
	.hamburger {
		display: block;
	}
}
.hamburger a {
	position: relative;
	display: block;
	width: 26px;
	height: 20px;
	border-top: 4px solid #e9e9e9;
	border-bottom: 4px solid #e9e9e9;
}
.hamburger a:before,
.hamburger a:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #e9e9e9;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.hamburger a:after {
	top: -7px;
	left: 11px;
	right: auto;
	bottom: -7px;
	width: 4px;
	height: auto;
	background-color: transparent;
}
.navigation-bar .hamburger a {
	border-color: #fff;
}
.navigation-bar .hamburger a:before {
	background-color: #fff;
}
.navigation-bar.sticky .hamburger a {
	border-color: #4b4b4b;
}
.navigation-bar.sticky .hamburger a:before {
	background-color: #4b4b4b;
}
.hamburger.active {
	position: fixed;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.hamburger.active a {
	border-color: transparent !important;
}
.hamburger.active a:before,
.hamburger.active a:after {
	background-color: #4b4b4b !important;
}
/*-----------------------------------*/
/* Pagination */
/*-----------------------------------*/
.pagination {
	display: block;
	font-size: 0;
	text-align: center;
	border-radius: 0;
	padding: 50px 0 0;
	margin: 0;
}
@media only screen and (max-width: 1229px) {
	.pagination {
		padding: 20px 0;
	}
}
.pagination > li {
	display: inline-block;
	vertical-align: top;
	border: none;
	margin: 0 8px 8px;
}
@media only screen and (max-width: 479px) {
	.pagination > li {
		margin: 0 4px 8px;
	}
}
.pagination > li.disabled > a {
	pointer-events: none;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: none;
	display: block;
	font-size: 16px;
	font-weight: 500;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #232829;
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none;
	border-radius: 3px !important;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media only screen and (max-width: 479px) {
	.pagination > li > a,
	.pagination > li > span {
		width: 30px;
	}
}
.pagination > li > a:focus,
.pagination > li > span:focus {
	background-color: transparent;
	color: #000;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:active,
.pagination > li > span:active {
	background-color: #95d0ed;
	color: #fff;
}
.pagination > li > span {
	cursor: default;
}
.pagination > li > span:hover,
.pagination > li > span:active {
	background-color: transparent;
	color: #000;
}
.pagination > li > span.current {
	background-color: #95d0ed;
	color: #fff;
}
.pagination > li.prev a:before,
.pagination > li.next a:before {
	content: 'arrow_back';
	font-family: 'Material Icons';
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga' 1;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: inherit;
}
.pagination > li.next a:before {
	content: 'arrow_forward';
}
/*-----------------------------------*/
/* Pager */
/*-----------------------------------*/
.pager {
	margin: 0 0 80px;
}
.pager:before,
.pager:after {
	content: '';
	display: table;
}
.pager:after {
	clear: both;
}
.pager a {
	float: right;
	font-size: 14px;
	color: #232829;
	text-align: right;
	text-transform: uppercase;
	max-width: 46%;
}
@media only screen and (max-width: 479px) {
	.pager a {
		font-size: 12px;
	}
}
.pager a i {
	font-size: 18px;
	margin-left: 1em;
	vertical-align: -20%;
}
@media only screen and (max-width: 479px) {
	.pager a i {
		font-size: 16px;
		margin-left: 0.4em;
	}
}
.pager a:first-child {
	float: left;
	text-align: left;
}
.pager a:first-child i {
	margin-left: 0;
	margin-right: 1em;
}
@media only screen and (max-width: 479px) {
	.pager a:first-child i {
		margin-right: 0.4em;
	}
}
.pager a span {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	color: #232829;
	text-transform: none;
	border-bottom: 1px solid transparent;
	margin-top: 0.8em;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
	.pager a span {
		font-size: 14px;
	}
}
.pager a span:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #232829;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.pager a:hover,
.pager a:active {
	color: #95d0ed;
}
.pager a:hover span:before,
.pager a:active span:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/*-----------------------------------*/
/* Owl Slider Basics */
/*-----------------------------------*/
.owl-carousel {
	display: none;
	position: relative;
	overflow: hidden;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper:before,
.owl-carousel .owl-wrapper:after {
	content: '';
	display: table;
}
.owl-carousel .owl-wrapper:after {
	clear: both;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-carousel .owl-item.loading {
	min-height: 150px;
	background: url('images/AjaxLoader.gif') no-repeat center center;
}
.owl-carousel .owl-controls {
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 0;
	right: auto;
	z-index: 4;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	font-size: 32px;
	color: #232829;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media only screen and (max-width: 479px) {
	.owl-carousel .owl-controls .owl-buttons .owl-prev,
	.owl-carousel .owl-controls .owl-buttons .owl-next {
		width: 30px;
	}
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:before,
.owl-carousel .owl-controls .owl-buttons .owl-next:before {
	content: 'chevron_left';
	font-family: 'Material Icons';
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga' 1;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: -12%;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover,
.owl-carousel .owl-controls .owl-buttons .owl-next:hover,
.owl-carousel .owl-controls .owl-buttons .owl-prev:active,
.owl-carousel .owl-controls .owl-buttons .owl-next:active {
	color: #95d0ed;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:active,
.owl-carousel .owl-controls .owl-buttons .owl-next:active {
	background-color: rgba(35, 40, 41, 0.06);
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
	left: auto;
	right: 0;
}
.owl-carousel .owl-controls .owl-buttons .owl-next:before {
	content: 'chevron_right';
}
.owl-carousel .owl-controls .owl-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.owl-carousel .owl-controls .owl-page {
	display: inline-block;
	cursor: pointer;
}
.owl-carousel .owl-controls .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 10px 5px;
	border-radius: 50%;
	background-color: transparent;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	-moz-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.owl-carousel .owl-controls .owl-page:hover span,
.owl-carousel .owl-controls .owl-page:active span {
	-webkit-box-shadow: inset 0 0 0 4px #fff;
	-moz-box-shadow: inset 0 0 0 4px #fff;
	box-shadow: inset 0 0 0 4px #fff;
}
.owl-carousel .owl-controls .owl-page.active span {
	-webkit-box-shadow: inset 0 0 0 8px #fff;
	-moz-box-shadow: inset 0 0 0 8px #fff;
	box-shadow: inset 0 0 0 8px #fff;
}
.owl-carousel .owl-controls .owl-page.owl-numbers {
	width: auto;
	height: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	border-radius: 30px;
}
.owl-carousel .grabbing {
	cursor: url('images/grabbing.png') 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*-----------------------------------*/
/* Main Slider */
/*-----------------------------------*/
.main-slider {
	background: #4b4b4b;
	overflow: hidden;
}
.main-slider iframe {
	max-width: none;
}
.main-slider .item {
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.main-slider .item:after {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.main-slider-big.main-slider .item {
	padding-top: 0;
	padding-bottom: 0;
}
.main-slider .slide-content {
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	position: relative;
	z-index: 1;
}
.main-slider .carousel-indicators {
	display: none;
	position: absolute;
	top: auto;
	left: 10px;
	bottom: 30px;
	width: auto;
	margin: 0;
	padding: 0;
}
.main-slider .carousel-indicators li {
	float: left;
	width: 36px;
	height: 4px;
	margin: 0 6px;
	background-color: transparent;
	border: 1px solid #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	transition: all 0.6s;
}
.main-slider .carousel-indicators li.active {
	background-color: #fff;
}
.main-slider .carousel-control {
	position: absolute;
	top: 50%;
	left: 0;
	right: auto;
	z-index: 4;
	width: 48px;
	height: 54px;
	line-height: 54px;
	margin-top: -27px;
	border: none;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	font-size: 32px;
	font-weight: 400;
	color: #fff;
	text-shadow: none;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media only screen and (max-width: 479px) {
	.main-slider .carousel-control {
		width: 32px;
	}
}
.main-slider .carousel-control.left,
.main-slider .carousel-control.right {
	background: none;
	filter: none;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 0 3px 3px 0;
}
.main-slider .carousel-control.right {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px;
}
.main-slider .carousel-control:hover.left,
.main-slider .carousel-control:active.left,
.main-slider .carousel-control:hover.right,
.main-slider .carousel-control:active.right {
	background-color: rgba(0, 0, 0, 0.4);
}
/*-----------------------------------*/
/* Testimonials Slider */
/*-----------------------------------*/
@media only screen and (max-width: 767px) {
	.testimonials-slider {
		padding-bottom: 50px;
	}
}
.testimonials-slider .owl-controls .owl-buttons .owl-prev,
.testimonials-slider .owl-controls .owl-buttons .owl-next {
	top: auto;
	left: auto;
	right: 40px;
	bottom: 0;
	margin-top: 0;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.testimonials-slider .owl-controls .owl-buttons .owl-next {
	right: 0;
}
.testimonials-slider:before {
	content: '\e904';
	font-family: 'onehope';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 110px;
	color: #f3f3f3;
}
.testimonials-slider .testimonial-quote {
	font-style: italic;
	color: #4b4b4b;
	line-height: 2;
	padding-top: 5px;
	margin-bottom: 1.4em;
	min-height: 100px;
}
.testimonials-slider .testimonial-quote:before {
	content: '“ ';
}
.testimonials-slider .testimonial-quote:after {
	content: ' “';
}
.testimonials-slider .testimonial-author {
	height: 64px;
	padding: 12px 0 0 90px;
	position: relative;
}
.testimonials-slider .testimonial-author .avatar {
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0;
	left: 0;
}
.testimonials-slider .testimonial-author .avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.testimonials-slider .testimonial-author .name {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #232829;
	margin-bottom: 0.4em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.testimonials-slider .testimonial-author .job {
	font-size: 14px;
	color: #95d0ed;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*-----------------------------------*/
/* Slider with Thumbnails */
/*-----------------------------------*/
.thumbnail-slider {
	position: relative;
}
.thumbnail-slider:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	z-index: 2;
	height: 4px;
	background: #fff;
	display: block;
}
.thumbnail-slider .slider-images-wrap {
	background-color: #4b4b4b;
	float: left;
	position: relative;
	width: 79.8%;
}
@media only screen and (max-width: 767px) {
	.thumbnail-slider .slider-images-wrap {
		width: 79.7%;
	}
}
.thumbnail-slider .slider-images-wrap li {
	width: 100%;
	height: 850px;
	float: left;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 10px;
	background: #fff;
}
.thumbnail-slider .slider-images-wrap li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
.thumbnail-slider .slider-images-wrap li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: auto;
	/* background-color: rgba(0, 0, 0, 0.2); */
}
.thumbnail-slider .slider-images-wrap li .swipebox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: auto;
}
.thumbnail-slider .slider-images-wrap:hover .prev,
.thumbnail-slider .slider-images-wrap:active .prev,
.thumbnail-slider .slider-images-wrap:hover .next,
.thumbnail-slider .slider-images-wrap:active .next {
	opacity: 1;
}
.thumbnail-slider .slider-thumbs-wrap {
	position: relative;
	z-index: 1;
	float: left;
	width: 19.9%;
	height: auto;
}
.thumbnail-slider .slider-thumbs-wrap li {
	width: 100%;
	height: 280px;
	margin-bottom: 2px;
	cursor: pointer;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0 0 0 4px transparent;
	-moz-box-shadow: inset 0 0 0 4px transparent;
	box-shadow: inset 0 0 0 4px transparent;
}
.thumbnail-slider .slider-thumbs-wrap li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: rgba(0, 0, 0, 0.4);
}
.thumbnail-slider .slider-thumbs-wrap li.active {
	cursor: default;
}
.thumbnail-slider .slider-thumbs-wrap li.active:before {
	background-color: rgba(0, 0, 0, 0);
}
.thumbnail-slider .slider-thumbs-wrap .prev,
.thumbnail-slider .slider-thumbs-wrap .next {
	font-size: 22px;
	top: 0;
	left: 50%;
	margin: 0 0 0 -20px;
	border-radius: 0 0 3px 3px;
}
@media only screen and (max-width: 479px) {
	.thumbnail-slider .slider-thumbs-wrap .prev,
	.thumbnail-slider .slider-thumbs-wrap .next {
		width: 40px;
		height: 30px;
		line-height: 30px;
	}
}
.thumbnail-slider .slider-thumbs-wrap .next {
	top: auto;
	right: auto;
	bottom: 0;
	border-radius: 3px 3px 0 0;
}
.thumbnail-slider .slider-thumbs-wrap:hover .prev,
.thumbnail-slider .slider-thumbs-wrap:active .prev,
.thumbnail-slider .slider-thumbs-wrap:hover .next,
.thumbnail-slider .slider-thumbs-wrap:active .next {
	opacity: 1;
}
.thumbnail-slider .prev,
.thumbnail-slider .next {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	font-size: 24px;
	line-height: 40px;
	color: #000;
	text-align: center;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-color: rgba(255, 255, 255, 0.4);
	opacity: 0;
	border-radius: 0 3px 3px 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media only screen and (max-width: 479px) {
	.thumbnail-slider .prev,
	.thumbnail-slider .next {
		width: 30px;
		height: 40px;
	}
}
.thumbnail-slider .prev:hover,
.thumbnail-slider .next:hover,
.thumbnail-slider .prev:active,
.thumbnail-slider .next:active {
	background-color: rgba(255, 255, 255, 0.8);
}
.thumbnail-slider .prev.disabled,
.thumbnail-slider .next.disabled {
	color: rgba(0, 0, 0, 0.5);
	cursor: default;
}
.thumbnail-slider .next {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px;
}
.thumbnail-slider .description {
	position: absolute;
	top: 10%;
	left: 6%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
@media only screen and (max-width: 479px) {
	.thumbnail-slider .description {
		top: 4%;
		left: 4%;
	}
}
.thumbnail-slider .description.active {
	visibility: visible;
	opacity: 1;
}
.thumbnail-slider .description.bottom {
	top: auto;
	bottom: 10%;
}
@media only screen and (max-width: 479px) {
	.thumbnail-slider .description.bottom {
		bottom: 2%;
	}
}
.thumbnail-slider .description.top-right {
	left: auto;
	right: 6%;
}
@media only screen and (max-width: 479px) {
	.thumbnail-slider .description.top-right {
		right: 4%;
	}
}
.thumbnail-slider .description.bottom-right {
	top: auto;
	left: auto;
	right: 6%;
	bottom: 10%;
}
@media only screen and (max-width: 479px) {
	.thumbnail-slider .description.bottom-right {
		right: 4%;
		bottom: 2%;
	}
}
.thumbnail-slider .description .title {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin: 0;
}
@media only screen and (max-width: 991px) {
	.thumbnail-slider .description .title {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.thumbnail-slider .description .title {
		font-size: 16px;
	}
}
.thumbnail-slider .description .title span {
	display: inline-block;
	background-color: rgba(15, 167, 108, 0.95);
	padding: 0.4em 0.8em;
}
.thumbnail-slider .description .subtitle {
	font-size: 14px;
	color: #000;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.thumbnail-slider .description .subtitle {
		font-size: 12px;
	}
}
.thumbnail-slider .description .subtitle span {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 0.6em 0.9em;
}
.thumbnail-slider .description-open {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 10px;
	bottom: 14px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
@media only screen and (max-width: 479px) {
	.thumbnail-slider .description-open {
		left: 0;
		bottom: 4px;
	}
}
.thumbnail-slider .description-open:hover,
.thumbnail-slider .description-open:active {
	color: #95d0ed;
}
.thumbnail-slider .description-open.active {
	visibility: visible;
	opacity: 1;
}
.thumbnail-slider .description-close {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.thumbnail-slider .description-close:hover,
.thumbnail-slider .description-close:active {
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
/*-----------------------------------*/
/* Post Slider */
/*-----------------------------------*/
.post-slider {
	position: relative;
	background-color: #f3f3f3;
}
.post-slider .owl-item,
.post-slider .swipebox {
	position: relative;
	display: block;
}
.post-slider .owl-item:before,
.post-slider .swipebox:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: auto;
	background-color: rgba(0, 0, 0, 0.1);
}
.post-slider .owl-controls {
	margin: 0;
}
.post-slider .owl-controls .owl-buttons .owl-prev,
.post-slider .owl-controls .owl-buttons .owl-next {
	font-size: 24px;
	color: #000;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 0 3px 3px 0;
}
.post-slider .owl-controls .owl-buttons .owl-prev:before,
.post-slider .owl-controls .owl-buttons .owl-next:before {
	content: 'chevron_left';
	font-family: 'Material Icons';
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga' 1;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: -12%;
}
.post-slider .owl-controls .owl-buttons .owl-prev:hover,
.post-slider .owl-controls .owl-buttons .owl-next:hover,
.post-slider .owl-controls .owl-buttons .owl-prev:active,
.post-slider .owl-controls .owl-buttons .owl-next:active {
	color: #000;
	background-color: rgba(255, 255, 255, 0.8);
}
.post-slider .owl-controls .owl-buttons .owl-prev:active,
.post-slider .owl-controls .owl-buttons .owl-next:active {
	background-color: rgba(255, 255, 255, 0.6);
}
.post-slider .owl-controls .owl-buttons .owl-next {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px;
}
.post-slider .owl-controls .owl-buttons .owl-next:before {
	content: 'chevron_right';
}
/*-----------------------------------*/
/* Twitter Slider */
/*-----------------------------------*/
.twitter-slider {
	padding-bottom: 25px;
}
.twitter-slider .owl-controls .owl-buttons .owl-prev,
.twitter-slider .owl-controls .owl-buttons .owl-next {
	top: auto;
	left: auto;
	right: 40px;
	bottom: 0;
	margin-top: 0;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.twitter-slider .owl-controls .owl-buttons .owl-next {
	right: 0;
}
/*-----------------------------------*/
/* Fly Slider */
/*-----------------------------------*/
.fly-slider {
	height: 100vh;
	overflow: hidden;
	position: relative;
	background-color: #4b4b4b;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	-ms-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 1;
}
.fly-slider.invisible {
	opacity: 0;
}
.fly-slider .cube {
	position: relative;
	-ms-perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.fly-slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	opacity: 0;
	text-align: center;
	will-change: transform, opacity;
}
.fly-slider .slide.active {
	opacity: 1;
}
.fly-slider .slide.active .slide-content {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
	.fly-slider .slide.active .slide-content {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
.fly-slider .slide.prev .slide-content {
	-webkit-transform: translate3d(0, 200%, 0);
	-moz-transform: translate3d(0, 200%, 0);
	-o-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
@media only screen and (max-width: 767px) {
	.fly-slider .slide.prev .slide-content {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
.fly-slider .slide.next .slide-content {
	-webkit-transform: translate3d(0, -200%, 0);
	-moz-transform: translate3d(0, -200%, 0);
	-o-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
@media only screen and (max-width: 767px) {
	.fly-slider .slide.next .slide-content {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
.fly-slider .slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: auto;
	background-color: rgba(75, 75, 75, 0.45);
}
.fly-slider .slide:after {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.fly-slider .slider-control {
	-webkit-transform: translate3d(0, 0, 4px);
	position: absolute;
	top: 50%;
	left: 0;
	right: auto;
	z-index: 4;
	width: 48px;
	height: 54px;
	border-radius: 0 3px 3px 0;
	margin-top: -27px;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 32px;
	color: #fff;
	line-height: 54px;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media only screen and (max-width: 479px) {
	.fly-slider .slider-control {
		width: 32px;
	}
}
.fly-slider .slider-control:hover,
.fly-slider .slider-control:active {
	background-color: rgba(0, 0, 0, 0.4);
}
.fly-slider .slider-control.next {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px;
}
.fly-slider .slide-content {
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	position: relative;
	will-change: transform;
}
/*-----------------------------------*/
/* Card */
/*-----------------------------------*/
.fly-card {
	margin-bottom: 40px;
}
.fly-card .boxed {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
	-webkit-transition: box-shadow 0.1s;
	-moz-transition: box-shadow 0.1s;
	-o-transition: box-shadow 0.1s;
	-ms-transition: box-shadow 0.1s;
	transition: box-shadow 0.1s;
}
.no-touchevents .fly-card:hover .boxed,
.no-touchevents .fly-card:active .boxed {
	-webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}
.fly-card .flip-front {
	/* min-height: 230px; */
}
.fly-card .flip-front.flip-row {
	height: 140px !important;
	
}
.fly-card .card-map {
	height: 100%;
	padding-bottom: 50px;
}
.fly-article-details .fly-card .card-map {
	padding-bottom: 0;
}
.vertical.fly-card .card-map {
	padding-bottom: 0;
	padding-left: 50px;
}
.fly-article-details .vertical.fly-card .card-map {
	padding-left: 0;
}
.fly-card .card-map .google-map {
	height: 100%;
	margin: 0;
}
.fly-card .card-map .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.fly-card .card-map:before {
	content: attr(data-placeholder);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 14px;
	font-weight: 500;
	color: #95d0ed;
	text-transform: uppercase;
	margin-top: -30px;
}
.vertical.fly-card .card-map:before {
	margin-top: -10px;
}
.fly-card .card-social {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px;
	overflow: hidden;
	background-color: #E93D84;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.fly-card .card-social:before,
.fly-card .card-social:after {
	content: '';
	display: table;
}
.fly-card .card-social:after {
	clear: both;
}
.fly-card .card-social li {
	float: left;
	margin-right: 5px;
}
.fly-card .card-social a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.fly-card .card-social a:hover,
.fly-card .card-social a:active {
	background-color: rgba(0, 0, 0, 0.1);
}
.vertical.fly-card .card-social {
	top: 0;
	right: auto;
}
.vertical.fly-card .card-social li {
	float: none;
	margin-right: 0;
	margin-bottom: 5px;
}
/*-----------------------------------*/
/* Adaptation */
/*-----------------------------------*/
@media screen and (max-width: 749px) {
	.fly-card .flip-front.flip-row {
		/* height: 140px !important; */
		display: grid !important;
		grid-template-rows: 40% 60% !important;
	}
	.fly-project.vertical .project-media {
		position: relative !important;
	}
	.fly-card .flip-front.flip-row {
		height: fit-content !important;
	}
	.fly-project.vertical .flip-front.flip-row{
		padding-left: 0 !important; 
	}
	.fly-project.vertical .project-content-row{
		grid-template-rows: 15% 85% !important;
	}
	.fly-project.vertical .project-media.project-row.aux-imp{
		width: auto !important;
	}
	.fly-project .project-title.correction{
		margin-bottom: 0;
	}
	.three-colums{
		flex-direction: column;
		align-items: unset;
		display: grid !important;
		align-items: center;
		height: 100%;
		margin-top: 0 !important;
	}
	.three-colums .element{
		width: 100% !important;
	}
	.three-colums .element:nth-child(3){
		height: 80px !important;
	}
	.flip-row .project-title{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
	}
}
/*-----------------------------------*/
/* Posts Layout */
/*-----------------------------------*/
.fly-articles {
	font-size: 0;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.fly-articles .column {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	flex-basis: 50%;
	padding: 0 15px 40px;
}
@media only screen and (max-width: 767px) {
	.fly-articles .column {
		width: 100%;
		flex-basis: 100%;
		padding-bottom: 50px;
	}
}
.fly-articles .column .fly-card {
	margin-bottom: 0;
}
.fly-articles .column .fly-card,
.fly-articles .column .fly-card .boxed {
	height: 100%;
}
.fly-articles.columns3 {
	margin: 0 -15px;
}
.fly-articles.columns3 .column {
	width: 33.33%;
	flex-basis: 33.33%;
}
@media only screen and (max-width: 1229px) {
	.fly-articles.columns3 .column {
		width: 50%;
		flex-basis: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.fly-articles.columns3 .column {
		width: 100%;
		flex-basis: 100%;
	}
}
.fly-articles.columns4 {
	margin: 0 -15px;
}
.fly-articles.columns4 .column {
	width: 25%;
	flex-basis: 25%;
}
@media only screen and (max-width: 1359px) {
	.fly-articles.columns4 .column {
		width: 33.33%;
		flex-basis: 33.33%;
	}
}
@media only screen and (max-width: 1229px) {
	.fly-articles.columns4 .column {
		width: 50%;
		flex-basis: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.fly-articles.columns4 .column {
		width: 100%;
		flex-basis: 100%;
	}
}
.fly-articles.columns4 .soundcloud-player {
	height: 150px;
}
.fly-articles .soundcloud-player {
	height: 200px;
}
/*-----------------------------------*/
/* General Post Styles */
/*-----------------------------------*/
.fly-article {
	font-size: 16px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 1359px) {
	.fly-article {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1229px) {
	.fly-article {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.fly-article {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.fly-article {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.fly-article {
		margin-bottom: 30px;
	}
}
a.post-media {
	display: block;
	position: relative;
}
a.post-media:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: auto;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a.post-media:hover:before,
a.post-media:active:before {
	background-color: rgba(0, 0, 0, 0.2);
}
.post-content {
	padding: 30px;
}
@media only screen and (max-width: 767px) {
	.post-content {
		padding: 20px;
	}
}
.columns4 .post-content {
	padding: 20px;
}
.post-title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
	.post-title {
		font-size: 22px;
	}
}
@media only screen and (max-width: 479px) {
	.post-title {
		font-size: 20px;
	}
}
.columns4 .post-title {
	font-size: 20px;
}
.post-meta {
	font-size: 0;
	color: #95d0ed;
	margin-bottom: 16px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.post-meta a {
	text-decoration: underline;
}
.post-meta > * {
	font-size: 14px;
	line-height: 1.2;
}
.post-meta > * i {
	font-size: 1.4em;
	margin-right: 4px;
	vertical-align: -24%;
}
.post-meta > *:after {
	content: '/';
	display: inline-block;
	padding: 0 4px;
}
.post-meta > *.last:after {
	display: none;
}
.post-description {
	margin-bottom: 1.4em;
}
.columns4 .post-description {
	font-size: 15px;
}
@media only screen and (max-width: 991px) {
	.columns4 .post-description {
		font-size: 14px;
	}
}
.post-description p {
	line-height: 1.5;
	margin: 0;
}
.post-social li {
	float: left;
	margin-right: 15px;
}
.post-social a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #b3b3b3;
	text-align: center;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 2px #b3b3b3;
	-moz-box-shadow: inset 0 0 0 2px #b3b3b3;
	box-shadow: inset 0 0 0 2px #b3b3b3;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.post-social a:hover,
.post-social a:active {
	color: #fff;
	background-color: #95d0ed;
	-webkit-box-shadow: inset 0 0 0 2px #95d0ed;
	-moz-box-shadow: inset 0 0 0 2px #95d0ed;
	box-shadow: inset 0 0 0 2px #95d0ed;
}
a.post-overlay-link {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a.post-overlay-link:before {
	background-color: rgba(0, 0, 0, 0.4);
}
a.post-overlay-link .inner {
	position: absolute;
	top: 50%;
	left: 20%;
	right: 20%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
}
@media only screen and (max-width: 1229px) {
	a.post-overlay-link .inner {
		left: 5%;
		right: 5%;
	}
}
@media only screen and (max-width: 479px) {
	a.post-overlay-link .inner {
		display: none;
	}
}
a.post-overlay-link i {
	font-size: 48px;
	margin-bottom: 0.5em;
}
@media only screen and (max-width: 1229px) {
	a.post-overlay-link i {
		font-size: 32px;
	}
}
@media only screen and (max-width: 479px) {
	a.post-overlay-link i {
		font-size: 20px;
	}
}
a.post-overlay-link blockquote {
	font-size: 18px;
	font-style: italic;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	a.post-overlay-link blockquote {
		font-size: 14px;
	}
}
.fly-articles a.post-overlay-link .inner {
	left: 5%;
	right: 5%;
}
.fly-articles a.post-overlay-link i {
	margin-bottom: 0.2em;
}
.fly-articles a.post-overlay-link blockquote {
	font-size: 15px;
}
@media only screen and (max-width: 1229px) {
	.fly-articles a.post-overlay-link blockquote {
		font-size: 14px;
	}
}
.columns3 a.post-overlay-link blockquote {
	font-size: 14px;
}
.columns3 a.post-overlay-link i {
	margin-bottom: 0;
}
.columns4 a.post-overlay-link .inner {
	display: none;
}
@media only screen and (max-width: 1359px) {
	.columns4 a.post-overlay-link .inner {
		display: block;
	}
	.columns4 a.post-overlay-link .inner blockquote {
		font-size: 14px;
	}
}
@media only screen and (max-width: 479px) {
	.columns4 a.post-overlay-link .inner {
		display: none;
	}
}
.post-audio {
	min-height: 50px;
	position: relative;
}
.post-audio:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: auto;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.post-audio audio {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	max-width: 90%;
}
.soundcloud-player {
	width: 100%;
	height: 300px;
}
@media only screen and (max-width: 767px) {
	.soundcloud-player {
		height: 200px;
	}
}
@media only screen and (max-width: 479px) {
	.soundcloud-player {
		height: 150px;
	}
}
/*-----------------------------------*/
/* Posts in SideBar */
/*-----------------------------------*/
.widget-posts .fly-article {
	padding-left: 90px;
	position: relative;
	min-height: 70px;
	margin: 0 0 30px;
}
@media only screen and (max-width: 1229px) {
	.widget-posts .fly-article {
		padding-left: 80px;
	}
}
.widget-posts .fly-article .post-media {
	width: 70px;
	position: absolute;
	top: 4px;
	left: 0;
	margin: 0;
}
.widget-posts .fly-article .post-title {
	font-size: 15px;
	font-weight: 400;
	color: #232829;
	text-align: left;
	text-transform: none;
	line-height: 1.3;
	margin-bottom: 0.5em;
}
@media only screen and (max-width: 1229px) {
	.widget-posts .fly-article .post-title {
		font-size: 14px;
	}
}
.widget-posts .fly-article .post-title a {
	color: #232829;
}
.widget-posts .fly-article .post-title a:hover,
.widget-posts .fly-article .post-title a:active {
	color: #95d0ed;
}
.widget-posts .fly-article .post-meta {
	margin: 0;
}
.widget-posts .fly-article .post-meta,
.widget-posts .fly-article .post-meta > * {
	font-size: 13px;
	color: #4b4b4b;
	text-align: left;
}
.widget-posts .fly-article .post-content {
	padding: 0;
}
/*-----------------------------------*/
/* Posts in Footer */
/*-----------------------------------*/
.widget-footer.widget-posts .fly-article {
	min-height: 0;
	padding: 0;
	margin: 0 0 20px;
	border: none;
}
.widget-footer.widget-posts .fly-article:last-of-type {
	margin-bottom: 20px;
}
.widget-footer.widget-posts .fly-article .post-title {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	text-align: left;
	text-transform: none;
	color: #d4d4d4;
	margin-bottom: 0.3em;
}
.widget-footer.widget-posts .fly-article .post-title a {
	display: inline-block;
	color: #d4d4d4;
}
.widget-footer.widget-posts .fly-article .post-title a:hover,
.widget-footer.widget-posts .fly-article .post-title a:active {
	color: #95d0ed;
}
.widget-footer.widget-posts .fly-article .post-meta,
.widget-footer.widget-posts .fly-article .post-meta > * {
	font-size: 13px;
	line-height: 1.5;
	color: #95d0ed;
}
/*-----------------------------------*/
/* BlockQuote */
/*-----------------------------------*/
.blockquote {
	display: block;
	font-style: italic;
	font-size: 18px;
	line-height: 1.9;
	color: #b3b3b3;
	border-left: 4px solid #b3b3b3;
	padding-left: 1.5em;
	margin: 2.6em 1.2em;
}
@media only screen and (max-width: 1229px) {
	.blockquote {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.blockquote {
		margin: 2em 0 2em 1em;
	}
}
@media only screen and (max-width: 767px) {
	.blockquote {
		line-height: 1.6;
	}
}
@media only screen and (max-width: 479px) {
	.blockquote {
		margin: 2em 0;
	}
}
.blockquote span {
	display: block;
	margin-top: 1em;
	font-style: italic;
	text-transform: uppercase;
}
/*-----------------------------------*/
/* Unordered List */
/*-----------------------------------*/
.unordered-list {
	margin: 2.5em 3em 3em 2.5em;
}
@media only screen and (max-width: 1229px) {
	.unordered-list {
		margin: 2em;
	}
}
.unordered-list li {
	line-height: 1.4;
	margin-bottom: 0.9em;
	position: relative;
}
.unordered-list li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #9a9c9d;
	position: absolute;
	top: 7px;
	left: -20px;
}
@media only screen and (max-width: 767px) {
	.unordered-list {
		margin: 2em 6% 2.4em;
	}
	.unordered-list li:before {
		top: 6px;
		left: -18px;
	}
}
/*-----------------------------------*/
/* Ordered List */
/*-----------------------------------*/
.ordered-list {
	margin: 2.5em 3em 3em 2.5em;
	list-style-type: none;
	counter-reset: list;
}
@media only screen and (max-width: 1229px) {
	.ordered-list {
		margin: 2em;
	}
}
.ordered-list li {
	line-height: 1.4;
	margin-bottom: 0.9em;
	position: relative;
}
.ordered-list li:before {
	counter-increment: list;
	content: counter(list) '.';
	position: absolute;
	top: -2px;
	left: -35px;
	width: 28px;
	height: 26px;
	line-height: 26px;
	font-style: normal;
	text-align: right;
}
@media only screen and (max-width: 991px) {
	.ordered-list li:before {
		top: -3px;
	}
}
@media only screen and (max-width: 767px) {
	.ordered-list {
		margin: 2em 6% 2.4em;
	}
	.ordered-list li:before {
		top: -2px;
		left: -34px;
	}
}
/*-----------------------------------*/
/* Definition List */
/*-----------------------------------*/
.definition-list {
	margin: 2.5em 3em 3em 1.24em;
}
@media only screen and (max-width: 1229px) {
	.definition-list {
		margin: 2em 0.8em;
	}
}
@media only screen and (max-width: 767px) {
	.definition-list {
		margin: 2em 1em;
	}
}
@media only screen and (max-width: 479px) {
	.definition-list {
		margin: 2em 0;
	}
}
.definition-list dt {
	font-weight: 500;
	line-height: 1.4;
	color: #4b4b4b;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 0.6em 0;
}
@media only screen and (max-width: 479px) {
	.definition-list dt {
		letter-spacing: 0;
	}
}
.definition-list dd {
	line-height: 1.4;
	margin-bottom: 1.6em;
}
@media only screen and (max-width: 1229px) {
	.definition-list dd {
		margin-bottom: 1.4em;
	}
}
/*-----------------------------------*/
/* HighLighted First Letter */
/*-----------------------------------*/
.first-letter:first-letter {
	float: left;
	font-size: 4.4em;
	line-height: 0.8;
	text-transform: uppercase;
	padding: 0.14em 0.26em 0 0;
}
/*-----------------------------------*/
/* Blog Details */
/*-----------------------------------*/
.post-content blockquote {
	display: block;
	font-style: italic;
	font-size: 18px;
	line-height: 1.9;
	color: #b3b3b3;
	border-left: 4px solid #b3b3b3;
	padding-left: 1.5em;
	margin: 2.6em 1.2em;
}
@media only screen and (max-width: 1229px) {
	.post-content blockquote {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.post-content blockquote {
		margin: 2em 0 2em 1em;
	}
}
@media only screen and (max-width: 767px) {
	.post-content blockquote {
		line-height: 1.6;
	}
}
@media only screen and (max-width: 479px) {
	.post-content blockquote {
		margin: 2em 0;
	}
}
.post-content blockquote span {
	display: block;
	margin-top: 1em;
	font-style: italic;
	text-transform: uppercase;
}
.post-content ul {
	margin: 2.5em 3em 3em 2.5em;
}
@media only screen and (max-width: 1229px) {
	.post-content ul {
		margin: 2em;
	}
}
.post-content ul li {
	line-height: 1.4;
	margin-bottom: 0.9em;
	position: relative;
}
.post-content ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #9a9c9d;
	position: absolute;
	top: 7px;
	left: -20px;
}
@media only screen and (max-width: 767px) {
	.post-content ul {
		margin: 2em 6% 2.4em;
	}
	.post-content ul li:before {
		top: 6px;
		left: -18px;
	}
}
.post-content ol {
	margin: 2.5em 3em 3em 2.5em;
	list-style-type: none;
	counter-reset: list;
}
@media only screen and (max-width: 1229px) {
	.post-content ol {
		margin: 2em;
	}
}
.post-content ol li {
	line-height: 1.4;
	margin-bottom: 0.9em;
	position: relative;
}
.post-content ol li:before {
	counter-increment: list;
	content: counter(list) '.';
	position: absolute;
	top: -2px;
	left: -35px;
	width: 28px;
	height: 26px;
	line-height: 26px;
	font-style: normal;
	text-align: right;
}
@media only screen and (max-width: 991px) {
	.post-content ol li:before {
		top: -3px;
	}
}
@media only screen and (max-width: 767px) {
	.post-content ol {
		margin: 2em 6% 2.4em;
	}
	.post-content ol li:before {
		top: -2px;
		left: -34px;
	}
}
.post-content dl {
	margin: 2.5em 3em 3em 1.24em;
}
@media only screen and (max-width: 1229px) {
	.post-content dl {
		margin: 2em 0.8em;
	}
}
@media only screen and (max-width: 767px) {
	.post-content dl {
		margin: 2em 1em;
	}
}
@media only screen and (max-width: 479px) {
	.post-content dl {
		margin: 2em 0;
	}
}
.post-content dl dt {
	font-weight: 500;
	line-height: 1.4;
	color: #4b4b4b;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 0.6em 0;
}
@media only screen and (max-width: 479px) {
	.post-content dl dt {
		letter-spacing: 0;
	}
}
.post-content dl dd {
	line-height: 1.4;
	margin-bottom: 1.6em;
}
@media only screen and (max-width: 1229px) {
	.post-content dl dd {
		margin-bottom: 1.4em;
	}
}
.post-content img {
	margin: 30px 0;
}
.post-content img.alignleft {
	float: left;
	clear: left;
	margin: 0 30px 20px 0;
}
.post-content img.alignright {
	float: right;
	clear: right;
	margin: 0 0 20px 30px;
}
.post-content .wp-caption-text {
	font-size: 14px;
	font-style: italic;
	margin: -20px 0 30px;
}
@media only screen and (max-width: 767px) {
	.post-content .wp-caption-text {
		margin-bottom: 20px;
	}
}
.fly-article-details {
	margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
	.fly-article-details {
		margin-bottom: 50px;
	}
}
.fly-article-details .post-content,
.fly-article-details .post-media {
	padding: 0;
	margin-bottom: 50px;
}
@media only screen and (max-width: 479px) {
	.fly-article-details .post-content,
	.fly-article-details .post-media {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 1229px) {
	.fly-article-details .post-media {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 991px) {
	.fly-article-details .post-media {
		margin-bottom: 30px;
	}
}
.fly-article-details .tagcloud {
	text-align: right;
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	.fly-article-details .tagcloud {
		text-align: left;
		margin-top: 20px;
	}
}
/*-----------------------------------*/
/* Comments */
/*-----------------------------------*/
.comments {
	margin: 50px 0;
}
@media only screen and (max-width: 1229px) {
	.comments {
		margin: 40px 0;
	}
}
@media only screen and (max-width: 767px) {
	.comments {
		margin: 30px 0;
	}
}
.comment-list {
	margin-bottom: 75px;
}
.comment {
	padding: 14px 0 0 120px;
}
@media only screen and (max-width: 479px) {
	.comment {
		padding: 0 0 0 90px;
	}
}
.comment-body {
	position: relative;
	margin-bottom: 40px;
	min-height: 100px;
}
.comment-avatar {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: -120px;
	border-radius: 50%;
}
@media only screen and (max-width: 479px) {
	.comment-avatar {
		width: 80px;
		height: 80px;
		left: -90px;
	}
}
.comment-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.comment-meta {
	margin-bottom: 12px;
}
.comment-author {
	font-size: 18px;
	color: #232829;
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 0.2em;
}
.comment-author:hover,
.comment-author:active {
	color: #95d0ed;
}
@media only screen and (max-width: 767px) {
	.comment-author {
		margin-right: 0.2em;
	}
}
.comment-date {
	font-size: 14px;
	color: #b3b3b3;
}
@media only screen and (max-width: 479px) {
	.comment-date {
		display: block;
	}
}
a.comment-reply {
	font-size: 16px;
}
.comment-content {
	font-size: 15px;
}
@media only screen and (max-width: 767px) {
	.comment-content {
		font-size: 14px;
	}
}
.comment-content p {
	margin-bottom: 1em;
}
.children .comment {
	padding-left: 0;
	padding-right: 0;
}
.children .comment-body {
	padding-left: 120px;
}
@media only screen and (max-width: 991px) {
	.children .comment-body {
		padding-left: 40px;
	}
}
@media only screen and (max-width: 479px) {
	.children .comment-body {
		padding-left: 0;
	}
}
.children .comment-avatar {
	left: 0;
}
@media only screen and (max-width: 991px) {
	.children .comment-avatar {
		left: -80px;
	}
}
@media only screen and (max-width: 479px) {
	.children .comment-avatar {
		left: -90px;
	}
}
/*-----------------------------------*/
/* Projects Layout */
/*-----------------------------------*/
.fly-projects {
	font-size: 0;
	flex-wrap: wrap;
}
.fly-projects .column {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 50px;
}
@media only screen and (max-width: 767px) {
	.fly-projects .column {
		padding-bottom: 30px;
	}
}
.fly-projects .column .fly-card {
	margin-bottom: 0;
}
.fly-projects .column .fly-card,
.fly-projects .column .fly-card .boxed {
	height: 100%;
}
.fly-projects.columns2 {
	margin: 0 -15px;
}
.fly-projects.columns2 .column {
	width: 50%;
	flex-basis: 50%;
}
@media only screen and (max-width: 767px) {
	.fly-projects.columns2 .column {
		width: 100%;
		flex-basis: 100%;
	}
}
.fly-projects.columns3 {
	margin: 0 -15px;
}
.fly-projects.columns3 .column {
	width: 33.33%;
	flex-basis: 33.33%;
}
@media only screen and (max-width: 1229px) {
	.fly-projects.columns3 .column {
		width: 50%;
		flex-basis: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.fly-projects.columns3 .column {
		width: 100%;
		flex-basis: 100%;
	}
}
.fly-projects.columns4 {
	margin: 0 -15px;
}
.fly-projects.columns4 .column {
	width: 25%;
	flex-basis: 25%;
}
@media only screen and (max-width: 1359px) {
	.fly-projects.columns4 .column {
		width: 33.33%;
		flex-basis: 33.33%;
	}
}
@media only screen and (max-width: 1229px) {
	.fly-projects.columns4 .column {
		width: 50%;
		flex-basis: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.fly-projects.columns4 .column {
		width: 100%;
		flex-basis: 100%;
	}
}
/*-----------------------------------*/
/* Project */
/*-----------------------------------*/
.fly-project {
	font-size: 16px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 1359px) {
	.fly-project {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1229px) {
	.fly-project {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.fly-project {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.fly-project {
		font-size: 14px;
	}
}
.fly-project .project-media {
	display: block;
	min-height: 100px;
	position: relative;
}

.fly-project .project-media:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: auto;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.fly-project .project-media:hover:before,
.fly-project .project-media:active:before {
	background-color: rgba(0, 0, 0, 0.2);
}
.fly-project .progress {
	height: 8px;
	margin-bottom: 0;
	background-color: #e9e9e9;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 30px;
	overflow: visible;
}
.fly-project .element .progress {
	height: 8px;
	margin-bottom: 0;
	background-color: #e9e9e9;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 9px;
	overflow: visible;
}
.fly-project .progress .progress-bar {
	float: left;
	width: 0;
	height: 100%;
	background-color: #efc427;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
	background-image: -webkit-linear-gradient(
		-45deg,
		rgba(255, 255, 255, 0.35) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.35) 50%,
		rgba(255, 255, 255, 0.35) 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		-45deg,
		rgba(255, 255, 255, 0.35) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.35) 50%,
		rgba(255, 255, 255, 0.35) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		-45deg,
		rgba(255, 255, 255, 0.35) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.35) 50%,
		rgba(255, 255, 255, 0.35) 75%,
		transparent 75%,
		transparent
	);
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	background-size: 16px 16px;
	background-position: center top;
	background-repeat: no-repeat;
	background-repeat: repeat;
}
.complete.fly-project .progress .progress-bar {
	background-color: #95d0ed;
}
.fly-project .progress .progress-label {
	width: 36px;
	height: 20px;
	border-radius: 2px;
	background-color: #efc427;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -36px;
	margin-left: -18px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}
.fly-project .element .progress .progress-label {
	width: 36px;
	height: 20px;
	border-radius: 2px;
	background-color: #efc427;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -29px;
	margin-left: -18px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}
.complete.fly-project .progress .progress-label {
	background-color: #95d0ed;
}
.fly-project .progress .progress-label:before {
	content: '';
	border-top: 4px solid #efc427;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -3px;
	margin-left: -4px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}
.complete.fly-project .progress .progress-label:before {
	border-top-color: #95d0ed;
}
.fly-project .project-content {
	padding: 30px;
}
@media only screen and (max-width: 767px) {
	.fly-project .project-content {
		padding: 20px;
	}
}
.columns4 .fly-project .project-content {
	padding: 20px;
}
.fly-project .project-title {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
	.fly-project .project-title {
		font-size: 22px;
	}
}
@media only screen and (max-width: 479px) {
	.fly-project .project-title {
		font-size: 20px;
	}
}
.columns4 .fly-project .project-title {
	font-size: 20px;
}
.fly-project .project-location {
	font-size: 14px;
	padding: 1px 0;
	margin: 0 0 1em -0.2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fly-project .project-location i {
	font-size: 1.4em;
	margin-right: 4px;
	vertical-align: -24%;
}
.fly-project .project-location .label {
	display: inline-block;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	color: #b3b3b3;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	border-radius: 0;
	margin-right: 0.8em;
}
.fly-project .project-description {
	margin-bottom: 1.4em;
}
.columns4 .fly-project .project-description {
	font-size: 15px;
}
@media only screen and (max-width: 991px) {
	.columns4 .fly-project .project-description {
		font-size: 14px;
	}
}
.fly-project .project-description p {
	line-height: 1.5;
	margin: 0;
}
.fly-project .project-stats {
	font-size: 0;
	margin-bottom: 30px;
}
.fly-project .project-stats li {
	display: inline-block;
	max-width: 100%;
}
.fly-project .project-stats li:first-child {
	margin-right: 10%;
}
.fly-project .project-stats .label {
	display: block;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	color: #b3b3b3;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	border-radius: 0;
	margin-bottom: 0.8em;
}
.fly-project .project-stats .value {
	font-size: 28px;
	font-weight: 500;
	color: #fd5a9f;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
	.fly-project .project-stats .value {
		font-size: 24px;
	}
}
.columns4 .fly-project .project-stats .value {
	font-size: 24px;
}
.fly-project .project-stats .value sup {
	font-size: 0.7em;
	top: -0.3em;
	margin: 0 0.1em 0 -0.05em;
}
.fly-project .project-buttons {
	text-align: right;
}
.fly-project .js-wave {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.fly-project.vertical .flip-front.flip-row {
	padding-left: 280px;
}
.fly-project.vertical .flip-front {
	padding-left: 400px;
}
@media only screen and (max-width: 1229px) {
	.fly-project.vertical .flip-front {
		padding-left: 340px;
	}
}
@media only screen and (max-width: 991px) {
	.fly-project.vertical .flip-front {
		padding-left: 260px;
	}
	.fly-project.vertical .flip-front.flip-row {
		padding-left: 200px;
	}
	.fly-project.vertical .project-media.project-row{
		width: 200px !important;
	}
}
@media only screen and (max-width: 767px) {
	.fly-project.vertical .flip-front {
		padding-left: 0;
	}
}
.three-colums{
	display: flex;
	/* width: max-content;
	height: 100%; */
	align-items: center;
	margin-top: 15px;

}
.three-colums .element{
	margin-left: 5px;
	margin-right: 5px;
	/* text-align: center; */
}
.three-colums .element:nth-child(1){
	width: 20%;
}
.three-colums .element:nth-child(2){
	width: 40%;
}
.three-colums .element:nth-child(3){
	width: 20%;
	height: 100%;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: flex-start;
}
.three-colums .element:nth-child(3) h6{
	font-family: Roboto, sans-serif;
	color: #a6c539;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: normal;
	margin-top: 14px;
}
.three-colums .element:nth-child(4){
	display: flex;
	justify-content: center;
	width: 20%;
}
.fly-project.vertical .project-media.project-row{
	width: 250px;
}
.fly-project.vertical .project-media {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 400px;
	height: auto;
}
@media only screen and (max-width: 1229px) {
	.fly-project.vertical .project-media {
		width: 340px;
	}
	.three-colums .element:nth-child(2){
		width: 37%;
	}
}
@media only screen and (max-width: 991px) {
	.fly-project.vertical .project-media {
		width: 260px;
	}
	.fly-project.vertical .project-media.aux-imp {
		width: auto;
	}
}
@media only screen and (max-width: 767px) {
	/* .fly-project.vertical .project-media {
		position: relative;
		width: auto;
	} */
	
}

.news-compl{
	height: 75vh !important;
	margin-bottom: 2rem !important;
}
.news-content{
	display: grid !important;
	grid-template-rows: 65% 35% !important;
}
.news-img{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 15px;
	
}
.news-back{
	display: grid;
	grid-template-rows: 10% 80% 10%;
}
.news-back div:nth-child(1){
	font-size: 19px;
	text-align: center;
	margin-top: 0.5rem;
}
.news-back div:nth-child(2){
	overflow: scroll;
	font-size: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
.news-back div:nth-child(2)::-webkit-scrollbar{
	width: 5px !important;
}
.news-back div:nth-child(2)::-webkit-scrollbar-track{
	background-color: transparent !important;
}
.news-container{
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.fly-project.vertical .project-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0;
	font-family: 'object-fit: cover; object-position: 50% 0;';
}
.fly-project.vertical .project-content {
	padding: 36px 35px 38px;
	margin-bottom: 2rem;
}
.fly-project.vertical .project-content-row {
	padding: 16px 15px 18px;
	display: grid;
	grid-template-rows: 20% 80%; 
}
.fly-project.vertical .project-content-row h3 a{
	color: #383938;
}
@media only screen and (max-width: 991px) {
	.fly-project.vertical .project-content {
		padding: 30px 20px;
	}
}
.fly-project.vertical .project-footer {
	justify-content: space-between;
	align-items: flex-end;
}
.flexbox .fly-project.vertical .project-footer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.no-flexbox .fly-project.vertical .project-footer:before,
.no-flexbox .fly-project.vertical .project-footer:after {
	content: '';
	display: table;
}
.no-flexbox .fly-project.vertical .project-footer:after {
	clear: both;
}
.fly-project.vertical .project-footer:before,
.fly-project.vertical .project-footer:after {
	content: '';
	display: table;
}
.fly-project.vertical .project-footer:after {
	clear: both;
}
@media only screen and (max-width: 479px) {
	.flexbox .fly-project.vertical .project-footer {
		display: block;
	}
}
.fly-project.vertical .project-stats {
	float: left;
	width: 100%;
	/* flex-basis: 70%; */
	margin-bottom: 0;
	display: grid;
	grid-template-columns: 50% 50%;
}
.fly-project.vertical .flip-row .project-stats {
	float: left;
	/* width: 100%; */
	/* flex-basis: 70%; */
	margin-bottom: 0;
	display: grid;
	grid-template-columns: 50% 50%;
}
.fly-project.vertical .project-stats li{
	/* display: flex; */
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 479px) {
	.fly-project.vertical .project-stats {
		float: none;
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 30px;
	}
}
.fly-project.vertical .project-buttons {
	/* float: right; */
	/* width: 30%; */
	flex-basis: 30%;
	margin-bottom: -4px;
}
@media only screen and (max-width: 479px) {
	.fly-project.vertical .project-buttons {
		float: none;
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 0;
	}
}
.no-flexbox .fly-project.vertical .project-buttons {
	margin-top: 25px;
}
.alternate-layout .fly-project.vertical:nth-child(even) .flip-front {
	padding-left: 0;
	padding-right: 400px;
}
@media only screen and (max-width: 1229px) {
	.alternate-layout .fly-project.vertical:nth-child(even) .flip-front {
		padding-right: 340px;
	}
}
@media only screen and (max-width: 991px) {
	.alternate-layout .fly-project.vertical:nth-child(even) .flip-front {
		padding-right: 260px;
	}
}
@media only screen and (max-width: 767px) {
	.alternate-layout .fly-project.vertical:nth-child(even) .flip-front {
		padding-right: 0;
	}
}
.alternate-layout .fly-project.vertical:nth-child(even) .project-media {
	left: auto;
	right: 0;
}
.alternate-layout .fly-project.vertical:nth-child(even) .project-content {
	text-align: right;
}
.alternate-layout .fly-project.vertical:nth-child(even) .project-footer {
	flex-direction: row-reverse;
}
.alternate-layout .fly-project.vertical:nth-child(even) .project-stats {
	float: right;
	text-align: right;
}
.alternate-layout .fly-project.vertical:nth-child(even) .project-stats .label {
	text-align: right;
}
.alternate-layout .fly-project.vertical:nth-child(even) .project-buttons {
	float: left;
	text-align: left;
}
.fly-article-details .fly-project.vertical {
	margin-bottom: 50px;
}
.fly-article-details .fly-project.vertical .flip-front {
	padding-left: 0;
}
@media only screen and (max-width: 767px) {
	.fly-article-details .fly-project.vertical .project-footer {
		flex-wrap: wrap;
	}
}
.fly-article-details .fly-project.vertical .project-stats {
	width: 40%;
	flex-basis: 40%;
}
@media only screen and (max-width: 767px) {
	.fly-article-details .fly-project.vertical .project-stats {
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 50px;
	}
}
.fly-article-details .fly-project.vertical .progress {
	margin-bottom: 10px;
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	float: left;
	width: 40%;
	flex-basis: 40%;
}
@media only screen and (max-width: 767px) {
	.fly-article-details .fly-project.vertical .progress {
		width: 70%;
		flex-basis: 70%;
	}
}
@media only screen and (max-width: 479px) {
	.fly-article-details .fly-project.vertical .progress {
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 30px;
	}
}
.no-flexbox .fly-article-details .fly-project.vertical .progress {
	margin-top: 40px;
}
.fly-article-details .fly-project.vertical .project-buttons {
	width: 20%;
	flex-basis: 20%;
}
@media only screen and (max-width: 767px) {
	.fly-article-details .fly-project.vertical .project-buttons {
		width: 30%;
		flex-basis: 30%;
	}
}
@media only screen and (max-width: 479px) {
	.fly-article-details .fly-project.vertical .project-buttons {
		width: 100%;
		flex-basis: 100%;
	}
}
/*-----------------------------------*/
/* Events Layout */
/*-----------------------------------*/
.fly-events {
	font-size: 0;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.fly-events .column {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	flex-basis: 50%;
	padding: 0 15px 50px;
}
@media only screen and (max-width: 767px) {
	.fly-events .column {
		width: 100%;
		flex-basis: 100%;
		padding-bottom: 30px;
	}
}
.fly-events .column .fly-card {
	margin-bottom: 0;
}
.fly-events .column .fly-card,
.fly-events .column .fly-card .boxed {
	height: 100%;
}
.fly-events.columns3 {
	margin: 0 -15px;
}
.fly-events.columns3 .column {
	width: 33.33%;
	flex-basis: 33.33%;
}
@media only screen and (max-width: 1229px) {
	.fly-events.columns3 .column {
		width: 50%;
		flex-basis: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.fly-events.columns3 .column {
		width: 100%;
		flex-basis: 100%;
	}
}
.fly-events.columns4 {
	margin: 0 -15px;
}
.fly-events.columns4 .column {
	width: 25%;
	flex-basis: 25%;
}
@media only screen and (max-width: 1359px) {
	.fly-events.columns4 .column {
		width: 33.33%;
		flex-basis: 33.33%;
	}
}
@media only screen and (max-width: 1229px) {
	.fly-events.columns4 .column {
		width: 50%;
		flex-basis: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.fly-events.columns4 .column {
		width: 100%;
		flex-basis: 100%;
	}
}
/*-----------------------------------*/
/* Event */
/*-----------------------------------*/
.fly-event {
	font-size: 16px;
	margin-bottom: 70px;
}
@media only screen and (max-width: 1359px) {
	.fly-event {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1229px) {
	.fly-event {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.fly-event {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.fly-event {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.fly-event {
		margin-bottom: 50px;
	}
}
.fly-event .event-media {
	display: block;
	position: relative;
}
.fly-event .event-media:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: auto;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.fly-event .event-media:hover:before,
.fly-event .event-media:active:before {
	background-color: rgba(0, 0, 0, 0.2);
}
.fly-event .event-content {
	padding: 30px;
}
@media only screen and (max-width: 767px) {
	.fly-event .event-content {
		padding: 20px;
	}
}
.columns4 .fly-event .event-content {
	padding: 20px;
}
.fly-event .event-title {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
	.fly-event .event-title {
		font-size: 22px;
	}
}
@media only screen and (max-width: 479px) {
	.fly-event .event-title {
		font-size: 20px;
	}
}
.columns4 .fly-event .event-title {
	font-size: 20px;
}
.fly-event .event-location {
	font-size: 14px;
	padding: 1px 0;
	margin: 0 0 1em -0.2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fly-event .event-location i {
	font-size: 1.4em;
	margin-right: 4px;
	vertical-align: -24%;
}
.fly-event .event-location .label {
	display: inline-block;
	vertical-align: -20%;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	color: #b3b3b3;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	border-radius: 0;
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 0.4em;
}
@media only screen and (max-width: 479px) {
	.fly-event .event-location .label {
		display: none;
	}
}
.fly-event .event-location li {
	margin-bottom: 10px;
}
.fly-event .event-location li:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
	.fly-event .event-location li {
		margin-bottom: 6px;
	}
}
.fly-event .event-date {
	color: #95d0ed;
	margin-left: 20px;
}
.fly-article-details .fly-event .event-date {
	margin-left: 0;
}
.columns4 .fly-event .event-date {
	display: block;
	margin: 10px 0 0;
}
@media only screen and (max-width: 991px) {
	.fly-event .event-date {
		display: block;
		margin: 10px 0 0;
	}
	.fly-article-details .fly-event .event-date {
		display: inline-block;
	}
}
.fly-event .event-description {
	margin-bottom: 1.4em;
}
.columns4 .fly-event .event-description {
	font-size: 15px;
}
@media only screen and (max-width: 991px) {
	.columns4 .fly-event .event-description {
		font-size: 14px;
	}
}
.fly-event .event-description p {
	line-height: 1.5;
	margin: 0;
}
.fly-event .event-buttons {
	text-align: right;
}
.fly-event .js-wave {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
/*-----------------------------------*/
/* Services */
/*-----------------------------------*/
.fly-services {
	font-size: 0;
	flex-wrap: wrap;
	/* background: #046f46;
  background: -moz-linear-gradient(left, #046f46 0%, #05a065 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #046f46), color-stop(100%, #05a065));
  background: -webkit-linear-gradient(left, #046f46 0%, #05a065 100%);
  background: -o-linear-gradient(left, #046f46 0%, #05a065 100%);
  background: -ms-linear-gradient(left, #046f46 0%, #05a065 100%);
  background: linear-gradient(to right, #046f46 0%, #05a065 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#046f46', endColorstr='#05a065', GradientType=1);
}
.ie9 .fly-services {
	filter: none;
}
.fly-service {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	flex-basis: 25%;
	background-color: rgb(255, 155, 197);
	position: relative;
	overflow: hidden;
	color: #fff;
	text-align: center;
	padding: 56px 4%;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
@media only screen and (max-width: 1359px) {
	.fly-service {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1229px) {
	.fly-service {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.fly-service {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.fly-service {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1799px) {
	.fly-service {
		padding: 50px 2%;
	}
}
@media only screen and (max-width: 1229px) {
	.fly-service {
		padding: 40px 15px;
	}
}
@media only screen and (max-width: 991px) {
	.fly-service {
		width: 50%;
		flex-basis: 50%;
	}
}
@media only screen and (max-width: 479px) {
	.fly-service {
		width: 100%;
		flex-basis: 100%;
	}
}
.fly-service:before {
	content: '\e901';
	font-family: 'onehope';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: -44px;
	bottom: -80px;
	font-size: 340px;
	opacity: 0.06;
}
@media only screen and (max-width: 1599px) {
	.fly-service:before {
		left: -40px;
		bottom: -40px;
		font-size: 300px;
	}
}
@media only screen and (max-width: 767px) {
	.fly-service:before {
		bottom: -20px;
		font-size: 250px;
	}
}
.fly-service:nth-child(4n + 2) {
	background-color: rgb(255, 155, 197);
}
.fly-service:nth-child(4n + 2):before {
	content: '\e900';
}
.fly-service:nth-child(4n + 3) {
	background-color: rgb(255, 155, 197);
}
.fly-service:nth-child(4n + 3):before {
	content: '\e902';
}
.fly-service:nth-child(4n + 4) {
	background-color: rgb(255, 155, 197);
}
.fly-service:nth-child(4n + 4):before {
	content: '\e903';
}
.fly-service .service-content {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.fly-service i {
	font-size: 51px;
	margin-bottom: 32px;
}
.fly-service .title {
	font-size: 27px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0.6em;
}
@media only screen and (max-width: 1599px) {
	.fly-service .title {
		font-size: 23px;
	}
}
@media only screen and (max-width: 1359px) {
	.fly-service .title {
		font-size: 21px;
	}
}
@media only screen and (max-width: 1229px) {
	.fly-service .title {
		font-size: 17px;
		margin-bottom: 0.8em;
	}
}
.fly-service .description {
	font-size: 16px;
	font-style: italic;
	line-height: 1.4;
}
.fly-service .service-buttons {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translate3d(0, -22px, 0);
	-moz-transform: translate3d(0, -22px, 0);
	-o-transform: translate3d(0, -22px, 0);
	-ms-transform: translate3d(0, -22px, 0);
	transform: translate3d(0, -22px, 0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.fly-service:hover,
.fly-service:active {
	background-color: #53b5e6;
}
.fly-service:hover .service-content,
.fly-service:active .service-content {
	opacity: 0;
}
.fly-service:hover .service-buttons,
.fly-service:active .service-buttons {
	-webkit-transform: translate3d(0, -22px, 0);
	-moz-transform: translate3d(0, -22px, 0);
	-o-transform: translate3d(0, -22px, 0);
	-ms-transform: translate3d(0, -22px, 0);
	transform: translate3d(0, -22px, 0);
	opacity: 1;
}
/*-----------------------------------*/
/* Team Members Layout */
/*-----------------------------------*/
.fly-team-members {
	font-size: 0;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.fly-team-members .column {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	flex-basis: 50%;
	padding: 0 15px 20px;
}
@media only screen and (max-width: 767px) {
	.fly-team-members .column {
		width: 100%;
		flex-basis: 100%;
	}
}
@media only screen and (max-width: 1229px) {
	.fly-team-members .column {
		padding: 0 10px 20px;
	}
}
@media only screen and (max-width: 991px) {
	.fly-team-members .column {
		padding: 0 15px 20px;
	}
}
.fly-team-members .column .fly-card {
	margin-bottom: 0;
}
.fly-team-members .column .fly-card,
.fly-team-members .column .fly-card .boxed {
	height: 100%;
	border-radius: 8px;
}
.fly-team-members.columns3 {
	margin: 0 -15px;
}
.fly-team-members.columns3 .column {
	width: 33.33%;
	flex-basis: 33.33%;
}
@media only screen and (max-width: 991px) {
	.fly-team-members.columns3 .column {
		width: 50%;
		flex-basis: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.fly-team-members.columns3 .column {
		width: 100%;
		flex-basis: 100%;
	}
}
.fly-team-members.columns4 {
	margin: 0 -15px;
}
.fly-team-members.columns4 .column {
	width: 25%;
	flex-basis: 25%;
}
@media only screen and (max-width: 991px) {
	.fly-team-members.columns4 .column {
		width: 50%;
		flex-basis: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.fly-team-members.columns4 .column {
		width: 100%;
		flex-basis: 100%;
	}
}
/*-----------------------------------*/
/* Team Member */
/*-----------------------------------*/
.fly-team-member {
	font-size: 16px;
}
@media only screen and (max-width: 1359px) {
	.fly-team-member {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1229px) {
	.fly-team-member {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.fly-team-member {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.fly-team-member {
		font-size: 14px;
	}
}
.fly-team-member .member-content {
	padding: 30px;
}
@media only screen and (max-width: 767px) {
	.fly-team-member .member-content {
		padding: 20px;
	}
}
.fly-team-member .member-name {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #232829;
	margin-bottom: 0.4em;
}
.fly-team-member .member-position {
	font-size: 16px;
	color: #9a9c9d;
	margin-bottom: 24px;
}
@media only screen and (max-width: 1229px) {
	.fly-team-member .member-position {
		font-size: 14px;
	}
}
.fly-team-member .member-link i {
	vertical-align: middle;
	margin-right: 6px;
}
.fly-team-member .flip-back {
	background-color: #E62776;
	overflow: hidden;
	padding: 30px 20px;
}
.fly-team-member .flip-back .member-name {
	color: #ffffff;
	margin-bottom: 0.5em;
}
.fly-team-member .member-description {
	font-size: 14px;
	color: #4D142C;
}
@media only screen and (max-width: 1229px) {
	.fly-team-member .member-description {
		font-size: 13px;
	}
}
@media only screen and (max-width: 991px) {
	.fly-team-member .member-description {
		font-size: 14px;
	}
}
.fly-team-member .member-description p {
	line-height: 2;
	margin-bottom: 0;
	color: #ffffff;
}
.fly-team-member .card-social {
	/* padding: 8px 5px 16px; */
	display: flex;
    overflow: visible;
    justify-content: center;
}
/* .fly-team-member .card-social:before {
	content: '';
	display: block;
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	height: 15px;
	background: rgba(15, 167, 108, 0);
	background: -moz-linear-gradient(top, rgba(15, 167, 108, 0) 0%, #95d0ed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(15, 167, 108, 0)), color-stop(100%, #95d0ed));
	background: -webkit-linear-gradient(top, rgba(15, 167, 108, 0) 0%, #95d0ed 100%);
	background: -o-linear-gradient(top, rgba(15, 167, 108, 0) 0%, #95d0ed 100%);
	background: -ms-linear-gradient(top, rgba(15, 167, 108, 0) 0%, #95d0ed 100%);
	background: linear-gradient(to bottom, rgba(15, 167, 108, 0) 0%, #95d0ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(15, 167, 108, 0)', endColorstr='#95d0ed', GradientType=0);
} */
.ie9 .fly-team-member .card-social:before {
	filter: none;
}
/*-----------------------------------*/
/* SideBar Widget Styles */
/*-----------------------------------*/
.widget-sidebar {
	margin-bottom: 60px;
}
@media only screen and (max-width: 1229px) {
	.widget-sidebar {
		margin-bottom: 50px;
	}
}
.widget-sidebar .widget-title {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #232829;
	text-transform: none;
	padding-bottom: 0.4em;
	margin-bottom: 1.2em;
	position: relative;
}
.widget-sidebar .widget-title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 2px;
	background-color: #95d0ed;
}
/*-----------------------------------*/
/* Footer Widget Styles */
/*-----------------------------------*/
.widget-footer {
	margin-bottom: 50px;
}
.widget-footer .widget-title {
	font-size: 16px;
	font-weight: 600;
	color: #53b5e6;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 2.4em;
}
/*-----------------------------------*/
/* Widget Gallery */
/*-----------------------------------*/
.widget-gallery ul {
	font-size: 0;
	margin: -5px -5px 0;
}
.widget-gallery li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 5px;
}
@media only screen and (max-width: 991px) {
	.widget-gallery li {
		width: 16.66%;
	}
}
@media only screen and (max-width: 479px) {
	.widget-gallery li {
		width: 33.33%;
	}
}
.widget-gallery a {
	display: block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.widget-gallery a:hover,
.widget-gallery a:active {
	opacity: 0.8;
}
.widget-gallery img {
	width: 100%;
}
/*-----------------------------------*/
/* Widget Twitter */
/*-----------------------------------*/
.widget-twitter .tweet {
	padding-left: 26px;
	margin: 0 0 20px;
	position: relative;
}
.widget-twitter .tweet:before {
	content: '\f099';
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	color: #1da1f2;
	position: absolute;
	top: 3px;
	left: 0;
}
.widget-twitter .tweet .tweet-link {
	display: inline-block;
	font-size: 15px;
	font-style: italic;
	line-height: 1.5;
	color: #d4d4d4;
	margin-bottom: 0.3em;
}
.widget-twitter .tweet .tweet-link:hover,
.widget-twitter .tweet .tweet-link:active {
	color: #1da1f2;
}
.widget-twitter .tweet .tweet-date {
	font-size: 13px;
	line-height: 1.5;
	color: #efc427;
}
.widget-twitter.widget-sidebar .tweet {
	font-size: 14px;
}
.widget-twitter.widget-sidebar .tweet p {
	margin-bottom: 0.6em;
}
/*-----------------------------------*/
/* Widget Text */
/*-----------------------------------*/
.widget_text p {
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}
/*-----------------------------------*/
/* Widget Categories */
/*-----------------------------------*/
.widget_categories li {
	margin-bottom: 1px;
}
.widget_categories li.current-cat a {
	color: #fff;
	background-color: #95d0ed;
}
.widget_categories a {
	display: block;
	padding: 14px 16px;
	font-size: 15px;
	color: #232829;
	background-color: #f7f7f7;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.widget_categories a:before,
.widget_categories a:after {
	content: '';
	display: table;
}
.widget_categories a:after {
	clear: both;
}
.widget_categories a:hover,
.widget_categories a:active {
	color: #fff;
	background-color: #95d0ed;
}
.widget_categories a span {
	float: right;
	font-size: 13px;
	margin-top: 1px;
}
/*-----------------------------------*/
/* Widget Tags */
/*-----------------------------------*/
.tagcloud {
	font-size: 0;
	margin-right: -8px;
}
.tagcloud a {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 13px !important;
	color: #232829;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0 1em 0 1.4em;
	margin: 0 8px 8px 0;
	max-width: 100%;
	background-color: #f3f3f3;
	border-radius: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media only screen and (max-width: 1229px) {
	.tagcloud a {
		font-size: 12px !important;
	}
}
.tagcloud a:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 4px;
	left: 4px;
}
.tagcloud a:hover,
.tagcloud a:active {
	background-color: #95d0ed;
	color: #fff;
}
/*-----------------------------------*/
/* Widget Log In */
/*-----------------------------------*/
.widget-login .forgot {
	float: right;
	margin-top: 11px;
	font-size: 14px;
	color: #09b9e5;
}
.widget-login .forgot:hover,
.widget-login .forgot:active {
	color: #0791b4;
}
/*-----------------------------------*/
/* Widget Subscribe */
/*-----------------------------------*/
.widget_mc4wp_form_widget p {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 1.2em;
}
/*-----------------------------------*/
/* Widget Calendar */
/*-----------------------------------*/
.widget_calendar table {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-align: center;
	border: none;
	position: relative;
}
@media only screen and (max-width: 1229px) {
	.widget_calendar table {
		font-size: 14px;
	}
}
.widget_calendar table thead {
	margin-bottom: 24px;
	font-size: 13px;
}
.widget_calendar table thead th {
	text-transform: uppercase;
	color: #000;
	text-align: center;
	background: none;
	font-size: 11px;
	padding-bottom: 10px;
}
.widget_calendar table tbody td,
.widget_calendar table tbody td span {
	padding: 11px 4px;
}
.widget_calendar table caption {
	height: 24px;
	line-height: 24px;
	font-size: 17px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 26px;
}
@media only screen and (max-width: 1229px) {
	.widget_calendar table caption {
		font-size: 15px;
	}
}
.widget_calendar table #today {
	position: relative;
	z-index: 0;
	padding-left: 0;
	padding-right: 0;
	color: #fff;
}
.widget_calendar table #today:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: #95d0ed;
	border-radius: 50%;
}
.widget_calendar table tfoot {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.widget_calendar table tfoot a {
	display: inline-block;
	overflow: hidden;
	text-indent: 1000px;
}
.widget_calendar table tfoot tr td#prev a,
.widget_calendar table tfoot tr td#next a {
	font-family: 'Material Icons';
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga' 1;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: -2px;
	right: 0;
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #000;
	display: block;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.widget_calendar table tfoot tr td#prev a:hover,
.widget_calendar table tfoot tr td#next a:hover,
.widget_calendar table tfoot tr td#prev a:active,
.widget_calendar table tfoot tr td#next a:active {
	color: #04794c;
}
.widget_calendar table tfoot tr td#prev a:active,
.widget_calendar table tfoot tr td#next a:active {
	background-color: rgba(35, 40, 41, 0.06);
}
.widget_calendar table tfoot tr td#prev a:before,
.widget_calendar table tfoot tr td#next a:before {
	content: 'keyboard_arrow_right';
	line-height: 30px;
	text-align: center;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: auto;
}
.widget_calendar table tfoot tr td#prev a {
	right: auto;
	left: 0;
}
.widget_calendar table tfoot tr td#prev a:before {
	content: 'keyboard_arrow_left';
}
/*-----------------------------------*/
/* Widget Facebook */
/*-----------------------------------*/
.widget-facebook img,
.widget-facebook iframe {
	display: block;
	margin: 0 auto;
}
/*-----------------------------------*/
/* Widget About The Author */
/*-----------------------------------*/
.widget-author {
	position: relative;
	min-height: 156px;
	padding: 28px 30px 18px 160px;
	margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
	.widget-author {
		padding: 28px 15px 20px 160px;
	}
}
@media only screen and (max-width: 767px) {
	.widget-author {
		padding-left: 130px;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 479px) {
	.widget-author {
		padding: 20px 15px;
	}
}
.widget-author .avatar {
	position: absolute;
	top: 26px;
	left: 30px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}
@media only screen and (max-width: 991px) {
	.widget-author .avatar {
		left: 15px;
	}
}
@media only screen and (max-width: 479px) {
	.widget-author .avatar {
		position: static;
		margin-bottom: 10px;
	}
}
.widget-author .avatar img {
	width: 100%;
	border-radius: 50%;
}
.widget-author .name {
	font-size: 24px;
	color: #232829;
	margin-bottom: 0.3em;
}
.widget-author .name a {
	color: #232829;
}
.widget-author .name a:hover,
.widget-author .name a:active {
	color: #95d0ed;
}
.widget-author .job {
	font-style: italic;
	letter-spacing: 0.02em;
	color: #b3b3b3;
	margin-bottom: 0.8em;
}
@media only screen and (max-width: 1229px) {
	.widget-author .description {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.widget-author .description {
		font-size: 14px;
	}
}
/*-----------------------------------*/
/* Widget Skills */
/*-----------------------------------*/
.widget-skills .skill {
	margin-bottom: 40px;
}
.widget-skills .skill .skill-title {
	font-weight: 600;
	line-height: 1.4;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 18px;
}
.widget-skills .skill .skill-percentage {
	position: absolute;
	top: -36px;
	right: -10px;
	background-color: #b3b3b3;
	padding: 4px;
	border-radius: 2px;
	line-height: 1;
}
.widget-skills .skill .skill-percentage:before {
	content: '';
	border-top: 4px solid #b3b3b3;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -3px;
	margin-left: -3px;
}
.widget-skills .skill .progress {
	height: 4px;
	background-color: transparent;
	border-radius: 2px;
	margin: 0;
	overflow: visible;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.widget-skills .skill .progress-bar {
	position: relative;
	border-radius: 2px;
	background-color: #95d0ed;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: width 0.2s linear;
	-moz-transition: width 0.2s linear;
	-o-transition: width 0.2s linear;
	-ms-transition: width 0.2s linear;
	transition: width 0.2s linear;
}
/*-----------------------------------*/
/* General Section Styles */
/*-----------------------------------*/
.section {
	padding: 90px 0 90px;
}
.section:before,
.section:after {
	content: '';
	display: table;
}
.section:after {
	clear: both;
}
@media only screen and (max-width: 1229px) {
	.section {
		padding: 72px 0 72px;
	}
}
@media only screen and (max-width: 991px) {
	.section {
		padding: 50px 0 30px;
	}
}
.section.white {
	background-color: #fff;
}
.section.gray {
	background-color: #f8f8f8;
}
.section.dark {
	background-color: #4b4b4b;
}
.section.black {
	background-color: #000;
}
.section.dark .section-title,
.section.black .section-title,
.section.dark .section-subtitle,
.section.black .section-subtitle,
.section.dark .section-description,
.section.black .section-description {
	color: #fff;
}
.section-heading {
	text-align: center;
	margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
	.section-heading {
		margin-bottom: 24px;
	}
}
@media only screen and (max-width: 767px) {
	.section-heading {
		margin-bottom: 14px;
	}
}
.section-title {
	font-size: 30px;
	/* color: #254d6e; */
	margin-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
	.section-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 479px) {
	.section-title {
		font-size: 24px;
	}
}
.section-subtitle {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #95d0ed;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 1.2em;
}
@media only screen and (max-width: 479px) {
	.section-subtitle {
		margin-bottom: 1em;
	}
}
/*-----------------------------------*/
/* Call To Action */
/*-----------------------------------*/
.section-cta {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	padding: 90px 0;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.section-cta {
		padding: 12% 0;
	}
}
.section-cta:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: auto;
	background-color: rgba(35, 40, 41, 0.6);
	display: block;
}
.section-cta > .container {
	position: relative;
  margin-top: 15px;
}
.section-cta .section-title {
	font-size: 64px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	margin-bottom: 0.7em;
}
@media only screen and (max-width: 1599px) {
	.section-cta .section-title {
		font-size: 58px;
	}
}
@media only screen and (max-width: 1229px) {
	.section-cta .section-title {
		font-size: 48px;
	}
}
@media only screen and (max-width: 991px) {
	.section-cta .section-title {
		font-size: 36px;
	}
}
@media only screen and (max-width: 767px) {
	.section-cta .section-title {
		font-size: 24px;
	}
}
.section-cta .section-subtitle {
	font-size: 26px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.2em;
	text-transform: none;
	margin-bottom: 2.2em;
}
@media only screen and (max-width: 1599px) {
	.section-cta .section-subtitle {
		font-size: 28px;
	}
}
@media only screen and (max-width: 1229px) {
	.section-cta .section-subtitle {
		font-size: 22px;
	}
}
@media only screen and (max-width: 991px) {
	.section-cta .section-subtitle {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.section-cta .section-subtitle {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
}
/*-----------------------------------*/
/* Testimonials */
/*-----------------------------------*/
.section-testimonials {
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
	.section-testimonials {
		padding-bottom: 50px;
	}
}
.section-testimonials .fly-card {
	margin-bottom: 0;
}
.section-testimonials .boxed {
	padding: 30px;
}
/*-----------------------------------*/
/* Statistics */
/*-----------------------------------*/
.section-stats {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-position: center 38%;
	padding: 90px 0;
	position: relative;
}
@media only screen and (max-width: 1229px) {
	.section-stats {
		padding: 10% 0;
	}
}
.section-stats:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: auto;
	background-color: rgba(255, 155, 197, 0.68);
	display: block;
}
.section-stats > .container {
	position: relative;
}
@media only screen and (max-width: 767px) {
	.section-stats .col-xs-6:nth-child(2n + 1) {
		clear: left;
	}
}
@media only screen and (max-width: 479px) {
	.section-stats .col-xs-6 {
		width: 100%;
		float: none;
	}
}
.stats-item {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.stats-item {
		margin-bottom: 30px;
	}
}
.stats-item .counter {
	font-family: 'Raleway', sans-serif;
	font-size: 50px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 0.4em;
}
@media only screen and (max-width: 991px) {
	.stats-item .counter {
		font-size: 40px;
	}
}
.stats-item .description {
	font-size: 14px;
	font-weight: 500;
	color: #232829;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
	.stats-item .description {
		font-size: 12px;
	}
}
/*-----------------------------------*/
/* Timeline */
/*-----------------------------------*/
@media only screen and (max-width: 991px) {
	.fly-timeline {
		margin-bottom: 40px;
	}
}
.timeline-item {
	position: relative;
	border-bottom: 2px dashed #f3f3f3;
	padding: 0 0 50px 140px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
	.timeline-item {
		padding: 0 0 40px 120px;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 479px) {
	.timeline-item {
		padding-left: 0;
	}
}
.timeline-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.timeline-item .date {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 479px) {
	.timeline-item .date {
		position: static;
		margin-bottom: 20px;
	}
}
.timeline-item .date span,
.timeline-item .date strong {
	display: block;
	width: 100px;
	font-size: 20px;
	font-weight: 700;
	color: #232829;
	text-align: center;
	padding: 1em 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
	.timeline-item .date span,
	.timeline-item .date strong {
		width: 100%;
	}
}
.timeline-item .date span {
	background-color: #95d0ed;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	border-radius: 3px 3px 0 0;
}
.timeline-item .title-styled {
	margin-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
	.timeline-item .title-styled {
		font-size: 22px;
	}
}
@media only screen and (max-width: 479px) {
	.timeline-item .title-styled {
		font-size: 20px;
	}
}
.timeline-item .description-toggle {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.timeline-item .description-toggle:before {
	content: attr(data-shown);
}
.timeline-item .description-toggle:after {
	content: attr(data-hidden);
	display: none;
}
.timeline-item .description-toggle.collapsed:before {
	display: none;
}
.timeline-item .description-toggle.collapsed:after {
	display: inline;
}
/*-----------------------------------*/
/* Tabs */
/*-----------------------------------*/
.tabs {
	margin-bottom: 50px;
}
.tab-header li {
	float: left;
	width: 50%;
	border-left: 1px solid #fff;
}
.tab-header li:first-child {
	border-left: none;
}
.tab-header a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	padding: 0 5px;
	background-color: #f3f3f3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.tab-header .active a {
	color: #fff;
	background-color: #000;
}
.tab-content {
	padding-top: 30px;
}
/*-----------------------------------*/
/* Toggleable Panels */
/*-----------------------------------*/
.panel-group {
	margin-bottom: 50px;
}
.panel {
	background-color: transparent;
	border: none;
	padding-bottom: 20px;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
}
.panel-heading {
	border: none;
	border-radius: 0;
	padding: 0;
}
.panel-heading + .panel-collapse > .panel-body {
	padding: 10px 30px 0;
}
.panel-title {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #b3b3b3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
	.panel-title {
		font-size: 14px;
	}
}
a.panel-toggle {
	position: relative;
	display: block;
	padding: 0 0 0 30px;
	color: #04794c;
}
a.panel-toggle:focus {
	color: #04794c;
}
@media only screen and (max-width: 479px) {
	a.panel-toggle {
		padding-top: 2px;
	}
}
a.panel-toggle:before,
a.panel-toggle:after {
	content: '';
	width: 10px;
	height: 2px;
	position: absolute;
	top: 6px;
	left: 4px;
	background-color: #04794c;
}
a.panel-toggle:after {
	width: 2px;
	height: 10px;
	top: 2px;
	left: 8px;
	display: none;
}
a.panel-toggle.collapsed {
	color: #b3b3b3;
}
a.panel-toggle.collapsed:after {
	display: block;
}
a.panel-toggle.collapsed:focus {
	color: #b3b3b3;
}
a.panel-toggle.collapsed:hover,
a.panel-toggle.collapsed:active {
	color: #04794c;
}
.panel-body {
	border: none !important;
	color: #b3b3b3;
	padding: 20px 4px 5px;
}
.panel-body p:last-child {
	margin-bottom: 0;
}
/*-----------------------------------*/
/* Waves */
/*-----------------------------------*/
/*!
 * Waves v0.7.5
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2016 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.2);
	background: -webkit-radial-gradient(
		rgba(0, 0, 0, 0.2) 0,
		rgba(0, 0, 0, 0.3) 40%,
		rgba(0, 0, 0, 0.4) 50%,
		rgba(0, 0, 0, 0.5) 60%,
		rgba(255, 255, 255, 0) 70%
	);
	background: -o-radial-gradient(
		rgba(0, 0, 0, 0.2) 0,
		rgba(0, 0, 0, 0.3) 40%,
		rgba(0, 0, 0, 0.4) 50%,
		rgba(0, 0, 0, 0.5) 60%,
		rgba(255, 255, 255, 0) 70%
	);
	background: -moz-radial-gradient(
		rgba(0, 0, 0, 0.2) 0,
		rgba(0, 0, 0, 0.3) 40%,
		rgba(0, 0, 0, 0.4) 50%,
		rgba(0, 0, 0, 0.5) 60%,
		rgba(255, 255, 255, 0) 70%
	);
	background: radial-gradient(
		rgba(0, 0, 0, 0.2) 0,
		rgba(0, 0, 0, 0.3) 40%,
		rgba(0, 0, 0, 0.4) 50%,
		rgba(0, 0, 0, 0.5) 60%,
		rgba(255, 255, 255, 0) 70%
	);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transform: scale(0) translate(0, 0);
	-moz-transform: scale(0) translate(0, 0);
	-ms-transform: scale(0) translate(0, 0);
	-o-transform: scale(0) translate(0, 0);
	transform: scale(0) translate(0, 0);
	pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
	background: rgba(255, 255, 255, 0.4);
	background: -webkit-radial-gradient(
		rgba(255, 255, 255, 0.2) 0,
		rgba(255, 255, 255, 0.3) 40%,
		rgba(255, 255, 255, 0.4) 50%,
		rgba(255, 255, 255, 0.5) 60%,
		rgba(255, 255, 255, 0) 70%
	);
	background: -o-radial-gradient(
		rgba(255, 255, 255, 0.2) 0,
		rgba(255, 255, 255, 0.3) 40%,
		rgba(255, 255, 255, 0.4) 50%,
		rgba(255, 255, 255, 0.5) 60%,
		rgba(255, 255, 255, 0) 70%
	);
	background: -moz-radial-gradient(
		rgba(255, 255, 255, 0.2) 0,
		rgba(255, 255, 255, 0.3) 40%,
		rgba(255, 255, 255, 0.4) 50%,
		rgba(255, 255, 255, 0.5) 60%,
		rgba(255, 255, 255, 0) 70%
	);
	background: radial-gradient(
		rgba(255, 255, 255, 0.2) 0,
		rgba(255, 255, 255, 0.3) 40%,
		rgba(255, 255, 255, 0.4) 50%,
		rgba(255, 255, 255, 0.5) 60%,
		rgba(255, 255, 255, 0) 70%
	);
}
.waves-effect.waves-classic .waves-ripple {
	background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
	background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.waves-button,
.waves-circle {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	outline: none;
	color: inherit;
	background-color: rgba(0, 0, 0, 0);
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	z-index: 1;
}
.waves-button {
	padding: 0.85em 1.1em;
	border-radius: 0.2em;
}
.waves-button-input {
	margin: 0;
	padding: 0.85em 1.1em;
}
.waves-input-wrapper {
	border-radius: 0.2em;
	vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
	padding: 0;
}
.waves-input-wrapper .waves-button-input {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.waves-circle {
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 50%;
}
.waves-float {
	-webkit-mask-image: none;
	-webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.waves-float:active {
	-webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
	display: block;
}
/*-----------------------------------*/
/* BS Slider Effects */
/*-----------------------------------*/
.fade-effect .item {
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	-ms-transition: opacity 0.8s;
	transition: opacity 0.8s;
}
.fade-effect .item.active {
	opacity: 1;
}
.fade-effect .item.active.left,
.fade-effect .item.active.right {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	left: 0;
	z-index: 2;
	opacity: 0;
}
.shot-effect .item {
	top: 0;
	left: 0 !important;
	-webkit-transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
	-moz-transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
	-o-transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
	-ms-transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
	transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
}
.shot-effect .item.prev,
.shot-effect .item.next {
	z-index: 3;
}
.shot-effect .item.prev.left,
.shot-effect .item.next.left,
.shot-effect .item.prev.right,
.shot-effect .item.next.right {
	top: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.shot-effect .item.prev {
	top: 100%;
}
.shot-effect .item.next {
	top: -100%;
}
/*-----------------------------------*/
/* Flipping Effect */
/*-----------------------------------*/
.fly-flip-effect {
	position: relative;
	z-index: 0;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: z-index 1s step-end;
	-moz-transition: z-index 1s step-end;
	-o-transition: z-index 1s step-end;
	-ms-transition: z-index 1s step-end;
	transition: z-index 1s step-end;
}
@media screen and (max-width: 748px) {
	.fly-flip-effect {
		width: 300px;
	}
	.fly-projects {
		display: flex;
		justify-content: center;
	}
}
.fly-flip-effect .flip-front,
.fly-flip-effect .flip-back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-backface-visibility: visible;
	-webkit-transition: transform 1s, opacity 1s, box-shadow 0.2s;
	-moz-transition: transform 1s, opacity 1s, box-shadow 0.2s;
	-o-transition: transform 1s, opacity 1s, box-shadow 0.2s;
	-ms-transition: transform 1s, opacity 1s, box-shadow 0.2s;
	transition: transform 1s, opacity 1s, box-shadow 0.2s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.fly-flip-effect .flip-front {
	position: relative;
	z-index: 1;
}
.fly-flip-effect .flip-back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: auto;
	opacity: 0;
}
.fly-flip-effect.flip-hover:hover,
.fly-flip-effect.flip-hover:active,
.fly-flip-effect.flipped {
	z-index: 2;
	-webkit-transition: z-index 1s step-start;
	-moz-transition: z-index 1s step-start;
	-o-transition: z-index 1s step-start;
	-ms-transition: z-index 1s step-start;
	transition: z-index 1s step-start;
}
.fly-flip-effect.flip-hover:hover .flip-front,
.fly-flip-effect.flip-hover:active .flip-front,
.fly-flip-effect.flipped .flip-front {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	opacity: 0;
}
.fly-flip-effect.flip-hover:hover .flip-back,
.fly-flip-effect.flip-hover:active .flip-back,
.fly-flip-effect.flipped .flip-back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}
.fly-flip-effect.vertical .flip-front {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.fly-flip-effect.vertical .flip-back {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.fly-flip-effect.vertical.flip-hover:hover .flip-front,
.fly-flip-effect.vertical.flip-hover:active .flip-front,
.fly-flip-effect.vertical.flipped .flip-front {
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.fly-flip-effect.vertical.flip-hover:hover .flip-back,
.fly-flip-effect.vertical.flip-hover:active .flip-back,
.fly-flip-effect.vertical.flipped .flip-back {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
/*-----------------------------------*/
/* Swipebox */
/*-----------------------------------*/
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
	overflow: hidden !important;
}
#swipebox-overlay img {
	border: none !important;
}
#swipebox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999 !important;
	overflow: hidden;
	user-select: none;
	background: rgba(0, 0, 0, 0.8);
}
#swipebox-container {
	position: relative;
	width: 100%;
	height: 100%;
}
#swipebox-slider {
	transition: transform 0.4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
}
#swipebox-slider .slide {
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block;
}
#swipebox-slider .slide:before {
	content: '';
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
}
#swipebox-bottom-bar {
	top: 50%;
	margin-top: -25px;
}
#swipebox-top-bar {
	bottom: 0;
	font-size: 16px;
	color: #fff;
	background-color: #95d0ed;
	padding: 20px 5%;
}
@media only screen and (max-width: 991px) {
	#swipebox-top-bar {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	#swipebox-top-bar {
		font-size: 15px;
	}
}
@media only screen and (max-width: 479px) {
	#swipebox-top-bar {
		font-size: 14px;
	}
}
#swipebox-title {
	display: block;
	width: 100%;
	text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
	font-family: 'Material Icons';
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga' 1;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: none;
	text-decoration: none !important;
	cursor: pointer;
	width: 50px;
	height: 50px;
	top: 0;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#swipebox-prev:hover,
#swipebox-next:hover,
#swipebox-close:hover,
#swipebox-prev:active,
#swipebox-next:active,
#swipebox-close:active {
	color: #95d0ed;
	border-color: #95d0ed;
}
#swipebox-arrows {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 50px;
}
#swipebox-prev,
#swipebox-next {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	margin: 0 20px;
}
#swipebox-prev {
	float: left;
}
#swipebox-prev:before {
	content: 'keyboard_arrow_left';
}
#swipebox-next {
	float: right;
}
#swipebox-next:before {
	content: 'keyboard_arrow_right';
}
#swipebox-close {
	font-size: 32px;
	top: 0;
	right: 20px;
	position: absolute;
	z-index: 9999;
}
#swipebox-close:before {
	content: 'close';
}
#swipebox-close:hover,
#swipebox-close:active {
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.swipebox-no-close-button #swipebox-close {
	display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
	opacity: 0.6;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
	animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
	animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
	backface-visibility: hidden;
	transition: all 0.3s ease;
	content: ' ';
	position: absolute;
	z-index: 999;
	top: 0;
	height: 100%;
	width: 20px;
	opacity: 0;
}
.swipebox-touch #swipebox-container:before {
	left: 0;
	box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
	right: 0;
	box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
	opacity: 1;
}
@keyframes rightSpring {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@keyframes leftSpring {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
.confirm,
.form-title-ajax {
	text-align: center;
}
/*---------------------------------*/
/* Write all WordPress Styles Here */
/*---------------------------------*/
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImh0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1SYWxld2F5OjQwMCw0MDBpLDUwMCw1MDBpLDYwMCw2MDBpLDcwMCw3MDBpfFJvYm90bzo0MDAsNDAwaSw1MDAsNTAwaSw3MDAsNzAwaSIsImh0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vaWNvbj9mYW1pbHk9TWF0ZXJpYWwrSWNvbnMiLCJsZXNzL2ZvbnRzLmxlc3MiLCJsZXNzL3ZhcmlhYmxlcy5sZXNzIiwibGVzcy9yZXNldC5sZXNzIiwibGVzcy9wcmVsb2FkZXIubGVzcyIsImxlc3MvbWl4aW5zLmxlc3MiLCJsZXNzL2dlbmVyYWwubGVzcyIsImxlc3MvbGF5b3V0Lmxlc3MiLCJsZXNzL2hlYWRlci5sZXNzIiwibGVzcy9mb290ZXIubGVzcyIsImxlc3MvY29tcG9uZW50cy5sZXNzIiwibGVzcy9idXR0b25zLmxlc3MiLCJsZXNzL2Zvcm1zLmxlc3MiLCJsZXNzL3NlbGVjdDIubGVzcyIsImxlc3MvbmF2aWdhdGlvbi5sZXNzIiwibGVzcy9wYWdpbmF0aW9uLmxlc3MiLCJsZXNzL3NsaWRlcnMubGVzcyIsImxlc3MvZmx5LXNsaWRlci5sZXNzIiwibGVzcy9jYXJkcy5sZXNzIiwibGVzcy9wb3N0cy5sZXNzIiwibGVzcy9wb3N0LWRldGFpbHMubGVzcyIsImxlc3MvY29tbWVudHMubGVzcyIsImxlc3MvcHJvamVjdHMubGVzcyIsImxlc3MvZXZlbnRzLmxlc3MiLCJsZXNzL3NlcnZpY2VzLmxlc3MiLCJsZXNzL3RlYW0ubGVzcyIsImxlc3Mvd2lkZ2V0cy5sZXNzIiwibGVzcy9zZWN0aW9ucy5sZXNzIiwibGVzcy90YWJzLmxlc3MiLCJsZXNzL3RvZ2dsZXMubGVzcyIsImxlc3Mvd2F2ZXMubGVzcyIsImxlc3MvZWZmZWN0cy5sZXNzIiwibGVzcy9zd2lwZWJveC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7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QUE7OztBQVYzQixhQUFhO0VBQVUsaUJBQUE7O0FBQ3ZCLGdCQUFnQjtFQUFVLG9CQUFBOztBQUUxQjtFQUNDLGFBQWE7SUFBVSxpQkFBQTs7RUFDdkIsZ0JBQWdCO0lBQVUsb0JBQUE7OztBQUczQjtFQUNDLGFBQWE7SUFBVSxnQkFBQTs7RUFDdkIsZ0JBQWdCO0lBQVUsbUJBQUE7OztBQVYzQixhQUFhO0VBQVUsaUJBQUE7O0FBQ3ZCLGdCQUFnQjtFQUFVLG9CQUFBOztBQUUxQjtFQUNDLGFBQWE7SUFBVSxpQkFBQTs7RUFDdkIsZ0JBQWdCO0lBQVUsb0JBQUE7OztBQUczQjtFQUNDLGFBQWE7SUFBVSxpQkFBQTs7RUFDdkIsZ0JBQWdCO0lBQVUsb0JBQUE7OztBQVYzQixhQUFhO0VBQVUsaUJBQUE7O0FBQ3ZCLGdCQUFnQjtFQUFVLG9CQUFBOztBQUUxQjtFQUNDLGFBQWE7SUFBVSxpQkFBQTs7RUFDdkIsZ0JBQWdCO0lBQVUsb0JBQUE7OztBQUczQjtFQUNDLGFBQWE7SUFBVSxpQkFBQTs7RUFDdkIsZ0JBQWdCO0lBQVUsb0JBQUE7OztBQVYzQixhQUFhO0VBQVUsaUJBQUE7O0FBQ3ZCLGdCQUFnQjtFQUFVLG9CQUFBOztBQUUxQjtFQUNDLGFBQWE7SUFBVSxpQkFBQTs7RUFDdkIsZ0JBQWdCO0lBQVUsb0JBQUE7OztBQUczQjtFQUNDLGFBQWE7SUFBVSxpQkFBQTs7RUFDdkIsZ0JBQWdCO0lBQVUsb0JBQUE7OztBQVYzQixhQUFhO0VBQVUsaUJBQUE7O0FBQ3ZCLGdCQUFnQjtFQUFVLG9CQUFBOztBQUUxQjtFQUNDLGFBQWE7SUFBVSxpQkFBQTs7RUFDdkIsZ0JBQWdCO0lBQVUsb0JBQUE7OztBQUczQjtFQUNDLGFBQWE7SUFBVSxpQkFBQTs7RUFDdkIsZ0JBQWdCO0lBQVUsb0JBQUE7OztBQVYzQixhQUFhO0VBQVUsaUJBQUE7O0FBQ3ZCLGdCQUFnQjtFQUFVLG9CQUFBOztBQUUxQjtFQUNDLGFBQWE7SUFBVSxpQkFBQTs7RUFDdkIsZ0JBQWdCO0lBQVUsb0JBQUE7OztBQUczQjtFQUNDLGFB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VSxtQkFBQTs7QUFFekI7RUFDQyxZQUFZO0lBQVUsZ0JBQUE7O0VBQ3RCLGVBQWU7SUFBVSxtQkFBQTs7O0FBRzFCO0VBQ0MsWUFBWTtJQUFVLGdCQUFBOztFQUN0QixlQUFlO0lBQVUsbUJBQUE7OztBQVYxQixZQUFZO0VBQVUsZ0JBQUE7O0FBQ3RCLGVBQWU7RUFBVSxtQkFBQTs7QUFFekI7RUFDQyxZQUFZO0lBQVUsZ0JBQUE7O0VBQ3RCLGVBQWU7SUFBVSxtQkFBQTs7O0FBRzFCO0VBQ0MsWUFBWTtJQUFVLGdCQUFBOztFQUN0QixlQUFlO0lBQVUsbUJBQUE7OztBQVYxQixZQUFZO0VBQVUsZ0JBQUE7O0FBQ3RCLGVBQWU7RUFBVSxtQkFBQTs7QUFFekI7RUFDQyxZQUFZO0lBQVUsZ0JBQUE7O0VBQ3RCLGVBQWU7SUFBVSxtQkFBQTs7O0FBRzFCO0VBQ0MsWUFBWTtJQUFVLGdCQUFBOztFQUN0QixlQUFlO0lBQVUsbUJBQUE7OztBQVYxQixZQUFZO0VBQVUsZ0JBQUE7O0FBQ3RCLGVBQWU7RUFBVSxtQkFBQTs7QUFFekI7RUFDQyxZQUFZO0lBQVUsZ0JBQUE7O0VBQ3RCLGVBQWU7SUFBVSxtQkFBQTs7O0FBRzFCO0VBQ0MsWUFBWTtJQUFVLGdCQUFBOztFQUN0QixlQUFlO0lBQVUsbUJBQUE7OztBQVYxQixZQUFZO0VBQVUsZ0JBQUE7O0FBQ3RCLGVBQWU7RUFBVSxtQkFBQTs7QUFFekI7RUFDQyxZQUFZO0lBQVUsZ0JBQUE7O0VBQ3RCLGVBQWU7SUFBVSxtQkFBQTs7O0FBRzFCO0VBQ0MsWUFBWTtJQUFVLGdCQUFBOztFQUN0QixlQUFlO0lBQVUsbUJBQUE7OztBQVYxQixZQUFZO0VBQVUsZ0JBQUE7O0FBQ3RCLGVBQWU7RUFBVSxtQkFBQTs7QUFFekI7RUFDQyxZQUFZO0lBQVUsZ0JBQUE7O0VBQ3RCLGVBQWU7SUFBVSxtQkFBQTs7O0FBRzFCO0VBQ0MsWUFBWTtJQUFVLGdCQUFBOztFQUN0QixlQUFlO0lBQVUsbUJBQUE7OztBQVYxQixZQUFZO0VBQVUsaUJBQUE7O0FBQ3RCLGVBQWU7RUFBVSxvQkFBQTs7QUFFekI7RUFDQyxZQUFZO0lBQVUsZ0JBQUE7O0VBQ3RCLGVBQWU7SUFBVSxtQkFBQTs7O0FBRzFCO0VBQ0MsWUFBWTtJQUFVLGdCQUFBOztFQUN0QixlQUFlO0lBQVUsbUJBQUE7OztBQVYxQixZQUFZO0VBQVUsaUJBQUE7O0FBQ3RCLGVBQWU7RUFBVSxvQkFBQTs7QUFFekI7RUFDQyxZQUFZO0lBQVUsZ0JBQUE7O0VBQ3RCLGVBQWU7SUFBVSxtQkFBQTs7O0FBRzFCO0VBQ0MsWUFBWTtJQUFVLGdCQUFBOztFQUN0QixlQUFlO0lBQVUsbUJBQUE7OztBQVYxQixZQUFZO0VBQVUsaUJBQUE7O0FBQ3RCLGVBQWU7RUFBVSxvQkFBQTs7QUFFekI7RUFDQyxZQUFZO0lBQVUsZ0JBQUE7O0VBQ3RCLGVBQWU7SUFBVSxtQkFBQTs7O0FBRzFCO0VBQ0MsWUFBWTtJQUFVLGdCQUFBOztFQUN0QixlQUFlO0lBQVUsbUJBQUE7OztBQVYxQixZQUFZO0VBQVUsaUJBQUE7O0FBQ3RCLGVBQWU7RUFBVSxvQkFBQTs7QUFFekI7RUFDQyxZQUFZO0lBQVUsZ0JBQUE7O0VBQ3RCLGVBQWU7SUFBVSxtQkFBQTs7O0FBRzFCO0VBQ0MsWUFBWTtJQUFVLGdCQUFBOztFQUN0QixlQUFlO0lBQVUsbUJBQUE7OztBQVYxQixZQUFZO0VBQVUsaUJBQUE7O0FBQ3RCLGVBQWU7RUFBVSxvQkFBQTs7QUFFekI7RUFDQyxZQUFZO0lBQVUsZ0JBQUE7O0VBQ3RCLGVBQWU7SUFBVSxtQkFBQTs7O0FBRzFCO0VBQ0MsWUFBWTtJQUFVLGdCQUFBOztFQUN0QixlQUFlO0lBQVUsbUJBQUE7OztBQVYxQixZQUFZO0VBQVUsaUJBQUE7O0FBQ3RCLGVBQWU7RUFBVSxvQkFBQTs7QUFFekI7RUFDQyxZQUFZO0lBQVUsZ0JBQUE7O0VBQ3RCLGVBQWU7SUFBVSxtQkFBQTs7O0FBRzFCO0VBQ0MsWUFBWTtJQUFVLGdCQUFBOztFQUN0QixlQUFlO0lBQVUsbUJBQUE7OztBQVYxQixZQUFZO0VBQVUsaUJBQUE7O0FBQ3RCLGVBQWU7RUFB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 */

.jq-has-icon{padding:15px 15px 15px 50px}.jq-notification-clickeable:hover{cursor:pointer !important}@media screen and (max-width:576px){.jq-has-icon{background-position:5px !important;padding:10px 0 10px 35px !important}#toast-container>div{font-size:.85rem;width:200px !important}.toast-bottom-right{right:2.5% !important}.amaran.colorful .colorful-inner{font-size:.8rem !important;padding:5px !important;word-wrap:break-word !important}.amaran.colorful{margin:0 !important;width:150px !important}.jq-toast-single{font-size:.8rem !important;margin-top:4px !important;width:150px !important}.jq-toast-wrap.bottom-left{bottom:5px !important;left:5px !important}}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.animated.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.animated.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animated.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animated.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.animated.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.animated.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.animated.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animated.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.animated.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.animated.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.animated.fadeInLeftSmall {
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.animated.fadeInRightSmall {
    -webkit-animation-name: fadeInRightSmall;
    animation-name: fadeInRightSmall;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutLeftSmall {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
    }
}

@keyframes fadeOutLeftSmall {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
    }
}

.animated.fadeOutLeftSmall {
    -webkit-animation-name: fadeOutLeftSmall;
    animation-name: fadeOutLeftSmall;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutRightSmall {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }
}

@keyframes fadeOutRightSmall {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }
}

.animated.fadeOutRightSmall {
    -webkit-animation-name: fadeOutRightSmall;
    animation-name: fadeOutRightSmall;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.animated.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animated.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.animated.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.animated.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animated.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animated.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animated.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animated.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.animated.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animated.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.animated.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.animated.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animated.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.animated.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.animated.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.animated.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.animated.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*-------------------------------------------------------------*/

@-webkit-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownSmall {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}

@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeOutDownSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes fadeOutDownSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.fadeOutDownSmall {
    -webkit-animation-name: fadeOutDownSmall;
    animation-name: fadeOutDownSmall;
}

@-webkit-keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.fadeOutUpSmall {
    -webkit-animation-name: fadeOutUpSmall;
    animation-name: fadeOutUpSmall;
}

@-webkit-keyframes growIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes growIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.growIn {
    -webkit-animation-name: growIn;
    animation-name: growIn;
}

@-webkit-keyframes growInBig {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes growInBig {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.growInBig {
    -webkit-animation-name: growInBig;
    animation-name: growInBig;
}

@-webkit-keyframes growOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
}

@keyframes growOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
    }
}

.growOut {
    -webkit-animation-name: growOut;
    animation-name: growOut;
}

@-webkit-keyframes growOutBig {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes growOutBig {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

.growOutBig {
    -webkit-animation-name: growOutBig;
    animation-name: growOutBig;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*# sourceMappingURL=template.css.map */
