/*! 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;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  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: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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 #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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: #777777;
}
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: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1210px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.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: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  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: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  min-height: 450px;
  padding: 50px 0;
  font-size: 18px;
  color: #00b2db;
  text-align: center;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  background-image: url(/i/icons/sadsmile.svg);
  background-size: cover;
}
.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: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.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: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  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: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@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: 27px;
}
.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: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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: 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;
  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);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #00b2db;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #00b2db;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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: 12px;
  line-height: 1.42857143;
  color: #777777;
  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: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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: transparent;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  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: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 600;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border-bottom: 2px solid transparent;
  padding: 5px 10px 5px 0;
  margin-bottom: -6px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #00b2db;
  background-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
  margin-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: left;
  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;
  color: #777777;
  padding-top: 0;
  margin-top: -5px;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
  outline: none;
  color: #00b2db;
}
.nav-tabs.nav-justified > li > a:hover::before,
.nav-tabs.nav-justified > li > a:focus::before {
  content: '';
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  outline: none;
  color: #00b2db;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    outline: none;
    color: #00b2db;
  }
  .nav-tabs.nav-justified > .active > a::before,
  .nav-tabs.nav-justified > .active > a:hover::before,
  .nav-tabs.nav-justified > .active > a:focus::before {
    content: '';
  }
}
.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: #00b2db;
}
.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: left;
  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;
  margin-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  color: #777777;
  padding-top: 0;
  margin-top: -5px;
}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
  outline: none;
  color: #00b2db;
}
.nav-tabs-justified > li > a:hover::before,
.nav-tabs-justified > li > a:focus::before {
  content: '';
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  outline: none;
  color: #00b2db;
}
@media (min-width: 768px) {
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    outline: none;
    color: #00b2db;
  }
  .nav-tabs-justified > .active > a::before,
  .nav-tabs-justified > .active > a:hover::before,
  .nav-tabs-justified > .active > a:focus::before {
    content: '';
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  min-height: 25px;
  margin-bottom: 0;
  border: 1px solid transparent;
  z-index: 1000;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .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: 2.5px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 25px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0;
  transition: background-color 0.3s ease-in-out;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  width: 36px;
  height: 36px;
  z-index: 1000;
}
.navbar-toggle:focus,
.navbar-toggle:hover,
.navbar-toggle:active {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 10px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  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: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -4.5px;
  margin-bottom: -4.5px;
}
.navbar-btn.btn-sm {
  margin-top: -2.5px;
  margin-bottom: -2.5px;
}
.navbar-btn.btn-xs {
  margin-top: 1.5px;
  margin-bottom: 1.5px;
}
.navbar-text {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: transparent;
}
.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: #555555;
}
.navbar-default .navbar-nav > li > a {
  color: #555555;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #00b2db;
  background-color: transparent;
  font-weight: 600;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #00b2db;
  background-color: transparent;
}
.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: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #00cfff;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.navbar-default .navbar-toggle:not(.collapsed) .icon-bar {
  opacity: 0.5;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #00b2db;
}
@media (max-width: 991px) {
  .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: #00b2db;
    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: #00b2db;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #555555;
}
.navbar-default .navbar-link:hover {
  color: #00b2db;
}
.navbar-default .btn-link {
  color: #555555;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #00b2db;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #1D1D1D;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #00b2db;
  border-color: #00b2db;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #00b2db;
  border-color: #00b2db;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px/2;
  margin-bottom: 20px/2;
  background-color: #f5f5f5;
  border-radius: 0;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #00b2db;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: 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: 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: 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);
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #00b2db;
  border: 1px solid #fff;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #fff;
}
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: #fff;
  background-color: #00c7f5;
}
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: #777777;
  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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00b2db;
  border-color: #00b2db;
}
.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: #a8efff;
}
.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;
}
/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}
.toggle {
  position: relative;
  overflow: hidden;
}
.toggle input[type=checkbox] {
  display: none;
}
.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.toggle.off .toggle-group {
  left: -100%;
}
.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px;
}
.toggle.btn {
  min-width: 59px;
  min-height: 25px;
  height: 25px;
}
.toggle-on.btn {
  padding-right: 24px;
}
.toggle-off.btn {
  padding-left: 24px;
}
.toggle.btn-lg {
  min-width: 79px;
  min-height: 45px;
}
.toggle-on.btn-lg {
  padding-right: 31px;
}
.toggle-off.btn-lg {
  padding-left: 31px;
}
.toggle-handle.btn-lg {
  width: 40px;
}
.toggle.btn-sm {
  min-width: 50px;
  min-height: 30px;
}
.toggle-on.btn-sm {
  padding-right: 20px;
}
.toggle-off.btn-sm {
  padding-left: 20px;
}
.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}
.toggle-on.btn-xs {
  padding-right: 12px;
}
.toggle-off.btn-xs {
  padding-left: 12px;
}
.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
  border-radius: 20px;
}
.toggle.ios .toggle-handle {
  border-radius: 20px;
}
.toggle-off.ios {
  background-color: #e5e5e5;
}
.toggle-on,
.toggle-off {
  visibility: hidden;
}
.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 {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  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;
  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 {
    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: "Open Sans", "Helvetica Neue", Helvetica, Arial, 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;
  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;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #fff;
  text-align: center;
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.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,
.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;
  }
}
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Open Sans ", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
  width: 250px;
}
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  margin-left: 8px;
  background-color: #fff;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC");
}
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
  display: none;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #fff;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #FECB00;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #007ba8;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #fff;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #007ba8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #007ba8;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #FECB00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #007ba8 !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit!important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}
.xdsoft_scroller_box {
  position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007ba8;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==");
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
}
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
}
* {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
body {
  overflow-x: hidden;
}
a:hover,
a:active,
a:focus {
  outline: none !important;
}
.icons {
  display: inline-block;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 0 0 4px;
}
.statistics {
  padding: 10px 0;
  color: #454545;
  font-size: 12px;
  font-weight: 600;
}
.statistics .comments {
  margin: 0 0 0 15px;
}
.statistics .views {
  margin: 0 15px 0 0;
}
.statistics .comment-icon {
  width: 12px;
  height: 12px;
  background-image: url(/i/icons/comment.svg);
}
.statistics .view-icon {
  width: 12px;
  height: 12px;
  background-image: url(/i/icons/fire.svg);
}
.stars {
  margin-top: 10px;
}
.stars .star-icon {
  width: 15px;
  height: 15px;
  background-image: url(/i/icons/star.svg);
  margin: 0;
}
.image-block {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.image-block img {
  width: 100%;
  height: auto;
}
.footer {
  background-color: #1D1D1D;
  color: #999;
  padding-top: 50px;
  margin-top: 30px;
  font-size: 15px;
}
.footer .footer-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #f1f1f1;
  font-weight: 600;
  margin-bottom: 30px;
}
.footer .footer-list {
  padding-left: 0;
}
.footer .footer-list li {
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  padding: 5px 0;
  list-style: none;
  height: 38px;
  line-height: 38px;
}
.footer .footer-list li a {
  line-height: 16px;
  vertical-align: super;
  text-decoration: none;
  color: #999;
}
.footer .subscribe .subscribe-input-group {
  position: relative;
}
.footer .subscribe input.email {
  width: 100%;
  padding: 10px 100px 10px 15px;
  font-weight: 600;
  font-size: 16px;
  color: #777777;
  border: 1px solid #00cfff;
  border-radius: 30px;
  background-color: #eeeeee;
  outline: none;
}
.footer .subscribe input.btn-submit {
  width: 75px;
  border: none;
  outline: none;
  background-color: #00cfff;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 44px;
  background-image: url('/i/arrows.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0 30px 30px 0;
}
.footer .bottom-footer {
  padding: 15px 0;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  margin-top: 20px;
}
.icon-android,
.icon-apple,
.icon-fb,
.icon-inst,
.icon-rss,
.icon-telegram,
.icon-twitter,
.icon-vk,
.icon-windows {
  display: inline-block;
  background: url('/i/footer-sprite.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  margin-right: 5px;
}
.icon-android {
  background-position: 0px 0px;
  width: 16px;
  height: 16px;
}
.icon-apple {
  background-position: -16px 0px;
  width: 16px;
  height: 16px;
}
.icon-fb {
  background-position: -32px 0px;
  width: 16px;
  height: 16px;
}
.icon-rss {
  background-position: -16px -16px;
  width: 16px;
  height: 16px;
}
.icon-telegram {
  background-position: -32px -16px;
  width: 16px;
  height: 16px;
}
.icon-twitter {
  background-position: 0px -32px;
  width: 16px;
  height: 16px;
}
.icon-vk {
  background-position: 0px -16px;
  width: 16px;
  height: 16px;
}
.icon-windows {
  background-position: -32px -32px;
  width: 16px;
  height: 16px;
}
.icon-inst {
  background: url('/i/icons/youtube.svg') no-repeat;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.best-video {
  padding: 30px 0;
}
.best-video .heading a {
  color: #333 !important;
}
.best-video a:hover {
  text-decoration: none;
  outline: none;
}
.best-video .fv_content {
  display: block;
  padding-bottom: 10px;
  box-shadow: 0px 0px 2px 2px rgba(238, 238, 238, 0.75);
}
.best-video .fv_content .img {
  padding: 0 5px 0 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 120px;
  position: relative;
}
.best-video .fv_content .img .icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 22px;
  height: 17px;
  color: #555;
  font-size: 11px;
  text-align: right;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  background-color: #00cfff;
  position: relative;
  bottom: 10px;
  position: absolute;
  left: 10px;
  margin: auto;
  z-index: 10;
}
.best-video .fv_content .img .icon--photo {
  background-image: url(/i/icons/photo.svg);
}
.best-video .fv_content .img .icon--video {
  background-image: url(/i/icons/play.svg);
  background-position: 1px center;
}
.best-video .fv_content .text {
  margin-top: 10px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 600;
  padding: 0 10px;
  height: 75px;
  overflow: hidden;
  color: #1D1D1D;
}
.best-video .fv_content:hover {
  box-shadow: 2px 2px 5px #777777;
  transition: all 0.25s linear;
}
.blogs {
  margin-bottom: 50px;
}
.blogs .section {
  box-sizing: border-box;
  padding: 0;
}
.blogs .main-section,
.blogs .small-section {
  border-top: 10px solid #1D1D1D;
}
.blogs .main-section {
  box-sizing: border-box;
}
.blogs .small-section .title {
  color: #1D1D1D;
  font-size: 17px;
  font-weight: 600;
  margin: 20px 0;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.blogs .image-block {
  max-height: 600px;
  margin-bottom: 20px;
  padding: 0 5px;
}
.blogs .main-section-content {
  display: inline-block;
  margin-bottom: 30px;
}
.blogs .main-section-content .title {
  font-weight: 600;
  color: #1D1D1D;
  font-size: 28px;
  padding: 10px 0;
  padding: 0 5px;
}
.blogs .main-section-content .text {
  padding: 0 5px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 25px;
  height: auto;
  color: #1D1D1D;
  max-height: 125px;
  overflow: hidden;
}
.blogs .main-section-content:hover {
  text-decoration: none;
  box-shadow: 0 0 10px rgba(241, 242, 243, 0.6);
}
.big_photo_small_title_block {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 20px;
}
.big_photo_small_title_block .image-block {
  max-height: 300px;
  margin-bottom: 10px;
}
.big_photo_small_title_block .description {
  color: #1D1D1D;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 0 0;
  height: 55px;
  max-height: 55px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .big_photo_small_title_block .description {
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
  }
}
.big_photo_small_title_block:hover {
  text-decoration: none;
}
.big_photo_small_title_block:hover .description {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .blogs .big_photo_small_title_block {
    width: 48%;
    margin: 1%;
  }
}
.underline {
  width: 100%;
  height: 2px;
  background-color: #E8E8E8;
  margin-bottom: 50px;
}
.underline .bright_line {
  width: 75px;
  display: block;
  height: 2px;
  background-color: #00cfff;
}
.bright_line.blue {
  background-color: #00b2db;
}
.bright_line.green {
  background-color: #67DB9C;
}
.bright_line.lilac {
  background-color: #BB8DCE;
}
.mini-news {
  background-color: #F7F7F7;
  padding: 30px 0 60px;
  margin-bottom: 50px;
}
.mini-news .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  color: #1D1D1D;
}
.mini-news .mini-news-block {
  color: #1D1D1D;
  display: inline-block;
  background-color: #fff;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mini-news .mini-news-block .image {
  height: 80px;
  width: 120px;
  margin-right: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
}
.mini-news .mini-news-block .caption {
  font-size: 14px;
  line-height: 20px;
  height: auto;
  max-height: 40px;
  overflow: hidden;
}
.mini-news .mini-news-block .statistics {
  padding: 10px 0 0 0;
}
.mini-news .mini-news-block:hover {
  text-decoration: none;
}
.mini-news .mini-news-block:hover .caption {
  text-decoration: underline;
}
.local_news .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  color: #1D1D1D;
}
.local_news .underline {
  margin-bottom: 0;
}
.local_news .submenu {
  margin-bottom: 30px;
}
.local_news .submenu a {
  color: #aaa;
  padding: 10px ;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: none;
}
.local_news .submenu a:focus,
.local_news .submenu a:hover {
  border-radius: none;
  background: none !important;
  border: none !important;
  text-decoration: underline;
}
.local_news .submenu li:first-of-type a {
  padding-left: 0;
}
.social .social-block {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .social .social-block {
    padding: 0;
  }
}
.social .social-block-content {
  height: 135px;
}
.social .social-block-content.fb {
  background-color: #3A5799;
}
.social .social-block-content.vk {
  background-color: #537599;
}
.social .social-block-content.yt {
  background-color: #F01615;
}
.social .read-msn {
  padding: 10px 0;
  font-weight: 600;
  font-size: 16px;
}
.social .icons {
  margin-top: 20px;
}
.social .amount {
  font-size: 20px;
  margin-bottom: 0;
}
.social .social-description {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}
.social .big-yt-icon {
  width: 32px;
  height: 32px;
  background-image: url(/i/icons/youtube.png);
}
.social .big-fb-icon {
  width: 32px;
  height: 32px;
  background-image: url(/i/icons/big-fb.svg);
}
.social .big-vk-icon {
  width: 32px;
  height: 32px;
  background-image: url(/i/icons/big-vk.svg);
}
.header--top {
  height: 40px;
  background-color: #333333;
}
.header--middle {
  min-height: 40px;
  padding-top: 10px;
}
.header--bottom {
  background-color: transparent;
  position: relative;
  z-index: 20;
}
.header--bottom .underline {
  margin-bottom: 0px;
}
.header--bottom .underline .bright_line {
  background-color: #00b2db;
}
.header--bottom .navbar-default .navbar-nav > li a {
  color: #333;
}
.header__clear {
  clear: both;
}
.header__search {
  display: block;
  margin: 25px 16px 0;
  position: relative;
  z-index: 1001;
}
@media (min-width: 768px) {
  .header__search {
    float: right;
  }
}
.header__search .search-block {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .header__search .search-block {
    width: 300px;
  }
}
.header__search .search-block .search-icon {
  position: absolute;
  right: -16px;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(/i/icons/search.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.header__search .search-block .search {
  width: 0;
  border: none;
  opacity: 0;
  position: absolute;
  right: 40px;
  border-radius: 0;
  z-index: 10000;
  background-color: #fff;
  color: #333;
  border: 1px solid transparent;
  outline: 0;
  font-size: 14px;
  font-style: italic;
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  transition: all 0.5s linear;
}
.header__search .search-block .calendar {
  position: absolute;
  top: 2px;
  margin-top: 2px;
  right: 42px;
  width: 16px;
  height: 16px;
  display: none;
  content: "";
  background-repeat: no-repeat;
  background-image: url(/i/icons/date.svg);
  background-size: contain;
  opacity: 0;
  cursor: pointer;
  z-index: 10000;
}
.header__search .search-block.active .search {
  width: 255px;
  opacity: 1;
  transition: all 0.5s linear;
}
.header__search .search-block.active .calendar {
  display: inline-block;
  opacity: 1;
}
.header__search .search-block.active .search-icon a {
  color: #bbb;
}
.heading {
  text-transform: uppercase;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-weight: 600;
}
.heading::before {
  content: '';
  display: inline-block;
  width: 75px;
  border-bottom: 2px solid #00b2db;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.heading--h1 {
  font-size: 36px;
}
.heading--h2 {
  font-size: 30px;
}
.heading--h3 {
  font-size: 24px;
}
.heading--h4 {
  font-size: 15px;
}
.heading--h4 a {
  color: #333;
  text-decoration: none;
}
.heading--h4 a:hover {
  color: #00b2db;
}
.heading--lowcase {
  text-transform: none;
  border-bottom: none;
  margin-bottom: 10px;
}
.heading--lowcase::before {
  content: '';
  border-bottom: none;
}
.heading-active {
  margin-top: 10px;
}
.heading-active::before {
  display: none;
}
.heading .heading-categories {
  display: inline;
  padding: 0;
}
.heading .heading-categories li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
}
.heading .heading-categories li a {
  opacity: 0.5;
  font-size: 13px;
  text-transform: none;
}
.heading .heading-categories li a:hover,
.heading .heading-categories li a:focus,
.heading .heading-categories li a:active {
  color: #00b2db;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .heading .heading-categories li {
    margin-top: 10px;
  }
}
.heading .heading-categories .heading--active {
  position: relative;
}
.heading .heading-categories .heading--active:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #00b2db;
  position: absolute;
  left: 0;
  bottom: -7px;
}
.heading .heading-categories .heading--active a {
  text-transform: uppercase;
  color: #000;
  opacity: 1;
  font-size: 15px;
}
.heading .heading-categories .heading--active .heading-circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: -2px 5px 0;
  border-radius: 50%;
  background-color: #00cfff;
}
.subheading-categories {
  display: inline;
  padding: 0;
  position: relative;
  top: -15px;
}
.subheading-categories li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
}
.subheading-categories li a {
  opacity: 0.8;
  font-size: 13px;
  text-transform: none;
  color: #555555;
}
.subheading-categories li a:hover,
.subheading-categories li a:focus,
.subheading-categories li a:active {
  color: #00b2db;
  opacity: 1;
}
.subheading-categories li.letters {
  font-size: 13px;
  color: #555;
}
.subheading-categories li.letters span {
  opacity: 0.3;
}
.subheading-categories li.letters a {
  text-transform: uppercase;
  font-weight: bold;
}
.subheading-categories li.transparent {
  opacity: 0.3;
}
.subheading-categories .heading--active {
  position: relative;
}
.subheading-categories .heading--active a {
  color: #00b2db;
}
.subheading-categories.subheading-letters .letters:not(:first-of-type) {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  text-align: center;
  border-radius: 50%;
  line-height: 24px;
}
.subheading-categories.subheading-letters .letters:not(:first-of-type) a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.subheading-categories.subheading-letters .letters:not(:first-of-type) a:visited,
.subheading-categories.subheading-letters .letters:not(:first-of-type) a:focus,
.subheading-categories.subheading-letters .letters:not(:first-of-type) a:active {
  color: #000;
  text-decoration: none;
}
.subheading-categories.subheading-letters .letters:not(:first-of-type):not(.transparent):hover,
.subheading-categories.subheading-letters .letters:not(:first-of-type):not(.transparent):focus,
.subheading-categories.subheading-letters .letters:not(:first-of-type).active:not(.transparent) {
  background-color: #00cfff;
  opacity: 1;
  color: #000;
}
.subheading-categories.subheading-letters .letters:not(:first-of-type):not(.transparent):hover a,
.subheading-categories.subheading-letters .letters:not(:first-of-type):not(.transparent):focus a,
.subheading-categories.subheading-letters .letters:not(:first-of-type).active:not(.transparent) a {
  color: #000;
  text-decoration: none;
}
.subheading-categories.subheading-letters .letters:not(:first-of-type).transparent:hover a,
.subheading-categories.subheading-letters .letters:not(:first-of-type).transparent:focus a,
.subheading-categories.subheading-letters .letters:not(:first-of-type).transparent.active a {
  cursor: not-allowed;
  text-decoration: none;
}
.heading.yellow::before {
  border-bottom: 2px solid #00cfff;
}
.content-item {
  margin-bottom: 20px;
  height: auto;
  overflow: hidden;
}
.newshighlight {
  clear: both;
  z-index: 5;
  padding: 3px 0;
  background-color: #D0E7EF;
  font-size: 14px;
  margin: -1px 0 10px;
  position: relative;
}
.newshighlight__title {
  font-weight: 700;
  text-transform: uppercase;
}
.newshighlight a {
  color: #000;
}
.newshighlight .switcher {
  text-align: right;
  float: right;
  display: inline-block;
  font-size: 12px;
  position: static;
  text-transform: uppercase;
  margin: 4px 10px;
}
.newshighlight .switcher.radio-switcher {
  text-align: left;
  float: left;
}
.newshighlight .switcher .switcher-text {
  font-weight: 400;
  color: #777777;
  line-height: 20px;
  vertical-align: text-top;
  margin-bottom: 0;
}
.newshighlight .switcher .toggle.btn {
  min-width: 40px;
  min-height: 20px;
  width: 40px !important;
  height: 20px !important;
}
.newshighlight .switcher .toggle-handle {
  padding: 2px 10px !important;
  margin-top: -5px;
}
.newshighlight .switcher .btn-primary {
  background-color: #00b2db;
  border-color: #00b2db;
}
.newshighlight .switcher .toggle.off .toggle-group {
  background-color: #e5e5e5;
}
.newshighlight .switcher .toggle-off.ios,
.newshighlight .switcher .toggle-on.ios,
.newshighlight .switcher .toggle.ios,
.newshighlight .switcher .toggle.ios .toggle-handle {
  border-radius: 15px;
}
.newshighlight .switcher .toggle-group {
  width: 165%;
}
.newshighlight .switcher .toggle.off .toggle-group {
  left: -58%;
}
.newstype {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.newstype span {
  line-height: 50px;
}
.newstype--center {
  top: 50%;
  left: 50%;
  /* IE 9 */
  /* Safari */
  transform: translate(-50%, -50%);
}
.newstype--top-right {
  left: auto;
  top: 16px;
  right: 16px;
}
.newstype--large {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 36px;
}
.newstype--large span {
  line-height: 70px;
}
.affix {
  top: 15px;
  width: 360px;
}
@media (max-width: 991px) {
  .affix {
    position: relative;
    top: 0;
    width: auto;
  }
}
.video {
  margin-bottom: 20px;
}
.questions .question {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}
.questions .answer :last-of-type {
  margin-bottom: 0;
}
.questions .btn {
  width: 50%;
  padding: 11px 0;
  text-align: center;
  font-weight: 600;
}
.questions .btn-send-answer {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #00b2db;
  background-color: #00b2db;
  float: right;
  transition: background-color 0.25s linear;
}
.questions .btn-send-answer:hover {
  background-color: #009dc2;
}
.questions .btn-result {
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid #bbb;
  color: #bbb;
  width: 100%;
}
.questions .answer label {
  font-weight: 400;
  padding-left: 30px;
  position: relative;
}
.questions input[type="radio"] {
  display: none;
}
.questions input[type="radio"] + label span {
  position: absolute;
  left: 0px;
  top: 2px;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 10px 0 0;
  border: 1px solid #00b2db;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s linear;
}
.questions input[type="radio"]:checked + label span,
.questions input[type="radio"] + label:hover span {
  border: 7px solid #00b2db;
}
.phrase {
  margin-bottom: 30px;
}
.phrase .quotes-icon {
  display: inline-block;
  float: left;
  width: 70px;
  height: 70px;
  content: "";
  background-image: url(/i/icons/quotes.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.phrase .text {
  font-weight: 300;
  font-style: italic;
  line-height: 25px;
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 16px;
}
.phrase .img-block {
  background-size: cover;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: bottom;
  margin-right: 20px;
  margin-left: 100px;
}
.phrase .auth-name {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
}
.phrase--small {
  margin-bottom: 0;
}
.phrase--small .quotes-icon {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.phrase--small .text {
  text-align: left;
  line-height: 1.4;
  max-height: 130px;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 15px;
}
.phrase.topicphrase {
  margin: 20px 0 0 50px;
}
.grey {
  background-color: #F7F7F7;
  margin: 20px auto;
  padding-top: 30px;
}
.peoples .welcome-blogs {
  margin-bottom: 20px;
}
.peoples--scalable {
  width: 1193px;
  left: -516px;
  text-align: center;
}
.peoples--scalable li a {
  height: 100%;
  padding: 10px;
}
.peoples--scalable li:last-of-type a {
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .peoples--scalable {
    left: -400px;
    width: 963px;
  }
}
@media (max-width: 996px) {
  .peoples--scalable {
    left: -281px;
    width: 722px;
  }
}
@media (max-width: 769px) {
  .peoples--scalable {
    width: 723px;
  }
}
@media (max-width: 481px) {
  .peoples--scalable {
    width: 370px;
    left: 0;
  }
}
.people {
  vertical-align: top;
  text-align: center;
  text-decoration: none;
}
.people .topic-image {
  margin-top: 0;
}
.people .topic-image img {
  margin-top: 0;
}
.people .topic-rating {
  margin-top: 25px;
  border-left: 1px solid #eee;
  padding-left: 10px;
  margin-right: 0;
}
.people:nth-of-type(2n+1) {
  clear: left;
}
.people a {
  color: #000;
  text-decoration: none;
  outline: none;
  display: block;
}
.people a:hover,
.people a:focus,
.people a:active {
  outline: none;
}
.people a.people-link__article {
  color: #777777;
  font-size: 19px;
}
.people a.people-link__article:hover {
  text-decoration: underline;
}
.people a.people-link__category:hover {
  text-decoration: none;
  opacity: 0.7;
}
.people a.people-link__blog {
  float: left;
  margin-bottom: 20px;
}
.people a.people-link__blog:hover {
  text-decoration: none;
}
.people .people-link__article__box {
  margin-top: -5px;
}
.people__name {
  margin: 10px auto 0;
  font-weight: 600;
  font-size: 14px;
  max-width: 150px;
  text-transform: uppercase;
}
.people__text {
  text-align: left;
  margin-left: 170px;
}
.people .newscell__statistics {
  position: relative;
  bottom: none;
  top: 10px;
  margin-left: 15px;
}
.people .people-category__image {
  width: 40px;
  height: 40px;
  margin-bottom: -10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
.people .img-block {
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-position: center;
  border-radius: 50%;
  position: relative;
  transition: background-size 0.25s linear;
  box-shadow: 0 0 2px #eee;
}
.people--double {
  display: inline-block;
  width: 270px;
  overflow: hidden;
}
.people--double .dropdown-menu {
  display: block;
  position: relative;
  width: 100%;
  box-shadow: none;
  margin-top: 0;
  padding-top: 0;
}
.people--small {
  display: inline-block;
  width: 135px;
  overflow: hidden;
  padding-bottom: 0;
}
.people--small .img-block {
  width: 80px;
  height: 80px;
}
.people--small .name {
  font-weight: 700;
  padding-top: 5px;
  height: 40px;
  font-size: 14px;
  white-space: normal;
  line-height: 20px;
  height: 58px;
}
.people--small .profession {
  padding-bottom: 0;
  font-size: 12px;
  white-space: normal;
  font-weight: 300;
  color: #000;
  border-bottom: 1px solid transparent;
}
.people--horizontal {
  width: 100%;
  height: 80px;
  overflow: hidden;
  text-align: left;
  margin-right: 16px;
}
.people--horizontal__nav {
  width: 12%;
  padding-left: 5px;
  float: right;
  margin-right: 0;
  background-color: #fff;
}
.people--horizontal .img-block {
  float: left;
  margin-right: 16px;
  margin-bottom: 40px;
  width: 60px;
  height: 60px;
}
.people--horizontal .name {
  color: #00b2db;
  height: auto;
  padding-top: 0;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}
.people--horizontal .name a {
  color: #00b2db;
}
.people--horizontal .text {
  font-size: 13px;
  max-height: 77px;
  overflow: hidden;
}
.people--horizontal__nav {
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.people-carousel .carousel-btn {
  display: block;
  border: 2px solid #1288af;
  border-radius: 0;
  color: #1288af;
  transition: all 0.25s linear 0s;
}
.people-carousel .carousel-btn-small {
  width: 47%;
  padding: 6px 10px;
  text-align: center;
  border: none;
  display: inline-block;
  line-height: 1;
}
.people-carousel .carousel-btn-small span {
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}
.people-carousel .icon {
  background-size: cover;
  background-position: center;
  width: 24px;
  height: 24px;
  display: block;
  opacity: 0.5;
  margin-bottom: 5px;
}
.people-carousel .icon--left {
  background-image: url(/i/icons/ar-left.svg);
}
.people-carousel .icon--right {
  background-image: url(/i/icons/ar-right.svg);
}
.people-carousel .icon:hover,
.people-carousel .icon:focus,
.people-carousel .icon:active {
  opacity: 0.8;
}
.rating {
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.rating--right {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .rating--right {
    float: right;
    margin: 0 15px;
    flex-direction: column;
  }
}
.rating__good,
.rating__bad {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0 15px;
  background-image: url(/i/icons/karma_like.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-size 0.25s linear;
}
.rating__good:hover,
.rating__bad:hover,
.rating__good:focus,
.rating__bad:focus {
  background-size: 120%;
}
.rating__good:active,
.rating__bad:active {
  background-size: 40%;
}
.rating__bad {
  background-image: url(/i/icons/karma_dislike.svg);
}
.rating__value {
  font-size: 36px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 5px;
}
.rating__good.disabled,
.rating__bad.disabled {
  opacity: 0.5;
  cursor: default;
  transition: none;
}
.rating__good.disabled:hover,
.rating__good.disabled:focus,
.rating__good.disabled:active,
.rating__bad.disabled:hover,
.rating__bad.disabled:focus,
.rating__bad.disabled:active {
  background-size: 100%;
}
.peoples--scalable a.people-link__blog {
  float: none;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 5px;
  text-align: center;
}
.navbar-default .navbar-nav > li.active a,
.navbar-default .navbar-nav > li:hover a,
.navbar-default .navbar-nav > li:focus a {
  color: #00b2db;
}
.live-block {
  display: none;
  height: 23px;
  margin-top: 5px;
  vertical-align: middle;
}
.live-block i {
  color: #1D1D1D;
  line-height: 23px;
  height: 23px;
  vertical-align: super;
  font-style: normal;
}
.live-block .live {
  color: #fff;
  font-weight: 600;
  background-color: #CAC3C0;
  display: block;
  padding: 3px 10px 0;
  height: 23px;
}
.live-block .live .radio-icon {
  width: 18px;
  height: 18px;
  content: "";
  display: inline-block;
  background-image: url(/i/icons/symbols.svg);
  background-size: cover;
}
.live-block .live .tv-icon {
  width: 18px;
  height: 18px;
  content: "";
  display: inline-block;
  background-image: url(/i/icons/program.svg);
  background-size: cover;
}
.live-block .live .radio-name {
  height: 16px;
  line-height: 16px;
  font-weight: 700;
  vertical-align: super;
}
.live-block:hover {
  text-decoration: none;
}
.popular-image {
  height: 180px;
  display: block;
  background-size: cover;
}
.main-small-news:nth-of-type(2n+1) {
  clear: left;
}
.category_news .main-small-news:nth-of-type(3n+1) {
  clear: left;
}
.category_news .main-small-news:nth-of-type(2n+1) {
  clear: none;
}
.category_news {
  margin-bottom: 20px;
}
.main-news-item-block {
  margin-bottom: 15px;
  display: block;
}
.main-news-item-block .title {
  color: #1D1D1D;
  font-weight: 600;
  font-size: 17px;
  padding: 10px 0;
}
.main-news-item-block .text {
  color: #1D1D1D;
  margin-bottom: 10px;
}
.main-news-item-block .main-news-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 180px;
  position: relative;
}
.main-news-item-block .main-news-item .icon {
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.8;
  top: 50%;
  margin-top: -25px;
}
.main-news-item-block .main-news-item .icon--photo {
  background-image: url(/i/icons/photo.svg);
}
.main-news-item-block .main-news-item .icon--video {
  background-image: url(/i/icons/circle.svg);
}
.main-news-item-block .statistics {
  padding: 0;
}
.main-news-item-block.large .main-news-item {
  height: 250px;
}
.main-news-item-block:hover {
  text-decoration: none;
}
.main-news-item-block:hover .title {
  text-decoration: underline;
}
.magazin-block {
  background-position: center;
  background-size: cover;
  background-image: url(/i/psd.png);
  height: 230px;
  width: auto;
  position: relative;
}
.magazin-block .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00cfff;
  color: #1D1D1D;
  font-size: 12px;
  text-align: left;
  padding: 5px 10px;
}
.margin-bottom {
  margin-bottom: 30px;
}
#tw-holder,
#fb-holder {
  overflow: hidden;
}
.placeholder {
  min-height: 450px;
  padding: 50px 0;
  font-size: 18px;
  color: #00b2db;
  text-align: center;
}
.placeholder:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  background-image: url(/i/icons/sadsmile.svg);
  background-size: cover;
}
.gallery a {
  display: block;
}
.gallery .gallery-img {
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  margin-bottom: 20px;
}
.blog_link_all {
  display: block;
  position: absolute;
  right: 45px;
  bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}
.blog_link_all a {
  color: #999 !important;
}
.blog_link_all a:hover {
  background: none !important;
  color: #00b2db !important;
  transform: scale(1.2);
  transition: transform 0.5s ease-out;
}
.topic-image {
  margin: 10px 0 20px;
  overflow: hidden;
}
.topic-image img {
  margin-top: 10px;
  border-radius: 50%;
  width: 100%;
  box-shadow: 0 0 2px #eee;
  max-width: 170px;
}
.topic-info {
  padding-left: 20px;
}
.topic-info h1 {
  font-size: 42px;
  margin-top: 10px;
  text-transform: capitalize;
}
.topic-info .topic-info-description {
  padding-top: 10px;
}
.topic-info .topic-info-description .text {
  color: #333;
  font-size: 14px;
  line-height: 28px;
  min-height: 180px;
  max-height: 200px;
  overflow: hidden;
  position: relative;
  transition: height 1s linear;
}
.topic-info .topic-info-description .text .text-more {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/i/icons/more.svg");
  opacity: 0.3;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
  cursor: pointer;
  transition: opacity 0.5s linear;
}
.topic-info .topic-info-description .text .text-more:hover,
.topic-info .topic-info-description .text .text-more:focus {
  opacity: 0.5;
}
.topic-info .topic-info-description .text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
}
.topic-info .topic-info-description .text.visible {
  max-height: none !important;
  padding-bottom: 50px;
}
.topic-info .topic-info-description .text.visible .text-more {
  display: none;
}
.topic-info .topic-info-description .text.visible:after {
  content: '';
}
.topic-info .central-rating {
  text-align: center;
}
.topic-info .central-rating .central-rating-block {
  display: inline-block;
  border-left: 1px solid #eee;
}
.short-titles .people__text {
  margin-left: 0;
}
.short-titles .people__text a {
  color: #333;
  text-decoration: none;
}
.min-container-height {
  min-height: 380px;
}
#subscribe-title.success {
  color: #00cfff;
}
#subscribe-title.error {
  color: #B74040;
}
.news-list-date {
  width: 200px;
  height: auto;
}
.news-list-date .day,
.news-list-date .week {
  color: #00b2db;
  opacity: 0.2;
  font-weight: 600;
  text-align: right;
  margin-right: 10px;
}
.news-list-date .day {
  margin-top: -20px;
  font-size: 120px;
  text-align: right;
}
.news-list-date .week {
  margin-top: -20px;
  text-transform: uppercase;
  font-size: 20px;
  padding-right: 2px;
}
.news-list-date + .newscell-horisontal-block {
  margin-left: 0;
}
.data-list-category {
  margin-bottom: 0;
}
.data-list-category:last-child {
  border: none;
}
#vkontakte {
  width: 100% !important;
  overflow: hidden;
}
.test-banner {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  background-size: cover;
  background-image: url(/i/banner.jpg);
}
.blogs-list-menu .people-link__blog {
  padding: 5px 15px 3px 9px !important;
}
.blogs-list-menu .people a.people-link__blog {
  float: none !important;
  margin-bottom: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.people--small:hover {
  background-color: #00b2db;
}
@media screen and (max-width: 1200px) {
  .news-list-date .week,
  .news-list-date .day {
    text-align: left;
  }
  .newscell-horisontal-block {
    margin-left: 0 !important;
  }
  .newscell__image {
    width: auto !important;
  }
  .people--horizontal .img-block {
    width: 50px;
    height: 50px;
  }
  .people--horizontal__nav {
    width: 15%;
  }
}
@media screen and (max-width: 1100px) {
  .blogs-list-menu {
    left: 0 !important;
  }
  .people--double {
    margin-left: 130px !important ;
  }
  .people--small:nth-of-type(7) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .people--small:nth-of-type(6) {
    display: none;
  }
  .people--double {
    margin-left: 180px !important;
  }
  .search {
    width: 205px !important;
  }
}
@media screen and (max-width: 996px) {
  .newshighlight {
    position: relative;
    top: -10px;
    right: 0;
    left: 0;
    z-index: 100;
    margin-bottom: -20px;
  }
  .people-carousel {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .social .nav-tabs.nav-justified > li {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .fv-block {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .blogs-list-menu {
    position: fixed;
    left: 0 !important;
    margin-left: 0 !important;
    right: 0;
    top: 160px !important;
    width: auto !important;
  }
  .blogs-list-menu .people--double {
    margin-left: 0 !important;
  }
  .blogs-list-menu .people--small:nth-of-type(5) {
    display: none;
  }
  .newshighlight {
    height: 33px;
  }
}
@media screen and (max-width: 769px) {
  .nav > li > a {
    padding: 2px 5px;
  }
}
@media screen and (max-width: 767px) {
  .people--small:nth-of-type(3) {
    display: none;
  }
  .people--horizontal.people--small:nth-of-type(3) {
    display: inline-block;
    text-align: center;
  }
  .people--horizontal__nav {
    float: none;
  }
  .topic-image {
    text-align: center;
  }
  .blogs-list-menu {
    top: 230px !important;
  }
  .blogs-list-menu .people--double {
    margin-left: 70px !important;
  }
  .navbar-collapse {
    box-shadow: none;
  }
  .header__search.top {
    position: absolute;
    right: 15px;
    top: 35px;
  }
  .header__search.top .search {
    z-index: 10000;
  }
  .header__search.top .calendar {
    z-index: 10000;
  }
  .feed-switcher {
    margin-right: 70px !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333 !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #000;
    font-weight: 600;
  }
  .switcher {
    text-align: left !important;
  }
}
@media screen and (max-width: 766px) {
  .header__nav {
    width: 100% !important;
  }
  .nav > li > a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 750px) {
  .people {
    clear: both !important;
  }
  .newscell-horisontal__image {
    display: none;
  }
  .newscell-horisontal {
    padding: 0 15px;
  }
  .people--horizontal {
    height: 60px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 625px) {
  .blogs-list-menu .people--double {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 550px) {
  .people--horizontal__nav {
    display: none;
  }
  .people--small:nth-of-type(4) {
    display: none;
  }
  .people--horizontal__nav.people--small:nth-of-type(4) {
    display: inline-block;
  }
}
@media screen and (max-width: 530px) {
  .people__text {
    clear: both;
    display: block;
    margin-left: 0;
  }
  .people-link__blog {
    float: none !important;
  }
  .people--horizontal .people-link__blog {
    float: left !important;
  }
  .switcher {
    margin-top: 34px;
  }
}
@media screen and (max-width: 520px) {
  .newshighlight .radio-switcher {
    display: none;
  }
  .newshighlight .feed-switcher {
    float: left;
  }
}
@media screen and (max-width: 410px) {
  .people--horizontal .text {
    display: none;
  }
}
@media screen and (max-width: 390px) {
  .people--horizontal__nav {
    display: none;
  }
}
.people-link__article {
  font-size: 19px;
}
.navbar-default .navbar-nav > li {
  padding: 0 10px;
}
.navbar-default .navbar-nav > li a {
  font-size: 16px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li a {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .navbar-default .navbar-nav > li a {
    font-size: 16px;
  }
}
.article-link {
  margin: 15px 0;
  color: #999;
  font-style: italic;
  overflow: hidden;
}
.article-link a {
  font-style: italic;
  color: #999;
}
.search-icon.visible,
.search.visible,
.calendar.visible,
.search-block.visible {
  opacity: 1 !important;
}
.blogs-warning {
  font-size: 14px;
  color: #999;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.radio-icon {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 20px;
  vertical-align: top;
  margin-left: 5px;
  background-image: url(/i/play-button.png);
}
.radio-icon.stop {
  background-image: url(/i/mini-graphics-music-124435.gif);
  width: 13px;
}
.image-caption {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.image-caption::after {
  content: attr(data-caption);
  display: block;
  background-color: #fff;
  color: #777777;
  font-style: italic;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.image-caption[data-left^="15"]::after {
  content: attr(data-caption);
  padding-left: 15px;
}
.image-caption[data-right^="15"]::after {
  content: attr(data-caption);
  padding-right: 15px;
}
.header--bottom .people--horizontal {
  height: 88px;
}
.header--bottom .people--horizontal .text {
  font-size: 12px;
}
.main_image,
.original_date,
.hidden-list-info {
  display: none;
}
#radio-switcher-2 {
  display: none !important;
}
@media screen and (max-width: 520px) {
  #radio-switcher-2 {
    display: block !important;
  }
}
.tags {
  margin: 20px 0;
}
.tags-title {
  text-transform: uppercase;
  font-weight: 600;
}
.tags-link {
  text-transform: uppercase;
  background-color: #f3f3f3;
  color: #000;
  padding: 3px 15px;
  margin-bottom: 3px;
  display: inline-block;
  transition: color 0.25s linear;
}
.tags-link:hover,
.tags-link:focus,
.tags-link:active {
  text-decoration: none;
  background-color: #f3f3f3;
  color: #00b2db;
}
.main-logo a:hover,
.main-logo a:focus {
  text-decoration: none;
}
.fancybox-lock .fancybox-overlay {
  overflow-x: hidden !important;
}
.fest-menu {
  position: relative;
}
.fest-menu img {
  position: absolute;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .fest-menu img {
    position: static;
  }
}
.footer-title-projects {
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-projects {
  text-align: center;
}
.footer-projects a {
  text-decoration: none;
  display: block;
  border: 1px solid rgba(153, 153, 153, 0.2);
  padding: 20px 0;
  transition: all 0.4s ease;
}
.footer-projects a img {
  transition: transform 0.4s ease;
  max-height: 60px;
  max-width: 100%;
}
.footer-projects a:hover {
  border: 1px solid rgba(153, 153, 153, 0.1);
}
.footer-projects a:hover img {
  transform: scale(1.1);
}
.mrpl_search {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .mrpl_search {
    justify-content: end;
  }
}
@media (min-width: 1200px) {
  .mrpl_search {
    justify-content: end;
  }
}
.mrpl_search__block {
  width: 100%;
  margin: 10px 0;
  position: relative;
}
@media (min-width: 768px) {
  .mrpl_search__block {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .mrpl_search__block {
    width: 240px;
  }
}
.mrpl_search__calendar {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 32px;
  height: 32px;
  transform: translate(0, -50%);
  background-image: url(/i/icons/date.svg);
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
  cursor: pointer;
}
.mrpl_search__input {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  outline: none;
  transition: border-color 0.3s ease-in-out;
  color: #777777;
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 8px 57px 8px 15px;
  border-radius: 19px;
}
.mrpl_search__input:focus {
  border-color: #00cfff;
}
.mrpl-header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 15px 0;
  position: relative;
}
@media (min-width: 992px) {
  .mrpl-header {
    flex-direction: row;
    margin: 0;
  }
}
.mrpl-header__logo {
  display: block;
  flex: 1 0 auto;
  position: relative;
  z-index: 1001;
  text-align: center;
  padding-right: 36px;
}
@media (max-width: 360px) {
  .mrpl-header__logo {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .mrpl-header__logo {
    padding-right: 48px;
  }
}
@media (min-width: 992px) {
  .mrpl-header__logo {
    flex: 1 0 30%;
    text-align: left;
    padding-right: 0;
  }
}
.mrpl-header__logo a,
.mrpl-header__logo a:hover {
  text-decoration: none;
}
.mrpl-header__logo .logo-circle {
  width: 19px;
  height: 19px;
  opacity: 0;
}
.mrpl-header__logo .logo-circle-wrapper {
  border-radius: 50%;
  background-color: #00cfff;
  top: 2px;
  position: relative;
}
.mrpl-header__logo a:hover .logo-circle,
.mrpl-header__logo a:focus .logo-circle,
.mrpl-header__logo a:active .logo-circle {
  width: 64px;
  height: 64px;
  opacity: 1;
}
.mrpl-header__logo .logo-circle,
.mrpl-header__logo .logo-circle-wrapper {
  transition: all 0.3s ease-in-out;
}
.mrpl-header__logo .logo-part img {
  height: 42px;
}
@media (max-width: 996px) {
  .mrpl-header__logo a:hover .logo-circle,
  .mrpl-header__logo a:focus .logo-circle,
  .mrpl-header__logo a:active .logo-circle {
    width: 19px;
    height: 19px;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .mrpl-header__navbar {
    flex: 1 0 auto;
  }
}
.mrpl-header__menu {
  position: absolute;
  width: 100%;
}
@media (min-width: 992px) {
  .mrpl-header__menu {
    position: relative;
  }
}
.mrpl-header__menu .nav {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 768px) {
  .mrpl-header__menu .nav {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
  }
}
@media (min-width: 992px) {
  .mrpl-header__menu .nav {
    padding: 15px 0;
    justify-content: end;
  }
}
.mrpl-header__menu .nav li {
  float: none;
}
.mrpl-header__menu .nav li:first-child {
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .mrpl-header__menu .nav li:first-child {
    flex: 1 0 auto;
  }
}
@media (min-width: 768px) {
  .mrpl-header__menu .nav li:first-child {
    order: 1;
  }
}
.newscell {
  position: relative;
  margin-bottom: 20px;
  transition: height 1s linear 0s;
  box-shadow: 0px 0px 2px 2px rgba(238, 238, 238, 0.75);
}
.newscell--dark {
  background-color: #555555;
}
.newscell__link {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.newscell__link:hover,
.newscell__link:focus {
  color: inherit;
  text-decoration: none;
}
.newscell__image {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE 9 */
  /* Safari */
  transform: translate(-50%, -50%);
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: auto;
}
.newscell__image--to-top {
  top: 35%;
}
.newscell__image-wrap {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.newscell__image-wrap--large {
  bottom: 45%;
}
.newscell__image-wrap--large img {
  max-width: 100%;
}
.newscell__image-wrap--medium {
  bottom: 70px;
}
.newscell__image-wrap--small {
  bottom: 100px;
}
.newscell__image-wrap--dark {
  background-color: #555555;
}
.newscell__image-wrap--overlay::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background 0.25s linear;
  z-index: 4;
  cursor: pointer;
}
.newscell__image-wrap--overlay:hover::before,
.newscell__image-wrap--overlay:focus::before,
.newscell__image-wrap--overlay:active::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.newscell__image-wrap .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 4px center;
  color: #555;
  font-size: 11px;
  text-align: right;
  font-weight: 600;
  padding: 2px 10px 2px 25px;
  text-transform: uppercase;
  background-color: #00cfff;
  position: absolute;
  right: 0;
  margin: auto;
  top: 10px;
  border-radius: 10px 0 0 10px;
  z-index: 4;
}
.newscell__image-wrap .icon--photo {
  background-image: url(/i/icons/photo.svg);
}
.newscell__image-wrap .icon--video {
  background-image: url(/i/icons/play.svg);
}
.newscell__banner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE 9 */
  /* Safari */
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
}
.newscell__banner-wrap {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.newscell__content {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 16px;
  z-index: 20;
}
.newscell__content--white {
  background-color: #fff;
  color: #000;
}
.newscell__content--dark {
  background-color: #555555;
}
.newscell__content--gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
}
.newscell__content--large {
  top: 53%;
}
.newscell__content--medium {
  top: 60%;
}
.newscell__content--small {
  top: 0%;
}
.newscell__content .icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 22px;
  height: 17px;
  color: #555;
  font-size: 11px;
  text-align: right;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  background-color: #00cfff;
  position: relative;
  top: 4px;
  margin: auto;
  z-index: 10;
}
.newscell__content .icon--photo {
  background-image: url(/i/icons/photo.svg);
}
.newscell__content .icon--video {
  background-image: url(/i/icons/play.svg);
  background-position: 1px center;
}
.newscell__badge {
  display: inline-block;
  color: #555555;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #00cfff;
  padding: 0 10px;
}
.newscell__badge a {
  color: #000;
}
.newscell__badge a:hover,
.newscell__badge a:focus,
.newscell__badge a:active {
  color: #00b2db;
  text-decoration: none;
}
.newscell__badge--yellow {
  background-color: transparent;
  color: #00cfff;
  font-weight: 700;
  padding-left: 0;
}
.newscell__badge--yellow a {
  color: #00cfff;
}
.newscell__title {
  display: block;
  margin: 6px 0 20px;
  line-height: 1.3;
  overflow: hidden;
}
.newscell__title--extra-large {
  font-size: 30px;
}
.newscell__title--large {
  font-size: 24px;
  max-height: 220px;
}
.newscell__title--medium {
  font-size: 15px;
  line-height: 1.35;
  height: 100px;
}
.newscell__title--small {
  font-size: 14px;
  line-height: 1.35;
  height: 95px;
}
.newscell__title--extra-small {
  font-size: 14px;
  line-height: 1.35;
  height: 74px;
}
.newscell__title a {
  color: #fff;
}
.newscell__title a:hover,
.newscell__title a:focus,
.newscell__title a:active {
  text-decoration: none;
}
.newscell__statistics {
  color: #555555;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  bottom: 10px;
  background-color: #fff;
}
.newscell__statistics--light {
  color: #fff;
  background-color: #555555;
}
.newscell__statistics--transparent {
  background-color: transparent;
}
.newscell__statistics .comments {
  margin: 0 0 0 15px;
}
.newscell__statistics .views {
  margin: 0 15px 0 0;
}
.newscell__statistics .comment-icon {
  width: 12px;
  height: 12px;
  background-image: url(/i/icons/comment.svg);
  margin-right: 2px;
}
.newscell__statistics .view-icon {
  width: 12px;
  height: 12px;
  background-image: url(/i/icons/fire.svg);
}
.newscell--extra-large {
  height: 420px;
}
.newscell--large {
  height: 380px;
}
.newscell--extra-medium {
  height: 320px;
}
.newscell--extra-medium .newscell__title--medium {
  display: block;
  height: auto;
  margin: 6px 0 20px;
  max-height: 80px;
  overflow: hidden;
}
.newscell--medium {
  height: 280px;
}
.newscell--small {
  height: 200px;
}
.newscell--extra-small {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
}
.newscell--extra-small:first-child {
  margin-bottom: 20px;
}
.newscell--poster {
  height: 390px;
}
.newscell--poster .newscell__image-wrap--overlay::before {
  content: '';
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
}
.newscell--poster--small {
  height: 240px;
}
.newscell:hover,
.newscell:focus {
  box-shadow: 2px 2px 5px #777777;
  transition: all 0.25s linear 0s;
}
.switchRow {
  transition: height 0.4s linear;
}
.switchRow:first-of-type {
  margin-top: 31px;
}
.newscell-horisontal-block {
  margin-left: 200px;
  padding: 0 0 20px;
  border-bottom: 1px solid #eee;
}
.newscell-horisontal-block:nth-of-type(1) {
  margin-left: 0;
}
.newscell-horisontal-block:first-of-type {
  display: none;
}
.newscell-horisontal {
  margin: 20px 0 0;
}
.newscell-horisontal__image {
  position: relative;
  width: 165px;
  height: auto;
  float: left;
  margin-right: 20px;
  min-height: 104px;
}
.newscell-horisontal__image img {
  width: 100%;
  height: auto;
}
.newscell-horisontal__image .no-image {
  width: 165px;
  height: 104px;
  position: absolute;
  color: #ddd;
  font-weight: 600;
  letter-spacing: 2px;
  left: 0;
  right: 0;
  text-align: center;
  margin: -25px auto 0;
  font-size: 50px;
  line-height: 50px;
  top: 50%;
}
.newscell-horisontal__content {
  margin-bottom: 10px;
}
.newscell-horisontal__content .category {
  color: #00cfff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-right: 15px;
}
.newscell-horisontal__content .category:hover {
  text-decoration: none;
  opacity: 1;
  color: #000;
}
.newscell-horisontal__content .date {
  color: #888;
  font-size: 12px;
  padding: 1px 15px 1px 0;
}
.newscell-horisontal__title {
  height: auto;
  max-height: 78px;
  overflow: hidden;
}
.newscell-horisontal__title a {
  color: #444;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.newscell-horisontal__title:hover a {
  text-decoration: none;
  color: #000;
}
.whiteRow .row_wrap {
  box-shadow: 0 0 2px 2px rgba(238, 238, 238, 0.75);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.whiteRow .row_wrap .newscell {
  box-shadow: none;
  margin-bottom: 0;
  background-image: none !important;
}
.whiteRow .row_wrap .newscell__content {
  padding-left: 0;
  padding-right: 0;
  color: #000;
}
.whiteRow .row_wrap .newscell__content--gradient {
  background: #fff;
  color: #000;
}
.whiteRow .row_wrap .newscell__title--extra-small {
  height: 56px;
}
.whiteRow .row_wrap .newscell__badge {
  display: none;
}
.whiteRow .row_wrap .newscell__statistics--light {
  color: #000;
}
.whiteRow .row_wrap .newscell__image-wrap--overlay:before {
  background-color: #fff;
}
.whiteRow .row_wrap .newscell--extra-small {
  height: 105px;
}
.whiteRow .row_wrap .newscell--extra-medium {
  height: 210px;
}
.whiteRow .row_wrap .newscell--extra-medium .newscell__content {
  bottom: 0;
  top: 0;
}
.whiteRow .row_wrap .newscell--extra-medium .newscell__title--large {
  max-height: 160px;
}
.whiteRow .row_wrap .newscell:hover {
  box-shadow: none;
}
.whiteRow .row_wrap .newscell .icon--photo,
.whiteRow .row_wrap .newscell .icon--video {
  display: none;
}
#rowPlaceholder .newscell--extra-medium .newscell__content--large {
  top: 45%;
}
#rowPlaceholder .newscell--extra-medium .newscell__image-wrap--large {
  bottom: 55%;
}
#rowPlaceholder .newscell--extra-medium .newscell__title--medium {
  font-size: 18px;
  max-height: 96px;
}
.newsfeed {
  list-style-type: none;
  font-size: 12px;
  padding: 0;
  overflow: hidden;
}
.newsfeed.short {
  max-height: 932px;
  overflow: hidden;
}
.newsfeed.short:after {
  content: '';
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 45px;
  left: 0;
  display: block;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
}
.newsfeed__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  height: auto;
  overflow: hidden;
}
.newsfeed__item:last-of-type {
  border-bottom: 1px solid transparent;
}
.newsfeed__item::before,
.newsfeed__item::after {
  content: '';
  clear: both;
  display: block;
}
.newsfeed__item--withimage {
  padding-bottom: 0;
}
.newsfeed__item--day {
  border-bottom: 1px solid transparent;
  text-align: center;
  color: #555555;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  padding-bottom: 0px;
  background: #fff;
  margin-top: -15px;
}
.newsfeed__item--day span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  z-index: 5;
  position: relative;
}
.newsfeed__item--day:after {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  width: 100%;
  margin-top: 2px;
  border-bottom: 1px solid #eeeeee;
  z-index: 1;
}
.newsfeed__item--day:first-of-type {
  margin-top: 0;
}
.newsfeed__item__title {
  font-weight: 500;
  color: #000;
  font-size: 13px;
  line-height: 15px;
  display: block;
  margin-left: 40px;
  text-shadow: 0 0 0 #666;
}
.newsfeed__item__title:hover,
.newsfeed__item__title:focus,
.newsfeed__item__title:active {
  color: #00b2db;
  text-decoration: none;
}
.newsfeed__item__title:hover .newsfeed__item__icons,
.newsfeed__item__title:focus .newsfeed__item__icons,
.newsfeed__item__title:active .newsfeed__item__icons {
  text-decoration: none;
}
.newsfeed__item__title--large {
  font-size: 14px;
  font-weight: 600;
}
.newsfeed__item__img {
  max-height: 200px;
  margin-bottom: 10px;
  overflow: hidden;
}
.newsfeed__item__img a {
  display: block;
  height: 100%;
}
.newsfeed__item__img img {
  width: 100%;
}
.newsfeed__item__img--left {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 150px;
  height: 90px;
  float: left;
}
.newsfeed__item__text {
  color: #777777;
  font-size: 12px;
  margin: 10px 0 0 0;
}
.newsfeed__item__date {
  color: #999999;
  float: left;
  font-size: 11px;
}
.newsfeed__item__icons {
  color: #bbb;
  position: absolute;
  padding-left: 5px;
}
.newsfeed__btn__wrap {
  position: relative;
}
.newsfeed__btn__wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 2px;
  border-bottom: 1px solid #eeeeee;
  z-index: -1;
}
.newsfeed__btn {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #eeeeee;
  border-radius: 0;
  color: #00b2db;
  background: #fff;
  transition: all 0.25s linear;
}
.newsfeed__btn:hover,
.newsfeed__btn:focus,
.newsfeed__btn:active {
  background-color: #00b2db;
  color: #fff;
}
.newsfeed.short .newsfeed__item {
  padding-bottom: 15px;
}
.newsfeed.short .newsfeed__item--day {
  padding-bottom: 0px;
}
.mrpl_follow {
  background-color: #fff;
  overflow: hidden;
  width: auto;
  max-width: 360px;
  z-index: 10000;
  position: fixed;
  right: 20px;
  bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.mrpl_follow .mrpl_follow_header {
  padding: 15px 15px 10px;
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
}
.mrpl_follow .mrpl_follow_header img {
  height: 50px;
}
.mrpl_follow p {
  margin-top: 0;
  color: #fff;
  padding: 15px;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.35;
  background-color: #3a5897;
  margin-bottom: 0px;
}
.mrpl_follow .mrpl_follow_footer {
  background-color: #eee;
  padding: 15px;
  color: #aaa;
  font-size: 13px;
  text-align: center;
  font-family: sans-serif;
  cursor: pointer;
}
.mrpl_follow .fb-button {
  background-color: #fff;
  padding: 10px 15px;
  max-width: 100%;
  margin-bottom: 0px;
}
@media screen and (max-width: 500px) {
  .mrpl_follow {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.mrpl_follow_cover {
  width: 100%;
  height: 120px;
  background-image: url(/i/fb-cover.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.mrpl_follow_cover .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}
.mrpl_follow_cover .avatar {
  position: absolute;
  top: 10px;
  left: 10px;
}
.mrpl_follow_cover .avatar img {
  display: inline-block;
  height: 40px;
  width: 40px;
}
.mrpl_follow_cover .avatar span {
  font-size: 17px;
  vertical-align: top;
  color: #fff;
  font-weight: 600;
}
.mrpl_follow_cover #mrpl_like {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #555;
  font-weight: 600;
  font-family: sans-serif;
  background-color: #FFD20B;
  border-radius: 1px;
  padding: 10px 15px;
  text-decoration: none;
}
#mrpl_follow_modal .modal-content,
#mrpl_follow_modal .modal-dialog {
  width: 300px;
  margin: auto;
  border-radius: 0;
  top: 10%;
}
#mrpl_follow_modal .mrpl_follow {
  position: static;
}
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px!important;
  max-height: 99999px!important;
  min-width: 0!important;
  min-height: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  padding: 0 !important;
}
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama__spinner {
  position: absolute!important;
  top: 50%!important;
  left: 50% !important;
}
.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  transform: translate3d(0, 0, 0);
}
.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  transform: translateZ(0);
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  transform: none !important;
}
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: transform,width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.fotorama__nav__frame,
.fotorama__thumb-border {
  box-sizing: content-box;
}
.fotorama__caption__wrap {
  box-sizing: border-box;
}
.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(../i/fotorama.png) no-repeat;
}
.fotorama__arr {
  background: url(../i/fotorama@2x.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(../i/fotorama@2x.png) 0 0/96px 160px no-repeat;
  }
}
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}
@media print {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: none !important;
  }
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}
.fullscreen {
  width: 100%!important;
  height: 100%!important;
  max-width: 100%!important;
  max-height: 100%!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden!important;
  background: #000;
}
.fotorama--fullscreen {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  float: none!important;
  z-index: 2147483647!important;
  background: #000;
  width: 100%!important;
  height: 100%!important;
  margin: 0 !important;
}
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}
.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}
.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}
.fotorama__nav--dots {
  display: block;
}
.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__dot {
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}
.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  background-color: #7f7f7f;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}
.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}
.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}
.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
.fotorama__arr {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -16px;
}
.fotorama__arr--prev {
  left: 2px;
  background-position: -13px -13px;
}
.fotorama__arr--next {
  right: 2px;
  background-position: -77px -13px;
}
.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}
.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}
.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}
.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}
.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}
.fotorama__wrap--css3 .fotorama__video-close {
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  transform: translate3d(0, 0, 0);
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  transform: translate3d(-48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  transform: translate3d(48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  transform: translate3d(32px, -32px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  transform: translate3d(-48px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  transform: translate3d(48px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: transform,opacity;
  transition-duration: 0.3s;
}
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}
.fotorama__nav:before,
.fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0,0 0;
  left: -10px;
}
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}
.fotorama__nav:after,
.fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0,100% 0;
  right: -10px;
}
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}
.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}
.fotorama__wrap {
  margin-bottom: 30px;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(/i/fancybox/fancybox_sprite.png);
}
.fancybox-close {
  background-image: url(/i/icons/close.svg);
  background-size: cover;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/i/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 0px;
  right: -50px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/i/fancybox/blank.gif);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 10px;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 55px;
  height: 70px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-image: url(/i/icons/prev.svg);
  background-size: cover;
}
.fancybox-next span {
  right: 10px;
  background-image: url(/i/icons/next.svg);
  background-size: cover;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/i/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{background-image: url(fancybox_sprite@2x.png);background-size: 44px 152px}#fancybox-loading div{background-image: url(fancybox_loading@2x.gif);background-size: 24px 24px}}*/
.news-view {
  margin-bottom: 30px;
}
.news-view .image {
  display: inline-block;
  width: 320px;
  margin: 10px 16px 10px 0;
  float: left;
}
.news-view .post-video {
  clear: both;
  margin-top: 10px;
}
.news-view .post-sessions {
  clear: both;
  margin-top: 10px;
}
.news-view .title {
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 46px;
}
.news-view .statistics {
  padding-bottom: 20px;
}
.news-view .image-block {
  width: 100%;
  max-width: 500px;
  height: auto;
  float: left;
  margin-right: 20px;
}
.news-view .text {
  width: 100%;
  overflow: hidden;
  line-height: 24px;
}
.news-view .text p {
  margin-bottom: 15px;
}
.news-view .text img:not(.fotorama__img) {
  margin-bottom: 10px;
  margin-top: 5px;
}
.news-view .text table,
.news-view .text th,
.news-view .text td {
  border: none;
}
.news-view .text table {
  width: 100%;
  display: table;
}
.news-view .text table.bordered > thead > tr,
.news-view .text table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}
.news-view .text table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.news-view .text table.striped > tbody > tr > td {
  border-radius: 0;
}
.news-view .text table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
.news-view .text table.highlight > tbody > tr:hover {
  background-color: #f2f2f2;
}
.news-view .text table.centered thead tr th,
.news-view .text table.centered tbody tr td {
  text-align: center;
}
.news-view .text thead {
  border-bottom: 1px solid #d0d0d0;
}
.news-view .text td,
.news-view .text th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
@media only screen and (max-width: 992px) {
  .news-view .text table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  .news-view .text table.responsive-table td:empty:before {
    content: '\00a0';
  }
  .news-view .text table.responsive-table th,
  .news-view .text table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  .news-view .text table.responsive-table th {
    text-align: left;
  }
  .news-view .text table.responsive-table thead {
    display: block;
    float: left;
  }
  .news-view .text table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  .news-view .text table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  .news-view .text table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .news-view .text table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .news-view .text table.responsive-table th {
    display: block;
    text-align: right;
  }
  .news-view .text table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  .news-view .text table.responsive-table tr {
    padding: 0 10px;
  }
  .news-view .text table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  .news-view .text table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  .news-view .text table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .news-view .text table.responsive-table.bordered tr {
    border: 0;
  }
  .news-view .text table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}
