/*! 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: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #515151;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #6fbce1;
  text-decoration: none;
  -webkit-transition: color ease-in-out .2s, box-shadow ease-in-out .2s, border ease-in-out .2s, background-color ease-in-out .2s;
  transition: color ease-in-out .2s, box-shadow ease-in-out .2s, border ease-in-out .2s, background-color ease-in-out .2s;
}
a:hover,
a:focus {
  color: #45a8d8;
  text-decoration: none;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a,
button {
  outline: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.img-rounded {
  border-radius: 2px;
}
.img-thumbnail {
  line-height: 1.42857143;
  border: 1px solid #b2b4bf;
  border-radius: 2px;
  box-shadow: 3px 3px 8px rgba(62, 62, 62, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
hr.dashed {
  border-top-style: dashed;
}
hr.hr-link {
  border-top-color: #6fbce1;
}
hr.separator-narrow {
  border-top-width: 2px;
  width: 16px;
  margin-left: 15px;
}
hr.hr-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
@font-face {
  font-family: 'HelveticaNeueCyrUltraLight';
  src: url('../fonts/helveticaneuecyr-ultralight-webfont.eot');
  src: url('../fonts/helveticaneuecyr-ultralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-ultralight-webfont.woff') format('woff'), url('../fonts/helveticaneuecyr-ultralight-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLight';
  src: url('../fonts/helveticaneuecyr-light-webfont.eot');
  src: url('../fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-light-webfont.woff') format('woff'), url('../fonts/helveticaneuecyr-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/helveticaneuecyr-bold-webfont.eot');
  src: url('../fonts/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-bold-webfont.woff') format('woff'), url('../fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
p {
  margin: 0 0 19px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  line-height: 1.1;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin-top: 0;
}
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,
.h1,
.h2 {
  margin-bottom: 35px;
}
h3,
.h3 {
  margin-bottom: 25px;
}
h4,
.h4 {
  margin-bottom: 19px;
}
h5,
h6,
.h5,
.h6 {
  margin-bottom: 15px;
}
h1,
.h1 {
  font-size: 35px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.heading-stunner {
  font-style: normal;
  font-family: 'HelveticaNeueCyrUltraLight', "Helvetica Neue", sans-serif;
}
.heading-stunner strong {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.heading-normal {
  font-style: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1.heading-stunner,
.h1.heading-stunner {
  font-size: 56px;
}
h2.heading-stunner,
.h2.heading-stunner {
  font-size: 42px;
}
h3.heading-stunner,
.h3.heading-stunner {
  font-size: 29px;
}
h4.heading-stunner,
.h4.heading-stunner {
  font-family: 'HelveticaNeueLight', 'HelveticaNeueCyrUltraLight', "Helvetica Neue", sans-serif;
  font-size: 21px;
}
small,
.small {
  font-size: 85%;
}
.smaller {
  font-size: 71%;
}
.large {
  font-size: 120%;
}
.text-size-xxs {
  font-size: 10px;
}
.text-size-xs {
  font-size: 11px;
}
.text-size-sm {
  font-size: 12px;
}
.text-size-md {
  font-size: 20px;
}
.text-size-lg {
  font-size: 24px;
}
.text-size-xl {
  font-size: 30px;
}
.text-size-xxl {
  font-size: 36px;
}
.l-height-xl {
  line-height: 2;
}
.l-height-lg {
  line-height: 1.5;
}
.l-height-md {
  line-height: 1.3;
}
.l-height-nr {
  line-height: 1;
}
.l-height-sm {
  line-height: 0.8;
}
cite {
  font-style: normal;
}
.text-default {
  color: #515151;
}
.text-primary {
  color: #6fbce1;
}
.text-warning {
  color: #ffaa00;
}
.text-danger {
  color: #b1196f;
}
.text-success {
  color: #5cb85c;
}
.text-info {
  color: #8c8c8c;
}
.text-link {
  color: #6fbce1;
}
.text-inverse {
  color: #ffffff;
}
.text-muted,
.muted {
  color: #bbbbc2;
}
.link {
  color: #6fbce1;
  text-decoration: none;
  -webkit-transition: color ease-in-out .2s, box-shadow ease-in-out .2s, border ease-in-out .2s, background-color ease-in-out .2s;
  transition: color ease-in-out .2s, box-shadow ease-in-out .2s, border ease-in-out .2s, background-color ease-in-out .2s;
}
.link:hover,
.link:focus {
  color: #45a8d8;
}
.link-default {
  color: #515151;
}
.link-default:hover,
.link-default:focus {
  color: #6fbce1;
}
.link-inverse {
  color: #ffffff;
}
.link-inverse:hover,
.link-inverse:focus {
  color: #cccccc;
}
.link-arrow {
  padding-left: 15px;
  display: inline-block;
  -webkit-transition: color ease-in-out .2s;
  transition: color ease-in-out .2s;
}
.link-arrow:before {
  content: '';
  display: inline-block;
  height: 0;
  float: left;
  margin-left: -15px;
  margin-top: 4px;
  border-left: 7px solid #6fbce1;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-transition: border ease-in-out .2s;
  transition: border ease-in-out .2s;
}
h2 .link-arrow:before,
h3 .link-arrow:before {
  margin-top: 7px;
}
.nav-pills > .active > .link-arrow:before,
.nav-pills > .active > .item-link > .link-arrow:before {
  border-left-color: #fff;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-bottom {
  vertical-align: text-bottom;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-strong {
  font-style: normal;
  font-family: 'HelveticaNeue', "Helvetica Neue", sans-serif;
}
.text-serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.text-sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-light {
  font-family: 'HelveticaNeueLight', 'HelveticaNeueCyrUltraLight', "Helvetica Neue", sans-serif;
}
.text-ultralight {
  font-family: 'HelveticaNeueCyrUltraLight', "Helvetica Neue", sans-serif;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
ul.extended > li,
ol.extended > li {
  padding-top: 3px;
  padding-bottom: 3px;
}
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-right: 0;
}
.list-inline > li + li {
  padding-left: 15px;
}
.list-inline.list-extended > li + li {
  padding-left: 30px;
}
.list-inline.list-condensed > li + li {
  padding-left: 5px;
}
.list-bulits {
  padding-left: 0;
  list-style: none;
}
.list-bulits > li {
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 9px;
}
.list-bulits > li:before {
  content: "";
  float: left;
  margin-left: -19px;
  margin-top: 5px;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid #6fbce1;
  border-radius: 50%;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    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: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.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 {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
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 {
  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: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row-page {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding: 60px 0 50px;
  background-color: #ffffff;
}
.row-page:before,
.row-page:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row-page:after {
  clear: both;
}
.row-page:before,
.row-page:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row-page:after {
  clear: both;
}
.row-page.even {
  background: #f9f9f9;
}
.row-page > hr {
  border-top-color: #eeeeee;
  margin-top: 60px;
  margin-bottom: 60px;
}
html {
  width: 100%;
  height: 100%;
}
body {
  min-width: 1210px;
  height: 100%;
}
.main {
  min-height: 100%;
  position: relative;
  z-index: 10;
  -webkit-transition: margin ease-in-out .2s;
  transition: margin ease-in-out .2s;
}
.main-even {
  background: #f9f9f9;
}
[class*="col-"] {
  float: left;
}
[class*="col-"].pull-right {
  float: right;
}
[class*="col-"].center-block {
  float: none;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
.col-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-offset-12 {
  margin-left: 100%;
}
.col-dec-1 {
  width: 10%;
}
.col-dec-2 {
  width: 20%;
}
.col-dec-3 {
  width: 30%;
}
.col-dec-4 {
  width: 40%;
}
.col-dec-5 {
  width: 50%;
}
.col-dec-6 {
  width: 60%;
}
.col-dec-7 {
  width: 70%;
}
.col-dec-8 {
  width: 80%;
}
.col-dec-9 {
  width: 90%;
}
.col-dec-10 {
  width: 100%;
}
.col-dec-offset-1 {
  margin-left: 10%;
}
.col-dec-offset-2 {
  margin-left: 20%;
}
.col-dec-offset-3 {
  margin-left: 30%;
}
.col-dec-offset-4 {
  margin-left: 40%;
}
.col-dec-offset-5 {
  margin-left: 50%;
}
.col-dec-offset-6 {
  margin-left: 60%;
}
.col-dec-offset-7 {
  margin-left: 70%;
}
.col-dec-offset-8 {
  margin-left: 80%;
}
.col-dec-offset-9 {
  margin-left: 90%;
}
.col-dec-offset-10 {
  margin-left: 100%;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-1, .col-exc-1, .col-dec-1, .col-xs-2, .col-sm-2, .col-md-2, .col-2, .col-exc-2, .col-dec-2, .col-xs-3, .col-sm-3, .col-md-3, .col-3, .col-exc-3, .col-dec-3, .col-xs-4, .col-sm-4, .col-md-4, .col-4, .col-exc-4, .col-dec-4, .col-xs-5, .col-sm-5, .col-md-5, .col-5, .col-exc-5, .col-dec-5, .col-xs-6, .col-sm-6, .col-md-6, .col-6, .col-exc-6, .col-dec-6, .col-xs-7, .col-sm-7, .col-md-7, .col-7, .col-exc-7, .col-dec-7, .col-xs-8, .col-sm-8, .col-md-8, .col-8, .col-exc-8, .col-dec-8, .col-xs-9, .col-sm-9, .col-md-9, .col-9, .col-exc-9, .col-dec-9, .col-xs-10, .col-sm-10, .col-md-10, .col-10, .col-exc-10, .col-dec-10, .col-xs-11, .col-sm-11, .col-md-11, .col-11, .col-exc-11, .col-dec-11, .col-xs-12, .col-sm-12, .col-md-12, .col-12, .col-exc-12, .col-dec-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-11 {
  width: 91.66666667%;
}
.col-lg-10 {
  width: 83.33333333%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-8 {
  width: 66.66666667%;
}
.col-lg-7 {
  width: 58.33333333%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-5 {
  width: 41.66666667%;
}
.col-lg-4 {
  width: 33.33333333%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-2 {
  width: 16.66666667%;
}
.col-lg-1 {
  width: 8.33333333%;
}
.col-lg-pull-12 {
  right: 100%;
}
.col-lg-pull-11 {
  right: 91.66666667%;
}
.col-lg-pull-10 {
  right: 83.33333333%;
}
.col-lg-pull-9 {
  right: 75%;
}
.col-lg-pull-8 {
  right: 66.66666667%;
}
.col-lg-pull-7 {
  right: 58.33333333%;
}
.col-lg-pull-6 {
  right: 50%;
}
.col-lg-pull-5 {
  right: 41.66666667%;
}
.col-lg-pull-4 {
  right: 33.33333333%;
}
.col-lg-pull-3 {
  right: 25%;
}
.col-lg-pull-2 {
  right: 16.66666667%;
}
.col-lg-pull-1 {
  right: 8.33333333%;
}
.col-lg-pull-0 {
  right: auto;
}
.col-lg-push-12 {
  left: 100%;
}
.col-lg-push-11 {
  left: 91.66666667%;
}
.col-lg-push-10 {
  left: 83.33333333%;
}
.col-lg-push-9 {
  left: 75%;
}
.col-lg-push-8 {
  left: 66.66666667%;
}
.col-lg-push-7 {
  left: 58.33333333%;
}
.col-lg-push-6 {
  left: 50%;
}
.col-lg-push-5 {
  left: 41.66666667%;
}
.col-lg-push-4 {
  left: 33.33333333%;
}
.col-lg-push-3 {
  left: 25%;
}
.col-lg-push-2 {
  left: 16.66666667%;
}
.col-lg-push-1 {
  left: 8.33333333%;
}
.col-lg-push-0 {
  left: auto;
}
.col-lg-offset-12 {
  margin-left: 100%;
}
.col-lg-offset-11 {
  margin-left: 91.66666667%;
}
.col-lg-offset-10 {
  margin-left: 83.33333333%;
}
.col-lg-offset-9 {
  margin-left: 75%;
}
.col-lg-offset-8 {
  margin-left: 66.66666667%;
}
.col-lg-offset-7 {
  margin-left: 58.33333333%;
}
.col-lg-offset-6 {
  margin-left: 50%;
}
.col-lg-offset-5 {
  margin-left: 41.66666667%;
}
.col-lg-offset-4 {
  margin-left: 33.33333333%;
}
.col-lg-offset-3 {
  margin-left: 25%;
}
.col-lg-offset-2 {
  margin-left: 16.66666667%;
}
.col-lg-offset-1 {
  margin-left: 8.33333333%;
}
.col-lg-offset-0 {
  margin-left: 0%;
}
@media (max-width: 1209px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 991px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
.row-exception .col-exc-1, .col-exc-2, .col-exc-3, .col-exc-4, .col-exc-5, .col-exc-6, .col-exc-7, .col-exc-8, .col-exc-9, .col-exc-10, .col-exc-11, .col-exc-12 {
  float: left;
}
.row-exception .col-exc-12 {
  width: 100%;
}
.row-exception .col-exc-11 {
  width: 91.66666667%;
}
.row-exception .col-exc-10 {
  width: 83.33333333%;
}
.row-exception .col-exc-9 {
  width: 75%;
}
.row-exception .col-exc-8 {
  width: 66.66666667%;
}
.row-exception .col-exc-7 {
  width: 58.33333333%;
}
.row-exception .col-exc-6 {
  width: 50%;
}
.row-exception .col-exc-5 {
  width: 41.66666667%;
}
.row-exception .col-exc-4 {
  width: 33.33333333%;
}
.row-exception .col-exc-3 {
  width: 25%;
}
.row-exception .col-exc-2 {
  width: 16.66666667%;
}
.row-exception .col-exc-1 {
  width: 8.33333333%;
}
.row-exception .col-exc-pull-12 {
  right: 100%;
}
.row-exception .col-exc-pull-11 {
  right: 91.66666667%;
}
.row-exception .col-exc-pull-10 {
  right: 83.33333333%;
}
.row-exception .col-exc-pull-9 {
  right: 75%;
}
.row-exception .col-exc-pull-8 {
  right: 66.66666667%;
}
.row-exception .col-exc-pull-7 {
  right: 58.33333333%;
}
.row-exception .col-exc-pull-6 {
  right: 50%;
}
.row-exception .col-exc-pull-5 {
  right: 41.66666667%;
}
.row-exception .col-exc-pull-4 {
  right: 33.33333333%;
}
.row-exception .col-exc-pull-3 {
  right: 25%;
}
.row-exception .col-exc-pull-2 {
  right: 16.66666667%;
}
.row-exception .col-exc-pull-1 {
  right: 8.33333333%;
}
.row-exception .col-exc-pull-0 {
  right: auto;
}
.row-exception .col-exc-push-12 {
  left: 100%;
}
.row-exception .col-exc-push-11 {
  left: 91.66666667%;
}
.row-exception .col-exc-push-10 {
  left: 83.33333333%;
}
.row-exception .col-exc-push-9 {
  left: 75%;
}
.row-exception .col-exc-push-8 {
  left: 66.66666667%;
}
.row-exception .col-exc-push-7 {
  left: 58.33333333%;
}
.row-exception .col-exc-push-6 {
  left: 50%;
}
.row-exception .col-exc-push-5 {
  left: 41.66666667%;
}
.row-exception .col-exc-push-4 {
  left: 33.33333333%;
}
.row-exception .col-exc-push-3 {
  left: 25%;
}
.row-exception .col-exc-push-2 {
  left: 16.66666667%;
}
.row-exception .col-exc-push-1 {
  left: 8.33333333%;
}
.row-exception .col-exc-push-0 {
  left: auto;
}
.row-exception .col-exc-offset-12 {
  margin-left: 100%;
}
.row-exception .col-exc-offset-11 {
  margin-left: 91.66666667%;
}
.row-exception .col-exc-offset-10 {
  margin-left: 83.33333333%;
}
.row-exception .col-exc-offset-9 {
  margin-left: 75%;
}
.row-exception .col-exc-offset-8 {
  margin-left: 66.66666667%;
}
.row-exception .col-exc-offset-7 {
  margin-left: 58.33333333%;
}
.row-exception .col-exc-offset-6 {
  margin-left: 50%;
}
.row-exception .col-exc-offset-5 {
  margin-left: 41.66666667%;
}
.row-exception .col-exc-offset-4 {
  margin-left: 33.33333333%;
}
.row-exception .col-exc-offset-3 {
  margin-left: 25%;
}
.row-exception .col-exc-offset-2 {
  margin-left: 16.66666667%;
}
.row-exception .col-exc-offset-1 {
  margin-left: 8.33333333%;
}
.row-exception .col-exc-offset-0 {
  margin-left: 0%;
}
[class*="col-table-"] {
  position: relative;
  min-height: 1px;
  float: none;
  display: table-cell;
  padding-left: 15px;
  padding-right: 15px;
}
.col-table-1 {
  min-width: 50px;
}
.col-table-2 {
  min-width: 100px;
}
.col-table-3 {
  min-width: 150px;
}
.col-table-4 {
  min-width: 200px;
}
.col-table-full {
  width: 100%;
}
.container {
  width: 1210px;
}
.texture {
  background: #76767e url('../images/texture.jpg');
}
.page-tile,
.page-tiles {
  background: #76767e url('../images/texture.jpg');
}
.page-tiles {
  overflow-y: scroll;
}
.page-tile {
  margin-right: 0 !important;
}
.col-tile-1 {
  width: 310px;
}
.col-tile-2 {
  width: 620px;
}
.col-tile-3 {
  width: 930px;
}
.col-tile-4 {
  width: 1240px;
}
.col-tile-5 {
  width: 1550px;
}
.col-tile-6 {
  width: 1860px;
}
.col-tile-offset-2 {
  width: 310px;
}
.col-tile-offset-2 .col-tile-2 {
  width: 280px;
  padding-left: 0;
  padding-right: 0;
}
.page-tiles .container {
  width: 930px;
}
.page-tiles {
  min-width: 930px;
}
@media screen and (min-width: 1260px) {
  .page-tiles .container {
    width: 1240px;
  }
  .col-tile-offset-2 {
    width: 620px;
  }
  .col-tile-offset-2 .col-tile-2 {
    width: 590px;
  }
}
@media screen and (min-width: 1570px) {
  .page-tiles .container {
    width: 1550px;
  }
  .col-tile-offset-2 {
    width: 930px;
  }
}
@media screen and (min-width: 1880px) {
  .page-tiles .container {
    width: 1860px;
  }
  .col-tile-offset-2 {
    width: 1240px;
  }
}
.page-tile .navbar,
.page-tiles .navbar {
  background: #2a3644;
}
.page-tile {
  position: relative;
  min-width: 320px;
  min-height: 320px;
}
.page-tile .main {
  height: 100%;
  overflow: hidden;
}
.page-tile .container {
  width: 100%;
}
.page-tile .navbar.navbar-header {
  z-index: 22;
}
.page-tile .navbar.navbar-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
}
@media (max-width: 991px) {
  .page-tile .navbar-footer .row {
    text-align: center;
  }
  .page-tile .navbar-footer .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-tile .navbar-footer .row > .col-sm-12 {
    border-top: 1px solid #2d3c4e;
    font-size: 85%;
    color: #bbbbc2;
  }
}
@media (max-width: 480px) {
  .page-tile .navbar-footer {
    padding-top: 0;
  }
  .page-tile .navbar-footer .nav-inline > li {
    display: block;
    float: none;
    padding-left: 0;
    text-align: left;
  }
}
.page-tile .btn-toolbar-stick {
  margin-top: -13px;
  margin-right: -15px;
}
.page-tile .btn-toolbar-stick > .btn-group > .btn-user {
  margin-top: 13px;
}
.page-tile .btn-toolbar-stick .btn-group + .btn-group {
  margin-left: 0;
}
.page-tile .btn-toolbar-stick > .dropdown + .dropdown {
  margin-left: 10px;
}
.page-tile .btn-toolbar-stick > .btn-group > .btn-pill {
  font-size: 14px;
  width: 242px;
  border: 0;
  border-radius: 0;
  padding-top: 19px;
  padding-bottom: 18px;
  box-shadow: none;
}
.page-tile .btn-toolbar-stick > .btn-group > .btn-pill:hover,
.page-tile .btn-toolbar-stick > .btn-group > .btn-pill:active {
  box-shadow: none;
}
@media (max-width: 480px) {
  .page-tile .btn-toolbar-stick > .btn-group > .btn-pill {
    width: auto;
  }
}
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.42857143;
  vertical-align: top;
  border-top: 1px solid #e9e9e9;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e9e9e9;
}
.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 #e9e9e9;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-extended thead > tr > th,
.table-extended tbody > tr > th,
.table-extended tfoot > tr > th,
.table-extended thead > tr > td,
.table-extended tbody > tr > td,
.table-extended tfoot > tr > td {
  padding: 20px;
}
.table-bordered {
  border: 1px solid #e9e9e9;
}
.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 #e9e9e9;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.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-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #468847;
  border-color: #468847;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #3d773e;
  border-color: #3d773e;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #e02b4d;
  border-color: #e02b4d;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #d31f41;
  border-color: #d31f41;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #c09853;
  border-color: #c09853;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #b78c43;
  border-color: #b78c43;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #e9e9e9;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .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 > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.table-header > thead > tr > th,
.table-header > thead > tr > td {
  background: #fff;
}
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: 4px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 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 #333;
  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;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 5px 9px;
  font-size: 14px;
  font-style: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #d9d7d7;
  border-radius: 2px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
  transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
}
.form-control:focus {
  border-color: #6fbce1;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(111, 188, 225, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
textarea.autosize.form-control {
  resize: none;
  height: 32px;
}
.label-placeholder-group > .form-control {
  color: #ffffff;
}
.label-placeholder-group > .form-control:hover,
.label-placeholder-group > .form-control:active,
.label-placeholder-group > .form-control:focus {
  color: #555555;
}
.form-control.form-control-link {
  display: inline-block;
  width: auto;
  border-color: transparent;
  height: 29px;
  box-shadow: none;
}
.form-control.form-control-link:focus {
  border-color: #6fbce1;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(111, 188, 225, 0.6);
}
.label-placeholder-group > label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0;
  z-index: 4;
  padding: 5px 9px;
  border: 1px solid transparent;
  font-size: 14px;
  font-style: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  color: #999999;
  cursor: pointer;
}
.label-placeholder-group input:hover + label,
.label-placeholder-group input:active + label,
.label-placeholder-group input:focus + label {
  display: none;
}
/*
.form-control-indented {
	padding: (@input-indented-padding-vertical - 1) @input-indented-padding-horizontal (@input-indented-padding-vertical);
	font-size: @input-small-font-size;
	font-style: @input-small-font-style;
	font-family: @input-small-font-family;
	border-radius:@input-small-border-radius;
	box-shadow:@input-indented-box-shadow;
}
*/
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  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;
}
.radio.form-group,
.checkbox.form-group {
  margin-top: 0;
  margin-bottom: 15px;
}
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 {
  font-size: 12px;
  font-style: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 24px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 24px;
  line-height: 24px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 51px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 2px;
}
select.input-lg {
  height: 51px;
  line-height: 51px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .control-label {
  color: #c09853;
}
.has-warning .help-block {
  color: #fff;
  font-size: 12px;
  background-color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(192, 152, 83, 0.6);
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
}
.has-error .control-label {
  color: #e02b4d;
}
.has-error .help-block {
  color: #fff;
  font-size: 12px;
  background-color: #e02b4d;
}
.has-error .form-control {
  border-color: #e02b4d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #bc1c3a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(224, 43, 77, 0.6);
}
.has-error .input-group-addon {
  color: #e02b4d;
  border-color: #e02b4d;
}
.has-success .control-label {
  color: #468847;
}
.has-success .help-block {
  color: #fff;
  font-size: 12px;
  background-color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(70, 136, 71, 0.6);
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
}
.has-info .control-label {
  color: #8c8c8c;
}
.has-info .help-block {
  color: #fff;
  font-size: 12px;
  background-color: #8c8c8c;
}
.has-info .form-control {
  border-color: #8c8c8c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-info .form-control:focus {
  border-color: #737373;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(140, 140, 140, 0.6);
}
.has-info .input-group-addon {
  color: #8c8c8c;
  border-color: #8c8c8c;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-bottom: -1px;
  color: #919191;
  padding: 3px 9px;
}
@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 .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 .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.label {
  position: relative;
  margin: 0 5px 5px 0;
  padding: 2px 5px;
  background: #eee;
  border: 1px solid #d9d7d7;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: background ease-in-out .2s;
  transition: background ease-in-out .2s;
  display: inline-block;
}
.label-items-inline-check > .label {
  display: none;
  padding-right: 16px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.label-items-inline-check > .label.checked {
  display: inline-block;
}
.label-items-inline-check > .label:hover {
  background: #fff;
}
.label-items-inline-check > .label:after {
  content: '×';
  position: absolute;
  top: 3px;
  right: 3px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  vertical-align: bottom;
}
.label.label-item-check,
.label-items-check > .label {
  display: block;
  margin: 0 -10px;
  padding: 5px 15px 5px 32px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.label.label-item-check.checked,
.label-items-check > .label.checked {
  display: block;
}
.label.label-item-check:hover,
.label-items-check > .label:hover,
.label.label-item-check.active,
.label-items-check > .label.active {
  background: #f9f9f9;
}
.label.label-item-check:before,
.label-items-check > .label:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 6px;
  width: 16px;
  height: 16px;
  background: #fefefe;
  border: 1px solid #c8c8c8;
  border-radius: 1px;
}
.label.label-item-check:after,
.label-items-check > .label:after {
  content: '';
  position: absolute;
  left: 13px;
  top: 10px;
  width: 11px;
  height: 8px;
  background-image: url("../images/icons.png");
  background-color: transparent;
  background-repeat: no-repeat;
  display: none;
}
.label.label-item-check.checked:after,
.label-items-check > .label.checked:after {
  display: block;
  background-position: -116px -89px;
}
.label.label-item-check.half-checked:after,
.label-items-check > .label.half-checked:after {
  display: block;
  background-position: -131px -89px;
}
.label.label-item-check.label-item-check:before,
.label-items-check > .label.label-item-check:before,
.label.label-item-check.label-item-check:after,
.label-items-check > .label.label-item-check:after {
  display: none;
}
.typeahead-group {
  position: relative;
}
.typeahead.dropdown-container {
  left: 0;
  right: 0;
  margin: 0;
  border-radius: 0 0 2px 2px;
  display: none;
}
.open .typeahead.dropdown-container {
  display: none;
}
.typeahead > .typeahead-list {
  list-style: none;
}
.typeahead > .typeahead-list > .label,
.typeahead > .label {
  margin: 0;
}
.btn {
  display: inline-block;
  padding: 6px 14px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: 0;
  -webkit-transition: color ease-in-out .2s, box-shadow ease-in-out .2s, border ease-in-out .2s, background ease-in-out .2s;
  transition: color ease-in-out .2s, box-shadow ease-in-out .2s, border ease-in-out .2s, background ease-in-out .2s;
}
.btn:focus {
  outline: 0;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  outline: 0;
  color: #515151;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  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);
  box-shadow: none;
}
.btn-icon {
  display: inline-block;
  padding: 5px 5px;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
  cursor: default;
  width: 48px;
  height: 48px;
  -webkit-transition: color ease-in-out .3s, box-shadow ease-in-out .3s, background ease-in-out .3s;
  transition: color ease-in-out .3s, box-shadow ease-in-out .3s, background ease-in-out .3s;
}
a.btn-icon,
button.btn-icon {
  cursor: pointer;
}
.btn-icon.disabled,
.btn-icon[disabled],
fieldset[disabled] .btn-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-icon.btn-lg {
  width: 84px;
  height: 84px;
  padding: 11px;
  border-radius: 50%;
}
.btn-link {
  text-transform: none;
  display: inline-block;
  font-size: 14px;
  padding: 3px 14px;
}
.btn-nav {
  border: 0;
  background: transparent;
  padding: 6px 6px 5px;
}
.btn-unstyled {
  display: inline-block;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.btn-default {
  color: #515151;
  border-color: #d9d7d7;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
a:hover > .btn-default,
button:hover > .btn-default {
  box-shadow: inset 0 0 0 2px #d9d7d7;
}
.btn-default:hover.btn-icon,
.btn-default:focus.btn-icon,
.btn-default:active.btn-icon,
.btn-default.active.btn-icon,
.open .dropdown-toggle.btn-default.btn-icon,
a:hover > .btn-default.btn-icon,
button:hover > .btn-default.btn-icon,
.btn-default:hover.btn-lg,
.btn-default:focus.btn-lg,
.btn-default:active.btn-lg,
.btn-default.active.btn-lg,
.open .dropdown-toggle.btn-default.btn-lg,
a:hover > .btn-default.btn-lg,
button:hover > .btn-default.btn-lg {
  box-shadow: inset 0 0 0 4px #d9d7d7;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #515151;
  background-color: transparent;
  border-color: #d9d7d7;
}
.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: transparent;
  border-color: #d9d7d7;
}
.btn-primary {
  color: #6fbce1;
  border-color: #6fbce1;
  background-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
a:hover > .btn-primary,
button:hover > .btn-primary {
  box-shadow: inset 0 0 0 2px #6fbce1;
}
.btn-primary:hover.btn-icon,
.btn-primary:focus.btn-icon,
.btn-primary:active.btn-icon,
.btn-primary.active.btn-icon,
.open .dropdown-toggle.btn-primary.btn-icon,
a:hover > .btn-primary.btn-icon,
button:hover > .btn-primary.btn-icon,
.btn-primary:hover.btn-lg,
.btn-primary:focus.btn-lg,
.btn-primary:active.btn-lg,
.btn-primary.active.btn-lg,
.open .dropdown-toggle.btn-primary.btn-lg,
a:hover > .btn-primary.btn-lg,
button:hover > .btn-primary.btn-lg {
  box-shadow: inset 0 0 0 4px #6fbce1;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #6fbce1;
  background-color: transparent;
  border-color: #6fbce1;
}
.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: transparent;
  border-color: #6fbce1;
}
.btn-warning {
  color: #ffaa00;
  border-color: #ffaa00;
  background-color: transparent;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning,
a:hover > .btn-warning,
button:hover > .btn-warning {
  box-shadow: inset 0 0 0 2px #ffaa00;
}
.btn-warning:hover.btn-icon,
.btn-warning:focus.btn-icon,
.btn-warning:active.btn-icon,
.btn-warning.active.btn-icon,
.open .dropdown-toggle.btn-warning.btn-icon,
a:hover > .btn-warning.btn-icon,
button:hover > .btn-warning.btn-icon,
.btn-warning:hover.btn-lg,
.btn-warning:focus.btn-lg,
.btn-warning:active.btn-lg,
.btn-warning.active.btn-lg,
.open .dropdown-toggle.btn-warning.btn-lg,
a:hover > .btn-warning.btn-lg,
button:hover > .btn-warning.btn-lg {
  box-shadow: inset 0 0 0 4px #ffaa00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffaa00;
  background-color: transparent;
  border-color: #ffaa00;
}
.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: transparent;
  border-color: #ffaa00;
}
.btn-danger {
  color: #b1196f;
  border-color: #b1196f;
  background-color: transparent;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
a:hover > .btn-danger,
button:hover > .btn-danger {
  box-shadow: inset 0 0 0 2px #b1196f;
}
.btn-danger:hover.btn-icon,
.btn-danger:focus.btn-icon,
.btn-danger:active.btn-icon,
.btn-danger.active.btn-icon,
.open .dropdown-toggle.btn-danger.btn-icon,
a:hover > .btn-danger.btn-icon,
button:hover > .btn-danger.btn-icon,
.btn-danger:hover.btn-lg,
.btn-danger:focus.btn-lg,
.btn-danger:active.btn-lg,
.btn-danger.active.btn-lg,
.open .dropdown-toggle.btn-danger.btn-lg,
a:hover > .btn-danger.btn-lg,
button:hover > .btn-danger.btn-lg {
  box-shadow: inset 0 0 0 4px #b1196f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #b1196f;
  background-color: transparent;
  border-color: #b1196f;
}
.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: transparent;
  border-color: #b1196f;
}
.btn-success {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: transparent;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
a:hover > .btn-success,
button:hover > .btn-success {
  box-shadow: inset 0 0 0 2px #5cb85c;
}
.btn-success:hover.btn-icon,
.btn-success:focus.btn-icon,
.btn-success:active.btn-icon,
.btn-success.active.btn-icon,
.open .dropdown-toggle.btn-success.btn-icon,
a:hover > .btn-success.btn-icon,
button:hover > .btn-success.btn-icon,
.btn-success:hover.btn-lg,
.btn-success:focus.btn-lg,
.btn-success:active.btn-lg,
.btn-success.active.btn-lg,
.open .dropdown-toggle.btn-success.btn-lg,
a:hover > .btn-success.btn-lg,
button:hover > .btn-success.btn-lg {
  box-shadow: inset 0 0 0 4px #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #5cb85c;
  background-color: transparent;
  border-color: #5cb85c;
}
.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: transparent;
  border-color: #5cb85c;
}
.btn-info {
  color: #ffffff;
  border-color: #7f7f7f;
  background-color: transparent;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
a:hover > .btn-info,
button:hover > .btn-info {
  box-shadow: inset 0 0 0 2px #7f7f7f;
}
.btn-info:hover.btn-icon,
.btn-info:focus.btn-icon,
.btn-info:active.btn-icon,
.btn-info.active.btn-icon,
.open .dropdown-toggle.btn-info.btn-icon,
a:hover > .btn-info.btn-icon,
button:hover > .btn-info.btn-icon,
.btn-info:hover.btn-lg,
.btn-info:focus.btn-lg,
.btn-info:active.btn-lg,
.btn-info.active.btn-lg,
.open .dropdown-toggle.btn-info.btn-lg,
a:hover > .btn-info.btn-lg,
button:hover > .btn-info.btn-lg {
  box-shadow: inset 0 0 0 4px #7f7f7f;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: transparent;
  border-color: #7f7f7f;
}
.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: transparent;
  border-color: #7f7f7f;
}
.btn-inverse {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse,
a:hover > .btn-inverse,
button:hover > .btn-inverse {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.btn-inverse:hover.btn-icon,
.btn-inverse:focus.btn-icon,
.btn-inverse:active.btn-icon,
.btn-inverse.active.btn-icon,
.open .dropdown-toggle.btn-inverse.btn-icon,
a:hover > .btn-inverse.btn-icon,
button:hover > .btn-inverse.btn-icon,
.btn-inverse:hover.btn-lg,
.btn-inverse:focus.btn-lg,
.btn-inverse:active.btn-lg,
.btn-inverse.active.btn-lg,
.open .dropdown-toggle.btn-inverse.btn-lg,
a:hover > .btn-inverse.btn-lg,
button:hover > .btn-inverse.btn-lg {
  box-shadow: inset 0 0 0 4px #ffffff;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-pill.btn-default {
  color: #ffffff;
  background-color: #d9d7d7;
  border-color: #d9d7d7;
}
.btn-pill.btn-default:hover,
.btn-pill.btn-default:focus,
.btn-pill.btn-default:active,
.btn-pill.btn-default.active,
.open .dropdown-toggle.btn-pill.btn-default,
a:hover > .btn-pill.btn-default,
button:hover > .btn-pill.btn-default {
  color: #ffffff;
  box-shadow: none;
  background-color: #e5e4e4;
  border-color: #e5e4e4;
}
.btn-pill.btn-default:active,
.btn-pill.btn-default.active,
.open .dropdown-toggle.btn-pill.btn-default {
  background-image: none;
}
.btn-pill.btn-default.disabled,
.btn-pill.btn-default[disabled],
fieldset[disabled] .btn-pill.btn-default,
.btn-pill.btn-default.disabled:hover,
.btn-pill.btn-default[disabled]:hover,
fieldset[disabled] .btn-pill.btn-default:hover,
.btn-pill.btn-default.disabled:focus,
.btn-pill.btn-default[disabled]:focus,
fieldset[disabled] .btn-pill.btn-default:focus,
.btn-pill.btn-default.disabled:active,
.btn-pill.btn-default[disabled]:active,
fieldset[disabled] .btn-pill.btn-default:active,
.btn-pill.btn-default.disabled.active,
.btn-pill.btn-default[disabled].active,
fieldset[disabled] .btn-pill.btn-default.active {
  background-color: #d9d7d7;
  border-color: #d9d7d7;
}
a.btn-pill.btn-default.btn-icon:hover,
button.btn-pill.btn-default.btn-icon:hover,
a .btn-pill.btn-default.btn-icon:hover,
button .btn-pill.btn-default.btn-icon:hover,
a.btn-pill.btn-default.btn-icon:focus,
button.btn-pill.btn-default.btn-icon:focus,
a .btn-pill.btn-default.btn-icon:focus,
button .btn-pill.btn-default.btn-icon:focus,
a.btn-pill.btn-default.btn-icon:active,
button.btn-pill.btn-default.btn-icon:active,
a .btn-pill.btn-default.btn-icon:active,
button .btn-pill.btn-default.btn-icon:active,
a.btn-pill.btn-default.btn-icon.active,
button.btn-pill.btn-default.btn-icon.active,
a .btn-pill.btn-default.btn-icon.active,
button .btn-pill.btn-default.btn-icon.active,
.open .dropdown-togglea.btn-pill.btn-default.btn-icon,
.open .dropdown-togglebutton.btn-pill.btn-default.btn-icon,
.open .dropdown-togglea .btn-pill.btn-default.btn-icon,
.open .dropdown-togglebutton .btn-pill.btn-default.btn-icon {
  background-color: #d9d7d7;
  border-color: #d9d7d7;
  box-shadow: 0 0 0 6px #d9d7d7;
}
a:hover > .btn-pill.btn-default.btn-icon,
button:hover > .btn-pill.btn-default.btn-icon {
  background-color: #d9d7d7;
  border-color: #d9d7d7;
  box-shadow: 0 0 0 6px #d9d7d7;
}
.btn-pill.btn-primary {
  color: #ffffff;
  background-color: #6fbce1;
  border-color: #6fbce1;
}
.btn-pill.btn-primary:hover,
.btn-pill.btn-primary:focus,
.btn-pill.btn-primary:active,
.btn-pill.btn-primary.active,
.open .dropdown-toggle.btn-pill.btn-primary,
a:hover > .btn-pill.btn-primary,
button:hover > .btn-pill.btn-primary {
  color: #ffffff;
  box-shadow: none;
  background-color: #84c6e5;
  border-color: #84c6e5;
}
.btn-pill.btn-primary:active,
.btn-pill.btn-primary.active,
.open .dropdown-toggle.btn-pill.btn-primary {
  background-image: none;
}
.btn-pill.btn-primary.disabled,
.btn-pill.btn-primary[disabled],
fieldset[disabled] .btn-pill.btn-primary,
.btn-pill.btn-primary.disabled:hover,
.btn-pill.btn-primary[disabled]:hover,
fieldset[disabled] .btn-pill.btn-primary:hover,
.btn-pill.btn-primary.disabled:focus,
.btn-pill.btn-primary[disabled]:focus,
fieldset[disabled] .btn-pill.btn-primary:focus,
.btn-pill.btn-primary.disabled:active,
.btn-pill.btn-primary[disabled]:active,
fieldset[disabled] .btn-pill.btn-primary:active,
.btn-pill.btn-primary.disabled.active,
.btn-pill.btn-primary[disabled].active,
fieldset[disabled] .btn-pill.btn-primary.active {
  background-color: #6fbce1;
  border-color: #6fbce1;
}
a.btn-pill.btn-primary.btn-icon:hover,
button.btn-pill.btn-primary.btn-icon:hover,
a .btn-pill.btn-primary.btn-icon:hover,
button .btn-pill.btn-primary.btn-icon:hover,
a.btn-pill.btn-primary.btn-icon:focus,
button.btn-pill.btn-primary.btn-icon:focus,
a .btn-pill.btn-primary.btn-icon:focus,
button .btn-pill.btn-primary.btn-icon:focus,
a.btn-pill.btn-primary.btn-icon:active,
button.btn-pill.btn-primary.btn-icon:active,
a .btn-pill.btn-primary.btn-icon:active,
button .btn-pill.btn-primary.btn-icon:active,
a.btn-pill.btn-primary.btn-icon.active,
button.btn-pill.btn-primary.btn-icon.active,
a .btn-pill.btn-primary.btn-icon.active,
button .btn-pill.btn-primary.btn-icon.active,
.open .dropdown-togglea.btn-pill.btn-primary.btn-icon,
.open .dropdown-togglebutton.btn-pill.btn-primary.btn-icon,
.open .dropdown-togglea .btn-pill.btn-primary.btn-icon,
.open .dropdown-togglebutton .btn-pill.btn-primary.btn-icon {
  background-color: #6fbce1;
  border-color: #6fbce1;
  box-shadow: 0 0 0 6px #6fbce1;
}
a:hover > .btn-pill.btn-primary.btn-icon,
button:hover > .btn-pill.btn-primary.btn-icon {
  background-color: #6fbce1;
  border-color: #6fbce1;
  box-shadow: 0 0 0 6px #6fbce1;
}
.btn-pill.btn-warning {
  color: #ffffff;
  background-color: #ffaa00;
  border-color: #ffaa00;
}
.btn-pill.btn-warning:hover,
.btn-pill.btn-warning:focus,
.btn-pill.btn-warning:active,
.btn-pill.btn-warning.active,
.open .dropdown-toggle.btn-pill.btn-warning,
a:hover > .btn-pill.btn-warning,
button:hover > .btn-pill.btn-warning {
  color: #ffffff;
  box-shadow: none;
  background-color: #ffb31a;
  border-color: #ffb31a;
}
.btn-pill.btn-warning:active,
.btn-pill.btn-warning.active,
.open .dropdown-toggle.btn-pill.btn-warning {
  background-image: none;
}
.btn-pill.btn-warning.disabled,
.btn-pill.btn-warning[disabled],
fieldset[disabled] .btn-pill.btn-warning,
.btn-pill.btn-warning.disabled:hover,
.btn-pill.btn-warning[disabled]:hover,
fieldset[disabled] .btn-pill.btn-warning:hover,
.btn-pill.btn-warning.disabled:focus,
.btn-pill.btn-warning[disabled]:focus,
fieldset[disabled] .btn-pill.btn-warning:focus,
.btn-pill.btn-warning.disabled:active,
.btn-pill.btn-warning[disabled]:active,
fieldset[disabled] .btn-pill.btn-warning:active,
.btn-pill.btn-warning.disabled.active,
.btn-pill.btn-warning[disabled].active,
fieldset[disabled] .btn-pill.btn-warning.active {
  background-color: #ffaa00;
  border-color: #ffaa00;
}
a.btn-pill.btn-warning.btn-icon:hover,
button.btn-pill.btn-warning.btn-icon:hover,
a .btn-pill.btn-warning.btn-icon:hover,
button .btn-pill.btn-warning.btn-icon:hover,
a.btn-pill.btn-warning.btn-icon:focus,
button.btn-pill.btn-warning.btn-icon:focus,
a .btn-pill.btn-warning.btn-icon:focus,
button .btn-pill.btn-warning.btn-icon:focus,
a.btn-pill.btn-warning.btn-icon:active,
button.btn-pill.btn-warning.btn-icon:active,
a .btn-pill.btn-warning.btn-icon:active,
button .btn-pill.btn-warning.btn-icon:active,
a.btn-pill.btn-warning.btn-icon.active,
button.btn-pill.btn-warning.btn-icon.active,
a .btn-pill.btn-warning.btn-icon.active,
button .btn-pill.btn-warning.btn-icon.active,
.open .dropdown-togglea.btn-pill.btn-warning.btn-icon,
.open .dropdown-togglebutton.btn-pill.btn-warning.btn-icon,
.open .dropdown-togglea .btn-pill.btn-warning.btn-icon,
.open .dropdown-togglebutton .btn-pill.btn-warning.btn-icon {
  background-color: #ffaa00;
  border-color: #ffaa00;
  box-shadow: 0 0 0 6px #ffaa00;
}
a:hover > .btn-pill.btn-warning.btn-icon,
button:hover > .btn-pill.btn-warning.btn-icon {
  background-color: #ffaa00;
  border-color: #ffaa00;
  box-shadow: 0 0 0 6px #ffaa00;
}
.btn-pill.btn-danger {
  color: #ffffff;
  background-color: #b1196f;
  border-color: #b1196f;
}
.btn-pill.btn-danger:hover,
.btn-pill.btn-danger:focus,
.btn-pill.btn-danger:active,
.btn-pill.btn-danger.active,
.open .dropdown-toggle.btn-pill.btn-danger,
a:hover > .btn-pill.btn-danger,
button:hover > .btn-pill.btn-danger {
  color: #ffffff;
  box-shadow: none;
  background-color: #c71c7d;
  border-color: #c71c7d;
}
.btn-pill.btn-danger:active,
.btn-pill.btn-danger.active,
.open .dropdown-toggle.btn-pill.btn-danger {
  background-image: none;
}
.btn-pill.btn-danger.disabled,
.btn-pill.btn-danger[disabled],
fieldset[disabled] .btn-pill.btn-danger,
.btn-pill.btn-danger.disabled:hover,
.btn-pill.btn-danger[disabled]:hover,
fieldset[disabled] .btn-pill.btn-danger:hover,
.btn-pill.btn-danger.disabled:focus,
.btn-pill.btn-danger[disabled]:focus,
fieldset[disabled] .btn-pill.btn-danger:focus,
.btn-pill.btn-danger.disabled:active,
.btn-pill.btn-danger[disabled]:active,
fieldset[disabled] .btn-pill.btn-danger:active,
.btn-pill.btn-danger.disabled.active,
.btn-pill.btn-danger[disabled].active,
fieldset[disabled] .btn-pill.btn-danger.active {
  background-color: #b1196f;
  border-color: #b1196f;
}
a.btn-pill.btn-danger.btn-icon:hover,
button.btn-pill.btn-danger.btn-icon:hover,
a .btn-pill.btn-danger.btn-icon:hover,
button .btn-pill.btn-danger.btn-icon:hover,
a.btn-pill.btn-danger.btn-icon:focus,
button.btn-pill.btn-danger.btn-icon:focus,
a .btn-pill.btn-danger.btn-icon:focus,
button .btn-pill.btn-danger.btn-icon:focus,
a.btn-pill.btn-danger.btn-icon:active,
button.btn-pill.btn-danger.btn-icon:active,
a .btn-pill.btn-danger.btn-icon:active,
button .btn-pill.btn-danger.btn-icon:active,
a.btn-pill.btn-danger.btn-icon.active,
button.btn-pill.btn-danger.btn-icon.active,
a .btn-pill.btn-danger.btn-icon.active,
button .btn-pill.btn-danger.btn-icon.active,
.open .dropdown-togglea.btn-pill.btn-danger.btn-icon,
.open .dropdown-togglebutton.btn-pill.btn-danger.btn-icon,
.open .dropdown-togglea .btn-pill.btn-danger.btn-icon,
.open .dropdown-togglebutton .btn-pill.btn-danger.btn-icon {
  background-color: #b1196f;
  border-color: #b1196f;
  box-shadow: 0 0 0 6px #b1196f;
}
a:hover > .btn-pill.btn-danger.btn-icon,
button:hover > .btn-pill.btn-danger.btn-icon {
  background-color: #b1196f;
  border-color: #b1196f;
  box-shadow: 0 0 0 6px #b1196f;
}
.btn-pill.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-pill.btn-success:hover,
.btn-pill.btn-success:focus,
.btn-pill.btn-success:active,
.btn-pill.btn-success.active,
.open .dropdown-toggle.btn-pill.btn-success,
a:hover > .btn-pill.btn-success,
button:hover > .btn-pill.btn-success {
  color: #ffffff;
  box-shadow: none;
  background-color: #6ec06e;
  border-color: #6ec06e;
}
.btn-pill.btn-success:active,
.btn-pill.btn-success.active,
.open .dropdown-toggle.btn-pill.btn-success {
  background-image: none;
}
.btn-pill.btn-success.disabled,
.btn-pill.btn-success[disabled],
fieldset[disabled] .btn-pill.btn-success,
.btn-pill.btn-success.disabled:hover,
.btn-pill.btn-success[disabled]:hover,
fieldset[disabled] .btn-pill.btn-success:hover,
.btn-pill.btn-success.disabled:focus,
.btn-pill.btn-success[disabled]:focus,
fieldset[disabled] .btn-pill.btn-success:focus,
.btn-pill.btn-success.disabled:active,
.btn-pill.btn-success[disabled]:active,
fieldset[disabled] .btn-pill.btn-success:active,
.btn-pill.btn-success.disabled.active,
.btn-pill.btn-success[disabled].active,
fieldset[disabled] .btn-pill.btn-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
a.btn-pill.btn-success.btn-icon:hover,
button.btn-pill.btn-success.btn-icon:hover,
a .btn-pill.btn-success.btn-icon:hover,
button .btn-pill.btn-success.btn-icon:hover,
a.btn-pill.btn-success.btn-icon:focus,
button.btn-pill.btn-success.btn-icon:focus,
a .btn-pill.btn-success.btn-icon:focus,
button .btn-pill.btn-success.btn-icon:focus,
a.btn-pill.btn-success.btn-icon:active,
button.btn-pill.btn-success.btn-icon:active,
a .btn-pill.btn-success.btn-icon:active,
button .btn-pill.btn-success.btn-icon:active,
a.btn-pill.btn-success.btn-icon.active,
button.btn-pill.btn-success.btn-icon.active,
a .btn-pill.btn-success.btn-icon.active,
button .btn-pill.btn-success.btn-icon.active,
.open .dropdown-togglea.btn-pill.btn-success.btn-icon,
.open .dropdown-togglebutton.btn-pill.btn-success.btn-icon,
.open .dropdown-togglea .btn-pill.btn-success.btn-icon,
.open .dropdown-togglebutton .btn-pill.btn-success.btn-icon {
  background-color: #5cb85c;
  border-color: #5cb85c;
  box-shadow: 0 0 0 6px #5cb85c;
}
a:hover > .btn-pill.btn-success.btn-icon,
button:hover > .btn-pill.btn-success.btn-icon {
  background-color: #5cb85c;
  border-color: #5cb85c;
  box-shadow: 0 0 0 6px #5cb85c;
}
.btn-link.btn-default {
  color: #515151;
  border-color: transparent;
  background-color: transparent;
}
.btn-link.btn-default:hover,
.btn-link.btn-default:focus,
.btn-link.btn-default:active,
.btn-link.btn-default.active,
.open .dropdown-toggle.btn-link.btn-default,
a:hover > .btn-link.btn-default,
button:hover > .btn-link.btn-default {
  border-color: #d9d7d7;
  box-shadow: none;
}
.btn-link.btn-default:hover,
.btn-link.btn-default:focus,
.btn-link.btn-default:active,
.btn-link.btn-default.active,
.open .dropdown-toggle.btn-link.btn-default {
  color: #515151;
  background-color: transparent;
  border-color: #d9d7d7;
}
.btn-link.btn-default:active,
.btn-link.btn-default.active,
.open .dropdown-toggle.btn-link.btn-default {
  background-image: none;
}
.btn-link.btn-default.disabled,
.btn-link.btn-default[disabled],
fieldset[disabled] .btn-link.btn-default,
.btn-link.btn-default.disabled:hover,
.btn-link.btn-default[disabled]:hover,
fieldset[disabled] .btn-link.btn-default:hover,
.btn-link.btn-default.disabled:focus,
.btn-link.btn-default[disabled]:focus,
fieldset[disabled] .btn-link.btn-default:focus,
.btn-link.btn-default.disabled:active,
.btn-link.btn-default[disabled]:active,
fieldset[disabled] .btn-link.btn-default:active,
.btn-link.btn-default.disabled.active,
.btn-link.btn-default[disabled].active,
fieldset[disabled] .btn-link.btn-default.active {
  background-color: transparent;
  border-color: #d9d7d7;
}
.btn-link.btn-primary {
  color: #6fbce1;
  border-color: transparent;
  background-color: transparent;
}
.btn-link.btn-primary:hover,
.btn-link.btn-primary:focus,
.btn-link.btn-primary:active,
.btn-link.btn-primary.active,
.open .dropdown-toggle.btn-link.btn-primary,
a:hover > .btn-link.btn-primary,
button:hover > .btn-link.btn-primary {
  border-color: #6fbce1;
  box-shadow: none;
}
.btn-link.btn-primary:hover,
.btn-link.btn-primary:focus,
.btn-link.btn-primary:active,
.btn-link.btn-primary.active,
.open .dropdown-toggle.btn-link.btn-primary {
  color: #6fbce1;
  background-color: transparent;
  border-color: #6fbce1;
}
.btn-link.btn-primary:active,
.btn-link.btn-primary.active,
.open .dropdown-toggle.btn-link.btn-primary {
  background-image: none;
}
.btn-link.btn-primary.disabled,
.btn-link.btn-primary[disabled],
fieldset[disabled] .btn-link.btn-primary,
.btn-link.btn-primary.disabled:hover,
.btn-link.btn-primary[disabled]:hover,
fieldset[disabled] .btn-link.btn-primary:hover,
.btn-link.btn-primary.disabled:focus,
.btn-link.btn-primary[disabled]:focus,
fieldset[disabled] .btn-link.btn-primary:focus,
.btn-link.btn-primary.disabled:active,
.btn-link.btn-primary[disabled]:active,
fieldset[disabled] .btn-link.btn-primary:active,
.btn-link.btn-primary.disabled.active,
.btn-link.btn-primary[disabled].active,
fieldset[disabled] .btn-link.btn-primary.active {
  background-color: transparent;
  border-color: #6fbce1;
}
.btn-link.btn-warning {
  color: #ffaa00;
  border-color: transparent;
  background-color: transparent;
}
.btn-link.btn-warning:hover,
.btn-link.btn-warning:focus,
.btn-link.btn-warning:active,
.btn-link.btn-warning.active,
.open .dropdown-toggle.btn-link.btn-warning,
a:hover > .btn-link.btn-warning,
button:hover > .btn-link.btn-warning {
  border-color: #ffaa00;
  box-shadow: none;
}
.btn-link.btn-warning:hover,
.btn-link.btn-warning:focus,
.btn-link.btn-warning:active,
.btn-link.btn-warning.active,
.open .dropdown-toggle.btn-link.btn-warning {
  color: #ffaa00;
  background-color: transparent;
  border-color: #ffaa00;
}
.btn-link.btn-warning:active,
.btn-link.btn-warning.active,
.open .dropdown-toggle.btn-link.btn-warning {
  background-image: none;
}
.btn-link.btn-warning.disabled,
.btn-link.btn-warning[disabled],
fieldset[disabled] .btn-link.btn-warning,
.btn-link.btn-warning.disabled:hover,
.btn-link.btn-warning[disabled]:hover,
fieldset[disabled] .btn-link.btn-warning:hover,
.btn-link.btn-warning.disabled:focus,
.btn-link.btn-warning[disabled]:focus,
fieldset[disabled] .btn-link.btn-warning:focus,
.btn-link.btn-warning.disabled:active,
.btn-link.btn-warning[disabled]:active,
fieldset[disabled] .btn-link.btn-warning:active,
.btn-link.btn-warning.disabled.active,
.btn-link.btn-warning[disabled].active,
fieldset[disabled] .btn-link.btn-warning.active {
  background-color: transparent;
  border-color: #ffaa00;
}
.btn-link.btn-danger {
  color: #b1196f;
  border-color: transparent;
  background-color: transparent;
}
.btn-link.btn-danger:hover,
.btn-link.btn-danger:focus,
.btn-link.btn-danger:active,
.btn-link.btn-danger.active,
.open .dropdown-toggle.btn-link.btn-danger,
a:hover > .btn-link.btn-danger,
button:hover > .btn-link.btn-danger {
  border-color: #b1196f;
  box-shadow: none;
}
.btn-link.btn-danger:hover,
.btn-link.btn-danger:focus,
.btn-link.btn-danger:active,
.btn-link.btn-danger.active,
.open .dropdown-toggle.btn-link.btn-danger {
  color: #b1196f;
  background-color: transparent;
  border-color: #b1196f;
}
.btn-link.btn-danger:active,
.btn-link.btn-danger.active,
.open .dropdown-toggle.btn-link.btn-danger {
  background-image: none;
}
.btn-link.btn-danger.disabled,
.btn-link.btn-danger[disabled],
fieldset[disabled] .btn-link.btn-danger,
.btn-link.btn-danger.disabled:hover,
.btn-link.btn-danger[disabled]:hover,
fieldset[disabled] .btn-link.btn-danger:hover,
.btn-link.btn-danger.disabled:focus,
.btn-link.btn-danger[disabled]:focus,
fieldset[disabled] .btn-link.btn-danger:focus,
.btn-link.btn-danger.disabled:active,
.btn-link.btn-danger[disabled]:active,
fieldset[disabled] .btn-link.btn-danger:active,
.btn-link.btn-danger.disabled.active,
.btn-link.btn-danger[disabled].active,
fieldset[disabled] .btn-link.btn-danger.active {
  background-color: transparent;
  border-color: #b1196f;
}
.btn-link.btn-success {
  color: #5cb85c;
  border-color: transparent;
  background-color: transparent;
}
.btn-link.btn-success:hover,
.btn-link.btn-success:focus,
.btn-link.btn-success:active,
.btn-link.btn-success.active,
.open .dropdown-toggle.btn-link.btn-success,
a:hover > .btn-link.btn-success,
button:hover > .btn-link.btn-success {
  border-color: #5cb85c;
  box-shadow: none;
}
.btn-link.btn-success:hover,
.btn-link.btn-success:focus,
.btn-link.btn-success:active,
.btn-link.btn-success.active,
.open .dropdown-toggle.btn-link.btn-success {
  color: #5cb85c;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-link.btn-success:active,
.btn-link.btn-success.active,
.open .dropdown-toggle.btn-link.btn-success {
  background-image: none;
}
.btn-link.btn-success.disabled,
.btn-link.btn-success[disabled],
fieldset[disabled] .btn-link.btn-success,
.btn-link.btn-success.disabled:hover,
.btn-link.btn-success[disabled]:hover,
fieldset[disabled] .btn-link.btn-success:hover,
.btn-link.btn-success.disabled:focus,
.btn-link.btn-success[disabled]:focus,
fieldset[disabled] .btn-link.btn-success:focus,
.btn-link.btn-success.disabled:active,
.btn-link.btn-success[disabled]:active,
fieldset[disabled] .btn-link.btn-success:active,
.btn-link.btn-success.disabled.active,
.btn-link.btn-success[disabled].active,
fieldset[disabled] .btn-link.btn-success.active {
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-link.btn-info {
  color: #ffffff;
  border-color: transparent;
  background-color: transparent;
}
.btn-link.btn-info:hover,
.btn-link.btn-info:focus,
.btn-link.btn-info:active,
.btn-link.btn-info.active,
.open .dropdown-toggle.btn-link.btn-info,
a:hover > .btn-link.btn-info,
button:hover > .btn-link.btn-info {
  border-color: #7f7f7f;
  box-shadow: none;
}
.btn-link.btn-info:hover,
.btn-link.btn-info:focus,
.btn-link.btn-info:active,
.btn-link.btn-info.active,
.open .dropdown-toggle.btn-link.btn-info {
  color: #ffffff;
  background-color: transparent;
  border-color: #7f7f7f;
}
.btn-link.btn-info:active,
.btn-link.btn-info.active,
.open .dropdown-toggle.btn-link.btn-info {
  background-image: none;
}
.btn-link.btn-info.disabled,
.btn-link.btn-info[disabled],
fieldset[disabled] .btn-link.btn-info,
.btn-link.btn-info.disabled:hover,
.btn-link.btn-info[disabled]:hover,
fieldset[disabled] .btn-link.btn-info:hover,
.btn-link.btn-info.disabled:focus,
.btn-link.btn-info[disabled]:focus,
fieldset[disabled] .btn-link.btn-info:focus,
.btn-link.btn-info.disabled:active,
.btn-link.btn-info[disabled]:active,
fieldset[disabled] .btn-link.btn-info:active,
.btn-link.btn-info.disabled.active,
.btn-link.btn-info[disabled].active,
fieldset[disabled] .btn-link.btn-info.active {
  background-color: transparent;
  border-color: #7f7f7f;
}
.btn-link.btn-inverse {
  color: #ffffff;
  border-color: transparent;
  background-color: transparent;
}
.btn-link.btn-inverse:hover,
.btn-link.btn-inverse:focus,
.btn-link.btn-inverse:active,
.btn-link.btn-inverse.active,
.open .dropdown-toggle.btn-link.btn-inverse,
a:hover > .btn-link.btn-inverse,
button:hover > .btn-link.btn-inverse {
  border-color: #ffffff;
  box-shadow: none;
}
.btn-link.btn-inverse:hover,
.btn-link.btn-inverse:focus,
.btn-link.btn-inverse:active,
.btn-link.btn-inverse.active,
.open .dropdown-toggle.btn-link.btn-inverse {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-link.btn-inverse:active,
.btn-link.btn-inverse.active,
.open .dropdown-toggle.btn-link.btn-inverse {
  background-image: none;
}
.btn-link.btn-inverse.disabled,
.btn-link.btn-inverse[disabled],
fieldset[disabled] .btn-link.btn-inverse,
.btn-link.btn-inverse.disabled:hover,
.btn-link.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-link.btn-inverse:hover,
.btn-link.btn-inverse.disabled:focus,
.btn-link.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-link.btn-inverse:focus,
.btn-link.btn-inverse.disabled:active,
.btn-link.btn-inverse[disabled]:active,
fieldset[disabled] .btn-link.btn-inverse:active,
.btn-link.btn-inverse.disabled.active,
.btn-link.btn-inverse[disabled].active,
fieldset[disabled] .btn-link.btn-inverse.active {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-media {
  display: block;
  overflow: visible;
  background: transparent;
  border: 0;
  line-height: 1.1;
}
.btn-media:hover,
.btn-media:active {
  text-decoration: none;
}
.btn-media > .pull-left {
  margin-right: 15px;
}
.btn-media > .pull-right {
  margin-left: 15px;
}
.btn-media > .media-body {
  padding-top: 2px;
}
.btn-media > .btn-lg + .media-body {
  padding-top: 10px;
}
.btn-media:after {
  content: '';
  display: table;
  clear: both;
}
.btn-lg {
  padding: 10px 22px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 2px;
}
.btn-sm,
.btn-xs {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-md {
  padding-top: 3px;
  padding-bottom: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-user {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  background: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  color: #fff;
}
.btn-user:hover,
.btn-user:active,
.btn-user.active,
.btn-user:focus {
  box-shadow: none;
}
.btn-user > img {
  max-width: 32px;
  display: inline-block;
}
.btn-user > .caret {
  border-top-color: #888;
}
.btn-dropdown {
  position: relative;
  padding: 15px 15px 16px;
  background: 0;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  color: #fff;
  -webkit-transition: background ease-in-out .1s;
  transition: background ease-in-out .1s;
}
.btn-dropdown:hover,
.btn-dropdown:active,
.btn-dropdown.active,
.btn-dropdown:focus {
  box-shadow: none;
}
.open > .btn-dropdown {
  background: #fff;
}
.btn-close {
  position: absolute;
  right: 25px;
  top: 60px;
  padding: 0;
  z-index: 99999;
  border: 0;
  border-radius: 50%;
  background: url("../images/icons.png");
  background-position: -27px -171px;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  text-indent: -9999px;
  -webkit-transition: box-shadow ease-in-out .3s;
  transition: box-shadow ease-in-out .3s;
}
.btn-close > .close {
  float: none;
}
.btn-close:hover,
.btn-close:active {
  box-shadow: inset 0 0 0 4px #fff;
}
.modal-type-center .btn-close,
.modal-type-sm .btn-close,
.modal-type-md .btn-close {
  top: 60px;
}
.btn-up {
  padding: 16px 30px 16px;
  margin: 0;
  background: #2a3644;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(57, 57, 64, 0.3);
  color: #fff;
  font: 12px/14px Arial, sans-serif;
  text-align: center;
  opacity: .7;
}
.btn-up:hover,
.btn-upactive {
  opacity: 1;
}
.btn-up .icon-up {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.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;
}
.logo-brand {
  display: inline-block;
  width: 86px;
  height: 40px;
  background-image: url('../images/logo.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 -154px;
  text-indent: -9999px;
  -webkit-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s;
}
.logo-brand:hover,
.logo-brand:active {
  background-position: 0 -195px;
}
.navbar-large .logo-brand {
  width: 116px;
  height: 50px;
  background-position: 0 0;
}
.navbar-large .logo-brand:hover,
.navbar-large .logo-brand:active {
  background-position: 0 -50px;
}
.navbar-header .logo-brand {
  display: block;
  float: left;
  margin-top: -6px;
  margin-bottom: -2px;
}
.navbar-header.navbar-large .logo-brand {
  margin-top: -26px;
}
.logo-brand.logo-brand-inverse {
  background-position: 0 -100px;
}
.logo-brand.logo-brand-inverse:hover,
.logo-brand.logo-brand-inverse:active {
  background-position: 0 -100px;
  opacity: .85;
}
.logo-brand.center-block {
  float: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/icons.png");
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s;
}
.icon-loader {
  width: 31px;
  height: 31px;
  background-image: url('../images/joxiloader.gif');
  background-position: 0 0;
  text-indent: -9999px;
}
[class^="icon-circle-"],
[class*=" icon-circle-"] {
  width: 27px;
  height: 27px;
}
a:hover > [class^="icon-circle-"],
a:hover > [class*=" icon-circle-"] {
  opacity: .7;
}
.icon-circle-fb {
  background-position: 0px -105px;
}
.icon-circle-vk {
  background-position: -58px -105px;
}
.icon-circle-tw {
  background-position: -29px -105px;
}
.icon-circle-ok {
  background-position: -87px -105px;
}
[class^="icon-social-"],
[class*=" icon-social-"] {
  width: 12px;
  height: 12px;
}
.icon-social-facebook {
  background-position: 0px -135px;
}
.icon-social-twitter {
  background-position: -13px -135px;
}
.icon-social-vkontakte {
  background-position: -26px -135px;
}
.icon-social-odnoklassniki {
  background-position: -39px -135px;
}
[class^="icon-social-inverse-"],
[class*=" icon-social-inverse-"] {
  width: 18px;
  height: 18px;
}
a:hover > [class^="icon-social-inverse-"],
a:hover > [class*=" icon-social-inverse-"] {
  opacity: .7;
}
.icon-social-inverse-fb {
  background-position: 0px -149px;
}
.icon-social-inverse-tw {
  background-position: -36px -149px;
}
.icon-social-inverse-vk {
  background-position: -18px -149px;
}
.icon-social-inverse-ok {
  background-position: -54px -149px;
}
.icon-video {
  width: 85px;
  height: 85px;
  background-position: -95px 0;
}
.icon-up {
  width: 15px;
  height: 11px;
  background-position: -75px -31px;
}
.icon-comment {
  width: 24px;
  height: 20px;
  background-position: 0 0;
}
.icon-label {
  width: 24px;
  height: 20px;
  background-position: 0 -20px;
}
.icon-link {
  width: 24px;
  height: 20px;
  background-position: 0 -40px;
}
.icon-download {
  width: 24px;
  height: 20px;
  background-position: 0 -60px;
}
.icon-remove {
  width: 24px;
  height: 20px;
  background-position: 0 -80px;
}
.active > .item > .icon-comment {
  background-position: -25px 0;
}
.active > .item > .icon-label {
  background-position: -25px -20px;
}
.active > .item > .icon-link {
  background-position: -25px -40px;
}
.active > .item > .icon-download {
  background-position: -25px -60px;
}
.active > .item > .icon-remove {
  background-position: -25px -80px;
}
.disabled > .icon-comment {
  background-position: -50px 0;
}
.disabled > .icon-label {
  background-position: -50px -20px;
}
.disabled > .icon-link {
  background-position: -50px -40px;
}
.disabled > .icon-download {
  background-position: -50px -60px;
}
.disabled > .icon-remove {
  background-position: -50px -80px;
}
.icon-search {
  background-position: -75px -47px;
}
.icon-reset {
  background-position: -75px -65px;
  margin: 0;
  display: block;
}
.icon-blog-comment {
  width: 16px;
  height: 16px;
  background-position: -74px -86px;
  margin-right: 2px;
}
a:hover .icon-blog-comment {
  background-position: -94px -86px;
}
.icon-userpic-edit {
  width: 26px;
  height: 26px;
  background-position: 0 -174px;
}
.icon-close-light {
  background-position: -27px -171px;
  width: 32px;
  height: 32px;
  display: block;
}
.icon-close-muted {
  background-position: -66px -171px;
  width: 17px;
  height: 17px;
}
.icon-gt {
  background-position: -91px -172px;
  width: 12px;
  height: 21px;
  margin-top: 11px;
}
.icon-arrow-swiper-left {
  background-position: -157px -107px;
  width: 22px;
  height: 42px;
}
.icon-arrow-swiper-right {
  background-position: -157px -150px;
  width: 22px;
  height: 42px;
}
[class^="icon-lg-"],
[class*=" icon-lg-"] {
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: text-top;
  background-image: url("../images/icons.png");
  background-color: transparent;
  background-repeat: no-repeat;
}
.icon-lg-refresh {
  background-position: 0 -209px;
}
.icon-lg-speed {
  background-position: -60px -209px;
}
.icon-lg-folder {
  background-position: -120px -209px;
}
.icon-lg-lite {
  background-position: -181px -209px;
}
.icon-lg-scissors {
  background-position: 0 -266px;
}
.icon-lg-users {
  background-position: -60px -266px;
}
.icon-lg-ok {
  background-position: -120px -266px;
}
.icon-lg-warning-sign {
  background-position: -183px -270px;
}
.icon-lg-sad {
  background-position: -183px -321px;
}
.icon-lg-thumbs-up {
  background-position: -183px -375px;
}
.icon-lg-hdd {
  background-position: 0 -590px;
}
.icon-lg-cloud {
  background-position: -60px -590px;
}
.icon-lg-link {
  background-position: -120px -590px;
}
.icon-lg-bullhorn {
  background-position: -180px -590px;
}
.icon-lg-clock {
  background-position: 0px -650px;
}
.icon-lg-purse {
  background-position: -60px -650px;
}
.icon-lg-win {
  background-position: 0 -373px;
}
.icon-lg-mac {
  background-position: -60px -373px;
}
.icon-lg-linux {
  background-position: -120px -373px;
}
.icon-lg-chrome {
  background-position: 0 -521px;
}
.icon-lg-yandex {
  background-position: -60px -521px;
}
.icon-lg-opera {
  background-position: -120px -521px;
}
[class^="icon-lg-play"],
[class*=" icon-lg-play"] {
  background: transparent;
  width: 0;
  height: 0;
  margin: 8px 10px;
  border-left: 21px solid #6fbce1;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.icon-lg-play-inverse {
  border-left: 21px solid #fff;
}
.icon-tile-download {
  width: 26px;
  height: 26px;
  vertical-align: bottom;
  background-position: -97px -440px;
}
.btn-primary:hover > .icon-tile-download,
.btn-primary:active > .icon-tile-download {
  background-position: -97px -468px;
}
.icon-tile-remove {
  width: 26px;
  height: 26px;
  vertical-align: bottom;
  background-position: -26px -440px;
}
a:hover > .icon-tile-remove {
  background-position: -26px -468px;
}
.icon-tile-complain {
  width: 26px;
  height: 26px;
  vertical-align: bottom;
  background-position: -63px -440px;
}
a:hover > .icon-tile-complain {
  background-position: -63px -468px;
}
.icon-tile-copy {
  width: 18px;
  height: 20px;
  margin-top: -3px;
  margin-bottom: -1px;
  background-position: 0 -443px;
}
.icon-send {
  width: 18px;
  height: 20px;
  margin-top: -2px;
  margin-bottom: -2px;
  background-position: -66px -496px;
}
.icon-yes {
  width: 32px;
  height: 26px;
  background-position: -164px -440px;
}
.icon-no {
  width: 26px;
  height: 26px;
  background-position: -132px -440px;
}
[class^="icon-browser-"],
[class*=" icon-browser-"] {
  width: 32px;
  height: 36px;
  background-image: url('../images/icon-browser.png');
}
[class^="icon-browser-"]:hover,
[class*=" icon-browser-"]:hover {
  opacity: .8;
}
.icon-md-chrome {
  display: block;
  width: 40px;
  height: 40px;
  margin: 1px 0 0 -5px;
  background-image: url('../images/icon-chrome.png');
}
[class^="icon-flag-"],
[class*=" icon-flag-"] {
  width: 20px;
  height: 15px;
  line-height: 14px;
  background-image: url('../images/icons-flags.png');
}
.icon-flag-ru {
  background-position: 0 0;
}
.icon-flag-en {
  background-position: 0 -17px;
}
.icon-list {
  position: relative;
  width: 26px;
  height: 5px;
  display: block;
  margin: 10px 0;
  vertical-align: bottom;
  background: #aaa;
  border-radius: 2px;
}
.icon-list:before,
.icon-list:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 5px;
  background: #aaa;
  border-radius: 2px;
}
.icon-list:before {
  top: -10px;
}
.icon-list:after {
  bottom: -10px;
}
.icon-list {
  position: relative;
  width: 26px;
  height: 5px;
  display: block;
  margin: 10px 0;
  vertical-align: bottom;
  background: #aaa;
  border-radius: 2px;
}
.icon-list:before,
.icon-list:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 5px;
  background: #aaa;
  border-radius: 2px;
}
.icon-list:before {
  top: -10px;
}
.icon-list:after {
  bottom: -10px;
}
.dropdown-tile:not(.open) > .btn-dropdown:hover > .icon-list,
.dropdown-tile:not(.open) > .btn-dropdown:hover > .icon-list:before,
.dropdown-tile:not(.open) > .btn-dropdown:hover > .icon-list:after {
  background: #fff;
}
.inview-transition {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.inview-zoom {
  opacity: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
.inview-zoom.inview {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.inview-transform-left {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
}
.inview-transform-left.inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: scale(1);
}
.inview-transform-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
}
.inview-transform-bottom.inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: scale(1);
}
.js-parallax-transition {
  transition: 1s;
  -webkit-transition: 1s;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.text-inverse .caret,
.caret-inverse {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}
.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 #bbbbbb;
  border: 1px solid rgba(50, 50, 50, 0.2);
  border-radius: 2px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  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.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #6fbce1;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #6fbce1;
}
.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;
}
.dropdown-container {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 260px;
  padding: 0;
  margin: 0 0 0 -130px;
  margin-top: 12px;
  color: #373740;
  font-size: 14px;
  line-height: 1.4;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border: 1px solid rgba(50, 50, 50, 0.2);
  border-radius: 2px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
}
.dropdown-container.pull-left {
  left: 0;
  margin-left: 0;
}
.dropdown-container.pull-right {
  right: 0;
  left: auto;
  margin-left: 0;
}
.dropdown-container .content {
  padding: 19px 19px;
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
}
.dropdown-container .content.even {
  background-color: #f9f9f9;
}
.dropdown-container .content > .form-group:last-child,
.dropdown-container .content > .heading-stunner:last-child {
  margin-bottom: 0;
}
.dropdown-container .content.content-inner {
  border-top: 0;
  padding-top: 0;
}
.dropdown-container > .content:first-child,
.dropdown-container > *:first-child > .content:first-child {
  border-top: 0;
}
.dropdown-container > .content:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.dropdown-container [class*="col-table-"] {
  border-left: 1px solid #eeeeee;
  padding: 15px 19px;
}
.dropdown-container [class*="col-table-"]:first-child {
  border-left: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.dropdown-container [class*="col-table-"].even {
  background: #f9f9f9;
}
.dropdown-container.loading,
.dropdown-container > .loading {
  min-height: 100px;
  background: #ffffff url('../images/loader.gif') center center no-repeat !important;
  border-radius: 2px;
}
.dropdown-container.loading *,
.dropdown-container > .loading * {
  visibility: hidden !important;
}
.dropdown-width-xsm {
  min-width: 120px;
  margin-left: -60px;
}
.dropdown-width-sm {
  min-width: 220px;
  margin-left: -110px;
}
.dropdown-width-md {
  min-width: 350px;
  margin-left: -175px;
}
.dropdown-width-lg {
  min-width: 380px;
  margin-left: -190px;
}
.dropdown-width-xlg {
  min-width: 428px;
  margin-left: -214px;
}
.open > .dropdown-menu,
.open .dropdown-container,
.open .dropdown-arrow {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  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;
}
.dropdown-arrow {
  left: 50%;
  z-index: 1001;
  margin-top: 6px;
  margin-left: -7px;
  border-width: 7px;
  border-top-width: 0;
}
.dropdown-arrow,
.dropdown-arrow:after {
  position: absolute;
  top: 100%;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.dropdown-arrow:after {
  content: "";
  margin-top: 1px;
  margin-left: -6px;
  border-width: 6px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.dropdown-arrow {
  display: none;
  border-bottom-color: rgba(50, 50, 50, 0.2);
}
.dropup .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
}
.dropup .dropdown-menu,
.dropup .dropdown-container {
  top: auto;
  bottom: 100%;
}
.dropup .dropdown-arrow {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -6px;
  border-top-width: 7px;
  border-bottom-width: 0;
  border-top-color: rgba(50, 50, 50, 0.2);
}
.dropup .dropdown-arrow:after {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 1px;
  border-top-color: #ffffff;
  border-top-width: 6px;
  border-bottom-width: 0;
}
.dropdown .nav > .item > .item-link {
  padding: 5px 15px;
  color: #6fbce1;
  -webkit-transition: 0;
  transition: 0;
}
.dropdown .nav > .item > .item-link:hover {
  background: #6fbce1;
  color: #ffffff;
  text-decoration: none;
}
.dropdown-footer {
  margin-top: -4px;
  height: 40px;
}
.dropdown-footer .dropdown-toggle {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: -10px;
  margin-left: -10px;
  height: 40px;
}
.dropdown-footer .dropdown-toggle:hover {
  background: #2d3c4e;
}
.dropdown-footer.open > .dropdown-toggle {
  background: #37495e;
}
.dropdown-footer .dropdown-container {
  background: #24303e;
  left: -10px;
  right: -10px;
  margin-top: 0;
  margin-left: 0;
  border: 0;
  border-radius: 0;
  min-width: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.23);
}
.dropdown-footer .dropdown-container .nav > .item > .item-link {
  padding: 6px 10px;
}
.dropdown-footer .dropdown-container .nav > .item > .item-link:hover {
  background: #2d3c4e;
}
.dropdown-tile > .dropdown-container {
  position: fixed;
  top: 58px;
  bottom: 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  width: 300px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.23);
  background: #f9f9f9;
  display: block;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s;
}
.dropdown-tile > .dropdown-container .content {
  padding: 15px 19px;
}
.dropdown-tile > .dropdown-container .btn-link.btn-primary {
  padding: 4px;
  margin: -5px !important;
  line-height: 26px;
  -webkit-transition: color .05s, box-shadow .05s, border .05s, background .05s;
  transition: color .05s, box-shadow .05s, border .05s, background .05s;
}
.dropdown-tile > .dropdown-container .btn-link.btn-primary:hover,
.dropdown-tile > .dropdown-container .btn-link.btn-primary:active {
  background: #6fbce1;
  color: #fff;
}
.dropdown-tile.open > .dropdown-container {
  height: auto;
  opacity: 1;
}
.dropdown-tile.btn-group.open > .btn-dropdown {
  z-index: 1010;
}
.dropdown-tile .btn-primary {
  padding-left: 7px;
  padding-right: 7px;
}
.dropdown-tile .pluso a {
  margin-left: 5px !important;
}
.dropdown-tile .pluso a:first-child {
  margin-left: 0 !important;
}
.dropdown-tile .btn-group .btn-link-icon + .btn-link-icon {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .dropdown-tile > .dropdown-container {
    bottom: 73px;
  }
}
@media (max-width: 600px) {
  .dropdown-tile > .dropdown-container {
    bottom: 133px;
  }
}
@media (max-width: 420px) {
  .dropdown-tile > .dropdown-container {
    width: 320px;
  }
  .dropdown-tile > .dropdown-container .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.btn-default .caret {
  border-top-color: #515151;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #515151;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.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: 8px;
}
.btn-toolbar.extended > .btn + .btn,
.btn-toolbar.extended > .btn-group + .btn,
.btn-toolbar.extended > .btn + .btn-group,
.btn-toolbar.extended > .btn-group + .btn-group {
  margin-left: 12px;
}
.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: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-group-lg > .btn {
  padding: 10px 22px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 2px;
}
.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 {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  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 {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.btn-toolbar-stick {
  margin-top: -13px;
  margin-left: -15px;
  margin-right: -15px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.input-group .form-control:hover,
.input-group .form-control:focus,
.input-group .form-control:active {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 51px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 2px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 51px;
  line-height: 51px;
}
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 {
  font-size: 12px;
  font-style: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 24px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 24px;
  line-height: 24px;
}
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: top;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d9d7d7;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 22px;
  border-radius: 2px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child {
  padding-right: 9px;
}
.input-group-btn:last-child {
  padding-left: 9px;
}
.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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > .item {
  position: relative;
  display: block;
}
.nav > .item > .item-link {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > .item.disabled > .item-link {
  color: #999999;
}
.nav > .item.disabled > .item-link:hover,
.nav > .item.disabled > .item-link:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > .item-link,
.nav .open > .item-link:hover,
.nav .open > .item-link:focus {
  background-color: #eeeeee;
  border-color: #6fbce1;
}
.nav > li > a > img {
  max-width: none;
}
.nav.nav-inverse > .item > .item-link {
  background: transparent;
  color: #ffffff;
}
.nav.nav-inverse > .item > .item-link:hover {
  color: #cccccc;
  text-decoration: none;
}
.nav.nav-inverse > .item.active > .item-link {
  color: #b3b3b3;
  text-decoration: none;
}
.nav-inline > .item {
  display: inline-block;
}
.nav-inline > .item + .item {
  padding-left: 20px;
}
.nav-inline > .item > .item-link {
  display: block;
  padding: 0;
}
.nav-inline.nav-extended > .item + .item {
  padding-left: 30px;
}
.nav-inline.nav-condensed > .item + .item {
  padding-left: 15px;
}
.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.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  text-decoration: none;
  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: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-lavalamp {
  position: relative;
  margin-left: -20px;
}
.nav-lavalamp > .item {
  float: left;
}
.nav-lavalamp > .item > .item-link {
  position: relative;
  display: inline-block;
  background: transparent;
  border: 0;
  padding: 2px 20px 12px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.navbar-large .nav-lavalamp > .item > .item-link {
  padding-bottom: 10px;
}
.nav-lavalamp > .item.active {
  z-index: 2;
}
.nav-lavalamp > .item.active > .item-link {
  color: #73c0e3;
  text-decoration: none;
}
.nav-lavalamp > .item.active > .item-link:after {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 1px;
  height: 3px;
  background: #73c0e3;
}
.nav-lavalamp > .item > a.item-link:hover {
  background: transparent;
  text-decoration: none;
  color: #d0d3d5;
}
.nav-lavalamp > .item-lavalamp {
  opacity: 0;
  position: absolute;
  bottom: 1px;
  width: 50px;
  height: 3px;
  background: #fff;
  margin-left: 20px;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.nav-lavalamp:hover .item-lavalamp {
  opacity: 1;
}
.nav-pills > .item {
  display: inline-block;
}
.nav-pills > .item + .item {
  margin-left: 5px;
}
.nav-pills > .item > .item-link {
  position: relative;
  display: inline-block;
  padding: 3px 14px;
  background-color: transparent;
  border: 1px solid transparent;
  color: #515151;
  border-radius: 2px;
}
.nav-pills > .item > .item-link:hover {
  color: #6fbce1;
  background: transparent;
  border-color: #6fbce1;
  text-decoration: none;
}
.nav-pills > .item.active > .item-link {
  color: #ffffff;
  background: #6fbce1;
  border-color: #6fbce1;
  text-decoration: none;
}
.nav-pills.nav-extended > .item .item-link {
  line-height: 26px;
  padding: 0 30px;
}
.nav-pills.nav-condensed > .item .item-link {
  padding: 0 4px;
}
.nav-stacked > .item {
  float: none;
  display: block;
}
.nav-stacked > .item + .item {
  margin-top: 2px;
  margin-left: 0;
}
.nav-stacked.nav-pills > .item > .item-link {
  padding-left: 9px;
  padding-right: 9px;
  margin-left: -10px;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.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;
}
.tabbable-dropdown {
  width: 279px;
}
.tabbable-dropdown .nav-tabs {
  position: relative;
  z-index: 3;
  border: 0;
}
.tabbable-dropdown .nav-tabs > li {
  margin-bottom: 0;
}
.tabbable-dropdown .nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  margin-right: 0;
}
.tabbable-dropdown .nav-tabs > li > a > .dropdown-arrow {
  margin-top: -6px;
}
.tabbable-dropdown .nav-tabs > li.active > a,
.tabbable-dropdown .nav-tabs > li.active > a:hover,
.tabbable-dropdown .nav-tabs > li.active > a:focus {
  background-color: transparent;
  border: 0;
}
.tabbable-dropdown .nav-tabs > li.active > a > .dropdown-arrow {
  display: block;
}
.tabbable-dropdown .tab-content {
  position: relative;
  min-height: 260px;
}
.tabbable-dropdown .tab-content > .tab-pane {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(76, 76, 76, 0.2);
  border-radius: -3px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.tabbable-dropdown .tab-content > .tab-pane.active {
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav .caret {
  border-top-color: #6fbce1;
  border-bottom-color: #6fbce1;
}
.nav a:hover .caret {
  border-top-color: #45a8d8;
  border-bottom-color: #45a8d8;
}
.navbar {
  position: relative;
  z-index: 20;
  background-color: #24303e;
  color: #ffffff;
  padding-top: 13px;
  line-height: 32px;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar.navbar-header {
  height: 58px;
}
.navbar.navbar-footer {
  height: 40px;
  padding-top: 4px;
}
.navbar.navbar-large {
  height: 88px;
  padding-top: 45px;
}
.navbar.navbar-footer {
  font-size: 11px;
}
.navbar.navbar-translucent {
  background-color: rgba(7, 14, 21, 0.58);
}
.main {
  margin-top: -59px;
  margin-bottom: -40px;
}
.main:before,
.main:after {
  content: "";
  display: block;
}
.main:before {
  height: 58px;
}
.main:after {
  height: 40px;
}
.navbar-large + .main {
  margin-top: -89px;
}
.navbar-large + .main:before {
  height: 88px;
}
.navbar-label + .main:before {
  height: 110px;
}
.navbar-fixed-top ~ .main {
  margin-top: 0;
}
.main-swiper + .main {
  margin-top: 0;
}
.main-swiper + .main:before {
  height: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-left {
  width: 280px;
  float: left;
}
.navbar-right {
  width: 280px;
  float: right;
}
.navbar-center {
  overflow: hidden;
  padding-bottom: 10px;
}
.navbar.navbar-subheader {
  background: #fff;
  padding-top: 18px;
}
.navbar.navbar-subheader .nav {
  padding-top: 12px;
}
.navbar-subheader.affix {
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.navbar-subheader.affix + .row-page {
  margin-top: 88px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  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: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.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: #6fbce1;
  border-color: #6fbce1;
  cursor: default;
}
.pagination > .disabled > span,
.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: 10px 16px;
  font-size: 22px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.thumbnails {
  list-style: none;
  padding: 0;
}
.thumbnail {
  display: block;
  padding: 5px;
}
.thumbnail > .img-thumbnail {
  line-height: 1.42857143;
  border: 1px solid #b2b4bf;
  border-radius: 2px;
  box-shadow: 3px 3px 8px rgba(62, 62, 62, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}
.img-thumbnail {
  line-height: 1.42857143;
  border: 1px solid #b2b4bf;
  border-radius: 2px;
  box-shadow: 3px 3px 8px rgba(62, 62, 62, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #6fbce1;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 20px 0 0;
  color: #515151;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.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: #468847;
  border-color: #468847;
  color: #468847;
}
.alert-success hr {
  border-top-color: #3d773e;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #8c8c8c;
  border-color: #8c8c8c;
  color: #8c8c8c;
}
.alert-info hr {
  border-top-color: #7f7f7f;
}
.alert-info .alert-link {
  color: #737373;
}
.alert-warning {
  background-color: #c09853;
  border-color: #c09853;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #b78c43;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #e02b4d;
  border-color: #e02b4d;
  color: #e02b4d;
}
.alert-danger hr {
  border-top-color: #d31f41;
}
.alert-danger .alert-link {
  color: #bc1c3a;
}
.alert-container {
  padding: 0;
  margin: 0;
}
.alert-container .alert-item {
  padding: 10px 100px 10px 25px;
  margin: 0 0 10px;
  border-radius: 5px;
  display: none;
  position: relative;
  font: 13px/16px Arial, sans-serif;
  background: #c4e1f6;
  color: #386d94;
}
.alert-container .alert-item:last-child {
  margin-bottom: 30px;
}
.alert-container .alert-item.error {
  background: #f4e0ea;
  color: #95436c;
}
.alert-container .alert-item.success {
  background: #ddeecb;
  color: #527230;
}
.alert-container .alert-item a {
  text-decoration: underline;
}
.alert-container .alert-item a:hover {
  text-decoration: none;
}
.alert-container .alert-item .icon-close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -9px 0 0;
  cursor: pointer;
}
/* progress holder 
.progress-holder {text-align:left; background:#f5f5f7; border:1px solid #bbbbc2; padding:15px 8px; position:relative;}
.progress-holder strong {color:#464950; font:italic 18px/20px Georgia, serif; text-shadow:1px 1px 1px #fff; padding:0 3px 10px; display:block;}
.progress-holder .progress-bar {height:25px; padding:0; background:#e9e8e8 url(/images/progress-bar.png) 0 0 repeat-x; position:relative;}
.progress-holder .progress-slider {margin:0 1px; position:relative; z-index:1;}
.progress-holder .progress-border {border:7px solid #f5f5f7; height:25px; position:absolute; top:-8px; left:-3px; right:-3px; bottom:-3px; z-index:2; display:block; border-radius:15px;}
.progress-holder .progress-border-inner {border:3px solid #fff; height:25px; position:relative; margin:-3px; z-index:2; display:block; border-radius:15px;}
.progress-holder .progress-range {border:1px solid #72b7e8; border-radius:14px; position: absolute; top:0; left:3px; height: 23px; background: #60b7ec url(/images/progress-bar.png) 0 -25px repeat-x;}
.progress-holder .name {padding:10px 3px 0px; color:#4d5057; font:12px/14px Arial, sans-serif;}
.progress-holder .name i {color:#8b8b8b;}
 end progress holder */
@-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: 32px;
  margin-bottom: 5px;
  background-color: #ffffff;
  border: 1px solid #6fbce1;
  border-radius: 2px;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  padding: 0 10px;
  background-color: #6fbce1;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  min-width: 15%;
}
.progress-striped .progress-bar {
  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: 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;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-body {
  display: block;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 20px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.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;
  width: auto;
}
.modal-open .affix {
  margin-right: 16px;
}
.modal {
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.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 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  cursor: auto;
  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: 2px;
  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.6;
  filter: alpha(opacity=60);
}
.modal-header {
  padding: 20px;
  padding-right: 50px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 21.42857143px;
}
.modal-header.modal-header-inverse {
  background: #373740;
  border-bottom: 0;
  color: #fff;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.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: 800px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-dialog.modal-type-sm {
    width: 620px;
  }
  .modal-dialog.modal-type-md {
    width: 720px;
  }
  .modal-dialog.modal-type-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -260px;
    width: 720px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.modal-done {
  background: #fff;
  border: 20px solid #323232;
  padding: 50px;
  text-align: center;
}
/* test-scrollbar */
.test-scrollbar {
  position: absolute;
  height: 100px;
  width: 100px;
  top: -300px;
  left: -300px;
  overflow: scroll;
  overflow-y: scroll;
}
.test-scrollbar .inner {
  height: 200px;
}
.tooltip {
  position: absolute;
  z-index: 9030;
  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: 2px;
}
.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;
}
.popalert {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.popalert-body {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -170px;
  width: 340px;
  font-size: 14px;
  line-height: 1.3;
  color: #ccc;
}
.popalert-body:after {
  content: "";
  position: absolute;
  background: url('../images/arrow-popalert.png') 0 0 no-repeat;
  display: none;
}
.popalert.left-bottom .popalert-body {
  left: 300px;
  bottom: 120px;
  top: auto;
  margin-left: 0;
}
.popalert.left-bottom .popalert-body:after {
  left: -240px;
  bottom: -100px;
  width: 208px;
  height: 184px;
  display: block;
  background-position: left bottom;
}
.popalert.right-top .popalert-body {
  left: auto;
  right: 280px;
  top: 125px;
  margin-left: 0;
}
.popalert.right-top .popalert-body:after {
  right: -240px;
  top: -110px;
  width: 208px;
  height: 184px;
  display: block;
  background-position: left top;
}
.popalert.righter-top .popalert-body {
  left: auto;
  right: 10%;
  top: 280px;
  margin-left: 0;
}
.popalert.righter-top .popalert-body:after {
  left: 110px;
  top: -130px;
  width: 45px;
  height: 112px;
  display: block;
  background-position: -214px -64px;
}
.popalert.center-top .popalert-body {
  top: 300px;
}
.popalert.center-top .popalert-body:after {
  left: 110px;
  top: -130px;
  width: 45px;
  height: 112px;
  display: block;
  background-position: -214px -64px;
}
.popalert.center-bottom .popalert-body {
  bottom: 240px;
  top: auto;
}
.popalert.center-bottom .popalert-body:after {
  left: 120px;
  bottom: -120px;
  width: 45px;
  height: 112px;
  display: block;
  background-position: -214px -260px;
}
.popalert.popalert-tile-help .popalert-body {
  left: auto;
  right: 230px;
  top: 150px;
  width: 300px;
  margin-left: 0;
}
.popalert.popalert-tile-help .popalert-body:after {
  right: -212px;
  top: -95px;
  width: 208px;
  height: 184px;
  display: block;
  background-position: left top;
}
.popalert h3 {
  font-size: 24px;
  color: #efefef;
}
.popalert a {
  color: #efefef;
  text-decoration: underline;
}
.popalert .close {
  position: absolute;
  top: 5px;
  right: -17px;
  width: 17px;
  height: 17px;
  background: transparent;
  border: 0;
  padding: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1040;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.container:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
.visible-affix {
  display: none !important;
}
.affix .visible-affix {
  display: block !important;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
tr.visible-xs,
tr.visible-sm,
tr.visible-md,
tr.visible-lg {
  display: none !important;
}
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;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1209px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1209px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1209px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1209px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1210px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1210px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1210px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1210px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }
  tr.hidden-xxs {
    display: none !important;
  }
  th.hidden-xxs,
  td.hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1209px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1210px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.searchbar {
  position: relative;
}
.searchbar .searchbar-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 11px 130px 9px 34px;
  background: #aaaab0;
  border: 0;
  border-radius: 2px;
  -webkit-transition: background ease-in-out .24s;
  transition: background ease-in-out .24s;
}
@media (min-width: 1260px) {
  .searchbar .searchbar-control {
    padding-right: 290px;
  }
}
.searchbar .searchbar-control:hover,
.searchbar .searchbar-control:focus {
  outline: 0;
  box-shadow: none;
  background: #fff;
}
.searchbar.open > .searchbar-control,
.searchbar.active > .searchbar-control,
.searchbar:hover > .searchbar-control {
  outline: 0;
  box-shadow: none;
  background: #fff;
}
.searchbar > button.icon-search {
  position: absolute;
  left: 10px;
  top: 9px;
  border: 0;
  margin: 0;
  padding: 0;
}
.searchbar .search-dropdown {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.searchbar .search-dropdown > .btn {
  float: left;
  padding: 8px 8px 6px;
  color: #373740;
}
.searchbar .search-dropdown > .btn > .title {
  max-width: 220px;
  display: block;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.searchbar .search-dropdown > .btn > .title > span {
  display: none;
}
.searchbar .search-dropdown > .btn > .title > span[date-filter=default] {
  display: inline;
}
@media screen and (max-width: 1259px) {
  .searchbar .search-dropdown > .btn > .title {
    max-width: 90px;
  }
  .searchbar .search-dropdown > .btn > .title > span {
    display: none !important;
  }
  .searchbar .search-dropdown > .btn > .title > span[date-filter=default] {
    display: inline !important;
  }
}
.searchbar .search-dropdown > .btn > .caret {
  border-top-color: #5ca3cb;
  margin-left: 4px;
}
.searchbar .search-dropdown > .btn:hover,
.searchbar .search-dropdown > .btn:focus {
  text-decoration: none;
}
.searchbar .search-dropdown > .btn-reset {
  float: left;
  width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: width ease-in-out .24s;
  transition: width ease-in-out .24s;
}
.searchbar .search-dropdown > .btn-reset > .inner {
  display: block;
  margin: 9px 0;
  padding: 0 9px;
  border-left: 1px solid #aaaab0;
}
.searchbar .search-dropdown > .dropdown-arrow {
  left: auto;
  right: 39px;
}
.searchbar.active .search-dropdown > .btn-reset {
  width: 33px;
}
.searchbar .searchbar-label-items {
  float: left;
  display: none;
}
.searchbar .searchbar-label-items > .label {
  display: inline-block;
  color: #000;
  margin-top: 4px;
  margin-bottom: 0;
  line-height: 1.42857;
  max-width: 82px;
}
@media (min-width: 1260px) {
  .searchbar .searchbar-label-items.active {
    display: block;
  }
  .searchbar .searchbar-label-items.active + .btn {
    display: none;
  }
}
.filter-range {
  position: relative;
  padding: 5px 0;
}
.filter-range:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  bottom: 7px;
  width: 8px;
  background: #b2b4bf;
}
.filter-range > li {
  position: relative;
  display: block;
  height: 10px;
  padding: 4px 0 3px 20px;
  color: #999;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.filter-range > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  bottom: 0;
  width: 8px;
}
.filter-range > li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 12px;
  background: url("../images/icons.png") -122px -117px no-repeat;
}
.filter-range > li.active {
  color: #000;
}
.filter-range > li.active:before {
  background: #00acec;
}
.filter-range > li.item-circle {
  height: 25px;
}
.filter-range > li.first {
  height: 19px;
  padding-top: 0;
}
.filter-range > li.last {
  height: 19px;
}
.filter-range > li.item-circle:after {
  background-position: -122px -129px;
}
.filter-range > li.first:after {
  background-position: -122px -106px;
}
.filter-range > li.last:after {
  background-position: -122px -156px;
}
.filter-range > li.item-circle.active-first:before {
  top: 8px;
}
.filter-range > li.item-circle.active-last:before {
  bottom: 9px;
}
.filter-range > li.item-circle.first.active-first:before {
  top: 2px;
}
.filter-range > li.item-circle.last.active-last:before {
  bottom: 2px;
}
.tile {
  z-index: 0;
  width: 280px;
  margin: 12px 15px 18px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(57, 57, 64, 0.4);
  border-radius: 2px;
}
.tile .media > .pull-left {
  margin-right: 8px;
}
.tile-items {
  margin: 20px -16px 0 -15px;
  overflow: hidden;
}
.tile-item {
  float: left;
}
.tile-item:not(.tile-checked):hover {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.8);
}
.tile-preview {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #bbbbc2;
  border-radius: 2px 2px 0 0;
}
.tile-preview:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  display: block;
  box-shadow: 0 0 70px 9px rgba(0, 0, 0, 0.3);
  clip: rect(-70px, auto, 0, 0);
}
.tile-preview:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  border-radius: 2px 2px 0 0;
}
.tile-preview.tile-preview-file:after {
  box-shadow: 0 0 70px 9px rgba(255, 255, 255, 0.5);
}
.tile-preview.tile-progress {
  background-color: #eaeaeb;
  padding: 60px;
  text-align: center;
}
.tile-preview.tile-progress:before {
  display: none;
}
.tile-preview.tile-progress:after {
  display: none;
}
.tile-preview .icon-video {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -42px 0 0 -42px;
  display: block;
}
.tile-preview img {
  display: block;
  margin: 0 auto;
  z-index: 1;
}
.tile-preview:not(.none-zoom) {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.tile-preview:not(.none-zoom):active:before {
  background: rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.32);
}
.tile-body {
  margin: 0;
  padding: 15px 20px 1px;
  background: #f5f5f7;
  border-radius: 0 0 2px 2px;
}
.tile-body .text-muted,
.tile-body .muted {
  color: #9b9ba0;
}
.tile-title {
  position: relative;
  color: #26252a;
  line-height: 1.22;
}
.tile-title a {
  color: #26252a;
  display: block;
}
.tile-title > .media {
  margin-left: -1px;
}
.tile-title .subtitle {
  display: block;
  padding: 7px 0 0;
  color: #6c6b6d;
  font: normal 0.9em/1.3 Arial, sans-serif;
}
.tile-title .suptitle {
  display: block;
  padding: 0 0 4px;
  color: #9b9ba0;
  font: normal 0.7em/1.3 Arial, sans-serif;
}
.tile-checked {
  box-shadow: 0 1px 15px rgba(111, 188, 225, 0.86), 0 0 0 2px #6fbce1;
}
.tile-checkbox {
  display: block;
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 3;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 20px;
  background-image: url("../images/icons.png");
  background-color: #6fbce1;
  background-position: -73px -13px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity ease-in-out .4s, box-shadow ease-in-out .6s;
  transition: opacity ease-in-out .4s, box-shadow ease-in-out .6s;
}
.tile-checkbox:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
.tile-checkbox:active,
.tile-checkbox:focus {
  box-shadow: none;
}
.tile-checked > .tile-checkbox {
  background-color: #fff;
  border-color: #6fbce1;
  background-position: -73px 1px;
}
.tile:hover .tile-checkbox,
.tile-checked .tile-checkbox {
  opacity: 1;
}
.tile-items-loader {
  position: relative;
  display: none;
  padding-top: 53px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
}
.tile-items-loader span {
  display: none;
  color: #bebebe;
  padding-top: 24px;
  background: url('../images/loader.gif') top center no-repeat;
}
.tile-items-loader a {
  display: block;
  color: #bebebe;
  margin-top: 14px;
}
.tile-items-loader.loading a {
  display: none;
}
.tile-items-loader.loading span {
  display: block;
}
.tile-items.loading:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: #76767e url('../images/loader-zoom.gif') center center no-repeat;
  background-color: rgba(118, 118, 126, 0.6);
}
/* Masonry Filtering */
.tile-item.tile-hidden {
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  -webkit-transition-property: opacity;
}
.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.masonry > .tile-item {
  z-index: 2;
  -webkit-transition-property: box-shadow, opacity;
  -moz-transition-property: box-shadow, opacity;
  transition-property: box-shadow, opacity;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
.masonry.transition,
.masonry.transition > .tile-item {
  -webkit-transition-duration: .6s;
  -moz-transition-duration: .6s;
  transition-duration: .6s;
}
.masonry.no-transition,
.masonry.no-transition > .tile-item,
.masonry > .tile-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
/* end Masonry Filtering */
[class^="icon-preview-"],
[class*="icon-preview-"] {
  width: 80px;
  height: 73px;
  background: url('../images/icon-files/ico-undef.png') no-repeat center center;
}
.tile-preview-file [class^="icon-preview-"],
.tile-preview-file [class*="icon-preview-"],
.tile-file [class*="icon-preview-"] {
  position: relative;
  display: block;
  margin: 60px auto;
}
.icon-preview-ai {
  background-image: url('../images/icon-files/ico-ai.png');
}
.icon-preview-avi {
  background-image: url('../images/icon-files/ico-avi.png');
}
.icon-preview-bmp {
  background-image: url('../images/icon-files/ico-bmp.png');
}
.icon-preview-cdr {
  background-image: url('../images/icon-files/ico-cdr.png');
}
.icon-preview-doc,
.icon-preview-docx {
  background-image: url('../images/icon-files/ico-doc.png');
}
.icon-preview-rtf {
  background-image: url('../images/icon-files/ico-doc.png');
}
.icon-preview-eps {
  background-image: url('../images/icon-files/ico-eps.png');
}
.icon-preview-gif {
  background-image: url('../images/icon-files/ico-gif.png');
}
.icon-preview-jpg,
.icon-preview-jpeg {
  background-image: url('../images/icon-files/ico-jpg.png');
}
.icon-preview-key {
  background-image: url('../images/icon-files/ico-key.png');
}
.icon-preview-mkv {
  background-image: url('../images/icon-files/ico-mkv.png');
}
.icon-preview-mp3 {
  background-image: url('../images/icon-files/ico-mp3.png');
}
.icon-preview-mpeg {
  background-image: url('../images/icon-files/ico-mpeg.png');
}
.icon-preview-num {
  background-image: url('../images/icon-files/ico-num.png');
}
.icon-preview-pages {
  background-image: url('../images/icon-files/ico-pages.png');
}
.icon-preview-pdf {
  background-image: url('../images/icon-files/ico-pdf.png');
}
.icon-preview-png {
  background-image: url('../images/icon-files/ico-png.png');
}
.icon-preview-ppt {
  background-image: url('../images/icon-files/ico-ppt.png');
}
.icon-preview-psd {
  background-image: url('../images/icon-files/ico-psd.png');
}
.icon-preview-rar {
  background-image: url('../images/icon-files/ico-rar.png');
}
.icon-preview-tiff {
  background-image: url('../images/icon-files/ico-tiff.png');
}
.icon-preview-wav {
  background-image: url('../images/icon-files/ico-wav.png');
}
.icon-preview-xls,
.icon-preview-xlsx {
  background-image: url('../images/icon-files/ico-xls.png');
}
.icon-preview-zip {
  background-image: url('../images/icon-files/ico-zip.png');
}
[class^="icon-file-"],
[class*=" icon-file-"] {
  width: 49px;
  height: 55px;
  background: url("../images/icon-files/icons-file.png") 0 -729px no-repeat;
  display: block;
}
.icon-file-ai {
  background-position: 0 -386px;
}
.icon-file-avi {
  background-position: 0 -619px;
}
.icon-file-bmp {
  background-position: 0 -228px;
}
.icon-file-cdr {
  background-position: 0 -674px;
}
.icon-file-eps {
  background-position: 0 -453px;
}
.icon-file-gif {
  background-position: 0 -172px;
}
.icon-file-jpg,
.icon-file-jpeg {
  background-position: 0 -115px;
}
.icon-file-mov {
  background-position: 0 -567px;
}
.icon-file-mpeg {
  background-position: 0 -509px;
}
.icon-file-pdf {
  background-position: 0 -58px;
}
.icon-file-png {
  background-position: 0 -285px;
}
.icon-file-psd {
  background-position: 0 0;
}
.icon-file-tiff {
  background-position: 0 -339px;
}
.account-media {
  margin: 0 0 15px;
  padding: 1px 0 0 44px;
  list-style: none;
  position: relative;
  min-height: 32px;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.account-media .account-group {
  color: #26252a;
  -webkit-transition: color linear .1s;
  transition: color linear .1s;
}
.account-media .account-group > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 32px;
}
.account-media .account-group > [class^="icon-social-"] {
  position: absolute;
  top: 26px;
  left: 26px;
  margin: 0;
  z-index: 2;
}
.account-media a.account-group:hover,
.account-media a.account-group:hover > .account-muted {
  color: #6fbce1;
  text-decoration: none;
}
.account-media .close {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  right: 0;
  top: 1px;
  width: 12px;
  height: 14px;
}
.account-media:hover .close {
  display: block;
}
.account-media .account-title {
  font-weight: bold;
  display: block;
  font-size: 11px;
  line-height: 16px;
  -webkit-transition: color linear .1s;
  transition: color linear .1s;
}
.account-media .account-muted {
  display: block;
  font-size: 11px;
  line-height: 16px;
  color: #bbbbc2;
  -webkit-transition: color linear .1s;
  transition: color linear .1s;
}
.media-body-profile {
  margin-left: 65px;
}
.tile-wrapper {
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 15px;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  -webkit-transition: right ease-in-out .2s;
  transition: right ease-in-out .2s;
}
.tile-wrapper:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: '';
}
@media (min-width: 1280px) {
  .tile-wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-height: 720px) {
  .tile-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .tile-wrapper {
    bottom: 73px;
  }
}
@media (max-width: 480px) {
  .tile-wrapper {
    bottom: 133px;
  }
}
.banner ~ .tile-wrapper {
  margin-top: 110px;
  margin-left: 270px;
  margin-right: 270px;
  margin-bottom: 234px;
}
.tile-wrapper .tile {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  margin: auto;
}
.tile-wrapper .tile .tile-preview {
  border-radius: 5px;
  border-bottom: 0;
}
.tile-wrapper .tile .tile-preview:after {
  display: none;
}
.tile-wrapper .tile .tile-preview:before {
  border-radius: 5px;
}
.tile-wrapper .tile.tile-image {
  width: 100%;
  height: 100%;
  box-shadow: none;
}
.tile-wrapper .tile.tile-image .tile-preview {
  overflow: visible;
  white-space: nowrap;
  font-size: 0;
  width: 100%;
  height: 100%;
}
.tile-wrapper .tile.tile-image .tile-preview:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: '';
}
.tile-wrapper .tile.tile-image .tile-preview:active img {
  opacity: .9;
}
.tile-wrapper .tile.tile-image .tile-preview:before {
  position: static;
}
.tile-wrapper .tile.tile-image .tile-preview:hover img {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.tile-wrapper .tile.tile-image .tile-preview img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
}
.tile-wrapper .tile.tile-file {
  width: 280px;
  background: #cbcbcb;
}
@media (max-height: 420px) {
  .tile-wrapper .tile.tile-file [class*="icon-preview-"] {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-height: 370px) {
  .tile-wrapper .tile.tile-file [class*="icon-preview-"] {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.tile-wrapper .tile.tile-progress {
  width: 280px;
  background: #fff;
}
.tile-wrapper .tile.tile-progress .tile-preview {
  padding: 20px 20px 30px;
}
.tile-wrapper .tile.tile-progress .tile-preview:before {
  display: none;
}
.tile-wrapper .tile-player-video {
  width: 900px;
  height: 480px;
}
.tile-wrapper .tile-player-video > .tile-preview {
  height: 480px;
  background: #000 !important;
}
.tile-wrapper .tile-player-audio {
  width: 400px;
}
.tile-wrapper .tile-player-audio > .tile-preview {
  height: 36px;
  background: #000 !important;
}
@media (min-width: 1580px) {
  .open-dropdown-tile {
    margin-right: 300px;
  }
}
.banner {
  position: absolute;
}
.banner > .caption {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 64%;
  color: #fff;
}
.banner.banner-left,
.banner.banner-right {
  top: 50%;
  margin-top: -200px;
  width: 240px;
  height: 400px;
}
.banner.banner-left {
  left: 15px;
}
.banner.banner-right {
  right: 15px;
}
.banner.banner-top,
.banner.banner-bottom {
  left: 0;
  right: 0;
  width: 728px;
  height: 90px;
  margin: 0 auto;
}
.banner.banner-top {
  top: 63px;
}
.banner.banner-bottom {
  height: 210px;
  bottom: 54px;
}
@media (max-width: 991px) {
  .banner.banner-bottom {
    bottom: 87px;
  }
}
/*
@media (max-width: 1279px) {
	.banner ~ .tile-wrapper {
		//margin-top:15px;
		margin-left:15px;
		margin-right:15px;
		margin-bottom:510px;
	}
	.page-tile {height:auto;}
	.page-tile .navbar.navbar-footer {position:relative;}
	.tile-wrapper {position:relative; top:0;}

	.banner.banner-left,
	.banner.banner-right {top:auto; bottom:@navbar-small-height + 15 + 80 + 15; margin-top:0px; left:auto; right:auto;}
	.banner.banner-left {right:50%; margin-right:15px;}
	.banner.banner-right {left:50%; margin-left:15px;}

}
*/
@media (max-height: 520px) {
  .banner ~ .tile-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
  .banner-left {
    display: none;
  }
  .banner-right {
    display: none;
  }
}
@media (max-width: 1279px) {
  .banner ~ .tile-wrapper {
    margin-right: 15px;
  }
  .banner-right {
    display: none;
  }
  .banner.banner-top,
  .banner.banner-bottom {
    left: 255px;
  }
}
@media (max-width: 1024px) {
  .banner ~ .tile-wrapper {
    margin-left: 15px;
  }
  .banner-left {
    display: none;
  }
  .banner.banner-top,
  .banner.banner-bottom {
    left: 0;
  }
}
@media (max-width: 800px) {
  .banner ~ .tile-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .banner-top {
    display: none;
  }
  .banner-bottom {
    display: none;
  }
}
@media (max-height: 620px) {
  .banner ~ .tile-wrapper {
    margin-bottom: 15px;
  }
  .banner-bottom {
    display: none;
  }
}
@media (max-height: 480px) {
  .banner ~ .tile-wrapper {
    margin-top: 15px;
  }
  .banner-top {
    display: none;
  }
}
.vertical-middle-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
}
.vertical-middle-wrapper:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: '';
}
.vertical-middle-target {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
  background: #60a839;
}
.page-tile.pseudo-scrollbar .navbar-fixed-top {
  margin-right: 0 !important;
}
.tile-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: scroll;
  display: none;
  margin: 0 auto;
  background: #76767e url('../images/texture.jpg');
  text-align: center;
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.tile-fullscreen img {
  display: block;
  min-width: 0;
  max-width: none;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 0 15px #17171e;
}
.tile-fullscreen .middle {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  width: 99.9%;
}
.tile-fullscreen .helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0px;
}
.tile-fullscreen.loading:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  background: url('../images/loader-zoom.gif') center center no-repeat;
}
.mode-fullscreen .tile-fullscreen {
  display: block;
}
.userpic {
  position: relative;
  width: 50px;
  height: 50px;
}
.userpic-preview {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #67676f url(//cdn.joxi.ru/bundles/joxiuser/images/avatar-default.png) top center no-repeat;
}
.userpic-preview-current {
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
}
.userpic-preview-temp {
  position: absolute;
  top: 0;
  z-index: 2;
  background: #fff;
}
.userpic-nav {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 50px;
  height: 50px;
}
.userpic-btn-edit {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  transition: .5s all;
}
.userpic-btn-edit .icon-userpic-edit {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -13px;
  display: block;
}
.userpic:hover .userpic-btn-edit {
  opacity: 1;
}
.userpic-btn-edit input {
  top: 0px;
  right: 0px;
  bottom: 0;
  z-index: 3;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 50px;
  cursor: pointer;
}
.userpic-btn-remove {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 4;
  width: 14px;
  height: 14px;
  display: block;
  padding: 0 0 2px;
  margin: 0;
  border-radius: 50px;
  border: 0;
  background: #373740;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.3), inset 0 0 2px #000000;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  transition: .5s all;
}
.userpic:hover .userpic-btn-remove {
  top: -5px;
  right: -5px;
  opacity: 1;
}
.userpic-modal .btn-toolbar {
  margin: 20px 0 0;
}
.userpic-modal .modal-dialog {
  text-align: center;
}
.userpic-modal .modal-content {
  display: inline-block;
  padding: 20px;
}
/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
.jcrop-vline,
.jcrop-hline {
  background: #ffffff /*url(Jcrop.gif)*/;
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px!important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px!important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
.jcrop-tracker {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  height: 100%;
  width: 100%;
}
.jcrop-handle {
  background-color: #333;
  border: 1px #EEE solid;
  font-size: 1px;
  height: 7px;
  width: 7px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #FFF;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000;
  border-color: #FFF;
  border-radius: 3px;
}
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000;
  filter: alpha(opacity=70) !important;
  opacity: .7!important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #FFF;
  border-color: #000;
  border-radius: 3px;
}
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #FFF;
}
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
.jcrop-keymgr {
  top: -300px;
}
.full-size {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.full-size > .container {
  position: relative;
  height: 100%;
}
.full-height {
  height: 100%;
}
.full-width {
  width: 100%;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
::selection {
  background: #4da4cc;
  color: #fff;
  text-shadow: none;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.stick {
  margin-bottom: 0;
  padding-bottom: 0;
}
.stick-up {
  margin-top: 0;
}
.indent-xs {
  margin-bottom: 5px;
}
.indent-sm {
  margin-bottom: 10px;
}
.indent-smd {
  margin-bottom: 15px;
}
.indent {
  margin-bottom: 20px;
}
.indent-md {
  margin-bottom: 25px;
}
.indent-lg {
  margin-bottom: 30px;
}
.indent-xl {
  margin-bottom: 50px;
}
.indent-top-xs {
  margin-top: 5px;
}
.indent-top-sm {
  margin-top: 10px;
}
.indent-top-smd {
  margin-top: 15px;
}
.indent-top {
  margin-top: 20px;
}
.indent-top-md {
  margin-top: 25px;
}
.indent-top-lg {
  margin-top: 30px;
}
.indent-top-xl {
  margin-top: 50px;
}
.indent-right-sm {
  margin-right: 10px;
}
.indent-right-smd {
  margin-right: 15px;
}
.indent-right {
  margin-right: 20px;
}
.indent-left-sm {
  margin-left: 10px;
}
.indent-left-smd {
  margin-left: 15px;
}
.indent-left {
  margin-left: 20px;
}
.media > .pull-left.indent-right {
  margin-right: 20px;
}
iframe.hidden {
  height: 1px;
  line-height: 1px;
  padding: 0;
  margin: 0;
  position: absolute;
  visibility: hidden;
}
/* scroll pane */
.scroll-pane {
  overflow: hidden;
  outline: 0;
}
.jspContainer {
  overflow: hidden;
  position: relative;
  outline: 0;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
}
.jspCap {
  display: none;
}
.jspTrack {
  position: relative;
  background: #e7e7e7;
}
.jScrollPaneDrag {
  position: absolute;
  background: #666;
  cursor: pointer;
  overflow: hidden;
}
.jspDrag {
  background: #aeacb1;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 2px;
  cursor: pointer;
}
.scroll-pane-comment {
  max-height: 109px;
  width: 100%;
  overflow: auto;
  outline: 0;
}
.scroll-pane-comment > ul,
.scroll-pane-comment .jspPane > ul {
  margin-bottom: 0;
}
.scroll-pane-comment > ul > li,
.scroll-pane-comment .jspPane > ul > li:last-child {
  margin-bottom: 0;
}
.scroll-vertical {
  max-height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
}
.scroll-vertical-sm {
  max-height: 90px;
}
.scroll-vertical-lg {
  max-height: 370px;
}
.dropdown-container .scroll-vertical {
  margin-left: -19px;
  padding-left: 19px;
  padding-right: 10px;
}
.scroll-vertical::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}
.scroll-vertical::-webkit-scrollbar-thumb {
  background-color: #aeacb1;
  border-radius: 2px;
  cursor: pointer;
}
.scroll-vertical::-webkit-scrollbar-track {
  background-color: #e7e7e7;
  border-radius: 2px;
}
.scroll-vertical::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.scroll-vertical::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* end scroll pane */
.table-items {
  margin-left: -10px;
  margin-right: -10px;
}
.table-items thead > tr .disabled-text,
.table-items tbody > tr .disabled-text,
.table-items tfoot > tr .disabled-text {
  display: none;
}
.table-items thead > tr.disabled,
.table-items tbody > tr.disabled,
.table-items tfoot > tr.disabled {
  opacity: .5;
}
.table-items thead > tr.disabled .disabled-text,
.table-items tbody > tr.disabled .disabled-text,
.table-items tfoot > tr.disabled .disabled-text {
  display: block;
}
.table-items thead > tr.disabled .disabled-text ~ *,
.table-items tbody > tr.disabled .disabled-text ~ *,
.table-items tfoot > tr.disabled .disabled-text ~ * {
  display: none;
}
.table-items thead > tr > th,
.table-items tbody > tr > th,
.table-items tfoot > tr > th,
.table-items thead > tr > td,
.table-items tbody > tr > td,
.table-items tfoot > tr > td {
  padding: 5px 5px 5px 0;
  border-top: 0;
}
.table-items .form-control.form-control-link {
  width: 130px;
}
/* video-box */
.video-box {
  position: relative;
  width: 100%;
  height: 400px;
}
.video-box .video-js {
  width: 100% !important;
  height: 100% !important;
}
.video-download {
  display: none;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 247px;
  height: 60px;
  margin: -30px 0 0 -123px;
  text-align: center;
  vertical-align: center;
  cursor: pointer !important;
  background: url('../images/video-nav.png') 0 -65px no-repeat;
  outline: none !important;
}
.video-js.init.vjs-paused + .video-download {
  display: block !important;
}
/* end video-box */
.pluso *,
.pluso-box * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.pluso.pluso-styled a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.extended > .pluso.pluso-styled a {
  margin-right: 8px !important;
}
.pluso a.pluso-more {
  margin-right: 0 !important;
}
.pluso .pluso-wrap {
  padding: 0 !important;
}
.pluso .pluso-wrap a {
  margin-top: 0 !important;
}
.pluso-box {
  z-index: 1999 !important;
}
.aside-affix.affix {
  top: 20px;
}
#scroll-up {
  position: fixed;
  right: 15px;
  bottom: -100px;
  z-index: 21;
  -webkit-transition: bottom ease-in-out .5s, opacity linear .2s;
  transition: bottom ease-in-out .5s, opacity linear .2s;
}
#scroll-up.affix {
  bottom: 15px;
}
.popover {
  position: relative;
  cursor: pointer;
  padding: 2px 25px 2px 0;
}
.popover > .popover-drop {
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -64px 0 0 0;
  padding: 20px;
  min-height: 130px;
  width: 450px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.popover > .popover-drop:before,
.popover > .popover-drop:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-left-width: 0;
}
.popover > .popover-drop:before {
  margin-top: -9px;
  border-width: 9px;
  border-right-color: rgba(50, 50, 50, 0.12);
}
.popover > .popover-drop:after {
  margin-top: -8px;
  border-width: 8px;
  border-right-color: #ffffff;
}
.popover:hover > .popover-drop,
.popover:active > .popover-drop,
.popover:focus > .popover-drop {
  display: block;
  z-index: 1000;
}
.popover:hover > .link-arrow,
.popover:active > .link-arrow,
.popover:focus > .link-arrow {
  color: #6fbce1;
}
.popover:hover > .link-arrow:before,
.popover:active > .link-arrow:before,
.popover:focus > .link-arrow:before {
  border-left-color: #515151;
}
.swiper {
  position: relative;
  overflow: hidden;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform,left,top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
.swiper-horizontal {
  height: 245px;
  margin: -20px 0 -20px;
  background: url(../images/logo-bg.png) center top no-repeat;
}
.swiper-horizontal .swiper-slide {
  padding-top: 50px;
}
.btn-arrow-swiper {
  position: absolute;
  top: 50%;
  border: 0;
  background: transparent;
  margin-top: -25px;
}
.btn-arrow-swiper.arrow-left {
  left: 0;
}
.btn-arrow-swiper.arrow-right {
  right: 0;
}
.navbar-header.navbar-large .dropdown {
  height: 32px;
  margin-top: -2px;
}
.navbar-header.navbar-large .dropdown .btn-link {
  margin-top: 5px;
  margin-left: -15px;
  margin-right: -15px;
}
.heading-navbar-tile {
  font-size: 33px;
  margin-left: 20px;
  margin-top: 4px;
  text-shadow: 0 1px 1px #fff;
}
.doc-ampersand:not(:empty) + .doc-ampersand:not(:empty):before {
  content: ' ' attr(data-ampersand) ' ';
}
