/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
body {
  margin: 0;
  color: #333333;
  font-family: Arial, Helvetica, Garuda, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #ffffff;
}
body,
input,
button,
select,
textarea {
  font-family: Arial, Helvetica, Garuda, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0d0d0d;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 500px;
}
.control-group.control-group-crop {
  max-width: 278px;
  width: 278px;
}
.control-group.control-group-crop img {
  width: 100%;
  max-width: none;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.25;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 20px;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 40px;
}
h3 {
  line-height: 30px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 38.5px;
  font-size: 4rem;
}
h2 {
  font-size: 31.5px;
  font-size: 3rem;
}
h3 {
  font-size: 24.5px;
  font-size: 2.5rem;
}
h4 {
  font-size: 17.5px;
  font-size: 2rem;
}
h5 {
  font-size: 14px;
  font-size: 1.6rem;
}
h6 {
  font-size: 11.9px;
  font-size: 1.2rem;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
.list-unstyled,
.list-inline {
  margin-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal:before,
.dl-horizontal:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  border-radius: 4px;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: none;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
[class^="span"] {
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 728px;
  }
  [class^="span"] {
    float: left;
  }
  .span12 {
    width: 100%;
  }
  .span11 {
    width: 91.66666666666666%;
  }
  .span10 {
    width: 83.33333333333334%;
  }
  .span9 {
    width: 75%;
  }
  .span8 {
    width: 66.66666666666666%;
  }
  .span7 {
    width: 58.333333333333336%;
  }
  .span6 {
    width: 50%;
  }
  .span5 {
    width: 41.66666666666667%;
  }
  .span4 {
    width: 33.33333333333333%;
  }
  .span3 {
    width: 25%;
  }
  .span2 {
    width: 16.666666666666664%;
  }
  .span1 {
    width: 8.333333333333332%;
  }
  .offset12 {
    margin-left: 100%;
  }
  .offset11 {
    margin-left: 91.66666666666666%;
  }
  .offset10 {
    margin-left: 83.33333333333334%;
  }
  .offset9 {
    margin-left: 75%;
  }
  .offset8 {
    margin-left: 66.66666666666666%;
  }
  .offset7 {
    margin-left: 58.333333333333336%;
  }
  .offset6 {
    margin-left: 50%;
  }
  .offset5 {
    margin-left: 41.66666666666667%;
  }
  .offset4 {
    margin-left: 33.33333333333333%;
  }
  .offset3 {
    margin-left: 25%;
  }
  .offset2 {
    margin-left: 16.666666666666664%;
  }
  .offset1 {
    margin-left: 8.333333333333332%;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  [class^="span"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
[class*="span"].pull-right {
  float: right;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  border-left: 0;
  border-radius: none;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: none;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: none;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: none;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: none;
}
.table-bordered tfoot + tbody:last-child tr:last-child > td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child > td:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: none;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: none;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table col[class^="span"] {
  float: none;
  display: table-column;
}
table td[class^="span"],
table th[class^="span"] {
  float: none;
  display: table-cell;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
form {
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 34px;
  padding: 6px 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  -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 linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
input,
select,
textarea {
  width: 100%;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
textarea {
  height: auto;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
select,
input[type="file"] {
  height: 34px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size. TODO: Check if this is still needed when dropping IE7 support */

  line-height: 34px;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-top: 5px;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
select.input-large,
textarea.input-large,
input[type="text"].input-large,
input[type="password"].input-large,
input[type="datetime"].input-large,
input[type="datetime-local"].input-large,
input[type="date"].input-large,
input[type="month"].input-large,
input[type="time"].input-large,
input[type="week"].input-large,
input[type="number"].input-large,
input[type="email"].input-large,
input[type="url"].input-large,
input[type="search"].input-large,
input[type="tel"].input-large,
input[type="color"].input-large {
  padding: 11px 14px;
  font-size: 17.5px;
  border-radius: 6px;
}
select.input-small,
textarea.input-small,
input[type="text"].input-small,
input[type="password"].input-small,
input[type="datetime"].input-small,
input[type="datetime-local"].input-small,
input[type="date"].input-small,
input[type="month"].input-small,
input[type="time"].input-small,
input[type="week"].input-small,
input[type="number"].input-small,
input[type="email"].input-small,
input[type="url"].input-small,
input[type="search"].input-small,
input[type="tel"].input-small,
input[type="color"].input-small {
  min-height: 26px;
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 3px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"] {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.input-append input[class*="span"],
.input-prepend input[class*="span"] {
  display: inline-block;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"] {
  height: 34px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly],
fieldset[disabled] input,
fieldset[disabled] select,
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  background-color: transparent;
}
.has-warning .control-label {
  color: #c09853;
}
.has-warning .input-with-feedback {
  padding-right: 32px;
  border-color: #c09853;
  -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 .input-with-feedback:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-error .control-label {
  color: #b94a48;
}
.has-error .input-with-feedback {
  padding-right: 32px;
  border-color: #b94a48;
  -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 .input-with-feedback:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-success .control-label {
  color: #468847;
}
.has-success .input-with-feedback {
  padding-right: 32px;
  border-color: #468847;
  -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 .input-with-feedback:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #737373;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.input-group {
  display: table;
}
.input-group[class*="span"] {
  float: none;
  padding: 0;
}
.input-group input,
.input-group select {
  width: 100%;
}
.input-group-addon,
.input-group-btn,
.input-group input {
  display: table-cell;
  margin: 0;
  border-radius: 0;
}
.input-group-addon.input-small,
.input-group-btn.input-small,
.input-group input.input-small {
  border-radius: 0;
}
.input-group-addon.input-large,
.input-group-btn.input-large,
.input-group input.input-large {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  vertical-align: middle;
}
.input-group-addon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-group-addon.input-small {
  padding: 2px 10px;
  font-size: 11.9px;
}
.input-group-addon.input-large {
  padding: 11px 14px;
  font-size: 17.5px;
}
.input-group input:first-child,
.input-group-addon:first-child {
  border-bottom-left-radius: none;
  border-top-left-radius: none;
}
.input-group input:first-child.input-small,
.input-group-addon:first-child.input-small {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.input-group input:first-child.input-large,
.input-group-addon:first-child.input-large {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group input:last-child,
.input-group-addon:last-child {
  border-bottom-right-radius: none;
  border-top-right-radius: none;
}
.input-group input:last-child.input-small,
.input-group-addon:last-child.input-small {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.input-group input:last-child.input-large,
.input-group-addon:last-child.input-large {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  float: left;
  border-radius: 0;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn:first-child,
.input-group-btn:first-child > .dropdown-toggle:first-child {
  border-bottom-left-radius: none;
  border-top-left-radius: none;
}
.input-group-btn:first-child > .btn:first-child.btn-large,
.input-group-btn:first-child > .dropdown-toggle:first-child.btn-large {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.input-group-btn:first-child > .btn:first-child.btn-small,
.input-group-btn:first-child > .dropdown-toggle:first-child.btn-small {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.input-group-btn:last-child > .btn:last-child,
.input-group-btn:last-child > .dropdown-toggle {
  border-bottom-right-radius: none;
  border-top-right-radius: none;
}
.input-group-btn:last-child > .btn:last-child.btn-large,
.input-group-btn:last-child > .dropdown-toggle.btn-large {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.input-group-btn:last-child > .btn:last-child.btn-small,
.input-group-btn:last-child > .dropdown-toggle.btn-small {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
@media screen and (min-width: 768px) {
  .form-horizontal .control-group {
    position: relative;
    margin-bottom: 20px;
  }
  .form-horizontal .control-group:before,
  .form-horizontal .control-group:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .form-horizontal .control-group:after {
    clear: both;
  }
  .form-horizontal .control-group input,
  .form-horizontal .control-group select,
  .form-horizontal .control-group textarea {
    margin-bottom: 0;
  }
  .form-horizontal .control-group > .control-label {
    float: left;
    width: 160px;
    padding-top: 6px;
    text-align: right;
  }
  .form-horizontal .control-group > .controls {
    margin-left: 180px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #a7a9aa;
  border-radius: none;
  white-space: nowrap;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 14px;
  font-size: 17.5px;
  border-radius: 6px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 3px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn {
  color: #ffffff;
  background-color: #a7a9aa;
  border-color: #a7a9aa;
}
.btn:hover,
.btn:focus,
.btn:active {
  background-color: #9a9c9d;
  border-color: #8d9091;
}
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active {
  background-color: #a7a9aa;
  border-color: #a7a9aa;
}
.btn:hover,
.btn:focus,
.btn:active {
  background-color: rgba(167, 169, 170, 0.8);
  border-color: rgba(167, 169, 170, 0.8);
}
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active {
  background-color: #a7a9aa;
  border-color: #a7a9aa;
}
.btn-primary {
  background-color: #428bca;
  border-color: #428bca;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #357ebd;
  border-color: #3071a9;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active {
  background-color: #428bca;
  border-color: #428bca;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: rgba(66, 139, 202, 0.8);
  border-color: rgba(66, 139, 202, 0.8);
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active {
  background-color: #428bca;
  border-color: #428bca;
}
.btn-warning {
  background-color: #fddc79;
  border-color: #fddc79;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background-color: #fdd560;
  border-color: #fccf47;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active {
  background-color: #fddc79;
  border-color: #fddc79;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background-color: rgba(253, 220, 121, 0.8);
  border-color: rgba(253, 220, 121, 0.8);
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active {
  background-color: #fddc79;
  border-color: #fddc79;
}
.btn-danger {
  background-color: #ce4747;
  border-color: #ce4747;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background-color: #c73535;
  border-color: #b23030;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active {
  background-color: #ce4747;
  border-color: #ce4747;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background-color: rgba(206, 71, 71, 0.8);
  border-color: rgba(206, 71, 71, 0.8);
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active {
  background-color: #ce4747;
  border-color: #ce4747;
}
.btn-success {
  background-color: #0e8a7e;
  border-color: #0e8a7e;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #0c7369;
  border-color: #095c54;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active {
  background-color: #0e8a7e;
  border-color: #0e8a7e;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: rgba(14, 138, 126, 0.8);
  border-color: rgba(14, 138, 126, 0.8);
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active {
  background-color: #0e8a7e;
  border-color: #0e8a7e;
}
.btn-info {
  background-color: #02b0a0;
  border-color: #02b0a0;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: #029789;
  border-color: #017e72;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active {
  background-color: #02b0a0;
  border-color: #02b0a0;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: rgba(2, 176, 160, 0.8);
  border-color: rgba(2, 176, 160, 0.8);
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active {
  background-color: #02b0a0;
  border-color: #02b0a0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link {
  color: #333333;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #0d0d0d;
  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: #333333;
  text-decoration: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
/*.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  .transition(height .35s ease);
  &.in {
    height: auto;
  }
}*/
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1040;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  z-index: 1040;
  position: relative;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #10988b;
  background-image: -moz-linear-gradient(top, #12afa0, #10988b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#12afa0), to(#10988b));
  background-image: -webkit-linear-gradient(top, #12afa0, #10988b);
  background-image: -o-linear-gradient(top, #12afa0, #10988b);
  background-image: linear-gradient(to bottom, #12afa0, #10988b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12afa0', endColorstr='#ff10988b', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #10988b;
  background-image: -moz-linear-gradient(top, #12afa0, #10988b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#12afa0), to(#10988b));
  background-image: -webkit-linear-gradient(top, #12afa0, #10988b);
  background-image: -o-linear-gradient(top, #12afa0, #10988b);
  background-image: linear-gradient(to bottom, #12afa0, #10988b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12afa0', endColorstr='#ff10988b', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-top-left-radius: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-bottom-left-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-top-right-radius: 0;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.nav {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  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: #eeeeee;
}
.nav > .pull-right {
  float: right;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: none none 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li > a {
  margin-left: 2px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #333333;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li > a {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  max-height: 40px;
}
.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
  text-align: center;
}
.nav-list > li > a {
  margin-bottom: -1px;
  border: 1px solid #e5e5e5;
}
.nav-list > li:first-child > a {
  border-top-left-radius: none;
  border-top-right-radius: none;
}
.nav-list > li:last-child > a {
  border-bottom-left-radius: none;
  border-bottom-right-radius: none;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  z-index: 2;
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
/*
// Prevent IE8 from misplacing imgs
// See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989
.nav > li > a > img {
  max-width: none;
}

// Dropdowns
// -------------------------

.nav-tabs .dropdown-menu {
  // Remove the top rounded corners here since there is a hard edge above the menu
  .border-top-radius(0);
}

// Default dropdown links
// -------------------------
// Make carets use linkColor to start
.nav .dropdown-toggle .caret {
  border-top-color: @link-color;
  border-bottom-color: @link-color;
  margin-top: 8px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: @link-color-hover;
  border-bottom-color: @link-color-hover;
}

// Active dropdown links
// -------------------------
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: @gray;
  border-bottom-color: @gray;
}

// Active:hover dropdown links
// -------------------------
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

// Open dropdowns
// -------------------------
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: @grayLight;
  border-color: @grayLight;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  .opacity(1);
}

// Dropdowns in stacked tabs
.tabs-stacked .open > a:hover {
  border-color: @grayLight;
}

*/
.navbar {
  position: relative;
  padding: 10px 15px;
  background-color: #eeeeee;
  border-radius: none;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar .nav {
  margin-top: 15px;
}
.navbar .nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #777777;
  line-height: 20px;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  background-color: #d5d5d5;
}
.navbar .nav > .disabled > a,
.navbar .nav > .disabled > a:hover,
.navbar .nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-static-top {
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: 0;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-brand {
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #777777;
  text-align: center;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #5e5e5e;
  text-decoration: none;
  background-color: transparent;
}
.navbar-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar .nav > .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e1e1e1;
  border-bottom: 1px solid #fbfbfb;
}
.navbar-form {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar .nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #d5d5d5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-inverse {
  background-color: #222222;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a {
  color: #999999;
}
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .nav > .active > a,
.navbar-inverse .nav > .active > a:hover,
.navbar-inverse .nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .nav > .disabled > a,
.navbar-inverse .nav > .disabled > a:hover,
.navbar-inverse .nav > .disabled > a:focus {
  color: #444444;
  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 .nav > .divider {
  background-color: #151515;
  border-bottom-color: #2f2f2f;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-brand {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -10px;
  }
  .navbar .nav {
    float: left;
    margin-top: 0;
  }
  .navbar .nav:before,
  .navbar .nav:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .navbar .nav:after {
    clear: both;
  }
  .navbar .nav.pull-right {
    float: right;
  }
  .navbar .nav > li {
    float: left;
  }
  .navbar .nav > .divider {
    width: 1px;
    height: 30px;
    margin: 10px 9px;
    border-bottom: 0;
    border-right: 1px solid #fbfbfb;
  }
  .navbar-inverse .nav > .divider {
    border-right-color: #2f2f2f;
  }
  .navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/*

// Janky solution for now to account for links outside the .nav
// -------------------------
.navbar-link {
  color: @navbar-link-color;
  &:hover {
    color: @navbar-link-color-hover;
  }
}

// Buttons in navbar
// -------------------------
.navbar .btn,
.navbar .btn-group {
  .navbarVerticalAlign(30px); // Vertically center in navbar
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0; // then undo the margin here so we don't accidentally double it
}

// Navbar forms
// -------------------------
.navbar-form {
  margin-bottom: 0; // remove default bottom margin
  .clearfix();
  input,
  select,
  .radio,
  .checkbox {
    .navbarVerticalAlign(30px); // Vertically center in navbar
  }
  input,
  select,
  .btn {
    display: inline-block;
    margin-bottom: 0;
  }
  input[type="image"],
  input[type="checkbox"],
  input[type="radio"] {
    margin-top: 3px;
  }
  .input-append,
  .input-prepend {
    margin-top: 5px;
    white-space: nowrap; // preven two  items from separating within a .navbar-form that has .pull-left
    input {
      margin-top: 0; // remove the margin on top since it's on the parent
    }
  }
}

*/
.btn .caret {
  border-top-color: #ffffff;
}
.dropup .btn .caret {
  border-bottom-color: #ffffff;
}
.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn + btn {
  margin-left: -1px;
}
.btn-group > .btn:hover,
.btn-group > .btn:active {
  z-index: 2;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  border-bottom-left-radius: none;
  border-top-left-radius: none;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-bottom-right-radius: none;
  border-top-right-radius: none;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  border-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
}
.btn-group-vertical .btn:first-child {
  border-radius: 0;
  border-top-right-radius: none;
  border-top-left-radius: none;
}
.btn-group-vertical .btn:last-child {
  border-radius: 0;
  border-bottom-right-radius: none;
  border-bottom-left-radius: none;
}
.btn-group-vertical .btn-large:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.btn-group-vertical .btn-large:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group-justified {
  display: table;
  width: 100%;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
.pagination {
  display: inline-block;
  margin: 20px 0;
  border-radius: none;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-left-width: 0;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  background-color: #12afa0;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #999999;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  cursor: default;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-left-width: 1px;
  border-bottom-left-radius: none;
  border-top-left-radius: none;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: none;
  border-top-right-radius: none;
}
.pagination-large > li > a,
.pagination-large > li > span {
  padding: 11px 14px;
  font-size: 17.5px;
}
.pagination-large > li:first-child > a,
.pagination-large > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-large > li:last-child > a,
.pagination-large > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-mini > li:first-child > a,
.pagination-small > li:first-child > a,
.pagination-mini > li:first-child > span,
.pagination-small > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-mini > li:last-child > a,
.pagination-small > li:last-child > a,
.pagination-mini > li:last-child > span,
.pagination-small > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-small > li > a,
.pagination-small > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini > li > a,
.pagination-mini > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.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: #f5f5f5;
}
.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: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
}
.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in {
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.modal-dialog {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-title {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  padding: 10px;
}
.modal-footer {
  margin-top: 15px;
  padding: 9px 10px 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 560px;
    margin-left: -280px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: none;
}
.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: rgba(0, 0, 0, 0.9);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.9);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  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);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: none;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.thumbnail,
.img-thumbnail {
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail {
  display: block;
}
.img-thumbnail {
  display: inline-block;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #333333;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label {
  padding: .25em .6em;
  font-size: 75%;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-danger {
  background-color: #ce4747;
}
.label-danger[href] {
  background-color: #b23030;
}
.label-warning {
  background-color: #fddc79;
}
.label-warning[href] {
  background-color: #fccf47;
}
.label-success {
  background-color: #0e8a7e;
}
.label-success[href] {
  background-color: #095c54;
}
.label-info {
  background-color: #02b0a0;
}
.label-info[href] {
  background-color: #017e72;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .badge {
  top: 0;
}
.nav-list > .active > a > .badge,
.nav-pills > .active > a > .badge {
  color: #333333;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #428bca;
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-color: #428bca;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-danger {
  background-color: #ce4747;
}
.progress-striped .progress-bar-danger {
  background-color: #ce4747;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-success {
  background-color: #0e8a7e;
}
.progress-striped .progress-bar-success {
  background-color: #0e8a7e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: #fddc79;
}
.progress-striped .progress-bar-warning {
  background-color: #fddc79;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: #02b0a0;
}
.progress-striped .progress-bar-info {
  background-color: #02b0a0;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: none;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  max-height: 380px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
  min-width: 100%;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-color: rgba(0, 0, 0, 0.0001);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-color: transparent;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-color: transparent;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 5;
  width: 100px;
  margin: 0 0 0 -50px;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 0;
  margin-right: 0;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 17%;
  right: 17%;
  bottom: 20px;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 0;
    right: 0;
    z-index: 10;
    display: block;
    padding: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 50px 60px;
    border-radius: 6px;
  }
  .jumbotron h1 {
    font-size: 60px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.tabs {
  text-align: center;
  border: 1px solid #ebebeb;
  border-bottom: none;
  margin-top: 10px;
}
.tabs ul {
  margin: 0;
  list-style: none;
}
.tabs ul li {
  display: inline-block;
}
.tabs ul li a {
  display: inline-block;
  padding: 12px;
  font-family: 'Parangon';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  text-decoration: none;
  position: relative;
}
.tabs ul li a:hover {
  color: #999999;
}
.tabs ul li.active a {
  color: #999999;
}
.tabs ul li.active a:after {
  content: '';
  display: block;
  position: absolute;
  border: 4px solid transparent;
  border-bottom-color: #333333;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
}
.notify.tabs-statistic {
  background: #ebebeb;
  border: 0;
  font-size: 18px;
  padding: 0;
  margin-top: 0px;
  width: 100%;
}
.notify.tabs-statistic li {
  padding: 4px 8px;
}
.notify.tabs-statistic li a {
  color: #fff;
  padding: 0 !important;
  line-height: 13px;
  text-decoration: underline;
  font-size: 10px;
}
.notify.tabs-statistic li.active a {
  color: #12afa0 !important;
  text-decoration: none;
}
.notify.tabs-statistic li.active a:after {
  border: none !important;
  content: '';
}
.notify.tabs-statistic li.active a:active {
  border: none;
}
.btn-group.tabs-statistic {
  background: #ebebeb;
  border: 0;
  font-size: 18px;
  padding: 12px 0px;
  width: 100%;
  margin-top: 0;
}
.btn-group.tabs-statistic li {
  padding: 0 8px;
}
.btn-group.tabs-statistic li a {
  color: #000;
  padding: 0 !important;
  line-height: 15px;
  background: none;
  border: none;
  border-bottom: 1px dotted #000;
  font-size: 18px;
  font-family: arial;
  text-transform: none;
  display: block;
}
.btn-group.tabs-statistic li.active a {
  color: #fff !important;
  padding: 4px 8px;
  background: #03c293;
}
#show-more {
  background: #ebebeb;
  display: block;
  padding: 13px 0;
  width: 100%;
}
#show-more a {
  border-bottom: 1px dotted #000;
  color: #000;
  margin-left: 10px;
}
#show-more a:hover {
  text-decoration: none;
}
.tab-content .notify {
  height: 28px;
  line-height: 28px;
  background-color: #333333;
  color: #12afa0;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 27px;
}
.table-container {
  padding: 0 9px 20px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.table-container .table {
  margin-bottom: 0;
  font-size: 12px;
}
.table-container .table tr:last-child td {
  border-bottom: 1px solid #ebebeb;
}
.table-container .table a {
  color: #333333;
  text-decoration: underline;
}
.table-container .table .align-center {
  text-align: center;
}
.table-container .table th {
  color: #999999;
  font-weight: normal;
}
.table-container .table td {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  color: #333333;
}
.table-container .table td:first-child {
  border-left: none;
}
.table-container .table tr:hover td {
  background: #ecfffa;
}
.js-ajax-loader {
  background: url('/static/img/ajax-loader.gif?b886d23996b9') no-repeat transparent;
  float: right;
  height: 20px;
  margin-right: 200px;
  width: 220px;
  display: none;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
[class*="span"] {
  padding-left: 5px;
  padding-right: 5px;
}
span.rub {
  overflow: hidden;
  display: inline-block;
  min-width: 2em;
  position: relative;
  text-indent: -100px;
  vertical-align: bottom;
  text-align: left;
}
span.rub:before {
  content: 'a';
  font-family: 'Ruble';
  position: relative;
  left: 102px;
  line-height: normal;
}
body {
  overflow-y: scroll;
  *overflow-y: visible;
  background: #eee;
}
.span8.no-masonry {
  width: 66.6667%;
}
.main-content {
  background: #fff;
  padding: 30px;
}
.btn-danger + .close {
  float: none;
  position: relative;
  left: 5px;
  top: 4px;
}
.no-float {
  float: none;
}
.fakeH1 {
  font-size: 22px;
  line-height: 40px;
  font-family: 'Parangon';
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.leaflet-control-attribution {
  display: none;
}
.banner-not-pin {
  margin-bottom: 10px;
}
#top-link {
  position: fixed;
  top: 0px;
  bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 930px) {
  #top-link {
    display: none !important;
  }
}
#top-link:hover a,
#top-link:focus a,
#top-link:active a {
  text-decoration: none;
  background: rgba(38, 38, 38, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top-link a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  height: 100%;
  padding: 40px 0;
  font-size: 10px;
  text-align: center;
  color: #262626;
}
#top-link a:before {
  content: " ";
  position: absolute;
}
.top-button a:before {
  margin: -30px 7px;
  border: 10px solid transparent;
  border-bottom-color: #262626;
}
.bottom-button a:before {
  margin: -20px 1px;
  border: 10px solid transparent;
  border-top-color: #262626;
}
.btn-look-wrapper {
  padding: 0 !important;
  text-align: right;
}
.btn-look {
  display: inline-block;
  padding: 10px 5px 10px 15px;
  background: #12afa0;
  color: #fff;
  text-decoration: none !important;
}
.btn-look:hover,
.btn-look:focus,
.btn-look:active {
  background: #262626;
  color: #fff !important;
}
.btn-look:after {
  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;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  content: '\e766';
  margin-left: 10px;
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
}
.header-navbar-nav-social li {
  float: right;
}
.not-ttu {
  text-transform: none !important;
}
.not-tac {
  text-align: left !important;
}
@font-face {
  font-family: 'Ruble';
  src: url('/static/fonts/rouble.eot?b886d23996b9');
  src: url('/static/fonts/rouble.eot?#iefix') format('embedded-opentype'), url('/static/fonts/rouble.woff?b886d23996b9') format('woff'), url('/static/fonts/rouble.ttf?b886d23996b9') format('truetype'), url('/static/fonts/rouble.svg#ruble') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('/static/fonts/fontello.eot?79486526');
  src: url('/static/fonts/fontello.eot?79486526#iefix') format('embedded-opentype'), url('/static/fonts/fontello.woff?79486526') format('woff'), url('/static/fonts/fontello.ttf?79486526') format('truetype'), url('/static/fonts/fontello.svg?79486526#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('/static/font/fontello.svg?79486526#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 - magrins should be symmetric */

  /* remove if not needed */

  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */

  /* font-size: 120%; */

  /* Uncomment for 3D effect */

  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

  /* smooth chrome gray border */

  -webkit-transform: rotate(0.1deg);
}
.icon-vk:before {
  content: '\4e';
}
/* 'N' */
.icon-twitter:before {
  content: '\54';
}
/* 'T' */
.icon-star:before {
  content: '\2605';
}
/* '★' */
.icon-star-empty:before {
  content: '\2606';
}
/* '☆' */
.icon-heart:before {
  content: '\2665';
}
/* '♥' */
.icon-attention:before {
  content: '\26a0';
}
/* '⚠' */
.icon-pencil:before {
  content: '\270e';
}
/* '✎' */
.icon-ok:before {
  content: '\2713';
}
/* '✓' */
.icon-ok-circle:before {
  content: '\2714';
}
/* '✔' */
.icon-cancel:before {
  content: '\2715';
}
/* '✕' */
.icon-cancel-circle:before {
  content: '\2716';
}
/* '✖' */
.icon-cog:before {
  content: '\e109';
}
/* '' */
.icon-user-add:before {
  content: '\e700';
}
/* '' */
.icon-eye:before {
  content: '\e70a';
}
/* '' */
.icon-tag:before {
  content: '\e70c';
}
/* '' */
.icon-comment:before {
  content: '\e718';
}
/* '' */
.icon-left-open:before {
  content: '\e75d';
}
/* '' */
.icon-right-open:before {
  content: '\e75e';
}
/* '' */
.icon-arrows-cw:before {
  content: '\e760';
}
/* '' */
.icon-down-open-big:before {
  content: '\e764';
}
/* '' */
.icon-left-open-big:before {
  content: '\e765';
}
/* '' */
.icon-right-open-big:before {
  content: '\e766';
}
/* '' */
.icon-up-open-big:before {
  content: '\e767';
}
/* '' */
.icon-magnet:before {
  content: '\e7a1';
}
/* '' */
.icon-spin3:before {
  content: '\e832';
}
/* '' */
.icon-location:before {
  content: '\f031';
}
/* '' */
.icon-facebook-rect:before {
  content: '\f301';
}
/* '' */
.icon-twitter-1:before {
  content: '\f302';
}
/* '' */
.icon-vkontakte-rect:before {
  content: '\f30a';
}
/* '' */
.icon-instagram:before {
  content: '\f31e';
}
/* '' */
.icon-user:before {
  content: '👤';
}
/* '\1f464' */
.icon-users:before {
  content: '👥';
}
/* '\1f465' */
.icon-calendar:before {
  content: '📅';
}
/* '\1f4c5' */
.icon-upload:before {
  content: '📤';
}
/* '\1f4e4' */
.icon-search:before {
  content: '🔍';
}
/* '\1f50d' */
.icon-link:before {
  content: '🔗';
}
/* '\1f517' */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 25px;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1px;
  padding: 3px 6px;
  color: #333333;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(18, 175, 160, 0.38);
  -webkit-box-shadow: none;
  box-shadow: none;
}
label[for] {
  color: #333333;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
label[for] .required {
  color: #ce4747;
}
.form-horizontal .control-group {
  margin-bottom: 10px;
}
.form-horizontal .control-group .left,
.form-horizontal .control-group .right {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-horizontal .control-group .unwidthed {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-horizontal .control-group .unwidthed.pull-right {
  float: right;
}
.form-horizontal .control-group .left {
  padding-right: 15px;
}
.form-horizontal .control-group:last-child {
  margin-bottom: 0;
}
.radios input[type="radio"] {
  display: none;
}
.radios input[type="radio"]:checked + label span {
  background-color: #12afa0;
}
.radios input[type="radio"] + label {
  margin-right: 15px;
  color: #999999;
}
.radios input[type="radio"] + label span {
  cursor: pointer;
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  box-shadow: 0 0 0px 1px #ebebeb, inset 0 0 0 3px #ffffff;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.checkboxs input[type="checkbox"] {
  display: none;
}
.checkboxs input[type="checkbox"]:checked + label .indicator {
  border: 1px solid #12afa0;
}
.checkboxs input[type="checkbox"]:checked + label .icon-ok {
  display: inline;
  position: absolute;
  left: 3px;
  top: 1px;
  font-size: 7px;
  color: #12afa0;
}
.checkboxs input[type="checkbox"] + label {
  margin-right: 15px;
  position: relative;
}
.checkboxs input[type="checkbox"] + label .indicator {
  cursor: pointer;
  display: inline-block;
  height: 12px;
  width: 12px;
  border: 1px solid #cccccc;
  margin-right: 5px;
  position: relative;
  top: 3px;
  background: #fff;
}
.checkboxs input[type="checkbox"] + label .icon-ok {
  display: none;
}
.multiple {
  position: relative;
  display: block;
}
.multiple .input {
  margin-right: 30px;
  display: block;
}
.multiple .plus {
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 30px;
  text-decoration: none;
  color: #cccccc;
}
.multiple .plus:hover {
  color: #12afa0;
}
.multiple .more {
  margin-top: 10px;
  display: block;
  position: relative;
}
.multiple .more input {
  padding-right: 30px;
}
.multiple .more .minus {
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  top: 3px;
  right: 6px;
  font-size: 30px;
  text-decoration: none;
  color: #cccccc;
}
.multiple .more .minus:hover {
  color: #12afa0;
}
.marker {
  display: block;
  position: relative;
  margin: 0;
  font-weight: normal;
}
.marker.l:before {
  font-family: 'fontello';
  -webkit-transform: rotate(0.1deg);
  color: #999999;
  position: absolute;
  left: 5px;
  font-size: 14px;
  top: 2px;
}
.marker.l input {
  padding-left: 22px;
}
.marker.l.vk:before {
  content: '\f30a';
}
.marker.l.fb:before {
  content: '\f301';
}
.marker.l.tw:before {
  content: '\f302';
}
.marker.l.inst:before {
  content: '\f31e';
}
.marker.r:after {
  font-family: 'fontello';
  -webkit-transform: rotate(0.1deg);
  color: #999999;
  position: absolute;
  right: 5px;
  font-size: 14px;
  top: 2px;
}
.marker.r input {
  padding-right: 20px;
}
.marker.r.checked:after {
  content: '\2713';
  color: #12afa0;
}
.marker.r.checked .connect {
  display: none;
}
.marker.r.calendar {
  cursor: pointer;
}
.marker.r.calendar:after {
  content: '📅';
}
.marker.r.search:after {
  content: '🔍';
}
.marker.connect-for input {
  padding-right: 82px;
}
.marker.connect-for.checked input {
  padding-right: 20px;
}
.marker .connect {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0 5px;
  display: inline-block;
  font-size: 8px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 1px;
  background-color: #999999;
  text-decoration: none;
}
.marker .connect:hover {
  background-color: #12afa0;
}
.content-edit form {
  padding: 10px;
  border: 1px solid #ebebeb;
  background: #f0eeef;
}
.content-edit .title {
  font-family: 'Parangon';
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content-edit .control-group {
  position: relative;
}
.content-edit .control-group.pull-left {
  width: 48%;
}
.content-edit .control-group.pull-right {
  width: 48%;
}
.content-edit .image {
  border: 1px solid #cccccc;
  margin-bottom: 12px;
}
.content-edit .uploader {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
  height: 25px;
}
.content-edit .saver {
  border-top: 1px solid #cccccc;
  padding-top: 14px;
  margin-top: 17px;
}
.content-edit .feed-title {
  clear: both;
}
.content-edit .feed-title input {
  font-size: 27px;
  height: 41px;
  line-height: 27px;
  padding: 0 10px;
}
.content-edit textarea {
  height: 150px;
  font-size: 11px;
}
.content-edit label[for] {
  color: #333333;
  display: block;
}
.content-edit .for-image {
  position: relative;
}
.content-edit .for-image .text {
  position: absolute;
  left: 100%;
  width: 100%;
  margin-left: 30px;
  font-size: 12px;
  color: #ce4747;
}
.content-edit .for-image .arrow {
  position: absolute;
  left: 100%;
  margin-left: 30px;
  border: 1px solid #ce4747;
  height: 100px;
  width: 100px;
  border-bottom-right-radius: 100px 100px;
  border-top: none;
  border-left: none;
  top: 90px;
}
.content-edit .for-image .arrow:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-right-color: #ce4747;
  border-width: 4px 14px 4px 5px;
  bottom: -4px;
  left: -8px;
}
.content-edit .for-price,
.content-edit .for-description {
  position: relative;
}
.content-edit .for-price .text,
.content-edit .for-description .text {
  position: absolute;
  top: 21px;
  width: 100%;
  margin-left: 25px;
  font-size: 12px;
  color: #ce4747;
}
.content-edit .for-description .text {
  top: 35px;
}
.content-edit .for-price.pull-left {
  width: 50%;
}
.content-edit .for-saver {
  position: relative;
}
.content-edit .for-saver .text {
  position: absolute;
  left: 100%;
  width: 100%;
  margin-left: 30px;
  color: #ce4747;
  bottom: 0;
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  text-decoration: underline;
}
.content-edit .for-saver .text:hover {
  text-decoration: none;
}
.content-edit .checkboxs {
  float: left;
  margin-top: 7px;
}
.content-edit .add-space .header,
.content-edit .add-space .footer {
  background: #9b999a;
  color: #fff;
}
.content-edit .add-space .header a,
.content-edit .add-space .footer a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.content-edit .add-space .header a:hover,
.content-edit .add-space .footer a:hover {
  text-decoration: none;
}
.content-edit .add-space .header {
  padding: 32px 0;
  text-align: center;
  font-size: 11px;
  border: none;
}
.content-edit .add-space .header span {
  color: #fff;
  width: 100%;
  font-size: 20px;
  text-align: center;
  display: block;
  padding-bottom: 8px;
}
.content-edit .add-space .body {
  background: #fff;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  padding: 7px;
  overflow: hidden;
}
.content-edit .add-space .body .image-container {
  width: 98px;
  height: 98px;
  margin: 7px;
  border: 1px solid #cccccc;
  float: left;
  position: relative;
  cursor: pointer;
}
.content-edit .add-space .body .image-container .checkboxs {
  position: absolute;
  top: -4px;
  left: -1px;
  margin-top: 0;
}
.content-edit .add-space .body .image-container .checkboxs input {
  background: #fff;
}
.content-edit .add-space .body .image-container .close {
  position: absolute;
  font-size: 14px;
  color: #cf494a;
  bottom: 0px;
  right: 4px;
  opacity: 1;
}
.content-edit .add-space .body .image-container.active {
  border: 3px solid #12afa0;
  width: 94px;
  height: 94px;
}
.content-edit .add-space .body .image-container.active .checkboxs {
  top: -4px;
  left: -2px;
}
.content-edit .add-space .body .image-container.active .checkboxs .indicator {
  border-color: #12afa0;
}
.content-edit .add-space .body .image-container.active .close {
  bottom: -2px;
  right: 2px;
}
.content-edit .add-space .footer {
  clear: both;
  font-size: 11px;
  padding: 10px 16px;
  overflow: hidden;
  text-transform: uppercase;
  font-family: arial;
}
.content-edit .add-space .footer span {
  font-size: 10px;
}
#js-add-lookbook .button {
  width: 246px;
}
#thing-add .form-horizontal.add-thing {
  width: 280px;
}
#thing-add .for-price,
#thing-add .for-description {
  position: relative;
}
#thing-add .for-price .text,
#thing-add .for-description .text {
  left: 100%;
}
.pin {
  min-height: 1px;
  padding: 0 5px 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pin.pull-right {
  float: right;
}
@media screen and (min-width: 920px) {
  .pin {
    width: 33.33333333333333%;
  }
}
@media screen and (min-width: 1230px) {
  .pin {
    width: 25%;
  }
}
.pin,
.pins {
  width: 33.33333333333333%;
  display: inline-block;
  margin-right: -3px;
}
.pin .pin,
.pins .pin {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.js-thing-preview:focus,
.js-thing-preview:after {
  cursor: pointer;
}
.titled .content .title {
  background-color: #ebebeb;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  margin: -10px -10px 10px -10px;
  padding-left: 10px;
  position: relative;
}
.titled .content .title:after {
  content: '';
  display: block;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 13px;
}
.titled.dark .title {
  background-color: #1c1c1c;
  color: #12afa0;
}
.pin-prevnext .content {
  font-size: 16px;
}
.pin-prevnext .content:before,
.pin-prevnext .content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pin-prevnext .content:after {
  clear: both;
}
.pin-prevnext .content .arrow:before {
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-transform: rotate(0.1deg);
}
.pin-prevnext .content .left {
  float: left;
}
.pin-prevnext .content .left .arrow:before {
  content: '←';
}
.pin-prevnext .content .right {
  float: right;
}
.pin-prevnext .content .right .arrow:before {
  content: '→';
}
.pin-prevnext .content a {
  color: #000000;
  text-decoration: underline;
}
.pin-prevnext .content a:hover {
  text-decoration: none;
}
.pin-banner.pin {
  margin-bottom: 30px;
}
.pin-banner .content {
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.76);
}
.pin-recomentadions {
  width: 100%;
  display: inline-block;
  margin-right: -3px;
  vertical-align: top;
  margin-bottom: 10px;
}
.pin-recomentadions.pin-referr-shops > .content {
  padding: 10px;
}
.pin-recomentadions .content header {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.pin-recomentadions .content header > .title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.pin-recomentadions .content header .description {
  font-size: 11px;
  color: #999999;
  width: 100%;
  display: block;
  text-transform: none;
}
.pin-recomentadions .content header .description a {
  color: #999999;
  text-decoration: underline;
}
.pin-recomentadions .content header .description a:hover {
  text-decoration: none;
}
.pin-recomentadions .content .shops {
  margin-bottom: 0;
}
.pin-recomentadions .content .shops .carousel-inner {
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.pin-recomentadions .content .shops .shop {
  position: relative;
  padding: 20px 10px 0 115px;
  margin-bottom: 10px;
  min-height: 100px;
}
.pin-recomentadions .content .shops .shop .title {
  display: block;
  padding-bottom: 10px;
  font-size: 18px;
  color: #000000;
  text-decoration: underline;
  text-align: left;
}
.pin-recomentadions .content .shops .shop .title:hover {
  text-decoration: none;
}
.pin-recomentadions .content .shops .shop .title .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border: 1px solid #ebebeb;
  overflow: hidden;
}
.pin-recomentadions .content .shops .shop .address {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  text-decoration: underline;
  float: left;
}
.pin-recomentadions .content .shops .shop .address:hover {
  text-decoration: none;
}
.pin-recomentadions .content .carousel-shops {
  text-align: center;
}
.pin-recomentadions .content .carousel-shops .carousel-indicators {
  position: static;
  display: inline-block;
  margin: 0 auto;
}
.pin-recomentadions .content .carousel-shops .carousel-indicators li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  height: 11px;
  width: 11px;
  background: #d6d6d6;
}
.pin-recomentadions .content .carousel-shops .carousel-indicators li.active {
  background-color: #12afa0;
  border-color: #12afa0;
}
.rec-thing .content .carousel-inner .shop {
  min-height: 100px;
  padding-top: 0;
  background: #f5f5f5;
  text-align: left;
}
.rec-thing .content .carousel-inner .shop .logo {
  background: #fff;
}
.rec-thing .content .carousel-inner .shop .title {
  font-size: 14px;
}
.rec-thing .content .carousel-inner .shop .address {
  text-decoration: none;
  float: none;
}
.pin-referr-shops .carousel-inner {
  margin-bottom: 0 !important;
  border: none !important;
}
.pin-referr-shops .shop {
  margin: 10px 0 0 !important;
}
.pin-referr-shops .shop:first-child {
  margin-top: 0 !important;
}
.pin-profile-edit .content textarea {
  height: 150px;
}
.pin-profile-edit .content .close {
  float: none;
  margin-left: 10px;
  position: relative;
  top: -5px;
}
.pin-profile-save .content {
  text-align: center;
  background: #fff;
}
.pin-profile-save .content .title {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.pin-profile-save .content .close {
  float: none;
  margin-left: 10px;
  position: relative;
  top: 4px;
}
.pin-profile-save.fixed {
  left: 915px !important;
}
.pin-more-things {
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
}
.pin-more-things .header {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding: 7px;
  background: #333;
  color: #fff;
}
.pin-more-things .header:after {
  content: " ";
  position: absolute;
  bottom: 0;
  border: 3px solid transparent;
  border-bottom-color: #fff;
}
.pin-more-things .title {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.pin-more-things .title a {
  text-decoration: underline;
  color: #fff;
}
.pin-more-things .title a:hover,
.pin-more-things .title a:focus,
.pin-more-things .title a:active {
  text-decoration: none;
}
.pin-more-things .subtitle {
  margin: 0;
  font-size: 8px;
  text-transform: uppercase;
  line-height: 1;
}
.pin-more-things .section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background-color: #FFF;
}
.pin-more-things .thing-img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #ebebeb;
  overflow: hidden;
}
.pin-more-things .thing-img:hover,
.pin-more-things .thing-img:focus,
.pin-more-things .thing-img:active {
  border: 1px solid #12afa0;
}
.pin-more-things .thing-img.active {
  border: 1px solid #12afa0;
}
.pin-more-things .thing-img img {
  width: 100%;
}
#article a:hover img,
#article a:focus img,
#article a:active img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#article .nav-img > li {
  float: none;
  display: inline-block;
  margin-right: -3px;
  vertical-align: top;
}
#article .nav-img > li > a:hover img,
#article .nav-img > li > a:focus #article .nav-img > li > a:active img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#article .article {
  /* referr-shop-in-article
        -------------------------------------------------------------------------*/

  /*quote
        -------------------------------------------------------------------------*/

  /* comment_in
        -------------------------------------------------------------------------*/

}
#article .article #vk_poll iframe {
  margin: 0px;
}
#article .article a {
  text-decoration: underline;
}
#article .article a:hover {
  text-decoration: none;
  color: #12afa0;
}
#article .article > img {
  margin-bottom: 10px;
}
#article .article > p.full {
  padding-left: 0;
}
#article .article > p.interview {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 25px 0 25px 30px;
  position: relative;
}
#article .article > p.interview .avatar {
  position: absolute;
  left: 0;
}
#article .article > p.interview .name {
  display: block;
  font-family: 'Parangon';
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 10px;
}
#article .article > p.interview .post {
  display: block;
  font-style: italic;
  color: #333333;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #000000;
  padding-top: 10px;
}
#article .article > p.interview .speech {
  display: block;
  font-family: "Times New Roman", Times, FreeSerif, serif;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}
#article .article > p .label {
  display: block;
  font-size: 12px;
  color: #666666;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#article .article .imgages_template_3 {
  margin: 0 -30px;
}
@media (min-width: 768px) {
  #article .article .imgages_template_3 {
    margin: 0 -45px;
  }
}
#article .article .imgages_template_3 p {
  margin-left: 45px;
  margin-top: -20px;
  color: #999;
  font-size: 85%;
}
#article .article .imgages_template_3 img {
  margin: 0 0 30px !important;
}
#article .article .imgages_template_2 img,
#article .article .imgages_template_1 img {
  margin: 0 0 30px !important;
}
#article .article .imgages_template_2 p,
#article .article .imgages_template_1 p {
  margin-top: -20px;
  color: #999;
  font-size: 85%;
}
#article .article p > .img_with_descr {
  display: block;
  word-break: break-all;
}
#article .article .img_with_descr {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 7px;
  font-size: 12px;
  color: #999;
}
#article .article .img_with_descr img {
  display: block;
  margin-bottom: 7px;
}
#article .article iframe {
  max-width: 100%;
}
#article .article .storify iframe {
  width: 100%;
  margin: 0;
}
#article .article .speak_one {
  margin: 0 !important;
  padding-bottom: 25px;
  position: relative;
  z-index: 15;
  margin: 0 0 25px;
}
#article .article .speak_one .speak_face {
  border-radius: 50px 50px 50px 50px;
  float: left;
  height: 100px;
  width: 100px;
}
#article .article .speak_one .speak_face img {
  border-radius: 50px 50px 50px 50px;
}
#article .article .speak_one .speak_info {
  border-bottom: 2px solid black;
  float: left;
  height: 100px;
  margin-left: 20px;
  position: relative;
  width: 480px;
}
#article .article .speak_one .speak_info .speak_bottom {
  bottom: 15px;
  left: 0;
  position: absolute;
}
#article .article .speak_one .speak_info .speak_bottom .speak_name {
  font-family: 'Times New Roman';
  font-size: 24px;
  margin: 0;
  padding-bottom: 6px;
}
#article .article .speak_one .speak_info .speak_bottom .speak_desc {
  font-family: 'Times New Roman';
  font-size: 18px;
  font-style: italic;
  margin: 0;
}
#article .article .referr-shop {
  border-top: 1px solid #cccccc;
  padding: 19px 0 0;
}
#article .article .referr-shop p,
#article .article .referr-shop .referr-shop {
  margin: 0 0 25px;
}
#article .article .referr-shop p img {
  width: 532px !important;
  margin-left: 0;
  margin-bottom: 7px;
}
#article .article .referr-shop .num {
  color: #999999;
  float: left;
  font-size: 16px;
  margin-top: 3px;
  text-align: center;
  width: 73px;
}
#article .article .referr-shop .content {
  margin-left: 73px;
}
#article .article .referr-shop .shop {
  position: relative;
  padding: 20px 10px 0 115px;
  margin-bottom: 15px;
  min-height: 82px;
}
#article .article .referr-shop .shop .title {
  display: block;
  padding-bottom: 10px;
  font-size: 18px;
  color: #000000;
  text-decoration: underline;
  text-align: left;
}
#article .article .referr-shop .shop .title:hover {
  text-decoration: none;
}
#article .article .referr-shop .shop img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border: 1px solid #ebebeb;
}
#article .article .referr-shop .shop .address {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  float: left;
  width: 100%;
}
#article .article .referr-shop .referr-shop-img {
  padding-left: 0;
}
#article .article .referr-shop .referr-shop-descr {
  padding-left: 0;
}
#article .article .quote {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 27px 0 33px;
  color: #333333;
}
#article .article .quote .author {
  margin-bottom: 20px;
}
#article .article .quote .author .avatar {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 11px;
  margin-left: 10px;
  top: -8px;
  position: relative;
}
#article .article .quote .author .avatar img {
  border-radius: 30px;
  height: 60px;
  width: 60px;
}
#article .article .quote .author .fakeH1 {
  margin: 8px 0;
}
#article .article .quote .quote-content {
  padding: 26px 0 0 0;
  margin-left: 83px;
  font-family: Times New Roman;
  font-style: italic;
  border-top: 1px dotted #000;
  font-size: 16px;
}
#article .article .comment_in {
  background-color: #F2F2F2;
  padding: 10px;
  margin-bottom: 25px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
