/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.modal-header,
.modal-footer {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*.opacity(@opacity) {
	opacity: @opacity / 100;
	filter: ~"alpha(opacity=@{opacity})";
}*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0e6a80;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #06313b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #dddddd;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 91%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #dddddd;
}
.text-primary {
  color: #0e6a80;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #094452;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #0e6a80;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #094452;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 17px;
}
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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #dddddd;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #dddddd;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  max-width: 998px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1120px;
  }
}
.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #dddddd;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  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-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 1px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control:-moz-placeholder {
  color: #dddddd;
}
.form-control:-ms-input-placeholder {
  color: #dddddd;
}
.form-control::-webkit-input-placeholder {
  color: #dddddd;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 31px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 28px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 42px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 10px;
  min-height: 18px;
  padding-left: 18px;
}
.radio label,
.checkbox label {
  min-height: 17px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 29px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 28px;
  min-height: 28px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 42px;
  line-height: 42px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 42px;
  min-height: 32px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 38.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 22px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 24px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 11px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #ffffff;
  border-color: #bbb;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #7b7b7b;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #9c9c9c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #9c9c9c;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #7b7b7b;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #bbb;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333;
}
.btn-primary {
  color: #08c;
  background-color: #0e6a80;
  border-color: #0b5769;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #08c;
  background-color: #094452;
  border-color: #000000;
}
.btn-primary:hover {
  color: #08c;
  background-color: #094452;
  border-color: #052932;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #08c;
  background-color: #094452;
  border-color: #052932;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #08c;
  background-color: #052932;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0e6a80;
  border-color: #0b5769;
}
.btn-primary .badge {
  color: #0e6a80;
  background-color: #08c;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-blue {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #0e6a80 0%, #094452 100%);
  background-image: -o-linear-gradient(top, #0e6a80 0%, #094452 100%);
  background-image: linear-gradient(to bottom, #0e6a80 0%, #094452 100%);
  background-color: #0c5b6e;
  background-image: -moz-linear-gradient(top, #0e6a80, #094452);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0e6a80), to(#094452));
  background-image: -webkit-linear-gradient(top, #0e6a80, #094452);
  background-image: -o-linear-gradient(top, #0e6a80, #094452);
  background-image: linear-gradient(to bottom, #0e6a80, #094452);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e6a80', endColorstr='#ff094452', GradientType=0);
  border-color: #094452 #094452 #010b0d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #094452;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
  color: #fff;
  background-color: #094452;
  *background-color: #06313b;
}
.btn-blue:active,
.btn-blue.active {
  background-color: #041e24 \9;
}
.btn-blue:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #0d667b 0%, #08404d 100%);
  background-image: -o-linear-gradient(top, #0d667b 0%, #08404d 100%);
  background-image: linear-gradient(to bottom, #0d667b 0%, #08404d 100%);
  background-color: #0b5769;
  background-image: -moz-linear-gradient(top, #0d667b, #08404d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d667b), to(#08404d));
  background-image: -webkit-linear-gradient(top, #0d667b, #08404d);
  background-image: -o-linear-gradient(top, #0d667b, #08404d);
  background-image: linear-gradient(to bottom, #0d667b, #08404d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d667b', endColorstr='#ff08404d', GradientType=0);
  border-color: #08404d #08404d #010708;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #08404d;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-blue:hover:hover,
.btn-blue:hover:active,
.btn-blue:hover.active,
.btn-blue:hover.disabled,
.btn-blue:hover[disabled] {
  color: #fff;
  background-color: #08404d;
  *background-color: #062d36;
}
.btn-blue:hover:active,
.btn-blue:hover.active {
  background-color: #031a1f \9;
}
.btn-inverse-light {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #444444 0%, #444444 100%);
  background-image: -o-linear-gradient(top, #444444 0%, #444444 100%);
  background-image: linear-gradient(to bottom, #444444 0%, #444444 100%);
  background-color: #444444;
  background-image: -moz-linear-gradient(top, #444444, #444444);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#444444));
  background-image: -webkit-linear-gradient(top, #444444, #444444);
  background-image: -o-linear-gradient(top, #444444, #444444);
  background-image: linear-gradient(to bottom, #444444, #444444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff444444', GradientType=0);
  border-color: #444444 #444444 #1e1e1e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #444444;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse-light:hover,
.btn-inverse-light:active,
.btn-inverse-light.active,
.btn-inverse-light.disabled,
.btn-inverse-light[disabled] {
  color: #fff;
  background-color: #444444;
  *background-color: #373737;
}
.btn-inverse-light:active,
.btn-inverse-light.active {
  background-color: #2b2b2b \9;
}
.btn-inverse-light:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #0e0e0e 0%, #0e0e0e 100%);
  background-image: -o-linear-gradient(top, #0e0e0e 0%, #0e0e0e 100%);
  background-image: linear-gradient(to bottom, #0e0e0e 0%, #0e0e0e 100%);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #0e0e0e, #0e0e0e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0e0e0e), to(#0e0e0e));
  background-image: -webkit-linear-gradient(top, #0e0e0e, #0e0e0e);
  background-image: -o-linear-gradient(top, #0e0e0e, #0e0e0e);
  background-image: linear-gradient(to bottom, #0e0e0e, #0e0e0e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e0e0e', endColorstr='#ff0e0e0e', GradientType=0);
  border-color: #0e0e0e #0e0e0e #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0e0e0e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse-light:hover:hover,
.btn-inverse-light:hover:active,
.btn-inverse-light:hover.active,
.btn-inverse-light:hover.disabled,
.btn-inverse-light:hover[disabled] {
  color: #fff;
  background-color: #0e0e0e;
  *background-color: #020202;
}
.btn-inverse-light:hover:active,
.btn-inverse-light:hover.active {
  background-color: #000000 \9;
}
.btn-brown {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #923901 0%, #5f2501 100%);
  background-image: -o-linear-gradient(top, #923901 0%, #5f2501 100%);
  background-image: linear-gradient(to bottom, #923901 0%, #5f2501 100%);
  background-color: #7e3101;
  background-image: -moz-linear-gradient(top, #923901, #5f2501);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#923901), to(#5f2501));
  background-image: -webkit-linear-gradient(top, #923901, #5f2501);
  background-image: -o-linear-gradient(top, #923901, #5f2501);
  background-image: linear-gradient(to bottom, #923901, #5f2501);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff923901', endColorstr='#ff5f2501', GradientType=0);
  border-color: #5f2501 #5f2501 #130800;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5f2501;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-brown:hover,
.btn-brown:active,
.btn-brown.active,
.btn-brown.disabled,
.btn-brown[disabled] {
  color: #fff;
  background-color: #5f2501;
  *background-color: #461b00;
}
.btn-brown:active,
.btn-brown.active {
  background-color: #2d1100 \9;
}
.btn-brown:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #8d3701 0%, #5a2301 100%);
  background-image: -o-linear-gradient(top, #8d3701 0%, #5a2301 100%);
  background-image: linear-gradient(to bottom, #8d3701 0%, #5a2301 100%);
  background-color: #792f01;
  background-image: -moz-linear-gradient(top, #8d3701, #5a2301);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8d3701), to(#5a2301));
  background-image: -webkit-linear-gradient(top, #8d3701, #5a2301);
  background-image: -o-linear-gradient(top, #8d3701, #5a2301);
  background-image: linear-gradient(to bottom, #8d3701, #5a2301);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d3701', endColorstr='#ff5a2301', GradientType=0);
  border-color: #5a2301 #5a2301 #0e0600;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5a2301;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-brown:hover:hover,
.btn-brown:hover:active,
.btn-brown:hover.active,
.btn-brown:hover.disabled,
.btn-brown:hover[disabled] {
  color: #fff;
  background-color: #5a2301;
  *background-color: #411900;
}
.btn-brown:hover:active,
.btn-brown:hover.active {
  background-color: #280f00 \9;
}
.btn-link {
  color: #0e6a80;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #06313b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #dddddd;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  margin: 7.5px 0;
  *width: 100%;
  height: 1px;
  margin: -0.28571429 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0e6a80;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #dddddd;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #dddddd;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  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: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #dddddd;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #dddddd;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0e6a80;
}
.nav .nav-divider {
  margin: 7.5px 0;
  *width: 100%;
  height: 1px;
  margin: -0.28571429 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0e6a80;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 11.5px 10px;
  font-size: 15px;
  line-height: 17px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5.75px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 17px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
.navbar-btn.btn-sm {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #555555;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #3c3c3c;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #555555;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #555555;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #555555;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #555555;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #111111;
  border-color: #252525;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-text p {
  display: inline-block;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #000000;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #000000;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #000000;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #252525;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #252525;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #dddddd;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #dddddd;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #c3c3c3;
}
.label-primary {
  background-color: #0e6a80;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #094452;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #dddddd;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0e6a80;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 17px;
  margin-bottom: 17px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  background-color: #0e6a80;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #dddddd;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #dddddd;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0e6a80;
  border-color: #0e6a80;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #6bd5ef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #eee;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  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: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.modal-header,
.modal-footer {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*  Font Awesome
	Prehled tady
	https://fortawesome.github.io/Font-Awesome/3.2.1/icons/

    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: Lead Product Designer @ http://kyruus.com

    */
@font-face {
  font-family: 'FontAwesome';
  src: url('Font/fontawesome-webfont.eot');
  src: url('Font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('Font/fontawesome-webfont.woff') format('woff'), url('Font/fontawesome-webfont.ttf') format('truetype'), url('Font/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: middle;
  font-size: 1.33333333em;
}
.btn [class^="icon-"],
.nav-tabs [class^="icon-"],
.btn [class*=" icon-"],
.nav-tabs [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: 0.9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large:before,
li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: 0.8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  vertical-align: initial;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-user-md:before {
  content: "\f200";
}
header {
  background-color: #aa3300;
  border-top: 2px solid #ab1800;
  color: #ffffff;
  padding: 5px 10px;
  position: relative;
}
@media (max-width: 767px) {
  header {
    overflow: visible !important;
  }
}
@media (min-width: 767px) {
  header {
    padding: 10px 10px 0 10px;
  }
}
@media (min-width: 1027px) {
  header {
    padding: 20px 20px 0 20px;
  }
}
header a {
  color: #ffffff;
}
header a:hover {
  color: #ffffff;
}
header .mobile-menu {
  font-size: 24px;
  line-height: 27px;
  max-width: 40px;
}
@media (min-width: 767px) {
  header .mobile-menu {
    display: none;
  }
}
header .mobile-menu a,
header .mobile-menu a:focus,
header .mobile-menu a:active,
header .mobile-menu a:visited,
header .mobile-menu a:hover {
  color: #ffffff;
  text-decoration: none !important;
  outline: 0;
}
header .user-menu {
  font-size: 24px;
  line-height: 27px;
  text-align: right;
}
@media (min-width: 767px) {
  header .user-menu {
    display: none;
  }
}
header .user-menu a,
header .user-menu a:focus,
header .user-menu a:active,
header .user-menu a:visited,
header .user-menu a:hover {
  color: #ffffff;
  text-decoration: none !important;
  outline: 0;
}
@media (max-width: 767px) {
  header .logo img {
    height: 32px;
    width: auto;
  }
}
header .logo {
  /*&.small {
			display: none;

			@media(max-width: 500px) {
				display: block;
			}
		}

		&.big {
			display: none;

			@media(min-width: 500px) {
				display: block;
			}
		}*/
}
header .btn-brown {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #aa3300 0%, #923901 100%);
  background-image: -o-linear-gradient(top, #aa3300 0%, #923901 100%);
  background-image: linear-gradient(to bottom, #aa3300 0%, #923901 100%);
  background-color: #a03500;
  background-image: -moz-linear-gradient(top, #aa3300, #923901);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aa3300), to(#923901));
  background-image: -webkit-linear-gradient(top, #aa3300, #923901);
  background-image: -o-linear-gradient(top, #aa3300, #923901);
  background-image: linear-gradient(to bottom, #aa3300, #923901);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa3300', endColorstr='#ff923901', GradientType=0);
  border-color: #923901 #923901 #461b00;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #923901;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
header .btn-brown:hover,
header .btn-brown:active,
header .btn-brown.active,
header .btn-brown.disabled,
header .btn-brown[disabled] {
  color: #fff;
  background-color: #923901;
  *background-color: #792f01;
}
header .btn-brown:active,
header .btn-brown.active {
  background-color: #5f2501 \9;
}
header .btn-brown:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #a53100 0%, #8d3701 100%);
  background-image: -o-linear-gradient(top, #a53100 0%, #8d3701 100%);
  background-image: linear-gradient(to bottom, #a53100 0%, #8d3701 100%);
  background-color: #9b3400;
  background-image: -moz-linear-gradient(top, #a53100, #8d3701);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a53100), to(#8d3701));
  background-image: -webkit-linear-gradient(top, #a53100, #8d3701);
  background-image: -o-linear-gradient(top, #a53100, #8d3701);
  background-image: linear-gradient(to bottom, #a53100, #8d3701);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa53100', endColorstr='#ff8d3701', GradientType=0);
  border-color: #8d3701 #8d3701 #411900;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #8d3701;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
header .btn-brown:hover:hover,
header .btn-brown:hover:active,
header .btn-brown:hover.active,
header .btn-brown:hover.disabled,
header .btn-brown:hover[disabled] {
  color: #fff;
  background-color: #8d3701;
  *background-color: #742d01;
}
header .btn-brown:hover:active,
header .btn-brown:hover.active {
  background-color: #5a2301 \9;
}
header .form {
  min-height: 30px;
}
header form {
  /*input.gsc-input {
			height: 29px !important;
			padding: 4px 6px 3px 6px;
			.border-radius(4px 0 0 4px);
			border-right: 0;
			margin: 0;
			border: 1px solid darken(@btn-default-border, 10%);
			width: 300px !important;
		}*/
}
header form .btn {
  margin-left: -3px;
  padding-top: 6px;
  padding: 4px 14px 4px 14px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #333333;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #bbbbbb;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  *border: 0;
  border-radius: 0 3px 3px 0;
  *margin-left: 0.3em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-top: -3px;
  height: 29px;
}
header form .btn:hover {
  background-color: #808080;
  background-image: -moz-linear-gradient(top, #ffffff, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#808080));
  background-image: -webkit-linear-gradient(top, #ffffff, #808080);
  background-image: -o-linear-gradient(top, #ffffff, #808080);
  background-image: linear-gradient(to bottom, #ffffff, #808080);
}
header form .btn b {
  font-size: 16px;
}
header form input.gsc-search-button {
  height: 30px !important;
  padding: 0 14px 0 14px;
  margin-left: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border-left: 0;
}
header form td.gsc-input {
  overflow: hidden;
  border: 0;
  padding-right: 0 !important;
}
header form .gsc-clear-button div {
  display: none !important;
}
header form .input-large,
header form .gsc-input {
  height: 29px;
  width: 300px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 4px 6px;
  line-height: 18px;
  border-radius: 3px 0 0 3px;
  color: #555555;
}
@media (max-width: 800px) {
  header form .input-large,
  header form .gsc-input {
    width: 295px;
  }
}
header form .input-large:focus,
header form .gsc-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
header #search-form-profiles .btn {
  margin-left: -6px;
  padding-top: 5px;
}
@media (max-width: 500px) {
  header #search-form-profiles .btn {
    margin-top: 0;
  }
}
header #search-form-google .btn {
  margin-top: -5px;
}
header #search-form-radios .radio {
  padding-top: 0;
}
header #search-form-radios label {
  white-space: nowrap;
}
header .icon-search {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 27px;
  cursor: pointer;
}
@media (min-width: 700px) {
  header .icon-search {
    display: none;
  }
}
header .search-boxed {
  display: none;
}
@media (max-width: 700px) {
  header .search-boxed {
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
  }
}
@media (max-width: 767px) {
  header .search-box {
    position: absolute;
    width: 100%;
    top: -200px;
    padding: 30px 10px 10px;
    z-index: 2;
    display: none;
    border-bottom: 1px solid #ffffff;
    background-color: #aa3300;
  }
  header .search-box.is-open {
    top: 0;
    display: block;
  }
  .profily header .search-box {
    background-color: #0e6a80;
  }
  header .search-box .input-large {
    width: 76%;
  }
}
@media (max-width: 700px) {
  header .login-buttons {
    /*position: absolute;
			right: 40px;
			top: 10px;*/
    display: none;
  }
}
.js #search-form-google {
  display: none;
}
.ui-autocomplete {
  background: #ffffff;
  list-style: none;
  padding: 1px;
  width: 300px;
  font-weight: bold;
  border: 1px solid #333333;
  border-top: 0;
}
.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-widget-content .ui-state-hover,
.ui-autocomplete .ui-widget-header .ui-state-hover,
.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-widget-content .ui-state-focus,
.ui-autocomplete .ui-widget-header .ui-state-focus {
  background: #eeeeee;
}
.ui-autocomplete a {
  display: block;
  cursor: pointer;
  padding: 3px 10px;
}
header .ui-autocomplete {
  position: absolute;
  z-index: 5!important;
}
header .ui-autocomplete a {
  color: #000000;
}
.header-tags {
  height: 12px;
}
.header-tags small {
  position: absolute;
  height: 12px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .user-login-box {
    display: none;
  }
}
.user-box {
  padding: 5px;
  text-align: right;
  border-top: 1px solid #eee;
}
@media (min-width: 767px) {
  .user-box {
    display: none;
  }
}
.search-mobile {
  padding: 5px;
  color: #000000;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  display: none;
}
.search-mobile.is-opened {
  display: block;
}
.search-mobile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.search-mobile ul li {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.search-mobile ul li:nth-child(5),
.search-mobile ul li:nth-child(6),
.search-mobile ul li:nth-child(7) {
  border-bottom: 0;
}
.search-mobile input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
.search-mobile label {
  padding-left: 40px;
  position: relative;
}
.search-mobile label:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #eee;
  position: absolute;
  left: 7px;
  top: 1px;
}
.search-mobile input[type=radio]:checked + label:before {
  background: #8CE19B;
  border-color: #8CE19B;
  color: #fff;
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.search-mobile input[type="search"] {
  width: 236px;
  height: 29px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 4px 6px;
  line-height: 18px;
  color: #555555;
  border: 0;
  width: 100%;
  font-weight: 400;
  text-align: center;
}
.search-mobile input[type="search"].error {
  border-color: red;
}
.search-mobile .profile-image {
  display: none;
}
.search-mobile .profile-image.is-showed {
  display: block;
}
.search-mobile .search-tags {
  display: none;
  color: #CCCCCC;
}
.search-mobile .search-tags a {
  color: #CCCCCC;
  font-weight: 400;
  font-size: 12px;
}
.search-mobile .search-tags.is-showed {
  display: block;
}
.search-mobile .btn {
  border-radius: 0;
  height: 29px;
  margin-top: -2px;
  margin-left: -1px;
  background: #8CE19B;
  color: #fff;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 60px;
  border: 0;
  margin-right: 10px;
  font-size: 18px;
  line-height: 21px;
  height: 35px;
}
.search-mobile .btn i {
  margin-right: 30px;
}
.search-mobile .btn:hover {
  background: #8CE19B !important;
}
.search-mobile .btn.btn-close {
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  background: #FF7F7F;
}
.search-mobile .btn.btn-close:hover {
  background: #FF7F7F !important;
}
.search-mobile .btn.btn-close i {
  margin-right: 0;
}
@media (min-width: 767px) {
  .search-mobile {
    display: none;
  }
}
.btn {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  font-weight: 700;
  padding: 4px 14px;
  display: inline-block !important;
  margin-right: 1px;
  margin-top: 1px;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:hover {
  color: #ffffff !important;
  text-decoration: none;
  color: #4d4d4d;
  text-shadow: none;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #808080 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #808080 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #808080 100%);
  background-color: #cccccc;
  background-image: -moz-linear-gradient(top, #ffffff, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#808080));
  background-image: -webkit-linear-gradient(top, #ffffff, #808080);
  background-image: -o-linear-gradient(top, #ffffff, #808080);
  background-image: linear-gradient(to bottom, #ffffff, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ff808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #808080;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-position: 0 -15px;
}
.btn:hover:hover,
.btn:hover:active,
.btn:hover.active,
.btn:hover.disabled,
.btn:hover[disabled] {
  color: #4d4d4d;
  background-color: #808080;
  *background-color: #737373;
}
.btn:hover:active,
.btn:hover.active {
  background-color: #666666 \9;
}
.btn:focus {
  outline: thin dotted;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #1c7083;
  color: #ffffff;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.active:hover,
.btn:active:hover {
  color: #333333;
}
.btn-primary {
  color: #0c5b6e;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #0e6a80 0%, #094452 100%);
  background-image: -o-linear-gradient(top, #0e6a80 0%, #094452 100%);
  background-image: linear-gradient(to bottom, #0e6a80 0%, #094452 100%);
  background-color: #0c5b6e;
  background-image: -moz-linear-gradient(top, #0e6a80, #094452);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0e6a80), to(#094452));
  background-image: -webkit-linear-gradient(top, #0e6a80, #094452);
  background-image: -o-linear-gradient(top, #0e6a80, #094452);
  background-image: linear-gradient(to bottom, #0e6a80, #094452);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e6a80', endColorstr='#ff094452', GradientType=0);
  border-color: #094452 #094452 #010b0d;
  *background-color: #094452;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #0c5b6e;
  background-color: #094452;
  *background-color: #06313b;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #041e24 \9;
}
@media (min-width: 767px) {
  .btn-primary:hover {
    background-color: #08404d !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    color: #ffffff !important;
    color: #08404d;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: -webkit-linear-gradient(top, #0d667b 0%, #08404d 100%);
    background-image: -o-linear-gradient(top, #0d667b 0%, #08404d 100%);
    background-image: linear-gradient(to bottom, #0d667b 0%, #08404d 100%);
    background-color: #0b5769;
    background-image: -moz-linear-gradient(top, #0d667b, #08404d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d667b), to(#08404d));
    background-image: -webkit-linear-gradient(top, #0d667b, #08404d);
    background-image: -o-linear-gradient(top, #0d667b, #08404d);
    background-image: linear-gradient(to bottom, #0d667b, #08404d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d667b', endColorstr='#ff08404d', GradientType=0);
    border-color: #08404d #08404d #010608;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #08404d;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-primary:hover:hover,
  .btn-primary:hover:active,
  .btn-primary:hover.active,
  .btn-primary:hover.disabled,
  .btn-primary:hover[disabled] {
    color: #08404d;
    background-color: #08404d;
    *background-color: #062d36;
  }
  .btn-primary:hover:active,
  .btn-primary:hover.active {
    background-color: #031a1f \9;
  }
  .btn-primary:active {
    background-color: #0044cc !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    color: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .open > .btn-primary.dropdown-toggle {
    background-color: #0044cc !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    color: #ffffff !important;
  }
}
.btn-square {
  padding: 6px 7px;
}
@media (min-width: 700px) {
  .btn-square {
    padding: 10px 14px;
  }
}
.btn-blue {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #0e6a80 0%, #094452 100%);
  background-image: -o-linear-gradient(top, #0e6a80 0%, #094452 100%);
  background-image: linear-gradient(to bottom, #0e6a80 0%, #094452 100%);
  background-color: #0c5b6e;
  background-image: -moz-linear-gradient(top, #0e6a80, #094452);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0e6a80), to(#094452));
  background-image: -webkit-linear-gradient(top, #0e6a80, #094452);
  background-image: -o-linear-gradient(top, #0e6a80, #094452);
  background-image: linear-gradient(to bottom, #0e6a80, #094452);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e6a80', endColorstr='#ff094452', GradientType=0);
  border-color: #094452 #094452 #010b0d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #094452;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
  color: #fff;
  background-color: #094452;
  *background-color: #06313b;
}
.btn-blue:active,
.btn-blue.active {
  background-color: #041e24 \9;
}
.btn-blue:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #0d667b 0%, #08404d 100%);
  background-image: -o-linear-gradient(top, #0d667b 0%, #08404d 100%);
  background-image: linear-gradient(to bottom, #0d667b 0%, #08404d 100%);
  background-color: #0b5769;
  background-image: -moz-linear-gradient(top, #0d667b, #08404d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d667b), to(#08404d));
  background-image: -webkit-linear-gradient(top, #0d667b, #08404d);
  background-image: -o-linear-gradient(top, #0d667b, #08404d);
  background-image: linear-gradient(to bottom, #0d667b, #08404d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d667b', endColorstr='#ff08404d', GradientType=0);
  border-color: #08404d #08404d #010708;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #08404d;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-blue:hover:hover,
.btn-blue:hover:active,
.btn-blue:hover.active,
.btn-blue:hover.disabled,
.btn-blue:hover[disabled] {
  color: #fff;
  background-color: #08404d;
  *background-color: #062d36;
}
.btn-blue:hover:active,
.btn-blue:hover.active {
  background-color: #031a1f \9;
}
.btn-blue:focus,
.btn-blue:active {
  color: #ffffff;
}
.btn-brown {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #923901 0%, #5f2501 100%);
  background-image: -o-linear-gradient(top, #923901 0%, #5f2501 100%);
  background-image: linear-gradient(to bottom, #923901 0%, #5f2501 100%);
  background-color: #7e3101;
  background-image: -moz-linear-gradient(top, #923901, #5f2501);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#923901), to(#5f2501));
  background-image: -webkit-linear-gradient(top, #923901, #5f2501);
  background-image: -o-linear-gradient(top, #923901, #5f2501);
  background-image: linear-gradient(to bottom, #923901, #5f2501);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff923901', endColorstr='#ff5f2501', GradientType=0);
  border-color: #5f2501 #5f2501 #130800;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5f2501;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-brown:hover,
.btn-brown:active,
.btn-brown.active,
.btn-brown.disabled,
.btn-brown[disabled] {
  color: #fff;
  background-color: #5f2501;
  *background-color: #461b00;
}
.btn-brown:active,
.btn-brown.active {
  background-color: #2d1100 \9;
}
.btn-brown:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #8d3701 0%, #5a2301 100%);
  background-image: -o-linear-gradient(top, #8d3701 0%, #5a2301 100%);
  background-image: linear-gradient(to bottom, #8d3701 0%, #5a2301 100%);
  background-color: #792f01;
  background-image: -moz-linear-gradient(top, #8d3701, #5a2301);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8d3701), to(#5a2301));
  background-image: -webkit-linear-gradient(top, #8d3701, #5a2301);
  background-image: -o-linear-gradient(top, #8d3701, #5a2301);
  background-image: linear-gradient(to bottom, #8d3701, #5a2301);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d3701', endColorstr='#ff5a2301', GradientType=0);
  border-color: #5a2301 #5a2301 #0e0600;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5a2301;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-brown:hover:hover,
.btn-brown:hover:active,
.btn-brown:hover.active,
.btn-brown:hover.disabled,
.btn-brown:hover[disabled] {
  color: #fff;
  background-color: #5a2301;
  *background-color: #411900;
}
.btn-brown:hover:active,
.btn-brown:hover.active {
  background-color: #280f00 \9;
}
.btn-brown:focus,
.btn-brown:active {
  color: #ffffff;
}
.btn-green {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #339933 0%, #339933 100%);
  background-image: -o-linear-gradient(top, #339933 0%, #339933 100%);
  background-image: linear-gradient(to bottom, #339933 0%, #339933 100%);
  background-color: #339933;
  background-image: -moz-linear-gradient(top, #339933, #339933);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#339933), to(#339933));
  background-image: -webkit-linear-gradient(top, #339933, #339933);
  background-image: -o-linear-gradient(top, #339933, #339933);
  background-image: linear-gradient(to bottom, #339933, #339933);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff339933', endColorstr='#ff339933', GradientType=0);
  border-color: #339933 #339933 #206020;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #339933;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-green:hover,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  color: #fff;
  background-color: #339933;
  *background-color: #2d862d;
}
.btn-green:active,
.btn-green.active {
  background-color: #267326 \9;
}
.btn-green:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #329532 0%, #329532 100%);
  background-image: -o-linear-gradient(top, #329532 0%, #329532 100%);
  background-image: linear-gradient(to bottom, #329532 0%, #329532 100%);
  background-color: #329532;
  background-image: -moz-linear-gradient(top, #329532, #329532);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#329532), to(#329532));
  background-image: -webkit-linear-gradient(top, #329532, #329532);
  background-image: -o-linear-gradient(top, #329532, #329532);
  background-image: linear-gradient(to bottom, #329532, #329532);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff329532', endColorstr='#ff329532', GradientType=0);
  border-color: #329532 #329532 #1f5c1f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #329532;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-green:hover:hover,
.btn-green:hover:active,
.btn-green:hover.active,
.btn-green:hover.disabled,
.btn-green:hover[disabled] {
  color: #fff;
  background-color: #329532;
  *background-color: #2b822b;
}
.btn-green:hover:active,
.btn-green:hover.active {
  background-color: #256f25 \9;
}
.btn-green:focus,
.btn-green:active {
  color: #ffffff;
}
.btn-red {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #cc0000 0%, #cc0000 100%);
  background-image: -o-linear-gradient(top, #cc0000 0%, #cc0000 100%);
  background-image: linear-gradient(to bottom, #cc0000 0%, #cc0000 100%);
  background-color: #cc0000;
  background-image: -moz-linear-gradient(top, #cc0000, #cc0000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc0000), to(#cc0000));
  background-image: -webkit-linear-gradient(top, #cc0000, #cc0000);
  background-image: -o-linear-gradient(top, #cc0000, #cc0000);
  background-image: linear-gradient(to bottom, #cc0000, #cc0000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ffcc0000', GradientType=0);
  border-color: #cc0000 #cc0000 #800000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #cc0000;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-red:hover,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
  color: #fff;
  background-color: #cc0000;
  *background-color: #b30000;
}
.btn-red:active,
.btn-red.active {
  background-color: #990000 \9;
}
.btn-red:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #c70000 0%, #c70000 100%);
  background-image: -o-linear-gradient(top, #c70000 0%, #c70000 100%);
  background-image: linear-gradient(to bottom, #c70000 0%, #c70000 100%);
  background-color: #c70000;
  background-image: -moz-linear-gradient(top, #c70000, #c70000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c70000), to(#c70000));
  background-image: -webkit-linear-gradient(top, #c70000, #c70000);
  background-image: -o-linear-gradient(top, #c70000, #c70000);
  background-image: linear-gradient(to bottom, #c70000, #c70000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc70000', endColorstr='#ffc70000', GradientType=0);
  border-color: #c70000 #c70000 #7a0000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c70000;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-red:hover:hover,
.btn-red:hover:active,
.btn-red:hover.active,
.btn-red:hover.disabled,
.btn-red:hover[disabled] {
  color: #fff;
  background-color: #c70000;
  *background-color: #ad0000;
}
.btn-red:hover:active,
.btn-red:hover.active {
  background-color: #940000 \9;
}
.btn-red:focus,
.btn-red:active {
  color: #ffffff;
}
.btn-rowed-group {
  text-align: center;
}
.btn-rowed-group .btn {
  margin-bottom: 4px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 2px 6px;
}
.button.disabled {
  cursor: default;
}
@media (max-width: 767px) {
  .breadcrumb > li {
    display: block;
  }
  .breadcrumb > li:before {
    display: none;
  }
}
.modal-title {
  font-size: 14px;
  font-weight: 700;
}
.modal-footer {
  background: #f5f5f5;
  border-radius: 0 0 6px 6px;
}
.modal-footer .text {
  float: left;
  line-height: 27px;
}
.modal-body {
  *zoom: 1;
}
.modal-body:before,
.modal-body:after {
  content: " ";
  display: table;
}
.modal-body:after {
  clear: both;
}
.modal-body:before,
.modal-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-body:after {
  clear: both;
}
.modal-body:before,
.modal-body:after {
  content: " ";
  display: table;
}
.modal-body:after {
  clear: both;
}
.modal-body:before,
.modal-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-body:after {
  clear: both;
}
.modal-body input[type='text'] {
  width: 100%;
}
.modal-body textarea {
  width: 100%;
}
h1 {
  font-size: 24px;
  font-weight: 700;
}
h2 {
  font-size: 18px;
  font-weight: 700;
}
article.detail {
  font-size: 18px;
}
@media (min-width: 800px) {
  article.detail {
    font-size: 15px;
  }
}
article.detail h1,
article.detail h2,
article.detail h3,
article.detail h4,
article.detail h5,
article.detail h6,
article.detail p {
  margin: 18px 0;
  line-height: 1.3em;
  text-rendering: optimizelegibility;
  color: inherit;
  font-weight: 700;
}
article.detail h1 small,
article.detail h2 small,
article.detail h3 small,
article.detail h4 small,
article.detail h5 small,
article.detail h6 small,
article.detail p small {
  font-weight: normal;
  line-height: 1;
  color: #dddddd;
}
article.detail h1 {
  font-size: 24px;
  line-height: 28px;
  color: #923901;
}
@media (min-width: 768px) {
  article.detail h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
article.detail .article-header h1 {
  margin-top: 0;
}
article.detail h2 {
  font-size: 22px;
  line-height: 30px;
}
article.detail h3 {
  font-size: 20px;
  line-height: 30px;
}
article.detail h4 {
  font-size: 18px;
  line-height: 20px;
}
article.detail h5 {
  font-size: 14px;
  line-height: 20px;
}
article.detail h6 {
  font-size: 12px;
  line-height: 20px;
}
article.detail h1 small {
  font-size: 24px;
}
article.detail h2 small {
  font-size: 18px;
}
article.detail h3 small {
  font-size: 14px;
}
article.detail h4 small {
  font-size: 14px;
}
article.detail p {
  font-weight: normal;
}
article.detail small {
  font-size: 11px;
  color: #555555;
}
article.detail .photo-info {
  line-height: 1em;
}
section h1 {
  font-size: 20px;
  margin: 0 0 20px 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  section h1 {
    font-size: 24px;
  }
}
aside section h1 {
  font-size: 16px;
}
.rubrics-list h2 {
  font-size: 100%;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.rubrics-list h3 {
  font-size: 16px;
  line-height: 1.35em;
  color: #000000;
}
@media (min-width: 500px) {
  .rubrics-list h3 {
    margin: 0 0 10px 0;
  }
}
.rubrics-list p {
  color: #333333;
}
.well {
  *zoom: 1;
  padding: 10px;
  border: 0;
  border-radius: 0;
}
.well:before,
.well:after {
  content: " ";
  display: table;
}
.well:after {
  clear: both;
}
.well:before,
.well:after {
  display: table;
  content: "";
  line-height: 0;
}
.well:after {
  clear: both;
}
.well:before,
.well:after {
  content: " ";
  display: table;
}
.well:after {
  clear: both;
}
.well:before,
.well:after {
  display: table;
  content: "";
  line-height: 0;
}
.well:after {
  clear: both;
}
.well-white {
  background-color: #ffffff;
}
.well-bordered {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.well-rounded {
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar .navbar-inner {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.profily .subscription-menu-link a {
  background: #bce8f1;
}
header .subscription-menu-link {
  margin: 15px 0 0 5px;
}
header .subscription-menu-link a {
  color: #000000;
  padding: 10px;
  background: #ebccd1;
}
header .subscription-menu-link a:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  header {
    height: 100%;
    overflow: auto;
  }
}
header .navbar-wrapper {
  *zoom: 1;
}
header .navbar-wrapper:before,
header .navbar-wrapper:after {
  content: " ";
  display: table;
}
header .navbar-wrapper:after {
  clear: both;
}
header .navbar-wrapper:before,
header .navbar-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
header .navbar-wrapper:after {
  clear: both;
}
header .navbar-wrapper:before,
header .navbar-wrapper:after {
  content: " ";
  display: table;
}
header .navbar-wrapper:after {
  clear: both;
}
header .navbar-wrapper:before,
header .navbar-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
header .navbar-wrapper:after {
  clear: both;
}
.profily header {
  background-color: #0e6a80;
  border-top: 2px solid #094452;
}
header .navbar .nav > li.special-icon a {
  padding: 0;
}
@media (max-width: 767px) {
  header .navbar-nav {
    margin: 0;
  }
}
header .navbar .nav > li.nav-alert {
  border-right: none!important;
  box-shadow: none !important;
}
header .navbar .nav > li.nav-alert:hover {
  background: none!important;
}
header .navbar .nav > li.nav-alert a {
  background: #bce8f1;
  border-radius: 3px;
  color: black;
  margin: 3px;
  padding-top: 9px!important;
  padding-bottom: 9px!important;
}
header .navbar {
  *zoom: 1;
  margin-top: 10px;
  background-color: #6E2C10;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}
header .navbar:before,
header .navbar:after {
  content: " ";
  display: table;
}
header .navbar:after {
  clear: both;
}
header .navbar:before,
header .navbar:after {
  display: table;
  content: "";
  line-height: 0;
}
header .navbar:after {
  clear: both;
}
header .navbar:before,
header .navbar:after {
  content: " ";
  display: table;
}
header .navbar:after {
  clear: both;
}
header .navbar:before,
header .navbar:after {
  display: table;
  content: "";
  line-height: 0;
}
header .navbar:after {
  clear: both;
}
@media (max-width: 600px) {
  header .navbar {
    height: auto;
  }
}
.profily header .navbar {
  background-color: #094452;
}
@media (max-width: 600px) {
  .profily header .navbar {
    background: #ffffff;
  }
}
@media (max-width: 767px) {
  header .navbar {
    background: #ffffff !important;
    width: 100%;
    position: fixed;
    top: 45px;
    margin-top: 0;
    z-index: 100;
    left: -100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    height: 100%;
    overflow: scroll;
  }
  .user-logged header .navbar {
    top: 85px;
  }
  header .navbar.show-menu {
    transform: translateX(100%);
  }
}
header .nav {
  *zoom: 1;
}
header .nav:before,
header .nav:after {
  content: " ";
  display: table;
}
header .nav:after {
  clear: both;
}
header .nav:before,
header .nav:after {
  display: table;
  content: "";
  line-height: 0;
}
header .nav:after {
  clear: both;
}
header .nav:before,
header .nav:after {
  content: " ";
  display: table;
}
header .nav:after {
  clear: both;
}
header .nav:before,
header .nav:after {
  display: table;
  content: "";
  line-height: 0;
}
header .nav:after {
  clear: both;
}
@media (max-width: 600px) {
  header .nav {
    margin: 0;
    background-color: #ffffff;
  }
  .profily header .nav {
    background-color: #ffffff;
  }
}
@media (max-width: 600px) and (max-width: 767px) {
  .profily header .nav {
    background: #ffffff;
  }
}
@media (max-width: 767px) {
  header .nav {
    background: #ffffff;
    border-radius: 0;
  }
}
header .navbar .nav > li {
  -webkit-box-shadow: 1px 0px 0px 0px #643b21;
  -moz-box-shadow: 1px 0px 0px 0px #643b21;
  box-shadow: 1px 0px 0px 0px #643b21;
  display: block;
}
@media (min-width: 600px) {
  header .navbar .nav > li {
    display: inline-block;
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  header .navbar .nav > li {
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
  }
  header .navbar .nav > li.nav-alert a {
    margin: 0;
    border-radius: 0;
  }
  header .navbar .nav > li > a {
    border-left: 5px solid #923901;
  }
  header .navbar .nav > li.dropdown > a {
    position: relative;
  }
  header .navbar .nav > li.dropdown > a:after,
  header .navbar .nav > li.dropdown > a:before {
    top: 16px;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  header .navbar .nav > li.dropdown > a:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
    right: 11px;
  }
  header .navbar .nav > li.dropdown > a:before {
    border-color: rgba(115, 115, 115, 0);
    border-top-color: #737373;
    border-width: 6px;
    margin-left: -8px;
  }
  header .navbar .nav > li.dropdown > a.is-open:after,
  header .navbar .nav > li.dropdown > a.is-open:before {
    top: 11px;
  }
  header .navbar .nav > li.dropdown > a.is-open:after {
    border-top-color: transparent;
    border-bottom-color: #ffffff;
    top: 13px;
  }
  header .navbar .nav > li.dropdown > a.is-open:before {
    border-top-color: transparent;
    border-bottom-color: #737373;
  }
  header .navbar .nav > li.active a:after {
    border-top-color: #F6EFEB;
  }
  header .navbar .nav > li.active a.is-open:after {
    border-top-color: transparent;
    border-bottom-color: #F6EFEB;
  }
  header .navbar .nav > li.profile-items > a,
  header .navbar .nav > li.menu-home > a {
    border-left: 5px solid #0e6a80;
  }
  header .navbar .nav > li.profile-items > a:before,
  header .navbar .nav > li.menu-home > a:before {
    border-top-color: #0e6a80;
  }
  header .navbar .nav > li.profile-items > a.is-open:before,
  header .navbar .nav > li.menu-home > a.is-open:before {
    border-top-color: transparent;
    border-bottom-color: #0e6a80;
  }
  header .navbar .nav > li.menu-home a,
  header .navbar .nav > li.profile-items a {
    color: #0e6a80;
  }
  header .navbar .nav > li.mobile-search a {
    border-left: 0;
  }
  header .navbar .nav > li.mobile-search a:after,
  header .navbar .nav > li.mobile-search a:before {
    display: none;
  }
  header .navbar .nav > li.mobile-search a .icon-search {
    top: 11px;
    right: 5px;
    font-size: 19px;
  }
}
@media (min-width: 767px) {
  header .navbar .nav > li {
    width: auto;
  }
}
@media (min-width: 768px) {
  header .navbar .nav > li.mobile-search {
    display: none;
  }
}
.profily header .navbar .nav > li {
  border-right: 1px solid #041e24;
  -webkit-box-shadow: 1px 0px 0px 0px #0b5769;
  -moz-box-shadow: 1px 0px 0px 0px #0b5769;
  box-shadow: 1px 0px 0px 0px #0b5769;
}
@media (max-width: 767px) {
  .profily header .navbar .nav > li {
    border: 0;
    box-shadow: none;
  }
}
@media (mn-width: 768px) {
  header .navbar .nav > li:first-child > a {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
  }
}
header .navbar .nav > li > a {
  color: #ffffff;
}
@media (max-width: 600px) {
  header .navbar .nav > li > a .caret {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 38px;
    border: none;
  }
}
@media (max-width: 767px) {
  header .navbar .nav > li > a {
    color: #000000;
    border-bottom: 1px solid #eee;
  }
}
@media (max-width: 980px) {
  header .navbar .nav > li > a {
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media (min-width: 767px) {
  header .navbar .nav > li > a:focus,
  header .navbar .nav > li > a:hover,
  header .navbar .nav > li.is-active {
    background-color: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  header .navbar .nav > li > a:focus a,
  header .navbar .nav > li > a:hover a,
  header .navbar .nav > li.is-active a {
    color: #333333;
  }
}
@media (min-width: 768px) {
  header .navbar .nav li.active > a,
  header .navbar .nav li.dropdown.open > .dropdown-toggle,
  header .navbar .nav li.dropdown.active > .dropdown-toggle,
  header .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #ffffff;
    color: #555555;
  }
}
@media (max-width: 767px) {
  header .navbar .nav li.active > a,
  header .navbar .nav li.dropdown.open > .dropdown-toggle,
  header .navbar .nav li.dropdown.active > .dropdown-toggle,
  header .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #F6EFEB;
    color: #000000;
  }
}
header .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.profily header .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 500px) {
}
@media (min-width: 760px) {
  header .navbar ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}
header .navbar-default .navbar-text {
  color: #fff;
}
@media (max-width: 767px) {
  header .navbar-default .navbar-text {
    display: none;
  }
}
.navbar-fixed {
  margin: 0;
  border-bottom: 1px solid #ffffff;
  z-index: 30;
}
.navbar-fixed .navbar-inner {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
.navbar-fixed .btn-group {
  margin-top: 10px;
}
.navbar-fixed .btn-group b {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .navbar-fixed {
    position: absolute;
    width: 100%;
    top: 45px;
    height: auto;
    background: #ffffff;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    left: 0;
    left: -100%;
  }
  .navbar-fixed.show-menu {
    transform: translateX(100%);
  }
  .navbar-fixed .navbar-inverse {
    position: static;
    background: #ffffff;
    color: #000000;
  }
  .navbar-fixed .navbar-inverse .navbar-text {
    color: #000000;
  }
  .navbar-fixed .pull-right {
    width: 100%;
  }
  .navbar-fixed .btn-group {
    width: 100%;
    margin-top: 0;
  }
  .navbar-fixed .btn-group .btn.btn-primary {
    border: 0;
    background: none;
    box-shadow: none;
    color: #000000;
    text-shadow: none;
  }
  .navbar-fixed .btn-group .btn.btn-primary .caret {
    display: none;
  }
  .navbar-fixed .btn-group .btn.btn-primary:hover {
    color: #000000 !important;
  }
  .navbar-fixed .btn-group .dropdown-menu {
    clear: both;
    margin-left: 0;
  }
  .navbar-fixed .btn-group .dropdown-menu li {
    width: 100%;
    text-align: left;
  }
  .navbar-fixed .btn-group .dropdown-menu a {
    padding-left: 28px;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  .navbar-fixed .btn-group .dropdown-menu li {
    width: 33%;
  }
}
.navbar-fixed .navbar-text p {
  margin-bottom: 0;
}
.navbar-fixed .dropdown-menu {
  background: #ffffff;
}
.navbar-fixed .dropdown-menu li {
  display: inline-block;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 767px) {
  .navbar-fixed .dropdown-menu li {
    display: block;
    text-align: left;
  }
}
.navbar-fixed .dropdown-menu li:nth-child(even) {
  box-shadow: 0;
}
.navbar-fixed .dropdown-menu li a {
  border: 0;
}
@media (max-width: 767px) {
  .navbar-fixed .dropdown-menu li a {
    color: #000000;
  }
}
.navbar-fixed .dropdown-menu li a .caret {
  display: none;
}
.navbar-fixed .dropdown-menu li a:hover {
  background: none;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-fixed .dropdown-menu li a:hover {
    color: #000000;
  }
}
@media (min-width: 767px) {
  .navbar-fixed .dropdown-menu li a:hover {
    background: #e9e9e9;
    color: #923901;
    display: block;
  }
}
.user-logged header .user-menu {
  display: none;
}
.dropdown-menu {
  border: 1px solid #ddd;
  border-top: 0;
  left: -1px;
}
.dropdown-menu li a {
  color: #333;
  font-weight: bold;
  padding: 5px 20px;
  border-top: 1px solid #eeeeee;
}
@media (min-width: 767px) {
  .dropdown-menu li a:hover {
    color: #923901;
    background-color: #eeeeee;
    background-color: #e9e9e9;
    background-image: -moz-linear-gradient(top, #eeeeee, #e1e1e1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #eeeeee, #e1e1e1);
    background-image: -o-linear-gradient(top, #eeeeee, #e1e1e1);
    background-image: linear-gradient(to bottom, #eeeeee, #e1e1e1);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffe1e1e1', GradientType=0);
  }
}
.dropdown-menu li:first-child a {
  border-top: 0;
}
@media (max-width: 767px) {
  .dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
    border: 0;
    margin-left: 20px;
  }
  .dropdown-menu.is-open {
    display: block;
  }
  .dropdown-menu li {
    text-transform: none;
  }
  .dropdown-menu li a {
    color: #000000;
    border-left: 0;
  }
}
.btn-group-menu {
  text-align: center;
  margin-bottom: 10px;
}
.btn-bar {
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-bar a {
  display: inline-block !important;
}
img {
  max-width: 100%;
  height: auto;
}
.ui-helper-hidden-accessible {
  display: none;
}
.page {
  width: 100%;
  margin: 40px auto 0;
}
.user-not-logged .page {
  margin: 0 auto;
}
@media (min-width: 1027px) {
  .page {
    width: 1027px;
  }
}
.mobile-version-disabled .page,
.mobile-version-disabled .container {
  width: 1027px !important;
}
#main {
  background-color: #ffffff;
  padding: 0;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  min-height: 600px;
}
#main section {
  margin-bottom: 20px;
}
#branding-placeholder {
  max-width: 100%;
}
.section-brown h1 a,
.section-brown h2,
.section-brown .time {
  color: #923901;
}
.section-brown a {
  color: #000000;
}
.section-brown a .time {
  color: #333333;
}
.section-brown h1 a,
.section-brown h2 a {
  color: #923901;
}
.section-brown a:hover {
  color: #923901;
}
.section-brown .progress .bar {
  background-image: -webkit-linear-gradient(top, #923901 0%, #5f2501 100%);
  background-image: -o-linear-gradient(top, #923901 0%, #5f2501 100%);
  background-image: linear-gradient(to bottom, #923901 0%, #5f2501 100%);
  background-color: #7e3101;
  background-image: -moz-linear-gradient(top, #923901, #5f2501);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#923901), to(#5f2501));
  background-image: -webkit-linear-gradient(top, #923901, #5f2501);
  background-image: -o-linear-gradient(top, #923901, #5f2501);
  background-image: linear-gradient(to bottom, #923901, #5f2501);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff923901', endColorstr='#ff5f2501', GradientType=0);
  height: 100%;
}
.section-brown a.label:hover {
  background-color: #923901;
  color: #ffffff;
}
.section-brown a.label.tag-profiles:hover {
  background-color: #1c7083;
  color: #ffffff;
}
.section-blue h1,
.section-blue h2,
.section-blue .time {
  color: #0e6a80;
}
.section-blue h1 a {
  color: #0e6a80;
}
.section-blue .nav-tabs {
  border-bottom: 3px solid #0e6a80;
}
.section-blue a .time {
  color: #333333;
}
.section-blue a:hover {
  color: #0e6a80;
}
@media (max-width: 700px) {
  .section-blue .nav-tabs > li {
    display: inline-block;
    width: 33%;
    text-align: center;
  }
}
.section-blue .nav-tabs > li > a {
  color: #333333;
  font-weight: 700;
  padding: 10px 13px;
  margin-bottom: 1px;
}
.section-blue .nav-tabs .active > a,
.section-blue .nav-tabs .active > a:hover {
  background-color: #0e6a80 !important;
  border: 1px solid #0e6a80 !important;
  -webkit-box-shadow: inset 0px 1px 0px 0px #18b6dc;
  -moz-box-shadow: inset 0px 1px 0px 0px #18b6dc;
  box-shadow: inset 0px 1px 0px 0px #18b6dc;
  color: #ffffff !important;
}
.section-neutral h1,
.section-neutral h2,
.section-neutral .time {
  color: #000;
}
.quick-list {
  border-bottom: 3px solid #dddddd;
  /*@media(max-width: 900px) {
		width: 47%;
	}*/
}
.quick-list ul,
.quick-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quick-list li {
  padding: 10px 0;
  border-top: 1px dotted #dddddd;
  font-weight: bold;
}
.quick-list li:first-child {
  padding-top: 0;
  border-top: 0;
}
.quick-list a {
  color: #000000;
}
.quick-list a * {
  vertical-align: top;
}
.quick-list .max-height {
  display: block;
  max-height: 55px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .quick-list li {
    font-size: 14px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .rubrics-list section {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
  }
}
.rubrics-list .hp-gallery-box {
  display: block;
}
@media (min-width: 700px) {
  .hp-obce-quick-list ul {
    min-height: 354px;
  }
}
aside .quick-list-inline {
  border-bottom: 1px solid #dddddd;
  /*.row-fluid {
		margin-bottom: 10px;

		small {
			display: block;
			padding-top: 5px;
			line-height: 120%;
		}

		@media(max-width: 500px) {
			.span3 {
				margin-left: 0;
			}
		}
	}*/
}
aside .quick-list-inline a {
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  aside .quick-list-inline a {
    text-align: left;
  }
}
aside .quick-list-inline small {
  font-size: 12px;
}
aside .quick-list-inline a:hover,
aside .quick-list-inline a:hover small {
  color: #0e6a80;
}
aside .quick-list-inline input[type="text"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin: 0 -5px 5px 0;
  padding: 4px;
  width: 247px;
}
aside .quick-list-inline input[type="text"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
aside .quick-list-inline .btn {
  margin-top: -2px;
}
.articles-list li {
  padding: 10px 0;
  border-top: 1px dotted #dddddd;
}
.articles-list li:first-child {
  padding-top: 0;
  border-top: 0;
}
.articles-list h2 {
  color: #000000;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 5px;
  font-weight: 700;
}
.articles-list a:hover h2 {
  color: #923901;
}
.articles-list .row .col-md-4 {
  width: 27%;
}
@media (max-width: 600px) {
  .articles-list .row .col-md-4 {
    width: 100%;
    text-align: center;
  }
}
.articles-list .row .col-md-8 {
  width: 70%;
}
@media (max-width: 600px) {
  .articles-list .row .col-md-8 {
    width: 100%;
  }
}
.articles-list .row .col-md-6 {
  margin-bottom: 0;
  min-height: initial;
}
.articles-list p {
  margin-bottom: 3px;
}
.articles-list .tar {
  font-weight: bold;
  color: #923901;
}
.articles-list small {
  font-size: 12px;
}
.pagination {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.profile-thumb-card h2 {
  font-size: 18px;
  font-weight: 700;
}
.profile-thumb-card ul {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #dddddd;
}
.profile-thumb-card .btn {
  text-align: center;
  width: 45%;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}
@media (max-width: 359px) {
  .profile-thumb-card .img {
    max-width: 150px;
  }
}
.profile-thumb-card .popularity {
  float: right;
  height: 125px;
  width: 126px;
  color: #0e6a80;
  text-align: center;
  line-height: 18px;
}
.profile-thumb-card .popularity span {
  display: block;
  margin: 10px;
}
.profile-thumb-card .popularity p {
  font-size: 34px;
  font-weight: bold;
  margin: 20px 0;
}
.profile-thumb-card .popularity a {
  width: 80%;
}
.profile-thumb-card .btn-rowed-group {
  clear: both;
  padding-top: 10px;
}
.hp-profile-thumb-card {
  /*@media(min-width: 700px) and (max-width: 900px) {
		width: 47%;
	}*/
}
.section-inarticle {
  font-size: 12px;
}
.article-content .section-inarticle {
  margin-bottom: 10px;
  clear: both;
}
.section-inarticle h2 {
  font-size: 16px !important;
  margin: 0 0 10px 0 !important;
  line-height: 100% !important;
}
.section-inarticle h3 {
  font-size: 13px !important;
  margin: 7px 0 !important;
  line-height: 100% !important;
}
.section-inarticle p {
  margin-top: 0 !important;
}
.section-inarticle li,
.section-inarticle .tag {
  font-weight: bold;
  font-size: 15px;
}
.section-inarticle .row-fluid [class*="span"] {
  min-height: 10px;
}
@media (max-width: 980px) {
  .section-inarticle.poll {
    width: 100% !important;
  }
}
.related-articles {
  word-break: break-all;
}
.related-articles li {
  font-weight: bold;
}
.related-articles li a {
  color: #923901;
}
.poll p {
  padding-bottom: 10px;
  border-bottom: 1px dotted #dddddd;
  margin-bottom: 10px !important;
}
.poll .poll-percent {
  text-align: right;
  padding-top: 1.1em;
}
.article-tags p {
  margin-bottom: 0 !important;
}
.article-tags a {
  color: #923901;
}
.social-media-buttons span {
  float: left;
  text-align: right;
}
.social-media-buttons iframe {
  display: inline-block;
}
.rubrics-list section {
  padding-bottom: 20px;
  border-bottom: 3px solid #dddddd;
}
.rubrics-list section ul,
.rubrics-list section li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rubrics-list section li {
  padding: 10px 0;
  border-top: 1px dotted #dddddd;
  font-weight: bold;
}
.rubrics-list section li:first-child {
  padding-top: 0;
  border-top: 0;
}
@media (min-width: 980px) {
  .rubrics-list section .col-md-8 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .rubrics-list section li {
    font-size: 14px;
  }
}
.rubrics-list h2 {
  font-size: 100%;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.rubrics-list h3 {
  font-size: 16px;
  line-height: 1.35em;
  color: #000000;
  font-weight: 700;
}
@media (min-width: 500px) {
  .rubrics-list h3 {
    margin: 0 0 6px 0;
  }
}
.rubrics-list p {
  color: #333333;
}
.articles-from-section .span2 {
  margin-left: 0;
}
@media (min-width: 480px) {
  .articles-from-section .span2 {
    width: 148px;
    display: inline-block;
  }
}
@media (min-width: 480px) {
  .articles-from-section .span4 {
    margin-left: 20px;
    width: 316px;
    display: inline-block;
  }
}
.articles-from-section > a {
  display: block;
  margin-bottom: 10px;
}
.articles-from-section .max-height {
  display: block;
  overflow: hidden;
  border-bottom: 1px dotted #dddddd;
}
@media (min-width: 800px) {
  .articles-from-section .max-height {
    height: 105px;
  }
}
.articles-from-section h3 {
  margin-bottom: 6px;
}
.articles-from-section a:hover h3 {
  color: #923901;
  text-decoration: underline;
}
.articles-from-section ul {
  margin-bottom: 0;
}
.articles-from-section li {
  font-weight: bold;
}
.articles-from-section.prima-top-article img {
  vertical-align: top;
}
.articles-from-section.prima-top-article .prima-img {
  max-width: 150px;
}
.news-from-profiles article h2 {
  margin: 3px 0 10px 0;
  font-size: 14px;
}
@media (min-width: 500px) {
  .news-from-profiles article h2 {
    font-size: 16px;
  }
}
.news-from-profiles article p {
  margin: 0;
  word-break: break-word;
}
@media (max-width: 980px) {
  .news-from-profiles article p {
    display: none;
  }
}
.article-header .img {
  margin-bottom: 10px;
}
article.detail h1 a {
  color: #923901;
}
article.detai .article-content iframe {
  max-width: 100%;
  max-height: 100%;
}
.discussion .post {
  margin-bottom: 10px;
  border-bottom: 1px dotted #dddddd;
}
.discussion .post a {
  color: #923901;
  font-weight: bold;
}
.discussion .post .tabIcon {
  width: 12px !important;
  height: auto;
  margin-right: 5px;
}
.discussion a.filter-link.active {
  font-weight: bold;
  color: #000000;
}
aside .news-from-profiles section {
  margin-bottom: 0 !important;
}
aside .news-from-profiles h2 {
  font-size: 100%;
  margin-bottom: 0;
}
aside .news-from-profiles h2 a {
  color: #000000;
}
.breadcrumbs {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  background: #ffffff;
}
@media (max-width: 800px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs div {
  margin: 0 18px;
  padding: 0 20px;
  line-height: 20px;
  color: #000000;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .breadcrumbs div {
    line-height: 34px;
  }
}
.breadcrumbs a {
  color: #000000;
}
.gallery-wrapper {
  position: relative;
}
@media (max-width: 460px) {
  .gallery-wrapper {
    padding-top: 50px;
  }
}
.gallery-wrapper .gallery-breadcrumbs {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  padding: 0 20px;
  line-height: 34px;
  background: #ffffff;
  z-index: 999;
  color: #000000;
  opacity: 90;
  filter: alpha(opacity=9000);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-weight: bold;
}
.gallery-wrapper .gallery-breadcrumbs a {
  color: #000000;
  text-decoration: underline;
}
/*.profily .gallery-wrapper .gallery-breadcrumbs {
	background:@PLbuttonColorBlue;
}*/
.video-wrapper {
  background: #ffffff;
  max-height: 300px;
}
.video-wrapper .video-breadcrumbs {
  margin: 0 20px;
  padding: 0 20px;
  line-height: 34px;
  background: #ffffff;
  z-index: 999;
  color: #000000;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-weight: bold;
}
.video-wrapper .video-breadcrumbs a {
  color: #000000;
  text-decoration: underline;
}
.video-wrapper .video-dimensions {
  max-width: 100% !important;
  height: 300px;
  max-height: 100% !important;
}
.gallery-teaser {
  position: relative;
  width: 100%;
  height: 228px;
}
.gallery-teaser a {
  display: block;
}
.gallery-teaser span {
  position: absolute;
  display: table;
  width: 172px;
  background: #ffffff;
  top: 0;
  right: 0;
  color: #000000;
  z-index: 10;
  font-weight: bold;
  font-size: 12px;
}
@media (min-width: 700px) {
  .gallery-teaser span {
    font-size: 16px;
    height: 72px;
    overflow: hidden;
  }
}
.gallery-teaser span strong {
  display: table-cell;
  height: 76px;
  vertical-align: middle;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px dotted #dddddd;
  line-height: 18px;
}
.gallery-teaser em {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: block;
  color: #ffffff;
  padding: 10px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  font-style: normal;
  font-size: 14px;
  display: none;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  .gallery-teaser em {
    width: 312px;
  }
}
.gallery-teaser .teaser1 span {
  top: 76px;
}
.gallery-teaser .teaser2 span {
  top: 152px;
}
.gallery-teaser img {
  height: 228px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media (min-width: 500px) {
  .gallery-teaser img {
    width: 312px;
  }
}
.gallery-teaser .active em {
  display: block;
}
.gallery-teaser .active img {
  display: block;
}
.gallery-teaser .active span {
  background-color: #923901;
  color: #ffffff;
}
.gallery-teaser .active span strong {
  border-bottom: 0;
}
.gallery-teaser .active span:before {
  position: absolute;
  top: 15px;
  left: -12px;
  text-align: center;
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  font-size: 40px;
  content: "\f0d9";
  color: #923901;
}
.president-card li {
  border-top: 1px dotted #dddddd;
  padding-top: 10px;
  margin-top: 10px;
  font-weight: bold;
}
.president-card li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.president-card .well .well {
  margin-bottom: 10px;
  padding: 0;
  height: 108px;
  overflow: hidden;
}
.president-card .well .well li {
  border-top: 0;
  padding-top: 0;
  margin-top: 5px;
  font-weight: normal;
}
.president-card .btn-placeholder {
  padding: 10px;
}
.president-card .section-brown a {
  color: #923901;
}
.beta-strip {
  height: 50px;
}
.beta-strip .alert {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
}
.input-discussion {
  height: 8em;
  width: 92%;
}
@media (min-width: 600px) {
  .input-discussion {
    width: 600px;
  }
}
@media (min-width: 600px) {
  .input-xlarge {
    width: 600px;
  }
}
.dyncalc-hdr-span {
  float: none;
  margin-left: 0;
}
aside .exchange {
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: -10px;
  *zoom: 1;
}
aside .exchange:before,
aside .exchange:after {
  content: " ";
  display: table;
}
aside .exchange:after {
  clear: both;
}
aside .exchange:before,
aside .exchange:after {
  display: table;
  content: "";
  line-height: 0;
}
aside .exchange:after {
  clear: both;
}
aside .exchange:before,
aside .exchange:after {
  content: " ";
  display: table;
}
aside .exchange:after {
  clear: both;
}
aside .exchange:before,
aside .exchange:after {
  display: table;
  content: "";
  line-height: 0;
}
aside .exchange:after {
  clear: both;
}
aside .exchange a:hover {
  text-decoration: none;
}
aside .exchange .eur,
aside .exchange .dolar {
  display: inline-block;
  line-height: 28px;
  background-repeat: no-repeat;
  padding-left: 36px;
  margin-right: 14px;
  background-image: url(/export/exchange/dyncalc-flags28.png);
  font-size: 16px;
}
aside .exchange .eur {
  background-position: left -112px;
}
aside .exchange .dolar {
  background-position: left -364px;
}
aside .exchange .link {
  background: #FBAA00;
  border: 1px solid #E9983C;
  color: black;
  padding: 0 10px;
  line-height: 25px;
  float: right;
}
@media (min-width: 768px) and (max-width: 980px) {
  .news-from-profiles .tab-pane section {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .news-from-profiles .tab-pane section .well-white,
  .news-from-profiles .tab-pane section .well-bordered {
    border: 0;
    background: #ffffff;
  }
  .news-from-profiles .tab-pane section:nth-child(2) .well,
  .news-from-profiles .tab-pane section:nth-child(3) .well,
  .news-from-profiles .tab-pane section:nth-child(6) .well,
  .news-from-profiles .tab-pane section:nth-child(7) .well,
  .news-from-profiles .tab-pane section:nth-child(10) .well {
    background-color: #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
}
aside section h1 {
  font-size: 16px;
}
.tar {
  text-align: right;
}
#adsense {
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .gsc-results-wrapper-overlay {
    width: 100% !important;
    padding: 10px !important;
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  .gallery-list li {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
  }
  .gallery-list li:nth-child(2) {
    border-top: 0;
    padding-top: 0;
  }
}
.related-articles-wrap h2 {
  color: #923901 !important;
  margin: 0 !important;
  font-size: 15px !important;
}
.related-articles-wrap .related-articles-box {
  border: 5px solid #923901;
  border-right: 0;
  border-left: 0;
  padding: 10px 0;
}
.related-articles-wrap .related-articles-box-half {
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 600px) {
  .related-articles-wrap .related-articles-box-half {
    flex-direction: column;
  }
}
.related-articles-wrap .related-articles-box-half > a {
  margin: 0 10px;
}
@media (max-width: 600px) {
  .related-articles-wrap .related-articles-box-half > a {
    margin: 0 10px 10px;
  }
}
.related-articles-wrap .related-article {
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
.related-articles-wrap .related-article:not(.hidden-by-r2b2) {
  display: inline-block !important;
}
@media (min-width: 980px) {
  .related-articles-wrap .related-article {
    width: 24%;
  }
}
.related-articles-wrap .related-article a {
  color: #923901;
  text-decoration: underline;
  font-weight: 700;
  font-size: 13px;
  display: block;
}
@media (max-width: 979px) {
  .related-articles-wrap .related-article a {
    margin-bottom: 10px;
  }
}
#PreFooterLeaderboardCode {
  background-color: #ffffff;
}
.media-object {
  max-width: 100%;
}
.media-object .nivoSlider {
  height: auto !important;
}
#composition-pie .legend td {
  padding: 2px;
}
.party {
  text-align: center;
  width: 100px;
  margin: 0 auto;
}
.party .dropdown-menu {
  min-width: 100px;
}
.party-checkboxes {
  padding-top: 20px;
  text-align: center;
}
.party-checkboxes label {
  margin: 5px;
}
.party-checkboxes input {
  margin-right: 5px;
}
.mini-profiles section {
  width: 100%;
}
@media (max-width: 767px) {
  .no-bullet {
    margin: 10px 0 !important;
    padding: 0;
  }
}
.semaphore {
  display: inline-block;
}
.semaphore ul {
  display: inline-block;
  margin: 2px 0 0 5px;
  padding: 0;
}
.semaphore ul li {
  list-style: none;
  display: inline-block;
  background: #cbcbcb;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.semaphore ul li span {
  display: none;
}
.semaphore ul li.active.light1 {
  background: #24df29;
}
.semaphore ul li.active.light2 {
  background: #f5bd20;
}
.semaphore ul li.active.light3 {
  background: #df2424;
}
.checkbox-link {
  position: relative;
}
.checkbox-link a {
  padding-left: 22px;
  z-index: 1001;
  position: relative;
}
.checkbox-link input[type=checkbox] {
  position: absolute;
  left: 5px;
  z-index: 10;
}
.icon-star {
  color: #923901;
  font-size: 28px;
}
body.hide-adds div[data-adtrack-container] {
  display: none;
}
.hp #main {
  padding-top: 20px;
}
.hp #main h1 {
  color: #c3c3c3;
}
.hp #main .labels {
  border-bottom: 3px solid #dddddd;
  padding-bottom: 10px;
}
.hp #main .labels h1 {
  margin-top: 10px;
  font-weight: 600;
}
.hp #main .labels div {
  text-align: center;
}
@media (max-width: 904px) {
  .hp #main .labels .col-md-11 {
    width: 92%;
  }
}
.marquee {
  min-height: auto;
}
@media (max-width: 800px) {
  .marquee {
    margin-top: 10px;
  }
  .marquee .pull-right {
    display: none;
  }
}
.marquee .in {
  background-color: #eeeeee;
  padding: 6px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-height: auto;
}
.marquee ul,
.marquee li {
  margin: 0;
  padding: 0;
}
.marquee li {
  margin: 0;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  color: #222222;
  font-weight: bold;
  display: none;
  font-size: 14px;
}
@media (min-width: 767px) {
  .marquee li {
    font-size: 12px;
  }
}
.marquee li.active {
  display: block;
}
.marquee .btn-xs {
  font-size: 16px;
  padding: 2px 7px;
  line-height: 14px;
}
@media (max-width: 800px) {
  #top-news.col-md-6 {
    width: 100%;
  }
}
@media (min-width: 800px) {
  #top-news.col-sm-8 {
    width: 61.6%;
  }
}
@media (min-width: 885px) {
  #top-news.col-sm-8 {
    width: 497px;
  }
}
#top-news ul,
#top-news li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topnews-area {
  *zoom: 1;
}
#topnews-area:before,
#topnews-area:after {
  content: " ";
  display: table;
}
#topnews-area:after {
  clear: both;
}
#topnews-area:before,
#topnews-area:after {
  display: table;
  content: "";
  line-height: 0;
}
#topnews-area:after {
  clear: both;
}
#topnews-area:before,
#topnews-area:after {
  content: " ";
  display: table;
}
#topnews-area:after {
  clear: both;
}
#topnews-area:before,
#topnews-area:after {
  display: table;
  content: "";
  line-height: 0;
}
#topnews-area:after {
  clear: both;
}
@media (min-width: 800px) {
  #topnews-area {
    position: relative;
    z-index: 1;
    max-height: 349px;
    width: 482px;
    height: 349px;
    overflow: hidden;
  }
}
#topnews-area a {
  *zoom: 1;
  display: block;
}
#topnews-area a:before,
#topnews-area a:after {
  content: " ";
  display: table;
}
#topnews-area a:after {
  clear: both;
}
#topnews-area a:before,
#topnews-area a:after {
  display: table;
  content: "";
  line-height: 0;
}
#topnews-area a:after {
  clear: both;
}
#topnews-area a:before,
#topnews-area a:after {
  content: " ";
  display: table;
}
#topnews-area a:after {
  clear: both;
}
#topnews-area a:before,
#topnews-area a:after {
  display: table;
  content: "";
  line-height: 0;
}
#topnews-area a:after {
  clear: both;
}
#topnews-area li {
  *zoom: 1;
  display: block;
  clear: both;
  margin-bottom: 10px;
}
#topnews-area li:before,
#topnews-area li:after {
  content: " ";
  display: table;
}
#topnews-area li:after {
  clear: both;
}
#topnews-area li:before,
#topnews-area li:after {
  display: table;
  content: "";
  line-height: 0;
}
#topnews-area li:after {
  clear: both;
}
#topnews-area li:before,
#topnews-area li:after {
  content: " ";
  display: table;
}
#topnews-area li:after {
  clear: both;
}
#topnews-area li:before,
#topnews-area li:after {
  display: table;
  content: "";
  line-height: 0;
}
#topnews-area li:after {
  clear: both;
}
@media (min-width: 700px) and (max-width: 800px) {
  #topnews-area li {
    width: 49%;
    float: left;
    clear: none;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  #topnews-area li:nth-child(even) {
    margin-right: 0;
  }
  #topnews-area li img {
    margin-bottom: 10px;
  }
}
@media (min-width: 700px) and (max-width: 800px) and (min-width: 800px) {
  #topnews-area li:last-child {
    display: none;
  }
}
@media (min-width: 800px) {
  #topnews-area li {
    top: 0;
    left: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    clear: none;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 800px) {
  #topnews-area li.active {
    position: static;
    visibility: visible;
  }
}
#topnews-area strong {
  float: left;
  font-size: 16px;
  width: 60%;
  line-height: 20px;
}
@media (min-width: 400px) {
  #topnews-area strong {
    font-size: 17px;
    width: 70%;
  }
}
@media (min-width: 570px) {
  #topnews-area strong {
    width: 80%;
  }
}
@media (min-width: 800px) {
  #topnews-area strong {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 5px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 1.25em;
    color: #ffffff;
    width: auto;
    box-sizing: border-box;
  }
}
@media (min-width: 800px) {
  #topnews-area strong {
    font-size: 29px;
  }
}
#topnews-area img {
  width: 100px;
  float: left;
  margin-right: 10px;
  height: auto;
}
@media (min-width: 700px) {
  #topnews-area img {
    width: auto;
  }
}
@media (min-width: 800px) {
  #topnews-area img {
    width: 477px;
    float: none;
  }
}
#topnews-items {
  font-size: 0;
}
@media (max-width: 800px) {
  #topnews-items {
    display: none;
  }
}
#topnews-items li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  background: #000000;
  padding: 2px;
  position: relative;
  z-index: 2;
  width: 95px;
}
#topnews-items li:first-child {
  padding-left: 2px;
}
#topnews-items li:last-child {
  width: 97px;
}
#topnews-items li.active:first-child a:after {
  left: 2px;
}
#topnews-items li img {
  width: 93px;
}
#topnews-items li a {
  display: block;
  height: 72px;
}
#topnews-items li a:hover {
  text-decoration: none;
}
#topnews-items li.active a:before {
  position: absolute;
  top: -14px;
  left: 2px;
  right: 2px;
  text-align: center;
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  content: "\f0de";
  font-size: 30px;
  color: #ffffff;
  z-index: 10;
}
#topnews-items li.active a:after {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  display: block;
  content: " ";
  border: 5px solid #ffffff;
  z-index: 10;
  width: 93px;
}
#topnews-items img {
  height: 72px;
}
.lt-ie9 #topnews-area strong {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#a6000000', GradientType=0);
}
.lt-ie9 #topnews-items li.active img {
  border: 5px solid #fff;
  height: 62px;
  width: 83px;
}
.hp-quick-list {
  position: relative;
  /*@media(min-width: 600px) and (max-width: 900px) {
		&.span3 {
			width: 47.3%;

			&:nth-child(3) {
				margin-left: 20px;
			}
		}
	}

	@media(min-width: 900px) and (max-width: 1024px) {
		&.span3 {
			width: 21%;
			margin-left: 10px;
		}
	}*/
}
.hp-quick-list:before,
.hp-quick-list:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 10px;
  height: 3px;
  background: #fff;
}
.hp-quick-list:after {
  right: 0;
}
@media (min-width: 900px) {
  .hp-quick-list ul {
    min-height: 383px;
  }
}
@media (min-width: 800px) {
  .hp-quick-list.section-brown {
    width: 38%;
  }
}
@media (min-width: 885px) {
  .hp-quick-list.section-brown {
    width: 43%;
  }
}
@media (min-width: 940px) {
  .hp-quick-list.section-brown {
    width: 45%;
  }
}
@media (min-width: 970px) {
  .hp-quick-list.section-brown {
    width: 25%;
  }
}
@media (min-width: 800px) and (max-width: 1023px) {
  .hp-quick-list.section-blue {
    width: 100%;
  }
  .hp-quick-list.section-blue li {
    width: 32%;
    margin-right: 10px;
    float: left;
  }
  .hp-quick-list.section-blue li:nth-child(2),
  .hp-quick-list.section-blue li:nth-child(3) {
    border-top: 0;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .hp-monitor .span6 {
    width: 98%;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  .hp-monitor .span6 {
    width: 45%;
  }
}
.labels .tag-profiles {
  color: #0e6a80;
}
.labels .tag-redaction {
  color: #923901;
}
.labels .tag-size-0 {
  font-size: 14px;
}
@media (min-width: 800px) {
  .labels .tag-size-0 {
    font-size: 11px !important;
  }
}
.labels .tag-size-1 {
  font-size: 16px !important;
}
@media (min-width: 800px) {
  .labels .tag-size-1 {
    font-size: 13px !important;
  }
}
.labels .tag-size-2 {
  font-size: 17px !important;
}
@media (min-width: 800px) {
  .labels .tag-size-2 {
    font-size: 15px !important;
  }
}
.labels .tag-size-3 {
  font-size: 18px !important;
}
@media (min-width: 800px) {
  .labels .tag-size-3 {
    font-size: 17px !important;
  }
}
.labels .tag-size-4 {
  font-size: 20px !important;
}
@media (min-width: 800px) {
  .labels .tag-size-4 {
    font-size: 19px !important;
  }
}
.labels .tag-size-5 {
  font-size: 22px !important;
}
@media (min-width: 800px) {
  .labels .tag-size-5 {
    font-size: 21px !important;
  }
}
.labels .label:hover {
  background: #555555;
}
.section-pltv h1 {
  padding-right: 50px;
  display: inline-block;
  line-height: 45px;
}
.section-pltv .row {
  margin-bottom: 20px;
}
.section-pltv p {
  font-size: 16px;
  font-weight: 700;
}
.section-pltv .video {
  position: relative;
}
.section-pltv .main-video img {
  width: 100%;
}
.section-pltv .main-video p {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 96%;
  height: 60px;
  margin: 0 10px;
  padding: 10px;
}
.section-pltv .play {
  height: 60px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 5px solid white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
.section-pltv .play:hover {
  background-color: rgba(3, 133, 255, 0.9);
}
.section-pltv .play:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 19px;
  margin: 0 auto;
  border-style: solid;
  border-width: 9.5px 0 9.5px 17px;
  border-color: transparent transparent transparent #ffffff;
}
.section-pltv .play span {
  display: none;
}
.popover ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.popover li {
  padding: 10px;
}
.popover .popover-content {
  padding: 0;
}
.popover .popover-title {
  font-size: 16px;
  font-weight: 700;
}
.popover-brown {
  background-color: #923901;
  color: #ffffff;
}
.popover-brown .popover-title {
  background-color: #923901;
  border-bottom: 0;
}
.popover-brown ul {
  margin-bottom: 2px;
}
.popover-brown li {
  border-top: 1px solid #742d01;
}
.popover-brown li a {
  display: block;
  color: #ffffff;
}
.popover-brown li a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #742d01;
}
.popover-brown.right .arrow {
  border-right-color: #923901;
}
.popover-brown.right .arrow:after {
  border-right-color: #923901;
}
.popover-brown.left .arrow {
  border-left-color: #923901;
}
.popover-brown.left .arrow:after {
  border-left-color: #923901;
}
.popover-brown.top .arrow {
  border-top-color: #923901;
}
.popover-brown.top .arrow:after {
  border-top-color: #923901;
}
.popover-brown.bottom .arrow {
  border-bottom-color: #923901;
}
.popover-brown.bottom .arrow:after {
  border-bottom-color: #923901;
}
.popover-blue {
  background-color: #1c7083;
  color: #ffffff;
}
.popover-blue li {
  border-top: 1px solid #175a6a;
}
.popover-blue li a {
  color: #ffffff;
}
.popover-blue li a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #175a6a;
}
.popover-blue .popover-title {
  background-color: #1c7083;
  border-bottom: 0;
}
.popover-blue.right .arrow {
  border-right-color: #1c7083;
}
.popover-blue.right .arrow:after {
  border-right-color: #1c7083;
}
.popover-blue.left .arrow {
  border-left-color: #1c7083;
}
.popover-blue.left .arrow:after {
  border-left-color: #1c7083;
}
.popover-blue.top .arrow {
  border-top-color: #1c7083;
}
.popover-blue.top .arrow:after {
  border-top-color: #1c7083;
}
.popover-blue.bottom .arrow {
  border-bottom-color: #1c7083;
}
.popover-blue.bottom .arrow:after {
  border-bottom-color: #1c7083;
}
.profily article.detail h1 a {
  color: #0e6a80;
}
.profily aside h1 {
  font-size: 22px;
}
.profily .news-from-profile {
  border-bottom: 3px solid #dddddd;
}
.profily .news-from-profile h2 {
  margin-top: 0;
  font-size: 16px;
}
.profily.frame .navbar {
  height: auto;
}
.profily.frame .navbar .navbar-inner {
  position: static;
}
.profile-detail {
  *zoom: 1;
}
.profile-detail:before,
.profile-detail:after {
  content: " ";
  display: table;
}
.profile-detail:after {
  clear: both;
}
.profile-detail:before,
.profile-detail:after {
  display: table;
  content: "";
  line-height: 0;
}
.profile-detail:after {
  clear: both;
}
.profile-detail:before,
.profile-detail:after {
  content: " ";
  display: table;
}
.profile-detail:after {
  clear: both;
}
.profile-detail:before,
.profile-detail:after {
  display: table;
  content: "";
  line-height: 0;
}
.profile-detail:after {
  clear: both;
}
.profile-detail-card {
  margin: auto !important;
  width: 100% !important;
  background-color: #0e6a80;
  padding: 20px 20px 0 20px;
  border-top: 3px solid #1c7083;
  color: #ffffff;
  float: none !important;
}
@media (min-width: 640px) {
  .profile-detail-card {
    width: 50% !important;
    margin-left: 0 !important;
    float: left !important;
  }
}
.profile-detail-card h1 {
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #094452;
  line-height: 120%;
}
.profile-detail-card .nav {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .profile-detail-card .nav li a {
    padding: 10px;
  }
}
.profile-detail-card .nav-tabs {
  border-bottom-width: 1px;
  border-bottom-color: #094452;
  margin-top: 21px;
  font-size: 14px;
  font-weight: 700;
}
.profile-detail-card .nav-tabs > li > a {
  margin-bottom: -1px;
  background-color: #ffffff;
  border-color: #0e6a80;
  border-bottom-color: #094452;
}
.profile-detail-card .nav-tabs > li.active > a {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 460px) {
  .profile-detail-card .nav-tabs li {
    display: block;
    float: none;
  }
}
.profile-detail-card blockquote {
  margin: 0;
  padding: 0;
  color: #a8dfeb;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.78571429;
  font-style: italic;
  min-height: 60px;
  border: 0;
  line-height: 22.5px;
}
@media (max-width: 700px) {
  .profile-detail-card .col-md-3 {
    width: 48%;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .profile-detail-card .col-md-3:nth-child(odd) {
    margin-left: 0;
  }
}
.profile-detail-card .sub-btn {
  background: #0d6276;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px #0a4e5e;
  -moz-box-shadow: inset 0 0 3px #0a4e5e;
  box-shadow: inset 0 0 3px #0a4e5e;
  text-align: center;
}
.profile-detail-card .sub-btn strong {
  display: block;
  padding: 5px;
  color: #a8dfeb;
}
.profile-detail-card .sub-btn .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.profile-detail-card .sub-btn .btn-blue {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #0e6a80 0%, #094452 100%);
  background-image: -o-linear-gradient(top, #0e6a80 0%, #094452 100%);
  background-image: linear-gradient(to bottom, #0e6a80 0%, #094452 100%);
  background-color: #0c5b6e;
  background-image: -moz-linear-gradient(top, #0e6a80, #094452);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0e6a80), to(#094452));
  background-image: -webkit-linear-gradient(top, #0e6a80, #094452);
  background-image: -o-linear-gradient(top, #0e6a80, #094452);
  background-image: linear-gradient(to bottom, #0e6a80, #094452);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e6a80', endColorstr='#ff094452', GradientType=0);
  border-color: #094452 #094452 #010b0d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #094452;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.profile-detail-card .sub-btn .btn-blue:hover,
.profile-detail-card .sub-btn .btn-blue:active,
.profile-detail-card .sub-btn .btn-blue.active,
.profile-detail-card .sub-btn .btn-blue.disabled,
.profile-detail-card .sub-btn .btn-blue[disabled] {
  color: #fff;
  background-color: #094452;
  *background-color: #06313b;
}
.profile-detail-card .sub-btn .btn-blue:active,
.profile-detail-card .sub-btn .btn-blue.active {
  background-color: #041e24 \9;
}
.profile-detail-info {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 13px;
}
@media (min-width: 768px) {
  .profile-detail-info {
    height: 123px;
  }
}
.profile-detail-graph {
  background-color: #eeeeee;
  margin: auto !important;
  width: 100% !important;
  float: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 640px) {
  .profile-detail-graph {
    margin-left: 0 !important;
    width: 50% !important;
    float: left !important;
    min-height: 343px;
  }
}
.profile-detail-graph .in {
  padding: 0 0 10px 0;
  margin: 0 20px;
  text-align: center;
}
.profile-detail-graph table {
  width: 90%;
  margin: 0 auto;
}
.profile-detail-graph table th {
  text-align: left;
}
.profile-detail-graph table td {
  text-align: right;
}
.profile-detail-graph p {
  clear: both;
}
.profile-detail-graph #geomap-regionName {
  display: block;
  height: 30px;
}
@media (max-width: 768px) {
  .profile-detail-graph #plot-placeholder .col-md-9,
  .profile-detail-graph #plot-placeholder .col-md-3 {
    width: 100% !important;
  }
}
@media (max-width: 800px) {
  .profile-detail-graph .btn-square {
    padding: 6px 7px;
  }
}
.mini-profiles section {
  margin-bottom: 0 !important;
}
.mini-profiles section h2 {
  font-size: 12px;
  margin: 0;
}
.note {
  margin-top: 1.42857143;
  padding-top: 0.71428571;
  border-top: 3px solid #dddddd;
  text-align: center;
  color: #555555;
}
.registration-steps {
  *zoom: 1;
}
.registration-steps:before,
.registration-steps:after {
  content: " ";
  display: table;
}
.registration-steps:after {
  clear: both;
}
.registration-steps:before,
.registration-steps:after {
  display: table;
  content: "";
  line-height: 0;
}
.registration-steps:after {
  clear: both;
}
.registration-steps:before,
.registration-steps:after {
  content: " ";
  display: table;
}
.registration-steps:after {
  clear: both;
}
.registration-steps:before,
.registration-steps:after {
  display: table;
  content: "";
  line-height: 0;
}
.registration-steps:after {
  clear: both;
}
.registration-steps li {
  float: left;
}
.registration-steps li b {
  color: white;
  background: #1c7083;
}
.news-from-profiles .btn-group {
  white-space: normal;
}
.profile-detail-content h1 {
  font-size: 24px;
  font-weight: 700;
}
.profile-detail-content h2 {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .col-m-bottom {
    margin-bottom: 10px;
  }
}
.profiles-group-btn .btn {
  width: 100%;
}
.profiles-group-btn .btn:first-child,
.profiles-group-btn .btn:last-child {
  border-radius: 0;
}
@media (min-width: 480px) {
  .profiles-group-btn .btn {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .profiles-group-btn .btn {
    width: auto;
  }
  .profiles-group-btn .btn:first-child {
    border-radius: 4px 0 0 4px;
  }
  .profiles-group-btn .btn:last-child {
    border-radius: 0 4px 4px 0;
  }
}
#plot-placeholder {
  position: relative;
}
@media (max-width: 800px) {
  #plot-placeholder .mobile-overlay-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
aside {
  *zoom: 1;
}
aside:before,
aside:after {
  content: " ";
  display: table;
}
aside:after {
  clear: both;
}
aside:before,
aside:after {
  display: table;
  content: "";
  line-height: 0;
}
aside:after {
  clear: both;
}
aside:before,
aside:after {
  content: " ";
  display: table;
}
aside:after {
  clear: both;
}
aside:before,
aside:after {
  display: table;
  content: "";
  line-height: 0;
}
aside:after {
  clear: both;
}
@media (min-width: 700px) and (max-width: 767px) {
  aside > section {
    width: 49%;
    float: left;
  }
}
@media (min-width: 700px) and (max-width: 767px) {
  aside .ad {
    clear: both;
  }
}
aside .exchange .dolar,
aside .exchange .eur {
  margin-right: 14px;
}
.pre-footer {
  background-color: #eeeeee;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .pre-footer {
    padding-right: 0;
    padding-left: 0;
  }
}
.pre-footer h1 {
  font-size: 16px;
  margin: 20px 0;
}
.pre-footer p,
.pre-footer label {
  font-size: 11px !important;
}
.pre-footer .newsletter {
  background-color: #dddddd;
}
.pre-footer .newsletter .in {
  padding: 0 10px 20px 10px;
}
.pre-footer a div {
  margin-bottom: 10px;
}
@media (max-width: 420px) {
  .pre-footer .col-xs-4 {
    width: 100%;
  }
}
.pre-footer-commercials {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 0 20px;
}
.pre-footer-leaderboard {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 0 20px;
}
.pre-footer-leaderboard section div {
  padding: 0 0 20px 0;
}
footer {
  *zoom: 1;
  color: #ffffff;
}
footer:before,
footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
footer:before,
footer:after {
  display: table;
  content: "";
  line-height: 0;
}
footer:after {
  clear: both;
}
footer:before,
footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
footer:before,
footer:after {
  display: table;
  content: "";
  line-height: 0;
}
footer:after {
  clear: both;
}
@media (min-width: 1027px) {
  footer {
    min-width: 1027px;
  }
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer .footer-tags {
  *zoom: 1;
  background: #2c2c2c;
  padding: 20px;
}
footer .footer-tags:before,
footer .footer-tags:after {
  content: " ";
  display: table;
}
footer .footer-tags:after {
  clear: both;
}
footer .footer-tags:before,
footer .footer-tags:after {
  display: table;
  content: "";
  line-height: 0;
}
footer .footer-tags:after {
  clear: both;
}
footer .footer-tags:before,
footer .footer-tags:after {
  content: " ";
  display: table;
}
footer .footer-tags:after {
  clear: both;
}
footer .footer-tags:before,
footer .footer-tags:after {
  display: table;
  content: "";
  line-height: 0;
}
footer .footer-tags:after {
  clear: both;
}
footer .footer-tags h1 {
  font-size: 100%;
  color: #555555;
  border-bottom: 1px solid #555555;
}
footer .footer-tags p {
  line-height: 2em;
  margin-bottom: 0;
}
footer .copyright {
  *zoom: 1;
  background: #333;
  padding: 20px;
  color: #555555;
}
footer .copyright:before,
footer .copyright:after {
  content: " ";
  display: table;
}
footer .copyright:after {
  clear: both;
}
footer .copyright:before,
footer .copyright:after {
  display: table;
  content: "";
  line-height: 0;
}
footer .copyright:after {
  clear: both;
}
footer .copyright:before,
footer .copyright:after {
  content: " ";
  display: table;
}
footer .copyright:after {
  clear: both;
}
footer .copyright:before,
footer .copyright:after {
  display: table;
  content: "";
  line-height: 0;
}
footer .copyright:after {
  clear: both;
}
footer .copyright .row:first-child {
  border-bottom: 1px solid #555555;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
footer .footer-menu {
  font-weight: bold;
}
footer .footer-menu a {
  color: #ffa077;
}
#cookiebar {
  position: fixed;
  top: 0;
  left: 0;
  background: #0e6a80;
  height: 120px;
  padding: 5px;
  width: 100%;
  text-align: center;
  z-index: 1000;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  #cookiebar {
    height: 40px;
  }
}
@media (max-width: 767px) {
  #cookiebar a {
    display: block;
  }
}
#bottomstripad {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BCBCBC;
  z-index: 9999;
  border-top: 1px solid #BFBFBF;
  -webkit-box-shadow: 0px -2px 20px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px -2px 20px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px -2px 20px 0px rgba(50, 50, 50, 0.75);
  display: none;
}
#bottomstripad div {
  position: relative;
  max-width: 1025px;
  margin: 0 auto;
  text-align: center;
}
#bottomstripad div .controls {
  position: absolute;
  right: -46px;
  top: 0;
  width: 46px;
  background: #EEEEEE;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 767px) {
  #bottomstripad div .controls {
    top: -25px;
    border-radius: 0;
    right: 0;
    width: 70px;
  }
}
#bottomstripad div .controls a {
  display: block;
  font-size: 10px;
  text-align: center;
  color: inherit;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  #bottomstripad div .controls a {
    position: relative;
    padding: 5px 0;
  }
}
#bottomstripad div .controls a:before {
  content: "\f00d";
  font-family: FontAwesome;
  display: block;
  font-size: 10px;
  line-height: 12px;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  #bottomstripad div .controls a:before {
    position: absolute;
    left: 10px;
    top: -2px;
  }
}
#bottomstripad div div {
  display: inline-block;
}
#bottomstripad #bottom-strip-content {
  background: white;
}
.disable-mobile a {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .disable-mobile {
    display: none;
  }
}
.well-rounded {
  border-radius: 4px;
  padding: 10px;
}
.register-type-choose {
  text-align: left;
}
.register-type-choose .radio label {
  padding-left: 0;
}
.register-type-choose h2 {
  font-size: 15px;
  margin: 0 0 10px;
}
.block-buttons,
.inputs-block {
  padding: 5px 0;
  text-align: right;
}
.block-buttons .controls,
.inputs-block .controls {
  display: inline-block;
  width: 49%;
}
.form-inner-inline .form-group {
  margin: 10px 0 0;
}
.validationMessage {
  color: #d9534f;
  line-height: 25px;
  display: inline-block;
}
.require {
  color: #d9534f;
}
.require-info {
  display: inline-block;
  width: 49%;
  text-align: left;
}
.b-reg .is-active {
  font-weight: 700;
  color: #993b00;
}
.reset p {
  margin: 10px 0;
  color: #993b00;
}
.ad {
  display: none;
}
.ad.reserved-space {
  display: block;
}
.ad h2 {
  font-size: 11px !important;
  font-weight: normal !important;
  text-transform: lowercase !important;
  color: #dddddd !important;
  margin: 0 !important;
  text-align: left !important;
  line-height: 110% !important;
}
.commercial-listngs h2 {
  visibility: hidden;
}
.commercial-listngs #aocompreone h2 {
  visibility: inherit;
}
.commercial-listngs th {
  padding-left: 10px;
  text-align: left;
}
#aoleaderboard {
  text-align: center;
  min-height: 117px;
  max-width: 100%;
}
#aoleaderboard object,
#aoleaderboard embed {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #aoleaderboard {
    display: none !important;
  }
}
#aoskyscraper {
  position: fixed;
  z-index: 1;
}
@media (max-width: 1024px) {
  #aoskyscraper {
    display: none !important;
  }
}
.branding-toprow {
  display: block;
  width: 100%;
}
.branding {
  width: 100%;
  max-width: 100%;
}
.branding .branding-aside {
  cursor: pointer;
  background-repeat: repeat-y;
  width: 30%;
}
@media (max-width: 1024px) {
  .branding .branding-aside {
    display: none;
  }
}
.branding #branding-body {
  width: 1%;
}
.branding .branding-aside-left {
  background-position: top right;
}
.branding .branding-aside-right {
  background-position: top left;
}
#aowallpaperone {
  *zoom: 1;
  text-align: center;
}
#aowallpaperone:before,
#aowallpaperone:after {
  content: " ";
  display: table;
}
#aowallpaperone:after {
  clear: both;
}
#aowallpaperone:before,
#aowallpaperone:after {
  display: table;
  content: "";
  line-height: 0;
}
#aowallpaperone:after {
  clear: both;
}
#aowallpaperone:before,
#aowallpaperone:after {
  content: " ";
  display: table;
}
#aowallpaperone:after {
  clear: both;
}
#aowallpaperone:before,
#aowallpaperone:after {
  display: table;
  content: "";
  line-height: 0;
}
#aowallpaperone:after {
  clear: both;
}
#aowallpaperone * {
  margin: 0 auto;
}
@media (max-width: 768px) {
  #aowallpaperone iframe {
    max-width: 100%;
  }
  #aowallpaperone img {
    max-width: 100% !important;
    height: auto !important;
  }
}
#aowallpaperone section div {
  text-align: center;
}
#aowallpaperone section div * {
  margin: 0 auto;
}
@media (max-width: 768px) {
  #aowallpaperone section div iframe {
    max-width: 100%;
  }
  #aowallpaperone section div img {
    max-width: 100% !important;
    height: auto !important;
  }
}
[id^=google_ads] {
  max-width: 100%;
}
#aowallpapertwo section div {
  text-align: center;
}
#aowallpapertwo section div * {
  margin: 0 auto;
}
@media (max-width: 768px) {
  #aowallpapertwo section div iframe {
    max-width: 100%;
  }
  #aowallpapertwo section div img {
    max-width: 100% !important;
    height: auto !important;
  }
}
#aobigstickyboard {
  *zoom: 1;
  min-height: 700px;
  position: relative;
}
#aobigstickyboard:before,
#aobigstickyboard:after {
  content: " ";
  display: table;
}
#aobigstickyboard:after {
  clear: both;
}
#aobigstickyboard:before,
#aobigstickyboard:after {
  display: table;
  content: "";
  line-height: 0;
}
#aobigstickyboard:after {
  clear: both;
}
#aobigstickyboard:before,
#aobigstickyboard:after {
  content: " ";
  display: table;
}
#aobigstickyboard:after {
  clear: both;
}
#aobigstickyboard:before,
#aobigstickyboard:after {
  display: table;
  content: "";
  line-height: 0;
}
#aobigstickyboard:after {
  clear: both;
}
@media (min-width: 768px) {
  #aobigstickyboard {
    min-height: 1465px;
  }
}
#aobigstickyboard > div {
  position: absolute;
}
.bety-articles {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}
.bety-articles h2 {
  margin: 0 0 10px !important;
}
.bety-articles h2 a {
  display: block;
  overflow: hidden;
  text-indent: -2000px;
  height: 30px;
  background: white url("//www.bety.cz/content/design/images/bety.logo.png") no-repeat left center;
  background-size: contain;
}
.bety-articles h2.prostreno {
  position: absolute;
  right: 10px;
  top: 17px;
  width: 150px;
}
.bety-articles h2.prostreno a {
  background: white url("//www.bety.cz/content/design/images/prostreno.logo.png") no-repeat left center;
  background-size: contain;
}
.bety-articles h2.bety-test {
  position: absolute;
  top: 17px;
  width: 50px;
}
@media (max-width: 399px) {
  .bety-articles h2.bety-test {
    display: none;
  }
}
@media (min-width: 400px) {
  .bety-articles h2.bety-test {
    left: 110px;
  }
}
.bety-articles h2.bety-test a {
  background: white url("/content/img/logo-testovani.png") no-repeat left center;
  background-size: contain;
}
.bety-articles em {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  padding: 0 10px;
  font-size: 10px;
  background: #EEEEEE;
}
.bety-articles div {
  background: #eeeeee;
  padding: 10px;
  *zoom: 1;
}
.bety-articles div:before,
.bety-articles div:after {
  content: " ";
  display: table;
}
.bety-articles div:after {
  clear: both;
}
.bety-articles div:before,
.bety-articles div:after {
  display: table;
  content: "";
  line-height: 0;
}
.bety-articles div:after {
  clear: both;
}
.bety-articles div:before,
.bety-articles div:after {
  content: " ";
  display: table;
}
.bety-articles div:after {
  clear: both;
}
.bety-articles div:before,
.bety-articles div:after {
  display: table;
  content: "";
  line-height: 0;
}
.bety-articles div:after {
  clear: both;
}
.bety-articles div ul {
  margin: 0 -10px;
  padding: 0;
}
@media (min-width: 1024px) {
  .bety-articles div ul {
    table-layout: fixed;
    display: table;
  }
}
.bety-articles div ul li {
  margin: 0 0 10px;
  padding: 0 10px;
  list-style: none;
  clear: both;
  *zoom: 1;
}
.bety-articles div ul li:before,
.bety-articles div ul li:after {
  content: " ";
  display: table;
}
.bety-articles div ul li:after {
  clear: both;
}
.bety-articles div ul li:before,
.bety-articles div ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.bety-articles div ul li:after {
  clear: both;
}
.bety-articles div ul li:before,
.bety-articles div ul li:after {
  content: " ";
  display: table;
}
.bety-articles div ul li:after {
  clear: both;
}
.bety-articles div ul li:before,
.bety-articles div ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.bety-articles div ul li:after {
  clear: both;
}
.bety-articles div ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .bety-articles div ul li {
    width: 50%;
    display: table-cell;
    margin: 0;
  }
}
.bety-articles div ul li img {
  float: left;
  margin-right: 10px;
  border: 1px solid #999999;
}
.bety-articles div ul li a {
  color: #ff6500;
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 500px) {
  .bety-articles div ul li a {
    font-size: 15px;
  }
}
.bety-articles div ul li a:hover {
  color: #ff6500;
}
#dynamic-articles-box {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BCBCBC;
  z-index: 9999;
  border-top: 1px solid #BFBFBF;
  -webkit-box-shadow: 0px -2px 20px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px -2px 20px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px -2px 20px 0px rgba(50, 50, 50, 0.75);
  display: none;
}
#dynamic-articles-box div {
  position: relative;
  max-width: 1025px;
  margin: 0 auto;
}
#dynamic-articles-box div ul {
  display: table;
  max-width: 900px;
  table-layout: fixed;
  background: #EEEEEE;
  margin: 0;
  padding: 0 20px;
}
#dynamic-articles-box div ul li {
  display: table-cell;
  margin: 0;
  padding: 10px;
  list-style: none;
  width: 25%;
  text-align: center;
}
#dynamic-articles-box div ul li img {
  margin-bottom: 10px;
  border: 1px solid white;
  width: 160px;
  height: 120px;
}
#dynamic-articles-box div ul li span {
  display: block;
  height: 7.2em;
  margin-bottom: 15px;
  text-align: left;
  max-width: 150px;
  margin: 0 auto 1em 0;
  overflow: hidden;
}
#dynamic-articles-box div ul li a {
  color: #333333;
  display: block;
  padding: 60px 20px 0 20px;
}
#dynamic-articles-box div ul li a em {
  display: block;
  background-color: hsla(0, 0%, 100%, 0.5);
  padding: 10px;
  text-align: center;
  margin: 0 -20px;
  font-style: normal;
}
#dynamic-articles-box div ul li a:hover {
  color: #333333;
  text-decoration: none;
}
#dynamic-articles-box div ul li.plarticle a {
  background: #AB3300 url("/Content/Img/logo-pl.png") no-repeat center 20px;
  background-size: 140px;
  color: white;
}
#dynamic-articles-box div ul li.plprofile a {
  background: #0E6A81 url("/Content/Img/logo-pl.png") no-repeat center 20px;
  background-size: 140px;
  color: white;
}
#dynamic-articles-box div ul li.kzarticle a {
  background: #A9C427 url("http://www.krajskelisty.cz/images/logo.jpg") no-repeat center 12px;
  background-size: 140px;
  color: #473D08;
}
#dynamic-articles-box div ul li.kzarticle a em {
  color: #333333;
  padding: 5px 10px;
}
#dynamic-articles-box div ul li.kzarticle a span {
  margin-bottom: 22px;
}
#dynamic-articles-box div ul li.betyarticle a {
  background: #9B3576 url("/Content/Img/logo-bety-white.png") no-repeat center 15px;
  background-size: 100px;
  color: white;
}
#dynamic-articles-box div ul li.betyarticle a em {
  padding: 5px 10px;
  color: #333333;
}
#dynamic-articles-box div ul li.betyarticle a span {
  margin-bottom: 22px;
}
#dynamic-articles-box div .controls {
  position: absolute;
  right: 0;
  top: 20px;
  width: 96px;
  background: #EEEEEE;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#dynamic-articles-box div .controls a {
  display: block;
  font-size: 10px;
  text-align: center;
  color: inherit;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 10px;
}
#dynamic-articles-box div .controls a:hover {
  text-decoration: none;
}
#dynamic-articles-box div .controls a:before {
  content: "\f00d";
  font-family: FontAwesome;
  display: block;
  font-size: 30px;
  line-height: 32px;
  margin-top: 15px;
  text-align: center;
}
#dynamic-articles-box div .controls div {
  padding: 10px 0 15px 0;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
}
#dynamic-articles-box div .controls div span {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
#dynamic-articles-box div .home {
  display: block;
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 96px;
  background: #EEEEEE url("/Content/Img/logo-pl-black.png") no-repeat center 18px;
  background-size: 40px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#dynamic-articles-box div .home span {
  display: block;
  font-size: 10px;
  line-height: 12px;
  color: #333333;
  padding: 50px 10px 10px 10px;
  text-align: center;
}
.adsbygoogle,
.ads-box {
  max-width: 100% !important;
  overflow: hidden;
}
.adsbygoogle iframe,
.ads-box iframe {
  max-width: 100% !important;
}
.advertappend {
  text-align: right;
  padding: 0 0 25px;
  *zoom: 1;
}
.advertappend:before,
.advertappend:after {
  content: " ";
  display: table;
}
.advertappend:after {
  clear: both;
}
.advertappend:before,
.advertappend:after {
  display: table;
  content: "";
  line-height: 0;
}
.advertappend:after {
  clear: both;
}
.advertappend:before,
.advertappend:after {
  content: " ";
  display: table;
}
.advertappend:after {
  clear: both;
}
.advertappend:before,
.advertappend:after {
  display: table;
  content: "";
  line-height: 0;
}
.advertappend:after {
  clear: both;
}
.advertappend span {
  display: inline-block;
  padding: 0 10px;
  font-size: 10px;
  margin: 0 10px 0 0 !important;
  font-style: italic;
  width: 100%;
}
.advertappend span b {
  display: inline-block;
  background: #EEEEEE;
  font-weight: 300;
}
/* Branding seznam */
#ssp-branding-1234 {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
#ssp-branding-1234.adFull {
  width: 2000px;
  height: 1400px;
}
#ssp-branding-1234.adFull ~ #page {
  position: relative;
  top: 226px;
}
/* R2B2 v souvisejicich clancich */
#AdTrackArticleNativeDesktop {
  display: inline-block;
}
/* branding dfp */
body.with-branding {
  background-position: center top;
}
/* outstream video */
#outstreamvideocontainer {
  position: relative;
  width: 640px;
  height: 360px;
}
#outstreamvideo,
#outstreamvideoad {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 640px;
  height: 360px;
}
#outstreamvideo {
  width: 640px;
  height: 360px;
  overflow: hidden;
}
.advert-caption {
  color: black;
  text-align: right;
  font-size: 10px;
}
.admin-page .nav-tabs {
  margin-bottom: 20px;
}
.admin-page .back-link {
  float: right;
  font-size: 14px;
  font-weight: 300;
}
.admin-page .back-link i {
  margin-right: 10px;
}
.admin-page h1 {
  margin-bottom: 50px;
}
.form-box select {
  margin-bottom: 5px;
}
.form-add .form-group {
  margin: 0 0 5px;
}
.progress-poll0 .bar,
.progress .bar-poll0 {
  background-image: -webkit-linear-gradient(top, #aa3300 0%, #772400 100%) !important;
  background-image: -o-linear-gradient(top, #aa3300 0%, #772400 100%) !important;
  background-image: linear-gradient(to bottom, #aa3300 0%, #772400 100%) !important;
  background-color: #962d00 !important;
  background-image: -moz-linear-gradient(top, #aa3300, #772400) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aa3300), to(#772400)) !important;
  background-image: -webkit-linear-gradient(top, #aa3300, #772400) !important;
  background-image: -o-linear-gradient(top, #aa3300, #772400) !important;
  background-image: linear-gradient(to bottom, #aa3300, #772400) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa3300', endColorstr='#ff772400', GradientType=0) !important;
}
.progress-poll1 .bar,
.progress .bar-poll1 {
  background-image: -webkit-linear-gradient(top, #0e6a80 0%, #094452 100%) !important;
  background-image: -o-linear-gradient(top, #0e6a80 0%, #094452 100%) !important;
  background-image: linear-gradient(to bottom, #0e6a80 0%, #094452 100%) !important;
  background-color: #0c5b6e !important;
  background-image: -moz-linear-gradient(top, #0e6a80, #094452) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0e6a80), to(#094452)) !important;
  background-image: -webkit-linear-gradient(top, #0e6a80, #094452) !important;
  background-image: -o-linear-gradient(top, #0e6a80, #094452) !important;
  background-image: linear-gradient(to bottom, #0e6a80, #094452) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e6a80', endColorstr='#ff094452', GradientType=0) !important;
}
.progress-poll2 .bar,
.progress .bar-poll2 {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%) !important;
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%) !important;
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%) !important;
  background-color: #eea43b !important;
  background-image: -moz-linear-gradient(top, #f0ad4e, #ec971f) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0ad4e), to(#ec971f)) !important;
  background-image: -webkit-linear-gradient(top, #f0ad4e, #ec971f) !important;
  background-image: -o-linear-gradient(top, #f0ad4e, #ec971f) !important;
  background-image: linear-gradient(to bottom, #f0ad4e, #ec971f) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0) !important;
}
.progress-poll3 .bar,
.progress .bar-poll3 {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%) !important;
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%) !important;
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%) !important;
  background-color: #d34541 !important;
  background-image: -moz-linear-gradient(top, #d9534f, #c9302c) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9534f), to(#c9302c)) !important;
  background-image: -webkit-linear-gradient(top, #d9534f, #c9302c) !important;
  background-image: -o-linear-gradient(top, #d9534f, #c9302c) !important;
  background-image: linear-gradient(to bottom, #d9534f, #c9302c) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0) !important;
}
.progress-poll4 .bar,
.progress .bar-poll4 {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%) !important;
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%) !important;
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%) !important;
  background-color: #53ad53 !important;
  background-image: -moz-linear-gradient(top, #5cb85c, #449d44) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5cb85c), to(#449d44)) !important;
  background-image: -webkit-linear-gradient(top, #5cb85c, #449d44) !important;
  background-image: -o-linear-gradient(top, #5cb85c, #449d44) !important;
  background-image: linear-gradient(to bottom, #5cb85c, #449d44) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0) !important;
}
.progress-poll5 .bar,
.progress .bar-poll5 {
  background-image: -webkit-linear-gradient(top, yellow 0%, #cccc00 100%) !important;
  background-image: -o-linear-gradient(top, yellow 0%, #cccc00 100%) !important;
  background-image: linear-gradient(to bottom, yellow 0%, #cccc00 100%) !important;
  background-color: #ebeb00 !important;
  background-image: -moz-linear-gradient(top, yellow, #cccc00) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(yellow), to(#cccc00)) !important;
  background-image: -webkit-linear-gradient(top, yellow, #cccc00) !important;
  background-image: -o-linear-gradient(top, yellow, #cccc00) !important;
  background-image: linear-gradient(to bottom, yellow, #cccc00) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff00', endColorstr='#ffcccc00', GradientType=0) !important;
}
.progress-poll6 .bar,
.progress .bar-poll6 {
  background-image: -webkit-linear-gradient(top, #a8dfeb 0%, #7fd0e1 100%) !important;
  background-image: -o-linear-gradient(top, #a8dfeb 0%, #7fd0e1 100%) !important;
  background-image: linear-gradient(to bottom, #a8dfeb 0%, #7fd0e1 100%) !important;
  background-color: #97d9e7 !important;
  background-image: -moz-linear-gradient(top, #a8dfeb, #7fd0e1) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a8dfeb), to(#7fd0e1)) !important;
  background-image: -webkit-linear-gradient(top, #a8dfeb, #7fd0e1) !important;
  background-image: -o-linear-gradient(top, #a8dfeb, #7fd0e1) !important;
  background-image: linear-gradient(to bottom, #a8dfeb, #7fd0e1) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa8dfeb', endColorstr='#ff7fd0e1', GradientType=0) !important;
}
.progress-poll7 .bar,
.progress .bar-poll7 {
  background-image: -webkit-linear-gradient(top, #1c7083 0%, #134c59 100%) !important;
  background-image: -o-linear-gradient(top, #1c7083 0%, #134c59 100%) !important;
  background-image: linear-gradient(to bottom, #1c7083 0%, #134c59 100%) !important;
  background-color: #186272 !important;
  background-image: -moz-linear-gradient(top, #1c7083, #134c59) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1c7083), to(#134c59)) !important;
  background-image: -webkit-linear-gradient(top, #1c7083, #134c59) !important;
  background-image: -o-linear-gradient(top, #1c7083, #134c59) !important;
  background-image: linear-gradient(to bottom, #1c7083, #134c59) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1c7083', endColorstr='#ff134c59', GradientType=0) !important;
}
.progress .bar {
  height: 100%;
}
.profile-poll .bar {
  background-image: -webkit-linear-gradient(top, #0e6a80 0%, #094452 100%) !important;
  background-image: -o-linear-gradient(top, #0e6a80 0%, #094452 100%) !important;
  background-image: linear-gradient(to bottom, #0e6a80 0%, #094452 100%) !important;
  background-color: #0c5b6e !important;
  background-image: -moz-linear-gradient(top, #0e6a80, #094452) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0e6a80), to(#094452)) !important;
  background-image: -webkit-linear-gradient(top, #0e6a80, #094452) !important;
  background-image: -o-linear-gradient(top, #0e6a80, #094452) !important;
  background-image: linear-gradient(to bottom, #0e6a80, #094452) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e6a80', endColorstr='#ff094452', GradientType=0) !important;
}
.exchange .quick-list {
  padding: 0;
}
.exchange .quick-list li {
  clear: both;
  min-height: 60px;
}
.exchange .quick-list h3 {
  font-size: 16px;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSWaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjovoSWaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWaA.ttf) format('truetype');
}
.tabIcon {
  width: 18px !important;
  height: auto;
  margin-right: 10px;
}
.contanerSub {
  width: 100%;
  background: #111;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.contanerSubInner {
  max-width: 1027px;
  padding: 0 10px;
  height: 40px;
  display: flex;
  align-items: center;
  margin: 0 auto !important;
  font-size: 12px;
  position: relative;
  justify-content: flex-end;
}
.contanerSubInner .readerHeader {
  display: flex;
  align-items: center;
  min-width: 130px;
  position: absolute ;
  left: 10px;
  z-index: 5;
}
.contanerSubInner .subscriptionText {
  position: absolute;
  top: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 4;
}
.contanerSubInner .subscriptionText span strong {
  font-weight: 700;
  color: #ffffff;
}
.contanerSubInner .subscriptionText a,
.contanerSubInner .subscriptionText p {
  margin: 0 auto;
  line-height: 40px;
  height: 40px;
  width: auto;
  color: rgba(255, 255, 255, 0.5);
}
.contanerSubInner .subscriptionText a:hover,
.contanerSubInner .subscriptionText p:hover {
  text-decoration: none;
}
.contanerSubInner .subscriptionText a strong,
.contanerSubInner .subscriptionText p strong,
.contanerSubInner .subscriptionText a .subscriptionActiveTo,
.contanerSubInner .subscriptionText p .subscriptionActiveTo,
.contanerSubInner .subscriptionText a .subscriptionPoints,
.contanerSubInner .subscriptionText p .subscriptionPoints,
.contanerSubInner .subscriptionText a .btn,
.contanerSubInner .subscriptionText p .btn {
  display: inline-block !important;
  height: 26px;
  line-height: 16px;
  color: white;
  margin-top: -3px;
}
.contanerSubInner .subscriptionText .badge {
  line-height: 20px;
  height: 20px;
  padding: 0 0 0 5px;
  color: #000000;
}
@media (max-width: 800px) {
  .contanerSubInner .subscriptionText {
    display: none;
  }
}
.contanerSubInner .nav.navbar-nav.navbar-right {
  margin: 0 !important;
  float: right;
  z-index: 5;
  position: relative;
}
.contanerSubInner .nav.navbar-nav.navbar-right + .nav.navbar-nav.navbar-right {
  margin-left: 5px !important;
}
.contanerSubInner .nav.navbar-nav.navbar-right .dropdown.open > .dropdown-toggle {
  background: #232323;
}
.contanerSubInner .nav.navbar-nav.navbar-right > li {
  float: right;
}
.contanerSubInner .nav.navbar-nav.navbar-right > li .dropdown-toggle {
  cursor: pointer;
  max-height: 40px;
  padding: 12px 5px 12px 30px;
  font-weight: 600;
  color: white;
  position: relative;
}
.contanerSubInner .nav.navbar-nav.navbar-right > li .dropdown-toggle:hover {
  background: #232323;
}
.contanerSubInner .nav.navbar-nav.navbar-right > li .dropdown-toggle i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  font-weight: normal;
  font-size: 16px;
  opacity: 0.5;
  line-height: 1;
}
.contanerSubInner .nav.navbar-nav.navbar-right > li .dropdown-toggle .badge {
  padding: 1px 5px!important;
  background: red !important;
  position: absolute;
  top: 0;
  right: -7px;
}
.contanerSubInner .nav.navbar-nav.navbar-right > li .dropdown-menu {
  position: absolute;
  top: 40px;
  right: 0 !important;
  left: auto !important;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.contanerSubInner .nav.navbar-nav.navbar-right > li .dropdown-menu li a {
  padding: 7px 10px !important;
}
.contanerSubInner .nav.navbar-nav.navbar-right > li .dropdown-menu li a:hover {
  color: initial;
}
.contanerSubInner .nav.navbar-nav.navbar-right.navCircle {
  padding: 4px 0;
}
.contanerSubInner .nav.navbar-nav.navbar-right.navCircle .dropdown.open > .dropdown-toggle i {
  opacity: 1;
}
.contanerSubInner .nav.navbar-nav.navbar-right.navCircle > li .dropdown-toggle {
  border-radius: 20px;
  width: 32px !important;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
  background: #232323;
}
.contanerSubInner .nav.navbar-nav.navbar-right.navCircle > li .dropdown-toggle i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: normal;
  font-size: 16px;
  opacity: 0.5;
  line-height: 1;
}
.contanerSubInner .nav.navbar-nav.navbar-right.navCircle > li .dropdown-menu {
  top: 36px !important;
}
.contanerSubInner .nav.navbar-nav.navbar-right.navCircle > li .dropdown-menu li b {
  font-size: 14px;
  margin: -2px 4px -2px 0;
  color: #0e6a80;
}
.contanerSubInner .nav.navbar-nav.navbar-right.navCircle > li .dropdown-menu.notification {
  max-width: 250px;
  width: 250px;
  padding: 0;
}
.contanerSubInner .nav.navbar-nav.navbar-right.navCircle > li .dropdown-menu.notification li {
  line-height: 16px;
  white-space: normal;
  font-weight: normal;
  border-top: 1px solid #eee;
  padding: 7px 10px !important;
}
.contanerSubInner .nav.navbar-nav.navbar-right.navCircle > li .dropdown-menu.notification li strong {
  font-weight: bold;
}
.contanerSubInner .nav.navbar-nav.navbar-right.navCircle > li .dropdown-menu.notification li b {
  color: #0e6a80;
  margin-right: 0;
  font-size: 12px;
}
.contanerSubInner .nav.navbar-nav.navbar-right.navCircle > li .dropdown-menu.notification li span {
  display: block;
  margin: 3px 0;
  color: #555555;
  font-size: 11px;
  opacity: 0.8;
}
.contanerSubInner .nav.navbar-nav.navbar-right.navCircle > li .dropdown-menu.notification li span i {
  margin-right: 0;
  width: 8px;
}
.contanerSubInner .nav.navbar-nav.navbar-right.navCircle > li .dropdown-menu.notification li a {
  border: none;
  padding: 0!important;
  color: #0e6a80;
  white-space: normal;
}
.contanerSubInner .nav.navbar-nav.navbar-right.navCircle > li .dropdown-menu.notification li a:hover {
  background: white;
}
.contanerSubInner .nav.navbar-nav.navbar-right.navCircle #notifications-toggle .new-notifications-alerter {
  display: none;
  position: absolute;
  top: 40%;
  left: 60%;
  background: #ffffff;
  color: #000000;
  width: 15px;
  height: 15px;
  text-align: center;
  border-radius: 30px;
}
.contanerSubInner .nav.navbar-nav.navbar-right.navCircle #notifications-toggle.active .new-notifications-alerter {
  display: inline-block;
  animation: blink 1.5s linear infinite;
}
.contanerSubInner .header-username {
  max-width: 200px;
  overflow: hidden;
  display: inline-block;
  height: 12px;
}
@keyframes blink {
  0%,
  100% {
    background-color: #ffffff;
    /* First color - red */
  }
  50% {
    background-color: #232323;
    /* Second color - black */
  }
}
@media (min-width: 843px) {
  .reader header {
    display: block !important;
    position: sticky !important;
    top: 36px !important;
    padding: 0;
    z-index: 10;
  }
  .reader header > .row:nth-child(1) {
    display: none;
  }
  .reader header > .row:nth-child(2) .navbar {
    margin-top: 0;
  }
}
.reader .related-articles-wrap {
  margin: 4.5rem 0;
}
.reader .related-articles-wrap h2 {
  margin-bottom: 2rem !important;
}
.reader .related-articles-wrap .related-articles-box {
  border: 0;
}
.reader .related-articles-wrap .related-articles-box .related-article {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #DFE1E6;
  padding: 10px 0;
}
.reader .related-articles-wrap .related-articles-box .related-article:last-child {
  border-bottom: 0;
}
.reader .related-articles-wrap .related-articles-box .related-article a {
  margin-bottom: 0 !important;
}
.reader .related-articles-wrap .related-articles-box .related-article a:first-child {
  min-width: 160px;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .reader .related-articles-wrap .related-articles-box .related-article a:first-child {
    display: none;
  }
}
@media (max-width: 600px) {
  .reader .related-articles-wrap .related-articles-box .related-article a:last-child {
    width: 100%;
  }
}
.reader .rubrics-list {
  margin: 4.5rem 0;
  border: 0;
}
.reader .rubrics-list h2 {
  text-transform: none !important;
}
.reader .rubrics-list .articles-from-section > a .row {
  display: flex;
  align-items: center;
}
.reader .rubrics-list .articles-from-section > a .row .col-xs-4.col-md-4 {
  width: auto!important;
  padding: 0 20px 0 10px;
}
@media (max-width: 600px) {
  .reader .rubrics-list .articles-from-section > a .row .col-xs-4.col-md-4 {
    display: none;
  }
}
.reader .rubrics-list .articles-from-section > a .row .col-xs-8.col-md-6.max-height {
  height: auto !important;
  overflow: auto !important;
  width: 70% !important;
  border: 0 !important;
}
@media (max-width: 600px) {
  .reader .rubrics-list .articles-from-section > a .row .col-xs-8.col-md-6.max-height {
    width: 100% !important;
  }
  .reader .rubrics-list .articles-from-section > a .row .col-xs-8.col-md-6.max-height h3 {
    position: relative;
    padding-left: 60px;
    display: block;
    color: #923901;
  }
  .reader .rubrics-list .articles-from-section > a .row .col-xs-8.col-md-6.max-height h3 .time {
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 0.05rem;
    min-width: 40px;
    display: inline-block;
    position: absolute;
    left: 0;
  }
}
.reader .rubrics-list .articles-from-section > a .row .col-xs-8.col-md-6.max-height h3 {
  color: #923901;
  margin-bottom: 0 !important;
}
.reader .rubrics-list .articles-from-section > a .row .col-xs-8.col-md-6.max-height h3 .time {
  display: inline-block;
  font-weight: 300;
  letter-spacing: 0.05rem;
  padding-right: 10px;
}
.reader .rubrics-list .articles-from-section > a .row .col-xs-8.col-md-6.max-height p {
  display: none;
}
.reader .rubrics-list .articles-from-section > a:hover .row .col-xs-8.col-md-6.max-height h3 .time {
  text-decoration: none !important;
}
.reader .rubrics-list .articles-from-section .list-unstyled li {
  border-top: 1px solid #DFE1E6;
  padding: 10px 0 !important;
}
.reader .rubrics-list .articles-from-section .list-unstyled li a {
  position: relative;
  padding-left: 60px;
  display: block;
  color: #923901;
  margin-bottom: 0;
}
.reader .rubrics-list .articles-from-section .list-unstyled li a .time {
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 0.05rem;
  min-width: 40px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.reader .rubrics-list .articles-from-section .list-unstyled li a:hover .time {
  text-decoration: none;
}
.reader .breadcrumbs div,
.reader .breadcrumbs a {
  font-size: 12px;
}
.reader .articles-from-section {
  border-bottom: 0;
}
.reader .article-tags .col-md-1 {
  text-align: center;
  width: 100% !important;
  padding: 0 !important;
}
.reader .article-tags .col-md-11 {
  text-align: center;
  width: 100% !important;
}
@media (max-width: 800px) {
  .reader .section-inarticle {
    width: 100% !important;
  }
}
.reader #discussionbrief > div span {
  font-size: 1.8rem !important;
  line-height: 3.15rem !important;
  margin-bottom: 15px;
}
.reader #discussionbrief > div span:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .reader #discussionbrief > div span {
    font-size: 1.53rem;
    line-height: 2.6775rem;
    width: 100%;
    text-align: center;
    display: block;
  }
}
@media (max-width: 600px) {
  .reader #discussionbrief > div span {
    font-size: 1.62rem;
    line-height: 2.835rem;
  }
}
.reader.sans .col-xs-12.col-sm-6.col-md-8 {
  font-family: 'Roboto Slab', serif;
}
.reader.sansSerif .col-xs-12.col-sm-6.col-md-8 {
  font-family: 'Roboto', sans-serif;
}
.reader.color1 {
  background: #1E2225;
}
.reader.color1 .breadcrumbs,
.reader.color1 #main {
  background: transparent;
}
.reader.color1 article.detail {
  color: white !important;
}
.reader.color1 article.detail h1,
.reader.color1 article.detail h2,
.reader.color1 article.detail h3,
.reader.color1 article.detail h4,
.reader.color1 article.detail h5,
.reader.color1 article.detail p {
  color: white !important;
}
.reader.color1 .breadcrumbs div,
.reader.color1 .breadcrumbs a {
  color: white;
}
.reader.color1 #main,
.reader.color1 .breadcrumbs {
  border-left: 1px solid #1E2225;
  border-right: 1px solid #1E2225;
}
.reader.color1 .well {
  background: #1c1f22;
  border-color: #191d1f;
}
.reader.color1 .poll-vote {
  color: white;
}
.reader.color1 #discussionbrief > div span {
  color: white !important;
}
.reader.color1 .related-articles-wrap .related-articles-box .related-article {
  border-color: #191d1f;
}
.reader.color1 .rubrics-list .list-unstyled li {
  border-color: #191d1f;
}
.reader.color1 article.detail .time,
.reader.color1 article.detail .photo-info,
.reader.color1 article.detail .photo-info small,
.reader.color1 .rubrics-list .articles-from-section > a .row .col-xs-8.col-md-6.max-height h3 .time,
.reader.color1 .rubrics-list.section-brown .articles-from-section .list-unstyled li a .time {
  color: #798897;
}
.reader.color1 .section-brown h2 {
  color: white;
}
.reader.color1 .related-articles-wrap .related-articles-box .related-article a,
.reader.color1 .rubrics-list .articles-from-section > a .row .col-xs-8.col-md-6.max-height h3,
.reader.color1 .rubrics-list .articles-from-section .list-unstyled li a,
.reader.color1 .related-articles li a,
.reader.color1 .article-tags a {
  color: #a13f01;
}
.reader.color1 .related-articles-wrap .related-articles-box .related-article a:hover,
.reader.color1 .rubrics-list .articles-from-section > a .row .col-xs-8.col-md-6.max-height h3:hover,
.reader.color1 .rubrics-list .articles-from-section .list-unstyled li a:hover,
.reader.color1 .related-articles li a:hover,
.reader.color1 .article-tags a:hover {
  color: #a13f01;
  text-decoration: underline;
}
.reader.color1 .profile-thumb-card h2 a,
.reader.color1 .article-content > p > a,
.reader.color1 .section-inarticle p i a strong {
  color: #107992 !important;
}
.reader.color1 .profile-thumb-card h2 a:hover,
.reader.color1 .article-content > p > a:hover,
.reader.color1 .section-inarticle p i a strong:hover {
  color: #107992 !important;
  text-decoration: underline;
}
.reader.color2 {
  background: white;
}
.reader.color2 #main,
.reader.color2 .breadcrumbs {
  border-left: 1px solid white !important;
  border-right: 1px solid white !important;
}
.reader.color2 article.detail .time,
.reader.color2 article.detail .photo-info,
.reader.color2 article.detail .photo-info small,
.reader.color2 .rubrics-list .articles-from-section > a .row .col-xs-8.col-md-6.max-height h3 .time,
.reader.color2 .rubrics-list.section-brown .articles-from-section .list-unstyled li a .time {
  color: slategray;
}
.reader.color2 .section-brown h2 {
  color: white;
}
.reader.color2 .related-articles-wrap .related-articles-box .related-article a,
.reader.color2 .rubrics-list .articles-from-section > a .row .col-xs-8.col-md-6.max-height h3,
.reader.color2 .rubrics-list .articles-from-section .list-unstyled li a,
.reader.color2 .related-articles li a,
.reader.color2 .article-tags a {
  color: #923901;
}
.reader.color2 .related-articles-wrap .related-articles-box .related-article a:hover,
.reader.color2 .rubrics-list .articles-from-section > a .row .col-xs-8.col-md-6.max-height h3:hover,
.reader.color2 .rubrics-list .articles-from-section .list-unstyled li a:hover,
.reader.color2 .related-articles li a:hover,
.reader.color2 .article-tags a:hover {
  color: #923901;
  text-decoration: underline;
}
.reader.color2 .profile-thumb-card h2 a,
.reader.color2 .article-content > p > a,
.reader.color2 .section-inarticle p i a strong {
  color: #0e6a80 !important;
}
.reader.color2 .profile-thumb-card h2 a:hover,
.reader.color2 .article-content > p > a:hover,
.reader.color2 .section-inarticle p i a strong:hover {
  color: #0e6a80 !important;
  text-decoration: underline;
}
.reader.size-1 article.detail {
  color: black;
  font-size: 1.8rem;
  line-height: 3.15rem;
  font-weight: 400;
}
.reader.size-1 article.detail h1,
.reader.size-1 article.detail h2,
.reader.size-1 article.detail h3,
.reader.size-1 article.detail h4,
.reader.size-1 article.detail h5,
.reader.size-1 article.detail p {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 700;
  color: black;
  width: 100%;
}
.reader.size-1 article.detail h1 {
  font-size: 3.725rem;
  line-height: 4.5rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 800px) {
  .reader.size-1 article.detail h1 {
    font-size: 3.16625rem;
    line-height: 3.825rem;
    margin-bottom: 3.825rem;
  }
}
@media (max-width: 600px) {
  .reader.size-1 article.detail h1 {
    font-size: 2.6075rem;
    line-height: 3.15rem;
    margin-bottom: 3.15rem;
  }
}
.reader.size-1 article.detail h2 {
  font-size: 2rem !important;
  line-height: 2.5rem !important;
  margin-bottom: 1rem;
}
@media (max-width: 800px) {
  .reader.size-1 article.detail h2 {
    font-size: 1.7rem !important;
    line-height: 2.125rem !important;
    margin-bottom: 0.85rem;
  }
}
@media (max-width: 600px) {
  .reader.size-1 article.detail h2 {
    font-size: 1.8rem !important;
    line-height: 2.25rem !important;
    margin-bottom: 0.9rem;
  }
}
.reader.size-1 article.detail h3,
.reader.size-1 article.detail h4 {
  font-size: 2rem !important;
  line-height: 2.25rem !important;
  margin-bottom: 2rem ;
}
@media (max-width: 800px) {
  .reader.size-1 article.detail h3,
  .reader.size-1 article.detail h4 {
    font-size: 1.7rem !important;
    line-height: 1.9125rem !important;
    margin-bottom: 1.7rem;
  }
}
@media (max-width: 600px) {
  .reader.size-1 article.detail h3,
  .reader.size-1 article.detail h4 {
    font-size: 1.8rem !important;
    line-height: 2.025rem !important;
    margin-bottom: 1.8rem;
  }
}
.reader.size-1 article.detail p {
  font-size: 1.8rem;
  line-height: 3.15rem;
  margin-bottom: 3.15rem;
  font-weight: 400;
}
@media (max-width: 800px) {
  .reader.size-1 article.detail p {
    font-size: 1.53rem;
    line-height: 2.6775rem;
    margin-bottom: 2.6775rem;
  }
}
@media (max-width: 600px) {
  .reader.size-1 article.detail p {
    font-size: 1.62rem;
    line-height: 2.835rem;
    margin-bottom: 2.835rem;
  }
}
.reader.size-1 article.detail p.brief {
  font-weight: 500;
}
.reader.size-1 article.detail .tag {
  font-size: 1.6rem;
  text-decoration: underline;
}
.reader.size-1 article.detail .time,
.reader.size-1 article.detail .photo-info {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 2rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
}
.reader.size-1 article.detail .time small,
.reader.size-1 article.detail .photo-info small {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.reader.size-1 article.detail figure {
  margin-bottom: 4.5rem;
}
.reader.size-1 article.detail .poll {
  width: 100% !important;
  margin: 0 !important;
}
.reader.size-1 article.detail .poll .col-md-9:first-child {
  margin-top: 1rem;
}
.reader.size-1 article.detail .poll .poll-vote {
  line-height: 2.2rem;
  font-size: 1.6rem;
}
.reader.size-1 article.detail .poll .poll-percent {
  font-size: 2rem;
}
.reader.size-1 article.detail .poll .well > div:last-child {
  font-size: 1.6rem;
  text-align: left !important;
}
.reader.size-1 .related-articles-box .related-article a {
  font-size: 1.8rem;
  line-height: 3.15rem;
}
@media (max-width: 800px) {
  .reader.size-1 .related-articles-box .related-article a {
    font-size: 1.53rem;
    line-height: 2.6775rem;
  }
}
@media (max-width: 600px) {
  .reader.size-1 .related-articles-box .related-article a {
    font-size: 1.62rem;
    line-height: 2.835rem;
  }
}
.reader.size-1 .rubrics-list h2 {
  font-size: 2rem !important;
  line-height: 2.5rem !important;
  margin-bottom: 2rem !important;
}
@media (max-width: 800px) {
  .reader.size-1 .rubrics-list h2 {
    font-size: 1.7rem !important;
    line-height: 2.125rem !important;
    margin-bottom: 1.7rem;
  }
}
@media (max-width: 600px) {
  .reader.size-1 .rubrics-list h2 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.reader.size-1 .rubrics-list .articles-from-section > a {
  margin-bottom: 2rem !important;
}
.reader.size-1 .rubrics-list .articles-from-section h3 {
  font-size: 1.8rem;
  line-height: 3.15rem;
  margin-bottom: 0 !important;
}
@media (max-width: 800px) {
  .reader.size-1 .rubrics-list .articles-from-section h3 {
    font-size: 1.53rem;
    line-height: 2.6775rem;
  }
}
@media (max-width: 600px) {
  .reader.size-1 .rubrics-list .articles-from-section h3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.reader.size-1 .rubrics-list .list-unstyled li a {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.reader.size-1 .well .unstyled li a {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.reader.size-2 article.detail {
  margin: 60px 0;
  color: black;
  font-size: 2.07rem;
  line-height: 3.6225rem;
  font-weight: 400;
}
.reader.size-2 article.detail h1,
.reader.size-2 article.detail h2,
.reader.size-2 article.detail h3,
.reader.size-2 article.detail h4,
.reader.size-2 article.detail h5,
.reader.size-2 article.detail p {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 700;
  color: black;
}
.reader.size-2 article.detail h1 {
  font-size: 4.28375rem;
  line-height: 5.175rem;
  margin-bottom: 5.175rem;
}
@media (max-width: 800px) {
  .reader.size-2 article.detail h1 {
    font-size: 3.6411875rem;
    line-height: 4.39875rem;
    margin-bottom: 4.39875rem;
  }
}
@media (max-width: 600px) {
  .reader.size-2 article.detail h1 {
    font-size: 2.998625rem;
    line-height: 3.6225rem;
    margin-bottom: 3.6225rem;
  }
}
.reader.size-2 article.detail h2 {
  font-size: 2.3rem !important;
  line-height: 2.875rem !important;
  margin-bottom: 1.15rem;
}
@media (max-width: 800px) {
  .reader.size-2 article.detail h2 {
    font-size: 1.955rem !important;
    line-height: 2.44375rem !important;
    margin-bottom: 0.9775rem;
  }
}
@media (max-width: 600px) {
  .reader.size-2 article.detail h2 {
    font-size: 2.07rem !important;
    line-height: 2.5875rem !important;
    margin-bottom: 1.035rem;
  }
}
.reader.size-2 article.detail h3,
.reader.size-2 article.detail h4 {
  font-size: 2.3rem !important;
  line-height: 2.5875rem !important;
  margin-bottom: 2.5875rem;
}
@media (max-width: 800px) {
  .reader.size-2 article.detail h3,
  .reader.size-2 article.detail h4 {
    font-size: 1.955rem !important;
    line-height: 2.199375rem !important;
    margin-bottom: 2.199375rem;
  }
}
@media (max-width: 600px) {
  .reader.size-2 article.detail h3,
  .reader.size-2 article.detail h4 {
    font-size: 2.07rem !important;
    line-height: 2.32875rem !important;
    margin-bottom: 2.32875rem;
  }
}
.reader.size-2 article.detail p {
  font-size: 2.07rem;
  line-height: 3.6225rem;
  margin-bottom: 3.6225rem;
  font-weight: 400;
}
@media (max-width: 800px) {
  .reader.size-2 article.detail p {
    font-size: 1.7595rem;
    line-height: 3.079125rem;
    margin-bottom: 3.079125rem;
  }
}
@media (max-width: 600px) {
  .reader.size-2 article.detail p {
    font-size: 1.863rem;
    line-height: 3.26025rem;
    margin-bottom: 3.26025rem;
  }
}
.reader.size-2 article.detail p.brief {
  font-weight: 500;
}
.reader.size-2 article.detail .tag {
  font-size: 1.84rem;
  text-decoration: underline;
}
.reader.size-2 article.detail .time,
.reader.size-2 article.detail .photo-info {
  font-size: 1.61rem;
  line-height: 2.3rem;
  margin: 0 0 2.3rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
}
.reader.size-2 article.detail .time small,
.reader.size-2 article.detail .photo-info small {
  font-size: 1.4375rem;
  line-height: 1.4375rem;
}
.reader.size-2 article.detail figure {
  margin-bottom: 4.5rem;
}
.reader.size-2 article.detail .poll {
  width: 100% !important;
  margin: 0 !important;
}
.reader.size-2 article.detail .poll .col-md-9:first-child {
  margin-top: 1.15rem;
}
.reader.size-2 article.detail .poll .poll-vote {
  line-height: 2.53rem;
  font-size: 1.84rem;
}
.reader.size-2 article.detail .poll .poll-percent {
  font-size: 2.3rem;
}
.reader.size-2 article.detail .poll .well > div:last-child {
  font-size: 1.84rem;
  text-align: left !important;
}
.reader.size-2 .related-articles-box .related-article a {
  font-size: 2.07rem;
  line-height: 3.6225rem;
}
@media (max-width: 800px) {
  .reader.size-2 .related-articles-box .related-article a {
    font-size: 1.7595rem;
    line-height: 3.079125rem;
  }
}
@media (max-width: 600px) {
  .reader.size-2 .related-articles-box .related-article a {
    font-size: 1.863rem;
    line-height: 3.26025rem;
  }
}
.reader.size-2 .rubrics-list h2 {
  font-size: 2.3rem !important;
  line-height: 2.875rem !important;
  margin-bottom: 2.3rem !important;
}
@media (max-width: 800px) {
  .reader.size-2 .rubrics-list h2 {
    font-size: 1.955rem !important;
    line-height: 2.44375rem !important;
    margin-bottom: 1.955rem !important;
  }
}
@media (max-width: 600px) {
  .reader.size-2 .rubrics-list h2 {
    font-size: 2.07rem !important;
    line-height: 2.5875rem !important;
    margin-bottom: 2.07rem !important;
  }
}
.reader.size-2 .rubrics-list .articles-from-section > a {
  margin-bottom: 2.3rem !important;
}
.reader.size-2 .rubrics-list .articles-from-section h3 {
  font-size: 2.07rem;
  line-height: 3.6225rem;
}
@media (max-width: 800px) {
  .reader.size-2 .rubrics-list .articles-from-section h3 {
    font-size: 1.7595rem;
    line-height: 3.079125rem;
  }
}
@media (max-width: 600px) {
  .reader.size-2 .rubrics-list .articles-from-section h3 {
    font-size: 1.84rem;
    line-height: 2.53rem;
  }
}
.reader.size-2 .rubrics-list .list-unstyled li a {
  font-size: 1.84rem;
  line-height: 2.53rem;
}
.reader.size-2 .well .unstyled li a {
  font-size: 1.84rem;
  line-height: 2.53rem;
}
.reader.size-3 article.detail {
  margin: 60px 0;
  color: black;
  font-size: 2.34rem;
  line-height: 4.095rem;
  font-weight: 400;
}
.reader.size-3 article.detail h1,
.reader.size-3 article.detail h2,
.reader.size-3 article.detail h3,
.reader.size-3 article.detail h4,
.reader.size-3 article.detail h5,
.reader.size-3 article.detail p {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 700;
  color: black;
}
.reader.size-3 article.detail h1 {
  font-size: 4.8425rem;
  line-height: 5.85rem;
  margin-bottom: 5.85rem;
}
@media (max-width: 800px) {
  .reader.size-3 article.detail h1 {
    font-size: 4.116125rem;
    line-height: 4.9725rem;
    margin-bottom: 4.9725rem;
  }
}
@media (max-width: 600px) {
  .reader.size-3 article.detail h1 {
    font-size: 3.38975rem;
    line-height: 4.095rem;
    margin-bottom: 4.095rem;
  }
}
.reader.size-3 article.detail h2 {
  font-size: 2.6rem !important;
  line-height: 3.25rem !important;
  margin-bottom: 1.3rem;
}
@media (max-width: 800px) {
  .reader.size-3 article.detail h2 {
    font-size: 2.21rem !important;
    line-height: 2.7625rem !important;
    margin-bottom: 1.105rem;
  }
}
@media (max-width: 600px) {
  .reader.size-3 article.detail h2 {
    font-size: 2.34rem !important;
    line-height: 2.925rem !important;
    margin-bottom: 1.17rem;
  }
}
.reader.size-3 article.detail h3,
.reader.size-3 article.detail h4 {
  font-size: 2.6rem !important;
  line-height: 2.925rem !important;
  margin-bottom: 2.925rem;
}
@media (max-width: 800px) {
  .reader.size-3 article.detail h3,
  .reader.size-3 article.detail h4 {
    font-size: 2.21rem !important;
    line-height: 2.48625rem !important;
    margin-bottom: 2.48625rem;
  }
}
@media (max-width: 600px) {
  .reader.size-3 article.detail h3,
  .reader.size-3 article.detail h4 {
    font-size: 2.34rem !important;
    line-height: 2.6325rem !important;
    margin-bottom: 2.6325rem;
  }
}
.reader.size-3 article.detail p {
  font-size: 2.34rem;
  line-height: 4.095rem;
  margin-bottom: 4.095rem;
  font-weight: 400;
}
@media (max-width: 800px) {
  .reader.size-3 article.detail p {
    font-size: 1.989rem;
    line-height: 3.48075rem;
    margin-bottom: 3.48075rem;
  }
}
@media (max-width: 600px) {
  .reader.size-3 article.detail p {
    font-size: 2.106rem;
    line-height: 3.6855rem;
    margin-bottom: 3.6855rem;
  }
}
.reader.size-3 article.detail p.brief {
  font-weight: 500;
}
.reader.size-3 article.detail .tag {
  font-size: 2.08rem;
  text-decoration: underline;
}
.reader.size-3 article.detail .time,
.reader.size-3 article.detail .photo-info {
  font-size: 1.82rem;
  line-height: 2.6rem;
  margin: 0 0 2.6rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
}
.reader.size-3 article.detail .time small,
.reader.size-3 article.detail .photo-info small {
  font-size: 1.625rem;
  line-height: 1.625rem;
}
.reader.size-3 article.detail figure {
  margin-bottom: 4.5rem;
}
.reader.size-3 article.detail .poll {
  width: 100% !important;
  margin: 0 !important;
}
.reader.size-3 article.detail .poll .col-md-9:first-child {
  margin-top: 1.3rem;
}
.reader.size-3 article.detail .poll .poll-vote {
  line-height: 2.86rem;
  font-size: 2.08rem;
}
.reader.size-3 article.detail .poll .poll-percent {
  font-size: 2rem;
}
.reader.size-3 article.detail .poll .well > div:last-child {
  font-size: 2.08rem;
  text-align: left !important;
}
.reader.size-3 .related-articles-box .related-article a {
  font-size: 2.34rem;
  line-height: 4.095rem;
}
@media (max-width: 800px) {
  .reader.size-3 .related-articles-box .related-article a {
    font-size: 1.989rem;
    line-height: 3.48075rem;
  }
}
@media (max-width: 600px) {
  .reader.size-3 .related-articles-box .related-article a {
    font-size: 2.106rem;
    line-height: 3.6855rem;
  }
}
.reader.size-3 .rubrics-list h2 {
  font-size: 2.6rem !important;
  line-height: 3.25rem !important;
  margin-bottom: 2.6rem !important;
}
@media (max-width: 800px) {
  .reader.size-3 .rubrics-list h2 {
    font-size: 2.21rem !important;
    line-height: 2.7625rem !important;
    margin-bottom: 2.21rem;
  }
}
@media (max-width: 600px) {
  .reader.size-3 .rubrics-list h2 {
    font-size: 2.34rem !important;
    line-height: 2.925rem !important;
    margin-bottom: 2.34rem;
  }
}
.reader.size-3 .rubrics-list .articles-from-section > a {
  margin-bottom: 2.6rem !important;
}
.reader.size-3 .rubrics-list .articles-from-section h3 {
  font-size: 2.34rem;
  line-height: 4.095rem;
}
@media (max-width: 800px) {
  .reader.size-3 .rubrics-list .articles-from-section h3 {
    font-size: 1.989rem;
    line-height: 3.48075rem;
  }
}
@media (max-width: 600px) {
  .reader.size-3 .rubrics-list .articles-from-section h3 {
    font-size: 2.08rem;
    line-height: 2.86rem;
  }
}
.reader.size-3 .rubrics-list .list-unstyled li a {
  font-size: 2.08rem;
  line-height: 2.86rem;
}
.reader.size-3 .well .unstyled li a {
  font-size: 2.08rem;
  line-height: 2.86rem;
}
.reader .footer-tags,
.reader aside,
.reader .pre-footer,
.reader .marquee {
  display: none;
}
.reader .social-media-buttons {
  display: flex;
  align-items: flex-start;
  font-size: 0;
}
.reader .well {
  background: #FAFBFC;
  box-shadow: none;
  padding: 20px !important;
  margin-bottom: 4.5rem;
}
.reader .well .unstyled {
  padding-left: 15px;
  margin-bottom: 0;
}
.reader .well .unstyled li {
  margin-bottom: 0;
}
.reader .col-xs-12.col-sm-6.col-md-8 {
  width: 100%;
  max-width: 710px;
  margin: 60px auto;
  display: block;
  float: none;
  padding: 0 30px;
}
@media (max-width: 800px) {
  .reader .col-xs-12.col-sm-6.col-md-8 {
    margin: 40px auto;
  }
}
@media (max-width: 600px) {
  .reader .col-xs-12.col-sm-6.col-md-8 {
    margin: 30px auto;
    padding: 0 20px;
  }
}
.btn-settings {
  cursor: pointer;
}
.readerControl {
  position: fixed;
  z-index: 1000;
  top: 70px;
  right: 30px;
  width: 200px;
  height: auto;
  flex-wrap: wrap;
  border: 1px solid #DFE1E6;
  border-radius: 4px;
  background: #FAFBFC;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  display: none;
}
.readerControl.open {
  display: flex;
}
.readerControl strong {
  color: black;
}
.readerControl > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #DFE1E6;
}
.readerControl > div strong {
  padding: 10px;
  font-weight: normal;
}
.readerControl > div:last-child {
  border-bottom: 0;
}
.readerControl > div > div {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 30px;
}
.readerControl > div > div:first-child {
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #DFE1E6;
}
.readerControl > div > div:first-child:hover {
  background: white;
  cursor: initial;
  box-shadow: none;
}
.readerControl > div > div:hover {
  box-shadow: inset 0 -3px 0 0 #0e6a80;
  cursor: pointer;
}
.readerControlColor > div:nth-child(2),
.readerControlColor > div:nth-child(3) {
  height: 60px;
}
.readerControlColor-1,
.readerControlColor-2 {
  width: 20px;
  height: 20px;
  display: block;
  font-size: 14px !important;
}
.readerControlColor-1 {
  background: white;
  color: #222222;
}
.color2 .readerControlColor-1 {
  box-shadow: inset 0 -3px 0 0 #0e6a80;
}
.readerControlColor-2 {
  background: #222222;
  color: white !important;
}
.color1 .readerControlColor-2 {
  box-shadow: inset 0 -3px 0 0 #0e6a80;
}
.readerControlFont > div:nth-child(2),
.readerControlFont > div:nth-child(3) {
  height: 60px;
}
.readerControlFont-1 {
  font-family: 'Roboto Slab', serif;
}
.sans .readerControlFont-1 {
  box-shadow: inset 0 -3px 0 0 #0e6a80;
}
.readerControlFont-2 {
  font-family: 'Roboto', sans-serif;
}
.sansSerif .readerControlFont-2 {
  box-shadow: inset 0 -3px 0 0 #0e6a80;
}
.readerControlSize > div:nth-child(2),
.readerControlSize > div:nth-child(3),
.readerControlSize > div:nth-child(4) {
  width: 33.333%;
  height: 60px;
}
.readerControlSize-1 {
  font-size: 16px !important;
}
.size-1 .readerControlSize-1 {
  box-shadow: inset 0 -3px 0 0 #0e6a80;
}
.readerControlSize-2 {
  font-size: 25px !important;
}
.size-2 .readerControlSize-2 {
  box-shadow: inset 0 -3px 0 0 #0e6a80;
}
.readerControlSize-3 {
  font-size: 30px !important;
}
.size-3 .readerControlSize-3 {
  box-shadow: inset 0 -3px 0 0 #0e6a80;
}
.form-switch {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.form-switch span {
  color: white;
  font-size: 12px;
}
.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 42px;
  height: 22px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 38px;
  height: 18px;
  background-color: #FAFBFC;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.form-switch input {
  display: none;
}
.form-switch input:checked + i {
  background-color: #4BD763;
}
.form-switch input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}
@font-face {
  font-family: 'icomoon';
  src: url("/Content/Font/Icomoon/icomoon.eot?jk26e7");
  src: url("/Content/Font/Icomoon/icomoon.eot?jk26e7#iefix") format("embedded-opentype"), url("/Content/Font/Icomoon/icomoon.ttf?jk26e7") format("truetype"), url("/Content/Font/Icomoon/icomoon.woff?jk26e7") format("woff"), url("/Content/Font/Icomoon/icomoon.svg?jk26e7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@keyframes iziM-comingIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0) perspective(600px) rotateX(0);
  }
}
@keyframes iziM-comingOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes iziM-fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes iziM-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes iziM-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes iziM-slideDown {
  0% {
    opacity: 0;
    transform: scale(1, 0) translateY(-40px);
    transform-origin: center top;
  }
}
@keyframes iziM-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
}
@keyframes iziM-bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes iziM-bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 1000px, 0);
  }
}
@keyframes iziM-bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 1000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes iziM-bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -1000px, 0);
  }
}
@keyframes iziM-fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes iziM-fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
}
@keyframes iziM-fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes iziM-fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
}
@keyframes iziM-fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes iziM-fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
  }
}
@keyframes iziM-fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes iziM-fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }
}
@keyframes iziM-flipInX {
  0% {
    transform: perspective(400px) rotateX(60deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes iziM-flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    opacity: 0;
  }
}
.ta--center {
  text-align: center;
}
.ta--left {
  text-align: left;
}
.ta--right {
  text-align: right;
}
.img-responsive {
  max-width: 100%;
}
.relative {
  position: relative;
}
.only--mobile {
  display: none !important;
}
.only--desktop {
  display: block !important;
}
[data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 0.4s;
}
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 0.5s;
}
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3s;
}
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3s;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
[data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: ease;
}
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: ease-in;
}
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: ease-out;
}
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
hr {
  border: 0;
}
[class^="icona-"],
[class*=" icona-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icona-"]:before,
[class*=" icona-"]:before {
  font-family: 'icomoon' !important;
}
.icona-sub-check:before {
  content: "\e900" !important;
}
.icona-sub-circle:before {
  content: "\e901" !important;
}
.icona-sub-phone:before {
  content: "\e902" !important;
}
.icona-sub-questionmark:before {
  content: "\e903" !important;
}
.fixedComparision {
  display: none;
}
.fixedComparisionTitle {
  display: none !important;
}
.pricing,
.bookshop {
  padding: 30px 0 0;
}
.pricing h1,
.bookshop h1 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: bold;
  display: block;
  color: #333;
  text-align: center;
}
.pricing h2,
.bookshop h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
  color: #333;
  text-align: center;
}
.pricingTable {
  background: #fff;
  border: 1px solid #DFE1E6;
  border-radius: 4px;
}
.pricingTable .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pricingTable .buttons .button {
  min-width: 150px;
}
.pricingTable .buttons small {
  margin-top: 5px;
  color: #a6a7b1;
}
.pricingTable .active {
  background: #eff9fc;
  width: 100%;
  padding: 20% 10px;
  text-transform: uppercase;
}
.pricingTable--overflow {
  overflow: hidden;
}
.pricingTableRow {
  display: -ms-flexbox;
  display: flex;
}
.pricingTableRow > div {
  width: 20%;
  position: relative;
  font-size: 12px;
  color: #333;
  min-height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #DFE1E6;
}
.pricingTableRow > div .button {
  padding: 0 23px;
}
.pricingTableRow > div .packageName {
  display: none;
}
.pricingTableRow > div:nth-child(1) {
  border-right: 1px solid #DFE1E6;
}
.pricingTableRow > div:nth-child(3):before {
  width: 15px;
  height: 100%;
  content: "";
  position: absolute;
  left: -15px;
  z-index: 10;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%);
  border-right: 1px solid #DFE1E6;
}
.pricingTableRow > div:nth-child(3):after,
.pricingTableRow > div:nth-child(4):after {
  width: 15px;
  height: 100%;
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 10;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, transparent 100%);
  border-left: 1px solid #DFE1E6;
}
.pricingTableRow > div .icona-sub-check {
  font-size: 16px;
  color: #5CCA35;
}
.pricingTableRow > div .icona-sub-circle {
  color: #A6A7B1;
}
.pricingTableRow > div p {
  margin: 0;
}
.pricingTableRow > div:first-child {
  -ms-flex-pack: start;
  justify-content: space-between;
  text-align: left;
  padding: 5px 15px;
  background: #FAFBFC;
  border-left: 0;
}
.pricingTableRow > div:first-child i {
  font-size: 14px;
  color: #A6A7B1;
  margin-left: 5px;
}
.pricingTableRow > div:first-child i:hover {
  cursor: pointer;
  color: #989aa5;
}
.pricingTableRow:last-child > div {
  border-bottom: 0;
}
.pricingTableRow:hover > div {
  background: #F4F5F7;
}
.pricingTableRow--bonus > div {
  background: #EFF9FC;
  border-bottom: 1px solid #CFE2E8;
}
.pricingTableRow--bonus > div:first-child {
  background: #EFF9FC;
  border-right: 1px solid #CFE2E8;
}
.pricingTableRow--bonus > div:nth-child(3) {
  z-index: 2;
}
.pricingTableRow--bonus > div:nth-child(3):before {
  border-right: 1px solid #CFE2E8;
}
.pricingTableRow--bonus > div:nth-child(3):after {
  border-left: 1px solid #CFE2E8;
}
.pricingTableRow--bonus:last-child > div {
  border-bottom: 1px solid #CFE2E8;
}
.pricingTableRow--bonus:hover > div {
  background: #e2f4fa;
}
.pricingTableRow--cta > div {
  align-items: normal;
}
.pricingTableRow--cta > div:nth-child(1) {
  border-radius: 0 0 0 4px;
  overflow: hidden;
}
.pricingTableRow--cta > div:nth-child(3) {
  box-shadow: 0 0 0 1px #DFE1E6, 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 1;
  margin-bottom: -10px;
  border-left: 0;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.pricingTableRow--cta > div:nth-child(3):before {
  display: none;
}
.pricingTableRow--cta > div:nth-child(3):after {
  display: none;
}
.pricingTableRow--cta > div:nth-child(3) .buttons {
  padding: 20px 20px 30px;
}
.pricingTableRow--cta > div:nth-child(2) .buttons,
.pricingTableRow--cta > div:nth-child(4) .buttons,
.pricingTableRow--cta > div:nth-child(5) .buttons {
  padding: 20px 20px 10px;
}
.pricingTableRow--cta:hover > div {
  background: #fff;
}
.pricingTableRow--header .buttons {
  display: none !important;
}
.pricingTableRow--header .active {
  display: none;
  padding: 10px;
}
.pricingTableRow--header:hover > div:nth-child(1) {
  background: #FAFBFC;
}
.pricingTableRow--header:hover > div:nth-child(2) {
  background: #fff;
}
.pricingTableRow--header:hover > div:nth-child(3) {
  background: #fff;
}
.pricingTableRow--header:hover > div:nth-child(4) {
  background: #fff;
}
.pricingTableRow--header > div {
  -ms-flex-direction: column;
  flex-direction: column;
}
.pricingTableRow--header > div:nth-child(1) {
  border-radius: 4px 0 0 0;
  overflow: hidden;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pricingTableRow--header > div:nth-child(3) {
  box-shadow: 0 0 0 1px #DFE1E6, 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 1;
  margin-top: -10px;
  border-left: 0;
  background: #fff;
  border-radius: 4px 4px 0 0;
}
.pricingTableRow--header > div:nth-child(3) > div:first-child {
  padding: 30px 20px 20px;
}
.pricingTableRow--header > div:nth-child(3):before {
  display: none;
}
.pricingTableRow--header > div:nth-child(3):after {
  display: none;
}
.pricingTableRow--header > div .packageTitle {
  padding: 20px 9px;
}
.pricingTableRow--header > div .packageTitle p {
  color: #A6A7B1;
  font-size: 13px;
  height: 36px;
}
.pricingTableRow--header > div .packagePrice {
  width: 100%;
  background: #0E6A80;
  color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 14px;
}
.pricingTableRow--header > div .packagePrice strong {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: bold;
  display: block;
  text-align: center;
}
.pricingTableRow--header > div .packagePrice strong span {
  font-size: 16px;
  font-weight: normal;
}
.pricingTableRow--header > div .packagePrice p {
  font-size: 13px;
  opacity: 0.7;
  padding: 2px 0;
}
.pricingTableRow--header > div .packagePrice p.alert {
  font-size: 12px;
  opacity: 1;
  background: #ffd800;
  color: #000000;
}
.tabs-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.tabs-nav li {
  border: 1px solid #DFE1E6;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.tabs-nav li a {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 13px;
  height: 58px;
  line-height: 58px;
  color: #333;
}
.tabs-nav li a br {
  display: none;
}
.tabs-nav li a:hover {
  text-decoration: none;
}
.tabs-nav li:hover {
  background: #F4F5F7;
}
.tabs-nav li:hover a {
  text-decoration: none;
}
.tabs-nav li:first-child {
  border-radius: 4px 0 0 0;
  margin-right: -1px;
}
.tabs-nav li:last-child {
  border-radius: 0 4px 0 0;
  margin-left: -1px;
}
.tabs-nav li.tab-active {
  background: #F4F5F7;
  border-bottom: 1px solid #F4F5F7;
  z-index: 1;
}
.tabs-nav li.tab-active a {
  text-decoration: none;
}
.tabs-stage,
.bookshop {
  background: #F4F5F7;
  border-top: 1px solid #DFE1E6;
  padding: 50px 20px;
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.disabled {
  filter: grayscale(100%);
}
.button {
  padding: 0 25px;
  text-align: center;
  height: 36px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  transition: all 100ms ease-in-out;
  background: #0E6A80;
  margin: 0 auto;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.button:hover {
  color: #fff;
  text-decoration: none;
  background: #0c5f72;
}
.button--link {
  background: transparent !important;
  color: #0E6A80;
  padding-left: 0;
  padding-right: 0;
}
.button--link:hover {
  text-decoration: underline;
  color: #0c5f72;
}
.button--donate {
  background: #F6C656;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #333;
}
.button--donate:hover {
  background: #f4bb34;
  color: #333;
}
.button--donate img {
  width: 85px;
  height: auto;
}
.button--danger {
  background-color: #aa3300;
  color: #ffffff;
}
.modalContent {
  padding: 30px;
}
.modalContent strong {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
  color: #333;
  text-align: left;
}
.modalContent p {
  color: #333;
  font-size: 14px;
}
.close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #0E6A80;
  color: #fff;
  border-radius: 20px;
  opacity: 1;
}
.close a {
  color: white;
}
.close a:hover {
  text-decoration: none;
}
.close:hover {
  opacity: 1;
}
.slidecontainer {
  width: 100%;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 0;
  background: #DFE1E6;
  outline: none;
  transition: opacity 0.2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0E6A80;
  cursor: pointer;
  opacity: 1;
  z-index: 10;
  position: relative;
}
.slider::-moz-range-thumb {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0E6A80;
  cursor: pointer;
  opacity: 1;
  z-index: 10;
  position: relative;
}
.slider::-moz-range-thumb:after {
  display: block;
  width: 1px;
  height: 14px;
  background: red;
  content: "";
}
.blockRow {
  background: #FAFBFC;
  padding: 5% 0;
  border-bottom: 1px solid #DFE1E6;
}
.blockRow h3 {
  font-weight: bold;
  color: #333;
  font-size: 14px;
}
.blockRow .recapLabel {
  font-weight: bold;
  color: #333;
  font-size: 14px;
  min-width: 160px;
  margin: 0 0 20px 0;
  line-height: 20px;
}
@media (max-width: 500px) {
  .blockRow .recapLabel {
    min-width: 100px;
  }
}
.blockRow .recapValue {
  font-weight: normal;
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
.blockRow .numbers {
  display: -ms-flexbox;
  display: flex;
}
.blockRow .numbers > div {
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: bold;
  font-size: 12px;
  padding-top: 15px;
  text-align: center;
  color: #A6A7B1;
}
.blockRow .numbers > div:first-child {
  text-align: left;
}
.blockRow .numbers > div:last-child {
  text-align: right;
}
.blockRow .donate {
  width: 250px;
  margin: 40px auto 0;
}
.blockRow .donate .button {
  margin-bottom: 20px;
}
.cardsList {
  display: flex;
  justify-content: flex-start;
  height: auto;
  margin: 10px auto 0;
}
.cardsList img {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: block;
  border-radius: 4px;
  margin-right: 5px;
  cursor: initial;
}
.blockRowInner {
  width: 100%;
  margin: 0 auto;
  padding: 0 8%;
}
.blockRowInner--recap {
  display: flex;
  align-items: flex-start;
}
.blockRowHalf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.blockRowHalfInner {
  width: 50%;
  padding: 40px 8%;
}
.blockRowHalfInner:last-child {
  background: #EFF9FC;
}
.blockRowHalfInner .checkList {
  font-size: 12px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
.blockRowHalfInner .checkList li {
  padding: 5px 0 5px 28px;
  position: relative;
  color: #333;
}
.blockRowHalfInner .checkList li s {
  color: #A6A7B1;
}
.blockRowHalfInner .checkList li i {
  color: #5CCA35;
  font-size: 16px;
  position: absolute;
  left: 0;
}
.blockRowHalfInner .bonusList {
  font-size: 12px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
.blockRowHalfInner .bonusList li {
  padding: 5px 0;
  position: relative;
  color: #333;
  display: -ms-flexbox;
  display: flex;
}
.blockRowHalfInner .bonusList li span:first-child {
  width: 75%;
  display: inline-block;
}
.blockRowPrice {
  background: #0E6A80;
  padding: 2.5% 0;
}
.blockRowPrice--delivery {
  background: #FAFBFC;
}
.blockRowPrice--delivery .blockRowInner {
  color: #333333 !important;
}
.blockRowPrice .blockRowInner {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.blockRowPrice .blockRowInner p {
  margin-bottom: 0;
  font-size: 14px;
}
.blockRowPrice .blockRowInner:nth-child(1),
.blockRowPrice .blockRowInner:nth-child(2) {
  align-items: flex-start;
}
.blockRowPrice .blockRowInner:nth-child(1) strong,
.blockRowPrice .blockRowInner:nth-child(2) strong {
  font-size: 14px;
  font-weight: normal;
}
.blockRowPrice .blockRowInner:nth-child(1) strong span,
.blockRowPrice .blockRowInner:nth-child(2) strong span {
  font-size: 14px;
  font-weight: normal;
}
.blockRowPrice .blockRowInner:nth-child(2) {
  padding-bottom: 10px;
}
.blockRowPrice .blockRowInner:nth-child(3) {
  padding-top: 10px;
  align-items: flex-end;
  border-top: 1px solid #0b5769;
}
.blockRowPrice .blockRowInner:nth-child(3) strong {
  font-size: 24px;
}
.blockRowPrice .blockRowInner:nth-child(3) strong span {
  font-size: 16px;
  font-weight: normal;
}
.blockRowHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blockRowHeader h2 {
  text-align: left;
}
.blockRowHeader h2 span {
  color: #A6A7B1;
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.blockRowHeader #price {
  font-size: 24px;
  color: #0E6A80;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
.blockRowHeader #price:after {
  content: " Kč";
}
.blockRow--white {
  background: #fff;
}
.blockRow--white:last-child {
  border-bottom: 0;
}
.blockRow--white p {
  color: #333;
  text-align: center;
}
.blockRow--white .button {
  margin: 0 auto;
  width: 150px;
  display: block;
}
.blockRow--white hr {
  background: #DFE1E6;
  height: 1px;
  margin: 40px auto;
  max-width: 50%;
}
.blockRow--white ul {
  margin: 40px 0 0;
}
.blockRow--white ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #333;
  font-size: 14px;
}
.blockRow--white ul li span {
  width: 50%;
  padding: 5px 0;
}
.blockRow--white ul li span:first-child {
  font-weight: normal;
  padding-right: 30px;
  border-right: 1px solid #DFE1E6;
  text-align: right;
}
.blockRow--white ul li span:last-child {
  font-weight: bold;
  padding-left: 30px;
}
.blockRow--taLeft h2 {
  text-align: left;
}
.blockRow--taLeft p {
  text-align: left;
}
.activationSms {
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
}
.activationSms i {
  color: #0E6A80;
  font-size: 100px;
  margin-right: 30px;
}
.activationSms .activationCode {
  font-size: 26px;
  color: #0E6A80;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #DFE1E6;
  margin: 10px 0;
}
.iziModal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transition: margin-top 0.3s ease, height 0.3s ease;
  transform: translateZ(0);
  box-sizing: border-box;
}
.iziModal * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.iziModal::after {
  content: '';
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#59000000', GradientType=0);
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  pointer-events: none;
}
.iziModal .iziModal-progressbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.iziModal .iziModal-progressbar > div {
  height: 2px;
  width: 100%;
}
.iziModal .iziModal-header {
  background: #88a0b9;
  padding: 14px 18px 15px;
  box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, 0.3), 0 0 0 #555;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.iziModal .iziModal-header-icon {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 15px 0 0;
  margin: 0;
  float: left;
}
.iziModal .iziModal-header-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Lato', Arial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.iziModal .iziModal-header-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.45;
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Lato', Arial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.iziModal .iziModal-header-buttons {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -17px 0 0;
}
.iziModal .iziModal-button {
  display: block;
  float: right;
  z-index: 2;
  outline: 0;
  height: 34px;
  width: 34px;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.3;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1), opacity 0.5s ease;
  background-size: 67% !important;
  -webkit-tap-highlight-color: transparent;
}
.iziModal .iziModal-button:hover {
  opacity: 0.8;
}
.iziModal .iziModal-button-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==) no-repeat 50% 50%;
}
.iziModal .iziModal-button-close:hover {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.iziModal .iziModal-button-fullscreen {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=) no-repeat 50% 50%;
}
.iziModal .iziModal-header.iziModal-noSubtitle {
  height: auto;
  padding: 10px 15px 12px;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
  font-size: 23px;
  padding-right: 13px;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  font-size: 15px;
  margin: 3px 0 0;
  font-weight: 400;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
  right: 6px;
  margin: -16px 0 0;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
  height: 30px;
  width: 30px;
}
.iziModal .iziModal-loader {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.iziModal .iziModal-content-loader {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
}
.iziModal .iziModal-content {
  zoom: 1;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.iziModal .iziModal-content:after {
  content: '';
  display: table;
  clear: both;
}
.iziModal .iziModal-content:before {
  content: '';
  display: table;
}
.iziModal .iziModal-wrap {
  width: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.iziModal .iziModal-iframe {
  border: 0;
  margin: 0 0 -6px;
  width: 100%;
  transition: height 0.3s ease;
}
.iziModal::-webkit-scrollbar {
  overflow: visible;
  height: 7px;
  width: 7px;
}
.iziModal::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.iziModal::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.4);
}
.iziModal::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.iziModal::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 2px;
}
.iziModal .fadeOut {
  animation: iziM-fadeOut 0.5s;
  animation-fill-mode: forwards;
}
.iziModal .fadeIn {
  animation: iziM-fadeIn 0.5s;
}
.iziModal.hasShadow::after {
  height: 30px;
  opacity: 1;
}
.iziModal.isFullscreen {
  max-width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
  border-radius: 0 !important;
}
.iziModal.isFullscreen .iziModal-button-fullscreen {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC) no-repeat 50% 50%;
}
.iziModal-rtl {
  direction: rtl;
}
.iziModal-rtl .iziModal-header {
  padding: 14px 18px 15px 40px;
}
.iziModal-rtl .iziModal-header-icon {
  float: right;
  padding: 0 0 0 15px;
}
.iziModal-rtl .iziModal-header-buttons {
  right: initial;
  left: 10px;
}
.iziModal-rtl .iziModal-button {
  float: left;
}
.iziModal-rtl .iziModal-header-subtitle {
  text-align: right;
  font-family: Tahoma, 'Lato', Arial;
  font-weight: 500;
}
.iziModal-rtl .iziModal-header-title {
  text-align: right;
  font-family: Tahoma, 'Lato', Arial;
  font-weight: 500;
}
.iziModal-rtl .iziModal-header.iziModal-noSubtitle {
  padding: 10px 15px 12px 40px;
}
.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
  padding: 0 0 0 13px;
}
.iziModal.iziModal-light .iziModal-header-icon {
  color: rgba(0, 0, 0, 0.5);
}
.iziModal.iziModal-light .iziModal-header-title {
  color: #000;
}
.iziModal.iziModal-light .iziModal-header-subtitle {
  color: rgba(0, 0, 0, 0.6);
}
.iziModal.iziModal-light .iziModal-button-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC) no-repeat 50% 50%;
}
.iziModal.iziModal-light .iziModal-button-fullscreen {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC) no-repeat 50% 50%;
}
.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC) no-repeat 50% 50%;
}
.iziModal-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.iziModal-navigate {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.iziModal-navigate > button {
  position: fixed;
  bottom: 0;
  top: 0;
  border: 0;
  height: 100%;
  width: 84px;
  background-size: 100% !important;
  cursor: pointer;
  padding: 0;
  opacity: 0.2;
  transition: opacity 0.3s ease;
  pointer-events: all;
  margin: 0;
  outline: 0;
}
.iziModal-navigate > button:hover {
  opacity: 1;
}
.iziModal-navigate-caption {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  line-height: 16px;
  font-size: 9px;
  font-family: 'Lato', Arial;
  letter-spacing: 0.1em;
  text-indent: 0;
  text-align: center;
  width: 70px;
  padding: 5px 0;
  text-transform: uppercase;
  display: none;
}
.iziModal-navigate-caption::after {
  position: absolute;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  content: '';
  background-size: 100% !important;
}
.iziModal-navigate-caption::before {
  position: absolute;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  content: '';
  background-size: 100% !important;
}
.iziModal-navigate-caption:before {
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=) no-repeat 50% 50%;
}
.iziModal-navigate-caption:after {
  right: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC) no-repeat 50% 50%;
}
.iziModal-navigate-prev {
  left: 50%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==) no-repeat 50% 50%;
}
.iziModal-navigate-next {
  right: 50%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=) no-repeat 50% 50%;
}
.iziModal.isAttachedTop {
  margin-top: 0 !important;
  margin-bottom: auto !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.iziModal.isAttachedTop .iziModal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.iziModal.isAttachedBottom {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.iziModal.isAttached {
  border-radius: 0 !important;
}
.iziModal.hasScroll .iziModal-wrap {
  overflow-y: auto;
  overflow-x: hidden;
}
html.iziModal-isAttached {
  overflow: hidden;
}
html.iziModal-isAttached body {
  overflow-y: scroll;
  position: relative;
}
html.iziModal-isOverflow {
  overflow: hidden;
}
html.iziModal-isOverflow body {
  overflow-y: scroll;
  position: relative;
}
.iziModal.transitionIn .iziModal-header {
  animation: iziM-slideDown 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-animation-delay: 0s;
  -moz-animation: 0s;
  animation-delay: 0s;
}
.iziModal.transitionIn .iziModal-header .iziModal-header-icon {
  animation: iziM-revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  -webkit-animation-delay: 0.4s;
  -moz-animation: 0.4s;
  animation-delay: 0.4s;
}
.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
  animation: iziM-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  -webkit-animation-delay: 0.5s;
  -moz-animation: 0.5s;
  animation-delay: 0.5s;
}
.iziModal.transitionIn .iziModal-header .iziModal-header-title {
  animation: iziM-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  -webkit-animation-delay: 0.4s;
  -moz-animation: 0.4s;
  animation-delay: 0.4s;
}
.iziModal.transitionIn .iziModal-header .iziModal-button {
  animation: iziM-revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.iziModal.transitionIn .iziModal-iframe {
  animation: iziM-fadeIn 1.3s;
}
.iziModal.transitionIn .iziModal-wrap {
  animation: iziM-fadeIn 1.3s;
}
.iziModal.transitionOut .iziModal-header {
  transition: none !important;
}
.iziModal.transitionOut .iziModal-header * {
  transition: none !important;
}
.iziModal-navigate.fadeOut {
  animation: iziM-fadeOut 0.5s;
  animation-fill-mode: forwards;
}
.iziModal-overlay.fadeOut {
  animation: iziM-fadeOut 0.5s;
  animation-fill-mode: forwards;
}
.iziModal.fadeOut {
  animation: iziM-fadeOut 0.5s;
  animation-fill-mode: forwards;
}
.iziModal-navigate.fadeIn {
  animation: iziM-fadeIn 0.5s;
}
.iziModal-overlay.fadeIn {
  animation: iziM-fadeIn 0.5s;
}
.iziModal.fadeIn {
  animation: iziM-fadeIn 0.5s;
}
.iziModal-overlay.comingIn {
  animation: iziM-comingIn 0.5s ease;
}
.iziModal.comingIn {
  animation: iziM-comingIn 0.5s ease;
}
.iziModal-overlay.comingOut {
  animation: iziM-comingOut 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation-fill-mode: forwards;
}
.iziModal.comingOut {
  animation: iziM-comingOut 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation-fill-mode: forwards;
}
.iziModal-overlay.bounceInDown {
  animation: iziM-bounceInDown 0.7s ease;
}
.iziModal.bounceInDown {
  animation: iziM-bounceInDown 0.7s ease;
}
.iziModal-overlay.bounceOutDown {
  animation: iziM-bounceOutDown 0.7s ease;
}
.iziModal.bounceOutDown {
  animation: iziM-bounceOutDown 0.7s ease;
}
.iziModal-overlay.bounceInUp {
  animation: iziM-bounceInUp 0.7s ease;
}
.iziModal.bounceInUp {
  animation: iziM-bounceInUp 0.7s ease;
}
.iziModal-overlay.bounceOutUp {
  animation: iziM-bounceOutUp 0.7s ease;
}
.iziModal.bounceOutUp {
  animation: iziM-bounceOutUp 0.7s ease;
}
.iziModal-overlay.fadeInDown {
  animation: iziM-fadeInDown 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}
.iziModal.fadeInDown {
  animation: iziM-fadeInDown 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}
.iziModal-overlay.fadeOutDown {
  animation: iziM-fadeOutDown 0.5s ease;
}
.iziModal.fadeOutDown {
  animation: iziM-fadeOutDown 0.5s ease;
}
.iziModal-overlay.fadeInUp {
  animation: iziM-fadeInUp 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}
.iziModal.fadeInUp {
  animation: iziM-fadeInUp 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}
.iziModal-overlay.fadeOutUp {
  animation: iziM-fadeOutUp 0.5s ease;
}
.iziModal.fadeOutUp {
  animation: iziM-fadeOutUp 0.5s ease;
}
.iziModal-overlay.fadeInLeft {
  animation: iziM-fadeInLeft 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}
.iziModal.fadeInLeft {
  animation: iziM-fadeInLeft 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}
.iziModal-overlay.fadeOutLeft {
  animation: iziM-fadeOutLeft 0.5s ease;
}
.iziModal.fadeOutLeft {
  animation: iziM-fadeOutLeft 0.5s ease;
}
.iziModal-overlay.fadeInRight {
  animation: iziM-fadeInRight 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}
.iziModal.fadeInRight {
  animation: iziM-fadeInRight 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}
.iziModal-overlay.fadeOutRight {
  animation: iziM-fadeOutRight 0.5s ease;
}
.iziModal.fadeOutRight {
  animation: iziM-fadeOutRight 0.5s ease;
}
.iziModal-overlay.flipInX {
  animation: iziM-flipInX 0.7s ease;
}
.iziModal.flipInX {
  animation: iziM-flipInX 0.7s ease;
}
.iziModal-overlay.flipOutX {
  animation: iziM-flipOutX 0.7s ease;
}
.iziModal.flipOutX {
  animation: iziM-flipOutX 0.7s ease;
}
.show-for-period.monthly {
  display: none;
}
.pricingTableContainer {
  padding-bottom: 0;
}
.subscription-period-hint {
  position: absolute;
  top: 50%;
  transform: translate(10px, -50%);
}
.article-subscription-box {
  background: #e6f0f2;
  padding: 10px 30px;
  color: #000000;
  border-radius: 5px;
  margin: 5px 0;
}
.article-subscription-box .flex-center {
  display: flex;
  align-items: center;
  text-align: left;
}
.article-subscription-box h3 {
  margin: 0!important;
}
.article-subscription-box p {
  margin: 0!important;
}
.article-subscription-box span.warn {
  color: #ff0000;
}
.article-subscription-box small {
  font-size: 12px!important;
}
.article-subscription-box small img {
  margin-right: 5px;
}
.article-subscription-box small a {
  font-weight: bold;
}
.article-subscription-box .choice {
  padding: 5px 15px;
  border-radius: 10px;
  border: 1px solid #c4e2e9;
  margin: 15px 0;
  text-align: center;
  position: relative;
}
.article-subscription-box .choice .icon-ok {
  color: #ffffff;
  border-radius: 20px;
  background: #ffffff;
  margin-right: 10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  border: 1px solid #0e6a80;
  line-height: 20px;
  font-size: 12px;
}
.article-subscription-box .choice h4 {
  font-size: 13px;
  margin: 5px 0;
}
.article-subscription-box .choice h4 strong {
  font-weight: bolder;
}
.article-subscription-box .choice .points {
  color: #0e6a80;
  display: inline-block;
  font-size: 12px;
}
.article-subscription-box .choice .points strong {
  font-size: 35px;
  vertical-align: top;
  line-height: 30px;
}
.article-subscription-box .choice .points a {
  font-size: 12px;
  padding: 5px;
}
.article-subscription-box .choice .points a.warn {
  color: #ffffff;
  background: #ff0000;
}
.article-subscription-box .choice .inputs label {
  font-weight: normal;
  margin-right: 15px;
  margin-left: 0;
  font-size: 13px;
}
.article-subscription-box .choice .inputs label input[type=radio] {
  display: none;
}
.article-subscription-box .choice .inputs label input[type=radio]:checked + .icon-ok {
  color: #ffffff;
  background: #0e6a80;
}
.article-subscription-box .choice .inputs label .icon-ok {
  margin-right: 0;
}
.article-subscription-box .choice .col-md-3 {
  text-align: right;
}
.article-subscription-box .choice small {
  font-size: 13px!important;
}
.article-subscription-box .choice small.tag {
  font-size: 10px !important;
  padding: 2px 8px;
  color: #fff;
  background: #0a4e5e;
  position: absolute;
  top: -10px;
  left: 45%;
  border-radius: 4px;
}
.article-subscription-box .choice.active,
.article-subscription-box .choice.highlighted,
.article-subscription-box .choice:hover {
  background: #ffffff;
  border: 1px solid #0e6a80;
}
.article-subscription-box .choice:hover h4 .icon-ok {
  color: #ffffff;
  background: #0e6a80;
}
.article-subscription-box .choice a {
  background: #9fc3cc;
  color: #000000;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  font-weight: bold;
  line-height: 18px;
  font-size: 14px;
  width: 110px;
}
.article-subscription-box .choice ul {
  list-style-type: none;
  padding-left: 20px;
}
.article-subscription-box .choice ul li {
  list-style-type: none;
  font-size: 13px;
  padding-left: 15px;
}
.article-subscription-box .choice ul li::before {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f00c";
  color: #349d57;
  margin-right: 5px;
}
.article-subscription-box .share-buttons .button {
  width: 130px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.article-subscription-box .share-buttons .button.email {
  background: #cab700;
}
.article-subscription-box .share-buttons .button.x {
  background: #0087b1;
}
.article-subscription-box .share-buttons .button.fb {
  background: #0050b1;
}
@media screen and (max-width: 600px) {
  .article-subscription-box .flex-center {
    display: block;
  }
  .article-subscription-box .col-md-1 {
    display: block;
    text-align: center;
  }
  .article-subscription-box .col-md-3 {
    text-align: center;
  }
  .subscription-period-hint {
    position: static;
    top: auto;
    transform: none;
    display: block;
    margin-top: 10px;
  }
  .only--mobile {
    display: block !important;
  }
  .only--desktop {
    display: none !important;
  }
  .fixedComparisionTitle {
    display: block !important;
    padding: 20px 0 !important;
  }
  .fixedComparision {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #DFE1E6;
    border-radius: 4px 4px 0 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .fixedComparision > div {
    width: 33.333%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
  }
  .fixedComparision > div strong {
    color: #0E6A80;
    font-size: 20px;
  }
  .fixedComparision > div strong span {
    font-size: 14px;
    font-weight: normal;
  }
  .fixedComparision > div h2 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .fixedComparision > div:nth-child(1) {
    border-radius: 4px 0 0 0;
  }
  .fixedComparision > div:nth-child(2) {
    border-left: 1px solid #DFE1E6;
    border-right: 1px solid #DFE1E6;
  }
  .fixedComparision > div:nth-child(3) {
    border-radius: 0 4px 0 0;
  }
  .container--pricing {
    padding-left: 0;
    padding-right: 0;
  }
  .pricing {
    padding: 0;
  }
  .pricingTable {
    background: transparent;
    border: 0;
    border-radius: 0;
  }
  .pricingTable--overflow {
    border: 1px solid #DFE1E6;
    border-radius: 4px;
  }
  .pricingTableFeatures {
    background: #fff;
    border: 1px solid #DFE1E6;
    border-radius: 0 0 4px 4px;
  }
  .pricingTableFeatures .pricingTableRow:first-child > div:first-child {
    border-top: 0;
  }
  .pricingTableFeatures .pricingTableRow:last-child > div:nth-child(2) {
    border-bottom: 0;
    border-radius: 0 0 0 4px;
    overflow: hidden;
  }
  .pricingTableFeatures .pricingTableRow:last-child > div:nth-child(4) {
    border-bottom: 0;
    border-radius: 0 0 4px 0;
    overflow: hidden;
  }
  .pricingTableRow {
    margin-bottom: 0;
    border-radius: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pricingTableRow > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0;
    font-size: 14px;
  }
  .pricingTableRow > div .icona-sub-circle {
    padding-right: 2px;
  }
  .pricingTableRow > div .packagePrice {
    width: 50%;
  }
  .pricingTableRow > div .packageTitle {
    width: 50%;
  }
  .pricingTableRow > div:first-child {
    padding: 9px 10px;
    width: 100%;
    border-right: 0;
    border-radius: 0;
    position: relative;
    border-top: 1px solid #DFE1E6;
    border-bottom: 1px solid #DFE1E6;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pricingTableRow > div:nth-child(2) {
    padding: 9px 10px;
    width: 25%;
    margin: 0 auto;
  }
  .pricingTableRow > div:nth-child(3) {
    border-left: 1px solid #DFE1E6;
    padding: 9px 10px;
    width: 25%;
    margin: 0 auto;
  }
  .pricingTableRow > div:nth-child(3):before {
    display: none;
  }
  .pricingTableRow > div:nth-child(3):after {
    display: none;
  }
  .pricingTableRow > div:nth-child(4) {
    border-left: 1px solid #DFE1E6;
    border-right: 1px solid #DFE1E6;
    border-bottom: 0;
    padding: 9px 10px;
    width: 25%;
    margin: 0 auto;
  }
  .pricingTableRow > div:nth-child(5) {
    border-bottom: 0;
    padding: 9px 10px;
    width: 25%;
    margin: 0 auto;
  }
  .pricingTableRow:hover > div {
    background: #fff;
  }
  .pricingTableRow:hover > div:first-child {
    background: #FAFBFC;
  }
  .pricingTableRow--header {
    background: transparent;
    border: 0;
    border-radius: 0;
  }
  .pricingTableRow--header .buttons {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #DFE1E6;
    padding: 10px 20px;
    background: #fff;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0 0 4px 4px;
  }
  .pricingTableRow--header .buttons .button {
    min-width: 0;
    margin: 0;
  }
  .pricingTableRow--header > div {
    margin-bottom: 10px;
  }
  .pricingTableRow--header > div:nth-child(1) {
    display: none;
  }
  .pricingTableRow--header > div:nth-child(2) {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FAFBFC;
    border-radius: 4px;
    border: 1px solid #DFE1E6;
    margin: 0 0 10px;
    padding: 0;
  }
  .pricingTableRow--header > div:nth-child(3) {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FAFBFC;
    border-radius: 4px;
    border: 1px solid #DFE1E6;
    margin: 0 0 10px;
    padding: 0;
    box-shadow: none;
  }
  .pricingTableRow--header > div:nth-child(4) {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FAFBFC;
    border-radius: 4px;
    border: 1px solid #DFE1E6;
    margin: 0 0 10px;
    padding: 0;
    box-shadow: none;
  }
  .pricingTableRow--header > div:nth-child(5) {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FAFBFC;
    border-radius: 4px;
    border: 1px solid #DFE1E6;
    margin: 0 0 10px;
    padding: 0;
  }
  .pricingTableRow--header > div .packageTitle h2 {
    text-align: left;
    height: auto;
  }
  .pricingTableRow--header > div .packageTitle p {
    text-align: left;
    height: auto;
  }
  .pricingTableRow--header > div .packagePrice {
    background: transparent;
    color: #0E6A80;
  }
  .pricingTableRow--header > div .packagePrice strong {
    text-align: right;
  }
  .pricingTableRow--header > div .packagePrice p {
    text-align: right;
    color: #333;
  }
  .pricingTableRow--header .active {
    display: block;
  }
  .pricingTableRow--bonus {
    background: #EFF9FC;
  }
  .pricingTableRow--bonus:hover > div {
    background: #EFF9FC;
  }
  .pricingTableRow--bonus:hover > div:first-child {
    background: #EFF9FC;
  }
  .pricingTableRow--cta {
    display: none;
  }
  .tabs-stage,
  .bookshop {
    padding: 20px 10px;
  }
  .tabs-nav li a br {
    display: block;
  }
  .close {
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .blockRow--white ul {
    margin: 40px 0 0;
  }
  .blockRow--white ul li span:first-child {
    width: 35%;
    padding-right: 10px;
  }
  .blockRow--white ul li span:last-child {
    width: 65%;
    padding-left: 10px;
  }
  .blockRow--white ul.revert li span:first-child {
    width: 80%;
  }
  .blockRow--white ul.revert li span:last-child {
    width: 20%;
  }
  .blockRowHalfInner {
    width: 100%;
    padding: 20px 8%;
  }
}
@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -ms-transform: none;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translateZ(0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
@media screen and (max-width: 768px) {
  html {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  body {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
@media (min-width: 600px) {
  .pricing h1 {
    font-size: calc(2.04081633vw + 11.75510204px);
    margin-bottom: calc(6.37755102vw - 13.26530612px);
  }
  .pricing h2 {
    font-size: calc(1.02040816vw + 9.87755102px);
    margin-bottom: calc(0vw + 10px);
  }
  .pricingTableRow--header > div .packagePrice strong {
    font-size: calc(0vw + 24px);
  }
  .tabs-nav li a {
    font-size: calc(0.76530612vw + 8.40816327px);
  }
  .button {
    height: calc(1.02040816vw + 29.87755102px);
    line-height: calc(1.02040816vw + 29.87755102px);
  }
  .modalContent strong {
    font-size: calc(0.51020408vw + 12.93877551px);
    margin-bottom: calc(0vw + 10px);
  }
  .blockRowPrice .blockRowInner strong {
    font-size: calc(1.02040816vw + 13.87755102px);
  }
  .blockRowHeader #price {
    font-size: calc(2.04081633vw + 11.75510204px);
  }
  .activationSms {
    font-size: calc(0.51020408vw + 12.93877551px);
  }
  .activationSms i {
    font-size: calc(6.63265306vw + 60.20408163px);
  }
  .activationSms .activationCode {
    font-size: calc(3.57142857vw + 4.57142857px);
  }
}
@media (min-width: 992px) {
  .pricing h1,
  .bookshop h1 {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .pricing h2,
  .bookshop h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .pricing h1 {
    margin-bottom: 0;
  }
  .pricingTableRow--header > div .packagePrice strong {
    font-size: 24px;
  }
  .tabs-nav li a {
    font-size: 16px;
  }
  .button {
    height: 40px;
    line-height: 40px;
  }
  .modalContent strong {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .blockRowPrice .blockRowInner strong {
    font-size: 24px;
  }
  .blockRowHeader #price {
    font-size: 32px;
  }
  .activationSms {
    font-size: 18px;
  }
  .activationSms i {
    font-size: 126px;
  }
  .activationSms .activationCode {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .pricingTableRow--header .buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pricingTableRow--header .buttons .button:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .pricingTableRow--header .buttons .button {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .factCheck {
    flex-direction: column;
    justify-content: center;
  }
  .factCheck > div {
    padding: 0;
  }
  .factCheck > div p {
    margin-bottom: 10px !important;
  }
  .factCheck img {
    margin: 5px auto;
  }
}
.factCheck {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.factCheck > div {
  flex-grow: 1;
  padding: 0 15px;
}
.factCheck > div h2,
.factCheck > div p {
  margin: 0 !important;
}
.factCheck > div h2 {
  font-size: 16px !important;
}
.factCheck > div p {
  font-size: 14px !important;
}
.factCheck img {
  flex: 0;
  margin: 5px 0;
}
.playSCO {
  display: inline-flex;
  align-items: center;
  border: 1px solid #DFE1E6;
  border-radius: 4px;
  padding: 8px 10px 8px 45px;
  cursor: pointer;
  color: #333333;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  height: auto;
}
.playSCO.for-subscription {
  display: block;
}
.playSCO.for-subscription div {
  font-size: 11px;
  font-weight: normal;
}
.playSCO.for-subscription div ul,
.playSCO.for-subscription div ol {
  display: none;
}
.playSCO.for-subscription div p {
  display: inline;
}
.playSCO > i {
  font-size: 35px;
  display: block;
  margin-right: 10px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 32px;
  height: 32px;
}
.playSCO:hover {
  text-decoration: none;
  background: #FAFBFC;
}
.playSCO__hidden {
  display: none;
}
.reader.color1 .playSCO {
  color: white;
}
.reader.color1 .playSCO:hover {
  background: rgba(255, 255, 255, 0.2);
}
.reader .playSCO {
  font-size: 1.8rem !important;
  line-height: 3.15rem !important;
  margin-bottom: 20px;
}
.holder {
  border-radius: 5px;
  border: 1px solid #dfe1e6;
  background: #fff;
  width: 100%;
  margin-bottom: 30px;
}
.holder__visible {
  display: flex !important;
}
.albumInfo {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.albumInfo img {
  max-width: 100px;
  height: auto !important;
  flex-grow: 0;
  margin-right: 15px;
}
.albumInfo strong {
  flex-grow: 1;
}
.mejs-player {
  flex-grow: 1;
  width: 100%;
  padding: 10px 10px 0;
  color: black;
}
.mejs-player span {
  margin: 0 !important;
  display: block;
  font-weight: normal;
}
.mejs__controls:not([style*='display: none']) {
  background: transparent;
}
.mejs__controls,
.mejs__mediaelement,
.mejs__container {
  background: #fff !important;
}
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.mejs__container {
  background: #000;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
  display: block;
  margin-top: 10px;
}
.mejs__container * {
  box-sizing: border-box;
}
/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}
.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mejs__container:focus {
  outline: none;
}
.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.mejs__fullscreen {
  overflow: hidden !important;
}
.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}
/* Start: LAYERS */
.mejs__background {
  left: 0;
  position: absolute;
  top: 0;
}
.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
:root .mejs__poster-img {
  display: none;
}
.mejs__poster-img {
  border: 0;
  padding: 0;
}
.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
.mejs__layer {
  z-index: 1;
}
.mejs__overlay-play {
  cursor: pointer;
}
.mejs__overlay-button {
  background: url("/Content/Img/audio/mejs-controls.svg") no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}
.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}
.mejs__overlay-loading {
  height: 80px;
  width: 80px;
}
.mejs__overlay-loading-bg-img {
  -webkit-animation: mejs__loading-spinner 1s linear infinite;
  animation: mejs__loading-spinner 1s linear infinite;
  background: transparent url("/Content/Img/audio/mejs-controls.svg") -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}
@-webkit-keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 ;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.mejs__controls:not([style*='display: none']) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}
.mejs__button > button {
  background: transparent url("/Content/Img/audio/mejs-controls.svg");
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}
/* :focus for accessibility */
.mejs__button > button:focus {
  outline: dotted 1px #999;
}
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}
/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs__time {
  box-sizing: content-box;
  color: #181817;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}
/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs__play > button {
  background-position: 0 0;
}
.mejs__pause > button {
  background-position: -20px 0;
}
.mejs__replay > button {
  background-position: -160px 0;
}
/* End: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 14px;
  position: relative;
}
.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  border-radius: 5px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
  overflow: hidden;
}
.mejs__time-total {
  background: #dddddd;
  margin: 5px 0 0;
  width: 100%;
}
.mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}
.mejs__time-current,
.mejs__time-handle-content {
  background: #6e2c10;
}
.mejs__time-hovered {
  background: #a30;
  z-index: 10;
}
.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}
.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%;
}
.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}
.mejs__time-handle,
.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}
.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}
.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mejs__time-float {
  background: #fff;
  border: solid 1px #fff;
  bottom: 100%;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(173, 173, 173, 0.55);
  -moz-box-shadow: 0px 0px 14px 0px rgba(173, 173, 173, 0.55);
  box-shadow: 0px 0px 14px 0px rgba(173, 173, 173, 0.55);
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}
.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}
.mejs__time-float-corner {
  border: solid 5px #fff;
  border-color: #fff transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}
.mejs__long-video .mejs__time-float-current {
  width: 60px;
}
.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs__fullscreen-button > button {
  background-position: -80px 0;
}
.mejs__unfullscreen > button {
  background-position: -100px 0;
}
/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs__mute > button {
  background-position: -60px 0;
}
.mejs__unmute > button {
  background-position: -40px 0;
}
.mejs__volume-button {
  position: relative;
}
.mejs__volume-button > .mejs__volume-slider {
  background: #fff;
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}
.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}
.mejs__volume-total {
  background: #edeeef;
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}
.mejs__volume-current {
  background: #1d1d1b;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}
.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}
.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}
.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px;
}
.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mejs__horizontal-volume-handle {
  display: none;
}
/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
  position: relative;
}
.mejs__captions-button > button {
  background-position: -140px 0;
}
.mejs__chapters-button > button {
  background-position: -180px 0;
}
.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px;
}
.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0 10px;
}
.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}
.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 0 0;
}
.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8;
}
.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}
.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}
.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mejs__captions-position-hover {
  bottom: 35px;
}
.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}
.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}
/* End: Track (Captions and Chapters) */
/* Start: Error */
.mejs__cannotplay,
.mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em;
}
.mejs__cannotplay p,
.mejs__cannotplay a {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
/* End: Error */
.enjoyhint_skip_btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
}
.check-input {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  cursor: pointer;
  font-weight: bold;
  line-height: 16px;
  font-size: 12px;
  color: #333;
  margin-top: 10px;
}
.check-input p {
  font-weight: normal;
  margin-top: 5px;
}
.check-input--checked {
  color: #0E6A80;
}
.check-input + .check-input {
  margin-left: 20px;
}
.check-input > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.check-input > input:checked .check-indicator:before {
  background: #0E6A80 !important;
}
.check-input > input:checked + .check-indicator,
.check-input > input:checked + .form-error + .check-indicator {
  box-shadow: inset 0 0 0 2px #0E6A80;
  background: #fff;
}
.check-input > input:checked + .check-indicator:before,
.check-input > input:checked + .form-error + .check-indicator:before {
  opacity: 1;
  font-family: "icomoon" !important;
  font-size: 10px;
  font-weight: bold;
  color: #0E6A80;
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.check-input .check-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #ebebeb;
  box-shadow: inset 0 0 0 2px #A6A7B1;
  border-radius: 2px;
}
.check-input .check-indicator:before {
  opacity: 0;
  transition: opacity 200ms ease-in;
}
.check-input > input:checked + .check-indicator,
.check-input > input:checked + .form-error + .check-indicator {
  box-shadow: inset 0 0 0 2px #0E6A80;
}
.check-input--radio > input:checked + .check-indicator,
.check-input--radio > input:checked + .form-error + .check-indicator {
  box-shadow: inset 0 0 0 2px #0E6A80;
}
.check-input > input:checked + .check-indicator:before,
.check-input > input:checked + .form-error + .check-indicator:before {
  content: "\2714";
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 11px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.check-input--radio > input:checked + .check-indicator:before,
.check-input--radio > input:checked + .form-error + .check-indicator:before {
  content: "";
  background: #0E6A80;
  top: 50%;
  left: 50%;
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  line-height: 10px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.check-input--radio .check-indicator {
  box-shadow: inset 0px 0px 0px 2px #A6A7B1;
  border-radius: 50%;
  background: #ebebeb;
}
.check-input--radio .check-indicator:before {
  border-radius: 50%;
}
.companyForm {
  margin: 20px auto 0 ;
  max-width: 500px;
}
.companyForm .button {
  width: auto;
}
.pollPremium .well {
  background: #0e6a80 !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1) !important;
  border-color: #0b5769 !important;
}
.pollPremium .well h2,
.pollPremium .well p {
  color: white !important;
}
.pollPremium .well .poll-vote {
  color: rgba(255, 255, 255, 0.75);
}
.pollPremium .well .poll-vote:hover {
  color: white;
}
.pollPremium .well .poll-percent {
  color: white;
}
.pollPremium .well > div:last-child {
  color: white;
}
.pollPremium .well .progress {
  height: 12px;
  border-radius: 6px;
  padding: 2px;
  margin: 10px 0 20px;
}
.pollPremium .well .progress .bar {
  height: 8px;
  border-radius: 4px;
}
.steps {
  display: flex;
  justify-content: space-between;
  padding: 0 20%;
  list-style: none;
  margin: -50px 0 40px 0;
}
.steps li {
  width: 25%;
}
.steps a {
  text-align: center;
  cursor: not-allowed;
  text-decoration: none;
}
.steps a span {
  display: block;
  margin: 0 auto;
}
.steps a .steps__Number {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-top: -20px;
  line-height: 40px;
  text-align: center;
  color: #B3B8BA;
  margin-bottom: 10px;
  background: white;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #DFE1E6;
}
.steps a .steps__Check {
  width: 40px;
  height: 40px;
  border: 1px solid #DFE1E6;
  border-radius: 20px;
  background: white;
  margin-top: -20px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
  display: none;
}
.steps a .steps__Check:after {
  content: "\2713";
  color: #307f0e;
  font-size: 20px;
}
.steps a .steps__Name {
  color: #B3B8BA;
  font-weight: 700;
}
.steps .active a {
  cursor: pointer;
}
.steps .active a .steps__Number {
  background: #0e6a80;
  color: white;
}
.steps .active a .steps__Name {
  color: #222222;
}
.steps .step-done a {
  cursor: pointer !important;
}
.steps .step-done a .steps__Number {
  display: none;
}
.steps .step-done a .steps__Check {
  display: block;
}
.steps .step-done a .steps__Name {
  color: #222222;
}
@media screen and (max-width: 800px) {
  .steps {
    padding: 0 5%;
  }
  .steps a .steps__Number {
    width: 46px;
    height: 46px;
    margin-top: -23px;
    line-height: 46px;
  }
}
@media screen and (max-width: 600px) {
  .steps {
    padding: 0 10px;
    margin: 20px 0;
  }
  .steps a .steps__Number {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
  }
  .steps a .steps__Name {
    font-size: 12px;
  }
}
.politicsCompare,
.ratingList {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.politicsCompare .img,
.ratingList .img {
  width: 100px;
  position: relative;
  display: block;
  max-height: 72px;
  overflow: hidden;
}
.politicsCompare .content,
.ratingList .content {
  padding-left: 15px;
  flex-grow: 1;
}
.politicsCompare .content h2,
.ratingList .content h2 {
  margin: 0 0 10px 0;
}
.politicsCompare .content .list-unstyled,
.ratingList .content .list-unstyled {
  margin-bottom: 0;
}
.politicsCompare .content .list-unstyled li,
.ratingList .content .list-unstyled li {
  font-size: 12px !important;
  font-weight: normal;
}
.politicsCompare {
  background: #0e6a80 !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1) !important;
  border-color: #0b5769 !important;
  position: relative;
}
.politicsCompare .icona-sub-questionmark {
  position: absolute;
  right: 10px;
  top: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.politicsCompare .icona-sub-questionmark:hover {
  color: rgba(255, 255, 255, 0.1);
}
.politicsCompare h2,
.politicsCompare h3 a,
.politicsCompare .list-unstyled li {
  color: white !important;
}
.politicsCompare h2 {
  width: 100%;
}
.politicsCompare h3 {
  font-size: 1.8rem !important;
  line-height: 3.15rem !important;
  margin-bottom: 15px;
}
.politicsCompare .buttons {
  width: 220px;
  display: flex;
}
.politicsCompare .buttons .rating {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  background: white;
  border: 1px solid #0b5769;
  margin-right: 5px;
}
.politicsCompare .buttons .rating i {
  font-size: 30px;
}
.politicsCompare .buttons .ratingPositive {
  color: #5cb85c;
}
.politicsCompare .buttons .ratingPositive:hover {
  background: #5cb85c;
  color: white;
}
.politicsCompare .buttons .ratingUnknown {
  color: #333333;
}
.politicsCompare .buttons .ratingUnknown img {
  width: 30px;
  height: auto;
  opacity: 0.6;
}
.politicsCompare .buttons .ratingUnknown:hover {
  background: #dddddd;
  color: white;
}
.politicsCompare .buttons .ratingNegative {
  color: #d9534f;
}
.politicsCompare .buttons .ratingNegative:hover {
  background: #d9534f;
  color: white;
}
.politicsCompare .buttons .rating:last-child {
  margin-right: 0;
}
.politicsCompare .buttons .rating:hover {
  text-decoration: none;
}
.ratingList {
  padding: 10px 0;
  border-bottom: 1px dotted #ddd;
}
.ratingList:last-child {
  border-bottom: 0;
}
.ratingList .ratingPosition {
  background: #eeeeee;
  width: 72px;
  height: 100%;
  text-align: center;
  line-height: 72px;
  margin-right: 5px;
  border-radius: 4px;
  font-size: 20px;
}
.ratingList .ratingCurrent {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 20px;
}
.ratingList .ratingCurrent i {
  margin-right: 10px;
  font-size: 30px;
}
.ratingList .ratingCurrent span {
  font-weight: bold;
}
.ratingList .ratingCurrent--positive i {
  color: #5cb85c;
}
.ratingList .ratingCurrent--negative i {
  color: #d9534f;
}
@media screen and (max-width: 600px) {
  .politicsCompare .buttons {
    margin-top: 20px;
    width: 100%;
  }
  .politicsCompare .buttons .rating {
    width: 33%;
  }
}
#chartdiv {
  width: 100%;
  height: 500px;
}
.subscriptionBox {
  display: block;
  margin: auto;
  height: auto;
  width: 100%;
  background-color: #f4f5f7;
}
.subscriptionBox__inner {
  position: relative;
  height: 100%;
}
.subscriptionBox__inner div {
  padding: 30px;
  display: flex;
  align-items: center;
}
.subscriptionBox__inner div img {
  width: 60px;
  margin-right: 25px;
}
.subscriptionBox__inner:before,
.subscriptionBox__inner:after {
  content: '';
  position: absolute;
  display: block;
  height: 12px;
  width: 100%;
  background: #0e6a80;
  background: repeating-linear-gradient(-45deg, #0e6a80, #0e6a80 12px, transparent 10px, transparent 23px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 0;
}
.subscriptionBox__inner:before {
  top: 0;
}
.subscriptionBox__inner:after {
  bottom: 0;
}
.subscriptionBox__heading {
  margin: 0;
  padding: 10px 10px 10px;
  color: #333;
  text-align: center;
}
.nivo-caption h2,
.nivo-caption h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nivo-caption h3 {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .nivo-caption {
    position: relative !important;
  }
}
#onetrust-group-container h3 {
  font-size: 18px !important;
}
#onetrust-group-container p {
  font-size: 14px !important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
  font-size: 12px !important;
}
.bookshop__header {
  position: relative;
}
.bookshop__header h1 {
  padding: 0 50px;
}
.bookshop__header .button {
  position: absolute;
  left: 0;
  top: 0;
}
.bookshop__cart {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 200ms ease-in-out;
}
.bookshop__cart:hover {
  text-decoration: none;
  background: white;
}
.bookshop__cart .badge {
  border-radius: 10px !important;
  padding: 0!important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #D21C1C;
  position: absolute;
  right: 3px;
  top: 3px;
}
.bookshop__list {
  display: flex;
  flex-wrap: wrap;
}
.bookshop__listItem {
  width: calc(25% - 1px);
  position: relative;
  background: white;
  padding: 25px 20px 60px;
  transition: all 200ms ease-in-out;
  margin: 0 1px 1px 0;
}
.bookshop__listItem:nth-child(4n) {
  margin: 0 0 1px 0;
}
.bookshop__listItem:hover {
  background: #FAFBFC;
}
.bookshop__listItem:hover h2 a {
  text-decoration: underline;
}
.bookshop__listItem .badge {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}
.bookshop__listItem .badge + .badge {
  top: 45px;
}
.bookshop__listItem h2 {
  font-size: 16px;
}
.bookshop__listItem h2 a {
  color: #222222;
}
.bookshop__listItem a img {
  max-height: 200px;
  margin: 0 auto;
  display: block;
}
.bookshop__listItem .button {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
}
.bookshop .badge {
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 10px;
}
.bookshop .badge--ebook {
  background: #35A6CA;
}
.bookshop .badge--last {
  background: #CA3535;
}
.bookshop .badge--new {
  background: #5CCA35;
}
.bookshop__detail {
  background: #fff;
  border: 1px solid #DFE1E6;
  border-radius: 4px;
  padding: 50px 50px 0;
  text-align: left;
}
.bookshop__detail h1,
.bookshop__detail .h1 {
  margin: 0 0 30px;
  text-align: left;
  font-size: 26px;
}
.bookshop__detail p {
  font-size: 16px;
  line-height: 24px;
}
.bookshop__detail .details {
  border-radius: 4px;
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.bookshop__detail .details li {
  font-size: 16px;
  line-height: 24px;
  padding: 4px 20px;
  border-bottom: 1px dashed #DFE1E6;
}
.bookshop__detail .details li span {
  width: 50%;
  display: inline-block;
}
.bookshop__detail .details li.blue {
  background: #EFF9FC;
  padding: 20px ;
  border: 0;
}
.bookshop__detail .details li.blue span:nth-child(2) {
  font-size: 24px;
  color: #0e6a80;
}
.bookshop__detail .details li.blue span strong {
  white-space: nowrap;
}
.bookshop__detail .details .cart span {
  cursor: pointer;
}
.bookshop__detail .cover {
  margin: 0 auto;
  position: relative;
  width: auto;
  display: inline-block;
}
.bookshop__detail .cover .badge {
  position: absolute;
  left: -10px;
  top: 20px;
  transform: scale(1.2);
}
.bookshop__detail .cover img {
  max-height: 320px;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.bookshop__detailDescription {
  background: #FAFBFC;
  border-top: 1px solid #DFE1E6;
  margin: 30px -50px 0;
  padding: 20px 50px;
}
.number {
  display: flex;
  margin-bottom: 30px;
}
.number p {
  font-size: 16px;
}
.number .minus,
.number .plus {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 4px;
  font-size: 26px;
  line-height: 37px;
  color: #0e6a80;
  border: 1px solid #DFE1E6;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.number .minus {
  border-radius: 0;
}
.number .plus {
  border-radius: 0 4px 4px 0;
}
.number input {
  height: 40px;
  width: 70px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #DFE1E6;
  border-radius: 4px 0 0 4px;
  display: inline-block;
  vertical-align: middle;
  background: #F4F5F7;
}
.number .button {
  margin: 0 0 0 10px;
}
.prices {
  text-align: center;
  margin-bottom: 10px;
}
.prices strong {
  color: #0e6a80;
  font-size: 18px;
  white-space: nowrap;
}
.prices del {
  color: #A7AEBB;
  font-size: 12px;
}
.prices p {
  margin-bottom: 0;
}
.vat {
  color: #A7AEBB;
  font-size: 12px;
  font-weight: normal;
}
.buttonsStretch {
  display: flex;
  justify-content: space-between;
}
.buttonsStretch .button {
  width: auto;
  margin: 0;
}
.button--gray {
  background: #A7AEBB;
}
.button--gray:hover {
  background: #99a1b0;
}
@media screen and (max-width: 768px) {
  .bookshop__listItem {
    width: calc(33.333% - 1px);
  }
  .bookshop__listItem:nth-child(4n) {
    margin: 0 1px 1px 0;
  }
  .bookshop__listItem:nth-child(3n) {
    margin: 0 0 1px 0;
  }
  .bookshop__detail .cover {
    margin-bottom: 20px;
  }
  .number .minus,
  .number .plus {
    height: 36px;
    font-size: 22px;
    line-height: 34px;
  }
  .number input {
    height: 36px;
  }
}
@media screen and (max-width: 500px) {
  .bookshop {
    padding: 20px 0;
  }
  .bookshop__listItem {
    width: calc(50% - 1px);
  }
  .bookshop__listItem:nth-child(4n),
  .bookshop__listItem:nth-child(3n) {
    margin: 0 1px 1px 0;
  }
  .bookshop__listItem:nth-child(2n) {
    margin: 0 0 1px 0;
  }
  .bookshop__detail {
    padding: 20px 25px 0;
  }
  .bookshop__detailDescription {
    padding: 20px 25px;
    margin: 20px -25px;
  }
}
@media screen and (max-width: 320px) {
  .bookshop__listItem {
    width: 100%;
  }
  .bookshop__listItem:nth-child(4n),
  .bookshop__listItem:nth-child(3n),
  .bookshop__listItem:nth-child(2n) {
    margin: 0 0 1px 0;
  }
}
.bookshopCart {
  background: white;
  border: 1px solid #DFE1E6;
  border-radius: 4px;
  padding: 50px 50px 0;
  text-align: left;
}
.bookshopCart h1,
.bookshopCart .h1 {
  margin: 0 0 30px;
  text-align: left;
  font-size: 26px;
}
.bookshopCart p {
  font-size: 16px;
  line-height: 24px;
}
.bookshopCart__Row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 60px 20px 0;
  border-bottom: 1px solid #DFE1E6;
  position: relative;
}
.bookshopCart__Row:last-child {
  border-bottom: 0;
}
.bookshopCart__Row .cover {
  padding-right: 20px;
  min-width: 90px;
}
.bookshopCart__Row .cover img {
  max-width: 70px;
}
.bookshopCart__Row .name {
  width: 320px;
  padding-right: 20px;
}
.bookshopCart__Row .name h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
.bookshopCart__Row .name h3 a {
  color: #333333;
}
.bookshopCart__Row .name .stock {
  font-size: 14px;
  color: #5cca35;
}
.bookshopCart__Row .name .stock i {
  margin-right: 5px;
}
.bookshopCart__Row .number {
  margin-bottom: 0;
  padding-left: 20px;
}
.bookshopCart__Row .number .button {
  white-space: nowrap;
}
.bookshopCart__Row .prices {
  margin-bottom: 0;
  width: 150px;
  text-align: left;
  padding: 0;
}
.bookshopCart__Row .removeFromCart {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  border-radius: 40px;
  border: 1px solid #DFE1E6;
  color: #A7AEBB;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.bookshopCart__Row .removeFromCart:hover {
  text-decoration: none;
}
.bookshopCart__Row--summary {
  padding: 20px 0;
}
@media screen and (max-width: 1000px) {
  .bookshopCart__Row {
    padding: 20px 40px 20px 0;
    flex-wrap: wrap;
  }
  .bookshopCart__Row .name {
    width: calc(100% - 90px);
  }
  .bookshopCart__Row .number {
    margin-left: 90px;
  }
  .bookshopCart__Row .removeFromCart {
    top: 20px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 500px) {
  .bookshopCart {
    padding: 20px 25px 0;
  }
  .bookshopCart__Row {
    padding: 20px 40px 20px 0;
  }
  .bookshopCart__Row .number {
    margin: 10px 0;
  }
  .bookshopCart__Row .removeFromCart {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
  }
  .bookshopCart__Row .prices {
    padding: 0;
  }
}
.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  display: inline-block;
}
.loader.mid {
  width: 35px;
  height: 35px;
}
.hide-on-submit + .loader {
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.article-rating p {
  padding: 0 0 10px 0;
}
.article-rating .rate {
  display: inline-block;
  width: 100px;
  text-align: center;
  vertical-align: top;
  line-height: 14px;
  cursor: pointer;
}
.article-rating .rate img {
  margin-bottom: 10px;
}
.article-rating .rated .rate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: default;
  text-decoration: none;
}
.article-rating .rated.rating_r-2 .rate.r-2 {
  -webkit-filter: none;
  filter: none;
}
.article-rating .rated.rating_r-1 .rate.r-1 {
  -webkit-filter: none;
  filter: none;
}
.article-rating .rated.rating_r0 .rate.r0 {
  -webkit-filter: none;
  filter: none;
}
.article-rating .rated.rating_r1 .rate.r1 {
  -webkit-filter: none;
  filter: none;
}
.article-rating .rated.rating_r2 .rate.r2 {
  -webkit-filter: none;
  filter: none;
}
.radio-switcher {
  background: #ffffff;
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
}
.radio-switcher label {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.radio-switcher label > input {
  display: none;
}
.radio-switcher label span {
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
.radio-switcher label > input:checked + span {
  border-radius: 4px;
  color: #fff;
  transition: all 0.1s ease-in-out;
  background: #0e6a80;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  border: 0;
}
.jinde {
  display: flex;
  gap: 10px;
}
.jinde > div a {
  color: #923901;
  font-weight: 700;
  font-size: 9px;
}
.jinde > div a:after {
  content: ',';
}
.jinde > div a:last-child:after {
  content: '';
}
.lt-ie8 .newsletter {
  width: 15%;
}
.pika-title .pika-label:after {
  content: "▼";
  display: inline-block;
}
.gsc-search-button {
  display: none!important;
}
.gsc-clear-button {
  display: none!important;
}
table.gsc-search-box a {
  display: none!important;
}
table.gsc-search-box,
table.gsc-search-box * {
  margin: 0!important;
  padding: 0!important;
  height: 0!important;
  border: 0!important;
}
.ui-helper-hidden-accessible {
  display: none;
}
.article-container {
  position: relative;
}
.article-mist {
  background: linear-gradient(#ffffff00, #ffffff);
  position: absolute;
  width: 100%;
  height: 100%;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}

/*# sourceMappingURL=/content/parlament.css.map */