.news-view .text blockquote {
  border-left: none;
  font-style: italic;
  padding: 15px 0 15px 85px;
  font-weight: 300;
  position: relative;
}
.news-view .text blockquote:before {
  content: '';
  background-image: url("/i/icons/left.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  float: left;
  height: 70px;
  margin-right: 30px;
  width: 70px;
  position: absolute;
  left: 0;
}
.comments iframe {
  width: 100% !important;
}
.sessions {
  padding: 0;
  list-style-type: none;
}
.sessions li {
  list-style-type: none;
  margin-bottom: 20px;
}
.sessions li .day {
  font-weight: bold;
  color: #00b2db;
  display: block;
  padding: 5px 10px;
  background: #d0e7ef;
  margin-bottom: 10px;
}
.sessions li .places .place {
  font-style: italic;
  display: inline-block;
  width: 320px;
}
.sessions li .places .place .price {
  opacity: 0.6;
  font-style: italic;
}
.sessions li .places .place .price:after {
  content: ')';
}
.sessions li .places .place .price:before {
  content: '(';
}
.sessions li .times {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.sessions li .times li {
  display: inline;
}
.sessions li .times li:after {
  content: ',';
}
.sessions li .times li:last-child:after {
  content: '';
}
@media (max-width: 767px) {
  .sessions li .places {
    padding-left: 10px;
  }
  .sessions li .places .place {
    display: block;
    width: 100%;
  }
  .sessions li .times {
    padding-left: 10px;
  }
}
.sessions li:not(:nth-child(-n+7)) {
  display: none;
}
.post-content img:not(.preview_img):not(.fotorama__img) {
  max-width: 100% !important;
}
@media screen and (max-width: 580px) {
  .post-content img:not(.preview_img):not(.fotorama__img) {
    width: 100% !important;
    height: auto !important;
  }
}
.preview_img {
  float: left;
  margin-right: 30px;
  width: 283px;
}
@media screen and (max-width: 580px) {
  .preview_img {
    float: none;
    margin-right: 0;
    width: auto;
  }
}
@media screen and (max-width: 400px) {
  .live-block {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .main-menu {
    width: 100%;
    overflow: hidden;
  }
}