#article .article .comment_in td.user {
  vertical-align: top;
  text-align: center;
  padding: 40px 0 10px 20px;
}
#article .article .comment_in td.comment {
  vertical-align: middle;
  padding: 10px 30px 10px 20px;
}
.gallery-modal {
  overflow: hidden;
  position: absolute;
}
.gallery-modal:focus {
  outline: none;
}
.gallery-modal.modal.fade {
  background: transparent;
}
.gallery-modal .pop-up-dialog {
  width: 940px;
  margin-left: -470px;
  margin-top: -40px;
}
.gallery-modal .pop-up-content {
  border: 10px solid #333;
  background: #1c1c1c;
}
.gallery-modal .modal-title {
  background: transparent;
  display: inline-block;
  margin: 20px 0 0 39px;
  width: 470px;
  line-height: normal;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Parangon';
  letter-spacing: 2px;
}
.gallery-modal .modal-title:after {
  content: none;
}
.gallery-modal .close {
  color: #666;
  font-size: 65px;
  height: 65px;
  font-weight: normal;
  text-shadow: none;
  opacity: 1;
  margin: 7px 10px 0 0;
}
.gallery-modal .close:hover,
.gallery-modal .close:focus {
  color: #12afa0;
}
.gallery-modal .modal-gallery {
  margin-top: 20px;
}
.gallery-modal .modal-gallery-control {
  font-size: 30px;
  color: #fff;
  margin-top: 27px;
  display: block;
  cursor: pointer;
  width: 55px;
}
.gallery-modal .modal-gallery-control:hover {
  color: #12afa0;
}
.gallery-modal .modal-gallery-grid {
  overflow: hidden;
  position: relative;
  height: 125px;
  width: 470px;
}
.gallery-modal .modal-gallery-grid .modal-gallery-items {
  width: 9999px;
  position: absolute;
}
.gallery-modal .modal-gallery-grid .modal-gallery-items .modal-gallery-item {
  width: 83px;
  height: 83px;
  background: #fff;
  padding: 2px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  float: left;
  margin-right: 6px;
}
.gallery-modal .modal-gallery-grid .modal-gallery-items .modal-gallery-item:hover,
.gallery-modal .modal-gallery-grid .modal-gallery-items .modal-gallery-item:focus,
.gallery-modal .modal-gallery-grid .modal-gallery-items .modal-gallery-item.active {
  padding: 0;
  border: 3px solid #12afa0;
}
.gallery-modal .modal-gallery-grid .modal-gallery-items .modal-gallery-item.active:after {
  content: " ";
  position: absolute;
  display: block;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  bottom: 0;
  margin: -17px 30px;
  z-index: 10;
}
.gallery-modal .modal-gallery-grid .modal-gallery-items .modal-gallery-item img {
  height: 100%;
  margin: 0 auto;
  display: block;
}
.gallery-modal .gallery-img {
  width: 470px;
  cursor: pointer;
}
.gallery-modal .description {
  border-left: 1px solid #fff;
  margin: 30px 0 20px 55px;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 12px;
}
.gallery-modal .description p {
  margin: 0;
}
.gallery-modal .description a {
  color: #fff;
  text-decoration: underline;
}
.gallery-modal .description a:hover,
.gallery-modal .description a:focus {
  color: #12afa0;
}
.gallery-modal .pin-banner {
  border: 0;
  width: 100%;
  padding: 0;
  margin: -11px;
}
.gallery-modal .pin-banner .content {
  background: transparent;
}
#shop {
  position: relative;
}
#shop .shop {
  border-top: 1px solid #ebebeb;
  margin-bottom: 10px;
}
#shop .shop .leaflet-top {
  top: 15%;
}
#shop .shop .row,
#shop .shop [class^="span"] {
  margin: 0;
  padding: 0;
}
#shop .navigation:before,
#shop .navigation:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#shop .navigation:after {
  clear: both;
}
#shop .navigation .logo {
  float: left;
  height: 98px;
  width: 98px;
  display: table;
  background: #e8e8e8;
  cursor: default;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
