/*!
 * Bootstrap v3.3.5 (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: 0.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: -0.5em;
}
sub {
  bottom: -0.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: 0.35em 0.625em 0.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;
  }
}

* {
  -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 {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: none;
  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 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 100px;
  margin-bottom: 100px;
  border: 0;
  border-top: 1px solid #444444;
}
.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 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.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, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 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: 480px) {
  .container {
    width: 470px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.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: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 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: 0.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  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: 14.333333px;
    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, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 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: 0.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,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #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,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #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,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #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,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #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,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #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,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #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 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.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: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.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, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 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, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 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-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-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, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.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, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
}
@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 {
  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: 3;
  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: 2;
  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: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.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 {
  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 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.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;
}
.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, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.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, 0.05);
  box-shadow: 0 1px 1px rgba(0, 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, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 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: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.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 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.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, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 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: 0.5;
}
.modal-header {
  min-height: 16.42857143px;
  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, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 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: 0.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, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 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, 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, 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, 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, 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: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;

    -webkit-backface-visibility: hidden;
    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, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 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, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 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: 0.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, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    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-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-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: 1199px) {
  .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: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .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: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !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;
  }
}

/* Table of Content
==================================================
	1.Reset & Basics
	2.Basic Styles
	3.Typography and Common style
	4.Links
	5.Misc


/* Reset & Basics (Inspired by E. Meyers) */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
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;
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
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;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}
.map img {
  max-width: none;
}
a:focus {
  outline: 0;
}
iframe {
  width: 100%;
  border: none;
  display: inline-block;
}
::-moz-selection {
  background: #000000;
  color: #ffffff;
}
/* End reset & basics (Inspired by E. Meyers) */
/*Basic Styles*/

body {
  background: #111111;
  font-family: "Trebuchet MS", sans-serif;
  color: #cccccc;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.stop-scroll {
  overflow: hidden;
}
/*End basic styles*/
/* Typography and Common style*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
.header .logo,
.hero-content p,
p strong,
li strong,
ul.block-topic li,
.block-detail .time,
.block-detail .speaker strong,
.block-ticket .block-price,
p strong,
li strong,
input[type="text"],
a.link {
  font-family: "Work Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial,
    sans-serif;
}
.hero-content h3,
.block-ticket .block-price .block-type {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial,
    sans-serif;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
  color: #ffffff;
  font-size: 15px;
}
p strong,
li strong {
  color: #ffffff;
}
p strong {
  text-transform: uppercase;
}
p span {
  display: block;
  position: relative;
  top: -4px;
}
p span,
li span {
  font-size: 13px;
}
p,
blockquote {
  line-height: 25px;
}
.title {
  font-size: 30px;
  font-weight: 300;
  text-transform: capitalize;
}
.sub-title-0 {
  font-size: 27px;
  font-weight: 300;
  text-transform: none;
}
.sub-title-1 {
  font-size: 25px;
  font-weight: 300;
  text-transform: none;
}
.sub-title-2 {
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
}
.sub-title-3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #cccccc;
}
.gradient-text {
  background: -webkit-linear-gradient(
    left,
    #009ee0 0%,
    #ffed00 44%,
    #e2007a 100%
  );
  background: -moz-linear-gradient(left, #009ee0 0%, #ffed00 44%, #e2007a 100%);
  background: linear-gradient(to right, #009ee0 0%, #ffed00 44%, #e2007a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #009ee0;
}

p.title-lead {
  font-size: 15px;
}
section,
.section,
.row.relative,
.block-content {
  position: relative;
  overflow: hidden;
}
.front-p {
  position: relative;
  z-index: 100;
}
.uppercase {
  text-transform: uppercase;
}
.white {
  color: #ffffff;
}
.top {
  position: relative;
  top: -10px;
}
.block-form,
.block-tabs,
.block-tab,
.block-ticket,
.registry-form {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.indent {
  text-indent: -999px;
  display: none;
}
input[type]:-moz-placeholder {
  color: #ffffff;
  opacity: 0.4;
  font-size: 14px;
}
:-moz-placeholder {
  color: #ffffff;
  opacity: 0.4;
  font-size: 14px;
}
::-moz-placeholder {
  color: #ffffff;
  opacity: 0.4;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.4;
  font-size: 14px;
}
::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.4;
  font-size: 14px;
}
/* End typography and common style*/
/*Links*/

span a,
p a {
  position: relative;
}
p a:hover:after,
span a:hover:after {
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  opacity: 1;
}
span a:after,
p a:after {
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-property: opacity, transform, -webkit-transform;
  -moz-transition-property: opacity, transform, -webkit-transform;
  -ms-transition-property: opacity, transform, -webkit-transform;
  -o-transition-property: opacity, transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
}
a,
input[type="text"],
input[type="submit"] textarea,
.registry-form .block-select,
.mobile-but .lines:after,
.mobile-but .lines:before,
.block-img a:before,
.block-ticket,
.blog-post-short,
.block-img .background-img,
.block-detail .block-text,
.block-detail,
.block-sponsor a img,
.block-gallery li {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.but {
  display: inline-block;
  position: relative;
  color: #444444;
  padding: 11px 40px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
ul.block-ticket li,
ul.block-ticket li a {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}

/* Optional: Make sure there's no padding that causes overflow */
ul.block-ticket {
  padding: 0 0 8px 0;
  margin: 0;
}
a.link {
  position: relative;
  display: inline-block;
  font-weight: 600;
  min-height: 22px;
}
a.link:after {
  bottom: 0px;
  content: "";
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 4;
  height: 3px;
}
a.link:after,
.but,
span a:after,
p a:after {
  background: rgb(
    0,
    158,
    224
  ); /* Fallback for old browsers without gradient support */

  background: -moz-linear-gradient(
    45deg,
    rgba(0, 158, 224, 1) 0%,
    rgba(255, 237, 0, 1) 44%,
    rgba(226, 0, 122, 1) 100%
  );
  /* FF3.6-15 */

  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 158, 224, 1) 0%,
    rgba(255, 237, 0, 1) 44%,
    rgba(226, 0, 122, 1) 100%
  );
  /* Chrome10-25, Safari5.1-6 */

  background: linear-gradient(
    45deg,
    rgba(0, 158, 224, 1) 0%,
    rgba(255, 237, 0, 1) 44%,
    rgba(226, 0, 122, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009EE0', endColorstr='#E2007A', GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
/*End links*/
/*Misc */

.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pt-250 {
  padding-top: 250px !important;
}
.pb-250 {
  padding-bottom: 250px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mt-350 {
  margin-top: 350px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.not-mb {
  margin-bottom: 0;
}
.brd-bottom {
  border-bottom: 1px #444444 solid;
}
.bg-dark {
  background: #141414;
}
.bg-black {
  background: #000000;
}
.pd-0 {
  padding: 0 !important;
}
a[href^="http://maps.google.com/maps"]
{
  display: none !important;
}
a[href^="https://maps.google.com/maps"]
{
  display: none !important;
}
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}
.gmnoprint div {
  background: none !important;
}
/*End misc */ /*
*	DESTINY - WEDDING HTML TEMPLATE
* 	Copyright 2016
* 	www.mutationmedia.net
* 	Created by : mutationthemes
*
*/
/* Table of Content
==================================================
	1.Preloader
	2.Site wrapper
	3.Hero section
	4.About section
	5.Speakers section
	6.Topics section
	7.Schedule section
	8.Countdown section
	9.Tickets section
	10.Registry section
	11.Sponsors section
	12.Contact section
	13.Accommodation section
	14.FAQ section
	15.Gallery section
	16.Fat footer section
	17.Mediaqueries
 */

/**

**/

ul.block-ticket li,
ul.block-ticket li button {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  border: none !important;
  outline: none !important;
}

/*
#aai-logo {
    width: 286px;
    height: auto;
  }

  @keyframes rotateGradient {
    0% {
      gradientTransform: rotate(0deg);
    }
    100% {
      gradientTransform: rotate(360deg);
    }
  }

  linearGradient {
    animation: rotateGradient 0.5s linear infinite;
  }
*/
/** 
  **/
#gradient-background {
  width: 1920px;
  height: 1200px;
}

/* Shining effect using opacity changes */
@keyframes shiningEffect {
  0%,
  100% {
    stop-opacity: 1;
  }
  50% {
    stop-opacity: 1;
  }
}

/* Apply the shining effect to color stops */
stop {
  animation: shiningEffect 3s ease-in-out infinite;
}

/**
  **/

.fluid-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(260px, 100%), 1fr));
  gap: 1rem;
}

.fluid-grid-container > *:nth-child(3n + 1) {
}

/**
  **/

.credits a {
  color: #f3f3f3;
  text-decoration: underline dotted;
}

blockquote p + p {
  margin-top: 20px !important;
}
/* Force table rows to be 75px in height */
.event-sponsor-table tbody tr {
  height: 60px; /* Set the height of the table row */
}

/* Force table rows to be 75px in height */
.event-sponsor-table tbody tr.second-line {
  height: 50px; /* Set the height of the table row */
}

/* Set each table cell to be an equal width */
.event-sponsor-table .table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  margin-bottom: 0px;
  vertical-align: top;
  border-top: 1px solid #ddd;
  width: 14.2857%; /* 100% divided by 7 cells */
  padding: 0;
  vertical-align: middle;
  border: none;
  text-align: center;
}

/* Force images to fill the cell and crop if necessary */
.event-sponsor-table td img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto; /* Let the height adjust automatically */
  object-fit: cover; /* Maintain the aspect ratio and crop if needed */
  vertical-align: middle;
  display: inline-block;
}

/* Force images to fill the cell and crop if necessary */
.event-sponsor-table tbody tr.second-line td img {
  max-width: 100%;
  max-height: 50px;
  width: auto;
  height: auto; /* Let the height adjust automatically */
  object-fit: cover; /* Maintain the aspect ratio and crop if needed */
  vertical-align: middle;
  display: inline-block;
}

.table-responsive {
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
}

@media (min-width: 480px) {
  /* Ensure main content does not overlap the footer */
  body {
    margin-bottom: 257px; /* Adjust this value based on footer height */
  }
  .container {
    max-width: 98%; /* Example percentage for small screens */
  }
}

@media (min-width: 768px) {
  /* Ensure main content does not overlap the footer */
  body {
    margin-bottom: 207px; /* Adjust this value based on footer height */
  }
  .container {
    max-width: 95%; /* Example percentage for medium screens */
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 90%; /* Example percentage for large screens */
  }
}

/*Preloader*/

.loader {
  background: #111111;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.loader-inner {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.loading-spinner {
  width: 100px;
  height: 100px;
  animation: spinner-rotate 2s ease-in-out infinite;
  -webkit-animation: spinner-rotate 2s ease-in-out infinite;
  -moz-animation: spinner-rotate 2s ease-in-out infinite;
  -ms-animation: spinner-rotate 2s ease-in-out infinite;
  -o-animation: spinner-rotate 2s ease-in-out infinite;
}
.spinner {
  animation: spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  -webkit-animation: spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  -moz-animation: spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  -ms-animation: spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  -o-animation: spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes spinner-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: trotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes spinner-color {
  0%,
  100% {
    stroke: #009ee0; /* Blue */
  }
  33% {
    stroke: #ffed00; /* Yellow */
  }
  66% {
    stroke: #e2007a; /* Magenta */
  }
}

@keyframes spinner-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -125px;
  }
}
/*End preloader*/

/*Site wrapper*/

.wrapper {
  position: relative;
  background: #000000;
}
.wrapper,
.header {
  margin: 0 auto;
  max-width: 1600px;
}
/*End site wrapper*/

/* Hero Section*/

section.hero {
  background: #353031;
  padding: 0;
  position: relative;
  overflow: hidden;
}
section.single-hero {
  min-height: 400px;
}
.background-img img {
  display: none;
}
.background-img {
  width: 100%;
  height: 100%;
}
.background-img {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #353031;
  background-image: none;
  background-origin: padding-box;
  background-position: 50% 50% !important;
  background-repeat: repeat;
  background-size: cover !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.background-img svg {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the SVG covers the entire area */
}

.overlay:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+32,000000+100&1+0,0.5+32,1+100 */

  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.5) 32%,
    rgba(0, 0, 0, 1) 100%
  );
  /* FF3.6-15 */

  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.5) 32%,
    rgba(0, 0, 0, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.5) 32%,
    rgba(0, 0, 0, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */

  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  content: "";
}

.overlay.soft:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+32,000000+100&1+0,0.5+32,1+100 */

  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  /* FF3.6-15 */

  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
section.hero .inner-hero {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 10;
}
.header {
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.main-slider .slides li {
  height: 900px;
}
.header .logo {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
  position: relative;
}
.header .logo h2 {
  padding: 5px 0;
  text-transform: none;
}
.mobile-but {
  display: inline-block;
  height: 24px;
  position: absolute;
  right: 15px;
  top: -30px;
  z-index: 1000;
  display: none;
}
.mobile-but .lines {
  transform: translate(0px, 10px) rotate(0deg);
  -webkit-transform: translate(0px, 10px) rotate(0deg);
  -ms-transform: translate(0px, 10px) rotate(0deg);
  -moz-transform: translate(0px, 10px) rotate(0deg);
}
.mobile-but .lines,
.mobile-but .lines:after,
.mobile-but .lines:before {
  height: 1px;
  width: 22px;
}
.mobile-but .lines:after,
.mobile-but .lines:before {
  content: " ";
  display: block;
}
.mobile-but .lines:after {
  transform: translate(0px, 4px) rotate(0deg);
  -webkit-transform: translate(0px, 4px) rotate(0deg);
  -ms-transform: translate(0px, 4px) rotate(0deg);
  -moz-transform: translate(0px, 4px) rotate(0deg);
}
.mobile-but .lines:before {
  transform: translate(0px, -4px) rotate(0deg);
  -webkit-transform: translate(0px, -4px) rotate(0deg);
  -ms-transform: translate(0px, -4px) rotate(0deg);
  -moz-transform: translate(0px, -4px) rotate(0deg);
}
.mobile-but .lines:after,
.mobile-but .lines:before {
  background: #ffffff;
}
.toggle-mobile-but.active .mobile-but .lines:after {
  transform: translate(0px, 0px) rotate(45deg);
  -webkit-transform: translate(0px, 0px) rotate(45deg);
  -ms-transform: translate(0px, 0px) rotate(45deg);
  -moz-transform: translate(0px, 0px) rotate(45deg);
}
.toggle-mobile-but.active .mobile-but .lines:before {
  transform: translate(0px, 1px) rotate(-45deg);
  -webkit-transform: translate(0px, 1px) rotate(-45deg);
  -ms-transform: translate(0px, 1px) rotate(-45deg);
  -moz-transform: translate(0px, 1px) rotate(-45deg);
}
.main-nav li {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-left: 35px;
}
.main-nav li a {
  color: #ffffff;
  display: block;
  padding: 12px 0;
  position: relative;
}
.hero-content {
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
h1.large {
  color: #ffffff;
  font-size: 68px;
  font-weight: 700;
  text-transform: none;
}
.hero-content h3 {
  font-style: italic;
  font-size: 44px;
  color: #ffffff;
  text-transform: none;
  font-weight: 300;
}
.hero-content p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #ffffff;
}
/* End hero section*/

/* About section*/

.block-info-1 {
  position: relative;
}
.block-info-1 svg {
  color: #399bff;
  font-size: 25px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  top: 50%;
}
.block-info-1 p {
  margin-left: 60px;
}
/* End about section*/

/* Speakers section*/

.block-img {
  height: 350px;
  position: relative;
}
.block-speaker .block-img:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,444444+70,444444+100&0+3,0.4+70,1+100 */

  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(3, 3, 3, 0) 3%,
    rgba(68, 68, 68, 0.4) 70%,
    rgba(68, 68, 68, 1) 100%
  );
  /* FF3.6-15 */

  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(3, 3, 3, 0) 3%,
    rgba(68, 68, 68, 0.4) 70%,
    rgba(68, 68, 68, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(3, 3, 3, 0) 3%,
    rgba(68, 68, 68, 0.4) 70%,
    rgba(68, 68, 68, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#444444', GradientType=0);
  /* IE6-9 */

  bottom: 0;
  content: "";
  right: 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 4;
}
.block-content .col-sm-3:last-child .block-img:after {
  content: none;
}
.block-speaker .block-img .background-img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
}
.block-speaker .block-img:hover .background-img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
.block-info-2 {
  bottom: 30px;
  left: 30px;
  position: absolute;
  z-index: 3;
}
.block-social li {
  display: inline-block;
  font-size: 18px;
  margin-left: -3px;
  margin-right: 6px;
}
.block-social a {
  color: #ffffff;
  opacity: 0.3;
  display: inline-block;
}
.block-social a:hover {
  opacity: 1;
}
/* End speakers section*/

/* Topics section*/

.block-video iframe {
  height: 300px;
}
ul.block-topic li {
  line-height: 30px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}
.vertical-align {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
}
/* End topics section*/

/* Schedule section*/

.block-tabs,
.block-tab {
  border: 1px solid #444444;
}
.block-tabs li {
  border-bottom: 1px solid #444444;
  line-height: 60px;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
}
.block-tabs li strong,
.block-date strong {
  font-size: 17px;
}
.block-tabs li i,
.block-tab li i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 25px;
}
.block-tabs li:last-child {
  border-bottom: 0;
}
.block-tabs li.active {
  background: #444444;
  border-bottom: 0;
}
.block-tabs li:first-child.active {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.block-tabs li:last-child.active {
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
}
.block-tabs li.active:before {
  border-bottom: 6px solid #444444;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  right: -10px;
  position: absolute;
  top: 50%;
  transform: rotate(90deg) translateX(-50%);
  -webkit-transform: rotate(90deg) translateX(-50%);
  -moz-transform: rotate(90deg) translateX(-50%);
  -ms-transform: rotate(90deg) translateX(-50%);
  -o-transform: rotate(90deg) translateX(-50%);
  width: 0;
}
.block-tab li {
  display: none;
}
.block-tab li.active {
  display: block;
}
.block-tab li .block-date {
  background: #444444;
  line-height: 60px;
  padding-left: 25px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.block-tab .block-detail {
  border-bottom: 1px solid #444444;
  padding: 25px;
  cursor: pointer;
  overflow: hidden;
}
.block-tab .block-detail:hover {
  background: #121212;
}
.block-tab .block-detail span {
  display: block;
  font-size: 15px;
}
.block-tab .block-detail .time {
  color: #ffffff;
  margin-bottom: 4px;
  font-weight: 500;
}
.block-tab .block-detail .speaker {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #ffffff;
}
.block-tab .block-detail .speaker strong {
  font-weight: 500;
}
.block-tab .block-detail .block-text {
  opacity: 0;
  max-height: 0;
}
.block-tab .block-detail:hover .block-text {
  padding-top: 10px;
  max-height: 100%;
  opacity: 1;
}

.block-tab .block-detail:hover .block-text p + p {
  padding-top: 15px !important;
}

.block-tab li .block-detail:last-child {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
}

.block-tab .block-detail .block-text p {
  line-height: 15px;
}

/* End Schedule section*/

/* Countdown section*/

.countdown {
  font-size: 45px;
  font-weight: 300;
}
/* End Countdown section*/

/* Tickets section*/

.review-slider li blockquote {
  color: #ffffff;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 35px;
  overflow: hidden;
}
.tickets .col-sm-6,
.tickets .col-sm-3 {
  padding-top: 10px;
  padding-right: 0;
}
.block-ticket {
  background: #121212;
  opacity: 0.3;
  text-align: center;
  cursor: pointer;
  position: relative;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  padding: 80px 0;
}
.block-tickets.overlap {
  position: relative;
  left: 150px;
}

.block-ticket {
  width: 100%;
}

.block-ticket li {
  display: block;
  margin-bottom: 10px;
  color: #999999;
}
.block-ticket:hover,
.block-ticket.active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  z-index: 40;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  opacity: 1;
}
.block-ticket .block-price .price {
  color: #cccccc;
  font-size: 95px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
.block-ticket .block-price .cur {
  display: block;
  font-size: 20px;
  font-weight: 500;
  left: -18px;
  position: absolute;
  top: 20px;
}
.block-ticket .block-price .block-type {
  display: block;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: -12px;
  color: #999999;
}
/* End tickets section*/

/* Registry section*/

.registry-form {
  background: rgba(0, 0, 0, 0.4);
  padding: 50px 45px;
  overflow: hidden;
}
.registry-form div {
  padding: 0;
}
.form p {
  font-size: 12px;
  margin-top: 15px;
}
.input-columns .column-1,
.input-columns .column-2 {
  float: left;
  width: 50%;
  position: relative;
}
.input-columns .column-1 .column-inner {
  margin-right: 10px;
}
.input-columns .column-2 .column-inner {
  margin-left: 10px;
}
input[type="text"],
.registry-form .block-select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0);
  margin-bottom: 25px;
  outline: 0 none;
  overflow: hidden;
  padding: 0 25px;
  resize: none;
  max-width: 90%;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  color: #ffffff;
  height: 45px;
}
.registry-form select {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  margin-top: 11px;
  width: 100%;
}
input[type="text"]:focus,
input[type="text"]:hover,
.registry-form .block-select:focus,
.registry-form .block-select:hover {
  background: rgba(255, 255, 255, 0.09);
}
.registry-form .submit {
  width: 95%;
}
.form .submit {
  cursor: pointer;
  height: 45px;
  color: #ffffff;
  border: none;
}
input.error,
select.error {
  border: 1px solid rgba(238, 113, 249, 0.5);
}
/* End registry section*/

/* Sponsors section*/
#event-sponsors table {
  width: 100%;
  border-collapse: collapse;
}
#event-sponsors td {
  padding: 5px;
  vertical-align: middle;
  height: 100px;
}

.row.align-items-center {
  display: table;
  width: 100%;
  height: 100%;
}
.row.align-items-center > [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none; /* Ensure the float property is reset */
}

.block-sponsor {
  height: 0;
  padding-bottom: 100%; /* Ensure square aspect ratio */
  position: relative;
  text-align: center; /* Center contents horizontally */
}

.block-sponsor a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-sponsor a img {
  background-color: white !important;
  opacity: 1;
  max-width: 100%; /* Ensures the image does not exceed the block */
  max-height: 100%; /* Ensures the image does not exceed the block */
  object-fit: contain; /* Maintain aspect ratio of the image */
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin: 0 auto; /* Center the image horizontally */
  display: inline-block; /* Ensure the image is treated as an inline element */
}

.block-sponsor a img:hover {
  opacity: 0.4;
  transform: scale(1.05);
}

/* End sponsors section*/

/* Contact section*/
/* Location Section */
#location {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; /* Make the section take up the full viewport height */
}

/* Block Map */
.block-map {
  display: flex;
  flex-direction: column; /* Stack iframes vertically */
  justify-content: center; /* Horizontally center */
  align-items: center; /* Vertically center */
  width: 100%; /* Ensure the block takes up the full width */
  min-height: 450px; /* Set a minimum height for the map */
  height: 100%; /* Ensure the block takes up the full height of its parent */
}

.block-map iframe {
  max-width: 100%; /* Ensure the iframe does not exceed the container width */
  max-height: 100%; /* Ensure the iframe does not exceed the container height */
  margin-bottom: 20px; /* Add space between stacked iframes */
}

/* Ensure full width and height for the map */
.map {
  width: 100%;
  height: 100%;
}

/* Title Styling */
.location h1.title {
  color: #cccccc;
}

/* Additional Text Styling */
.block-info-3 p,
.location p.title-lead {
  color: #999999;
}

/* End contact section*/

/* Accommodation section*/

.accom .block-img {
  height: 250px;
}
/* End accommodation section*/

/* FAQ section*/

.block-faq h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
/* End faq section*/

/* Gallery section*/

.block-gallery li {
  opacity: 0.45;
  position: relative;
  padding: 0 3px;
}
.block-gallery li:last-child {
  margin-right: 0;
}
.block-gallery li .block-img {
  height: 180px;
}
.block-gallery li:hover,
.block-gallery li.active {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  opacity: 1;
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
/* End gallery section*/

/* Fat footer section */

.subscribe-form input[type="text"] {
  margin-bottom: 0;
  min-width: 100%;
  max-width: 100%;
}
.subscribe-form .submit {
  min-width: 100%;
  max-width: 100%;
}
.top-footer {
  color: #999999;
  padding-bottom: 210px;
}

.top-footer .block-social li {
  margin-right: 10px;
}
.top-footer .block-social li a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  opacity: 1;
  text-align: center;
  font-size: 16px;
}
.top-footer .block-social li:first-child a {
  background: #175f9f;
}
.top-footer .block-social li:nth-child(2) a {
  background: #00c6f8;
}
.top-footer .block-social li:nth-child(3) a {
  background: #df0006;
}
.top-footer .block-social li:nth-child(4) a {
  background: #ee322a;
}
.top-footer .block-social li:last-child a {
  background: #3c59ef;
}
.insta-Feed li,
.insta-Feed li a {
  padding: 0;
  position: relative;
  display: block;
}
.insta-Feed li:after,
.insta-Feed li a:after {
  position: absolute;
  background: #121212;
  width: 4px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
}
.insta-Feed li:before,
.insta-Feed li a:before {
  position: absolute;
  background: #121212;
  width: 100%;
  height: 4px;
  content: "";
  right: 0;
  bottom: 0;
}
.insta-Feed li:first-child,
.insta-Feed li:first-child a {
  padding-left: 0;
}
.insta-Feed li:nth-child(3):after,
.insta-Feed li:nth-child(3) a:after,
.insta-Feed li:nth-child(6):after,
.insta-Feed li:nth-child(6) a:after {
  content: none;
}
.insta-Feed li:nth-child(4):before,
.insta-Feed li:nth-child(4) a:before,
.insta-Feed li:nth-child(5):before,
.insta-Feed li:nth-child(5) a:before,
.insta-Feed li:nth-child(6):before,
.insta-Feed li:nth-child(6) a:before {
  content: none;
}
.insta-Feed li img {
  display: inline-block;
  width: 100%;
}
.insta-Feed li a:hover,
.top-footer .block-social li a:hover {
  opacity: 0.5;
}

.bottom-footer {
  font-size: 12px;
  background-color: rgba(0, 0, 0, 1);
  /*color: #ffffff;*/
  /*padding: 15px 0;*/
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 998;
  text-align: center;
  border-top: 3px solid #333333;
}