#shop .navigation .logo a {
  display: table-cell;
  vertical-align: middle;
  cursor: default;
}
#shop .navigation .logo a img {
  width: 100%;
}
#shop .navigation .controls {
  height: 98px;
  border-right: 1px solid #ebebeb;
}
#shop .navigation .controls .phone {
  display: block;
  width: 350px;
  font-size: 12px;
  margin: 10px 0 0 -30px;
}
@media (min-width: 1260px) {
  
}
#shop .navigation .controls .phone .number {
  font-family: 'Parangon';
  color: #ce4747;
  font-size: 18px;
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
#shop .navigation .controls .phone .number a {
  color: #ce4747;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 20px;
  display: block;
  width: 210px;
}
#shop .navigation .controls .items .item {
  border-left: 1px solid #ebebeb;
  height: 98px;
  padding: 10px;
}
#shop .navigation .controls .items .item:hover {
  text-decoration: none;
}
#shop .navigation .controls .items .item:hover p,
#shop .navigation .controls .items .item:hover .number {
  color: #12afa0;
}
#shop .navigation .controls .items .item.active {
  color: #12afa0;
}
#shop .navigation .controls .items .item.active p,
#shop .navigation .controls .items .item.active .number {
  color: #12afa0;
}
#shop .navigation .controls .items .item p {
  font-size: 12px;
  color: #666;
}
#shop .navigation .controls .items .item .number {
  font-family: 'Parangon';
  font-size: 30px;
}
#shop .navigation .menu {
  width: 100%;
  background: #12afa0;
  font-weight: bold;
}
#shop .navigation .only-address-message {
  padding: 14px 10px;
  float: left;
  font-size: 12px;
  color: #999;
}
#shop .navigation .only-address-message a {
  color: #999;
  text-decoration: underline;
}
#shop .navigation ul {
  margin: 0;
  list-style: none;
  float: left;
  font-family: 'Parangon';
}
#shop .navigation ul li {
  display: block;
  float: left;
  margin: 12px 15px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 1260px) {
  
}
#shop .navigation ul li a,
#shop .navigation ul li p {
  display: block;
  color: #252525;
  text-decoration: underline;
  margin-bottom: 0;
}
#shop .navigation ul li a:hover,
#shop .navigation ul li p:hover {
  color: #fff;
  text-decoration: none;
}
#shop .navigation ul li.active a,
#shop .navigation ul li.active p {
  color: #fff;
  text-decoration: none;
}
#shop .pop-up {
  overflow: hidden;
}
#shop .pop-up-dialog {
  margin-left: -470px;
  padding-top: 115px;
}
#shop .pop-up-dialog .pop-up-content {
  width: 930px;
  height: 600px;
  border: 0;
}
#shop .pop-up-dialog .pop-up-header {
  position: absolute;
  top: -115px;
  width: 100%;
}
#shop .pop-up-dialog .pop-up-header .gallery-control {
  font-size: 40px;
  color: #fff;
  margin-top: 20px;
  display: block;
  cursor: pointer;
}
#shop .pop-up-dialog .pop-up-header .gallery-control:hover {
  opacity: .3;
}
#shop .pop-up-dialog .pop-up-header .gallery-grid {
  overflow: hidden;
  position: relative;
  height: 105px;
}
#shop .pop-up-dialog .pop-up-header .gallery-grid .gallery-items {
  width: 9999px;
  position: absolute;
}
#shop .pop-up-dialog .pop-up-header .gallery-grid .gallery-items .gallery-item {
  width: 82px;
  height: 82px;
  background: #fff;
  padding: 2px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  float: left;
  margin-right: 6px;
}
#shop .pop-up-dialog .pop-up-header .gallery-grid .gallery-items .gallery-item:hover,
#shop .pop-up-dialog .pop-up-header .gallery-grid .gallery-items .gallery-item:focus,
#shop .pop-up-dialog .pop-up-header .gallery-grid .gallery-items .gallery-item.active {
  padding: 0;
  border: 3px solid #12afa0;
}
#shop .pop-up-dialog .pop-up-header .gallery-grid .gallery-items .gallery-item.active:after {
  content: " ";
  position: absolute;
  display: block;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  bottom: 0;
  margin: -17px 30px;
  z-index: 10;
}
#shop .pop-up-dialog .pop-up-header .gallery-grid .gallery-items .gallery-item img {
  height: 100%;
  margin: 0 auto;
  display: block;
}
#shop .pop-up-dialog .pop-up-header .pop-up-close {
  font-size: 60px;
  line-height: 83px;
  font-weight: normal;
  color: #eee;
  text-shadow: none;
  margin-right: 10px;
}
#shop .pop-up-dialog .pop-up-body {
  padding: 5px;
}
#shop .pop-up-dialog .pop-up-body h4 {
  font-size: 16px;
  margin: 20px 15px 0;
}
#shop .pop-up-dialog .pop-up-body .hookup {
  float: none;
}
#shop .pop-up-dialog .pop-up-body .hookup .location:hover .icon-location {
  color: #999;
}
#shop .pop-up-dialog .pop-up-body .hookup .location:hover .text {
  color: #999;
  text-decoration: underline;
}
#shop .pop-up-dialog .pop-up-body .hookup .location .icon-location {
  color: #000;
}
#shop .pop-up-dialog .pop-up-body .hookup .location .icon-location:hover {
  color: #999;
}
#shop .pop-up-dialog .pop-up-body .hookup .location .text {
  color: #000;
  font-size: 12px;
}
#shop .pop-up-dialog .pop-up-body .hookup .location .text:hover {
  color: #999;
  text-decoration: underline;
}
#shop .pop-up-dialog .pop-up-body .hookup .link {
  margin: 0;
}
#shop .pop-up-dialog .pop-up-body .hookup .link:hover .icon-link {
  background: #999;
}
#shop .pop-up-dialog .pop-up-body .hookup .link:hover .text {
  color: #999;
  text-decoration: underline;
}
#shop .pop-up-dialog .pop-up-body .hookup .link .icon-link {
  vertical-align: 2px;
  margin-top: -5px;
}
#shop .pop-up-dialog .pop-up-body .hookup .link .icon-link:hover {
  background: #999;
}
#shop .pop-up-dialog .pop-up-body .hookup .link .text {
  color: #000;
  font-size: 12px;
}
#shop .pop-up-dialog .pop-up-body .hookup .link .text:hover {
  color: #999;
  text-decoration: underline;
}
#profile-my .me {
  border: 1px solid #ebebeb;
}
#profile-my .me:before,
#profile-my .me:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#profile-my .me:after {
  clear: both;
}
#profile-my .me .avatar {
  float: left;
}
#profile-my .me .avatar img {
  width: 150px;
}
#profile-my .me .content {
  float: right;
  width: 438px;
  padding: 10px;
}
#profile-my .me .content .title {
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Parangon';
}
#profile-my .me .content .edit {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  margin-left: 10px;
  text-decoration: underline;
}
#profile-my .me .content .edit:hover {
  text-decoration: none;
}
#profile-my .me .content .text {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  position: relative;
  height: 70px;
  overflow: hidden;
  margin-top: 5px;
}
#profile-my .me .content .text .shadow {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  background-image: -moz-linear-gradient(bottom, #ffffff 1px, rgba(255, 255, 255, 0) 40px);
  background-image: -webkit-linear-gradient(bottom, #ffffff 1px, rgba(255, 255, 255, 0) 40px);
  background-image: -o-linear-gradient(bottom, #ffffff 1px, rgba(255, 255, 255, 0) 40px);
  background-image: linear-gradient(bottom, #ffffff 1px, rgba(255, 255, 255, 0) 40px);
}
#profile-my .me .content .settings {
  display: block;
  color: #333333;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  text-decoration: underline;
}
#profile-my .me .content .settings:hover {
  text-decoration: none;
}
#profile-my .me .content .settings .icon-cog {
  margin-right: 5px;
  font-size: 12px;
  position: relative;
  top: 1px;
  color: #cccccc;
}
#profile-my .tabs {
  text-align: center;
  border: 1px solid #ebebeb;
  border-bottom: none;
  margin-top: 10px;
}
#profile-my .tabs ul {
  margin: 0;
  list-style: none;
}
#profile-my .tabs ul li {
  display: inline-block;
}
#profile-my .tabs ul li a {
  display: inline-block;
  padding: 12px;
  font-family: 'Parangon';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  text-decoration: none;
  position: relative;
}
#profile-my .tabs ul li a:hover {
  color: #999999;
}
#profile-my .tabs ul li.active a {
  color: #999999;
}
#profile-my .tabs ul li.active a:after {
  content: '';
  display: block;
  position: absolute;
  border: 4px solid transparent;
  border-bottom-color: #333333;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
}
#profile-my .notify.tabs-statistic {
  background: #ebebeb;
  border: 0;
  font-size: 18px;
  padding: 0;
  margin-top: 0px;
  width: 100%;
}
#profile-my .notify.tabs-statistic li {
  padding: 4px 8px;
}
#profile-my .notify.tabs-statistic li a {
  color: #fff;
  padding: 0 !important;
  line-height: 13px;
  text-decoration: underline;
  font-size: 10px;
}
#profile-my .notify.tabs-statistic li.active a {
  color: #12afa0 !important;
  text-decoration: none;
}
#profile-my .notify.tabs-statistic li.active a:after {
  border: none !important;
  content: '';
}
#profile-my .notify.tabs-statistic li.active a:active {
  border: none;
}
#profile-my .btn-group.tabs-statistic {
  background: #ebebeb;
  border: 0;
  font-size: 18px;
  padding: 12px 0px;
  width: 100%;
  margin-top: 0;
}
#profile-my .btn-group.tabs-statistic li {
  padding: 0 8px;
}
#profile-my .btn-group.tabs-statistic li a {
  color: #000;
  padding: 0 !important;
  line-height: 15px;
  background: none;
  border: none;
  border-bottom: 1px dotted #000;
  font-size: 18px;
  font-family: arial;
  text-transform: none;
  display: block;
}
#profile-my .btn-group.tabs-statistic li.active a {
  color: #fff !important;
  padding: 4px 8px;
  background: #03c293;
}
#profile-my #show-more {
  background: #ebebeb;
  display: block;
  padding: 13px 0;
  width: 100%;
}
#profile-my #show-more a {
  border-bottom: 1px dotted #000;
  color: #000;
  margin-left: 10px;
}
#profile-my #show-more a:hover {
  text-decoration: none;
}
#profile-my .tab-content .notify {
  height: 28px;
  line-height: 28px;
  background-color: #333333;
  color: #12afa0;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 27px;
}
#profile-my .table-container {
  padding: 0 9px 20px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
#profile-my .table-container .table {
  margin-bottom: 0;
  font-size: 12px;
}
#profile-my .table-container .table tr:last-child td {
  border-bottom: 1px solid #ebebeb;
}
#profile-my .table-container .table a {
  color: #333333;
  text-decoration: underline;
}
#profile-my .table-container .table .align-center {
  text-align: center;
}
#profile-my .table-container .table th {
  color: #999999;
  font-weight: normal;
}
#profile-my .table-container .table td {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  color: #333333;
}
#profile-my .table-container .table td:first-child {
  border-left: none;
}
#profile-my .table-container .table tr:hover td {
  background: #ecfffa;
}
#profile-my .js-ajax-loader {
  background: url('/static/img/ajax-loader.gif?b886d23996b9') no-repeat transparent;
  float: right;
  height: 20px;
  margin-right: 200px;
  width: 220px;
  display: none;
}
#profile-my .your_personal_bein {
  padding-top: 30px;
  height: 168px;
}
#profile-my .your_personal_bein div {
  margin: 0 auto;
}
#profile-my .your_personal_bein div,
#profile-my .your_personal_bein div a {
  display: block;
  width: 601px;
  height: 133px;
}
#profile-other .pin.pin-person .avatar {
  margin-bottom: 10px;
}
#profile-other .pin.pin-person .status {
  font-size: 12px;
}
#profile-other .pin.pin-person .subscribers .header,
#profile-other .pin.pin-person .followers .header {
  margin-top: 25px;
  margin-bottom: 15px;
  position: relative;
}
#profile-other .pin.pin-person .subscribers .header:before,
#profile-other .pin.pin-person .followers .header:before,
#profile-other .pin.pin-person .subscribers .header:after,
#profile-other .pin.pin-person .followers .header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#profile-other .pin.pin-person .subscribers .header:after,
#profile-other .pin.pin-person .followers .header:after {
  clear: both;
}
#profile-other .pin.pin-person .subscribers .header .text,
#profile-other .pin.pin-person .followers .header .text {
  font-size: 18px;
  float: left;
}
#profile-other .pin.pin-person .subscribers .header .indicate,
#profile-other .pin.pin-person .followers .header .indicate {
  background-color: #000000;
  color: #ffffff;
  font-family: Verdana, Geneva, Kalimati, sans-serif;
  font-size: 7px;
  height: 11px;
  line-height: 11px;
  padding: 0 5px 0 4px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  top: -8px;
  left: 3px;
}
#profile-other .pin.pin-person .subscribers .people,
#profile-other .pin.pin-person .followers .people {
  list-style: none;
  margin: 0;
}
#profile-other .pin.pin-person .subscribers .people:before,
#profile-other .pin.pin-person .followers .people:before,
#profile-other .pin.pin-person .subscribers .people:after,
#profile-other .pin.pin-person .followers .people:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#profile-other .pin.pin-person .subscribers .people:after,
#profile-other .pin.pin-person .followers .people:after {
  clear: both;
}
#profile-other .pin.pin-person .subscribers .people li,
#profile-other .pin.pin-person .followers .people li {
  display: block;
  float: left;
  margin-right: 7px;
}
#profile-other .pin.pin-person .subscribers .people li:last-child,
#profile-other .pin.pin-person .followers .people li:last-child {
  margin-right: 0;
}
#profile-other .shops .compatibility {
  padding: 12px 8px 13px;
  border: 1px solid #ebebeb;
  background-image: -webkit-linear-gradient(-15.8deg, #12afa0 580px, #ffffff 580px);
  background-image: -moz-linear-gradient(-15.8deg, #12afa0 580px, #ffffff 580px);
  background-image: -o-linear-gradient(-15.8deg, #12afa0 580px, #ffffff 580px);
  background-image: linear-gradient(-15.8deg, #12afa0 580px, #ffffff 580px);
  -webkit-transform: rotate(0.01deg);
  background-repeat: no-repeat;
  font-size: 12px;
  margin-bottom: 2px;
}
#profile-other .shops .list {
  list-style: none;
  margin: 0;
}
#profile-other .shops .list:before,
#profile-other .shops .list:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#profile-other .shops .list:after {
  clear: both;
}
#profile-other .shops .list li {
  display: block;
  float: left;
  border: 1px solid #ebebeb;
  margin-right: 2px;
  width: 98px;
}
#profile-other .shops .list li:last-child {
  margin-right: 0px;
}
#profile-other .shops .actve-title {
  font-family: 'Parangon';
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 35px;
  margin-bottom: 20px;
}
#shop-cabinet .alert {
  position: relative;
  top: 0;
  max-width: 100% !important;
}
#shop-cabinet .tabs {
  text-align: center;
  border: 1px solid #ebebeb;
  border-bottom: none;
  margin-top: 10px;
}
#shop-cabinet .tabs ul {
  margin: 0;
  list-style: none;
}
#shop-cabinet .tabs ul li {
  display: inline-block;
}
#shop-cabinet .tabs ul li a {
  display: inline-block;
  padding: 12px;
  font-family: 'Parangon';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  text-decoration: none;
  position: relative;
}
#shop-cabinet .tabs ul li a:hover {
  color: #999999;
}
#shop-cabinet .tabs ul li.active a {
  color: #999999;
}
#shop-cabinet .tabs ul li.active a:after {
  content: '';
  display: block;
  position: absolute;
  border: 4px solid transparent;
  border-bottom-color: #333333;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
}
#shop-cabinet .notify.tabs-statistic {
  background: #ebebeb;
  border: 0;
  font-size: 18px;
  padding: 0;
  margin-top: 0px;
  width: 100%;
}
#shop-cabinet .notify.tabs-statistic li {
  padding: 4px 8px;
}
#shop-cabinet .notify.tabs-statistic li a {
  color: #fff;
  padding: 0 !important;
  line-height: 13px;
  text-decoration: underline;
  font-size: 10px;
}
#shop-cabinet .notify.tabs-statistic li.active a {
  color: #12afa0 !important;
  text-decoration: none;
}
#shop-cabinet .notify.tabs-statistic li.active a:after {
  border: none !important;
  content: '';
}
#shop-cabinet .notify.tabs-statistic li.active a:active {
  border: none;
}
#shop-cabinet .btn-group.tabs-statistic {
  background: #ebebeb;
  border: 0;
  font-size: 18px;
  padding: 12px 0px;
  width: 100%;
  margin-top: 0;
}
#shop-cabinet .btn-group.tabs-statistic li {
  padding: 0 8px;
}
#shop-cabinet .btn-group.tabs-statistic li a {
  color: #000;
  padding: 0 !important;
  line-height: 15px;
  background: none;
  border: none;
  border-bottom: 1px dotted #000;
  font-size: 18px;
  font-family: arial;
  text-transform: none;
  display: block;
}
#shop-cabinet .btn-group.tabs-statistic li.active a {
  color: #fff !important;
  padding: 4px 8px;
  background: #03c293;
}
#shop-cabinet #show-more {
  background: #ebebeb;
  display: block;
  padding: 13px 0;
  width: 100%;
}
#shop-cabinet #show-more a {
  border-bottom: 1px dotted #000;
  color: #000;
  margin-left: 10px;
}
#shop-cabinet #show-more a:hover {
  text-decoration: none;
}
#shop-cabinet .tab-content .notify {
  height: 28px;
  line-height: 28px;
  background-color: #333333;
  color: #12afa0;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 27px;
}
#shop-cabinet .table-container {
  padding: 0 9px 20px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