.bottom-footer .colaboradores-title {
  padding-left: 18px;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.second-line {
  border-top: 1px solid white;
}

.bottom-footer .img-responsive {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

/* Ensure logos are centered */
.bottom-footer .logos-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.bottom-footer .block-legal {
  text-align: center; /* Center text for small screens */
  margin-top: 0px; /* Add some space between logos and legal links */
  display: flex; /* Use flexbox */
  justify-content: right; /* Center the list items horizontally */
}

.block-legal li {
  display: inline-block;
  margin: 0 5px; /* Add a small margin for spacing */
}

.block-legal li a {
  margin-right: 10px;
  margin-top: 3px;
  padding-right: 12px;
  white-space: nowrap;
  color: #cccccc;
  font-size: 12px;
  position: relative;
}

.block-legal li a:before {
  content: "";
  background: #cccccc;
  width: 1px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.block-legal li:last-child a {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.block-legal li:last-child a:before {
  content: none;
}

/* Adjust layout for screens between 676px and 992px */
@media (min-width: 676px) and (max-width: 992px) {
  .fluid-grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .bottom-footer .container {
    display: flex;
    flex-direction: column; /* Stack content vertically */
    align-items: center; /* Center all content horizontally */
  }

  .bottom-footer .col-md-6 {
    text-align: center; /* Center text in both columns */
    margin-bottom: 15px; /* Add spacing between rows */
  }

  .bottom-footer .logos-container {
    justify-content: center;
    margin-bottom: 15px;
  }

  .bottom-footer .block-legal {
    text-align: center; /* Ensure legal links are centered */
    display: flex;
    justify-content: center; /* Center the list items horizontally */
  }
}

/* Ensure consistent layout for small screens */
@media (max-width: 676px) {
  .fluid-grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .bottom-footer .container {
    display: flex;
    flex-direction: column; /* Stack content vertically */
    align-items: center; /* Center all content horizontally */
  }

  .bottom-footer .col-md-6 {
    text-align: center; /* Center text in both columns */
    margin-bottom: 15px; /* Add spacing between rows */
  }

  .bottom-footer .logos-container {
    justify-content: center;
    margin-bottom: 15px;
  }

  .bottom-footer .block-legal {
    text-align: center; /* Ensure legal links are centered */
    display: flex;
    justify-content: center; /* Center the list items horizontally */
  }
}

@media (min-width: 992px) {
  .fluid-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .bottom-footer .row {
    display: flex;
    justify-content: space-between;
  }

  .bottom-footer .col-md-6 {
    flex: 1 1 auto; /* Keep original behavior for larger screens */
    text-align: right; /* Align to right on large screens */
  }

  .bottom-footer .colaboradores-title {
    flex: 1 1 auto; /* Keep original behavior for larger screens */
    text-align: left; /* Align to right on large screens */
  }

  .bottom-footer .block-legal {
    text-align: center;
    justify-content: right; /* Center the list items horizontally */
  }
}

/* End fat footer section*/

/*Media queries*/

@media screen and (min-width: 600px) and (max-width: 800px) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .mobile-but {
    display: block;
  }
  .main-nav ul {
    display: none;
    text-align: left;
  }
  .main-nav li {
    float: none;
    display: block;
    margin-left: 0;
  }
  .main-nav li a {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 12px;
  }
  .main-nav li:first-child a {
    padding-top: 7px;
  }
  .main-nav li:last-child a {
    padding-bottom: 12px;
  }
  .title {
    font-size: 28px;
  }
  .but {
    padding: 11px 25px;
  }
  .block-speaker .block-img {
    height: 300px;
  }
  .block-ticket .block-price {
    font-size: 75px;
  }
  .sub-title-0 {
    font-size: 22px;
  }
  .block-sponsor a img {
    width: 100%;
  }
  /*
    .location {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    */
  .location {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .accom .block-img {
    height: 200px;
  }
  .top-footer .block-social li {
    margin-bottom: 6px;
  }
  .block-legal {
    text-align: center;
    margin-top: 5px;
  }
  .registry-form input[type="text"] {
    width: 100%;
  }
  .block-sponsor a img {
    width: 100%;
  }
}
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: portrait) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .mobile-but {
    display: block;
  }
  .main-nav ul {
    display: none;
    text-align: left;
  }
  .main-nav li {
    float: none;
    display: block;
    margin-left: 0;
  }
  .main-nav li a {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 12px;
  }
  .but {
    padding: 11px 25px;
  }
  .main-nav li:first-child a {
    padding-top: 7px;
  }
  .main-nav li:last-child a {
    padding-bottom: 12px;
  }
  .block-ticket .block-price {
    font-size: 70px;
  }
  .block-img {
    height: 300px;
  }
  .accom .block-img {
    height: 200px;
  }
  .top-footer .block-social li {
    margin-bottom: 6px;
  }
  .block-legal {
    text-align: center;
    margin-top: 5px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .main-nav ul {
    display: block;
    text-align: right;
  }
  .main-nav li {
    display: inline-block;
    font-size: 13.2px;
    font-weight: 400;
    margin-left: 35px;
  }
  .main-nav li a {
    color: #ffffff;
    display: block;
    padding: 12px 0;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .mobile-but {
    display: block;
  }
  .main-nav ul {
    display: none;
    text-align: left;
  }
  .main-nav li {
    float: none;
    display: block;
    margin-left: 0;
  }
  .main-nav li a {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 12px;
  }
  .main-nav li:first-child a {
    padding-top: 7px;
  }
  .main-nav li:last-child a {
    padding-bottom: 12px;
  }
  .title {
    font-size: 28px;
  }
  .but {
    padding: 11px 25px;
  }
  .block-ticket .block-price {
    font-size: 75px;
  }
  .sub-title-0 {
    font-size: 22px;
  }
  .registry-form input[type="text"] {
    width: 100%;
  }
  .block-sponsor a img {
    width: 100%;
  }
  .location {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .accom .block-img {
    height: 200px;
  }
  .accom .row.mt-100 {
    margin-top: 30px !important;
  }
  .top-footer .block-social li {
    margin-bottom: 6px;
  }
  .block-legal {
    text-align: center;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .mobile-but {
    display: block;
  }
  .main-nav ul {
    display: none;
    text-align: left;
  }
  .main-nav li {
    float: none;
    display: block;
    margin-left: 0;
  }
  .main-nav li a {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 12px;
  }
  .main-nav li:first-child a {
    padding-top: 7px;
  }
  .main-nav li:last-child a {
    padding-bottom: 12px;
  }
  .main-slider .slides li {
    /*height: 500px;*/
  }
  h1.large {
    font-size: 45px;
  }
  .hero-content h3 {
    font-size: 35px;
  }
  .hero-content p {
    font-size: 13px;
  }
  .col-md-3.col-sm-3.text-right {
    text-align: left;
    margin-top: 10px;
  }
  .vertical-align {
    display: block;
  }
  .block-tab {
    margin-top: 50px;
  }
  .block-tickets li {
    display: block;
  }
  .block-tickets.overlap {
    left: auto;
    margin-bottom: 20px;
    margin-top: 100px;
  }
  .block-video {
    margin-top: 20px;
  }
  .block-ticket {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  .block-tab {
    margin-top: 100px;
  }
  .block-sponsor a img {
    width: 100%;
  }
  .registry-form .submit {
    width: 90%;
  }
  .registry-form input[type="text"] {
    width: 100%;
  }
  .block-map {
    /*display: none;*/
  }
  .subscribe-form input[type="text"] {
    margin-bottom: 25px;
  }
  .registry-form .submit {
    width: 100%;
  }
  input[type="text"],
  .registry-form .block-select {
    max-width: 100%;
  }
  .block-speaker .block-img::after {
    content: none;
  }
  .col-sm-4.col-sm-offset-2.text-center {
    margin-bottom: 20px;
  }
  .block-legal {
    text-align: center;
    margin-top: 5px;
  }

  .top-footer .block-social {
    margin-bottom: 20px;
  }
  .insta-Feed li:after,
  .insta-Feed li a:after,
  .insta-Feed li:before,
  .insta-Feed li a:before {
    content: none;
  }
}
@media only screen and (max-width: 479px) {
  /* Force table rows to be 75px in height */
  .event-sponsor-table tbody tr {
    height: 50px; /* Set the height of the table row */
  }

  input,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .mobile-but {
    display: block;
  }
  .main-nav ul {
    display: none;
    text-align: left;
  }
  .main-nav li {
    float: none;
    display: block;
    margin-left: 0;
  }
  .main-nav li a {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 12px;
  }
  .main-nav li:first-child a {
    padding-top: 7px;
  }
  .main-nav li:last-child a {
    padding-bottom: 12px;
  }
  .main-slider .slides li {
    /*height: 500px;*/
  }
  h1.large {
    font-size: 30px;
  }
  .hero-content h3 {
    font-size: 25px;
  }
  .hero-content p {
    font-size: 15px;
  }
  .col-md-3.col-sm-3.text-right {
    text-align: left;
    margin-top: 10px;
  }
  .vertical-align {
    display: block;
  }
  .block-tab {
    margin-top: 50px;
  }
  .countdown {
    font-size: 35px;
  }
  .block-tickets li {
    display: block;
  }
  .but {
    padding: 11px 20px;
  }
  .block-tickets.overlap {
    left: auto;
    margin-bottom: 20px;
    margin-top: 100px;
  }
  .block-video {
    margin-top: 20px;
  }
  .block-ticket {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  .subscribe-form input[type="text"] {
    margin-bottom: 25px;
  }
  .registry-form .submit {
    width: 100%;
  }
  input[type="text"],
  .registry-form .block-select {
    max-width: 100%;
  }
  .block-speaker .block-img:after {
    content: none;
  }
  .block-tab {
    margin-top: 50px;
  }
  .block-sponsor a img {
    width: 100%;
  }
  .block-map {
    /*display: none;*/
  }

  .col-sm-4.col-sm-offset-2.text-center {
    margin-bottom: 20px;
  }
  .accom .row.mt-100 {
    margin-top: 30px !important;
  }
  .top-footer .block-social {
    margin-bottom: 20px;
  }
  .block-legal {
    text-align: center;
    margin-top: 5px;
  }
  .insta-Feed li:after,
  .insta-Feed li a:after,
  .insta-Feed li:before,
  .insta-Feed li a:before {
    content: none;
  }
}
/*End media queries*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider .slides li {
  position: relative;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0px auto 0;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  color: #ffffff;
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 40px;
  opacity: 0.5;
}

.flex-direction-nav a:hover {
  opacity: 1;
}
.flex-control-nav,
.flex-direction-nav a {
  z-index: 50;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.flex-direction-nav .flex-prev {
  left: 50px;
}
.flex-direction-nav .flex-next {
  right: 50px;
}
.flex-control-nav {
  opacity: 1;
  bottom: -50px;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}

.flex-control-nav li {
  margin-right: 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: none;
  cursor: pointer;
  text-indent: -9999px;
  border: 2px solid #444444;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.flex-control-paging li a:hover {
  background: #444444;
}
.flex-control-paging li a.flex-active {
  position: relative;
  cursor: default;
  border: none;
  background: #444444;
  opacity: 1;
  border: 2px solid #444444;
}

/*
.flexslider:hover .flex-next {opacity: 1; }
.flexslider:hover .flex-prev {opacity: 1;}*/

/*.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}*/
/*.flex-direction-nav .flex-disabled {opacity: .6!important; filter:alpha(opacity=60); cursor: default;}*/ /* ------ venobox.css --------*/
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1006;
  opacity: 0;
}

/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */

/* circle preloader */
.vbox-preloader {
  position: fixed;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background-image: url(venobox/preload-circle.png);
  text-indent: -100px;
  overflow: hidden;
  -webkit-animation: playload 1.4s steps(18) infinite;
  -moz-animation: playload 1.4s steps(18) infinite;
  -ms-animation: playload 1.4s steps(18) infinite;
  -o-animation: playload 1.4s steps(18) infinite;
  animation: playload 1.4s steps(18) infinite;
}

.vbox-preloader.share {
  display: none;
}

@-webkit-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-moz-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-ms-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-o-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}

/* IOS preloader */

/*.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(preload-ios.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/

/* dots preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:11px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(preload-dots.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(24) infinite;
       -moz-animation: playload 1.4s steps(24) infinite;
        -ms-animation: playload 1.4s steps(24) infinite;
         -o-animation: playload 1.4s steps(24) infinite;
            animation: playload 1.4s steps(24) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
*/

/* quads preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:10px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(preload-quads.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* ----- navigation ----- */

.vbox-close {
  position: fixed;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-indent: -9999px;
}

.vbox-close:before,
.vbox-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 28px;
  width: 2px;
  background: rgb(0, 158, 224); /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 158, 224, 1) 0%,
    rgba(255, 237, 0, 1) 44%,
    rgba(226, 0, 122, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 158, 224, 1) 0%,
    rgba(255, 237, 0, 1) 44%,
    rgba(226, 0, 122, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(0, 158, 224, 1) 0%,
    rgba(255, 237, 0, 1) 44%,
    rgba(226, 0, 122, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009EE0', endColorstr='#E2007A',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.vbox-close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.vbox-close:after {
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.vbox-next,
.vbox-prev {
  box-sizing: content-box;
  cursor: pointer;
  position: fixed;
  top: 50%;
  color: #fff;
  width: 30px;
  height: 170px;
  margin-top: -85px;
  text-indent: -100px;
  border: solid transparent; /* Using border instead of padding to keep bg image in place */
  overflow: hidden;
}
.vbox-prev {
  left: 0;
  border-width: 0 30px 0 10px;
  background: url(venobox/prev.gif) center center no-repeat;
}
.vbox-next {
  right: 0;
  border-width: 0 10px 0 30px;
  background: url(venobox/next.gif) center center no-repeat;
}

.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  color: #999999;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  top: 10px;
  left: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.vbox-title span {
  color: #ffffff;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  top: 10px;
  left: 10px;
  height: 40px;
  display: block;
  color: #181818;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  padding: 6px 10px;
  display: none;
}
/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  padding: 10px;
  background: #fff;
  text-align: left;
  margin: 0 auto;
  overflow: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  border: none;
  width: 960px;
  height: 720px;
}
@media (max-width: 992px) {
  .venoframe {
    width: 640px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .venoframe {
    width: 420px;
    height: 315px;
  }
}
@media (max-width: 460px) {
  .vbox-inline {
    width: 100%;
  }

  .venoframe {
    width: 100%;
    height: 260px;
  }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-open {
  position: relative;
}
.vbox-container {
  position: relative;
  background: #000;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.vbox-container img {
  max-width: 100%;
  height: auto;
}
@font-face {
  font-family: "et-line";
  src: url("../font/et-line.eot");
  src: url("../font/et-line.eot?#iefix") format("embedded-opentype"),
    url("../font/et-line.woff") format("woff"),
    url("../font/et-line.ttf") format("truetype"),
    url("../font/et-line.svg#et-line") format("svg");
  font-weight: normal;
  font-style: normal;
}

.et-line-calendar {
  font-family: "et-line";
  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;
  display: inline-block;
}

.et-line-calendar:before {
  content: "\e00d";
}

@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?46579446");
  src: url("../font/fontello.eot?46579446#iefix") format("embedded-opentype"),
    url("../font/fontello.woff2?46579446") format("woff2"),
    url("../font/fontello.woff?46579446") format("woff"),
    url("../font/fontello.ttf?46579446") format("truetype"),
    url("../font/fontello.svg?46579446#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?46579446#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-glass:before {
  content: "\e800";
} /* 'î €' */
.icon-music:before {
  content: "\e801";
} /* 'î ' */
.icon-search:before {
  content: "\e802";
} /* 'î ‚' */
.icon-mail:before {
  content: "\e803";
} /* 'î ƒ' */
.icon-mail-alt:before {
  content: "\e804";
} /* 'î „' */
.icon-mail-squared:before {
  content: "\e805";
} /* 'î …' */
.icon-heart:before {
  content: "\e806";
} /* 'î †' */
.icon-heart-empty:before {
  content: "\e807";
} /* 'î ‡' */
.icon-star:before {
  content: "\e808";
} /* 'î ˆ' */
.icon-star-empty:before {
  content: "\e809";
} /* 'î ‰' */
.icon-star-half:before {
  content: "\e80a";
} /* 'î Š' */
.icon-star-half-alt:before {
  content: "\e80b";
} /* 'î ‹' */
.icon-user:before {
  content: "\e80c";
} /* 'î Œ' */
.icon-user-plus:before {
  content: "\e80d";
} /* 'î ' */
.icon-user-times:before {
  content: "\e80e";
} /* 'î Ž' */
.icon-users:before {
  content: "\e80f";
} /* 'î ' */
.icon-male:before {
  content: "\e810";
} /* 'î ' */
.icon-female:before {
  content: "\e811";
} /* 'î ‘' */
.icon-child:before {
  content: "\e812";
} /* 'î ’' */
.icon-user-secret:before {
  content: "\e813";
} /* 'î “' */
.icon-video:before {
  content: "\e814";
} /* 'î ”' */
.icon-videocam:before {
  content: "\e815";
} /* 'î •' */
.icon-picture:before {
  content: "\e816";
} /* 'î –' */
.icon-camera:before {
  content: "\e817";
} /* 'î —' */
.icon-camera-alt:before {
  content: "\e818";
} /* 'î ˜' */
.icon-th-large:before {
  content: "\e819";
} /* 'î ™' */
.icon-th:before {
  content: "\e81a";
} /* 'î š' */
.icon-th-list:before {
  content: "\e81b";
} /* 'î ›' */
.icon-ok:before {
  content: "\e81c";
} /* 'î œ' */
.icon-ok-circled:before {
  content: "\e81d";
} /* 'î ' */
.icon-ok-circled2:before {
  content: "\e81e";
} /* 'î ž' */
.icon-ok-squared:before {
  content: "\e81f";
} /* 'î Ÿ' */
.icon-cancel:before {
  content: "\e820";
} /* 'î  ' */
.icon-cancel-circled:before {
  content: "\e821";
} /* 'î ¡' */
.icon-cancel-circled2:before {
  content: "\e822";
} /* 'î ¢' */
.icon-plus:before {
  content: "\e823";
} /* 'î £' */
.icon-plus-circled:before {
  content: "\e824";
} /* 'î ¤' */
.icon-plus-squared:before {
  content: "\e825";
} /* 'î ¥' */
.icon-plus-squared-alt:before {
  content: "\e826";
} /* 'î ¦' */
.icon-minus:before {
  content: "\e827";
} /* 'î §' */
.icon-minus-circled:before {
  content: "\e828";
} /* 'î ¨' */
.icon-minus-squared:before {
  content: "\e829";
} /* 'î ©' */
.icon-minus-squared-alt:before {
  content: "\e82a";
} /* 'î ª' */
.icon-help:before {
  content: "\e82b";
} /* 'î «' */
.icon-help-circled:before {
  content: "\e82c";
} /* 'î ¬' */
.icon-info-circled:before {
  content: "\e82d";
} /* 'î ­' */
.icon-info:before {
  content: "\e82e";
} /* 'î ®' */
.icon-home:before {
  content: "\e82f";
} /* 'î ¯' */
.icon-link:before {
  content: "\e830";
} /* 'î °' */
.icon-unlink:before {
  content: "\e831";
} /* 'î ±' */
.icon-link-ext:before {
  content: "\e832";
} /* 'î ²' */
.icon-link-ext-alt:before {
  content: "\e833";
} /* 'î ³' */
.icon-attach:before {
  content: "\e834";
} /* 'î ´' */
.icon-lock:before {
  content: "\e835";
} /* 'î µ' */
.icon-lock-open:before {
  content: "\e836";
} /* 'î ¶' */
.icon-lock-open-alt:before {
  content: "\e837";
} /* 'î ·' */
.icon-pin:before {
  content: "\e838";
} /* 'î ¸' */
.icon-eye:before {
  content: "\e839";
} /* 'î ¹' */
.icon-eye-off:before {
  content: "\e83a";
} /* 'î º' */
.icon-tag:before {
  content: "\e83b";
} /* 'î »' */
.icon-tags:before {
  content: "\e83c";
} /* 'î ¼' */
.icon-bookmark:before {
  content: "\e83d";
} /* 'î ½' */
.icon-bookmark-empty:before {
  content: "\e83e";
} /* 'î ¾' */
.icon-flag:before {
  content: "\e83f";
} /* 'î ¿' */
.icon-flag-empty:before {
  content: "\e840";
} /* 'î¡€' */
.icon-flag-checkered:before {
  content: "\e841";
} /* 'î¡' */
.icon-thumbs-up:before {
  content: "\e842";
} /* 'î¡‚' */
.icon-thumbs-down:before {
  content: "\e843";
} /* 'î¡ƒ' */
.icon-thumbs-up-alt:before {
  content: "\e844";
} /* 'î¡„' */
.icon-thumbs-down-alt:before {
  content: "\e845";
} /* 'î¡…' */
.icon-download:before {
  content: "\e846";
} /* 'î¡†' */
.icon-upload:before {
  content: "\e847";
} /* 'î¡‡' */
.icon-download-cloud:before {
  content: "\e848";
} /* 'î¡ˆ' */
.icon-upload-cloud:before {
  content: "\e849";
} /* 'î¡‰' */
.icon-reply:before {
  content: "\e84a";
} /* 'î¡Š' */
.icon-reply-all:before {
  content: "\e84b";
} /* 'î¡‹' */
.icon-forward:before {
  content: "\e84c";
} /* 'î¡Œ' */
.icon-quote-left:before {
  content: "\e84d";
} /* 'î¡' */
.icon-quote-right:before {
  content: "\e84e";
} /* 'î¡Ž' */
.icon-code:before {
  content: "\e84f";
} /* 'î¡' */
.icon-export:before {
  content: "\e850";
} /* 'î¡' */
.icon-export-alt:before {
  content: "\e851";
} /* 'î¡‘' */
.icon-share:before {
  content: "\e852";
} /* 'î¡’' */
.icon-share-squared:before {
  content: "\e853";
} /* 'î¡“' */
.icon-pencil:before {
  content: "\e854";
} /* 'î¡”' */
.icon-pencil-squared:before {
  content: "\e855";
} /* 'î¡•' */
.icon-edit:before {
  content: "\e856";
} /* 'î¡–' */
.icon-print:before {
  content: "\e857";
} /* 'î¡—' */
.icon-retweet:before {
  content: "\e858";
} /* 'î¡˜' */
.icon-keyboard:before {
  content: "\e859";
} /* 'î¡™' */
.icon-gamepad:before {
  content: "\e85a";
} /* 'î¡š' */
.icon-comment:before {
  content: "\e85b";
} /* 'î¡›' */
.icon-chat:before {
  content: "\e85c";
} /* 'î¡œ' */
.icon-comment-empty:before {
  content: "\e85d";
} /* 'î¡' */
.icon-chat-empty:before {
  content: "\e85e";
} /* 'î¡ž' */
.icon-bell:before {
  content: "\e85f";
} /* 'î¡Ÿ' */
.icon-bell-alt:before {
  content: "\e860";
} /* 'î¡ ' */
.icon-bell-off:before {
  content: "\e861";
} /* 'î¡¡' */
.icon-bell-off-empty:before {
  content: "\e862";
} /* 'î¡¢' */
.icon-attention-alt:before {
  content: "\e863";
} /* 'î¡£' */
.icon-attention:before {
  content: "\e864";
} /* 'î¡¤' */
.icon-attention-circled:before {
  content: "\e865";
} /* 'î¡¥' */
.icon-location:before {
  content: "\e866";
} /* 'î¡¦' */
.icon-direction:before {
  content: "\e867";
} /* 'î¡§' */
.icon-compass:before {
  content: "\e868";
} /* 'î¡¨' */
.icon-trash:before {
  content: "\e869";
} /* 'î¡©' */
.icon-trash-empty:before {
  content: "\e86a";
} /* 'î¡ª' */
.icon-doc:before {
  content: "\e86b";
} /* 'î¡«' */
.icon-docs:before {
  content: "\e86c";
} /* 'î¡¬' */
.icon-doc-text:before {
  content: "\e86d";
} /* 'î¡­' */
.icon-doc-inv:before {
  content: "\e86e";
} /* 'î¡®' */
.icon-doc-text-inv:before {
  content: "\e86f";
} /* 'î¡¯' */
.icon-file-pdf:before {
  content: "\e870";
} /* 'î¡°' */
.icon-file-word:before {
  content: "\e871";
} /* 'î¡±' */
.icon-file-excel:before {
  content: "\e872";
} /* 'î¡²' */
.icon-file-powerpoint:before {
  content: "\e873";
} /* 'î¡³' */
.icon-file-image:before {
  content: "\e874";
} /* 'î¡´' */
.icon-file-archive:before {
  content: "\e875";
} /* 'î¡µ' */
.icon-file-audio:before {
  content: "\e876";
} /* 'î¡¶' */
.icon-file-video:before {
  content: "\e877";
} /* 'î¡·' */
.icon-file-code:before {
  content: "\e878";
} /* 'î¡¸' */
.icon-folder:before {
  content: "\e879";
} /* 'î¡¹' */
.icon-folder-open:before {
  content: "\e87a";
} /* 'î¡º' */
.icon-folder-empty:before {
  content: "\e87b";
} /* 'î¡»' */
.icon-folder-open-empty:before {
  content: "\e87c";
} /* 'î¡¼' */
.icon-box:before {
  content: "\e87d";
} /* 'î¡½' */
.icon-rss:before {
  content: "\e87e";
} /* 'î¡¾' */
.icon-rss-squared:before {
  content: "\e87f";
} /* 'î¡¿' */
.icon-phone:before {
  content: "\e880";
} /* 'î¢€' */
.icon-phone-squared:before {
  content: "\e881";
} /* 'î¢' */
.icon-fax:before {
  content: "\e882";
} /* 'î¢‚' */
.icon-menu:before {
  content: "\e883";
} /* 'î¢ƒ' */
.icon-cog:before {
  content: "\e884";
} /* 'î¢„' */
.icon-cog-alt:before {
  content: "\e885";
} /* 'î¢…' */
.icon-wrench:before {
  content: "\e886";
} /* 'î¢†' */
.icon-sliders:before {
  content: "\e887";
} /* 'î¢‡' */
.icon-basket:before {
  content: "\e888";
} /* 'î¢ˆ' */
.icon-cart-plus:before {
  content: "\e889";
} /* 'î¢‰' */
.icon-cart-arrow-down:before {
  content: "\e88a";
} /* 'î¢Š' */
.icon-calendar:before {
  content: "\e88b";
} /* 'î¢‹' */
.icon-calendar-empty:before {
  content: "\e88c";
} /* 'î¢Œ' */
.icon-login:before {
  content: "\e88d";
} /* 'î¢' */
.icon-logout:before {
  content: "\e88e";
} /* 'î¢Ž' */
.icon-mic:before {
  content: "\e88f";
} /* 'î¢' */
.icon-mute:before {
  content: "\e890";
} /* 'î¢' */
.icon-volume-off:before {
  content: "\e891";
} /* 'î¢‘' */
.icon-volume-down:before {
  content: "\e892";
} /* 'î¢’' */
.icon-volume-up:before {
  content: "\e893";
} /* 'î¢“' */
.icon-headphones:before {
  content: "\e894";
} /* 'î¢”' */
.icon-clock:before {
  content: "\e895";
} /* 'î¢•' */
.icon-lightbulb:before {
  content: "\e896";
} /* 'î¢–' */
.icon-block:before {
  content: "\e897";
} /* 'î¢—' */
.icon-resize-full:before {
  content: "\e898";
} /* 'î¢˜' */
.icon-resize-full-alt:before {
  content: "\e899";
} /* 'î¢™' */
.icon-resize-small:before {
  content: "\e89a";
} /* 'î¢š' */
.icon-resize-vertical:before {
  content: "\e89b";
} /* 'î¢›' */
.icon-resize-horizontal:before {
  content: "\e89c";
} /* 'î¢œ' */
.icon-move:before {
  content: "\e89d";
} /* 'î¢' */
.icon-zoom-in:before {
  content: "\e89e";
} /* 'î¢ž' */
.icon-zoom-out:before {
  content: "\e89f";
} /* 'î¢Ÿ' */
.icon-down-circled2:before {
  content: "\e8a0";
} /* 'î¢ ' */
.icon-up-circled2:before {
  content: "\e8a1";
} /* 'î¢¡' */
.icon-left-circled2:before {
  content: "\e8a2";
} /* 'î¢¢' */
.icon-right-circled2:before {
  content: "\e8a3";
} /* 'î¢£' */
.icon-down-dir:before {
  content: "\e8a4";
} /* 'î¢¤' */
.icon-up-dir:before {
  content: "\e8a5";
} /* 'î¢¥' */
.icon-left-dir:before {
  content: "\e8a6";
} /* 'î¢¦' */
.icon-right-dir:before {
  content: "\e8a7";
} /* 'î¢§' */
.icon-down-open:before {
  content: "\e8a8";
} /* 'î¢¨' */
.icon-left-open:before {
  content: "\e8a9";
} /* 'î¢©' */
.icon-right-open:before {
  content: "\e8aa";
} /* 'î¢ª' */
.icon-up-open:before {
  content: "\e8ab";
} /* 'î¢«' */
.icon-angle-left:before {
  content: "\e8ac";
} /* 'î¢¬' */
.icon-angle-right:before {
  content: "\e8ad";
} /* 'î¢­' */
.icon-angle-up:before {
  content: "\e8ae";
} /* 'î¢®' */
.icon-angle-down:before {
  content: "\e8af";
} /* 'î¢¯' */
.icon-angle-circled-left:before {
  content: "\e8b0";
} /* 'î¢°' */
.icon-angle-circled-right:before {
  content: "\e8b1";
} /* 'î¢±' */
.icon-angle-circled-up:before {
  content: "\e8b2";
} /* 'î¢²' */
.icon-angle-circled-down:before {
  content: "\e8b3";
} /* 'î¢³' */
.icon-angle-double-left:before {
  content: "\e8b4";
} /* 'î¢´' */
.icon-angle-double-right:before {
  content: "\e8b5";
} /* 'î¢µ' */
.icon-angle-double-up:before {
  content: "\e8b6";
} /* 'î¢¶' */
.icon-angle-double-down:before {
  content: "\e8b7";
} /* 'î¢·' */
.icon-down:before {
  content: "\e8b8";
} /* 'î¢¸' */
.icon-left:before {
  content: "\e8b9";
} /* 'î¢¹' */
.icon-right:before {
  content: "\e8ba";
} /* 'î¢º' */
.icon-up:before {
  content: "\e8bb";
} /* 'î¢»' */
.icon-down-big:before {
  content: "\e8bc";
} /* 'î¢¼' */
.icon-left-big:before {
  content: "\e8bd";
} /* 'î¢½' */
.icon-right-big:before {
  content: "\e8be";
} /* 'î¢¾' */
.icon-up-big:before {
  content: "\e8bf";
} /* 'î¢¿' */
.icon-right-hand:before {
  content: "\e8c0";
} /* 'î£€' */
.icon-left-hand:before {
  content: "\e8c1";
} /* 'î£' */
.icon-up-hand:before {
  content: "\e8c2";
} /* 'î£‚' */
.icon-down-hand:before {
  content: "\e8c3";
} /* 'î£ƒ' */
.icon-left-circled:before {
  content: "\e8c4";
} /* 'î£„' */
.icon-right-circled:before {
  content: "\e8c5";
} /* 'î£…' */
.icon-up-circled:before {
  content: "\e8c6";
} /* 'î£†' */
.icon-down-circled:before {
  content: "\e8c7";
} /* 'î£‡' */
.icon-cw:before {
  content: "\e8c8";
} /* 'î£ˆ' */
.icon-ccw:before {
  content: "\e8c9";
} /* 'î£‰' */
.icon-arrows-cw:before {
  content: "\e8ca";
} /* 'î£Š' */
.icon-level-up:before {
  content: "\e8cb";
} /* 'î£‹' */
.icon-level-down:before {
  content: "\e8cc";
} /* 'î£Œ' */
.icon-shuffle:before {
  content: "\e8cd";
} /* 'î£' */
.icon-exchange:before {
  content: "\e8ce";
} /* 'î£Ž' */
.icon-history:before {
  content: "\e8cf";
} /* 'î£' */
.icon-expand:before {
  content: "\e8d0";
} /* 'î£' */
.icon-collapse:before {
  content: "\e8d1";
} /* 'î£‘' */
.icon-expand-right:before {
  content: "\e8d2";
} /* 'î£’' */
.icon-collapse-left:before {
  content: "\e8d3";
} /* 'î£“' */
.icon-play:before {
  content: "\e8d4";
} /* 'î£”' */
.icon-play-circled:before {
  content: "\e8d5";
} /* 'î£•' */
.icon-play-circled2:before {
  content: "\e8d6";
} /* 'î£–' */
.icon-stop:before {
  content: "\e8d7";
} /* 'î£—' */
.icon-pause:before {
  content: "\e8d8";
} /* 'î£˜' */
.icon-to-end:before {
  content: "\e8d9";
} /* 'î£™' */
.icon-to-end-alt:before {
  content: "\e8da";
} /* 'î£š' */
.icon-to-start:before {
  content: "\e8db";
} /* 'î£›' */
.icon-to-start-alt:before {
  content: "\e8dc";
} /* 'î£œ' */
.icon-fast-fw:before {
  content: "\e8dd";
} /* 'î£' */
.icon-fast-bw:before {
  content: "\e8de";
} /* 'î£ž' */
.icon-eject:before {
  content: "\e8df";
} /* 'î£Ÿ' */
.icon-target:before {
  content: "\e8e0";
} /* 'î£ ' */
.icon-signal:before {
  content: "\e8e1";
} /* 'î£¡' */
.icon-wifi:before {
  content: "\e8e2";
} /* 'î£¢' */
.icon-award:before {
  content: "\e8e3";
} /* 'î££' */
.icon-desktop:before {
  content: "\e8e4";
} /* 'î£¤' */
.icon-laptop:before {
  content: "\e8e5";
} /* 'î£¥' */
.icon-tablet:before {
  content: "\e8e6";
} /* 'î£¦' */
.icon-mobile:before {
  content: "\e8e7";
} /* 'î£§' */
.icon-inbox:before {
  content: "\e8e8";
} /* 'î£¨' */
.icon-globe:before {
  content: "\e8e9";
} /* 'î£©' */
.icon-sun:before {
  content: "\e8ea";
} /* 'î£ª' */
.icon-cloud:before {
  content: "\e8eb";
} /* 'î£«' */
.icon-flash:before {
  content: "\e8ec";
} /* 'î£¬' */
.icon-moon:before {
  content: "\e8ed";
} /* 'î£­' */
.icon-umbrella:before {
  content: "\e8ee";
} /* 'î£®' */
.icon-flight:before {
  content: "\e8ef";
} /* 'î£¯' */
.icon-fighter-jet:before {
  content: "\e8f0";
} /* 'î£°' */
.icon-paper-plane:before {
  content: "\e8f1";
} /* 'î£±' */
.icon-paper-plane-empty:before {
  content: "\e8f2";
} /* 'î£²' */
.icon-space-shuttle:before {
  content: "\e8f3";
} /* 'î£³' */
.icon-leaf:before {
  content: "\e8f4";
} /* 'î£´' */
.icon-font:before {
  content: "\e8f5";
} /* 'î£µ' */
.icon-bold:before {
  content: "\e8f6";
} /* 'î£¶' */
.icon-medium:before {
  content: "\e8f7";
} /* 'î£·' */
.icon-italic:before {
  content: "\e8f8";
} /* 'î£¸' */
.icon-header:before {
  content: "\e8f9";
} /* 'î£¹' */
.icon-paragraph:before {
  content: "\e8fa";
} /* 'î£º' */
.icon-text-height:before {
  content: "\e8fb";
} /* 'î£»' */
.icon-text-width:before {
  content: "\e8fc";
} /* 'î£¼' */
.icon-align-left:before {
  content: "\e8fd";
} /* 'î£½' */
.icon-align-center:before {
  content: "\e8fe";
} /* 'î£¾' */
.icon-align-right:before {
  content: "\e8ff";
} /* 'î£¿' */
.icon-align-justify:before {
  content: "\e900";
} /* 'î¤€' */
.icon-list:before {
  content: "\e901";
} /* 'î¤' */
.icon-indent-left:before {
  content: "\e902";
} /* 'î¤‚' */
.icon-indent-right:before {
  content: "\e903";
} /* 'î¤ƒ' */
.icon-list-bullet:before {
  content: "\e904";
} /* 'î¤„' */
.icon-list-numbered:before {
  content: "\e905";
} /* 'î¤…' */
.icon-strike:before {
  content: "\e906";
} /* 'î¤†' */
.icon-underline:before {
  content: "\e907";
} /* 'î¤‡' */
.icon-superscript:before {
  content: "\e908";
} /* 'î¤ˆ' */
.icon-subscript:before {
  content: "\e909";
} /* 'î¤‰' */
.icon-table:before {
  content: "\e90a";
} /* 'î¤Š' */
.icon-columns:before {
  content: "\e90b";
} /* 'î¤‹' */
.icon-crop:before {
  content: "\e90c";
} /* 'î¤Œ' */
.icon-scissors:before {
  content: "\e90d";
} /* 'î¤' */
.icon-paste:before {
  content: "\e90e";
} /* 'î¤Ž' */
.icon-briefcase:before {
  content: "\e90f";
} /* 'î¤' */
.icon-suitcase:before {
  content: "\e910";
} /* 'î¤' */
.icon-ellipsis:before {
  content: "\e911";
} /* 'î¤‘' */
.icon-ellipsis-vert:before {
  content: "\e912";
} /* 'î¤’' */
.icon-off:before {
  content: "\e913";
} /* 'î¤“' */
.icon-road:before {
  content: "\e914";
} /* 'î¤”' */
.icon-list-alt:before {
  content: "\e915";
} /* 'î¤•' */
.icon-qrcode:before {
  content: "\e916";
} /* 'î¤–' */
.icon-barcode:before {
  content: "\e917";
} /* 'î¤—' */
.icon-book:before {
  content: "\e918";
} /* 'î¤˜' */
.icon-ajust:before {
  content: "\e919";
} /* 'î¤™' */
.icon-tint:before {
  content: "\e91a";
} /* 'î¤š' */
.icon-toggle-off:before {
  content: "\e91b";
} /* 'î¤›' */
.icon-toggle-on:before {
  content: "\e91c";
} /* 'î¤œ' */
.icon-check:before {
  content: "\e91d";
} /* 'î¤' */
.icon-check-empty:before {
  content: "\e91e";
} /* 'î¤ž' */
.icon-circle:before {
  content: "\e91f";
} /* 'î¤Ÿ' */
.icon-circle-empty:before {
  content: "\e920";
} /* 'î¤ ' */
.icon-circle-thin:before {
  content: "\e921";
} /* 'î¤¡' */
.icon-circle-notch:before {
  content: "\e922";
} /* 'î¤¢' */
.icon-dot-circled:before {
  content: "\e923";
} /* 'î¤£' */
.icon-asterisk:before {
  content: "\e924";
} /* 'î¤¤' */
.icon-gift:before {
  content: "\e925";
} /* 'î¤¥' */
.icon-fire:before {
  content: "\e926";
} /* 'î¤¦' */
.icon-magnet:before {
  content: "\e927";
} /* 'î¤§' */
.icon-chart-bar:before {
  content: "\e928";
} /* 'î¤¨' */
.icon-chart-area:before {
  content: "\e929";
} /* 'î¤©' */
.icon-chart-pie:before {
  content: "\e92a";
} /* 'î¤ª' */
.icon-chart-line:before {
  content: "\e92b";
} /* 'î¤«' */
.icon-ticket:before {
  content: "\e92c";
} /* 'î¤¬' */
.icon-credit-card:before {
  content: "\e92d";
} /* 'î¤­' */
.icon-floppy:before {
  content: "\e92e";
} /* 'î¤®' */
.icon-megaphone:before {
  content: "\e92f";
} /* 'î¤¯' */
.icon-hdd:before {
  content: "\e930";
} /* 'î¤°' */
.icon-key:before {
  content: "\e931";
} /* 'î¤±' */
.icon-fork:before {
  content: "\e932";
} /* 'î¤²' */
.icon-rocket:before {
  content: "\e933";
} /* 'î¤³' */
.icon-bug:before {
  content: "\e934";
} /* 'î¤´' */
.icon-certificate:before {
  content: "\e935";
} /* 'î¤µ' */
.icon-tasks:before {
  content: "\e936";
} /* 'î¤¶' */
.icon-filter:before {
  content: "\e937";
} /* 'î¤·' */
.icon-beaker:before {
  content: "\e938";
} /* 'î¤¸' */
.icon-magic:before {
  content: "\e939";
} /* 'î¤¹' */
.icon-cab:before {
  content: "\e93a";
} /* 'î¤º' */
.icon-taxi:before {
  content: "\e93b";
} /* 'î¤»' */
.icon-truck:before {
  content: "\e93c";
} /* 'î¤¼' */
.icon-bus:before {
  content: "\e93d";
} /* 'î¤½' */
.icon-bicycle:before {
  content: "\e93e";
} /* 'î¤¾' */
.icon-motorcycle:before {
  content: "\e93f";
} /* 'î¤¿' */
.icon-train:before {
  content: "\e940";
} /* 'î¥€' */
.icon-subway:before {
  content: "\e941";
} /* 'î¥' */
.icon-ship:before {
  content: "\e942";
} /* 'î¥‚' */
.icon-money:before {
  content: "\e943";
} /* 'î¥ƒ' */
.icon-euro:before {
  content: "\e944";
} /* 'î¥„' */
.icon-pound:before {
  content: "\e945";
} /* 'î¥…' */
.icon-dollar:before {
  content: "\e946";
} /* 'î¥†' */
.icon-rupee:before {
  content: "\e947";
} /* 'î¥‡' */
.icon-yen:before {
  content: "\e948";
} /* 'î¥ˆ' */
.icon-rouble:before {
  content: "\e949";
} /* 'î¥‰' */
.icon-shekel:before {
  content: "\e94a";
} /* 'î¥Š' */
.icon-try:before {
  content: "\e94b";
} /* 'î¥‹' */
.icon-won:before {
  content: "\e94c";
} /* 'î¥Œ' */
.icon-bitcoin:before {
  content: "\e94d";
} /* 'î¥' */
.icon-viacoin:before {
  content: "\e94e";
} /* 'î¥Ž' */
.icon-sort:before {
  content: "\e94f";
} /* 'î¥' */
.icon-sort-down:before {
  content: "\e950";
} /* 'î¥' */
.icon-sort-up:before {
  content: "\e951";
} /* 'î¥‘' */
.icon-sort-alt-up:before {
  content: "\e952";
} /* 'î¥’' */
.icon-sort-alt-down:before {
  content: "\e953";
} /* 'î¥“' */
.icon-sort-name-up:before {
  content: "\e954";
} /* 'î¥”' */
.icon-sort-name-down:before {
  content: "\e955";
} /* 'î¥•' */
.icon-sort-number-up:before {
  content: "\e956";
} /* 'î¥–' */
.icon-sort-number-down:before {
  content: "\e957";
} /* 'î¥—' */
.icon-hammer:before {
  content: "\e958";
} /* 'î¥˜' */
.icon-gauge:before {
  content: "\e959";
} /* 'î¥™' */
.icon-sitemap:before {
  content: "\e95a";
} /* 'î¥š' */
.icon-spinner:before {
  content: "\e95b";
} /* 'î¥›' */
.icon-coffee:before {
  content: "\e95c";
} /* 'î¥œ' */
.icon-food:before {
  content: "\e95d";
} /* 'î¥' */
.icon-beer:before {
  content: "\e95e";
} /* 'î¥ž' */
.icon-user-md:before {
  content: "\e95f";
} /* 'î¥Ÿ' */
.icon-stethoscope:before {
  content: "\e960";
} /* 'î¥ ' */
.icon-heartbeat:before {
  content: "\e961";
} /* 'î¥¡' */
.icon-ambulance:before {
  content: "\e962";
} /* 'î¥¢' */
.icon-medkit:before {
  content: "\e963";
} /* 'î¥£' */
.icon-h-sigh:before {
  content: "\e964";
} /* 'î¥¤' */
.icon-bed:before {
  content: "\e965";
} /* 'î¥¥' */
.icon-hospital:before {
  content: "\e966";
} /* 'î¥¦' */
.icon-building:before {
  content: "\e967";
} /* 'î¥§' */
.icon-building-filled:before {
  content: "\e968";
} /* 'î¥¨' */
.icon-bank:before {
  content: "\e969";
} /* 'î¥©' */
.icon-smile:before {
  content: "\e96a";
} /* 'î¥ª' */
.icon-frown:before {
  content: "\e96b";
} /* 'î¥«' */
.icon-meh:before {
  content: "\e96c";
} /* 'î¥¬' */
.icon-anchor:before {
  content: "\e96d";
} /* 'î¥­' */
.icon-terminal:before {
  content: "\e96e";
} /* 'î¥®' */
.icon-eraser:before {
  content: "\e96f";
} /* 'î¥¯' */
.icon-puzzle:before {
  content: "\e970";
} /* 'î¥°' */
.icon-shield:before {
  content: "\e971";
} /* 'î¥±' */
.icon-extinguisher:before {
  content: "\e972";
} /* 'î¥²' */
.icon-bullseye:before {
  content: "\e973";
} /* 'î¥³' */
.icon-wheelchair:before {
  content: "\e974";
} /* 'î¥´' */
.icon-language:before {
  content: "\e975";
} /* 'î¥µ' */
.icon-graduation-cap:before {
  content: "\e976";
} /* 'î¥¶' */
.icon-paw:before {
  content: "\e977";
} /* 'î¥·' */
.icon-spoon:before {
  content: "\e978";
} /* 'î¥¸' */
.icon-cube:before {
  content: "\e979";
} /* 'î¥¹' */
.icon-cubes:before {
  content: "\e97a";
} /* 'î¥º' */
.icon-recycle:before {
  content: "\e97b";
} /* 'î¥»' */
.icon-tree:before {
  content: "\e97c";
} /* 'î¥¼' */
.icon-database:before {
  content: "\e97d";
} /* 'î¥½' */
.icon-server:before {
  content: "\e97e";
} /* 'î¥¾' */
.icon-lifebuoy:before {
  content: "\e97f";
} /* 'î¥¿' */
.icon-rebel:before {
  content: "\e980";
} /* 'î¦€' */
.icon-empire:before {
  content: "\e981";
} /* 'î¦' */
.icon-bomb:before {
  content: "\e982";
} /* 'î¦‚' */
.icon-soccer-ball:before {
  content: "\e983";
} /* 'î¦ƒ' */
.icon-tty:before {
  content: "\e984";
} /* 'î¦„' */
.icon-binoculars:before {
  content: "\e985";
} /* 'î¦…' */
.icon-plug:before {
  content: "\e986";
} /* 'î¦†' */
.icon-newspaper:before {
  content: "\e987";
} /* 'î¦‡' */
.icon-calc:before {
  content: "\e988";
} /* 'î¦ˆ' */
.icon-copyright:before {
  content: "\e989";
} /* 'î¦‰' */
.icon-at:before {
  content: "\e98a";
} /* 'î¦Š' */
.icon-eyedropper:before {
  content: "\e98b";
} /* 'î¦‹' */
.icon-brush:before {
  content: "\e98c";
} /* 'î¦Œ' */
.icon-birthday:before {
  content: "\e98d";
} /* 'î¦' */
.icon-diamond:before {
  content: "\e98e";
} /* 'î¦Ž' */
.icon-street-view:before {
  content: "\e98f";
} /* 'î¦' */
.icon-venus:before {
  content: "\e990";
} /* 'î¦' */
.icon-mars:before {
  content: "\e991";
} /* 'î¦‘' */
.icon-mercury:before {
  content: "\e992";
} /* 'î¦’' */
.icon-transgender:before {
  content: "\e993";
} /* 'î¦“' */
.icon-transgender-alt:before {
  content: "\e994";
} /* 'î¦”' */
.icon-venus-double:before {
  content: "\e995";
} /* 'î¦•' */
.icon-mars-double:before {
  content: "\e996";
} /* 'î¦–' */
.icon-venus-mars:before {
  content: "\e997";
} /* 'î¦—' */
.icon-mars-stroke:before {
  content: "\e998";
} /* 'î¦˜' */
.icon-mars-stroke-v:before {
  content: "\e999";
} /* 'î¦™' */
.icon-mars-stroke-h:before {
  content: "\e99a";
} /* 'î¦š' */
.icon-neuter:before {
  content: "\e99b";
} /* 'î¦›' */
.icon-cc-visa:before {
  content: "\e99c";
} /* 'î¦œ' */
.icon-cc-mastercard:before {
  content: "\e99d";
} /* 'î¦' */
.icon-cc-discover:before {
  content: "\e99e";
} /* 'î¦ž' */
.icon-cc-amex:before {
  content: "\e99f";
} /* 'î¦Ÿ' */
.icon-cc-paypal:before {
  content: "\e9a0";
} /* 'î¦ ' */
.icon-cc-stripe:before {
  content: "\e9a1";
} /* 'î¦¡' */
.icon-adn:before {
  content: "\e9a2";
} /* 'î¦¢' */
.icon-android:before {
  content: "\e9a3";
} /* 'î¦£' */
.icon-angellist:before {
  content: "\e9a4";
} /* 'î¦¤' */
.icon-apple:before {
  content: "\e9a5";
} /* 'î¦¥' */
.icon-behance:before {
  content: "\e9a6";
} /* 'î¦¦' */
.icon-behance-squared:before {
  content: "\e9a7";
} /* 'î¦§' */
.icon-bitbucket:before {
  content: "\e9a8";
} /* 'î¦¨' */
.icon-bitbucket-squared:before {
  content: "\e9a9";
} /* 'î¦©' */
.icon-buysellads:before {
  content: "\e9aa";
} /* 'î¦ª' */
.icon-cc:before {
  content: "\e9ab";
} /* 'î¦«' */
.icon-codeopen:before {
  content: "\e9ac";
} /* 'î¦¬' */
.icon-connectdevelop:before {
  content: "\e9ad";
} /* 'î¦­' */
.icon-css3:before {
  content: "\e9ae";
} /* 'î¦®' */
.icon-dashcube:before {
  content: "\e9af";
} /* 'î¦¯' */
.icon-delicious:before {
  content: "\e9b0";
} /* 'î¦°' */
.icon-deviantart:before {
  content: "\e9b1";
} /* 'î¦±' */
.icon-digg:before {
  content: "\e9b2";
} /* 'î¦²' */
.icon-dribbble:before {
  content: "\e9b3";
} /* 'î¦³' */
.icon-dropbox:before {
  content: "\e9b4";
} /* 'î¦´' */
.icon-drupal:before {
  content: "\e9b5";
} /* 'î¦µ' */
.icon-facebook:before {
  content: "\e9b6";
} /* 'î¦¶' */
.icon-facebook-squared:before {
  content: "\e9b7";
} /* 'î¦·' */
.icon-facebook-official:before {
  content: "\e9b8";
} /* 'î¦¸' */
.icon-flickr:before {
  content: "\e9b9";
} /* 'î¦¹' */
.icon-forumbee:before {
  content: "\e9ba";
} /* 'î¦º' */
.icon-foursquare:before {
  content: "\e9bb";
} /* 'î¦»' */
.icon-git-squared:before {
  content: "\e9bc";
} /* 'î¦¼' */
.icon-git:before {
  content: "\e9bd";
} /* 'î¦½' */
.icon-github:before {
  content: "\e9be";
} /* 'î¦¾' */
.icon-github-squared:before {
  content: "\e9bf";
} /* 'î¦¿' */
.icon-github-circled:before {
  content: "\e9c0";
} /* 'î§€' */
.icon-gittip:before {
  content: "\e9c1";
} /* 'î§' */
.icon-google:before {
  content: "\e9c2";
} /* 'î§‚' */
.icon-gplus:before {
  content: "\e9c3";
} /* 'î§ƒ' */
.icon-gplus-squared:before {
  content: "\e9c4";
} /* 'î§„' */
.icon-gwallet:before {
  content: "\e9c5";
} /* 'î§…' */
.icon-hacker-news:before {
  content: "\e9c6";
} /* 'î§†' */
.icon-html5:before {
  content: "\e9c7";
} /* 'î§‡' */
.icon-instagram:before {
  content: "\e9c8";
} /* 'î§ˆ' */
.icon-ioxhost:before {
  content: "\e9c9";
} /* 'î§‰' */
.icon-joomla:before {
  content: "\e9ca";
} /* 'î§Š' */
.icon-jsfiddle:before {
  content: "\e9cb";
} /* 'î§‹' */
.icon-lastfm:before {
  content: "\e9cc";
} /* 'î§Œ' */
.icon-lastfm-squared:before {
  content: "\e9cd";
} /* 'î§' */
.icon-leanpub:before {
  content: "\e9ce";
} /* 'î§Ž' */
.icon-linkedin-squared:before {
  content: "\e9cf";
} /* 'î§' */
.icon-linux:before {
  content: "\e9d0";
} /* 'î§' */
.icon-linkedin:before {
  content: "\e9d1";
} /* 'î§‘' */
.icon-maxcdn:before {
  content: "\e9d2";
} /* 'î§’' */
.icon-meanpath:before {
  content: "\e9d3";
} /* 'î§“' */
.icon-openid:before {
  content: "\e9d4";
} /* 'î§”' */
.icon-pagelines:before {
  content: "\e9d5";
} /* 'î§•' */
.icon-paypal:before {
  content: "\e9d6";
} /* 'î§–' */
.icon-pied-piper-squared:before {
  content: "\e9d7";
} /* 'î§—' */
.icon-pied-piper-alt:before {
  content: "\e9d8";
} /* 'î§˜' */
.icon-pinterest:before {
  content: "\e9d9";
} /* 'î§™' */
.icon-pinterest-circled:before {
  content: "\e9da";
} /* 'î§š' */
.icon-pinterest-squared:before {
  content: "\e9db";
} /* 'î§›' */
.icon-qq:before {
  content: "\e9dc";
} /* 'î§œ' */
.icon-reddit:before {
  content: "\e9dd";
} /* 'î§' */
.icon-reddit-squared:before {
  content: "\e9de";
} /* 'î§ž' */
.icon-renren:before {
  content: "\e9df";
} /* 'î§Ÿ' */
.icon-sellsy:before {
  content: "\e9e0";
} /* 'î§ ' */
.icon-shirtsinbulk:before {
  content: "\e9e1";
} /* 'î§¡' */
.icon-simplybuilt:before {
  content: "\e9e2";
} /* 'î§¢' */
.icon-skyatlas:before {
  content: "\e9e3";
} /* 'î§£' */
.icon-skype:before {
  content: "\e9e4";
} /* 'î§¤' */
.icon-slack:before {
  content: "\e9e5";
} /* 'î§¥' */
.icon-slideshare:before {
  content: "\e9e6";
} /* 'î§¦' */
.icon-soundcloud:before {
  content: "\e9e7";
} /* 'î§§' */
.icon-spotify:before {
  content: "\e9e8";
} /* 'î§¨' */
.icon-stackexchange:before {
  content: "\e9e9";
} /* 'î§©' */
.icon-stackoverflow:before {
  content: "\e9ea";
} /* 'î§ª' */
.icon-steam:before {
  content: "\e9eb";
} /* 'î§«' */
.icon-steam-squared:before {
  content: "\e9ec";
} /* 'î§¬' */
.icon-stumbleupon:before {
  content: "\e9ed";
} /* 'î§­' */
.icon-stumbleupon-circled:before {
  content: "\e9ee";
} /* 'î§®' */
.icon-tencent-weibo:before {
  content: "\e9ef";
} /* 'î§¯' */
.icon-trello:before {
  content: "\e9f0";
} /* 'î§°' */
.icon-tumblr:before {
  content: "\e9f1";
} /* 'î§±' */
.icon-tumblr-squared:before {
  content: "\e9f2";
} /* 'î§²' */
.icon-twitch:before {
  content: "\e9f3";
} /* 'î§³' */
.icon-twitter-squared:before {
  content: "\e9f4";
} /* 'î§´' */
.icon-twitter:before {
  content: "\e9f5";
} /* 'î§µ' */
.icon-vimeo-squared:before {
  content: "\e9f6";
} /* 'î§¶' */
.icon-vine:before {
  content: "\e9f7";
} /* 'î§·' */
.icon-vkontakte:before {
  content: "\e9f8";
} /* 'î§¸' */
.icon-whatsapp:before {
  content: "\e9f9";
} /* 'î§¹' */
.icon-wechat:before {
  content: "\e9fa";
} /* 'î§º' */
.icon-weibo:before {
  content: "\e9fb";
} /* 'î§»' */
.icon-windows:before {
  content: "\e9fc";
} /* 'î§¼' */
.icon-wordpress:before {
  content: "\e9fd";
} /* 'î§½' */
.icon-xing:before {
  content: "\e9fe";
} /* 'î§¾' */
.icon-xing-squared:before {
  content: "\e9ff";
} /* 'î§¿' */
.icon-yelp:before {
  content: "\ea00";
} /* 'î¨€' */
.icon-youtube:before {
  content: "\ea01";
} /* 'î¨' */
.icon-yahoo:before {
  content: "\ea02";
} /* 'î¨‚' */
.icon-youtube-squared:before {
  content: "\ea03";
} /* 'î¨ƒ' */
.icon-youtube-play:before {
  content: "\ea04";
} /* 'î¨„' */
.icon-blank:before {
  content: "\ea05";
} /* 'î¨…' */
.icon-lemon:before {
  content: "\ea06";
} /* 'î¨†' */
.icon-note:before {
  content: "\ea07";
} /* 'î¨‡' */
.icon-note-beamed:before {
  content: "\ea08";
} /* 'î¨ˆ' */
.icon-music-1:before {
  content: "\ea09";
} /* 'î¨‰' */
.icon-search-1:before {
  content: "\ea0a";
} /* 'î¨Š' */
.icon-flashlight:before {
  content: "\ea0b";
} /* 'î¨‹' */
.icon-mail-1:before {
  content: "\ea0c";
} /* 'î¨Œ' */
.icon-heart-1:before {
  content: "\ea0d";
} /* 'î¨' */
.icon-heart-empty-1:before {
  content: "\ea0e";
} /* 'î¨Ž' */
.icon-star-1:before {
  content: "\ea0f";
} /* 'î¨' */
.icon-star-empty-1:before {
  content: "\ea10";
} /* 'î¨' */
.icon-user-1:before {
  content: "\ea11";
} /* 'î¨‘' */
.icon-users-1:before {
  content: "\ea12";
} /* 'î¨’' */
.icon-user-add:before {
  content: "\ea13";
} /* 'î¨“' */
.icon-video-1:before {
  content: "\ea14";
} /* 'î¨”' */
.icon-picture-1:before {
  content: "\ea15";
} /* 'î¨•' */
.icon-camera-1:before {
  content: "\ea16";
} /* 'î¨–' */
.icon-layout:before {
  content: "\ea17";
} /* 'î¨—' */
.icon-menu-1:before {
  content: "\ea18";
} /* 'î¨˜' */
.icon-check-1:before {
  content: "\ea19";
} /* 'î¨™' */
.icon-cancel-1:before {
  content: "\ea1a";
} /* 'î¨š' */
.icon-cancel-circled-1:before {
  content: "\ea1b";
} /* 'î¨›' */
.icon-cancel-squared:before {
  content: "\ea1c";
} /* 'î¨œ' */
.icon-plus-1:before {
  content: "\ea1d";
} /* 'î¨' */
.icon-plus-circled-1:before {
  content: "\ea1e";
} /* 'î¨ž' */
.icon-plus-squared-1:before {
  content: "\ea1f";
} /* 'î¨Ÿ' */
.icon-minus-1:before {
  content: "\ea20";
} /* 'î¨ ' */
.icon-minus-circled-1:before {
  content: "\ea21";
} /* 'î¨¡' */
.icon-minus-squared-1:before {
  content: "\ea22";
} /* 'î¨¢' */
.icon-help-1:before {
  content: "\ea23";
} /* 'î¨£' */
.icon-help-circled-1:before {
  content: "\ea24";
} /* 'î¨¤' */
.icon-info-1:before {
  content: "\ea25";
} /* 'î¨¥' */
.icon-info-circled-1:before {
  content: "\ea26";
} /* 'î¨¦' */
.icon-back:before {
  content: "\ea27";
} /* 'î¨§' */
.icon-home-1:before {
  content: "\ea28";
} /* 'î¨¨' */
.icon-link-1:before {
  content: "\ea29";
} /* 'î¨©' */
.icon-attach-1:before {
  content: "\ea2a";
} /* 'î¨ª' */
.icon-lock-1:before {
  content: "\ea2b";
} /* 'î¨«' */
.icon-lock-open-1:before {
  content: "\ea2c";
} /* 'î¨¬' */
.icon-eye-1:before {
  content: "\ea2d";
} /* 'î¨­' */
.icon-tag-1:before {
  content: "\ea2e";
} /* 'î¨®' */
.icon-bookmark-1:before {
  content: "\ea2f";
} /* 'î¨¯' */
.icon-bookmarks:before {
  content: "\ea30";
} /* 'î¨°' */
.icon-flag-1:before {
  content: "\ea31";
} /* 'î¨±' */
.icon-thumbs-up-1:before {
  content: "\ea32";
} /* 'î¨²' */
.icon-thumbs-down-1:before {
  content: "\ea33";
} /* 'î¨³' */
.icon-download-1:before {
  content: "\ea34";
} /* 'î¨´' */
.icon-upload-1:before {
  content: "\ea35";
} /* 'î¨µ' */
.icon-upload-cloud-1:before {
  content: "\ea36";
} /* 'î¨¶' */
.icon-reply-1:before {
  content: "\ea37";
} /* 'î¨·' */
.icon-reply-all-1:before {
  content: "\ea38";
} /* 'î¨¸' */
.icon-forward-1:before {
  content: "\ea39";
} /* 'î¨¹' */
.icon-quote:before {
  content: "\ea3a";
} /* 'î¨º' */
.icon-code-1:before {
  content: "\ea3b";
} /* 'î¨»' */
.icon-export-1:before {
  content: "\ea3c";
} /* 'î¨¼' */
.icon-pencil-1:before {
  content: "\ea3d";
} /* 'î¨½' */
.icon-feather:before {
  content: "\ea3e";
} /* 'î¨¾' */
.icon-print-1:before {
  content: "\ea3f";
} /* 'î¨¿' */
.icon-retweet-1:before {
  content: "\ea40";
} /* 'î©€' */
.icon-keyboard-1:before {
  content: "\ea41";
} /* 'î©' */
.icon-comment-1:before {
  content: "\ea42";
} /* 'î©‚' */
.icon-chat-1:before {
  content: "\ea43";
} /* 'î©ƒ' */
.icon-bell-1:before {
  content: "\ea44";
} /* 'î©„' */
.icon-attention-1:before {
  content: "\ea45";
} /* 'î©…' */
.icon-alert:before {
  content: "\ea46";
} /* 'î©†' */
.icon-vcard:before {
  content: "\ea47";
} /* 'î©‡' */
.icon-address:before {
  content: "\ea48";
} /* 'î©ˆ' */
.icon-location-1:before {
  content: "\ea49";
} /* 'î©‰' */
.icon-map:before {
  content: "\ea4a";
} /* 'î©Š' */
.icon-direction-1:before {
  content: "\ea4b";
} /* 'î©‹' */
.icon-compass-1:before {
  content: "\ea4c";
} /* 'î©Œ' */
.icon-cup:before {
  content: "\ea4d";
} /* 'î©' */
.icon-trash-1:before {
  content: "\ea4e";
} /* 'î©Ž' */
.icon-doc-1:before {
  content: "\ea4f";
} /* 'î©' */
.icon-docs-1:before {
  content: "\ea50";
} /* 'î©' */
.icon-doc-landscape:before {
  content: "\ea51";
} /* 'î©‘' */
.icon-doc-text-1:before {
  content: "\ea52";
} /* 'î©’' */
.icon-doc-text-inv-1:before {
  content: "\ea53";
} /* 'î©“' */
.icon-newspaper-1:before {
  content: "\ea54";
} /* 'î©”' */
.icon-book-open:before {
  content: "\ea55";
} /* 'î©•' */
.icon-book-1:before {
  content: "\ea56";
} /* 'î©–' */
.icon-folder-1:before {
  content: "\ea57";
} /* 'î©—' */
.icon-archive:before {
  content: "\ea58";
} /* 'î©˜' */
.icon-box-1:before {
  content: "\ea59";
} /* 'î©™' */
.icon-rss-1:before {
  content: "\ea5a";
} /* 'î©š' */
.icon-phone-1:before {
  content: "\ea5b";
} /* 'î©›' */
.icon-cog-1:before {
  content: "\ea5c";
} /* 'î©œ' */
.icon-tools:before {
  content: "\ea5d";
} /* 'î©' */
.icon-share-1:before {
  content: "\ea5e";
} /* 'î©ž' */
.icon-shareable:before {
  content: "\ea5f";
} /* 'î©Ÿ' */
.icon-basket-1:before {
  content: "\ea60";
} /* 'î© ' */
.icon-bag:before {
  content: "\ea61";
} /* 'î©¡' */
.icon-calendar-1:before {
  content: "\ea62";
} /* 'î©¢' */
.icon-login-1:before {
  content: "\ea63";
} /* 'î©£' */
.icon-logout-1:before {
  content: "\ea64";
} /* 'î©¤' */
.icon-mic-1:before {
  content: "\ea65";
} /* 'î©¥' */
.icon-mute-1:before {
  content: "\ea66";
} /* 'î©¦' */
.icon-sound:before {
  content: "\ea67";
} /* 'î©§' */
.icon-volume:before {
  content: "\ea68";
} /* 'î©¨' */
.icon-clock-1:before {
  content: "\ea69";
} /* 'î©©' */
.icon-hourglass:before {
  content: "\ea6a";
} /* 'î©ª' */
.icon-lamp:before {
  content: "\ea6b";
} /* 'î©«' */
.icon-light-down:before {
  content: "\ea6c";
} /* 'î©¬' */
.icon-light-up:before {
  content: "\ea6d";
} /* 'î©­' */
.icon-adjust:before {
  content: "\ea6e";
} /* 'î©®' */
.icon-block-1:before {
  content: "\ea6f";
} /* 'î©¯' */
.icon-resize-full-1:before {
  content: "\ea70";
} /* 'î©°' */
.icon-resize-small-1:before {
  content: "\ea71";
} /* 'î©±' */
.icon-popup:before {
  content: "\ea72";
} /* 'î©²' */
.icon-publish:before {
  content: "\ea73";
} /* 'î©³' */
.icon-window:before {
  content: "\ea74";
} /* 'î©´' */
.icon-arrow-combo:before {
  content: "\ea75";
} /* 'î©µ' */
.icon-down-circled-1:before {
  content: "\ea76";
} /* 'î©¶' */
.icon-left-circled-1:before {
  content: "\ea77";
} /* 'î©·' */
.icon-right-circled-1:before {
  content: "\ea78";
} /* 'î©¸' */
.icon-up-circled-1:before {
  content: "\ea79";
} /* 'î©¹' */
.icon-down-open-1:before {
  content: "\ea7a";
} /* 'î©º' */
.icon-left-open-1:before {
  content: "\ea7b";
} /* 'î©»' */
.icon-right-open-1:before {
  content: "\ea7c";
} /* 'î©¼' */
.icon-up-open-1:before {
  content: "\ea7d";
} /* 'î©½' */
.icon-down-open-mini:before {
  content: "\ea7e";
} /* 'î©¾' */
.icon-left-open-mini:before {
  content: "\ea7f";
} /* 'î©¿' */
.icon-right-open-mini:before {
  content: "\ea80";
} /* 'îª€' */
.icon-up-open-mini:before {
  content: "\ea81";
} /* 'îª' */
.icon-down-open-big:before {
  content: "\ea82";
} /* 'îª‚' */
.icon-left-open-big:before {
  content: "\ea83";
} /* 'îªƒ' */
.icon-right-open-big:before {
  content: "\ea84";
} /* 'îª„' */
.icon-up-open-big:before {
  content: "\ea85";
} /* 'îª…' */
.icon-down-1:before {
  content: "\ea86";
} /* 'îª†' */
.icon-left-1:before {
  content: "\ea87";
} /* 'îª‡' */
.icon-right-1:before {
  content: "\ea88";
} /* 'îªˆ' */
.icon-up-1:before {
  content: "\ea89";
} /* 'îª‰' */
.icon-down-dir-1:before {
  content: "\ea8a";
} /* 'îªŠ' */
.icon-left-dir-1:before {
  content: "\ea8b";
} /* 'îª‹' */
.icon-right-dir-1:before {
  content: "\ea8c";
} /* 'îªŒ' */
.icon-up-dir-1:before {
  content: "\ea8d";
} /* 'îª' */
.icon-down-bold:before {
  content: "\ea8e";
} /* 'îªŽ' */
.icon-left-bold:before {
  content: "\ea8f";
} /* 'îª' */
.icon-right-bold:before {
  content: "\ea90";
} /* 'îª' */
.icon-up-bold:before {
  content: "\ea91";
} /* 'îª‘' */
.icon-down-thin:before {
  content: "\ea92";
} /* 'îª’' */
.icon-left-thin:before {
  content: "\ea93";
} /* 'îª“' */
.icon-right-thin:before {
  content: "\ea94";
} /* 'îª”' */
.icon-up-thin:before {
  content: "\ea95";
} /* 'îª•' */
.icon-ccw-1:before {
  content: "\ea96";
} /* 'îª–' */
.icon-cw-1:before {
  content: "\ea97";
} /* 'îª—' */
.icon-arrows-ccw:before {
  content: "\ea98";
} /* 'îª˜' */
.icon-level-down-1:before {
  content: "\ea99";
} /* 'îª™' */
.icon-level-up-1:before {
  content: "\ea9a";
} /* 'îªš' */
.icon-shuffle-1:before {
  content: "\ea9b";
} /* 'îª›' */
.icon-loop:before {
  content: "\ea9c";
} /* 'îªœ' */
.icon-switch:before {
  content: "\ea9d";
} /* 'îª' */
.icon-play-1:before {
  content: "\ea9e";
} /* 'îªž' */
.icon-stop-1:before {
  content: "\ea9f";
} /* 'îªŸ' */
.icon-pause-1:before {
  content: "\eaa0";
} /* 'îª ' */
.icon-record:before {
  content: "\eaa1";
} /* 'îª¡' */
.icon-to-end-1:before {
  content: "\eaa2";
} /* 'îª¢' */
.icon-to-start-1:before {
  content: "\eaa3";
} /* 'îª£' */
.icon-fast-forward:before {
  content: "\eaa4";
} /* 'îª¤' */
.icon-fast-backward:before {
  content: "\eaa5";
} /* 'îª¥' */
.icon-progress-0:before {
  content: "\eaa6";
} /* 'îª¦' */
.icon-progress-1:before {
  content: "\eaa7";
} /* 'îª§' */
.icon-progress-2:before {
  content: "\eaa8";
} /* 'îª¨' */
.icon-progress-3:before {
  content: "\eaa9";
} /* 'îª©' */
.icon-target-1:before {
  content: "\eaaa";
} /* 'îªª' */
.icon-palette:before {
  content: "\eaab";
} /* 'îª«' */
.icon-list-1:before {
  content: "\eaac";
} /* 'îª¬' */
.icon-list-add:before {
  content: "\eaad";
} /* 'îª­' */
.icon-signal-1:before {
  content: "\eaae";
} /* 'îª®' */
.icon-trophy:before {
  content: "\eaaf";
} /* 'îª¯' */
.icon-battery:before {
  content: "\eab0";
} /* 'îª°' */
.icon-back-in-time:before {
  content: "\eab1";
} /* 'îª±' */
.icon-monitor:before {
  content: "\eab2";
} /* 'îª²' */
.icon-mobile-1:before {
  content: "\eab3";
} /* 'îª³' */
.icon-network:before {
  content: "\eab4";
} /* 'îª´' */
.icon-cd:before {
  content: "\eab5";
} /* 'îªµ' */
.icon-inbox-1:before {
  content: "\eab6";
} /* 'îª¶' */
.icon-install:before {
  content: "\eab7";
} /* 'îª·' */
.icon-globe-1:before {
  content: "\eab8";
} /* 'îª¸' */
.icon-cloud-1:before {
  content: "\eab9";
} /* 'îª¹' */
.icon-cloud-thunder:before {
  content: "\eaba";
} /* 'îªº' */
.icon-flash-1:before {
  content: "\eabb";
} /* 'îª»' */
.icon-moon-1:before {
  content: "\eabc";
} /* 'îª¼' */
.icon-flight-1:before {
  content: "\eabd";
} /* 'îª½' */
.icon-paper-plane-1:before {
  content: "\eabe";
} /* 'îª¾' */
.icon-leaf-1:before {
  content: "\eabf";
} /* 'îª¿' */
.icon-lifebuoy-1:before {
  content: "\eac0";
} /* 'î«€' */
.icon-mouse:before {
  content: "\eac1";
} /* 'î«' */
.icon-briefcase-1:before {
  content: "\eac2";
} /* 'î«‚' */
.icon-suitcase-1:before {
  content: "\eac3";
} /* 'î«ƒ' */
.icon-dot:before {
  content: "\eac4";
} /* 'î«„' */
.icon-dot-2:before {
  content: "\eac5";
} /* 'î«…' */
.icon-dot-3:before {
  content: "\eac6";
} /* 'î«†' */
.icon-brush-1:before {
  content: "\eac7";
} /* 'î«‡' */
.icon-magnet-1:before {
  content: "\eac8";
} /* 'î«ˆ' */
.icon-infinity:before {
  content: "\eac9";
} /* 'î«‰' */
.icon-erase:before {
  content: "\eaca";
} /* 'î«Š' */
.icon-chart-pie-1:before {
  content: "\eacb";
} /* 'î«‹' */
.icon-chart-line-1:before {
  content: "\eacc";
} /* 'î«Œ' */
.icon-chart-bar-1:before {
  content: "\eacd";
} /* 'î«' */
.icon-chart-area-1:before {
  content: "\eace";
} /* 'î«Ž' */
.icon-tape:before {
  content: "\eacf";
} /* 'î«' */
.icon-graduation-cap-1:before {
  content: "\ead0";
} /* 'î«' */
.icon-language-1:before {
  content: "\ead1";
} /* 'î«‘' */
.icon-ticket-1:before {
  content: "\ead2";
} /* 'î«’' */
.icon-water:before {
  content: "\ead3";
} /* 'î«“' */
.icon-droplet:before {
  content: "\ead4";
} /* 'î«”' */
.icon-air:before {
  content: "\ead5";
} /* 'î«•' */
.icon-credit-card-1:before {
  content: "\ead6";
} /* 'î«–' */
.icon-floppy-1:before {
  content: "\ead7";
} /* 'î«—' */
.icon-clipboard:before {
  content: "\ead8";
} /* 'î«˜' */
.icon-megaphone-1:before {
  content: "\ead9";
} /* 'î«™' */
.icon-database-1:before {
  content: "\eada";
} /* 'î«š' */
.icon-drive:before {
  content: "\eadb";
} /* 'î«›' */
.icon-bucket:before {
  content: "\eadc";
} /* 'î«œ' */
.icon-thermometer:before {
  content: "\eadd";
} /* 'î«' */
.icon-key-1:before {
  content: "\eade";
} /* 'î«ž' */
.icon-flow-cascade:before {
  content: "\eadf";
} /* 'î«Ÿ' */
.icon-flow-branch:before {
  content: "\eae0";
} /* 'î« ' */
.icon-flow-tree:before {
  content: "\eae1";
} /* 'î«¡' */
.icon-flow-line:before {
  content: "\eae2";
} /* 'î«¢' */
.icon-flow-parallel:before {
  content: "\eae3";
} /* 'î«£' */
.icon-rocket-1:before {
  content: "\eae4";
} /* 'î«¤' */
.icon-gauge-1:before {
  content: "\eae5";
} /* 'î«¥' */
.icon-traffic-cone:before {
  content: "\eae6";
} /* 'î«¦' */
.icon-cc-1:before {
  content: "\eae7";
} /* 'î«§' */
.icon-cc-by:before {
  content: "\eae8";
} /* 'î«¨' */
.icon-cc-nc:before {
  content: "\eae9";
} /* 'î«©' */
.icon-cc-nc-eu:before {
  content: "\eaea";
} /* 'î«ª' */
.icon-cc-nc-jp:before {
  content: "\eaeb";
} /* 'î««' */
.icon-cc-sa:before {
  content: "\eaec";
} /* 'î«¬' */
.icon-cc-nd:before {
  content: "\eaed";
} /* 'î«­' */
.icon-cc-pd:before {
  content: "\eaee";
} /* 'î«®' */
.icon-cc-zero:before {
  content: "\eaef";
} /* 'î«¯' */
.icon-cc-share:before {
  content: "\eaf0";
} /* 'î«°' */
.icon-cc-remix:before {
  content: "\eaf1";
} /* 'î«±' */
.icon-github-1:before {
  content: "\eaf2";
} /* 'î«²' */
.icon-github-circled-1:before {
  content: "\eaf3";
} /* 'î«³' */
.icon-flickr-1:before {
  content: "\eaf4";
} /* 'î«´' */
.icon-flickr-circled:before {
  content: "\eaf5";
} /* 'î«µ' */
.icon-vimeo:before {
  content: "\eaf6";
} /* 'î«¶' */
.icon-vimeo-circled:before {
  content: "\eaf7";
} /* 'î«·' */
.icon-twitter-1:before {
  content: "\eaf8";
} /* 'î«¸' */
.icon-twitter-circled:before {
  content: "\eaf9";
} /* 'î«¹' */
.icon-facebook-1:before {
  content: "\eafa";
} /* 'î«º' */
.icon-facebook-circled:before {
  content: "\eafb";
} /* 'î«»' */
.icon-facebook-squared-1:before {
  content: "\eafc";
} /* 'î«¼' */
.icon-gplus-1:before {
  content: "\eafd";
} /* 'î«½' */
.icon-gplus-circled:before {
  content: "\eafe";
} /* 'î«¾' */
.icon-pinterest-1:before {
  content: "\eaff";
} /* 'î«¿' */
.icon-pinterest-circled-1:before {
  content: "\eb00";
} /* 'î¬€' */
.icon-tumblr-1:before {
  content: "\eb01";
} /* 'î¬' */
.icon-tumblr-circled:before {
  content: "\eb02";
} /* 'î¬‚' */
.icon-linkedin-1:before {
  content: "\eb03";
} /* 'î¬ƒ' */
.icon-linkedin-circled:before {
  content: "\eb04";
} /* 'î¬„' */
.icon-dribbble-1:before {
  content: "\eb05";
} /* 'î¬…' */
.icon-dribbble-circled:before {
  content: "\eb06";
} /* 'î¬†' */
.icon-stumbleupon-1:before {
  content: "\eb07";
} /* 'î¬‡' */
.icon-stumbleupon-circled-1:before {
  content: "\eb08";
} /* 'î¬ˆ' */
.icon-lastfm-1:before {
  content: "\eb09";
} /* 'î¬‰' */
.icon-lastfm-circled:before {
  content: "\eb0a";
} /* 'î¬Š' */
.icon-rdio:before {
  content: "\eb0b";
} /* 'î¬‹' */
.icon-rdio-circled:before {
  content: "\eb0c";
} /* 'î¬Œ' */
.icon-spotify-1:before {
  content: "\eb0d";
} /* 'î¬' */
.icon-spotify-circled:before {
  content: "\eb0e";
} /* 'î¬Ž' */
.icon-qq-1:before {
  content: "\eb0f";
} /* 'î¬' */
.icon-instagram-1:before {
  content: "\eb10";
} /* 'î¬' */
.icon-dropbox-1:before {
  content: "\eb11";
} /* 'î¬‘' */
.icon-evernote:before {
  content: "\eb12";
} /* 'î¬’' */
.icon-flattr:before {
  content: "\eb13";
} /* 'î¬“' */
.icon-skype-1:before {
  content: "\eb14";
} /* 'î¬”' */
.icon-skype-circled:before {
  content: "\eb15";
} /* 'î¬•' */
.icon-renren-1:before {
  content: "\eb16";
} /* 'î¬–' */
.icon-sina-weibo:before {
  content: "\eb17";
} /* 'î¬—' */
.icon-paypal-1:before {
  content: "\eb18";
} /* 'î¬˜' */
.icon-picasa:before {
  content: "\eb19";
} /* 'î¬™' */
.icon-soundcloud-1:before {
  content: "\eb1a";
} /* 'î¬š' */
.icon-mixi:before {
  content: "\eb1b";
} /* 'î¬›' */
.icon-behance-1:before {
  content: "\eb1c";
} /* 'î¬œ' */
.icon-google-circles:before {
  content: "\eb1d";
} /* 'î¬' */
.icon-vkontakte-1:before {
  content: "\eb1e";
} /* 'î¬ž' */
.icon-music-outline:before {
  content: "\eb1f";
} /* 'î¬Ÿ' */
.icon-music-2:before {
  content: "\eb20";
} /* 'î¬ ' */
.icon-search-outline:before {
  content: "\eb21";
} /* 'î¬¡' */
.icon-search-2:before {
  content: "\eb22";
} /* 'î¬¢' */
.icon-mail-2:before {
  content: "\eb23";
} /* 'î¬£' */
.icon-heart-2:before {
  content: "\eb24";
} /* 'î¬¤' */
.icon-heart-filled:before {
  content: "\eb25";
} /* 'î¬¥' */
.icon-star-2:before {
  content: "\eb26";
} /* 'î¬¦' */
.icon-star-filled:before {
  content: "\eb27";
} /* 'î¬§' */
.icon-user-outline:before {
  content: "\eb28";
} /* 'î¬¨' */
.icon-user-2:before {
  content: "\eb29";
} /* 'î¬©' */
.icon-users-outline:before {
  content: "\eb2a";
} /* 'î¬ª' */
.icon-users-2:before {
  content: "\eb2b";
} /* 'î¬«' */
.icon-user-add-outline:before {
  content: "\eb2c";
} /* 'î¬¬' */
.icon-user-add-1:before {
  content: "\eb2d";
} /* 'î¬­' */
.icon-user-delete-outline:before {
  content: "\eb2e";
} /* 'î¬®' */
.icon-user-delete:before {
  content: "\eb2f";
} /* 'î¬¯' */
.icon-video-2:before {
  content: "\eb30";
} /* 'î¬°' */
.icon-videocam-outline:before {
  content: "\eb31";
} /* 'î¬±' */
.icon-videocam-1:before {
  content: "\eb32";
} /* 'î¬²' */
.icon-picture-outline:before {
  content: "\eb33";
} /* 'î¬³' */
.icon-picture-2:before {
  content: "\eb34";
} /* 'î¬´' */
.icon-camera-outline:before {
  content: "\eb35";
} /* 'î¬µ' */
.icon-camera-2:before {
  content: "\eb36";
} /* 'î¬¶' */
.icon-th-outline:before {
  content: "\eb37";
} /* 'î¬·' */
.icon-th-1:before {
  content: "\eb38";
} /* 'î¬¸' */
.icon-th-large-outline:before {
  content: "\eb39";
} /* 'î¬¹' */
.icon-th-large-1:before {
  content: "\eb3a";
} /* 'î¬º' */
.icon-th-list-outline:before {
  content: "\eb3b";
} /* 'î¬»' */
.icon-th-list-1:before {
  content: "\eb3c";
} /* 'î¬¼' */
.icon-ok-outline:before {
  content: "\eb3d";
} /* 'î¬½' */
.icon-ok-1:before {
  content: "\eb3e";
} /* 'î¬¾' */
.icon-cancel-outline:before {
  content: "\eb3f";
} /* 'î¬¿' */
.icon-cancel-2:before {
  content: "\eb40";
} /* 'î­€' */
.icon-cancel-alt:before {
  content: "\eb41";
} /* 'î­' */
.icon-cancel-alt-filled:before {
  content: "\eb42";
} /* 'î­‚' */
.icon-cancel-circled-outline:before {
  content: "\eb43";
} /* 'î­ƒ' */
.icon-cancel-circled-2:before {
  content: "\eb44";
} /* 'î­„' */
.icon-plus-outline:before {
  content: "\eb45";
} /* 'î­…' */
.icon-plus-2:before {
  content: "\eb46";
} /* 'î­†' */
.icon-minus-outline:before {
  content: "\eb47";
} /* 'î­‡' */
.icon-minus-2:before {
  content: "\eb48";
} /* 'î­ˆ' */
.icon-divide-outline:before {
  content: "\eb49";
} /* 'î­‰' */
.icon-divide:before {
  content: "\eb4a";
} /* 'î­Š' */
.icon-eq-outline:before {
  content: "\eb4b";
} /* 'î­‹' */
.icon-eq:before {
  content: "\eb4c";
} /* 'î­Œ' */
.icon-info-outline:before {
  content: "\eb4d";
} /* 'î­' */
.icon-info-2:before {
  content: "\eb4e";
} /* 'î­Ž' */
.icon-home-outline:before {
  content: "\eb4f";
} /* 'î­' */
.icon-home-2:before {
  content: "\eb50";
} /* 'î­' */
.icon-link-outline:before {
  content: "\eb51";
} /* 'î­‘' */
.icon-link-2:before {
  content: "\eb52";
} /* 'î­’' */
.icon-attach-outline:before {
  content: "\eb53";
} /* 'î­“' */
.icon-attach-2:before {
  content: "\eb54";
} /* 'î­”' */
.icon-lock-2:before {
  content: "\eb55";
} /* 'î­•' */
.icon-lock-filled:before {
  content: "\eb56";
} /* 'î­–' */
.icon-lock-open-2:before {
  content: "\eb57";
} /* 'î­—' */
.icon-lock-open-filled:before {
  content: "\eb58";
} /* 'î­˜' */
.icon-pin-outline:before {
  content: "\eb59";
} /* 'î­™' */
.icon-pin-1:before {
  content: "\eb5a";
} /* 'î­š' */
.icon-eye-outline:before {
  content: "\eb5b";
} /* 'î­›' */
.icon-eye-2:before {
  content: "\eb5c";
} /* 'î­œ' */
.icon-tag-2:before {
  content: "\eb5d";
} /* 'î­' */
.icon-tags-1:before {
  content: "\eb5e";
} /* 'î­ž' */
.icon-bookmark-2:before {
  content: "\eb5f";
} /* 'î­Ÿ' */
.icon-flag-2:before {
  content: "\eb60";
} /* 'î­ ' */
.icon-flag-filled:before {
  content: "\eb61";
} /* 'î­¡' */
.icon-thumbs-up-2:before {
  content: "\eb62";
} /* 'î­¢' */
.icon-thumbs-down-2:before {
  content: "\eb63";
} /* 'î­£' */
.icon-download-outline:before {
  content: "\eb64";
} /* 'î­¤' */
.icon-download-2:before {
  content: "\eb65";
} /* 'î­¥' */
.icon-upload-outline:before {
  content: "\eb66";
} /* 'î­¦' */
.icon-upload-2:before {
  content: "\eb67";
} /* 'î­§' */
.icon-upload-cloud-outline:before {
  content: "\eb68";
} /* 'î­¨' */
.icon-upload-cloud-2:before {
  content: "\eb69";
} /* 'î­©' */
.icon-reply-outline:before {
  content: "\eb6a";
} /* 'î­ª' */
.icon-reply-2:before {
  content: "\eb6b";
} /* 'î­«' */
.icon-forward-outline:before {
  content: "\eb6c";
} /* 'î­¬' */
.icon-forward-2:before {
  content: "\eb6d";
} /* 'î­­' */
.icon-code-outline:before {
  content: "\eb6e";
} /* 'î­®' */
.icon-code-2:before {
  content: "\eb6f";
} /* 'î­¯' */
.icon-export-outline:before {
  content: "\eb70";
} /* 'î­°' */
.icon-export-2:before {
  content: "\eb71";
} /* 'î­±' */
.icon-pencil-2:before {
  content: "\eb72";
} /* 'î­²' */
.icon-pen:before {
  content: "\eb73";
} /* 'î­³' */
.icon-feather-1:before {
  content: "\eb74";
} /* 'î­´' */
.icon-edit-1:before {
  content: "\eb75";
} /* 'î­µ' */
.icon-print-2:before {
  content: "\eb76";
} /* 'î­¶' */
.icon-comment-2:before {
  content: "\eb77";
} /* 'î­·' */
.icon-chat-2:before {
  content: "\eb78";
} /* 'î­¸' */
.icon-chat-alt:before {
  content: "\eb79";
} /* 'î­¹' */
.icon-bell-2:before {
  content: "\eb7a";
} /* 'î­º' */
.icon-attention-2:before {
  content: "\eb7b";
} /* 'î­»' */
.icon-attention-filled:before {
  content: "\eb7c";
} /* 'î­¼' */
.icon-warning-empty:before {
  content: "\eb7d";
} /* 'î­½' */
.icon-warning:before {
  content: "\eb7e";
} /* 'î­¾' */
.icon-contacts:before {
  content: "\eb7f";
} /* 'î­¿' */
.icon-vcard-1:before {
  content: "\eb80";
} /* 'î®€' */
.icon-address-1:before {
  content: "\eb81";
} /* 'î®' */
.icon-location-outline:before {
  content: "\eb82";
} /* 'î®‚' */
.icon-location-2:before {
  content: "\eb83";
} /* 'î®ƒ' */
.icon-map-1:before {
  content: "\eb84";
} /* 'î®„' */
.icon-direction-outline:before {
  content: "\eb85";
} /* 'î®…' */
.icon-direction-2:before {
  content: "\eb86";
} /* 'î®†' */
.icon-compass-2:before {
  content: "\eb87";
} /* 'î®‡' */
.icon-trash-2:before {
  content: "\eb88";
} /* 'î®ˆ' */
.icon-doc-2:before {
  content: "\eb89";
} /* 'î®‰' */
.icon-doc-text-2:before {
  content: "\eb8a";
} /* 'î®Š' */
.icon-doc-add:before {
  content: "\eb8b";
} /* 'î®‹' */
.icon-doc-remove:before {
  content: "\eb8c";
} /* 'î®Œ' */
.icon-news:before {
  content: "\eb8d";
} /* 'î®' */
.icon-folder-2:before {
  content: "\eb8e";
} /* 'î®Ž' */
.icon-folder-add:before {
  content: "\eb8f";
} /* 'î®' */
.icon-folder-delete:before {
  content: "\eb90";
} /* 'î®' */
.icon-archive-1:before {
  content: "\eb91";
} /* 'î®‘' */
.icon-box-2:before {
  content: "\eb92";
} /* 'î®’' */
.icon-rss-outline:before {
  content: "\eb93";
} /* 'î®“' */
.icon-rss-2:before {
  content: "\eb94";
} /* 'î®”' */
.icon-phone-outline:before {
  content: "\eb95";
} /* 'î®•' */
.icon-phone-2:before {
  content: "\eb96";
} /* 'î®–' */
.icon-menu-outline:before {
  content: "\eb97";
} /* 'î®—' */
.icon-menu-2:before {
  content: "\eb98";
} /* 'î®˜' */
.icon-cog-outline:before {
  content: "\eb99";
} /* 'î®™' */
.icon-cog-2:before {
  content: "\eb9a";
} /* 'î®š' */
.icon-wrench-outline:before {
  content: "\eb9b";
} /* 'î®›' */
.icon-wrench-1:before {
  content: "\eb9c";
} /* 'î®œ' */
.icon-basket-2:before {
  content: "\eb9d";
} /* 'î®' */
.icon-calendar-outlilne:before {
  content: "\eb9e";
} /* 'î®ž' */
.icon-calendar-2:before {
  content: "\eb9f";
} /* 'î®Ÿ' */
.icon-mic-outline:before {
  content: "\eba0";
} /* 'î® ' */
.icon-mic-2:before {
  content: "\eba1";
} /* 'î®¡' */
.icon-volume-off-1:before {
  content: "\eba2";
} /* 'î®¢' */
.icon-volume-low:before {
  content: "\eba3";
} /* 'î®£' */
.icon-volume-middle:before {
  content: "\eba4";
} /* 'î®¤' */
.icon-volume-high:before {
  content: "\eba5";
} /* 'î®¥' */
.icon-headphones-1:before {
  content: "\eba6";
} /* 'î®¦' */
.icon-clock-2:before {
  content: "\eba7";
} /* 'î®§' */
.icon-wristwatch:before {
  content: "\eba8";
} /* 'î®¨' */
.icon-stopwatch:before {
  content: "\eba9";
} /* 'î®©' */
.icon-lightbulb-1:before {
  content: "\ebaa";
} /* 'î®ª' */
.icon-block-outline:before {
  content: "\ebab";
} /* 'î®«' */
.icon-block-2:before {
  content: "\ebac";
} /* 'î®¬' */
.icon-resize-full-outline:before {
  content: "\ebad";
} /* 'î®­' */
.icon-resize-full-2:before {
  content: "\ebae";
} /* 'î®®' */
.icon-resize-normal-outline:before {
  content: "\ebaf";
} /* 'î®¯' */
.icon-resize-normal:before {
  content: "\ebb0";
} /* 'î®°' */
.icon-move-outline:before {
  content: "\ebb1";
} /* 'î®±' */
.icon-move-1:before {
  content: "\ebb2";
} /* 'î®²' */
.icon-popup-1:before {
  content: "\ebb3";
} /* 'î®³' */
.icon-zoom-in-outline:before {
  content: "\ebb4";
} /* 'î®´' */
.icon-zoom-in-1:before {
  content: "\ebb5";
} /* 'î®µ' */
.icon-zoom-out-outline:before {
  content: "\ebb6";
} /* 'î®¶' */
.icon-zoom-out-1:before {
  content: "\ebb7";
} /* 'î®·' */
.icon-popup-2:before {
  content: "\ebb8";
} /* 'î®¸' */
.icon-left-open-outline:before {
  content: "\ebb9";
} /* 'î®¹' */
.icon-left-open-2:before {
  content: "\ebba";
} /* 'î®º' */
.icon-right-open-outline:before {
  content: "\ebbb";
} /* 'î®»' */
.icon-right-open-2:before {
  content: "\ebbc";
} /* 'î®¼' */
.icon-down-2:before {
  content: "\ebbd";
} /* 'î®½' */
.icon-left-2:before {
  content: "\ebbe";
} /* 'î®¾' */
.icon-right-2:before {
  content: "\ebbf";
} /* 'î®¿' */
.icon-up-2:before {
  content: "\ebc0";
} /* 'î¯€' */
.icon-down-outline:before {
  content: "\ebc1";
} /* 'î¯' */
.icon-left-outline:before {
  content: "\ebc2";
} /* 'î¯‚' */
.icon-right-outline:before {
  content: "\ebc3";
} /* 'î¯ƒ' */
.icon-up-outline:before {
  content: "\ebc4";
} /* 'î¯„' */
.icon-down-small:before {
  content: "\ebc5";
} /* 'î¯…' */
.icon-left-small:before {
  content: "\ebc6";
} /* 'î¯†' */
.icon-right-small:before {
  content: "\ebc7";
} /* 'î¯‡' */
.icon-up-small:before {
  content: "\ebc8";
} /* 'î¯ˆ' */
.icon-cw-outline:before {
  content: "\ebc9";
} /* 'î¯‰' */
.icon-cw-2:before {
  content: "\ebca";
} /* 'î¯Š' */
.icon-arrows-cw-outline:before {
  content: "\ebcb";
} /* 'î¯‹' */
.icon-arrows-cw-1:before {
  content: "\ebcc";
} /* 'î¯Œ' */
.icon-loop-outline:before {
  content: "\ebcd";
} /* 'î¯' */
.icon-loop-1:before {
  content: "\ebce";
} /* 'î¯Ž' */
.icon-loop-alt-outline:before {
  content: "\ebcf";
} /* 'î¯' */
.icon-loop-alt:before {
  content: "\ebd0";
} /* 'î¯' */
.icon-shuffle-2:before {
  content: "\ebd1";
} /* 'î¯‘' */
.icon-play-outline:before {
  content: "\ebd2";
} /* 'î¯’' */
.icon-play-2:before {
  content: "\ebd3";
} /* 'î¯“' */
.icon-stop-outline:before {
  content: "\ebd4";
} /* 'î¯”' */
.icon-stop-2:before {
  content: "\ebd5";
} /* 'î¯•' */
.icon-pause-outline:before {
  content: "\ebd6";
} /* 'î¯–' */
.icon-pause-2:before {
  content: "\ebd7";
} /* 'î¯—' */
.icon-fast-fw-outline:before {
  content: "\ebd8";
} /* 'î¯˜' */
.icon-fast-fw-1:before {
  content: "\ebd9";
} /* 'î¯™' */
.icon-rewind-outline:before {
  content: "\ebda";
} /* 'î¯š' */
.icon-rewind:before {
  content: "\ebdb";
} /* 'î¯›' */
.icon-record-outline:before {
  content: "\ebdc";
} /* 'î¯œ' */
.icon-record-1:before {
  content: "\ebdd";
} /* 'î¯' */
.icon-eject-outline:before {
  content: "\ebde";
} /* 'î¯ž' */
.icon-eject-1:before {
  content: "\ebdf";
} /* 'î¯Ÿ' */
.icon-eject-alt-outline:before {
  content: "\ebe0";
} /* 'î¯ ' */
.icon-eject-alt:before {
  content: "\ebe1";
} /* 'î¯¡' */
.icon-bat1:before {
  content: "\ebe2";
} /* 'î¯¢' */
.icon-bat2:before {
  content: "\ebe3";
} /* 'î¯£' */
.icon-bat3:before {
  content: "\ebe4";
} /* 'î¯¤' */
.icon-bat4:before {
  content: "\ebe5";
} /* 'î¯¥' */
.icon-bat-charge:before {
  content: "\ebe6";
} /* 'î¯¦' */
.icon-plug-1:before {
  content: "\ebe7";
} /* 'î¯§' */
.icon-target-outline:before {
  content: "\ebe8";
} /* 'î¯¨' */
.icon-target-2:before {
  content: "\ebe9";
} /* 'î¯©' */
.icon-wifi-outline:before {
  content: "\ebea";
} /* 'î¯ª' */
.icon-wifi-1:before {
  content: "\ebeb";
} /* 'î¯«' */
.icon-desktop-1:before {
  content: "\ebec";
} /* 'î¯¬' */
.icon-laptop-1:before {
  content: "\ebed";
} /* 'î¯­' */
.icon-tablet-1:before {
  content: "\ebee";
} /* 'î¯®' */
.icon-mobile-2:before {
  content: "\ebef";
} /* 'î¯¯' */
.icon-contrast:before {
  content: "\ebf0";
} /* 'î¯°' */
.icon-globe-outline:before {
  content: "\ebf1";
} /* 'î¯±' */
.icon-globe-2:before {
  content: "\ebf2";
} /* 'î¯²' */
.icon-globe-alt-outline:before {
  content: "\ebf3";
} /* 'î¯³' */
.icon-globe-alt:before {
  content: "\ebf4";
} /* 'î¯´' */
.icon-sun-1:before {
  content: "\ebf5";
} /* 'î¯µ' */
.icon-sun-filled:before {
  content: "\ebf6";
} /* 'î¯¶' */
.icon-cloud-2:before {
  content: "\ebf7";
} /* 'î¯·' */
.icon-flash-outline:before {
  content: "\ebf8";
} /* 'î¯¸' */
.icon-flash-2:before {
  content: "\ebf9";
} /* 'î¯¹' */
.icon-moon-2:before {
  content: "\ebfa";
} /* 'î¯º' */
.icon-waves-outline:before {
  content: "\ebfb";
} /* 'î¯»' */
.icon-waves:before {
  content: "\ebfc";
} /* 'î¯¼' */
.icon-rain:before {
  content: "\ebfd";
} /* 'î¯½' */
.icon-cloud-sun:before {
  content: "\ebfe";
} /* 'î¯¾' */
.icon-drizzle:before {
  content: "\ebff";
} /* 'î¯¿' */
.icon-snow:before {
  content: "\ec00";
} /* 'î°€' */
.icon-cloud-flash:before {
  content: "\ec01";
} /* 'î°' */
.icon-cloud-wind:before {
  content: "\ec02";
} /* 'î°‚' */
.icon-wind:before {
  content: "\ec03";
} /* 'î°ƒ' */
.icon-plane-outline:before {
  content: "\ec04";
} /* 'î°„' */
.icon-plane:before {
  content: "\ec05";
} /* 'î°…' */
.icon-leaf-2:before {
  content: "\ec06";
} /* 'î°†' */
.icon-lifebuoy-2:before {
  content: "\ec07";
} /* 'î°‡' */
.icon-briefcase-2:before {
  content: "\ec08";
} /* 'î°ˆ' */
.icon-brush-2:before {
  content: "\ec09";
} /* 'î°‰' */
.icon-pipette:before {
  content: "\ec0a";
} /* 'î°Š' */
.icon-power-outline:before {
  content: "\ec0b";
} /* 'î°‹' */
.icon-power:before {
  content: "\ec0c";
} /* 'î°Œ' */
.icon-check-outline:before {
  content: "\ec0d";
} /* 'î°' */
.icon-check-2:before {
  content: "\ec0e";
} /* 'î°Ž' */
.icon-gift-1:before {
  content: "\ec0f";
} /* 'î°' */
.icon-temperatire:before {
  content: "\ec10";
} /* 'î°' */
.icon-chart-outline:before {
  content: "\ec11";
} /* 'î°‘' */
.icon-chart:before {
  content: "\ec12";
} /* 'î°’' */
.icon-chart-alt-outline:before {
  content: "\ec13";
} /* 'î°“' */
.icon-chart-alt:before {
  content: "\ec14";
} /* 'î°”' */
.icon-chart-bar-outline:before {
  content: "\ec15";
} /* 'î°•' */
.icon-chart-bar-2:before {
  content: "\ec16";
} /* 'î°–' */
.icon-chart-pie-outline:before {
  content: "\ec17";
} /* 'î°—' */
.icon-chart-pie-2:before {
  content: "\ec18";
} /* 'î°˜' */
.icon-ticket-2:before {
  content: "\ec19";
} /* 'î°™' */
.icon-credit-card-2:before {
  content: "\ec1a";
} /* 'î°š' */
.icon-clipboard-1:before {
  content: "\ec1b";
} /* 'î°›' */
.icon-database-2:before {
  content: "\ec1c";
} /* 'î°œ' */
.icon-key-outline:before {
  content: "\ec1d";
} /* 'î°' */
.icon-key-2:before {
  content: "\ec1e";
} /* 'î°ž' */
.icon-flow-split:before {
  content: "\ec1f";
} /* 'î°Ÿ' */
.icon-flow-merge:before {
  content: "\ec20";
} /* 'î° ' */
.icon-flow-parallel-1:before {
  content: "\ec21";
} /* 'î°¡' */
.icon-flow-cross:before {
  content: "\ec22";
} /* 'î°¢' */
.icon-certificate-outline:before {
  content: "\ec23";
} /* 'î°£' */
.icon-certificate-1:before {
  content: "\ec24";
} /* 'î°¤' */
.icon-scissors-outline:before {
  content: "\ec25";
} /* 'î°¥' */
.icon-scissors-1:before {
  content: "\ec26";
} /* 'î°¦' */
.icon-flask:before {
  content: "\ec27";
} /* 'î°§' */
.icon-wine:before {
  content: "\ec28";
} /* 'î°¨' */
.icon-coffee-1:before {
  content: "\ec29";
} /* 'î°©' */
.icon-beer-1:before {
  content: "\ec2a";
} /* 'î°ª' */
.icon-anchor-outline:before {
  content: "\ec2b";
} /* 'î°«' */
.icon-anchor-1:before {
  content: "\ec2c";
} /* 'î°¬' */
.icon-puzzle-outline:before {
  content: "\ec2d";
} /* 'î°­' */
.icon-puzzle-1:before {
  content: "\ec2e";
} /* 'î°®' */
.icon-tree-1:before {
  content: "\ec2f";
} /* 'î°¯' */
.icon-calculator:before {
  content: "\ec30";
} /* 'î°°' */
.icon-infinity-outline:before {
  content: "\ec31";
} /* 'î°±' */
.icon-infinity-1:before {
  content: "\ec32";
} /* 'î°²' */
.icon-pi-outline:before {
  content: "\ec33";
} /* 'î°³' */
.icon-pi:before {
  content: "\ec34";
} /* 'î°´' */
.icon-at-1:before {
  content: "\ec35";
} /* 'î°µ' */
.icon-at-circled:before {
  content: "\ec36";
} /* 'î°¶' */
.icon-looped-square-outline:before {
  content: "\ec37";
} /* 'î°·' */
.icon-looped-square-interest:before {
  content: "\ec38";
} /* 'î°¸' */
.icon-sort-alphabet-outline:before {
  content: "\ec39";
} /* 'î°¹' */
.icon-sort-alphabet:before {
  content: "\ec3a";
} /* 'î°º' */
.icon-sort-numeric-outline:before {
  content: "\ec3b";
} /* 'î°»' */
.icon-sort-numeric:before {
  content: "\ec3c";
} /* 'î°¼' */
.icon-dribbble-circled-1:before {
  content: "\ec3d";
} /* 'î°½' */
.icon-dribbble-2:before {
  content: "\ec3e";
} /* 'î°¾' */
.icon-facebook-circled-1:before {
  content: "\ec3f";
} /* 'î°¿' */
.icon-facebook-2:before {
  content: "\ec40";
} /* 'î±€' */
.icon-flickr-circled-1:before {
  content: "\ec41";
} /* 'î±' */
.icon-flickr-2:before {
  content: "\ec42";
} /* 'î±‚' */
.icon-github-circled-2:before {
  content: "\ec43";
} /* 'î±ƒ' */
.icon-github-2:before {
  content: "\ec44";
} /* 'î±„' */
.icon-lastfm-circled-1:before {
  content: "\ec45";
} /* 'î±…' */
.icon-lastfm-2:before {
  content: "\ec46";
} /* 'î±†' */
.icon-linkedin-circled-1:before {
  content: "\ec47";
} /* 'î±‡' */
.icon-linkedin-2:before {
  content: "\ec48";
} /* 'î±ˆ' */
.icon-pinterest-circled-2:before {
  content: "\ec49";
} /* 'î±‰' */
.icon-pinterest-2:before {
  content: "\ec4a";
} /* 'î±Š' */
.icon-search-3:before {
  content: "\ec4b";
} /* 'î±‹' */
.icon-mail-3:before {
  content: "\ec4c";
} /* 'î±Œ' */
.icon-heart-3:before {
  content: "\ec4d";
} /* 'î±' */
.icon-heart-empty-2:before {
  content: "\ec4e";
} /* 'î±Ž' */
.icon-star-3:before {
  content: "\ec4f";
} /* 'î±' */
.icon-user-3:before {
  content: "\ec50";
} /* 'î±' */
.icon-video-3:before {
  content: "\ec51";
} /* 'î±‘' */
.icon-picture-3:before {
  content: "\ec52";
} /* 'î±’' */
.icon-camera-3:before {
  content: "\ec53";
} /* 'î±“' */
.icon-ok-2:before {
  content: "\ec54";
} /* 'î±”' */
.icon-ok-circle:before {
  content: "\ec55";
} /* 'î±•' */
.icon-cancel-3:before {
  content: "\ec56";
} /* 'î±–' */
.icon-cancel-circle:before {
  content: "\ec57";
} /* 'î±—' */
.icon-plus-3:before {
  content: "\ec58";
} /* 'î±˜' */
.icon-plus-circle:before {
  content: "\ec59";
} /* 'î±™' */
.icon-minus-3:before {
  content: "\ec5a";
} /* 'î±š' */
.icon-minus-circle:before {
  content: "\ec5b";
} /* 'î±›' */
.icon-help-2:before {
  content: "\ec5c";
} /* 'î±œ' */
.icon-info-3:before {
  content: "\ec5d";
} /* 'î±' */
.icon-home-3:before {
  content: "\ec5e";
} /* 'î±ž' */
.icon-link-3:before {
  content: "\ec5f";
} /* 'î±Ÿ' */
.icon-attach-3:before {
  content: "\ec60";
} /* 'î± ' */
.icon-lock-3:before {
  content: "\ec61";
} /* 'î±¡' */
.icon-lock-empty:before {
  content: "\ec62";
} /* 'î±¢' */
.icon-lock-open-3:before {
  content: "\ec63";
} /* 'î±£' */
.icon-lock-open-empty:before {
  content: "\ec64";
} /* 'î±¤' */
.icon-pin-2:before {
  content: "\ec65";
} /* 'î±¥' */
.icon-eye-3:before {
  content: "\ec66";
} /* 'î±¦' */
.icon-tag-3:before {
  content: "\ec67";
} /* 'î±§' */
.icon-tag-empty:before {
  content: "\ec68";
} /* 'î±¨' */
.icon-download-3:before {
  content: "\ec69";
} /* 'î±©' */
.icon-upload-3:before {
  content: "\ec6a";
} /* 'î±ª' */
.icon-download-cloud-1:before {
  content: "\ec6b";
} /* 'î±«' */
.icon-upload-cloud-3:before {
  content: "\ec6c";
} /* 'î±¬' */
.icon-quote-left-1:before {
  content: "\ec6d";
} /* 'î±­' */
.icon-quote-right-1:before {
  content: "\ec6e";
} /* 'î±®' */
.icon-quote-left-alt:before {
  content: "\ec6f";
} /* 'î±¯' */
.icon-quote-right-alt:before {
  content: "\ec70";
} /* 'î±°' */
.icon-pencil-3:before {
  content: "\ec71";
} /* 'î±±' */
.icon-pencil-neg:before {
  content: "\ec72";
} /* 'î±²' */
.icon-pencil-alt:before {
  content: "\ec73";
} /* 'î±³' */
.icon-undo:before {
  content: "\ec74";
} /* 'î±´' */
.icon-comment-3:before {
  content: "\ec75";
} /* 'î±µ' */
.icon-comment-inv:before {
  content: "\ec76";
} /* 'î±¶' */
.icon-comment-alt:before {
  content: "\ec77";
} /* 'î±·' */
.icon-comment-inv-alt:before {
  content: "\ec78";
} /* 'î±¸' */
.icon-comment-alt2:before {
  content: "\ec79";
} /* 'î±¹' */
.icon-comment-inv-alt2:before {
  content: "\ec7a";
} /* 'î±º' */
.icon-chat-3:before {
  content: "\ec7b";
} /* 'î±»' */
.icon-chat-inv:before {
  content: "\ec7c";
} /* 'î±¼' */
.icon-location-3:before {
  content: "\ec7d";
} /* 'î±½' */
.icon-location-inv:before {
  content: "\ec7e";
} /* 'î±¾' */
.icon-location-alt:before {
  content: "\ec7f";
} /* 'î±¿' */
.icon-compass-3:before {
  content: "\ec80";
} /* 'î²€' */
.icon-trash-3:before {
  content: "\ec81";
} /* 'î²' */
.icon-trash-empty-1:before {
  content: "\ec82";
} /* 'î²‚' */
.icon-doc-3:before {
  content: "\ec83";
} /* 'î²ƒ' */
.icon-doc-inv-1:before {
  content: "\ec84";
} /* 'î²„' */
.icon-doc-alt:before {
  content: "\ec85";
} /* 'î²…' */
.icon-doc-inv-alt:before {
  content: "\ec86";
} /* 'î²†' */
.icon-article:before {
  content: "\ec87";
} /* 'î²‡' */
.icon-article-alt:before {
  content: "\ec88";
} /* 'î²ˆ' */
.icon-book-open-1:before {
  content: "\ec89";
} /* 'î²‰' */
.icon-folder-3:before {
  content: "\ec8a";
} /* 'î²Š' */
.icon-folder-empty-1:before {
  content: "\ec8b";
} /* 'î²‹' */
.icon-box-3:before {
  content: "\ec8c";
} /* 'î²Œ' */
.icon-rss-3:before {
  content: "\ec8d";
} /* 'î²' */
.icon-rss-alt:before {
  content: "\ec8e";
} /* 'î²Ž' */
.icon-cog-3:before {
  content: "\ec8f";
} /* 'î²' */
.icon-wrench-2:before {
  content: "\ec90";
} /* 'î²' */
.icon-share-2:before {
  content: "\ec91";
} /* 'î²‘' */
.icon-calendar-3:before {
  content: "\ec92";
} /* 'î²’' */
.icon-calendar-inv:before {
  content: "\ec93";
} /* 'î²“' */
.icon-calendar-alt:before {
  content: "\ec94";
} /* 'î²”' */
.icon-mic-3:before {
  content: "\ec95";
} /* 'î²•' */
.icon-volume-off-2:before {
  content: "\ec96";
} /* 'î²–' */
.icon-volume-up-1:before {
  content: "\ec97";
} /* 'î²—' */
.icon-headphones-2:before {
  content: "\ec98";
} /* 'î²˜' */
.icon-clock-3:before {
  content: "\ec99";
} /* 'î²™' */
.icon-lamp-1:before {
  content: "\ec9a";
} /* 'î²š' */
.icon-block-3:before {
  content: "\ec9b";
} /* 'î²›' */
.icon-resize-full-3:before {
  content: "\ec9c";
} /* 'î²œ' */
.icon-resize-full-alt-1:before {
  content: "\ec9d";
} /* 'î²' */
.icon-resize-small-2:before {
  content: "\ec9e";
} /* 'î²ž' */
.icon-resize-small-alt:before {
  content: "\ec9f";
} /* 'î²Ÿ' */
.icon-resize-vertical-1:before {
  content: "\eca0";
} /* 'î² ' */
.icon-resize-horizontal-1:before {
  content: "\eca1";
} /* 'î²¡' */
.icon-move-2:before {
  content: "\eca2";
} /* 'î²¢' */
.icon-popup-3:before {
  content: "\eca3";
} /* 'î²£' */
.icon-down-3:before {
  content: "\eca4";
} /* 'î²¤' */
.icon-left-3:before {
  content: "\eca5";
} /* 'î²¥' */
.icon-right-3:before {
  content: "\eca6";
} /* 'î²¦' */
.icon-up-3:before {
  content: "\eca7";
} /* 'î²§' */
.icon-down-circle:before {
  content: "\eca8";
} /* 'î²¨' */
.icon-left-circle:before {
  content: "\eca9";
} /* 'î²©' */
.icon-right-circle:before {
  content: "\ecaa";
} /* 'î²ª' */
.icon-up-circle:before {
  content: "\ecab";
} /* 'î²«' */
.icon-cw-3:before {
  content: "\ecac";
} /* 'î²¬' */
.icon-loop-2:before {
  content: "\ecad";
} /* 'î²­' */
.icon-loop-alt-1:before {
  content: "\ecae";
} /* 'î²®' */
.icon-exchange-1:before {
  content: "\ecaf";
} /* 'î²¯' */
.icon-split:before {
  content: "\ecb0";
} /* 'î²°' */
.icon-arrow-curved:before {
  content: "\ecb1";
} /* 'î²±' */
.icon-play-3:before {
  content: "\ecb2";
} /* 'î²²' */
.icon-play-circle2:before {
  content: "\ecb3";
} /* 'î²³' */
.icon-stop-3:before {
  content: "\ecb4";
} /* 'î²´' */
.icon-pause-3:before {
  content: "\ecb5";
} /* 'î²µ' */
.icon-to-start-2:before {
  content: "\ecb6";
} /* 'î²¶' */
.icon-to-end-2:before {
  content: "\ecb7";
} /* 'î²·' */
.icon-eject-2:before {
  content: "\ecb8";
} /* 'î²¸' */
.icon-target-3:before {
  content: "\ecb9";
} /* 'î²¹' */
.icon-signal-2:before {
  content: "\ecba";
} /* 'î²º' */
.icon-award-1:before {
  content: "\ecbb";
} /* 'î²»' */
.icon-award-empty:before {
  content: "\ecbc";
} /* 'î²¼' */
.icon-list-2:before {
  content: "\ecbd";
} /* 'î²½' */
.icon-list-nested:before {
  content: "\ecbe";
} /* 'î²¾' */
.icon-bat-empty:before {
  content: "\ecbf";
} /* 'î²¿' */
.icon-bat-half:before {
  content: "\ecc0";
} /* 'î³€' */
.icon-bat-full:before {
  content: "\ecc1";
} /* 'î³' */
.icon-bat-charge-1:before {
  content: "\ecc2";
} /* 'î³‚' */
.icon-mobile-3:before {
  content: "\ecc3";
} /* 'î³ƒ' */
.icon-cd-1:before {
  content: "\ecc4";
} /* 'î³„' */
.icon-equalizer:before {
  content: "\ecc5";
} /* 'î³…' */
.icon-cursor:before {
  content: "\ecc6";
} /* 'î³†' */
.icon-aperture:before {
  content: "\ecc7";
} /* 'î³‡' */
.icon-aperture-alt:before {
  content: "\ecc8";
} /* 'î³ˆ' */
.icon-steering-wheel:before {
  content: "\ecc9";
} /* 'î³‰' */
.icon-book-2:before {
  content: "\ecca";
} /* 'î³Š' */
.icon-book-alt:before {
  content: "\eccb";
} /* 'î³‹' */
.icon-brush-3:before {
  content: "\eccc";
} /* 'î³Œ' */
.icon-brush-alt:before {
  content: "\eccd";
} /* 'î³' */
.icon-eyedropper-1:before {
  content: "\ecce";
} /* 'î³Ž' */
.icon-layers:before {
  content: "\eccf";
} /* 'î³' */
.icon-layers-alt:before {
  content: "\ecd0";
} /* 'î³' */
.icon-sun-2:before {
  content: "\ecd1";
} /* 'î³‘' */
.icon-sun-inv:before {
  content: "\ecd2";
} /* 'î³’' */
.icon-cloud-3:before {
  content: "\ecd3";
} /* 'î³“' */
.icon-rain-1:before {
  content: "\ecd4";
} /* 'î³”' */
.icon-flash-3:before {
  content: "\ecd5";
} /* 'î³•' */
.icon-moon-3:before {
  content: "\ecd6";
} /* 'î³–' */
.icon-moon-inv:before {
  content: "\ecd7";
} /* 'î³—' */
.icon-umbrella-1:before {
  content: "\ecd8";
} /* 'î³˜' */
.icon-chart-bar-3:before {
  content: "\ecd9";
} /* 'î³™' */
.icon-chart-pie-3:before {
  content: "\ecda";
} /* 'î³š' */
.icon-chart-pie-alt:before {
  content: "\ecdb";
} /* 'î³›' */
.icon-key-3:before {
  content: "\ecdc";
} /* 'î³œ' */
.icon-key-inv:before {
  content: "\ecdd";
} /* 'î³' */
.icon-hash:before {
  content: "\ecde";
} /* 'î³ž' */
.icon-at-2:before {
  content: "\ecdf";
} /* 'î³Ÿ' */
.icon-pilcrow:before {
  content: "\ece0";
} /* 'î³ ' */
.icon-dial:before {
  content: "\ece1";
} /* 'î³¡' */
.icon-search-4:before {
  content: "\ece2";
} /* 'î³¢' */
.icon-mail-4:before {
  content: "\ece3";
} /* 'î³£' */
.icon-heart-4:before {
  content: "\ece4";
} /* 'î³¤' */
.icon-star-4:before {
  content: "\ece5";
} /* 'î³¥' */
.icon-user-4:before {
  content: "\ece6";
} /* 'î³¦' */
.icon-user-woman:before {
  content: "\ece7";
} /* 'î³§' */
.icon-user-pair:before {
  content: "\ece8";
} /* 'î³¨' */
.icon-video-alt:before {
  content: "\ece9";
} /* 'î³©' */
.icon-videocam-2:before {
  content: "\ecea";
} /* 'î³ª' */
.icon-videocam-alt:before {
  content: "\eceb";
} /* 'î³«' */
.icon-camera-4:before {
  content: "\ecec";
} /* 'î³¬' */
.icon-th-2:before {
  content: "\eced";
} /* 'î³­' */
.icon-th-list-2:before {
  content: "\ecee";
} /* 'î³®' */
.icon-ok-3:before {
  content: "\ecef";
} /* 'î³¯' */
.icon-cancel-4:before {
  content: "\ecf0";
} /* 'î³°' */
.icon-cancel-circle-1:before {
  content: "\ecf1";
} /* 'î³±' */
.icon-plus-4:before {
  content: "\ecf2";
} /* 'î³²' */
.icon-home-4:before {
  content: "\ecf3";
} /* 'î³³' */
.icon-lock-4:before {
  content: "\ecf4";
} /* 'î³´' */
.icon-lock-open-4:before {
  content: "\ecf5";
} /* 'î³µ' */
.icon-eye-4:before {
  content: "\ecf6";
} /* 'î³¶' */
.icon-tag-4:before {
  content: "\ecf7";
} /* 'î³·' */
.icon-thumbs-up-3:before {
  content: "\ecf8";
} /* 'î³¸' */
.icon-thumbs-down-3:before {
  content: "\ecf9";
} /* 'î³¹' */
.icon-download-4:before {
  content: "\ecfa";
} /* 'î³º' */
.icon-export-3:before {
  content: "\ecfb";
} /* 'î³»' */
.icon-pencil-4:before {
  content: "\ecfc";
} /* 'î³¼' */
.icon-pencil-alt-1:before {
  content: "\ecfd";
} /* 'î³½' */
.icon-edit-2:before {
  content: "\ecfe";
} /* 'î³¾' */
.icon-chat-4:before {
  content: "\ecff";
} /* 'î³¿' */
.icon-print-3:before {
  content: "\ed00";
} /* 'î´€' */
.icon-bell-3:before {
  content: "\ed01";
} /* 'î´' */
.icon-attention-3:before {
  content: "\ed02";
} /* 'î´‚' */
.icon-info-4:before {
  content: "\ed03";
} /* 'î´ƒ' */
.icon-question:before {
  content: "\ed04";
} /* 'î´„' */
.icon-location-4:before {
  content: "\ed05";
} /* 'î´…' */
.icon-trash-4:before {
  content: "\ed06";
} /* 'î´†' */
.icon-doc-4:before {
  content: "\ed07";
} /* 'î´‡' */
.icon-article-1:before {
  content: "\ed08";
} /* 'î´ˆ' */
.icon-article-alt-1:before {
  content: "\ed09";
} /* 'î´‰' */
.icon-rss-4:before {
  content: "\ed0a";
} /* 'î´Š' */
.icon-wrench-3:before {
  content: "\ed0b";
} /* 'î´‹' */
.icon-basket-3:before {
  content: "\ed0c";
} /* 'î´Œ' */
.icon-basket-alt:before {
  content: "\ed0d";
} /* 'î´' */
.icon-calendar-4:before {
  content: "\ed0e";
} /* 'î´Ž' */
.icon-calendar-alt-1:before {
  content: "\ed0f";
} /* 'î´' */
.icon-volume-off-3:before {
  content: "\ed10";
} /* 'î´' */
.icon-volume-down-1:before {
  content: "\ed11";
} /* 'î´‘' */
.icon-volume-up-2:before {
  content: "\ed12";
} /* 'î´’' */
.icon-bullhorn:before {
  content: "\ed13";
} /* 'î´“' */
.icon-clock-4:before {
  content: "\ed14";
} /* 'î´”' */
.icon-clock-alt:before {
  content: "\ed15";
} /* 'î´•' */
.icon-stop-4:before {
  content: "\ed16";
} /* 'î´–' */
.icon-resize-full-4:before {
  content: "\ed17";
} /* 'î´—' */
.icon-resize-small-3:before {
  content: "\ed18";
} /* 'î´˜' */
.icon-zoom-in-2:before {
  content: "\ed19";
} /* 'î´™' */
.icon-zoom-out-2:before {
  content: "\ed1a";
} /* 'î´š' */
.icon-popup-4:before {
  content: "\ed1b";
} /* 'î´›' */
.icon-down-dir-2:before {
  content: "\ed1c";
} /* 'î´œ' */
.icon-left-dir-2:before {
  content: "\ed1d";
} /* 'î´' */
.icon-right-dir-2:before {
  content: "\ed1e";
} /* 'î´ž' */
.icon-up-dir-2:before {
  content: "\ed1f";
} /* 'î´Ÿ' */
.icon-down-4:before {
  content: "\ed20";
} /* 'î´ ' */
.icon-up-4:before {
  content: "\ed21";
} /* 'î´¡' */
.icon-cw-4:before {
  content: "\ed22";
} /* 'î´¢' */
.icon-signal-3:before {
  content: "\ed23";
} /* 'î´£' */
.icon-award-2:before {
  content: "\ed24";
} /* 'î´¤' */
.icon-mobile-4:before {
  content: "\ed25";
} /* 'î´¥' */
.icon-mobile-alt:before {
  content: "\ed26";
} /* 'î´¦' */
.icon-tablet-2:before {
  content: "\ed27";
} /* 'î´§' */
.icon-ipod:before {
  content: "\ed28";
} /* 'î´¨' */
.icon-cd-2:before {
  content: "\ed29";
} /* 'î´©' */
.icon-grid:before {
  content: "\ed2a";
} /* 'î´ª' */
.icon-book-3:before {
  content: "\ed2b";
} /* 'î´«' */
.icon-easel:before {
  content: "\ed2c";
} /* 'î´¬' */
.icon-globe-3:before {
  content: "\ed2d";
} /* 'î´­' */
.icon-chart-1:before {
  content: "\ed2e";
} /* 'î´®' */
.icon-chart-bar-4:before {
  content: "\ed2f";
} /* 'î´¯' */
.icon-chart-pie-4:before {
  content: "\ed30";
} /* 'î´°' */
.icon-dollar-1:before {
  content: "\ed31";
} /* 'î´±' */
.icon-at-3:before {
  content: "\ed32";
} /* 'î´²' */
.icon-colon:before {
  content: "\ed33";
} /* 'î´³' */
.icon-semicolon:before {
  content: "\ed34";
} /* 'î´´' */
.icon-squares:before {
  content: "\ed35";
} /* 'î´µ' */
.icon-money-1:before {
  content: "\ed36";
} /* 'î´¶' */
.icon-facebook-3:before {
  content: "\ed37";
} /* 'î´·' */
.icon-facebook-rect:before {
  content: "\ed38";
} /* 'î´¸' */
.icon-twitter-2:before {
  content: "\ed39";
} /* 'î´¹' */
.icon-twitter-bird:before {
  content: "\ed3a";
} /* 'î´º' */
.icon-twitter-rect:before {
  content: "\ed3b";
} /* 'î´»' */
.icon-youtube-1:before {
  content: "\ed3c";
} /* 'î´¼' */
.icon-windy-rain-inv:before {
  content: "\ed3d";
} /* 'î´½' */
.icon-snow-inv:before {
  content: "\ed3e";
} /* 'î´¾' */
.icon-snow-heavy-inv:before {
  content: "\ed3f";
} /* 'î´¿' */
.icon-hail-inv:before {
  content: "\ed40";
} /* 'îµ€' */
.icon-clouds-inv:before {
  content: "\ed41";
} /* 'îµ' */
.icon-clouds-flash-inv:before {
  content: "\ed42";
} /* 'îµ‚' */
.icon-temperature:before {
  content: "\ed43";
} /* 'îµƒ' */
.icon-compass-4:before {
  content: "\ed44";
} /* 'îµ„' */
.icon-na:before {
  content: "\ed45";
} /* 'îµ…' */
.icon-celcius:before {
  content: "\ed46";
} /* 'îµ†' */
.icon-fahrenheit:before {
  content: "\ed47";
} /* 'îµ‡' */
.icon-clouds-flash-alt:before {
  content: "\ed48";
} /* 'îµˆ' */
.icon-sun-inv-1:before {
  content: "\ed49";
} /* 'îµ‰' */
.icon-moon-inv-1:before {
  content: "\ed4a";
} /* 'îµŠ' */
.icon-cloud-sun-inv:before {
  content: "\ed4b";
} /* 'îµ‹' */
.icon-cloud-moon-inv:before {
  content: "\ed4c";
} /* 'îµŒ' */
.icon-cloud-inv:before {
  content: "\ed4d";
} /* 'îµ' */
.icon-cloud-flash-inv:before {
  content: "\ed4e";
} /* 'îµŽ' */
.icon-drizzle-inv:before {
  content: "\ed4f";
} /* 'îµ' */
.icon-rain-inv:before {
  content: "\ed50";
} /* 'îµ' */
.icon-windy-inv:before {
  content: "\ed51";
} /* 'îµ‘' */
.icon-sunrise:before {
  content: "\ed52";
} /* 'îµ’' */
.icon-sun-3:before {
  content: "\ed53";
} /* 'îµ“' */
.icon-moon-4:before {
  content: "\ed54";
} /* 'îµ”' */
.icon-eclipse:before {
  content: "\ed55";
} /* 'îµ•' */
.icon-mist:before {
  content: "\ed56";
} /* 'îµ–' */
.icon-wind-1:before {
  content: "\ed57";
} /* 'îµ—' */
.icon-snowflake:before {
  content: "\ed58";
} /* 'îµ˜' */
.icon-cloud-sun-1:before {
  content: "\ed59";
} /* 'îµ™' */
.icon-cloud-moon:before {
  content: "\ed5a";
} /* 'îµš' */
.icon-fog-sun:before {
  content: "\ed5b";
} /* 'îµ›' */
.icon-fog-moon:before {
  content: "\ed5c";
} /* 'îµœ' */
.icon-fog-cloud:before {
  content: "\ed5d";
} /* 'îµ' */
.icon-fog:before {
  content: "\ed5e";
} /* 'îµž' */
.icon-cloud-4:before {
  content: "\ed5f";
} /* 'îµŸ' */
.icon-cloud-flash-1:before {
  content: "\ed60";
} /* 'îµ ' */
.icon-cloud-flash-alt:before {
  content: "\ed61";
} /* 'îµ¡' */
.icon-drizzle-1:before {
  content: "\ed62";
} /* 'îµ¢' */
.icon-rain-2:before {
  content: "\ed63";
} /* 'îµ£' */
.icon-windy:before {
  content: "\ed64";
} /* 'îµ¤' */
.icon-windy-rain:before {
  content: "\ed65";
} /* 'îµ¥' */
.icon-snow-1:before {
  content: "\ed66";
} /* 'îµ¦' */
.icon-snow-alt:before {
  content: "\ed67";
} /* 'îµ§' */
.icon-snow-heavy:before {
  content: "\ed68";
} /* 'îµ¨' */
.icon-hail:before {
  content: "\ed69";
} /* 'îµ©' */
.icon-clouds:before {
  content: "\ed6a";
} /* 'îµª' */
.icon-clouds-flash:before {
  content: "\ed6b";
} /* 'îµ«' */
.icon-search-5:before {
  content: "\ed6c";
} /* 'îµ¬' */
.icon-mail-5:before {
  content: "\ed6d";
} /* 'îµ­' */
.icon-heart-5:before {
  content: "\ed6e";
} /* 'îµ®' */
.icon-heart-broken:before {
  content: "\ed6f";
} /* 'îµ¯' */
.icon-star-5:before {
  content: "\ed70";
} /* 'îµ°' */
.icon-star-empty-2:before {
  content: "\ed71";
} /* 'îµ±' */
.icon-star-half-1:before {
  content: "\ed72";
} /* 'îµ²' */
.icon-star-half_empty:before {
  content: "\ed73";
} /* 'îµ³' */
.icon-user-5:before {
  content: "\ed74";
} /* 'îµ´' */
.icon-user-male:before {
  content: "\ed75";
} /* 'îµµ' */
.icon-user-female:before {
  content: "\ed76";
} /* 'îµ¶' */
.icon-users-3:before {
  content: "\ed77";
} /* 'îµ·' */
.icon-movie:before {
  content: "\ed78";
} /* 'îµ¸' */
.icon-videocam-3:before {
  content: "\ed79";
} /* 'îµ¹' */
.icon-isight:before {
  content: "\ed7a";
} /* 'îµº' */
.icon-camera-5:before {
  content: "\ed7b";
} /* 'îµ»' */
.icon-menu-3:before {
  content: "\ed7c";
} /* 'îµ¼' */
.icon-th-thumb:before {
  content: "\ed7d";
} /* 'îµ½' */
.icon-th-thumb-empty:before {
  content: "\ed7e";
} /* 'îµ¾' */
.icon-th-list-3:before {
  content: "\ed7f";
} /* 'îµ¿' */
.icon-ok-4:before {
  content: "\ed80";
} /* 'î¶€' */
.icon-ok-circled-1:before {
  content: "\ed81";
} /* 'î¶' */
.icon-cancel-5:before {
  content: "\ed82";
} /* 'î¶‚' */
.icon-cancel-circled-3:before {
  content: "\ed83";
} /* 'î¶ƒ' */
.icon-plus-5:before {
  content: "\ed84";
} /* 'î¶„' */
.icon-help-circled-2:before {
  content: "\ed85";
} /* 'î¶…' */
.icon-help-circled-alt:before {
  content: "\ed86";
} /* 'î¶†' */
.icon-info-circled-2:before {
  content: "\ed87";
} /* 'î¶‡' */
.icon-info-circled-alt:before {
  content: "\ed88";
} /* 'î¶ˆ' */
.icon-home-5:before {
  content: "\ed89";
} /* 'î¶‰' */
.icon-link-4:before {
  content: "\ed8a";
} /* 'î¶Š' */
.icon-attach-4:before {
  content: "\ed8b";
} /* 'î¶‹' */
.icon-lock-5:before {
  content: "\ed8c";
} /* 'î¶Œ' */
.icon-lock-alt:before {
  content: "\ed8d";
} /* 'î¶' */
.icon-lock-open-5:before {
  content: "\ed8e";
} /* 'î¶Ž' */
.icon-lock-open-alt-1:before {
  content: "\ed8f";
} /* 'î¶' */
.icon-eye-5:before {
  content: "\ed90";
} /* 'î¶' */
.icon-download-5:before {
  content: "\ed91";
} /* 'î¶‘' */
.icon-upload-4:before {
  content: "\ed92";
} /* 'î¶’' */
.icon-download-cloud-2:before {
  content: "\ed93";
} /* 'î¶“' */
.icon-upload-cloud-4:before {
  content: "\ed94";
} /* 'î¶”' */
.icon-reply-3:before {
  content: "\ed95";
} /* 'î¶•' */
.icon-pencil-5:before {
  content: "\ed96";
} /* 'î¶–' */
.icon-export-4:before {
  content: "\ed97";
} /* 'î¶—' */
.icon-print-4:before {
  content: "\ed98";
} /* 'î¶˜' */
.icon-retweet-2:before {
  content: "\ed99";
} /* 'î¶™' */
.icon-comment-4:before {
  content: "\ed9a";
} /* 'î¶š' */
.icon-chat-5:before {
  content: "\ed9b";
} /* 'î¶›' */
.icon-bell-4:before {
  content: "\ed9c";
} /* 'î¶œ' */
.icon-attention-4:before {
  content: "\ed9d";
} /* 'î¶' */
.icon-attention-alt-1:before {
  content: "\ed9e";
} /* 'î¶ž' */
.icon-location-5:before {
  content: "\ed9f";
} /* 'î¶Ÿ' */
.icon-trash-5:before {
  content: "\eda0";
} /* 'î¶ ' */
.icon-doc-5:before {
  content: "\eda1";
} /* 'î¶¡' */
.icon-newspaper-2:before {
  content: "\eda2";
} /* 'î¶¢' */
.icon-folder-4:before {
  content: "\eda3";
} /* 'î¶£' */
.icon-folder-open-1:before {
  content: "\eda4";
} /* 'î¶¤' */
.icon-folder-empty-2:before {
  content: "\eda5";
} /* 'î¶¥' */
.icon-folder-open-empty-1:before {
  content: "\eda6";
} /* 'î¶¦' */
.icon-cog-4:before {
  content: "\eda7";
} /* 'î¶§' */
.icon-calendar-5:before {
  content: "\eda8";
} /* 'î¶¨' */
.icon-login-2:before {
  content: "\eda9";
} /* 'î¶©' */
.icon-logout-2:before {
  content: "\edaa";
} /* 'î¶ª' */
.icon-mic-4:before {
  content: "\edab";
} /* 'î¶«' */
.icon-mic-off:before {
  content: "\edac";
} /* 'î¶¬' */
.icon-clock-5:before {
  content: "\edad";
} /* 'î¶­' */
.icon-stopwatch-1:before {
  content: "\edae";
} /* 'î¶®' */
.icon-hourglass-1:before {
  content: "\edaf";
} /* 'î¶¯' */
.icon-zoom-in-3:before {
  content: "\edb0";
} /* 'î¶°' */
.icon-zoom-out-3:before {
  content: "\edb1";
} /* 'î¶±' */
.icon-down-open-2:before {
  content: "\edb2";
} /* 'î¶²' */
.icon-left-open-3:before {
  content: "\edb3";
} /* 'î¶³' */
.icon-right-open-3:before {
  content: "\edb4";
} /* 'î¶´' */
.icon-up-open-2:before {
  content: "\edb5";
} /* 'î¶µ' */
.icon-down-5:before {
  content: "\edb6";
} /* 'î¶¶' */
.icon-left-4:before {
  content: "\edb7";
} /* 'î¶·' */
.icon-right-4:before {
  content: "\edb8";
} /* 'î¶¸' */
.icon-up-5:before {
  content: "\edb9";
} /* 'î¶¹' */
.icon-down-bold-1:before {
  content: "\edba";
} /* 'î¶º' */
.icon-left-bold-1:before {
  content: "\edbb";
} /* 'î¶»' */
.icon-right-bold-1:before {
  content: "\edbc";
} /* 'î¶¼' */
.icon-up-bold-1:before {
  content: "\edbd";
} /* 'î¶½' */
.icon-down-fat:before {
  content: "\edbe";
} /* 'î¶¾' */
.icon-left-fat:before {
  content: "\edbf";
} /* 'î¶¿' */
.icon-right-fat:before {
  content: "\edc0";
} /* 'î·€' */
.icon-up-fat:before {
  content: "\edc1";
} /* 'î·' */
.icon-ccw-2:before {
  content: "\edc2";
} /* 'î·‚' */
.icon-shuffle-3:before {
  content: "\edc3";
} /* 'î·ƒ' */
.icon-play-4:before {
  content: "\edc4";
} /* 'î·„' */
.icon-pause-4:before {
  content: "\edc5";
} /* 'î·…' */
.icon-stop-5:before {
  content: "\edc6";
} /* 'î·†' */
.icon-to-end-3:before {
  content: "\edc7";
} /* 'î·‡' */
.icon-to-start-3:before {
  content: "\edc8";
} /* 'î·ˆ' */
.icon-fast-forward-1:before {
  content: "\edc9";
} /* 'î·‰' */
.icon-fast-backward-1:before {
  content: "\edca";
} /* 'î·Š' */
.icon-trophy-1:before {
  content: "\edcb";
} /* 'î·‹' */
.icon-monitor-1:before {
  content: "\edcc";
} /* 'î·Œ' */
.icon-tablet-3:before {
  content: "\edcd";
} /* 'î·' */
.icon-mobile-5:before {
  content: "\edce";
} /* 'î·Ž' */
.icon-data-science:before {
  content: "\edcf";
} /* 'î·' */
.icon-data-science-inv:before {
  content: "\edd0";
} /* 'î·' */
.icon-inbox-2:before {
  content: "\edd1";
} /* 'î·‘' */
.icon-globe-4:before {
  content: "\edd2";
} /* 'î·’' */
.icon-globe-inv:before {
  content: "\edd3";
} /* 'î·“' */
.icon-flash-4:before {
  content: "\edd4";
} /* 'î·”' */
.icon-cloud-5:before {
  content: "\edd5";
} /* 'î·•' */
.icon-coverflow:before {
  content: "\edd6";
} /* 'î·–' */
.icon-coverflow-empty:before {
  content: "\edd7";
} /* 'î·—' */
.icon-math:before {
  content: "\edd8";
} /* 'î·˜' */
.icon-math-circled:before {
  content: "\edd9";
} /* 'î·™' */
.icon-math-circled-empty:before {
  content: "\edda";
} /* 'î·š' */
.icon-paper-plane-2:before {
  content: "\eddb";
} /* 'î·›' */
.icon-paper-plane-alt:before {
  content: "\eddc";
} /* 'î·œ' */
.icon-paper-plane-alt2:before {
  content: "\eddd";
} /* 'î·' */
.icon-fontsize:before {
  content: "\edde";
} /* 'î·ž' */
.icon-color-adjust:before {
  content: "\eddf";
} /* 'î·Ÿ' */
.icon-fire-1:before {
  content: "\ede0";
} /* 'î· ' */
.icon-chart-bar-5:before {
  content: "\ede1";
} /* 'î·¡' */
.icon-hdd-1:before {
  content: "\ede2";
} /* 'î·¢' */
.icon-connected-object:before {
  content: "\ede3";
} /* 'î·£' */
.icon-ruler:before {
  content: "\ede4";
} /* 'î·¤' */
.icon-vector:before {
  content: "\ede5";
} /* 'î·¥' */
.icon-vector-pencil:before {
  content: "\ede6";
} /* 'î·¦' */
.icon-at-4:before {
  content: "\ede7";
} /* 'î·§' */
.icon-hash-1:before {
  content: "\ede8";
} /* 'î·¨' */
.icon-female-1:before {
  content: "\ede9";
} /* 'î·©' */
.icon-male-1:before {
  content: "\edea";
} /* 'î·ª' */
.icon-spread:before {
  content: "\edeb";
} /* 'î·«' */
.icon-king:before {
  content: "\edec";
} /* 'î·¬' */
.icon-anchor-2:before {
  content: "\eded";
} /* 'î·­' */
.icon-joystick:before {
  content: "\edee";
} /* 'î·®' */
.icon-spinner1:before {
  content: "\edef";
} /* 'î·¯' */
.icon-spinner2:before {
  content: "\edf0";
} /* 'î·°' */
.icon-github-3:before {
  content: "\edf1";
} /* 'î·±' */
.icon-github-circled-3:before {
  content: "\edf2";
} /* 'î·²' */
.icon-github-circled-alt:before {
  content: "\edf3";
} /* 'î·³' */
.icon-github-circled-alt2:before {
  content: "\edf4";
} /* 'î·´' */
.icon-twitter-3:before {
  content: "\edf5";
} /* 'î·µ' */
.icon-twitter-circled-1:before {
  content: "\edf6";
} /* 'î·¶' */
.icon-facebook-4:before {
  content: "\edf7";
} /* 'î··' */
.icon-facebook-circled-2:before {
  content: "\edf8";
} /* 'î·¸' */
.icon-gplus-2:before {
  content: "\edf9";
} /* 'î·¹' */
.icon-gplus-circled-1:before {
  content: "\edfa";
} /* 'î·º' */
.icon-linkedin-3:before {
  content: "\edfb";
} /* 'î·»' */
.icon-linkedin-circled-2:before {
  content: "\edfc";
} /* 'î·¼' */
.icon-dribbble-3:before {
  content: "\edfd";
} /* 'î·½' */
.icon-dribbble-circled-2:before {
  content: "\edfe";
} /* 'î·¾' */
.icon-instagram-2:before {
  content: "\edff";
} /* 'î·¿' */
.icon-instagram-circled:before {
  content: "\ee00";
} /* 'î¸€' */
.icon-soundcloud-2:before {
  content: "\ee01";
} /* 'î¸' */
.icon-soundcloud-circled:before {
  content: "\ee02";
} /* 'î¸‚' */
.icon-mfg-logo:before {
  content: "\ee03";
} /* 'î¸ƒ' */
.icon-mfg-logo-circled:before {
  content: "\ee04";
} /* 'î¸„' */
.icon-aboveground-rail:before {
  content: "\ee05";
} /* 'î¸…' */
.icon-airfield:before {
  content: "\ee06";
} /* 'î¸†' */
.icon-airport:before {
  content: "\ee07";
} /* 'î¸‡' */
.icon-art-gallery:before {
  content: "\ee08";
} /* 'î¸ˆ' */
.icon-bar:before {
  content: "\ee09";
} /* 'î¸‰' */
.icon-baseball:before {
  content: "\ee0a";
} /* 'î¸Š' */
.icon-basketball:before {
  content: "\ee0b";
} /* 'î¸‹' */
.icon-beer-2:before {
  content: "\ee0c";
} /* 'î¸Œ' */
.icon-belowground-rail:before {
  content: "\ee0d";
} /* 'î¸' */
.icon-bicycle-1:before {
  content: "\ee0e";
} /* 'î¸Ž' */
.icon-bus-1:before {
  content: "\ee0f";
} /* 'î¸' */
.icon-cafe:before {
  content: "\ee10";
} /* 'î¸' */
.icon-campsite:before {
  content: "\ee11";
} /* 'î¸‘' */
.icon-cemetery:before {
  content: "\ee12";
} /* 'î¸’' */
.icon-cinema:before {
  content: "\ee13";
} /* 'î¸“' */
.icon-college:before {
  content: "\ee14";
} /* 'î¸”' */
.icon-commerical-building:before {
  content: "\ee15";
} /* 'î¸•' */
.icon-credit-card-3:before {
  content: "\ee16";
} /* 'î¸–' */
.icon-cricket:before {
  content: "\ee17";
} /* 'î¸—' */
.icon-embassy:before {
  content: "\ee18";
} /* 'î¸˜' */
.icon-fast-food:before {
  content: "\ee19";
} /* 'î¸™' */
.icon-ferry:before {
  content: "\ee1a";
} /* 'î¸š' */
.icon-fire-station:before {
  content: "\ee1b";
} /* 'î¸›' */
.icon-football:before {
  content: "\ee1c";
} /* 'î¸œ' */
.icon-fuel:before {
  content: "\ee1d";
} /* 'î¸' */
.icon-garden:before {
  content: "\ee1e";
} /* 'î¸ž' */
.icon-giraffe:before {
  content: "\ee1f";
} /* 'î¸Ÿ' */
.icon-golf:before {
  content: "\ee20";
} /* 'î¸ ' */
.icon-grocery-store:before {
  content: "\ee21";
} /* 'î¸¡' */
.icon-harbor:before {
  content: "\ee22";
} /* 'î¸¢' */
.icon-heliport:before {
  content: "\ee23";
} /* 'î¸£' */
.icon-hospital-1:before {
  content: "\ee24";
} /* 'î¸¤' */
.icon-industrial-building:before {
  content: "\ee25";
} /* 'î¸¥' */
.icon-library:before {
  content: "\ee26";
} /* 'î¸¦' */
.icon-lodging:before {
  content: "\ee27";
} /* 'î¸§' */
.icon-london-underground:before {
  content: "\ee28";
} /* 'î¸¨' */
.icon-minefield:before {
  content: "\ee29";
} /* 'î¸©' */
.icon-monument:before {
  content: "\ee2a";
} /* 'î¸ª' */
.icon-museum:before {
  content: "\ee2b";
} /* 'î¸«' */
.icon-pharmacy:before {
  content: "\ee2c";
} /* 'î¸¬' */
.icon-pitch:before {
  content: "\ee2d";
} /* 'î¸­' */
.icon-police:before {
  content: "\ee2e";
} /* 'î¸®' */
.icon-post:before {
  content: "\ee2f";
} /* 'î¸¯' */
.icon-prison:before {
  content: "\ee30";
} /* 'î¸°' */
.icon-rail:before {
  content: "\ee31";
} /* 'î¸±' */
.icon-religious-christian:before {
  content: "\ee32";
} /* 'î¸²' */
.icon-religious-islam:before {
  content: "\ee33";
} /* 'î¸³' */
.icon-religious-jewish:before {
  content: "\ee34";
} /* 'î¸´' */
.icon-restaurant:before {
  content: "\ee35";
} /* 'î¸µ' */
.icon-roadblock:before {
  content: "\ee36";
} /* 'î¸¶' */
.icon-school:before {
  content: "\ee37";
} /* 'î¸·' */
.icon-shop:before {
  content: "\ee38";
} /* 'î¸¸' */
.icon-skiing:before {
  content: "\ee39";
} /* 'î¸¹' */
.icon-soccer:before {
  content: "\ee3a";
} /* 'î¸º' */
.icon-swimming:before {
  content: "\ee3b";
} /* 'î¸»' */
.icon-tennis:before {
  content: "\ee3c";
} /* 'î¸¼' */
.icon-theatre:before {
  content: "\ee3d";
} /* 'î¸½' */
.icon-toilet:before {
  content: "\ee3e";
} /* 'î¸¾' */
.icon-town-hall:before {
  content: "\ee3f";
} /* 'î¸¿' */
.icon-trash-6:before {
  content: "\ee40";
} /* 'î¹€' */
.icon-tree-2:before {
  content: "\ee41";
} /* 'î¹' */
.icon-tree-3:before {
  content: "\ee42";
} /* 'î¹‚' */
.icon-warehouse:before {
  content: "\ee43";
} /* 'î¹ƒ' */
.icon-duckduckgo:before {
  content: "\ee44";
} /* 'î¹„' */
.icon-aim:before {
  content: "\ee45";
} /* 'î¹…' */
.icon-delicious-1:before {
  content: "\ee46";
} /* 'î¹†' */
.icon-paypal-2:before {
  content: "\ee47";
} /* 'î¹‡' */
.icon-flattr-1:before {
  content: "\ee48";
} /* 'î¹ˆ' */
.icon-android-1:before {
  content: "\ee49";
} /* 'î¹‰' */
.icon-eventful:before {
  content: "\ee4a";
} /* 'î¹Š' */
.icon-smashmag:before {
  content: "\ee4b";
} /* 'î¹‹' */
.icon-gplus-3:before {
  content: "\ee4c";
} /* 'î¹Œ' */
.icon-wikipedia:before {
  content: "\ee4d";
} /* 'î¹' */
.icon-lanyrd:before {
  content: "\ee4e";
} /* 'î¹Ž' */
.icon-calendar-6:before {
  content: "\ee4f";
} /* 'î¹' */
.icon-stumbleupon-2:before {
  content: "\ee50";
} /* 'î¹' */
.icon-fivehundredpx:before {
  content: "\ee51";
} /* 'î¹‘' */
.icon-pinterest-3:before {
  content: "\ee52";
} /* 'î¹’' */
.icon-bitcoin-1:before {
  content: "\ee53";
} /* 'î¹“' */
.icon-w3c:before {
  content: "\ee54";
} /* 'î¹”' */
.icon-foursquare-1:before {
  content: "\ee55";
} /* 'î¹•' */
.icon-html5-1:before {
  content: "\ee56";
} /* 'î¹–' */
.icon-ie:before {
  content: "\ee57";
} /* 'î¹—' */
.icon-call:before {
  content: "\ee58";
} /* 'î¹˜' */
.icon-grooveshark:before {
  content: "\ee59";
} /* 'î¹™' */
.icon-ninetyninedesigns:before {
  content: "\ee5a";
} /* 'î¹š' */
.icon-forrst:before {
  content: "\ee5b";
} /* 'î¹›' */
.icon-digg-1:before {
  content: "\ee5c";
} /* 'î¹œ' */
.icon-spotify-2:before {
  content: "\ee5d";
} /* 'î¹' */
.icon-reddit-1:before {
  content: "\ee5e";
} /* 'î¹ž' */
.icon-guest:before {
  content: "\ee5f";
} /* 'î¹Ÿ' */
.icon-gowalla:before {
  content: "\ee60";
} /* 'î¹ ' */
.icon-appstore:before {
  content: "\ee61";
} /* 'î¹¡' */
.icon-blogger:before {
  content: "\ee62";
} /* 'î¹¢' */
.icon-cc-2:before {
  content: "\ee63";
} /* 'î¹£' */
.icon-dribbble-4:before {
  content: "\ee64";
} /* 'î¹¤' */
.icon-evernote-1:before {
  content: "\ee65";
} /* 'î¹¥' */
.icon-flickr-3:before {
  content: "\ee66";
} /* 'î¹¦' */
.icon-google-1:before {
  content: "\ee67";
} /* 'î¹§' */
.icon-viadeo:before {
  content: "\ee68";
} /* 'î¹¨' */
.icon-instapaper:before {
  content: "\ee69";
} /* 'î¹©' */
.icon-weibo-1:before {
  content: "\ee6a";
} /* 'î¹ª' */
.icon-klout:before {
  content: "\ee6b";
} /* 'î¹«' */
.icon-linkedin-4:before {
  content: "\ee6c";
} /* 'î¹¬' */
.icon-meetup:before {
  content: "\ee6d";
} /* 'î¹­' */
.icon-vk:before {
  content: "\ee6e";
} /* 'î¹®' */
.icon-plancast:before {
  content: "\ee6f";
} /* 'î¹¯' */
.icon-disqus:before {
  content: "\ee70";
} /* 'î¹°' */
.icon-rss-5:before {
  content: "\ee71";
} /* 'î¹±' */
.icon-skype-2:before {
  content: "\ee72";
} /* 'î¹²' */
.icon-twitter-4:before {
  content: "\ee73";
} /* 'î¹³' */
.icon-youtube-2:before {
  content: "\ee74";
} /* 'î¹´' */
.icon-vimeo-1:before {
  content: "\ee75";
} /* 'î¹µ' */
.icon-windows-1:before {
  content: "\ee76";
} /* 'î¹¶' */
.icon-xing-1:before {
  content: "\ee77";
} /* 'î¹·' */
.icon-yahoo-1:before {
  content: "\ee78";
} /* 'î¹¸' */
.icon-chrome:before {
  content: "\ee79";
} /* 'î¹¹' */
.icon-email:before {
  content: "\ee7a";
} /* 'î¹º' */
.icon-macstore:before {
  content: "\ee7b";
} /* 'î¹»' */
.icon-myspace:before {
  content: "\ee7c";
} /* 'î¹¼' */
.icon-podcast:before {
  content: "\ee7d";
} /* 'î¹½' */
.icon-amazon:before {
  content: "\ee7e";
} /* 'î¹¾' */
.icon-steam-1:before {
  content: "\ee7f";
} /* 'î¹¿' */
.icon-cloudapp:before {
  content: "\ee80";
} /* 'îº€' */
.icon-dropbox-2:before {
  content: "\ee81";
} /* 'îº' */
.icon-ebay:before {
  content: "\ee82";
} /* 'îº‚' */
.icon-facebook-5:before {
  content: "\ee83";
} /* 'îºƒ' */
.icon-github-4:before {
  content: "\ee84";
} /* 'îº„' */
.icon-github-circled-4:before {
  content: "\ee85";
} /* 'îº…' */
.icon-googleplay:before {
  content: "\ee86";
} /* 'îº†' */
.icon-itunes:before {
  content: "\ee87";
} /* 'îº‡' */
.icon-plurk:before {
  content: "\ee88";
} /* 'îºˆ' */
.icon-songkick:before {
  content: "\ee89";
} /* 'îº‰' */
.icon-lastfm-3:before {
  content: "\ee8a";
} /* 'îºŠ' */
.icon-gmail:before {
  content: "\ee8b";
} /* 'îº‹' */
.icon-pinboard:before {
  content: "\ee8c";
} /* 'îºŒ' */
.icon-openid-1:before {
  content: "\ee8d";
} /* 'îº' */
.icon-quora:before {
  content: "\ee8e";
} /* 'îºŽ' */
.icon-soundcloud-3:before {
  content: "\ee8f";
} /* 'îº' */
.icon-tumblr-2:before {
  content: "\ee90";
} /* 'îº' */
.icon-eventasaurus:before {
  content: "\ee91";
} /* 'îº‘' */
.icon-wordpress-1:before {
  content: "\ee92";
} /* 'îº’' */
.icon-yelp-1:before {
  content: "\ee93";
} /* 'îº“' */
.icon-intensedebate:before {
  content: "\ee94";
} /* 'îº”' */
.icon-eventbrite:before {
  content: "\ee95";
} /* 'îº•' */
.icon-scribd:before {
  content: "\ee96";
} /* 'îº–' */
.icon-posterous:before {
  content: "\ee97";
} /* 'îº—' */
.icon-stripe:before {
  content: "\ee98";
} /* 'îº˜' */
.icon-opentable:before {
  content: "\ee99";
} /* 'îº™' */
.icon-cart:before {
  content: "\ee9a";
} /* 'îºš' */
.icon-print-5:before {
  content: "\ee9b";
} /* 'îº›' */
.icon-angellist-1:before {
  content: "\ee9c";
} /* 'îºœ' */
.icon-instagram-3:before {
  content: "\ee9d";
} /* 'îº' */
.icon-dwolla:before {
  content: "\ee9e";
} /* 'îºž' */
.icon-appnet:before {
  content: "\ee9f";
} /* 'îºŸ' */
.icon-statusnet:before {
  content: "\eea0";
} /* 'îº ' */
.icon-acrobat:before {
  content: "\eea1";
} /* 'îº¡' */
.icon-drupal-1:before {
  content: "\eea2";
} /* 'îº¢' */
.icon-buffer:before {
  content: "\eea3";
} /* 'îº£' */
.icon-pocket:before {
  content: "\eea4";
} /* 'îº¤' */
.icon-bitbucket-1:before {
  content: "\eea5";
} /* 'îº¥' */
.icon-lego:before {
  content: "\eea6";
} /* 'îº¦' */
.icon-login-3:before {
  content: "\eea7";
} /* 'îº§' */
.icon-stackoverflow-1:before {
  content: "\eea8";
} /* 'îº¨' */
.icon-hackernews:before {
  content: "\eea9";
} /* 'îº©' */
.icon-lkdto:before {
  content: "\eeaa";
} /* 'îºª' */
.icon-facebook-6:before {
  content: "\eeab";
} /* 'îº«' */
.icon-facebook-rect-1:before {
  content: "\eeac";
} /* 'îº¬' */
.icon-twitter-5:before {
  content: "\eead";
} /* 'îº­' */
.icon-twitter-bird-1:before {
  content: "\eeae";
} /* 'îº®' */
.icon-vimeo-2:before {
  content: "\eeaf";
} /* 'îº¯' */
.icon-vimeo-rect:before {
  content: "\eeb0";
} /* 'îº°' */
.icon-tumblr-3:before {
  content: "\eeb1";
} /* 'îº±' */
.icon-tumblr-rect:before {
  content: "\eeb2";
} /* 'îº²' */
.icon-googleplus-rect:before {
  content: "\eeb3";
} /* 'îº³' */
.icon-github-text:before {
  content: "\eeb4";
} /* 'îº´' */
.icon-github-5:before {
  content: "\eeb5";
} /* 'îºµ' */
.icon-skype-3:before {
  content: "\eeb6";
} /* 'îº¶' */
.icon-icq:before {
  content: "\eeb7";
} /* 'îº·' */
.icon-yandex:before {
  content: "\eeb8";
} /* 'îº¸' */
.icon-yandex-rect:before {
  content: "\eeb9";
} /* 'îº¹' */
.icon-vkontakte-rect:before {
  content: "\eeba";
} /* 'îºº' */
.icon-odnoklassniki:before {
  content: "\eebb";
} /* 'îº»' */
.icon-odnoklassniki-rect:before {
  content: "\eebc";
} /* 'îº¼' */
.icon-friendfeed:before {
  content: "\eebd";
} /* 'îº½' */
.icon-friendfeed-rect:before {
  content: "\eebe";
} /* 'îº¾' */
.icon-blogger-1:before {
  content: "\eebf";
} /* 'îº¿' */
.icon-blogger-rect:before {
  content: "\eec0";
} /* 'î»€' */
.icon-deviantart-1:before {
  content: "\eec1";
} /* 'î»' */
.icon-jabber:before {
  content: "\eec2";
} /* 'î»‚' */
.icon-lastfm-4:before {
  content: "\eec3";
} /* 'î»ƒ' */
.icon-lastfm-rect:before {
  content: "\eec4";
} /* 'î»„' */
.icon-linkedin-5:before {
  content: "\eec5";
} /* 'î»…' */
.icon-linkedin-rect:before {
  content: "\eec6";
} /* 'î»†' */
.icon-picasa-1:before {
  content: "\eec7";
} /* 'î»‡' */
.icon-wordpress-2:before {
  content: "\eec8";
} /* 'î»ˆ' */
.icon-instagram-4:before {
  content: "\eec9";
} /* 'î»‰' */
.icon-instagram-filled:before {
  content: "\eeca";
} /* 'î»Š' */
.icon-diigo:before {
  content: "\eecb";
} /* 'î»‹' */
.icon-box-4:before {
  content: "\eecc";
} /* 'î»Œ' */
.icon-box-rect:before {
  content: "\eecd";
} /* 'î»' */
.icon-tudou:before {
  content: "\eece";
} /* 'î»Ž' */
.icon-youku:before {
  content: "\eecf";
} /* 'î»' */
.icon-win8:before {
  content: "\eed0";
} /* 'î»' */
.icon-amex:before {
  content: "\eed1";
} /* 'î»‘' */
.icon-discover:before {
  content: "\eed2";
} /* 'î»’' */
.icon-visa:before {
  content: "\eed3";
} /* 'î»“' */
.icon-mastercard:before {
  content: "\eed4";
} /* 'î»”' */
.icon-houzz:before {
  content: "\eed5";
} /* 'î»•' */
.icon-bandcamp:before {
  content: "\eed6";
} /* 'î»–' */
.icon-codepen:before {
  content: "\eed7";
} /* 'î»—' */
.icon-glass-1:before {
  content: "\eed8";
} /* 'î»˜' */
.icon-music-3:before {
  content: "\eed9";
} /* 'î»™' */
.icon-search-6:before {
  content: "\eeda";
} /* 'î»š' */
.icon-search-circled:before {
  content: "\eedb";
} /* 'î»›' */
.icon-mail-6:before {
  content: "\eedc";
} /* 'î»œ' */
.icon-mail-circled:before {
  content: "\eedd";
} /* 'î»' */
.icon-heart-6:before {
  content: "\eede";
} /* 'î»ž' */
.icon-heart-circled:before {
  content: "\eedf";
} /* 'î»Ÿ' */
.icon-heart-empty-3:before {
  content: "\eee0";
} /* 'î» ' */
.icon-star-6:before {
  content: "\eee1";
} /* 'î»¡' */
.icon-star-circled:before {
  content: "\eee2";
} /* 'î»¢' */
.icon-star-empty-3:before {
  content: "\eee3";
} /* 'î»£' */
.icon-user-6:before {
  content: "\eee4";
} /* 'î»¤' */
.icon-group:before {
  content: "\eee5";
} /* 'î»¥' */
.icon-group-circled:before {
  content: "\eee6";
} /* 'î»¦' */
.icon-torso:before {
  content: "\eee7";
} /* 'î»§' */
.icon-video-4:before {
  content: "\eee8";
} /* 'î»¨' */
.icon-video-circled:before {
  content: "\eee9";
} /* 'î»©' */
.icon-video-alt-1:before {
  content: "\eeea";
} /* 'î»ª' */
.icon-videocam-4:before {
  content: "\eeeb";
} /* 'î»«' */
.icon-video-chat:before {
  content: "\eeec";
} /* 'î»¬' */
.icon-picture-4:before {
  content: "\eeed";
} /* 'î»­' */
.icon-camera-6:before {
  content: "\eeee";
} /* 'î»®' */
.icon-photo:before {
  content: "\eeef";
} /* 'î»¯' */
.icon-photo-circled:before {
  content: "\eef0";
} /* 'î»°' */
.icon-th-large-2:before {
  content: "\eef1";
} /* 'î»±' */
.icon-th-3:before {
  content: "\eef2";
} /* 'î»²' */
.icon-th-list-4:before {
  content: "\eef3";
} /* 'î»³' */
.icon-view-mode:before {
  content: "\eef4";
} /* 'î»´' */
.icon-ok-5:before {
  content: "\eef5";
} /* 'î»µ' */
.icon-ok-circled-2:before {
  content: "\eef6";
} /* 'î»¶' */
.icon-ok-circled2-1:before {
  content: "\eef7";
} /* 'î»·' */
.icon-cancel-6:before {
  content: "\eef8";
} /* 'î»¸' */
.icon-cancel-circled-4:before {
  content: "\eef9";
} /* 'î»¹' */
.icon-cancel-circled2-1:before {
  content: "\eefa";
} /* 'î»º' */
.icon-plus-6:before {
  content: "\eefb";
} /* 'î»»' */
.icon-plus-circled-2:before {
  content: "\eefc";
} /* 'î»¼' */
.icon-minus-4:before {
  content: "\eefd";
} /* 'î»½' */
.icon-minus-circled-2:before {
  content: "\eefe";
} /* 'î»¾' */
.icon-help-3:before {
  content: "\eeff";
} /* 'î»¿' */
.icon-help-circled-3:before {
  content: "\ef00";
} /* 'î¼€' */
.icon-info-circled-3:before {
  content: "\ef01";
} /* 'î¼' */
.icon-home-6:before {
  content: "\ef02";
} /* 'î¼‚' */
.icon-home-circled:before {
  content: "\ef03";
} /* 'î¼ƒ' */
.icon-website:before {
  content: "\ef04";
} /* 'î¼„' */
.icon-website-circled:before {
  content: "\ef05";
} /* 'î¼…' */
.icon-attach-5:before {
  content: "\ef06";
} /* 'î¼†' */
.icon-attach-circled:before {
  content: "\ef07";
} /* 'î¼‡' */
.icon-lock-6:before {
  content: "\ef08";
} /* 'î¼ˆ' */
.icon-lock-circled:before {
  content: "\ef09";
} /* 'î¼‰' */
.icon-lock-open-6:before {
  content: "\ef0a";
} /* 'î¼Š' */
.icon-lock-open-alt-2:before {
  content: "\ef0b";
} /* 'î¼‹' */
.icon-eye-6:before {
  content: "\ef0c";
} /* 'î¼Œ' */
.icon-eye-off-1:before {
  content: "\ef0d";
} /* 'î¼' */
.icon-tag-5:before {
  content: "\ef0e";
} /* 'î¼Ž' */
.icon-tags-2:before {
  content: "\ef0f";
} /* 'î¼' */
.icon-bookmark-3:before {
  content: "\ef10";
} /* 'î¼' */
.icon-bookmark-empty-1:before {
  content: "\ef11";
} /* 'î¼‘' */
.icon-flag-3:before {
  content: "\ef12";
} /* 'î¼’' */
.icon-flag-circled:before {
  content: "\ef13";
} /* 'î¼“' */
.icon-thumbs-up-4:before {
  content: "\ef14";
} /* 'î¼”' */
.icon-thumbs-down-4:before {
  content: "\ef15";
} /* 'î¼•' */
.icon-download-6:before {
  content: "\ef16";
} /* 'î¼–' */
.icon-download-alt:before {
  content: "\ef17";
} /* 'î¼—' */
.icon-upload-5:before {
  content: "\ef18";
} /* 'î¼˜' */
.icon-share-3:before {
  content: "\ef19";
} /* 'î¼™' */
.icon-quote-1:before {
  content: "\ef1a";
} /* 'î¼š' */
.icon-quote-circled:before {
  content: "\ef1b";
} /* 'î¼›' */
.icon-export-5:before {
  content: "\ef1c";
} /* 'î¼œ' */
.icon-pencil-6:before {
  content: "\ef1d";
} /* 'î¼' */
.icon-pencil-circled:before {
  content: "\ef1e";
} /* 'î¼ž' */
.icon-edit-3:before {
  content: "\ef1f";
} /* 'î¼Ÿ' */
.icon-edit-circled:before {
  content: "\ef20";
} /* 'î¼ ' */
.icon-edit-alt:before {
  content: "\ef21";
} /* 'î¼¡' */
.icon-print-6:before {
  content: "\ef22";
} /* 'î¼¢' */
.icon-retweet-3:before {
  content: "\ef23";
} /* 'î¼£' */
.icon-comment-5:before {
  content: "\ef24";
} /* 'î¼¤' */
.icon-comment-alt-1:before {
  content: "\ef25";
} /* 'î¼¥' */
.icon-bell-5:before {
  content: "\ef26";
} /* 'î¼¦' */
.icon-warning-1:before {
  content: "\ef27";
} /* 'î¼§' */
.icon-exclamation:before {
  content: "\ef28";
} /* 'î¼¨' */
.icon-error:before {
  content: "\ef29";
} /* 'î¼©' */
.icon-error-alt:before {
  content: "\ef2a";
} /* 'î¼ª' */
.icon-location-6:before {
  content: "\ef2b";
} /* 'î¼«' */
.icon-location-circled:before {
  content: "\ef2c";
} /* 'î¼¬' */
.icon-compass-5:before {
  content: "\ef2d";
} /* 'î¼­' */
.icon-compass-circled:before {
  content: "\ef2e";
} /* 'î¼®' */
.icon-trash-7:before {
  content: "\ef2f";
} /* 'î¼¯' */
.icon-trash-circled:before {
  content: "\ef30";
} /* 'î¼°' */
.icon-doc-6:before {
  content: "\ef31";
} /* 'î¼±' */
.icon-doc-circled:before {
  content: "\ef32";
} /* 'î¼²' */
.icon-doc-new:before {
  content: "\ef33";
} /* 'î¼³' */
.icon-doc-new-circled:before {
  content: "\ef34";
} /* 'î¼´' */
.icon-folder-5:before {
  content: "\ef35";
} /* 'î¼µ' */
.icon-folder-circled:before {
  content: "\ef36";
} /* 'î¼¶' */
.icon-folder-close:before {
  content: "\ef37";
} /* 'î¼·' */
.icon-folder-open-2:before {
  content: "\ef38";
} /* 'î¼¸' */
.icon-rss-6:before {
  content: "\ef39";
} /* 'î¼¹' */
.icon-phone-3:before {
  content: "\ef3a";
} /* 'î¼º' */
.icon-phone-circled:before {
  content: "\ef3b";
} /* 'î¼»' */
.icon-cog-5:before {
  content: "\ef3c";
} /* 'î¼¼' */
.icon-cog-circled:before {
  content: "\ef3d";
} /* 'î¼½' */
.icon-cogs:before {
  content: "\ef3e";
} /* 'î¼¾' */
.icon-wrench-4:before {
  content: "\ef3f";
} /* 'î¼¿' */
.icon-wrench-circled:before {
  content: "\ef40";
} /* 'î½€' */
.icon-basket-4:before {
  content: "\ef41";
} /* 'î½' */
.icon-basket-circled:before {
  content: "\ef42";
} /* 'î½‚' */
.icon-calendar-7:before {
  content: "\ef43";
} /* 'î½ƒ' */
.icon-calendar-circled:before {
  content: "\ef44";
} /* 'î½„' */
.icon-mic-5:before {
  content: "\ef45";
} /* 'î½…' */
.icon-mic-circled:before {
  content: "\ef46";
} /* 'î½†' */
.icon-volume-off-4:before {
  content: "\ef47";
} /* 'î½‡' */
.icon-volume-down-2:before {
  content: "\ef48";
} /* 'î½ˆ' */
.icon-volume-1:before {
  content: "\ef49";
} /* 'î½‰' */
.icon-volume-up-3:before {
  content: "\ef4a";
} /* 'î½Š' */
.icon-headphones-3:before {
  content: "\ef4b";
} /* 'î½‹' */
.icon-clock-6:before {
  content: "\ef4c";
} /* 'î½Œ' */
.icon-clock-circled:before {
  content: "\ef4d";
} /* 'î½' */
.icon-lightbulb-2:before {
  content: "\ef4e";
} /* 'î½Ž' */
.icon-lightbulb-alt:before {
  content: "\ef4f";
} /* 'î½' */
.icon-block-4:before {
  content: "\ef50";
} /* 'î½' */
.icon-resize-full-5:before {
  content: "\ef51";
} /* 'î½‘' */
.icon-resize-full-alt-2:before {
  content: "\ef52";
} /* 'î½’' */
.icon-resize-small-4:before {
  content: "\ef53";
} /* 'î½“' */
.icon-resize-vertical-2:before {
  content: "\ef54";
} /* 'î½”' */
.icon-resize-horizontal-2:before {
  content: "\ef55";
} /* 'î½•' */
.icon-move-3:before {
  content: "\ef56";
} /* 'î½–' */
.icon-zoom-in-4:before {
  content: "\ef57";
} /* 'î½—' */
.icon-zoom-out-4:before {
  content: "\ef58";
} /* 'î½˜' */
.icon-down-open-3:before {
  content: "\ef59";
} /* 'î½™' */
.icon-left-open-4:before {
  content: "\ef5a";
} /* 'î½š' */
.icon-right-open-4:before {
  content: "\ef5b";
} /* 'î½›' */
.icon-up-open-3:before {
  content: "\ef5c";
} /* 'î½œ' */
.icon-down-6:before {
  content: "\ef5d";
} /* 'î½' */
.icon-left-5:before {
  content: "\ef5e";
} /* 'î½ž' */
.icon-right-5:before {
  content: "\ef5f";
} /* 'î½Ÿ' */
.icon-up-6:before {
  content: "\ef60";
} /* 'î½ ' */
.icon-down-circled-2:before {
  content: "\ef61";
} /* 'î½¡' */
.icon-left-circled-2:before {
  content: "\ef62";
} /* 'î½¢' */
.icon-right-circled-2:before {
  content: "\ef63";
} /* 'î½£' */
.icon-up-circled-2:before {
  content: "\ef64";
} /* 'î½¤' */
.icon-down-hand-1:before {
  content: "\ef65";
} /* 'î½¥' */
.icon-left-hand-1:before {
  content: "\ef66";
} /* 'î½¦' */
.icon-right-hand-1:before {
  content: "\ef67";
} /* 'î½§' */
.icon-up-hand-1:before {
  content: "\ef68";
} /* 'î½¨' */
.icon-cw-5:before {
  content: "\ef69";
} /* 'î½©' */
.icon-cw-circled:before {
  content: "\ef6a";
} /* 'î½ª' */
.icon-arrows-cw-2:before {
  content: "\ef6b";
} /* 'î½«' */
.icon-shuffle-4:before {
  content: "\ef6c";
} /* 'î½¬' */
.icon-play-5:before {
  content: "\ef6d";
} /* 'î½­' */
.icon-play-circled-1:before {
  content: "\ef6e";
} /* 'î½®' */
.icon-play-circled2-1:before {
  content: "\ef6f";
} /* 'î½¯' */
.icon-stop-6:before {
  content: "\ef70";
} /* 'î½°' */
.icon-stop-circled:before {
  content: "\ef71";
} /* 'î½±' */
.icon-pause-5:before {
  content: "\ef72";
} /* 'î½²' */
.icon-pause-circled:before {
  content: "\ef73";
} /* 'î½³' */
.icon-record-2:before {
  content: "\ef74";
} /* 'î½´' */
.icon-eject-3:before {
  content: "\ef75";
} /* 'î½µ' */
.icon-backward:before {
  content: "\ef76";
} /* 'î½¶' */
.icon-backward-circled:before {
  content: "\ef77";
} /* 'î½·' */
.icon-fast-backward-2:before {
  content: "\ef78";
} /* 'î½¸' */
.icon-fast-forward-2:before {
  content: "\ef79";
} /* 'î½¹' */
.icon-forward-3:before {
  content: "\ef7a";
} /* 'î½º' */
.icon-forward-circled:before {
  content: "\ef7b";
} /* 'î½»' */
.icon-step-backward:before {
  content: "\ef7c";
} /* 'î½¼' */
.icon-step-forward:before {
  content: "\ef7d";
} /* 'î½½' */
.icon-target-4:before {
  content: "\ef7e";
} /* 'î½¾' */
.icon-signal-4:before {
  content: "\ef7f";
} /* 'î½¿' */
.icon-desktop-2:before {
  content: "\ef80";
} /* 'î¾€' */
.icon-desktop-circled:before {
  content: "\ef81";
} /* 'î¾' */
.icon-laptop-2:before {
  content: "\ef82";
} /* 'î¾‚' */
.icon-laptop-circled:before {
  content: "\ef83";
} /* 'î¾ƒ' */
.icon-network-1:before {
  content: "\ef84";
} /* 'î¾„' */
.icon-inbox-3:before {
  content: "\ef85";
} /* 'î¾…' */
.icon-inbox-circled:before {
  content: "\ef86";
} /* 'î¾†' */
.icon-inbox-alt:before {
  content: "\ef87";
} /* 'î¾‡' */
.icon-globe-5:before {
  content: "\ef88";
} /* 'î¾ˆ' */
.icon-globe-alt-1:before {
  content: "\ef89";
} /* 'î¾‰' */
.icon-cloud-6:before {
  content: "\ef8a";
} /* 'î¾Š' */
.icon-cloud-circled:before {
  content: "\ef8b";
} /* 'î¾‹' */
.icon-flight-2:before {
  content: "\ef8c";
} /* 'î¾Œ' */
.icon-leaf-3:before {
  content: "\ef8d";
} /* 'î¾' */
.icon-font-1:before {
  content: "\ef8e";
} /* 'î¾Ž' */
.icon-fontsize-1:before {
  content: "\ef8f";
} /* 'î¾' */
.icon-bold-1:before {
  content: "\ef90";
} /* 'î¾' */
.icon-italic-1:before {
  content: "\ef91";
} /* 'î¾‘' */
.icon-text-height-1:before {
  content: "\ef92";
} /* 'î¾’' */
.icon-text-width-1:before {
  content: "\ef93";
} /* 'î¾“' */
.icon-align-left-1:before {
  content: "\ef94";
} /* 'î¾”' */
.icon-align-center-1:before {
  content: "\ef95";
} /* 'î¾•' */
.icon-align-right-1:before {
  content: "\ef96";
} /* 'î¾–' */
.icon-align-justify-1:before {
  content: "\ef97";
} /* 'î¾—' */
.icon-list-3:before {
  content: "\ef98";
} /* 'î¾˜' */
.icon-indent-left-1:before {
  content: "\ef99";
} /* 'î¾™' */
.icon-indent-right-1:before {
  content: "\ef9a";
} /* 'î¾š' */
.icon-briefcase-3:before {
  content: "\ef9b";
} /* 'î¾›' */
.icon-off-1:before {
  content: "\ef9c";
} /* 'î¾œ' */
.icon-road-1:before {
  content: "\ef9d";
} /* 'î¾' */
.icon-qrcode-1:before {
  content: "\ef9e";
} /* 'î¾ž' */
.icon-barcode-1:before {
  content: "\ef9f";
} /* 'î¾Ÿ' */
.icon-braille:before {
  content: "\efa0";
} /* 'î¾ ' */
.icon-book-4:before {
  content: "\efa1";
} /* 'î¾¡' */
.icon-adjust-1:before {
  content: "\efa2";
} /* 'î¾¢' */
.icon-tint-1:before {
  content: "\efa3";
} /* 'î¾£' */
.icon-check-3:before {
  content: "\efa4";
} /* 'î¾¤' */
.icon-check-empty-1:before {
  content: "\efa5";
} /* 'î¾¥' */
.icon-asterisk-1:before {
  content: "\efa6";
} /* 'î¾¦' */
.icon-gift-2:before {
  content: "\efa7";
} /* 'î¾§' */
.icon-fire-2:before {
  content: "\efa8";
} /* 'î¾¨' */
.icon-magnet-2:before {
  content: "\efa9";
} /* 'î¾©' */
.icon-chart-2:before {
  content: "\efaa";
} /* 'î¾ª' */
.icon-chart-circled:before {
  content: "\efab";
} /* 'î¾«' */
.icon-credit-card-4:before {
  content: "\efac";
} /* 'î¾¬' */
.icon-megaphone-2:before {
  content: "\efad";
} /* 'î¾­' */
.icon-clipboard-2:before {
  content: "\efae";
} /* 'î¾®' */
.icon-hdd-2:before {
  content: "\efaf";
} /* 'î¾¯' */
.icon-key-4:before {
  content: "\efb0";
} /* 'î¾°' */
.icon-certificate-2:before {
  content: "\efb1";
} /* 'î¾±' */
.icon-tasks-1:before {
  content: "\efb2";
} /* 'î¾²' */
.icon-filter-1:before {
  content: "\efb3";
} /* 'î¾³' */
.icon-gauge-2:before {
  content: "\efb4";
} /* 'î¾´' */
.icon-smiley:before {
  content: "\efb5";
} /* 'î¾µ' */
.icon-smiley-circled:before {
  content: "\efb6";
} /* 'î¾¶' */
.icon-address-book:before {
  content: "\efb7";
} /* 'î¾·' */
.icon-address-book-alt:before {
  content: "\efb8";
} /* 'î¾¸' */
.icon-asl:before {
  content: "\efb9";
} /* 'î¾¹' */
.icon-glasses:before {
  content: "\efba";
} /* 'î¾º' */
.icon-hearing-impaired:before {
  content: "\efbb";
} /* 'î¾»' */
.icon-iphone-home:before {
  content: "\efbc";
} /* 'î¾¼' */
.icon-person:before {
  content: "\efbd";
} /* 'î¾½' */
.icon-adult:before {
  content: "\efbe";
} /* 'î¾¾' */
.icon-child-1:before {
  content: "\efbf";
} /* 'î¾¿' */
.icon-blind:before {
  content: "\efc0";
} /* 'î¿€' */
.icon-guidedog:before {
  content: "\efc1";
} /* 'î¿' */
.icon-accessibility:before {
  content: "\efc2";
} /* 'î¿‚' */
.icon-universal-access:before {
  content: "\efc3";
} /* 'î¿ƒ' */
.icon-male-2:before {
  content: "\efc4";
} /* 'î¿„' */
.icon-female-2:before {
  content: "\efc5";
} /* 'î¿…' */
.icon-behance-2:before {
  content: "\efc6";
} /* 'î¿†' */
.icon-blogger-2:before {
  content: "\efc7";
} /* 'î¿‡' */
.icon-cc-3:before {
  content: "\efc8";
} /* 'î¿ˆ' */
.icon-css:before {
  content: "\efc9";
} /* 'î¿‰' */
.icon-delicious-2:before {
  content: "\efca";
} /* 'î¿Š' */
.icon-deviantart-2:before {
  content: "\efcb";
} /* 'î¿‹' */
.icon-digg-2:before {
  content: "\efcc";
} /* 'î¿Œ' */
.icon-dribbble-5:before {
  content: "\efcd";
} /* 'î¿' */
.icon-facebook-7:before {
  content: "\efce";
} /* 'î¿Ž' */
.icon-flickr-4:before {
  content: "\efcf";
} /* 'î¿' */
.icon-foursquare-2:before {
  content: "\efd0";
} /* 'î¿' */
.icon-friendfeed-1:before {
  content: "\efd1";
} /* 'î¿‘' */
.icon-friendfeed-rect-1:before {
  content: "\efd2";
} /* 'î¿’' */
.icon-github-6:before {
  content: "\efd3";
} /* 'î¿“' */
.icon-github-text-1:before {
  content: "\efd4";
} /* 'î¿”' */
.icon-googleplus:before {
  content: "\efd5";
} /* 'î¿•' */
.icon-instagram-5:before {
  content: "\efd6";
} /* 'î¿–' */
.icon-linkedin-6:before {
  content: "\efd7";
} /* 'î¿—' */
.icon-path:before {
  content: "\efd8";
} /* 'î¿˜' */
.icon-picasa-2:before {
  content: "\efd9";
} /* 'î¿™' */
.icon-pinterest-4:before {
  content: "\efda";
} /* 'î¿š' */
.icon-reddit-2:before {
  content: "\efdb";
} /* 'î¿›' */
.icon-skype-4:before {
  content: "\efdc";
} /* 'î¿œ' */
.icon-slideshare-1:before {
  content: "\efdd";
} /* 'î¿' */
.icon-stackoverflow-2:before {
  content: "\efde";
} /* 'î¿ž' */
.icon-stumbleupon-3:before {
  content: "\efdf";
} /* 'î¿Ÿ' */
.icon-twitter-6:before {
  content: "\efe0";
} /* 'î¿ ' */
.icon-tumblr-4:before {
  content: "\efe1";
} /* 'î¿¡' */
.icon-vimeo-3:before {
  content: "\efe2";
} /* 'î¿¢' */
.icon-vkontakte-2:before {
  content: "\efe3";
} /* 'î¿£' */
.icon-w3c-1:before {
  content: "\efe4";
} /* 'î¿¤' */
.icon-wordpress-3:before {
  content: "\efe5";
} /* 'î¿¥' */
.icon-youtube-3:before {
  content: "\efe6";
} /* 'î¿¦' */
.icon-music-4:before {
  content: "\efe7";
} /* 'î¿§' */
.icon-search-7:before {
  content: "\efe8";
} /* 'î¿¨' */
.icon-mail-7:before {
  content: "\efe9";
} /* 'î¿©' */
.icon-heart-7:before {
  content: "\efea";
} /* 'î¿ª' */
.icon-star-7:before {
  content: "\efeb";
} /* 'î¿«' */
.icon-user-7:before {
  content: "\efec";
} /* 'î¿¬' */
.icon-videocam-5:before {
  content: "\efed";
} /* 'î¿­' */
.icon-camera-7:before {
  content: "\efee";
} /* 'î¿®' */
.icon-photo-1:before {
  content: "\efef";
} /* 'î¿¯' */
.icon-attach-6:before {
  content: "\eff0";
} /* 'î¿°' */
.icon-lock-7:before {
  content: "\eff1";
} /* 'î¿±' */
.icon-eye-7:before {
  content: "\eff2";
} /* 'î¿²' */
.icon-tag-6:before {
  content: "\eff3";
} /* 'î¿³' */
.icon-thumbs-up-5:before {
  content: "\eff4";
} /* 'î¿´' */
.icon-pencil-7:before {
  content: "\eff5";
} /* 'î¿µ' */
.icon-comment-6:before {
  content: "\eff6";
} /* 'î¿¶' */
.icon-location-7:before {
  content: "\eff7";
} /* 'î¿·' */
.icon-cup-1:before {
  content: "\eff8";
} /* 'î¿¸' */
.icon-trash-8:before {
  content: "\eff9";
} /* 'î¿¹' */
.icon-doc-7:before {
  content: "\effa";
} /* 'î¿º' */
.icon-note-1:before {
  content: "\effb";
} /* 'î¿»' */
.icon-cog-6:before {
  content: "\effc";
} /* 'î¿¼' */
.icon-params:before {
  content: "\effd";
} /* 'î¿½' */
.icon-calendar-8:before {
  content: "\effe";
} /* 'î¿¾' */
.icon-sound-1:before {
  content: "\efff";
} /* 'î¿¿' */
.icon-clock-7:before {
  content: "\f000";
} /* 'ï€€' */
.icon-lightbulb-3:before {
  content: "\f001";
} /* 'ï€' */
.icon-tv:before {
  content: "\f002";
} /* 'ï€‚' */
.icon-desktop-3:before {
  content: "\f003";
} /* 'ï€ƒ' */
.icon-mobile-6:before {
  content: "\f004";
} /* 'ï€„' */
.icon-cd-3:before {
  content: "\f005";
} /* 'ï€…' */
.icon-inbox-4:before {
  content: "\f006";
} /* 'ï€†' */
.icon-globe-6:before {
  content: "\f007";
} /* 'ï€‡' */
.icon-cloud-7:before {
  content: "\f008";
} /* 'ï€ˆ' */
.icon-paper-plane-3:before {
  content: "\f009";
} /* 'ï€‰' */
.icon-fire-3:before {
  content: "\f00a";
} /* 'ï€Š' */
.icon-graduation-cap-2:before {
  content: "\f00b";
} /* 'ï€‹' */
.icon-megaphone-3:before {
  content: "\f00c";
} /* 'ï€Œ' */
.icon-database-3:before {
  content: "\f00d";
} /* 'ï€' */
.icon-key-5:before {
  content: "\f00e";
} /* 'ï€Ž' */
.icon-beaker-1:before {
  content: "\f00f";
} /* 'ï€' */
.icon-truck-1:before {
  content: "\f010";
} /* 'ï€' */
.icon-money-2:before {
  content: "\f011";
} /* 'ï€‘' */
.icon-food-1:before {
  content: "\f012";
} /* 'ï€’' */
.icon-shop-1:before {
  content: "\f013";
} /* 'ï€“' */
.icon-diamond-1:before {
  content: "\f014";
} /* 'ï€”' */
.icon-t-shirt:before {
  content: "\f015";
} /* 'ï€•' */
.icon-wallet:before {
  content: "\f016";
} /* 'ï€–' */
.icon-search-8:before {
  content: "\f017";
} /* 'ï€—' */
.icon-mail-8:before {
  content: "\f018";
} /* 'ï€˜' */
.icon-heart-8:before {
  content: "\f019";
} /* 'ï€™' */
.icon-heart-empty-4:before {
  content: "\f01a";
} /* 'ï€š' */
.icon-star-8:before {
  content: "\f01b";
} /* 'ï€›' */
.icon-user-8:before {
  content: "\f01c";
} /* 'ï€œ' */
.icon-video-5:before {
  content: "\f01d";
} /* 'ï€' */
.icon-picture-5:before {
  content: "\f01e";
} /* 'ï€ž' */
.icon-th-large-3:before {
  content: "\f01f";
} /* 'ï€Ÿ' */
.icon-th-4:before {
  content: "\f020";
} /* 'ï€ ' */
.icon-th-list-5:before {
  content: "\f021";
} /* 'ï€¡' */
.icon-ok-6:before {
  content: "\f022";
} /* 'ï€¢' */
.icon-ok-circle-1:before {
  content: "\f023";
} /* 'ï€£' */
.icon-cancel-7:before {
  content: "\f024";
} /* 'ï€¤' */
.icon-cancel-circle-2:before {
  content: "\f025";
} /* 'ï€¥' */
.icon-plus-circle-1:before {
  content: "\f026";
} /* 'ï€¦' */
.icon-minus-circle-1:before {
  content: "\f027";
} /* 'ï€§' */
.icon-link-5:before {
  content: "\f028";
} /* 'ï€¨' */
.icon-attach-7:before {
  content: "\f029";
} /* 'ï€©' */
.icon-lock-8:before {
  content: "\f02a";
} /* 'ï€ª' */
.icon-lock-open-7:before {
  content: "\f02b";
} /* 'ï€«' */
.icon-tag-7:before {
  content: "\f02c";
} /* 'ï€¬' */
.icon-reply-4:before {
  content: "\f02d";
} /* 'ï€­' */
.icon-reply-all-2:before {
  content: "\f02e";
} /* 'ï€®' */
.icon-forward-4:before {
  content: "\f02f";
} /* 'ï€¯' */
.icon-code-3:before {
  content: "\f030";
} /* 'ï€°' */
.icon-retweet-4:before {
  content: "\f031";
} /* 'ï€±' */
.icon-comment-7:before {
  content: "\f032";
} /* 'ï€²' */
.icon-comment-alt-2:before {
  content: "\f033";
} /* 'ï€³' */
.icon-chat-6:before {
  content: "\f034";
} /* 'ï€´' */
.icon-attention-5:before {
  content: "\f035";
} /* 'ï€µ' */
.icon-location-8:before {
  content: "\f036";
} /* 'ï€¶' */
.icon-doc-8:before {
  content: "\f037";
} /* 'ï€·' */
.icon-docs-landscape:before {
  content: "\f038";
} /* 'ï€¸' */
.icon-folder-6:before {
  content: "\f039";
} /* 'ï€¹' */
.icon-archive-2:before {
  content: "\f03a";
} /* 'ï€º' */
.icon-rss-7:before {
  content: "\f03b";
} /* 'ï€»' */
.icon-rss-alt-1:before {
  content: "\f03c";
} /* 'ï€¼' */
.icon-cog-7:before {
  content: "\f03d";
} /* 'ï€½' */
.icon-logout-3:before {
  content: "\f03e";
} /* 'ï€¾' */
.icon-clock-8:before {
  content: "\f03f";
} /* 'ï€¿' */
.icon-block-5:before {
  content: "\f040";
} /* 'ï€' */
.icon-resize-full-6:before {
  content: "\f041";
} /* 'ï' */
.icon-resize-full-circle:before {
  content: "\f042";
} /* 'ï‚' */
.icon-popup-5:before {
  content: "\f043";
} /* 'ïƒ' */
.icon-left-open-5:before {
  content: "\f044";
} /* 'ï„' */
.icon-right-open-5:before {
  content: "\f045";
} /* 'ï…' */
.icon-down-circle-1:before {
  content: "\f046";
} /* 'ï†' */
.icon-left-circle-1:before {
  content: "\f047";
} /* 'ï‡' */
.icon-right-circle-1:before {
  content: "\f048";
} /* 'ïˆ' */
.icon-up-circle-1:before {
  content: "\f049";
} /* 'ï‰' */
.icon-down-dir-3:before {
  content: "\f04a";
} /* 'ïŠ' */
.icon-right-dir-3:before {
  content: "\f04b";
} /* 'ï‹' */
.icon-down-micro:before {
  content: "\f04c";
} /* 'ïŒ' */
.icon-up-micro:before {
  content: "\f04d";
} /* 'ï' */
.icon-cw-circle:before {
  content: "\f04e";
} /* 'ïŽ' */
.icon-arrows-cw-3:before {
  content: "\f04f";
} /* 'ï' */
.icon-updown-circle:before {
  content: "\f050";
} /* 'ï' */
.icon-target-5:before {
  content: "\f051";
} /* 'ï‘' */
.icon-signal-5:before {
  content: "\f052";
} /* 'ï’' */
.icon-progress-4:before {
  content: "\f053";
} /* 'ï“' */
.icon-progress-5:before {
  content: "\f054";
} /* 'ï”' */
.icon-progress-6:before {
  content: "\f055";
} /* 'ï•' */
.icon-progress-7:before {
  content: "\f056";
} /* 'ï–' */
.icon-progress-8:before {
  content: "\f057";
} /* 'ï—' */
.icon-progress-9:before {
  content: "\f058";
} /* 'ï˜' */
.icon-progress-10:before {
  content: "\f059";
} /* 'ï™' */
.icon-progress-11:before {
  content: "\f05a";
} /* 'ïš' */
.icon-font-2:before {
  content: "\f05b";
} /* 'ï›' */
.icon-list-4:before {
  content: "\f05c";
} /* 'ïœ' */
.icon-list-numbered-1:before {
  content: "\f05d";
} /* 'ï' */
.icon-indent-left-2:before {
  content: "\f05e";
} /* 'ïž' */
.icon-indent-right-2:before {
  content: "\f05f";
} /* 'ïŸ' */
.icon-cloud-8:before {
  content: "\f060";
} /* 'ï ' */
.icon-terminal-1:before {
  content: "\f061";
} /* 'ï¡' */
.icon-facebook-rect-2:before {
  content: "\f062";
} /* 'ï¢' */
.icon-twitter-bird-2:before {
  content: "\f063";
} /* 'ï£' */
.icon-vimeo-rect-1:before {
  content: "\f064";
} /* 'ï¤' */
.icon-tumblr-rect-1:before {
  content: "\f065";
} /* 'ï¥' */
.icon-googleplus-rect-1:before {
  content: "\f066";
} /* 'ï¦' */
.icon-linkedin-rect-1:before {
  content: "\f067";
} /* 'ï§' */
.icon-skype-5:before {
  content: "\f068";
} /* 'ï¨' */
.icon-vkontakte-rect-1:before {
  content: "\f069";
} /* 'ï©' */
.icon-youtube-4:before {
  content: "\f06a";
} /* 'ïª' */
.icon-odnoklassniki-rect-1:before {
  content: "\f06b";
} /* 'ï«' */