#shop-cabinet .table-container .table {
  margin-bottom: 0;
  font-size: 12px;
}
#shop-cabinet .table-container .table tr:last-child td {
  border-bottom: 1px solid #ebebeb;
}
#shop-cabinet .table-container .table a {
  color: #333333;
  text-decoration: underline;
}
#shop-cabinet .table-container .table .align-center {
  text-align: center;
}
#shop-cabinet .table-container .table th {
  color: #999999;
  font-weight: normal;
}
#shop-cabinet .table-container .table td {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  color: #333333;
}
#shop-cabinet .table-container .table td:first-child {
  border-left: none;
}
#shop-cabinet .table-container .table tr:hover td {
  background: #ecfffa;
}
#shop-cabinet .js-ajax-loader {
  background: url('/static/img/ajax-loader.gif?b886d23996b9') no-repeat transparent;
  float: right;
  height: 20px;
  margin-right: 200px;
  width: 220px;
  display: none;
}
#thingModal {
  overflow: hidden;
}
#thingModal,
#thingModal.modal {
  bottom: 0;
  background: transparent;
}
#thingModal:focus,
#thingModal.modal:focus {
  outline: none;
}
@media (min-width: 768px) {
  #thingModal .modal-dialog {
    width: 934px;
  }
}
#thingModal .modal-dialog .controls {
  margin-bottom: 20px;
}
#thingModal .modal-dialog .modal-content {
  border: 7px solid #fff;
}
#thingModal .modal-dialog .modal-content:before,
#thingModal .modal-dialog .modal-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#thingModal .modal-dialog .modal-content:after {
  clear: both;
}
#thingModal .modal-dialog .modal-content .thing-modal-container {
  position: relative;
  z-index: 500;
  float: left;
  margin: 5px;
}
#thingModal .modal-dialog .modal-content .thing {
  width: 609px;
  margin: 0 -1px 0 0;
  float: left;
}
#thingModal .modal-dialog .modal-content .thing .picture-container {
  padding: 0;
}
#thingModal .modal-dialog .modal-content .thing .picture-container .picture {
  display: block;
  outline: none;
  padding: 10px;
  cursor: pointer;
}
#thingModal .modal-dialog .modal-content .thing .picture-container .picture .img {
  vertical-align: middle;
}
#thingModal .modal-dialog .modal-content .thing .picture-container b {
  width: 100%;
  display: block;
}
#thingModal .modal-dialog .modal-content .pin-banner {
  width: 100%;
  padding: 0;
  border: 0;
}
#thingModal .modal-dialog .modal-content .pin-banner .content {
  border-left: none;
  padding: 0;
}
#thingModal .modal-dialog .modal-content .about {
  float: right;
  width: 290px;
  margin-right: 2px;
  padding: 10px 9px;
  border: 1px solid #ebebeb;
  margin-top: -1px;
  font-size: 12px;
}
#thingModal .modal-dialog .modal-content .about a {
  text-decoration: underline;
  color: #333333;
}
#thingModal .modal-dialog .modal-content .about a:hover {
  text-decoration: none;
}
#thingModal .modal-dialog .modal-content .shares {
  float: right;
  width: 290px;
  margin-right: 2px;
  padding: 10px 9px;
  border: 1px solid #ebebeb;
  margin-top: -1px;
}
#thingModal .modal-dialog .modal-content .shares .text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#thingModal .modal-dialog .modal-content .indicates {
  position: relative;
  z-index: 100;
}
#thingModal .modal-dialog .modal-content .indicates .js-thing-preview {
  cursor: pointer;
}
#thingModal .modal-dialog .modal-content .indicates .left,
#thingModal .modal-dialog .modal-content .indicates .right {
  position: absolute;
  top: 50%;
  color: #000000;
  margin-top: -160px;
  font-size: 30px;
  line-height: 44px;
  z-index: 200;
  padding: 50% 0 42%;
  outline: none;
  border: none;
}
#thingModal .modal-dialog .modal-content .indicates .left:hover,
#thingModal .modal-dialog .modal-content .indicates .right:hover {
  color: #12afa0;
}
#thingModal .modal-dialog .modal-content .indicates .left {
  left: -106%;
  padding-right: 52%;
  padding-left: 100%;
}
#thingModal .modal-dialog .modal-content .indicates .right {
  right: -106%;
  padding-left: 52%;
  padding-right: 100%;
}
#thingModal .modal-dialog .modal-content .indicates .left-thing,
#thingModal .modal-dialog .modal-content .indicates .right-thing {
  display: none;
  position: absolute;
  top: 50%;
  border: 5px solid #cccccc;
  margin-top: -55px;
}
#thingModal .modal-dialog .modal-content .indicates .left:hover ~ .left-thing {
  display: block;
  left: 10px;
}
#thingModal .modal-dialog .modal-content .indicates .left:hover ~ .left-thing:before {
  content: '';
  border: 5px solid transparent;
  border-right-color: #cccccc;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -15px;
}
#thingModal .modal-dialog .modal-content .indicates .right:hover ~ .right-thing {
  display: block;
  right: 10px;
}
#thingModal .modal-dialog .modal-content .indicates .right:hover ~ .right-thing:after {
  content: '';
  border: 5px solid transparent;
  border-left-color: #cccccc;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: -15px;
}
#thingModal .modal-dialog .modal-content .new_indicates {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: -100px;
  height: 80px;
}
#thingModal .modal-dialog .modal-content .new_indicates .prev_and_next {
  width: 620px;
  height: 70px;
  float: left;
}
#thingModal .modal-dialog .modal-content .new_indicates .prev,
#thingModal .modal-dialog .modal-content .new_indicates .next {
  cursor: pointer;
  top: 0;
  width: 200px;
  height: 70px;
  color: #3fccb9;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
#thingModal .modal-dialog .modal-content .new_indicates .prev span,
#thingModal .modal-dialog .modal-content .new_indicates .next span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
#thingModal .modal-dialog .modal-content .new_indicates .prev .icon-left-open-big,
#thingModal .modal-dialog .modal-content .new_indicates .next .icon-left-open-big,
#thingModal .modal-dialog .modal-content .new_indicates .prev .icon-right-open-big,
#thingModal .modal-dialog .modal-content .new_indicates .next .icon-right-open-big {
  line-height: 70px;
  font-size: 30px;
}
#thingModal .modal-dialog .modal-content .new_indicates .prev:hover,
#thingModal .modal-dialog .modal-content .new_indicates .next:hover {
  color: white;
}
#thingModal .modal-dialog .modal-content .new_indicates .prev {
  float: left;
}
#thingModal .modal-dialog .modal-content .new_indicates .next {
  text-align: right;
  float: right;
}
#thingModal .modal-dialog .modal-content .new_indicates .close_btn {
  float: right;
  width: 70px;
  padding-top: 24px;
  height: 46px;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background: #3fccb9;
  font-size: 22px;
  color: #333;
}
#thingModal .modal-dialog .modal-content .new_indicates .close_btn:hover {
  background: white;
}
#thingModal .rest_of_modal .rest_of_modal_header {
  height: 75px;
  line-height: 75px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "Parangon", serif;
  color: white;
  letter-spacing: 0.1em;
}
#thingModal .rest_of_modal .pins_and_spinner {
  position: relative;
}
#thingModal .rest_of_modal .rest_of_modal_spinner {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
#thingModal .rest_of_modal .pins_place {
  margin-left: 2px;
  width: 930px;
}
#thingModal .rest_of_modal .pins_place .pin {
  width: 310px !important;
}
#thingModal .rest_of_modal .pins_place .pin .content,
#thingModal .rest_of_modal .pins_place .pin .content * {
  background: white;
}
#thingModal .rest_of_modal .show_more_button {
  border-top: 1px solid #999;
  padding-top: 19px;
  text-align: center;
}
#thingModal .rest_of_modal .show_more_button a {
  text-align: left;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.1s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #3fccb9;
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Parangon;
  font-size: 14px;
  height: 23px;
  letter-spacing: 1px;
  line-height: 20px;
  margin-top: 10px;
  min-width: 157px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  text-decoration: none;
  text-transform: uppercase;
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease;
  width: 157px;
}
#thingModal .rest_of_modal .show_more_button a .icon-spin3 {
  color: #ffffff;
  cursor: pointer;
  display: inline;
  font-family: Parangon;
  font-size: 20px;
  height: auto;
  letter-spacing: 1px;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
  top: 2px;
  width: auto;
}
#thingModal .rest_of_modal .show_more_button a .text {
  border-bottom-color: #ffffff;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Parangon;
  font-size: 14px;
  height: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  margin-left: 5px;
  text-transform: uppercase;
  width: 120px;
}
#thingModal .pop-up {
  overflow: hidden;
}
#thingModal .pop-up-dialog {
  margin-left: -470px;
}
#thingModal .pop-up-dialog .pop-up-content {
  width: 930px;
  border: 0;
}
#thingModal .pop-up-dialog .pop-up-content .pop-up-prev,
#thingModal .pop-up-dialog .pop-up-content .pop-up-next {
  position: absolute;
  top: 40%;
  cursor: pointer;
  font-size: 30px;
  background: #12afa0;
  padding: 5px 0;
  color: #fff;
}
#thingModal .pop-up-dialog .pop-up-content .pop-up-prev:hover,
#thingModal .pop-up-dialog .pop-up-content .pop-up-next:hover {
  background: #999;
}
#thingModal .pop-up-dialog .pop-up-content .pop-up-prev {
  left: 0;
}
#thingModal .pop-up-dialog .pop-up-content .pop-up-next {
  right: 0;
}
#thingModal .pop-up-dialog .pop-up-header {
  position: absolute;
  top: -115px;
  width: 100%;
}
#thingModal .pop-up-dialog .pop-up-header .gallery-control {
  font-size: 30px;
  color: #fff;
  margin-top: 27px;
  display: block;
  cursor: pointer;
  width: 45px;
}
#thingModal .pop-up-dialog .pop-up-header .gallery-control.gallery-control-prev .icon-left-open-big {
  margin-left: -15px;
}
#thingModal .pop-up-dialog .pop-up-header .gallery-control.gallery-control-next {
  margin-left: 10px;
}
#thingModal .pop-up-dialog .pop-up-header .gallery-control:hover {
  color: #12afa0;
}
#thingModal .pop-up-dialog .pop-up-header .gallery-grid {
  overflow: hidden;
  position: relative;
  height: 105px;
  width: 750px;
}
#thingModal .pop-up-dialog .pop-up-header .gallery-grid .gallery-items {
  width: 9999px;
  position: absolute;
}
#thingModal .pop-up-dialog .pop-up-header .gallery-grid .gallery-items .gallery-item {
  width: 82px;
  height: 82px;
  background: #fff;
  padding: 2px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  float: left;
  margin-right: 6px;
}
#thingModal .pop-up-dialog .pop-up-header .gallery-grid .gallery-items .gallery-item:hover,
#thingModal .pop-up-dialog .pop-up-header .gallery-grid .gallery-items .gallery-item:focus,
#thingModal .pop-up-dialog .pop-up-header .gallery-grid .gallery-items .gallery-item.active {
  padding: 0;
  border: 3px solid #12afa0;
}
#thingModal .pop-up-dialog .pop-up-header .gallery-grid .gallery-items .gallery-item.active:after {
  content: " ";
  position: absolute;
  display: block;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  bottom: 0;
  margin: -17px 30px;
  z-index: 10;
}
#thingModal .pop-up-dialog .pop-up-header .gallery-grid .gallery-items .gallery-item img {
  height: 100%;
  margin: 0 auto;
  display: block;
}
#thingModal .pop-up-dialog .pop-up-header .pop-up-close {
  font-size: 60px;
  line-height: 83px;
  font-weight: normal;
  color: #eee;
  text-shadow: none;
  margin-right: 25px;
}
#thingModal .pop-up-dialog .pop-up-header .pop-up-close:hover,
#thingModal .pop-up-dialog .pop-up-header .pop-up-close:focus {
  opacity: 1;
  color: #12afa0;
}
#thingModal .pop-up-dialog .pop-up-body {
  padding: 5px;
}
#thingModal .pop-up-dialog .pop-up-body h4 {
  font-size: 16px;
  margin: 20px 15px 0;
}
#thingModal .pop-up-dialog .pop-up-body .hookup {
  float: none;
}
#thingModal .pop-up-dialog .pop-up-body .hookup .location:hover .icon-location {
  color: #999;
}
#thingModal .pop-up-dialog .pop-up-body .hookup .location:hover .text {
  color: #999;
  text-decoration: underline;
}
#thingModal .pop-up-dialog .pop-up-body .hookup .location .icon-location {
  color: #000;
}
#thingModal .pop-up-dialog .pop-up-body .hookup .location .icon-location:hover {
  color: #999;
}
#thingModal .pop-up-dialog .pop-up-body .hookup .location .text {
  color: #000;
  font-size: 12px;
}
#thingModal .pop-up-dialog .pop-up-body .hookup .location .text:hover {
  color: #999;
  text-decoration: underline;
}
#thingModal .pop-up-dialog .pop-up-body .hookup .link {
  margin: 0;
}
#thingModal .pop-up-dialog .pop-up-body .hookup .link:hover .icon-link {
  background: #999;
}
#thingModal .pop-up-dialog .pop-up-body .hookup .link:hover .text {
  color: #999;
  text-decoration: underline;
}
#thingModal .pop-up-dialog .pop-up-body .hookup .link .icon-link {
  vertical-align: 2px;
  margin-top: -5px;
}
#thingModal .pop-up-dialog .pop-up-body .hookup .link .icon-link:hover {
  background: #999;
}
#thingModal .pop-up-dialog .pop-up-body .hookup .link .text {
  color: #000;
  font-size: 12px;
}
#thingModal .pop-up-dialog .pop-up-body .hookup .link .text:hover {
  color: #999;
  text-decoration: underline;
}
#thingModal .pop-up-dialog .pop-up-body .btn-how-to-buy {
  padding: 11px 30px 13px;
  background: #ce4747;
  border: 0;
  font-size: 12px;
  letter-spacing: normal;
  margin: 25px auto 0;
  display: block;
  width: 85px;
}
#thingModal .pop-up-dialog .pop-up-body .btn-how-to-buy:hover span {
  border: 0;
}
#thingModal .pop-up-dialog .pop-up-body .btn-how-to-buy span {
  border-bottom: 1px dotted #fff;
}
.feedback-modal {
  color: red;
  z-index: 1050;
  color: #333333;
}
.feedback-modal .modal-body {
  background-color: #fff;
}
.feedback-modal .tab-pane {
  float: none;
  width: auto;
}
.feedback-modal a {
  color: #333333;
}
.feedback-modal input,
.feedback-modal textarea {
  margin-bottom: 10px;
}
.feedback-modal .btn-danger {
  margin-top: 0;
  vertical-align: top;
  line-height: 19px;
}
.feedback-modal .text {
  font-size: 12px;
  line-height: 14px;
}
.feedback-modal .footer {
  background: url('/static/img/footer-zz.jpg?b886d23996b9') repeat-x left top #ebebeb;
  padding: 28px 0 26px;
}
.feedback-modal .footer .text {
  color: #ce4747;
  margin-bottom: 17px;
}
.feedback-modal .footer .phone {
  font-size: 21px;
}
.gallery-img-row {
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-img-row:before,
.gallery-img-row:after {
  display: table;
  content: " ";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-img-row:after {
  clear: both;
}
.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;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-1:before,
.col-xs-2:before,
.col-xs-3:before,
.col-xs-4:before,
.col-xs-5:before,
.col-xs-6:before,
.col-xs-7:before,
.col-xs-8:before,
.col-xs-9:before,
.col-xs-10:before,
.col-xs-11:before,
.col-xs-12:before,
.col-xs-1:after,
.col-xs-2:after,
.col-xs-3:after,
.col-xs-4:after,
.col-xs-5:after,
.col-xs-6:after,
.col-xs-7:after,
.col-xs-8:after,
.col-xs-9:after,
.col-xs-10:after,
.col-xs-11:after,
.col-xs-12:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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%;
}
.gallery-img-modal {
  min-height: 100%;
  background: #333;
}
.gallery-img-modal-dialog {
  left: auto;
  width: auto;
  min-width: 970px;
  margin: 0;
  padding: 0;
}
.gallery-img-modal-content {
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gallery-img-modal-body {
  margin: 0 auto;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-img-modal-body:before,
.gallery-img-modal-body:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-img-modal-close {
  opacity: 1;
  color: #666;
  font-size: 58px;
  line-height: 29px;
  text-shadow: none;
}
.gallery-img-modal-close:hover,
.gallery-img-modal-close:focus,
.gallery-img-modal-close:active {
  opacity: 1;
  color: #12afa0;
}
.gallery-img-logo {
  display: block;
  margin-bottom: 30px;
  vertical-align: 16px;
}
.gallery-img-title {
  display: inline-block;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}
.gallery-img-title a {
  display: block;
  color: #12afa0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery-img-item-big {
  margin-bottom: 30px;
}
.gallery-img-items {
  margin-bottom: 30px;
  text-align: center;
}
.gallery-img-control {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  vertical-align: middle;
}
.gallery-img-control:hover,
.gallery-img-control:focus,
.gallery-img-control:active {
  color: #12afa0;
}
.gallery-img-control-prev {
  margin-right: 10px;
}
.gallery-img-control-next {
  margin-left: 10px;
}
.gallery-img-item {
  display: inline-block;
  width: 19%;
  border: 3px solid #fff;
}
.gallery-img-item:hover,
.gallery-img-item:focus,
.gallery-img-item:active {
  border-color: #12afa0;
}
.gallery-img-item:hover.active,
.gallery-img-item:focus.active,
.gallery-img-item:active.active {
  border-color: #fff;
}
.gallery-img-item:first-child {
  margin-right: -4px;
}
.gallery-img-item.active {
  opacity: .5;
}
.gallery-img-item + .gallery-img-item {
  margin-left: 5px;
}
.gallery-img-desc {
  margin: 0 17% 30px;
  padding-left: 20px;
  border-left: 1px solid #fff;
  color: #fff;
}
.gallery-img-banner {
  margin: 0 17%;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  background-color: #a7a9aa;
  border-color: #a7a9aa;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active {
  background-color: #9a9c9d;
  border-color: #8d9091;
}
.datepicker td.active.disabled:hover,
.datepicker td.active:hover.disabled:hover,
.datepicker td.active[disabled]:hover,
.datepicker td.active:hover[disabled]:hover,
fieldset[disabled] .datepicker td.active:hover,
fieldset[disabled] .datepicker td.active:hover:hover,
.datepicker td.active.disabled:focus,
.datepicker td.active:hover.disabled:focus,
.datepicker td.active[disabled]:focus,
.datepicker td.active:hover[disabled]:focus,
fieldset[disabled] .datepicker td.active:focus,
fieldset[disabled] .datepicker td.active:hover:focus,
.datepicker td.active.disabled:active,
.datepicker td.active:hover.disabled:active,
.datepicker td.active[disabled]:active,
.datepicker td.active:hover[disabled]:active,
fieldset[disabled] .datepicker td.active:active,
fieldset[disabled] .datepicker td.active:hover:active {
  background-color: #a7a9aa;
  border-color: #a7a9aa;
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active {
  background-color: rgba(167, 169, 170, 0.8);
  border-color: rgba(167, 169, 170, 0.8);
}
.datepicker td.active.disabled:hover,
.datepicker td.active:hover.disabled:hover,
.datepicker td.active[disabled]:hover,
.datepicker td.active:hover[disabled]:hover,
fieldset[disabled] .datepicker td.active:hover,
fieldset[disabled] .datepicker td.active:hover:hover,
.datepicker td.active.disabled:focus,
.datepicker td.active:hover.disabled:focus,
.datepicker td.active[disabled]:focus,
.datepicker td.active:hover[disabled]:focus,
fieldset[disabled] .datepicker td.active:focus,
fieldset[disabled] .datepicker td.active:hover:focus,
.datepicker td.active.disabled:active,
.datepicker td.active:hover.disabled:active,
.datepicker td.active[disabled]:active,
.datepicker td.active:hover[disabled]:active,
fieldset[disabled] .datepicker td.active:active,
fieldset[disabled] .datepicker td.active:hover:active {
  background-color: #a7a9aa;
  border-color: #a7a9aa;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  background-color: #a7a9aa;
  border-color: #a7a9aa;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active {
  background-color: #9a9c9d;
  border-color: #8d9091;
}
.datepicker td span.active.disabled:hover,
.datepicker td span.active[disabled]:hover,
fieldset[disabled] .datepicker td span.active:hover,
.datepicker td span.active.disabled:focus,
.datepicker td span.active[disabled]:focus,
fieldset[disabled] .datepicker td span.active:focus,
.datepicker td span.active.disabled:active,
.datepicker td span.active[disabled]:active,
fieldset[disabled] .datepicker td span.active:active {
  background-color: #a7a9aa;
  border-color: #a7a9aa;
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active {
  background-color: rgba(167, 169, 170, 0.8);
  border-color: rgba(167, 169, 170, 0.8);
}
.datepicker td span.active.disabled:hover,
.datepicker td span.active[disabled]:hover,
fieldset[disabled] .datepicker td span.active:hover,
.datepicker td span.active.disabled:focus,
.datepicker td span.active[disabled]:focus,
fieldset[disabled] .datepicker td span.active:focus,
.datepicker td span.active.disabled:active,
.datepicker td span.active[disabled]:active,
fieldset[disabled] .datepicker td span.active:active {
  background-color: #a7a9aa;
  border-color: #a7a9aa;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #e1e1e1;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #12afa0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0b6a61;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #e1e1e1;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  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: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #12afa0;
}
.text-primary:hover {
  color: #0d8176;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
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;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  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.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #e1e1e1;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
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;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #999999;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 56px;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 56px;
  line-height: 56px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 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;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #1f1f1f;
  border-color: #141414;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #333333;
  border-color: #333333;
}
.btn-default .badge {
  color: #333333;
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
  background-color: #12afa0;
  border-color: #10988b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0e8a7e;
  border-color: #0a6058;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #12afa0;
  border-color: #10988b;
}
.btn-primary .badge {
  color: #12afa0;
  background-color: #fff;
}
.btn-warning {
  color: #ffffff;
  background-color: #fddc79;
  border-color: #fdd560;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #fcd251;
  border-color: #fcc624;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #fddc79;
  border-color: #fdd560;
}
.btn-warning .badge {
  color: #fddc79;
  background-color: #fff;
}
.btn-danger {
  color: #ffffff;
  background-color: #ce4747;
  border-color: #c73535;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #bb3232;
  border-color: #962828;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ce4747;
  border-color: #c73535;
}
.btn-danger .badge {
  color: #ce4747;
  background-color: #fff;
}
.btn-success {
  color: #ffffff;
  background-color: #0e8a7e;
  border-color: #0c7369;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #0a655c;
  border-color: #063b36;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #0e8a7e;
  border-color: #0c7369;
}
.btn-success .badge {
  color: #0e8a7e;
  background-color: #fff;
}
.btn-info {
  color: #ffffff;
  background-color: #02b0a0;
  border-color: #029789;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #02887b;
  border-color: #015a52;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #02b0a0;
  border-color: #029789;
}
.btn-info .badge {
  color: #02b0a0;
  background-color: #fff;
}
.btn-link {
  color: #12afa0;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0b6a61;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 15px 25px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/static/new/fonts/glyphicons-halflings-regular.eot');
  src: url('/static/new/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/static/new/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/static/new/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/static/new/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #12afa0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-group-lg > .btn {
  padding: 15px 25px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 56px;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 56px;
  line-height: 56px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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: 0;
}
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 {
  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: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #c0c0c0;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 15px 25px;
  font-size: 18px;
  border-radius: 0;
}
.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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: transparent;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #12afa0;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #e1e1e1;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 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: #e1e1e1;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #12afa0;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #e1e1e1;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 640px;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .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;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 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: 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;
    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: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.navbar-default .navbar-brand {
  color: #333333;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1a1a1a;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #333333;
}
.navbar-default .navbar-nav > li > a {
  color: #333333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #12afa0;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #12afa0;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e1e1e1;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #12afa0;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #12afa0;
    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: #12afa0;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #333333;
}
.navbar-default .navbar-link:hover {
  color: #12afa0;
}
.navbar-inverse {
  background-color: #333333;
  border-color: #333333;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #12afa0;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #12afa0;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #212121;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #12afa0;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #333333;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #333333;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #12afa0;
    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: #12afa0;
    background-color: transparent;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #12afa0;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "•\00a0";
  padding: 0 5px;
  color: #333333;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.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: #ffffff;
  background-color: #12afa0;
  border-color: #12afa0;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 15px 25px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #12afa0;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0d8176;
}
.label-success {
  background-color: #0e8a7e;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #095c54;
}
.label-info {
  background-color: #02b0a0;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #017e72;
}
.label-warning {
  background-color: #fddc79;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #fccf47;
}
.label-danger {
  background-color: #ce4747;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #b23030;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #12afa0;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 35px;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #ececec;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .container .jumbotron {
    padding-left: 70px;
    padding-right: 70px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #e1e1e1;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #12afa0;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.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;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #12afa0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #0e8a7e;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #02b0a0;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #fddc79;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #ce4747;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #12afa0;
  border-color: #12afa0;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #99f4ec;
}
.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: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -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-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody: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:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.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,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.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 {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #12afa0;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #12afa0;
  border-color: #12afa0;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #12afa0;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #12afa0;
}
.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-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.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-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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.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-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -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: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #12afa0;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 17%;
    right: 17%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
tr.visible-xs,
tr.visible-sm,
tr.visible-md,
tr.visible-lg,
th.visible-xs,
th.visible-sm,
th.visible-md,
th.visible-lg,
td.visible-xs,
td.visible-sm,
td.visible-md,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/static/new/fonts/font-awesome/fontawesome-webfont.eot?v=4.0.3');
  src: url('/static/new/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('/static/new/fonts/font-awesome/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('/static/new/fonts/font-awesome/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('/static/new/fonts/font-awesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
@font-face {
  font-family: "Gotham Pro";
  src: url('/static/new/fonts/gotham-pro/GothaProReg.eot?8b62ad16d8b7');
  src: local("Gotham Pro"), url('/static/new/fonts/gotham-pro/GothaProReg.eot?8b62ad16d8b7') format("embedded-opentype"), url('/static/new/fonts/gotham-pro/GothaProReg.woff2?8b62ad16d8b7') format("woff2"), url('/static/new/fonts/gotham-pro/GothaProReg.woff?8b62ad16d8b7') format("woff"), url('/static/new/fonts/gotham-pro/GothaProReg.ttf?8b62ad16d8b7') format("truetype"), url('/static/new/fonts/gotham-pro/GothaProReg.svg#GothaProReg') format("svg");
}
@font-face {
  font-family: "Gotham Pro";
  font-style: italic;
  src: url('/static/new/fonts/gotham-pro/GothaProIta.eot?8b62ad16d8b7');
  src: local("Gotham Pro"), url('/static/new/fonts/gotham-pro/GothaProIta.eot?8b62ad16d8b7') format("embedded-opentype"), url('/static/new/fonts/gotham-pro/GothaProIta.woff2?8b62ad16d8b7') format("woff2"), url('/static/new/fonts/gotham-pro/GothaProIta.woff?8b62ad16d8b7') format("woff"), url('/static/new/fonts/gotham-pro/GothaProIta.ttf?8b62ad16d8b7') format("truetype"), url('/static/new/fonts/gotham-pro/GothaProIta.svg#GothaProIta') format("svg");
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: 200;
  src: url('/static/new/fonts/gotham-pro-light/GothaProLig.eot?8b62ad16d8b7');
  src: local("Gotham Pro"), url('/static/new/fonts/gotham-pro-light/GothaProLig.eot?8b62ad16d8b7') format("embedded-opentype"), url('/static/new/fonts/gotham-pro-light/GothaProLig.woff2?8b62ad16d8b7') format("woff2"), url('/static/new/fonts/gotham-pro-light/GothaProLig.woff?8b62ad16d8b7') format("woff"), url('/static/new/fonts/gotham-pro-light/GothaProLig.ttf?8b62ad16d8b7') format("truetype"), url('/static/new/fonts/gotham-pro-light/GothaProLig.svg#GothaProLig') format("svg");
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: 200;
  font-style: italic;
  src: url('/static/new/fonts/gotham-pro-light/GothaProLigIta.eot?8b62ad16d8b7');
  src: local("Gotham Pro"), url('/static/new/fonts/gotham-pro-light/GothaProLigIta.eot?8b62ad16d8b7') format("embedded-opentype"), url('/static/new/fonts/gotham-pro-light/GothaProLigIta.woff2?8b62ad16d8b7') format("woff2"), url('/static/new/fonts/gotham-pro-light/GothaProLigIta.woff?8b62ad16d8b7') format("woff"), url('/static/new/fonts/gotham-pro-light/GothaProLigIta.ttf?8b62ad16d8b7') format("truetype"), url('/static/new/fonts/gotham-pro-light/GothaProLigIta.svg#GothaProLigIta') format("svg");
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: 500;
  src: url('/static/new/fonts/gotham-pro-medium/GothaProMed.eot?8b62ad16d8b7');
  src: local("Gotham Pro"), url('/static/new/fonts/gotham-pro-medium/GothaProMed.eot?8b62ad16d8b7') format("embedded-opentype"), url('/static/new/fonts/gotham-pro-medium/GothaProMed.woff2?8b62ad16d8b7') format("woff2"), url('/static/new/fonts/gotham-pro-medium/GothaProMed.woff?8b62ad16d8b7') format("woff"), url('/static/new/fonts/gotham-pro-medium/GothaProMed.ttf?8b62ad16d8b7') format("truetype"), url('/static/new/fonts/gotham-pro-medium/GothaProMed.svg#GothaProMed') format("svg");
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: 500;
  font-style: italic;
  src: url('/static/new/fonts/gotham-pro-medium/GothaProMedIta.eot?8b62ad16d8b7');
  src: local("Gotham Pro"), url('/static/new/fonts/gotham-pro-medium/GothaProMedIta.eot?8b62ad16d8b7') format("embedded-opentype"), url('/static/new/fonts/gotham-pro-medium/GothaProMedIta.woff2?8b62ad16d8b7') format("woff2"), url('/static/new/fonts/gotham-pro-medium/GothaProMedIta.woff?8b62ad16d8b7') format("woff"), url('/static/new/fonts/gotham-pro-medium/GothaProMedIta.ttf?8b62ad16d8b7') format("truetype"), url('/static/new/fonts/gotham-pro-medium/GothaProMedIta.svg#GothaProMedIta') format("svg");
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: bold;
  src: url('/static/new/fonts/gotham-pro-bold/GothaProBol.eot?8b62ad16d8b7');
  src: local("Gotham Pro"), url('/static/new/fonts/gotham-pro-bold/GothaProBol.eot?8b62ad16d8b7') format("embedded-opentype"), url('/static/new/fonts/gotham-pro-bold/GothaProBol.woff2?8b62ad16d8b7') format("woff2"), url('/static/new/fonts/gotham-pro-bold/GothaProBol.woff?8b62ad16d8b7') format("woff"), url('/static/new/fonts/gotham-pro-bold/GothaProBol.ttf?8b62ad16d8b7') format("truetype"), url('/static/new/fonts/gotham-pro-bold/GothaProBol.svg#GothaProBol') format("svg");
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: bold;
  font-style: italic;
  src: url('/static/new/fonts/gotham-pro-bold/GothaProBolIta.eot?8b62ad16d8b7');
  src: local("Gotham Pro"), url('/static/new/fonts/gotham-pro-bold/GothaProBolIta.eot?8b62ad16d8b7') format("embedded-opentype"), url('/static/new/fonts/gotham-pro-bold/GothaProBolIta.woff2?8b62ad16d8b7') format("woff2"), url('/static/new/fonts/gotham-pro-bold/GothaProBolIta.woff?8b62ad16d8b7') format("woff"), url('/static/new/fonts/gotham-pro-bold/GothaProBolIta.ttf?8b62ad16d8b7') format("truetype"), url('/static/new/fonts/gotham-pro-bold/GothaProBolIta.svg#GothaProBolIta') format("svg");
}
*:focus {
  outline: none !important;
}
body {
  background-color: #FFF;
}
.flexbox .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexbox main {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
.flexboxtweener .wrapper {
  height: 100%;
}
.wrapper {
  position: relative;
  width: auto;
  min-height: 100%;
}
.container {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.content {
  padding: 30px;
  background: #fff;
}
.content-main {
  padding: 0 15px;
  background: #fff;
}
.sidebar {
  background-color: #fff;
  padding-top: 20px;
  text-align: center;
}
.sidebar .banner-not-pin,
.sidebar .pin-banner {
  display: inline-block;
}
.page {
  background: #fff;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
a,
button {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:focus img {
  outline: thin dotted !important;
}
.btn {
  border: 0;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-toggle.pull-left {
  margin-left: 15px;
}
.navbar-sm {
  min-height: 30px;
}
.navbar-sm .navbar-nav > li > a {
  padding: 5px 15px;
}
.navbar-sm .navbar-form {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.bg-img .navbar {
  background-color: transparent !important;
}
.bg-img .navbar .container {
  background-color: #fff;
}
.bg-img .navbar-sm {
  background-color: transparent !important;
}
.bg-img .navbar-sm .container {
  background-color: #333;
  min-height: 30px;
}
.bg-img .content {
  background-color: transparent !important;
}
.bg-img .content > .container {
  background-color: #fff;
}
@media (min-width: 768px) {
  .bg-img .article-header {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg-img .article-header .container {
    width: auto;
  }
}
@media (min-width: 992px) {
  .bg-img .article-header {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg-img .article-header .container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .bg-img .article-header {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg-img .article-header .container {
    width: auto;
  }
}
.bg-img .container.content.content-main {
  background-color: #fff !important;
}
.navbar-primary {
  background: #12afa0;
}
.navbar-primary .navbar-nav > li > a {
  color: #fff;
}
.navbar-primary .navbar-nav > li > a:hover,
.navbar-primary .navbar-nav > li > a:focus,
.navbar-primary .navbar-nav > li > a:active {
  color: #fff;
  background-color: #0d8176;
}
.navbar-primary .navbar-nav > li > a:hover .text-primary,
.navbar-primary .navbar-nav > li > a:focus .text-primary,
.navbar-primary .navbar-nav > li > a:active .text-primary {
  color: #fff;
}
.navbar-primary .navbar-nav > li > a .text-primary {
  color: #17ddca;
}
.navbar-primary .navbar-nav > .active > a,
.navbar-primary .navbar-nav > .active > a:hover,
.navbar-primary .navbar-nav > .active > a:focus,
.navbar-primary .navbar-nav > .active > a:active {
  color: #fff;
  background-color: #0d8176;
}
.navbar-primary .navbar-nav > .active > a .text-primary,
.navbar-primary .navbar-nav > .active > a:hover .text-primary,
.navbar-primary .navbar-nav > .active > a:focus .text-primary,
.navbar-primary .navbar-nav > .active > a:active .text-primary {
  color: #fff;
}
.navbar-primary .navbar-nav > .active > a .text-primary {
  color: #17ddca;
}
.thing-modal {
  padding: 30px;
}
.thing-modal .thing-photo-preview {
  display: block;
  width: 70px;
  border: 1px solid green;
  margin-bottom: 15px;
}
.thing-modal .thing-photo-preview.active {
  border: 2px solid red;
}
.thing-modal .thing-photo-preview:hover,
.thing-modal .thing-photo-preview.active:hover {
  border-color: red;
}
.thing-modal-close {
  position: absolute;
  top: -18px;
  right: -72px;
  color: #999999;
  font-size: 72px;
  font-weight: normal;
  line-height: 72px;
  text-shadow: none;
  opacity: .8;
}
.thing-modal-close:hover,
.thing-modal-close:focus,
.thing-modal-close:active {
  color: #12afa0;
  opacity: 1;
}
.pin-wrapper {
  float: none !important;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}
.pin-wrapper .pin {
  width: 100%;
}
.new-pin {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.new-pin:hover,
.new-pin:focus,
.new-pin:active {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.new-pin:hover img,
.new-pin:focus img,
.new-pin:active img {
  opacity: .8;
}
.pin-title {
  color: #333333;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.pin-title:hover,
.pin-title:focus,
.pin-title:active {
  color: #0b6a61;
}
.pin-article-listing {
  margin: -30px -30px 0;
}
.pin-article {
  padding: 20px;
}
.pin-article + .pin-article {
  border-top: 1px solid #eeeeee;
}
.pin-article:hover img,
.pin-article:focus img,
.pin-article:active img {
  opacity: .8;
}
.pin-article .pin-title {
  margin-top: 10px;
  word-break: break-word;
}
.pin-label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  border-radius: 0;
  background-color: #12afa0;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.pin-label[href]:hover,
.pin-label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.pin-label:empty {
  display: none;
}
.btn .pin-label {
  position: relative;
  top: -1px;
}
.pin-label[href]:hover,
.pin-label[href]:focus {
  background-color: #0d8176;
}
.pin-date {
  color: #999999;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: light;
}
.pin-article-img {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pin-article-img {
    margin-bottom: 0;
  }
}
.img-thumbnail {
  padding: 0;
}
.btn-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-overflow.btn-block {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-overflow.btn-block.btn-lg {
  padding-right: 25px;
  padding-left: 25px;
}
.footer {
  margin: 0 -15px;
  padding: 20px 30px;
  background: #333333;
  color: #fff;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
}
.footer .nav-links > li > a {
  color: #12afa0;
}
.hr-muted {
  border-color: #999999;
}
.social-nav {
  margin-top: 15px;
}
.social-nav > li {
  display: inline-block;
}
.social-nav > li > a {
  padding: 0;
  color: #fff;
}
.social-nav > li > a:hover,
.social-nav > li > a:focus,
.social-nav > li > a:active {
  background: transparent;
  color: #12afa0;
}
.nav-links > li {
  display: inline-block;
}
.nav-links > li + li {
  margin-left: 10px;
}
.nav-links > li > a {
  padding: 0;
  text-decoration: underline;
}
.nav-links > li > a:hover,
.nav-links > li > a:focus,
.nav-links > li > a:active {
  background: transparent;
  color: #12afa0;
  text-decoration: none;
}
.wm {
  margin-top: 10px;
}
.appstore-icon {
  display: inline-block;
  width: 96px;
  height: 32px;
  background: url('/static/img/footer-buttons.png?b886d23996b9') no-repeat top left;
  background-position: -101px 0px;
  vertical-align: middle;
}
.wm-link {
  color: #12afa0;
  text-decoration: underline;
  cursor: pointer;
}
.wm-link:hover,
.wm-link:focus,
.wm-link:active {
  text-decoration: none;
}
@media (max-width: 767px) {
  .fb-comments-scroll {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
  }
}
.block-comments {
  margin: 30px 0 60px;
}
.thing-btn-wrapper {
  margin: 0px 0;
}
.article-title {
  font-weight: normal;
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-dialog {
  left: auto;
}
.modal-content {
  border: 7px solid #12afa0;
}
@media (min-width: 768px) {
  .city-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (min-width: 992px) {
  .city-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.footer-nav-links > li > a {
  color: #fff;
}
.btn-login-wrapper {
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .btn-login-wrapper {
    position: fixed;
    top: 600px;
    right: 32px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 0;
    height: 0;
    z-index: 100;
  }
}
.btn-login-wrapper .btn {
  width: 150px;
  background: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-login-wrapper .btn:hover,
.btn-login-wrapper .btn:focus,
.btn-login-wrapper .btn:active {
  background: #555555;
}
.banner {
  margin: 0 -15px;
  text-align: center;
}
.banner img {
  height: auto;
  max-width: 100%;
}
.banner iframe {
  max-width: 100%;
}
.label {
  border-radius: 0;
}
.breadcrumb {
  margin-left: 0;
  padding: 0;
  font-size: 10px;
}
.breadcrumb a {
  color: #555555;
  text-decoration: underline;
}
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
  color: #333333;
  text-decoration: none;
}
.thing-listing .new-pin {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none !important;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .thing-listing .new-pin {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .thing-listing .new-pin {
    float: left;
    width: 33.33333333333333%;
  }
}
.thing-listing .new-pin .pin {
  width: 100%;
}
.thing-listing .pin-thing-phone {
  display: none;
}
.label-lg {
  display: inline-block;
  margin-bottom: 5px;
  padding: .4em .8em .5em;
  font-size: 14px;
}
.label-default[href]:hover,
.label-default[href]:focus,
.label-default[href]:active {
  background: #12afa0;
}
.btn-cabinet-wrapper {
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .btn-cabinet-wrapper {
    position: fixed;
    top: 300px;
    right: 32px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 0;
    height: 0;
  }
}
.btn-edit-wrapper {
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .btn-edit-wrapper {
    position: fixed;
    top: 365px;
    right: 32px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 0;
    height: 0;
  }
}
.input-group .form-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.map {
  height: 300px;
}
.article-header {
  padding: 25px 25px 10px;
}
.article-header_caption {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .article-header {
    padding: 45px 45px 20px;
  }
}
.article-header .breadcrumb {
  margin-bottom: 15px;
  font-size: 14px;
}
.article-header .breadcrumb > li + li:before {
  color: #fff;
}
.article-header .breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.article-header .breadcrumb a:hover,
.article-header .breadcrumb a:focus,
.article-header .breadcrumb a:active {
  color: #12afa0;
}
.article-header .block-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.article-header .header_styled {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .article-header .nav-pills > li + li > a,
  .article-header .nav-pills > li + li > span {
    margin-left: 20px;
  }
}
.article-header .nav-pills > li > a,
.article-header .nav-pills > li > span {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  background: #fff;
  color: #333333;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  line-height: 1em;
  text-transform: uppercase;
}
.article-header .nav-pills > .active > span {
  background: #12afa0;
  color: #fff;
}
.article-description {
  font-size: 18px;
}
@media (min-width: 768px) {
  .article-bottom-zero {
    margin: 0 30px;
  }
}
.article {
  margin-bottom: 35px;
}
.article p {
  font-size: 16px;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .article {
    margin: 0 30px;
  }
  .article p {
    margin-bottom: 20px;
  }
  .article img {
    margin: 0 0 30px !important;
  }
}
.link-itunes {
  display: block;
  padding: 15px 0 5px;
  background: #000;
  color: #fff;
}
.link-itunes:hover,
.link-itunes:focus,
.link-itunes:active {
  color: #fff;
}
.block-border {
  padding: 10px;
  border: 1px solid #eeeeee;
}
.clamp {
  height: 4.5em;
  overflow: hidden;
}
.nav-links > li > a {
  color: #333333;
  text-decoration: underline;
}
.nav-links > li > a:hover,
.nav-links > li > a:focus,
.nav-links > li > a:active {
  text-decoration: none;
}
.nav-links > .active > a,
.nav-links > .active span {
  color: #12afa0;
  text-decoration: none;
}
textarea {
  height: auto;
  max-width: 100%;
}
.btn-w-s-normal {
  white-space: normal;
}
.pin-banner,
.banner-not-pin {
  display: block;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}
.pin-banner iframe,
.banner-not-pin iframe {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .pin-banner,
  .banner-not-pin {
    overflow: hidden;
  }
}
.top-banner {
  display: inline-block;
  margin: auto;
  margin-bottom: 0px;
  text-align: center;
}
.top-banner iframe {
  margin: auto;
}
.btn-top {
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.article-header-img {
  min-height: 380px;
  background-color: #555555;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .article-header-img {
    min-height: 420px;
  }
}
.content-article .page {
  padding-top: 20px;
}
.content-search .page {
  padding-top: 45px;
}
.article-header-phone {
  margin-bottom: 30px;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 200;
}
.article-header-phone .pin-title {
  color: #fff;
  text-decoration: underline;
}
.article-header-phone .pin-title:hover {
  color: #fff;
}
.article-header-phone .label {
  font-size: 100%;
  font-weight: none;
  background-color: #02b0a0;
}
.text-dashed {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.text-dashed:hover,
.text-dashed:focus,
.text-dashed:active {
  border: 0;
  text-decoration: none;
}
.block .h5 {
  text-align: center;
}
@media (max-width: 767px) {
  .affix.affix-static-xs {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .affix.affix-static-sm {
    position: static;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .affix.affix-static-md {
    position: static;
  }
}
@media (min-width: 1200px) {
  .affix.affix-static-lg {
    position: static;
  }
}
.sidebar-affix {
  padding: 0 15px;
}
.sidebar-affix.affix {
  top: 0;
  padding-top: 15px;
  z-index: 2;
  height: 100%;
  background-color: #FFF;
}
.sidebar-affix.affix-bottom {
  position: absolute;
}
.shop-address {
  color: #222;
  margin-bottom: 10px;
  font-size: 16px;
}
.shop-address .text-block {
  display: block;
}
.shop-address .green {
  color: #12afa0;
  text-decoration: none;
  font-size: 16px;
}
.shop-address .green a:hover,
.shop-address .green a:focus,
.shop-address .green a:active {
  color: #12afa0;
  text-decoration: none;
}
.two-column {
  -moz-columns: 2 auto;
  columns: 2 auto;
  -webkit-columns: 2 auto;
}
.three-column {
  -moz-columns: 3 auto;
  columns: 3 auto;
  -webkit-columns: 3 auto;
}
.four-column {
  -moz-columns: 4 auto;
  columns: 4 auto;
  -webkit-columns: 4 auto;
}
.image-thing-top {
  background-color: #fff;
}
.image-thing-top .img-responsive {
  margin: 0 auto;
}
.blockquote {
  background: none repeat scroll 0 0 #d9f0ee;
  margin: 0 -45px;
  padding: 25px 45px 15px;
}
.blockquote .blocquote-1 {
  color: #02af9f;
  font-size: 24px !important;
  text-align: center;
}
.blockquote .blocquote-2 {
  font-size: 20px !important;
  text-align: center;
}
.blockquote .blocquote-3 {
  color: #777;
  font-size: 20px !important;
  text-align: center;
}
.article-antimargin p {
  font-size: 16px;
}
.btn-banner {
  position: fixed;
  top: 0;
  direction: block;
  height: 100%;
}
.btn-banner-left {
  left: 0;
}
.btn-banner-right {
  right: 0;
}
.carousel-inner > .item > a > img {
  opacity: 0.4;
}
.article p {
  line-height: 1.6;
}
.thumbnail-label {
  margin-top: 20px;
}
p.address-pin {
  font-size: 16px;
}
#yandex_ad .yap-yandex_ad-horizontal .yap-title-block__text {
  font-weight: bold !important;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333 !important;
}
.shop-gallery img {
  min-width: 100%;
}
.grid-prl-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
ul.sidebar-catalog {
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #12afa0;
  list-style: none;
  margin-left: 0px;
  background-color: #F2F2F2;
  padding: 15px;
  font-size: 12px;
}
ul.sidebar-catalog li {
  font-weight: bold;
  line-height: 1.8;
}
ul.sidebar-catalog li a {
  color: #12afa0;
}
ul.sidebar-catalog li ul {
  list-style: none;
  margin-left: 18px;
}
ul.sidebar-catalog li ul li {
  font-weight: normal;
}
.things-filter {
  margin: 0 30px;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wrapper-relative {
  position: relative;
}
.byes {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 15px);
}
.byes-btn {
  width: 50%;
  opacity: 0.7;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.byes-btn.btn-success.disabled {
  background-color: #ccc;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .byes-btn {
    width: 100%;
  }
}
.byes-btn.byes-btn-offline {
  background-color: #000;
}
.byes-btn.byes-btn-offline.btn-success:hover {
  background-color: #000;
}
.fb_iframe_widget {
  margin-bottom: 10px;
}
.absolute-overflow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.thingpicture {
  opacity: 0.7;
  border: 2px solid transparent;
}
.thingpicture.checked {
  opacity: 1;
  border: 2px solid #12afa0;
}
.form-search input.form-control {
  font-size: 14px;
  border-bottom: 1px solid #000;
  top: -1px;
  position: relative;
}
.color-wrapper {
  background-color: #f6f6f6;
}
.new-icon-left {
  margin-right: 5px;
}
.new-icon-right {
  margin-left: 5px;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-default {
  color: #333333;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover,
.text-underline:focus,
.text-underline:active {
  text-decoration: none;
}
.text-selection:hover,
.text-selection:focus,
.text-selection:active {
  color: #0b6a61;
}
a:hover .text-selection,
a:focus .text-selection,
a:active .text-selection {
  color: #0b6a61;
}
.cell-content {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.col-inline {
  float: none;
  display: inline-block;
  margin-right: -8px;
  padding-bottom: 3px;
  vertical-align: top;
}
.link-muted {
  color: #999999;
}
.link-muted:hover,
.link-muted:focus,
.link-muted:active {
  color: #999999;
}
.text-normal {
  font-weight: normal;
}
.cursor-pointer {
  cursor: pointer;
}
.pagination-wrapper {
  margin: 0 -15px;
  border-top: 1px solid #eeeeee;
  text-align: center;
}
.pagination {
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .block-listing-articles .pagination-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .block-listing-articles .pagination > li > a,
  .block-listing-articles .pagination > li > span {
    padding: 6px 10px;
  }
}
.social-likes .btn {
  margin: 0 10px 10px 0;
  text-transform: none;
  vertical-align: 1px;
}
.social-likes__counter {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #fff;
}
.social-likes__counter_empty {
  display: none;
}
.btn-vk {
  color: #ffffff;
  background-color: #597da3;
  border-color: #597da3;
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  color: #ffffff;
  background-color: #4b6989;
  border-color: #435f7b;
}
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #597da3;
  border-color: #597da3;
}
.btn-vk .badge {
  color: #597da3;
  background-color: #fff;
}
.btn-fb {
  color: #ffffff;
  background-color: #0f66aa;
  border-color: #0f66aa;
}
.btn-fb:hover,
.btn-fb:focus,
.btn-fb:active,
.btn-fb.active,
.open .dropdown-toggle.btn-fb {
  color: #ffffff;
  background-color: #0c5085;
  border-color: #0a4472;
}
.btn-fb:active,
.btn-fb.active,
.open .dropdown-toggle.btn-fb {
  background-image: none;
}
.btn-fb.disabled,
.btn-fb[disabled],
fieldset[disabled] .btn-fb,
.btn-fb.disabled:hover,
.btn-fb[disabled]:hover,
fieldset[disabled] .btn-fb:hover,
.btn-fb.disabled:focus,
.btn-fb[disabled]:focus,
fieldset[disabled] .btn-fb:focus,
.btn-fb.disabled:active,
.btn-fb[disabled]:active,
fieldset[disabled] .btn-fb:active,
.btn-fb.disabled.active,
.btn-fb[disabled].active,
fieldset[disabled] .btn-fb.active {
  background-color: #0f66aa;
  border-color: #0f66aa;
}
.btn-fb .badge {
  color: #0f66aa;
  background-color: #fff;
}
.btn-twitter {
  color: #ffffff;
  background-color: #0084b4;
  border-color: #0084b4;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #00668b;
  border-color: #005777;
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #0084b4;
  border-color: #0084b4;
}
.btn-twitter .badge {
  color: #0084b4;
  background-color: #fff;
}
.btn-plusone {
  color: #ffffff;
  background-color: #156aeb;
  border-color: #156aeb;
}
.btn-plusone:hover,
.btn-plusone:focus,
.btn-plusone:active,
.btn-plusone.active,
.open .dropdown-toggle.btn-plusone {
  color: #ffffff;
  background-color: #1159c6;
  border-color: #0f51b3;
}
.btn-plusone:active,
.btn-plusone.active,
.open .dropdown-toggle.btn-plusone {
  background-image: none;
}
.btn-plusone.disabled,
.btn-plusone[disabled],
fieldset[disabled] .btn-plusone,
.btn-plusone.disabled:hover,
.btn-plusone[disabled]:hover,
fieldset[disabled] .btn-plusone:hover,
.btn-plusone.disabled:focus,
.btn-plusone[disabled]:focus,
fieldset[disabled] .btn-plusone:focus,
.btn-plusone.disabled:active,
.btn-plusone[disabled]:active,
fieldset[disabled] .btn-plusone:active,
.btn-plusone.disabled.active,
.btn-plusone[disabled].active,
fieldset[disabled] .btn-plusone.active {
  background-color: #156aeb;
  border-color: #156aeb;
}
.btn-plusone .badge {
  color: #156aeb;
  background-color: #fff;
}
.carousel-main .carousel-indicators li {
  margin: 0;
  background: #dcdcdc;
}
.carousel-main .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border-color: #12afa0;
  background: #12afa0;
}
.carousel-main .carousel-caption-title {
  margin-bottom: 25px;
}
.carousel-main .item {
  background: #333333;
}
.carousel-main .item:hover,
.carousel-main .item:focus,
.carousel-main .item:active {
  text-decoration: none;
  opacity: .8;
}
.carousel-main .carousel-caption {
  position: static;
  display: block;
  max-width: none;
}
@media (min-width: 768px) {
  .carousel-main .carousel-caption {
    position: absolute;
    max-width: 100%;
    left: 20px;
    right: 20px;
  }
}
@media (min-width: 992px) {
  .carousel-main .carousel-caption {
    max-width: 100%;
    left: 0px;
    right: 0px;
  }
}
.carousel-caption-title {
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.carousel-caption-title span {
  color: #12afa0;
}
.carousel-caption-text {
  font-size: 18px;
}
.block {
  display: block;
  margin-bottom: 20px;
}
.block + .block {
  margin-top: 20px;
  margin-bottom: 0;
}
.block-title {
  margin-top: 0;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
}
.block-listing-articles + .block-listing-ad {
  margin-top: 0;
}
.block-follow-us + .block-social-likes {
  margin-top: 0;
}
.block-listing-articles {
  margin: 0 -15px;
}
.block-listing-articles .block-title {
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
.block-listing-ad {
  margin: 0 -15px;
  padding: 45px;
  background: #f5f2e9;
}
.block-listing-things {
  margin: 0 -15px;
}
.block-listing-things .block-title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.block-listing-events {
  margin: 0 -15px;
}
.block-listing-events .block-title {
  margin: 0;
  padding-bottom: 30px;
  padding-top: 40px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  text-transform: uppercase;
}
.block-follow-us {
  margin: 0 -15px;
  padding: 40px;
  background: #333333 url('/static/new/img/bg-pattern-block.png?8b62ad16d8b7');
  color: #fff;
}
.block-follow-us .block-title {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
.block-social-likes {
  margin: 0 -15px;
  padding: 30px;
  background: #d9f0ee;
  text-align: center;
}
.block-social-likes .block-title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.block-comments .block-title {
  margin-bottom: 40px;
  text-align: center;
}
.block-listing-articles-related {
  margin: 0 -15px;
  border-bottom: 1px solid #eeeeee;
}
.block-listing-articles-related .block-title {
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
.block-listing-shops {
  margin: 0 -15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.block-listing-shops .block-title {
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
.block-listing-things-big {
  margin: 0 -15px;
}
.block-listing-things-main {
  margin: 0 -15px;
}
.block-listing-things-main .block-title {
  text-align: center;
  text-transform: uppercase;
}
.block-listing-things-main .row {
  margin: 0 0px;
}
.block-listing-articles-shop {
  margin: 0 -15px;
}
.block-listing-articles-shop .block-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.block-listing-articles-shop-news {
  margin: 0 -15px;
}
.block-listing-articles-shop-news .block-title {
  text-align: center;
}
.block-listing-articles-shop {
  margin: 0 -15px;
}
.block-listing-articles-shop .block-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.block-listing-things-fashion {
  margin: 0 -15px;
  padding: 45px;
  background: #f5f2e9;
}
.block-listing-things-network {
  margin-top: 20px;
}
.block-listing-things-network .block-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.block-yandex-context {
  margin: 0 -18px;
  padding: 10px 45px;
  background: #f7f4f4;
}
.block-google-mobile {
  margin: 0 -10px;
  padding: 10px 45px;
  background: #f7f4f4;
}
.block-yandex-context-listing {
  padding: 5px 25px 0px 35px;
  background: #f7f4f4;
}
.block-yandex-context-address {
  margin: 0 -15px;
  padding: 10px 45px;
  background: #f7f4f4;
}
.card-listing {
  margin: 0 -15px 0;
}
.card {
  display: block;
  padding: 20px;
  color: #333333;
}
.card-title {
  color: #333333;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  word-break: break-word;
}
.card-label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  border-radius: 0;
  background-color: #12afa0;
  padding: .5em .5em .3em;
  font-size: 12px;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.card-label[href]:hover,
.card-label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.card-label:empty {
  display: none;
}
.btn .card-label {
  position: relative;
  top: -1px;
}
.card-label[href]:hover,
.card-label[href]:focus {
  background-color: #0d8176;
}
.card-shop_header {
  margin-bottom: 0;
  font-size: 14px;
}
.card-date {
  color: #999999;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}
.card-phone {
  color: #999999;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}
.card-address {
  color: #999999;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 200;
}
.card-address a {
  color: #999999;
}
.card-img-wrapper {
  position: relative;
}
.card-img-wrapper .card-label {
  position: absolute;
  top: 10px;
  left: -5px;
}
.card-img {
  display: block;
  margin-bottom: 10px;
}
.card-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.card-price {
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.card-text-shop {
  font-weight: 200;
}
.card-text-shop a {
  color: #333333;
}
.card-article:hover,
.card-article:focus,
.card-article:active {
  color: #555555;
}
.card-article .card-img {
  margin: 0;
}
.card-ad .card-label {
  background: #fddc79;
  color: #000;
  font-size: 11px;
}
.card-ad .card-title {
  font-size: 14px;
}
.card-ad .card-address {
  font-size: 12px;
}
.card-article-related .card-title {
  font-size: 14px;
}
.card-article-related.card {
  padding: 0px;
}
.card-article-related .card-img,
.card-article-related .list-inline {
  marging-bottom: 0px;
}
.article .card-article-related img {
  margin-bottom: 10px !important;
}
#article .article .card-article-related a {
  text-decoration: none;
}
.card-shop .card-title {
  font-size: 14px;
}
.card-place .card-title {
  font-size: 14px;
}
.card-thing .card-title {
  font-size: 14px;
}
.card-thing-big .card-title {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.card-thing-type {
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: white;
}
.card-thing-type:hover img,
.card-thing-type:focus img,
.card-thing-type:active img {
  opacity: 1;
}
.card-thing-type:hover .card-img-hover,
.card-thing-type:focus .card-img-hover,
.card-thing-type:active .card-img-hover {
  background: rgba(0, 0, 0, 0);
}
.card-thing-type:hover a,
.card-thing-type:focus a,
.card-thing-type:active a,
.card-thing-type:hover i,
.card-thing-type:focus i,
.card-thing-type:active i {
  text-decoration: none;
  color: white;
}
.card-thing-type .card-title {
  font-size: 24px;
  color: white;
}
.card-thing-type .card-img {
  margin-bottom: 0;
}
.card-thing-type .card-img-hover-inner {
  display: table-cell;
  vertical-align: middle;
  height: 253px;
  width: 253px;
}
.card-thing-type .card-img-wrapper {
  position: relative;
  display: inline-block;
}
.card-img-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: left;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
}
.card-thing-type-line {
  margin-bottom: 2px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-thing-type-line:hover img,
.card-thing-type-line:focus img,
.card-thing-type-line:active img {
  opacity: 1;
}
.card-thing-type-line:hover .card-img-hover,
.card-thing-type-line:focus .card-img-hover,
.card-thing-type-line:active .card-img-hover {
  background: rgba(0, 0, 0, 0);
}
.card-thing-type-line:hover a,
.card-thing-type-line:focus a,
.card-thing-type-line:active a,
.card-thing-type-line:hover i,
.card-thing-type-line:focus i,
.card-thing-type-line:active i {
  text-decoration: none;
  color: white;
}
.card-thing-type-line .card-title {
  font-weight: normal;
  color: white;
  text-shadow: 0px 0px 4px #222;
}
.card-thing-type-line .card-img-wrapper-line {
  position: relative;
  display: block;
  height: 228px;
  overflow: hidden;
}
.card-thing-type-line .card-img-hover .card-img-hover-inner {
  text-align: left;
}
.card-thing-type-line .card-img-hover .card-img-hover-inner .card-title {
  font-size: 24px;
  color: white;
  max-width: 70%;
}
.card-thing-type-line .card-img {
  margin-bottom: 0px;
}
.card-thing-type-line .card-img img {
  width: 100%;
}
.card-thing-type-line .card-img-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 45px 35px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: left;
}
.header {
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}
.navbar.header-navbar {
  margin: 0 -15px;
  padding: 0 15px;
  border: 0;
}
.navbar.header-navbar:first-child {
  z-index: 1002;
}
.navbar.header-navbar:last-child {
  z-index: 1001;
}
.navbar.header-navbar.header-navbar-first {
  background-color: #FFF;
}
.navbar.header-navbar.header-navbar-first .nav > li > a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.navbar.header-navbar.header-navbar-first .nav > li.menu_login {
  font-size: 12px;
}
.navbar.header-navbar.header-navbar-secondary {
  background-color: #333;
}
.navbar.header-navbar .navbar-brand {
  padding: 15px 0 15px 15px;
  margin: 0 -35px 0 -20px;
}
@media (min-width: 992px) {
  .navbar.header-navbar .navbar-brand {
    margin: 4px -25px 0 -10px;
  }
}
.navbar.header-navbar .navbar-brand > img {
  height: 30px;
}
@media (min-width: 768px) {
  .navbar.header-navbar .navbar-collapse {
    float: left;
  }
}
.navbar.header-navbar .nav > .active > a,
.navbar.header-navbar .nav > .active > a:hover,
.navbar.header-navbar .nav > .active > a:focus {
  background-color: transparent;
}
@media (min-width: 768px) {
  .header-navbar-collapse {
    width: 100%;
    padding: 0;
  }
}
.header-navbar-banner-wrapper {
  margin: 0 -15px 0 -18px;
  text-align: right;
}
.header-navbar-banner-wrapper .banner-not-pin {
  margin: 0;
}
.header-navbar-fb-wrapper {
  padding: 10px;
}
.header-icon {
  font-size: 18px;
}
.header-navbar-nav {
  padding-top: 15px;
}
.header-navbar-nav > li > a {
  padding: 10px;
}
.header-navbar-nav > .active {
  position: relative;
}
@media (min-width: 768px) {
  .header-navbar-nav > .active:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom-color: #333;
  }
}
.header-navbar-nav-social {
  margin: 0 !important;
}
.header-navbar-nav-social > li > a {
  padding: 10px 5px;
}
.header-navbar-nav-secondary {
  margin-left: -10px;
}
@media (max-width: 767px) {
  .header-navbar-nav-secondary {
    margin: 10px 0;
  }
}
.header-navbar-search {
  width: 180px;
  margin-top: 10px;
}
.header-navbar-search.navbar-right:last-child {
  margin-right: -15px;
}
.header-navbar-search .form-control {
  height: 30px;
  border: 0;
  background: #eeeeee;
  -webkit-appearance: none;
}
.header-navbar-search .btn {
  background: #eeeeee;
  color: #555555;
  line-height: 1.3;
}
.header-navbar-search .btn:hover,
.header-navbar-search .btn:focus,
.header-navbar-search .btn:active {
  color: #12afa0;
}
.header-collapse {
  margin: 0 -15px;
  background: #e6e6e6;
  color: #666;
}
.header-collapse .header-collapse-inner {
  padding: 45px;
}
.header-collapse-title {
  font-weight: bold;
}
.header-collapse-nav {
  margin: 0;
}
.header-collapse-nav:last-child {
  margin-bottom: 0;
}
.header-collapse-nav > li > a {
  color: #666;
}
.header-collapse-nav > li > a:hover,
.header-collapse-nav > li > a:focus,
.header-collapse-nav > li > a:active {
  color: #12afa0;
  text-decoration: none;
}
.header-collapse-nav-item {
  float: none;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}
.header-collapse-sidebar {
  padding: 0 45px;
  border-left: 1px solid #fff;
}
@media (max-width: 767px) {
  .header-collapse-sidebar {
    margin-top: 20px;
    padding: 0 15px;
    border: 0;
  }
}
.header-collapse-sidebar .header-collapse-nav > li {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar.header-navbar.header-navbar-first .nav > li > a {
    font-size: 11px;
  }
  .header-navbar-nav > li > a {
    padding-right: 7px;
  }
  .navbar-left {
    margin-left: 10px;
  }
}
.header .navbar.header-navbar {
  margin-right: 0;
  margin-left: 0;
}
.header-accordion-group {
  margin: 0;
  border: 0;
}

/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  /* TODO optimize classes */

  position: absolute;
}
.leaflet-container {
  overflow: hidden;
  outline: 0;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-clickable {
  cursor: pointer;
}
.leaflet-dragging,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
}
.leaflet-container img {
  /* map is broken in FF if you have max-width: 100% on tiles */

  max-width: none !important;
}
.leaflet-container img.leaflet-image-layer {
  /* stupid Android 2 doesn't understand "max-width: none" properly */

  max-width: 15000px !important;
}
.leaflet-tile-pane {
  z-index: 2;
}
.leaflet-objects-pane {
  z-index: 3;
}
.leaflet-overlay-pane {
  z-index: 4;
}
.leaflet-shadow-pane {
  z-index: 5;
}
.leaflet-marker-pane {
  z-index: 6;
}
.leaflet-popup-pane {
  z-index: 7;
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
}
/* Leaflet controls */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 300;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
  display: none;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-control-zoom {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.leaflet-control-zoom {
  padding: 5px;
  background: rgba(0, 0, 0, 0.25);
}
.leaflet-control-zoom a {
  background-color: rgba(255, 255, 255, 0.75);
}
.leaflet-control-zoom a,
.leaflet-control-layers a {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-control-zoom a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 19px;
  height: 19px;
}
.leaflet-control-zoom a:hover {
  background-color: #fff;
}
.leaflet-touch .leaflet-control-zoom a {
  width: 27px;
  height: 27px;
}
.leaflet-control-zoom-in {
  background-image: url('/static/img/zoom-in.png?43f7f5e6f179');
  margin-bottom: 5px;
}
.leaflet-control-zoom-out {
  background-image: url('/static/img/zoom-out.png?b886d23996b9');
}
.leaflet-control-layers {
  box-shadow: 0 1px 7px #999;
  background: #f8f8f9;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.leaflet-control-layers a {
  background-image: url('/static/img/layers.png');
  width: 36px;
  height: 36px;
}
.leaflet-touch .leaflet-control-layers a {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #333;
  background: #fff;
}
.leaflet-control-layers input {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-container .leaflet-control-attribution {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px #bbb;
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  color: black;
  line-height: 1;
  font-size: 10px;
  padding-bottom: 2px;
  text-shadow: 1px 1px 1px #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  padding-top: 1px;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers {
  border: 5px solid #bbb;
}
/* Zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 0.75);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 0.75);
  -o-transition: -o-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 0.75);
  transition: transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 0.75);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* Popup layout */
.leaflet-popup {
  position: absolute;
  text-align: center;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
}
.leaflet-popup-content {
  margin: 8px;
  max-width: 120px;
}
.leaflet-popup-content span {
  font-size: 10px;
  color: #999;
  display: block;
}
.leaflet-popup-content a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
}
.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
  top: -3px;
}
.leaflet-popup-tip {
  width: 4px;
  height: 15px;
  padding: 1px;
  margin: -15px auto 0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 3px solid #33cc99;
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: -2px;
  right: -5px;
  padding: 4px 5px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 10px/12px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
/* Visual appearance */
.leaflet-container {
  background: #ddd;
}
.leaflet-container a {
  color: #000;
  display: block;
  margin-bottom: 4px;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #05f;
  background: white;
  opacity: 0.5;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-editing-icon {
  border-radius: 2px;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 10px #888;
  -moz-box-shadow: 0 3px 10px #888;
  -webkit-box-shadow: 0 3px 14px #999;
}
.leaflet-popup-content-wrapper {
  border: 3px solid #33cc99;
}
.leaflet-popup-content {
  font: 12px/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}
.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}
.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
  line-height: 30px;
}
.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.25s ease-out, opacity 0.25s ease-in;
  -moz-transition: -moz-transform 0.25s ease-out, opacity 0.25s ease-in;
  -o-transition: -o-transform 0.25s ease-out, opacity 0.25s ease-in;
  transition: transform 0.25s ease-out, opacity 0.25s ease-in;
}

.admitad-iframe-container {
  min-height: 300px;
  display: block;
}
.admitad-iframe {
  height: 300px;
  width: 100%;
}
.admitad-textarea {
  height: 100px;
}
ul.admitad-filter {
  list-style: none;
  margin: 0px;
}
