@charset "UTF-8";
.link-default {
  color: #2771a3;
  border-bottom: 1px solid rgba(39, 113, 163, 0.2);
  text-decoration: none;
  transition: border-bottom-color .1s; }
  .link-default:focus, .link-default:hover {
    color: #2771a3;
    text-decoration: none;
    border-bottom-color: #9da9b7; }

.link-white {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  transition: border-bottom-color .1s; }
  .link-white:focus, .link-white:hover {
    color: #fff;
    text-decoration: none;
    border-bottom-color: #fff; }

.category-single__title {
  font-size: 54px;
  font-weight: bold;
  margin: 0;
  color: #171717; }

/*! 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; }

* {
  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: "PT Serif", Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #171717;
  background-color: #eff3f6; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #2771a3;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2771a3;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 2px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #eff3f6;
  border: 1px solid #ddd;
  border-radius: 2px;
  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, .entry-item__title, .entry-promo__title, .entry-item-article__title, .entry-item-list__title, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small, .entry-item__title small, .entry-promo__title small, .entry-item-article__title small, .entry-item-list__title small,
  .h3 .small,
  .entry-item__title .small,
  .entry-promo__title .small,
  .entry-item-article__title .small,
  .entry-item-list__title .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3, .entry-item__title, .entry-promo__title, .entry-item-article__title, .entry-item-list__title {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small, .entry-item__title small, .entry-promo__title small, .entry-item-article__title small, .entry-item-list__title small,
  .h3 .small,
  .entry-item__title .small,
  .entry-promo__title .small,
  .entry-item-article__title .small,
  .entry-item-list__title .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 26px; }

h3, .h3, .entry-item__title, .entry-promo__title, .entry-item-article__title, .entry-item-list__title {
  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: .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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #808080; }

.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; }

.bg-primary {
  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,
  ul ol,
  ol ul,
  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.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 18px;
  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.428571429;
    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-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.container, .header__wrapper, .site .main, .footer__wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .header__wrapper:before, .site .main:before, .footer__wrapper:before, .container:after, .header__wrapper:after, .site .main:after, .footer__wrapper:after {
    content: " ";
    display: table; }
  .container:after, .header__wrapper:after, .site .main:after, .footer__wrapper:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .header__wrapper, .site .main, .footer__wrapper {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .header__wrapper, .site .main, .footer__wrapper {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .header__wrapper, .site .main, .footer__wrapper {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #808080;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    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 > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #eff3f6; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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 > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.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 #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.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.428571429;
  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: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    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: #e6e5e5;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default: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 > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary: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 > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success: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 > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info: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 > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning: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 > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #2771a3;
  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: #2771a3;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

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: #808080;
  border: 0;
  border-bottom: 1px solid transparent; }

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-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-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled 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, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  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, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px; }

.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 + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .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 + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .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: #575757; }

@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: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@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: 15px; }

@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-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 2px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 2px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:focus, *:active {
  outline: 0; }

.\--transparent {
  opacity: 0; }

.\--smooth {
  transition-property: opacity;
  transition-duration: 0.3s; }

.header {
  background: #78899c;
  padding: 5px 0; }
  @media (min-width: 768px) {
    .header.affix {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9999; }
      .customize-support .header.affix {
        top: 32px; } }

.header__line {
  margin-left: -15px;
  margin-right: -15px; }
  .header__line:before, .header__line:after {
    content: " ";
    display: table; }
  .header__line:after {
    clear: both; }

.header__logotype {
  position: relative;
  float: left;
  width: 58.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .header__logotype {
      float: left;
      width: 33.3333333333%; } }

.header__extras {
  display: none; }

.header__search {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .header__search {
      float: left;
      width: 41.6666666667%; } }
  @media (min-width: 768px) {
    .header__search {
      right: 25%; } }

.header__caution {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px; }
  @media (min-width: 768px) {
    .header__caution {
      float: left;
      width: 8.3333333333%; } }
  @media (min-width: 768px) {
    .header__caution {
      left: 50%; } }

.header__nav {
  position: relative;
  float: left;
  width: 16.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px; }
  @media (min-width: 768px) {
    .header__nav {
      left: 41.6666666667%; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.site {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background: #eff3f6; }
  .site .main {
    padding-top: 20px; }
    @media (max-width: 767px) {
      .site .main {
        padding-top: 0; } }

.site__header {
  position: relative;
  z-index: 9999; }

.site--404error {
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .site--404error .err404 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 640px;
    padding: 40px 30px;
    background: #ffffff; }
    .site--404error .err404:before, .site--404error .err404:after {
      content: " ";
      display: table; }
    .site--404error .err404:after {
      clear: both; }

.page {
  margin-left: -15px;
  margin-right: -15px; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page__content {
  background: #fff;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .page__content {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .page__content {
      float: left;
      width: 75%; } }

.page__aside {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .page__aside {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .page__aside {
      float: left;
      width: 25%; } }

.logotype {
  width: 208px;
  padding: 0;
  margin: 0; }
  @media (max-width: 767px) {
    .logotype {
      width: 100%;
      padding-top: 5px;
      padding-bottom: 5px; } }

.logotype__text {
  display: none; }

.gallery {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -20px !important; }
  .gallery:before, .gallery:after {
    content: " ";
    display: table; }
  .gallery:after {
    clear: both; }

.gallery__item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .gallery__item {
      float: left;
      width: 25%; } }

.gallery__link img {
  display: block;
  max-width: 100%;
  height: auto; }

.banner-block {
  display: none; }
  .banner-block:hover .banner-top {
    display: none; }
  .banner-block:hover .banner-top_hover {
    display: block; }
  @media (max-width: 767px) {
    .banner-block:hover .banner-top {
      display: none; }
    .banner-block:hover .banner-top_hover {
      display: none; } }

.banner {
  max-width: 100%; }

@media (max-width: 767px) {
  .banner-top {
    display: none; } }

.banner-top_mobile {
  display: none; }
  @media (max-width: 767px) {
    .banner-top_mobile {
      display: block; } }

.banner-top_hover {
  display: none; }

.front-page .banner-block {
  display: block; }

.category-single__header {
  padding-top: 10px;
  padding-bottom: 40px; }

.category-single__title {
  text-align: left; }

.catlink {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #808080;
  margin-bottom: 4px; }
  .catlink:not(:last-child) {
    margin-right: 4px; }
  .catlink:hover {
    text-decoration: none; }
  .catlink--micro {
    font-size: 11px;
    text-transform: uppercase;
    padding: 2px 4px; }
  .catlink--cat {
    color: #b25665; }

a.catlink {
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease; }
  a.catlink:hover {
    text-decoration: none;
    color: #2771a3;
    border-color: rgba(39, 113, 163, 0.7);
    transition-duration: .1s; }
  a.catlink--cat:hover {
    color: #b25665;
    border-color: #e45050; }

.entries__list,
.entries__item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.entries__list {
  margin-left: -15px;
  margin-right: -15px; }
  .entries__list:before, .entries__list:after {
    content: " ";
    display: table; }
  .entries__list:after {
    clear: both; }

.entries__item {
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .entries__item {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .entries__item {
      float: left;
      width: 33.3333333333%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .entries__item:nth-child(2n+1) {
      clear: left; } }
  @media (min-width: 992px) {
    .entries__item:nth-child(3n+1) {
      clear: left; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .entries__item {
      margin: 0; } }

.entries-article__list,
.entries-article__item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.entries-article__list {
  margin-left: -10px;
  margin-right: -10px; }
  .entries-article__list:before, .entries-article__list:after {
    content: " ";
    display: table; }
  .entries-article__list:after {
    clear: both; }

.entries-article__item {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .entries-article__item {
      float: left;
      width: 50%; } }
  @media (min-width: 768px) {
    .entries-article__item:nth-child(2n+1) {
      clear: left; } }

.entries-list__list,
.entries-list__item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.entries-list__item {
  padding: 30px 0; }

.entry__print {
  position: absolute;
  top: 15px;
  right: 30px; }
  @media (max-width: 767px) {
    .entry__print {
      display: none; } }

.entry__header {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 30px;
  background: #fdfdfd;
  border-bottom: 1px solid #dddddd; }
  .entry__header:before, .entry__header:after {
    content: " ";
    display: table; }
  .entry__header:after {
    clear: both; }
  @media (max-width: 767px) {
    .entry__header {
      padding: 10px 15px; } }
  @media (min-width: 768px) {
    .entry__header {
      padding: 20px 15px; } }
  @media (min-width: 1200px) {
    .entry__header {
      padding: 40px 30px; } }

.entry__title {
  font-weight: bold; }

.entry__meta {
  padding: 10px 0 0; }

.entry__thumbnail {
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }
  .entry__thumbnail:before, .entry__thumbnail:after {
    content: " ";
    display: table; }
  .entry__thumbnail:after {
    clear: both; }

.entry__thumbnail-image {
  display: block;
  max-width: 100%;
  height: auto; }

.entry__thumbnail-description {
  position: absolute;
  bottom: 20px;
  display: inline-block;
  max-width: 80%;
  padding: 10px 15px;
  background: rgba(120, 137, 156, 0.8);
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.entry__excerpt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 0; }

.entry__content {
  position: relative;
  padding: 10px 0;
  min-height: 200px; }
  @media (min-width: 768px) {
    .entry__content {
      padding: 20px 30px;
      padding-left: 150px; } }
  @media (min-width: 1200px) {
    .entry__content {
      padding: 40px 60px;
      padding-left: 110px; } }

.entry__likes {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .entry__likes {
      position: absolute;
      top: 0;
      left: 30px;
      width: 120px;
      padding: 20px 0; }
      .entry__likes .likely > * {
        float: left;
        clear: both;
        margin-left: 0 !important;
        margin-right: 0 !important; }
      .entry__likes .likely .likely__widget {
        background: #78899c;
        fill: #ffffff; } }
  @media (min-width: 1200px) {
    .entry__likes {
      width: 80px;
      padding: 40px 0; } }

.entry__amarker {
  margin: 10px 0 0;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #808080; }

.entry-link-next,
.entry-link-prev {
  position: fixed;
  top: 50%;
  margin-top: -24px;
  z-index: 9999;
  display: block;
  width: 48px;
  height: 48px;
  background: #718193; }
  .entry-link-next:before,
  .entry-link-prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -18px;
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent; }

.entry-link-prev {
  right: 50%; }
  .entry-link-prev:before {
    border-left-color: #fff;
    margin-left: -4px; }
  @media (max-width: 767px) {
    .entry-link-prev {
      display: none; } }
  @media (min-width: 768px) {
    .entry-link-prev {
      margin-right: -525px; } }
  @media (min-width: 992px) {
    .entry-link-prev {
      margin-right: -635px; } }

.entry-link-next {
  left: 50%; }
  .entry-link-next:before {
    border-right-color: #fff; }
  @media (max-width: 767px) {
    .entry-link-next {
      display: none; } }
  @media (min-width: 768px) {
    .entry-link-next {
      margin-left: -525px; } }
  @media (min-width: 992px) {
    .entry-link-next {
      margin-left: -635px; } }

.entry-item {
  display: block;
  padding: 20px;
  background: #ffffff;
  color: #404040;
  border: 1px solid #dddddd;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none !important; }
  .entry-item--has-thumbnail {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
  @media (min-width: 480px) and (max-width: 767px) {
    .entry-item {
      margin: 0;
      border: none;
      border-bottom: 1px dotted #aaaaaa; } }

.entry-item__thumbnail {
  display: block;
  margin: -20px -20px 20px;
  text-decoration: none; }
  @media (min-width: 768px) {
    .entry-item__thumbnail {
      height: 0;
      padding-bottom: 67%; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .entry-item__thumbnail {
      float: left;
      width: 20%;
      margin-right: 15px; } }

.entry-item__image {
  display: block;
  max-width: 100%;
  height: auto; }

.entry-item__title, .entry-promo__title {
  font-family: "PT Serif", Georgia, "Times New Roman", serif;
  margin: 0;
  display: inline;
  border-bottom: 1px solid transparent;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer; }
  .entry-item__title:hover, .entry-promo__title:hover {
    border-bottom-color: rgba(128, 128, 128, 0.4);
    color: #171717;
    text-decoration: none !important; }
  @media (max-width: 991px) {
    .entry-item__title, .entry-promo__title {
      font-size: 15px; } }
  @media (min-width: 992px) {
    .entry-item__title, .entry-promo__title {
      font-size: 21px;
      line-height: 25px; } }

.entry-item__meta {
  display: block;
  padding: 10px 0; }

.entry-item__excerpt, .entry-promo__excerpt {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 991px) {
    .entry-item__excerpt, .entry-promo__excerpt {
      display: none; } }

.entry-item__amarker {
  margin: 10px 0 0;
  display: block;
  font-size: 12px;
  color: #808080; }

.entry-item-article {
  position: relative;
  display: block;
  color: #404040;
  background: #ffffff;
  overflow: hidden;
  padding-left: 180px;
  padding-right: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none !important; }
  .entry-item-article:before, .entry-item-article:after {
    content: " ";
    display: table; }
  .entry-item-article:after {
    clear: both; }
  .entry-item-article--has-thumbnail {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
  .entry-item-article:hover {
    border-color: #aaaaaa;
    color: #171717;
    text-decoration: none !important; }
  @media (max-width: 767px) {
    .entry-item-article {
      margin: 0;
      padding-left: 15px;
      border: none;
      border-bottom: 1px dotted #aaaaaa; } }

.entry-item-article__thumbnail {
  float: left;
  width: 160px;
  margin-left: -180px;
  height: 100%;
  min-height: 160px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .entry-item-article__thumbnail {
      position: relative;
      margin: 0 0 10px;
      float: none;
      display: block;
      clear: both;
      width: 100%;
      height: 0;
      padding-bottom: 100%; } }
  .entry-item-article__thumbnail .entry-thumb {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 140px;
    height: 120px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent; }
    @media (max-width: 767px) {
      .entry-item-article__thumbnail .entry-thumb {
        top: 10px;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%; } }

.entry-item-article__content {
  padding: 20px 0; }

.entry-item-article__title {
  font-family: "PT Serif", Georgia, "Times New Roman", serif;
  margin: 0;
  display: inline;
  border-bottom: 1px solid transparent;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px; }
  .entry-item-article__title:hover {
    border-bottom-color: rgba(128, 128, 128, 0.4);
    color: #171717;
    text-decoration: none !important; }
  @media (max-width: 991px) {
    .entry-item-article__title {
      font-size: 19px; } }
  @media (min-width: 992px) {
    .entry-item-article__title {
      font-size: 21px;
      line-height: 25px; } }

.entry-item-article__meta {
  display: block;
  white-space: nowrap;
  padding: 8px 0 2px; }

.entry-item-article__excerpt {
  display: block;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 0; }

.entry-item__amarker {
  margin: 10px 0 0;
  display: block;
  font-size: 12px;
  color: #808080; }

.entry-item-article--interview {
  padding-left: 20px; }
  @media (min-width: 768px) {
    .entry-item-article--interview {
      padding-left: 15px;
      padding-right: 160px; } }
  .entry-item-article--interview .entry-item-article__content {
    padding-left: 10px; }
  .entry-item-article--interview .entry-item-article__thumbnail {
    min-height: 140px; }
    @media (min-width: 768px) {
      .entry-item-article--interview .entry-item-article__thumbnail {
        float: right; } }
    @media (min-width: 768px) {
      .entry-item-article--interview .entry-item-article__thumbnail .entry-thumb {
        left: auto;
        right: 20px; } }
  .entry-item-article--interview .entry-item-article__title {
    position: relative;
    margin-left: 34px; }
    .entry-item-article--interview .entry-item-article__title:before {
      content: '“';
      position: absolute;
      left: -34px;
      top: -2px;
      display: block;
      width: 28px;
      height: 28px;
      padding: 5px 5px;
      font-family: "PT Serif", Georgia, "Times New Roman", serif;
      font-size: 30px;
      line-height: 38px;
      text-align: center;
      background: #78899c;
      color: #ffffff; }
  .entry-item-article--interview .entry-item-article__excerpt {
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px; }
    .entry-item-article--interview .entry-item-article__excerpt p {
      margin-bottom: 0; }

.entry-item-list {
  display: block;
  color: #404040;
  padding-left: 180px;
  padding-right: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none !important; }
  .entry-item-list:before, .entry-item-list:after {
    content: " ";
    display: table; }
  .entry-item-list:after {
    clear: both; }
  .entry-item-list--has-thumbnail {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
  .entry-item-list:hover {
    border-color: #aaaaaa;
    color: #171717;
    text-decoration: none !important; }
    .entry-item-list:hover .entry-item-list__title {
      border-bottom-color: rgba(128, 128, 128, 0.4); }
  @media (min-width: 480px) and (max-width: 767px) {
    .entry-item-list {
      margin: 0;
      border: none;
      border-bottom: 1px dotted #aaaaaa; } }

.entry-item-list__thumbnail {
  float: left;
  width: 160px;
  margin-left: -180px; }

.entry-item-list__image {
  display: block;
  max-width: 100%;
  height: auto; }

.entry-item-list__title {
  font-family: "PT Serif", Georgia, "Times New Roman", serif;
  margin: 0;
  display: inline;
  border-bottom: 1px solid transparent;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px; }
  .entry-item-list__title:hover {
    border-bottom-color: rgba(128, 128, 128, 0.4);
    color: #171717;
    text-decoration: none !important; }
  .entry-item-list_search .entry-item-list__title u {
    background: #fff4be;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: -3px;
    margin-right: -3px; }
  @media (max-width: 991px) {
    .entry-item-list__title {
      font-size: 15px; } }
  @media (min-width: 992px) {
    .entry-item-list__title {
      font-size: 21px;
      line-height: 25px; } }

.entry-item-list__meta {
  display: block;
  white-space: nowrap;
  padding: 8px 0 2px; }

.entry-item-list__excerpt {
  display: block;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 0; }
  .entry-item-list_search .entry-item-list__excerpt b {
    background: #fff4be;
    text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: -2px;
    margin-right: -2px; }
  @media (max-width: 991px) {
    .entry-item-list__excerpt {
      display: none; } }

.entry-item__amarker {
  margin: 10px 0 0;
  display: block;
  font-size: 12px;
  color: #808080; }

.entry-promo {
  background: #ffffff;
  overflow: hidden; }
  @media (max-width: 767px) {
    .entry-promo {
      padding-left: 15px;
      padding-right: 15px; } }

.entry-promo__wrapper {
  margin-left: -5px;
  margin-right: -5px; }
  .entry-promo__wrapper:before, .entry-promo__wrapper:after {
    content: " ";
    display: table; }
  .entry-promo__wrapper:after {
    clear: both; }

.entry-promo__thumbnail {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  height: 100%;
  min-height: 260px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .entry-promo__thumbnail {
      float: left;
      width: 41.6666666667%; } }
  @media (max-width: 767px) {
    .entry-promo__thumbnail {
      height: auto;
      min-height: 0; } }
  .entry-promo__thumbnail .entry-thumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent; }
    @media (max-width: 767px) {
      .entry-promo__thumbnail .entry-thumb {
        position: static; } }

.entry-promo__content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  padding: 40px 30px; }
  @media (min-width: 768px) {
    .entry-promo__content {
      float: left;
      width: 58.3333333333%; } }
  @media (max-width: 767px) {
    .entry-promo__content {
      padding: 20px; } }

.entry-promo__meta {
  display: block;
  white-space: nowrap;
  padding: 10px 0; }
  @media (max-width: 767px) {
    .entry-promo__meta {
      display: none; } }

.entry-date {
  display: inline-block;
  padding: 4px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  color: #808080; }
  .entry-date:not(:last-child) {
    margin-right: 4px; }
  .entry-date--micro {
    font-size: 12px;
    text-transform: none;
    padding: 2px 0; }

.entry-content, .entry__content {
  font-size: 17px; }
  .entry-content a, .entry__content a {
    position: relative;
    margin-right: 14px;
    color: #2771a3;
    box-shadow: inset 0 -1px rgba(39, 113, 163, 0.2); }
    .entry-content a:after, .entry__content a:after {
      content: '';
      position: absolute;
      margin-top: .3em;
      display: inline-block;
      width: 13px;
      height: .9em;
      background: url("/assets/images/misc/external.png") 100% 50% no-repeat;
      opacity: .5; }
    .entry-content a[href^="http://www.press-line.ru"], .entry__content a[href^="http://www.press-line.ru"], .entry-content a[href^="http://press-line.ru"], .entry__content a[href^="http://press-line.ru"], .entry-content a[href^="/"], .entry__content a[href^="/"], .entry-content a[href^="#"], .entry__content a[href^="#"] {
      margin-right: 0; }
      .entry-content a[href^="http://www.press-line.ru"]:after, .entry__content a[href^="http://www.press-line.ru"]:after, .entry-content a[href^="http://press-line.ru"]:after, .entry__content a[href^="http://press-line.ru"]:after, .entry-content a[href^="/"]:after, .entry__content a[href^="/"]:after, .entry-content a[href^="#"]:after, .entry__content a[href^="#"]:after {
        display: none; }
    .entry-content a, .entry__content a, .entry-content a:active, .entry__content a:active, .entry-content a:focus, .entry__content a:focus, .entry-content a:hover, .entry__content a:hover {
      text-decoration: none; }
    .entry-content a:hover, .entry__content a:hover, .entry-content a:visited:hover, .entry__content a:visited:hover {
      color: #b25665;
      box-shadow: inset 0 -1px rgba(178, 86, 101, 0.65); }
      .entry-content a:hover:after, .entry__content a:hover:after, .entry-content a:visited:hover:after, .entry__content a:visited:hover:after {
        opacity: 1; }
    .entry-content a:active, .entry__content a:active, .entry-content a:visited:active, .entry__content a:visited:active {
      color: #b25665;
      box-shadow: inset 0 -1px #b25665; }
    .entry-content a:visited, .entry__content a:visited {
      color: #8d53a3 !important; }
  .entry-content h1, .entry__content h1, .entry-content h2, .entry__content h2, .entry-content h3, .entry__content h3, .entry-content h4, .entry__content h4, .entry-content h5, .entry__content h5, .entry-content h6, .entry__content h6,
  .entry-content .h1,
  .entry__content .h1, .entry-content .h2, .entry__content .h2, .entry-content .h3, .entry__content .h3, .entry-content .entry-item__title, .entry__content .entry-item__title, .entry-content .entry-promo__title, .entry__content .entry-promo__title, .entry-content .entry-item-article__title, .entry__content .entry-item-article__title, .entry-content .entry-item-list__title, .entry__content .entry-item-list__title, .entry-content .h4, .entry__content .h4, .entry-content .h5, .entry__content .h5, .entry-content .h6, .entry__content .h6 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.1;
    color: inherit; }
    .entry-content h1 small, .entry__content h1 small,
    .entry-content h1 .small,
    .entry__content h1 .small, .entry-content h2 small, .entry__content h2 small,
    .entry-content h2 .small,
    .entry__content h2 .small, .entry-content h3 small, .entry__content h3 small,
    .entry-content h3 .small,
    .entry__content h3 .small, .entry-content h4 small, .entry__content h4 small,
    .entry-content h4 .small,
    .entry__content h4 .small, .entry-content h5 small, .entry__content h5 small,
    .entry-content h5 .small,
    .entry__content h5 .small, .entry-content h6 small, .entry__content h6 small,
    .entry-content h6 .small,
    .entry__content h6 .small,
    .entry-content .h1 small,
    .entry__content .h1 small,
    .entry-content .h1 .small,
    .entry__content .h1 .small, .entry-content .h2 small, .entry__content .h2 small,
    .entry-content .h2 .small,
    .entry__content .h2 .small, .entry-content .h3 small, .entry__content .h3 small, .entry-content .entry-item__title small, .entry__content .entry-item__title small, .entry-content .entry-promo__title small, .entry__content .entry-promo__title small, .entry-content .entry-item-article__title small, .entry__content .entry-item-article__title small, .entry-content .entry-item-list__title small, .entry__content .entry-item-list__title small,
    .entry-content .h3 .small,
    .entry__content .h3 .small,
    .entry-content .entry-item__title .small,
    .entry__content .entry-item__title .small,
    .entry-content .entry-promo__title .small,
    .entry__content .entry-promo__title .small,
    .entry-content .entry-item-article__title .small,
    .entry__content .entry-item-article__title .small,
    .entry-content .entry-item-list__title .small,
    .entry__content .entry-item-list__title .small, .entry-content .h4 small, .entry__content .h4 small,
    .entry-content .h4 .small,
    .entry__content .h4 .small, .entry-content .h5 small, .entry__content .h5 small,
    .entry-content .h5 .small,
    .entry__content .h5 .small, .entry-content .h6 small, .entry__content .h6 small,
    .entry-content .h6 .small,
    .entry__content .h6 .small {
      font-weight: normal;
      line-height: 1;
      color: #777777; }
  .entry-content h1, .entry__content h1,
  .entry-content .h1,
  .entry__content .h1, .entry-content h2, .entry__content h2, .entry-content .h2, .entry__content .h2, .entry-content h3, .entry__content h3, .entry-content .h3, .entry__content .h3, .entry-content .entry-item__title, .entry__content .entry-item__title, .entry-content .entry-promo__title, .entry__content .entry-promo__title, .entry-content .entry-item-article__title, .entry__content .entry-item-article__title, .entry-content .entry-item-list__title, .entry__content .entry-item-list__title {
    margin-top: 20px;
    margin-bottom: 10px; }
    .entry-content h1 small, .entry__content h1 small,
    .entry-content h1 .small,
    .entry__content h1 .small,
    .entry-content .h1 small,
    .entry__content .h1 small,
    .entry-content .h1 .small,
    .entry__content .h1 .small, .entry-content h2 small, .entry__content h2 small,
    .entry-content h2 .small,
    .entry__content h2 .small, .entry-content .h2 small, .entry__content .h2 small,
    .entry-content .h2 .small,
    .entry__content .h2 .small, .entry-content h3 small, .entry__content h3 small,
    .entry-content h3 .small,
    .entry__content h3 .small, .entry-content .h3 small, .entry__content .h3 small, .entry-content .entry-item__title small, .entry__content .entry-item__title small, .entry-content .entry-promo__title small, .entry__content .entry-promo__title small, .entry-content .entry-item-article__title small, .entry__content .entry-item-article__title small, .entry-content .entry-item-list__title small, .entry__content .entry-item-list__title small,
    .entry-content .h3 .small,
    .entry__content .h3 .small,
    .entry-content .entry-item__title .small,
    .entry__content .entry-item__title .small,
    .entry-content .entry-promo__title .small,
    .entry__content .entry-promo__title .small,
    .entry-content .entry-item-article__title .small,
    .entry__content .entry-item-article__title .small,
    .entry-content .entry-item-list__title .small,
    .entry__content .entry-item-list__title .small {
      font-size: 65%; }
  .entry-content h4, .entry__content h4, .entry-content .h4, .entry__content .h4, .entry-content h5, .entry__content h5, .entry-content .h5, .entry__content .h5, .entry-content h6, .entry__content h6, .entry-content .h6, .entry__content .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
    .entry-content h4 small, .entry__content h4 small,
    .entry-content h4 .small,
    .entry__content h4 .small, .entry-content .h4 small, .entry__content .h4 small,
    .entry-content .h4 .small,
    .entry__content .h4 .small, .entry-content h5 small, .entry__content h5 small,
    .entry-content h5 .small,
    .entry__content h5 .small, .entry-content .h5 small, .entry__content .h5 small,
    .entry-content .h5 .small,
    .entry__content .h5 .small, .entry-content h6 small, .entry__content h6 small,
    .entry-content h6 .small,
    .entry__content h6 .small, .entry-content .h6 small, .entry__content .h6 small,
    .entry-content .h6 .small,
    .entry__content .h6 .small {
      font-size: 75%; }
  .entry-content h1, .entry__content h1,
  .entry-content .h1,
  .entry__content .h1 {
    font-size: 36px; }
    @media (max-width: 767px) {
      .entry-content h1, .entry__content h1,
      .entry-content .h1,
      .entry__content .h1 {
        font-size: 24px; } }
  .entry-content h2, .entry__content h2, .entry-content .h2, .entry__content .h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .entry-content h2, .entry__content h2, .entry-content .h2, .entry__content .h2 {
        font-size: 18px; } }
  .entry-content h3, .entry__content h3, .entry-content .h3, .entry__content .h3, .entry-content .entry-item__title, .entry__content .entry-item__title, .entry-content .entry-promo__title, .entry__content .entry-promo__title, .entry-content .entry-item-article__title, .entry__content .entry-item-article__title, .entry-content .entry-item-list__title, .entry__content .entry-item-list__title {
    margin-top: 45px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .entry-content h3, .entry__content h3, .entry-content .h3, .entry__content .h3, .entry-content .entry-item__title, .entry__content .entry-item__title, .entry-content .entry-promo__title, .entry__content .entry-promo__title, .entry-content .entry-item-article__title, .entry__content .entry-item-article__title, .entry-content .entry-item-list__title, .entry__content .entry-item-list__title {
        font-size: 16px; } }
  .entry-content h4, .entry__content h4, .entry-content .h4, .entry__content .h4 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #171717; }
  .entry-content h5, .entry__content h5, .entry-content .h5, .entry__content .h5, .entry-content h6, .entry__content h6, .entry-content .h6, .entry__content .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold; }
  .entry-content h5, .entry__content h5, .entry-content .h5, .entry__content .h5 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 14px; }
  .entry-content h6, .entry__content h6, .entry-content .h6, .entry__content .h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #808080; }
  .entry-content p, .entry__content p {
    margin: 0 0 1.4705882353em;
    line-height: 1.4705882353; }
  .entry-content .lead, .entry__content .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .entry-content .lead, .entry__content .lead {
        font-size: 21px; } }
  .entry-content small, .entry__content small,
  .entry-content .small,
  .entry__content .small {
    font-size: 85%; }
  .entry-content mark, .entry__content mark,
  .entry-content .mark,
  .entry__content .mark {
    background-color: #fcf8e3;
    padding: .2em; }
  .entry-content ul, .entry__content ul,
  .entry-content ol,
  .entry__content ol {
    padding: 0;
    margin-left: 1.5em;
    margin-top: 20px;
    margin-bottom: 20px; }
    .entry-content ul li, .entry__content ul li,
    .entry-content ol li,
    .entry__content ol li {
      margin-bottom: 10px; }
    .entry-content ul ul, .entry__content ul ul,
    .entry-content ul ol,
    .entry__content ul ol,
    .entry-content ol ul,
    .entry__content ol ul,
    .entry-content ol ol,
    .entry__content ol ol {
      margin-bottom: 10px;
      margin-top: 10px; }
  .entry-content .list-unstyled, .entry__content .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .entry-content dl, .entry__content dl {
    margin-top: 0;
    margin-bottom: 20px; }
  .entry-content dt, .entry__content dt,
  .entry-content dd,
  .entry__content dd {
    line-height: 1.428571429; }
  .entry-content dt, .entry__content dt {
    font-weight: bold; }
  
  .entry-content dd,
  .entry__content dd {
    margin-left: 0; }
  .entry-content abbr[data-original-title], .entry__content abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777; }
  .entry-content blockquote, .entry__content blockquote {
    padding: 20px 60px;
    margin: 0 0 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px; }
    @media (max-width: 767px) {
      .entry-content blockquote, .entry__content blockquote {
        padding-left: 10px;
        padding-right: 10px; } }
    .entry-content blockquote p:last-child, .entry__content blockquote p:last-child,
    .entry-content blockquote ul:last-child,
    .entry__content blockquote ul:last-child,
    .entry-content blockquote ol:last-child,
    .entry__content blockquote ol:last-child {
      margin-bottom: 0; }
    .entry-content blockquote footer, .entry__content blockquote footer,
    .entry-content blockquote small,
    .entry__content blockquote small,
    .entry-content blockquote .small,
    .entry__content blockquote .small {
      display: block;
      font-size: 80%;
      line-height: 1.428571429;
      color: #777777; }
      .entry-content blockquote footer:before, .entry__content blockquote footer:before,
      .entry-content blockquote small:before,
      .entry__content blockquote small:before,
      .entry-content blockquote .small:before,
      .entry__content blockquote .small:before {
        content: '\2014 \00A0'; }
  .entry-content .blockquote-reverse, .entry__content .blockquote-reverse,
  .entry-content blockquote.pull-right,
  .entry__content blockquote.pull-right {
    text-align: right; }
    .entry-content .blockquote-reverse footer:before, .entry__content .blockquote-reverse footer:before,
    .entry-content .blockquote-reverse small:before,
    .entry__content .blockquote-reverse small:before,
    .entry-content .blockquote-reverse .small:before,
    .entry__content .blockquote-reverse .small:before,
    .entry-content blockquote.pull-right footer:before,
    .entry__content blockquote.pull-right footer:before,
    .entry-content blockquote.pull-right small:before,
    .entry__content blockquote.pull-right small:before,
    .entry-content blockquote.pull-right .small:before,
    .entry__content blockquote.pull-right .small:before {
      content: ''; }
    .entry-content .blockquote-reverse footer:after, .entry__content .blockquote-reverse footer:after,
    .entry-content .blockquote-reverse small:after,
    .entry__content .blockquote-reverse small:after,
    .entry-content .blockquote-reverse .small:after,
    .entry__content .blockquote-reverse .small:after,
    .entry-content blockquote.pull-right footer:after,
    .entry__content blockquote.pull-right footer:after,
    .entry-content blockquote.pull-right small:after,
    .entry__content blockquote.pull-right small:after,
    .entry-content blockquote.pull-right .small:after,
    .entry__content blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }
  .entry-content address, .entry__content address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429; }
  .entry-content .wp-caption, .entry__content .wp-caption {
    margin: 20px auto;
    text-align: center; }
    .entry-content .wp-caption.alignleft, .entry__content .wp-caption.alignleft {
      float: left;
      margin: 0 10px 10px 0; }
    .entry-content .wp-caption.alignright, .entry__content .wp-caption.alignright {
      float: right;
      margin: 0 0 10px 10px; }
  .entry-content img, .entry__content img {
    display: block;
    max-width: 100%;
    height: auto; }
  .entry-content .wp-caption, .entry__content .wp-caption {
    max-width: 100%; }
  .entry-content .wp-caption-text, .entry__content .wp-caption-text {
    display: block;
    font-size: 14px;
    padding: 10px 0;
    color: #808080; }

.latest-entries {
  padding-top: 40px;
  padding-bottom: 40px; }

.latest-entries__header {
  padding: 20px 0; }

.latest-entries__title {
  font-size: 36px; }

.footer {
  margin-top: 20px;
  border-top: 1px solid rgba(157, 169, 183, 0.2);
  background: #78899c;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .footer a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    transition: border-bottom-color .1s; }
    .footer a:focus, .footer a:hover {
      color: #fff;
      text-decoration: none;
      border-bottom-color: #fff; }

.footer__unwrap {
  padding-top: 15px;
  padding-bottom: 15px; }
  .footer__unwrap + .footer__unwrap {
    border-top: 1px solid #718193; }

.footer__line {
  margin-left: -15px;
  margin-right: -15px; }
  .footer__line:before, .footer__line:after {
    content: " ";
    display: table; }
  .footer__line:after {
    clear: both; }

.footer__caution {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .footer__caution {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .footer__caution {
      float: left;
      width: 33.3333333333%; } }

.footer__socials {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .footer__socials {
      float: left;
      width: 25%; } }
  @media (min-width: 992px) {
    .footer__socials {
      float: left;
      width: 16.6666666667%; } }

.footer__navigation {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .footer__navigation {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .footer__navigation {
      float: left;
      width: 41.6666666667%; } }
  .footer__navigation .h4 {
    margin-top: 0;
    margin-bottom: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer__navigation {
      padding-bottom: 20px; } }

.footer__partners {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .footer__partners {
      float: left;
      width: 33.3333333333%; } }
  @media (min-width: 992px) {
    .footer__partners {
      float: left;
      width: 25%; } }

.footer__license {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .footer__license {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .footer__license {
      float: left;
      width: 33.3333333333%; } }

.footer__copyrights {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .footer__copyrights {
      float: left;
      width: 33.3333333333%; } }
  @media (min-width: 992px) {
    .footer__copyrights {
      float: left;
      width: 25%; } }

.footer__editors {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .footer__editors {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .footer__editors {
      float: left;
      width: 58.3333333333%; } }

.footer__contacts {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .footer__contacts {
      float: left;
      width: 16.6666666667%; } }

.footer__externals {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .footer__externals {
      float: left;
      width: 58.3333333333%; } }
  @media (min-width: 992px) {
    .footer__externals {
      float: left;
      width: 33.3333333333%; } }
  @media (min-width: 992px) {
    .footer__externals {
      margin-left: 16.6666666667%; } }

.footer__title {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .footer__title {
      float: left;
      width: 41.6666666667%; } }
  @media (min-width: 992px) {
    .footer__title {
      float: left;
      width: 50%; } }

.footer__counter:before, .footer__counter:after {
  content: " ";
  display: table; }

.footer__counter:after {
  clear: both; }

.footer__counter > a {
  float: right;
  position: relative;
  top: -.25em; }

.misc-agency-caution {
  display: block;
  text-align: right; }

.age-restriction {
  display: inline-block;
  padding: 4px 4px 6px;
  background: #e45050;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1; }

.misc-agency-license {
  font-size: 12px;
  color: #ffffff;
  padding: 15px 15px;
  border: 1px solid #aaaaaa; }
  .misc-agency-license a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    transition: border-bottom-color .1s; }
    .misc-agency-license a:focus, .misc-agency-license a:hover {
      color: #fff;
      text-decoration: none;
      border-bottom-color: #fff; }

.misc-contacts__phone {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff; }

.misc-editors,
.misc-editors__list,
.misc-editors__item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.misc-editors {
  font-size: 14px; }

.misc-editors__item {
  display: inline-block;
  margin-right: 15px; }
  .misc-editors__item:last-child {
    margin-right: 0; }

.pagination {
  text-align: center; }

.pagination__pages {
  font-size: 18px; }

.pagination__page {
  display: inline-block;
  padding: 5px 12px; }
  .pagination__page:hover, .pagination__page.active {
    background: #fff; }
  .pagination__page a, .pagination__page a:hover {
    text-decoration: none; }

.socials,
.socials__item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.socials {
  text-align: right;
  margin-left: -10px !important; }

.socials__item {
  display: inline-block; }

.socials__link {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: 9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: 22px 22px;
  text-decoration: none;
  border-bottom: none !important;
  opacity: .8; }
  .socials__link, .socials__link:hover {
    border-bottom: none;
    text-decoration: none; }
  .socials__link:hover {
    opacity: 1;
    transition: 0.3s opacity ease; }
  .socials__link--facebook {
    background-image: url("/assets/images/socials/facebook.svg"); }
  .socials__link--twitter {
    background-image: url("/assets/images/socials/twitter.svg"); }
  .socials__link--vkontakte {
    background-image: url("/assets/images/socials/vkontakte.svg"); }
  .socials__link--rss {
    background-image: url("/assets/images/socials/rss.svg"); }

.misc-more {
  margin: 10px 0 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  background: #fff;
  border: 1px solid #eee;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 1px #eee; }

.misc-more__wrapper {
  width: 100%;
  display: table; }
  @media (max-width: 767px) {
    .misc-more__wrapper {
      display: block; } }

.misc-more__news,
.misc-more__subscribe {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 10px; }
  @media (max-width: 767px) {
    .misc-more__news,
    .misc-more__subscribe {
      display: block;
      text-align: center; } }

.misc-more__subscribe {
  width: 67%;
  background: #f7f7f7; }
  @media (max-width: 767px) {
    .misc-more__subscribe {
      width: 100%; } }

.misc-more__news {
  white-space: nowrap;
  width: 33%;
  padding-right: 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .misc-more__news {
      width: 100%; } }

.misc-more__subscribe {
  padding-left: 10px; }
  @media (max-width: 767px) {
    .misc-more__subscribe {
      padding-left: 20px; } }

a.misc-more__link {
  color: #4a4a4a;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  text-decoration: none;
  transition: border-bottom-color .1s;
  position: relative;
  top: -2px;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  border-bottom-width: 2px; }
  a.misc-more__link:focus, a.misc-more__link:hover {
    color: #171717;
    text-decoration: none;
    border-bottom-color: #808080; }

#mc_embed_signup {
  padding: 30px;
  margin-top: -15px;
  margin-bottom: -15px;
  font-family: Arial, sans-serif; }

.mailchimp-dark {
  border: 1px solid #718193;
  background: #718193; }

.mailchimp-light .mailchimp-title p {
  margin-bottom: 5px; }

.mailchimp-light .form-group {
  margin-bottom: 5px; }

.mailchimp-light#mc_embed_signup {
  display: block;
  background: none;
  padding: 0;
  margin: 0; }

#mc_embed_signup .form {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2px; }
  #mc_embed_signup .form .btn,
  #mc_embed_signup .form .form-control {
    border-radius: 0 !important; }

.footer-navigation {
  margin-left: -15px;
  margin-right: -15px; }
  .footer-navigation:before, .footer-navigation:after {
    content: " ";
    display: table; }
  .footer-navigation:after {
    clear: both; }

.footer-navigation__list,
.footer-navigation__item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.footer-navigation__list {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .footer-navigation__list {
      float: left;
      width: 33.3333333333%; } }

.footer-navigation__item {
  margin-bottom: 5px; }

.partners-navigation p {
  margin-bottom: 5px !important; }

.navigation {
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: 12px;
  width: 56px;
  padding-top: 28px;
  padding-bottom: 28px; }

.navigation__trigger {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s; }
  .navigation__trigger:hover,
  .navigation.open .navigation__trigger {
    background: #8695a6; }
    .navigation__trigger:hover:after,
    .navigation.open .navigation__trigger:after {
      background: #ffffff; }
    .navigation__trigger:hover:before,
    .navigation.open .navigation__trigger:before {
      border-color: #ffffff; }
  .navigation__trigger:before, .navigation__trigger:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    display: block;
    width: 24px;
    height: 4px; }
  .navigation__trigger:after {
    height: 4px;
    margin-top: -2px;
    background: #ffffff;
    transition: background-color 0.3s; }
  .navigation__trigger:before {
    height: 20px;
    margin-top: -10px;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    transition: border-color 0.3s; }

.navigation__wrapper {
  max-width: 200px;
  background: #8695a6;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 1px 0 0;
  top: 0;
  right: 100%;
  left: auto;
  padding: 0; }

.navigation__list,
.navigation__item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.navigation__list {
  width: 100%; }

.navigation__item + .navigation__item {
  border-top: 1px solid #718193; }

.navigation__link {
  color: #4a4a4a;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  text-decoration: none;
  transition: border-bottom-color .1s;
  display: block;
  font-size: 17px;
  line-height: 1.3333333333;
  font-weight: normal;
  padding: 10px 15px;
  color: #ffffff; }
  .navigation__link:focus, .navigation__link:hover {
    color: #171717;
    text-decoration: none;
    border-bottom-color: #808080; }
  .navigation__link, .navigation__link:hover {
    border-bottom: none;
    text-decoration: none; }
  .navigation__link:hover {
    background: #78899c;
    color: #ffffff; }
  .active .navigation__link {
    color: #ffffff;
    background: #78899c; }

.news-item {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .news-item:before, .news-item:after {
    content: " ";
    display: table; }
  .news-item:after {
    clear: both; }

.news-item__date {
  color: #808080;
  font-size: 12px; }

.news-item__title {
  color: #4a4a4a;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  text-decoration: none;
  transition: border-bottom-color .1s;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px; }
  .news-item__title:focus, .news-item__title:hover {
    color: #171717;
    text-decoration: none;
    border-bottom-color: #808080; }

.news-item__thumbnail {
  display: none;
  float: left;
  width: 140px;
  padding-right: 15px; }

.news-item__image {
  display: block;
  max-width: 100%;
  height: auto; }

.news-list,
.news-list__list,
.news-list__item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.news-list {
  padding: 20px 15px; }

.news-list__item {
  padding: 10px 0; }
  .news-list__item + .news-list__item {
    border-top: 1px dotted #eeeeee; }

.searchform {
  padding: 3px 0; }
  .searchform div {
    position: relative; }
    .searchform div label {
      display: none; }
    .searchform div input[type="text"] {
      display: block;
      width: 100%;
      height: 40px;
      line-height: 40px;
      padding-right: 40px;
      padding-left: 6px;
      font-size: 16px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      background: transparent;
      border: 1px solid rgba(216, 222, 235, 0.3);
      color: #ffffff;
      border-radius: 0;
      transition-property: background, color, opacity, border-color;
      transition-duration: 0.3s; }
      .searchform div input[type="text"]:focus {
        border-color: rgba(216, 222, 235, 0.6); }
        .searchform div input[type="text"]:focus + input[type="submit"] {
          opacity: 1;
          background-size: 20px auto; }
    .searchform div input[type="submit"] {
      position: absolute;
      top: 1px;
      bottom: 1px;
      right: 1px;
      display: block;
      width: 40px;
      background: url(/assets/images/search.svg) 50% 50% no-repeat;
      background-size: 16px auto;
      border: none;
      border-left: 1px solid rgba(216, 222, 235, 0.1);
      font-size: 16px;
      text-indent: -9999px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #808080;
      opacity: .7;
      transition: background .05s ease-in; }

.pl-place {
  margin: 0 auto;
  text-align: center;
  padding: 15px 0; }
  .pl-place img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }

.projects-front {
  padding: 10px 10px;
  background: #b25665;
  margin-bottom: 20px; }
  .projects-front:before, .projects-front:after {
    content: " ";
    display: table; }
  .projects-front:after {
    clear: both; }
  @media (max-width: 767px) {
    .projects-front {
      padding-left: 0;
      padding-right: 0; } }

.projects-front__head {
  margin-left: -15px;
  margin-right: -15px;
  color: #ffffff;
  padding-bottom: 7px; }
  .projects-front__head:before, .projects-front__head:after {
    content: " ";
    display: table; }
  .projects-front__head:after {
    clear: both; }
  .projects-front__head h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    padding: 3px 0;
    text-transform: uppercase; }

.projects-front__header {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 767px) {
    .projects-front__header {
      padding-left: 30px; } }

.projects-front__nav {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right; }

.projects-front__content {
  background: #ffffff; }

.projects-front__pages,
.projects-front__page,
.projects-front__list,
.projects-front__item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.projects-front {
  position: relative; }
  .projects-front:before, .projects-front:after {
    content: " ";
    display: table; }
  .projects-front:after {
    clear: both; }
  .projects-front .slides,
  .projects-front .slides__item,
  .projects-front .flex-control-nav,
  .projects-front .flex-control-nav li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
  .projects-front img {
    display: block;
    max-width: 100%;
    height: auto; }
  .projects-front .slide {
    display: block; }
    .projects-front .slide, .projects-front .slide:hover {
      border-bottom: none;
      text-decoration: none; }
  .projects-front .flex-control-paging {
    width: 100%;
    text-align: right;
    z-index: 2; }
    .projects-front .flex-control-paging li {
      display: inline-block;
      padding: 0 3px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .projects-front .flex-control-paging li a {
        display: block;
        width: 24px;
        text-align: center;
        color: #ffffff;
        border: 1px solid #ffffff;
        padding: 2px 6px;
        background: none;
        box-shadow: none;
        text-decoration: none;
        cursor: pointer; }
        .projects-front .flex-control-paging li a:hover {
          text-decoration: none;
          color: #e45050;
          background: rgba(255, 255, 255, 0.95); }
        .projects-front .flex-control-paging li a.flex-active {
          background: #ffffff;
          color: #171717; }

.asia-grid {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -100px; }
  .asia-grid .asia-block {
    -ms-flex: 1;
        flex: 1; }
    .asia-grid .asia-block a {
      display: block;
      background-repeat: no-repeat;
      background-size: cover;
      height: 400px;
      position: relative;
      display: block; }
  .asia-grid .project-info {
    height: 200px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    position: absolute;
    bottom: 0;
    padding: 0 20px 16px 20px;
    background: linear-gradient(180deg, rgba(30, 39, 48, 0) 0%, rgba(30, 39, 48, 0.9) 100%); }
    .asia-grid .project-info .eye {
      width: 50px;
      height: 50px;
      border: 1px solid #fff;
      border-radius: 50%;
      display: none;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: absolute;
      top: 30%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .asia-grid .project-info .eye img {
        width: 34px;
        height: 20px;
        margin: 0;
        padding: 0; }
    .asia-grid .project-info .project-descr {
      font-weight: 700;
      font-size: 24px;
      line-height: 25px;
      color: #fff;
      text-shadow: 0px 1px 1px rgba(13, 14, 14, 0.35); }
    .asia-grid .project-info .project-hero-name {
      font-weight: 500;
      font-size: 14px;
      line-height: 14px;
      color: #FFFFFF;
      opacity: 0.5;
      margin-bottom: 0; }
    .asia-grid .project-info img {
      width: 100%;
      object-fit: cover; }

.special-projects-bg {
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  position: relative;
  left: 50%;
  width: 100vw; }
  .special-projects-bg img {
    max-width: 100%;
    min-height: 400px;
    object-fit: cover; }
    @media (max-width: 767px) {
      .special-projects-bg img {
        min-height: 200px; } }
  .special-projects-bg .content {
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .special-projects-bg h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .special-projects-bg h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px; } }
  .special-projects-bg p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .special-projects-bg p {
        font-size: 16px;
        line-height: 25px; } }

.special-projects-page .main {
  padding-top: 0; }

.special-projects-page .projects-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: -100px;
  margin-bottom: 60px;
  position: relative;
  z-index: 10; }
  @media (max-width: 991px) {
    .special-projects-page .projects-grid {
      margin-top: -50px;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-bottom: 40px; } }
  .special-projects-page .projects-grid .project-info {
    height: 200px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    position: absolute;
    bottom: 20px;
    padding: 0 20px 16px 20px;
    background: linear-gradient(180deg, rgba(30, 39, 48, 0) 0%, rgba(30, 39, 48, 0.9) 100%); }
    .special-projects-page .projects-grid .project-info .eye {
      width: 50px;
      height: 50px;
      border: 1px solid #fff;
      border-radius: 50%;
      display: none;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: absolute;
      top: 30%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .special-projects-page .projects-grid .project-info .eye img {
        width: 34px;
        height: 20px;
        margin: 0;
        padding: 0; }
    .special-projects-page .projects-grid .project-info .project-descr {
      font-weight: 700;
      font-size: 24px;
      line-height: 25px;
      color: #fff;
      text-shadow: 0px 1px 1px rgba(13, 14, 14, 0.35); }
    .special-projects-page .projects-grid .project-info .project-hero-name {
      font-weight: 500;
      font-size: 14px;
      line-height: 14px;
      color: #FFFFFF;
      opacity: 0.5;
      margin-bottom: 0; }
  .special-projects-page .projects-grid img {
    width: 100%;
    object-fit: cover; }
  .special-projects-page .projects-grid .block-1 {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 991px) {
      .special-projects-page .projects-grid .block-1 {
        -ms-flex-direction: column;
            flex-direction: column;
        width: 100%; } }
    .special-projects-page .projects-grid .block-1-1 {
      width: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (max-width: 991px) {
        .special-projects-page .projects-grid .block-1-1 {
          width: 100%; } }
      .special-projects-page .projects-grid .block-1-1-1 {
        position: relative; }
        .special-projects-page .projects-grid .block-1-1-1:hover .project-info {
          height: calc(100% - 20px);
          background: linear-gradient(180deg, rgba(30, 39, 48, 0.7) 0%, rgba(30, 39, 48, 0.7) 100%); }
          .special-projects-page .projects-grid .block-1-1-1:hover .project-info .eye {
            display: -ms-flexbox;
            display: flex; }
        .special-projects-page .projects-grid .block-1-1-1 img {
          height: 400px;
          margin-bottom: 20px;
          padding-right: 10px; }
          @media (max-width: 991px) {
            .special-projects-page .projects-grid .block-1-1-1 img {
              padding-right: 0; } }
        .special-projects-page .projects-grid .block-1-1-1 .project-info {
          padding-bottom: 16px;
          width: calc(100% - 10px); }
          @media (max-width: 991px) {
            .special-projects-page .projects-grid .block-1-1-1 .project-info {
              width: 100%; } }
        @media (max-width: 991px) {
          .special-projects-page .projects-grid .block-1-1-1 {
            width: 100%; } }
      .special-projects-page .projects-grid .block-1-1-2 {
        position: relative; }
        .special-projects-page .projects-grid .block-1-1-2:hover .project-info {
          height: 100%;
          background: linear-gradient(180deg, rgba(30, 39, 48, 0.7) 0%, rgba(30, 39, 48, 0.7) 100%); }
          .special-projects-page .projects-grid .block-1-1-2:hover .project-info .eye {
            display: -ms-flexbox;
            display: flex; }
        .special-projects-page .projects-grid .block-1-1-2 img {
          height: 340px;
          padding-right: 10px; }
          @media (max-width: 991px) {
            .special-projects-page .projects-grid .block-1-1-2 img {
              padding-right: 0;
              margin-bottom: 20px; } }
        .special-projects-page .projects-grid .block-1-1-2 .project-info {
          bottom: 0;
          width: calc(100% - 10px); }
          @media (max-width: 991px) {
            .special-projects-page .projects-grid .block-1-1-2 .project-info {
              width: 100%;
              bottom: 20px; } }
        @media (max-width: 991px) {
          .special-projects-page .projects-grid .block-1-1-2 {
            width: 100%; }
            .special-projects-page .projects-grid .block-1-1-2:hover .project-info {
              height: calc(100% - 20px); } }
    .special-projects-page .projects-grid .block-1-2 {
      width: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (max-width: 991px) {
        .special-projects-page .projects-grid .block-1-2 {
          width: 100%; } }
      .special-projects-page .projects-grid .block-1-2-1 {
        position: relative; }
        .special-projects-page .projects-grid .block-1-2-1:hover .project-info {
          height: calc(100% - 20px);
          background: linear-gradient(180deg, rgba(30, 39, 48, 0.7) 0%, rgba(30, 39, 48, 0.7) 100%); }
          .special-projects-page .projects-grid .block-1-2-1:hover .project-info .eye {
            display: -ms-flexbox;
            display: flex; }
        @media (max-width: 991px) {
          .special-projects-page .projects-grid .block-1-2-1 {
            width: 100%; } }
        .special-projects-page .projects-grid .block-1-2-1 img {
          height: 340px;
          margin-bottom: 20px;
          padding: 0 10px; }
          @media (max-width: 991px) {
            .special-projects-page .projects-grid .block-1-2-1 img {
              padding: 0; } }
        .special-projects-page .projects-grid .block-1-2-1 .project-info {
          padding-bottom: 16px;
          width: calc(100% - 20px);
          left: 10px; }
          @media (max-width: 991px) {
            .special-projects-page .projects-grid .block-1-2-1 .project-info {
              width: 100%;
              left: 0; } }
      .special-projects-page .projects-grid .block-1-2-2 {
        position: relative; }
        .special-projects-page .projects-grid .block-1-2-2:hover .project-info {
          height: 100%;
          background: linear-gradient(180deg, rgba(30, 39, 48, 0.7) 0%, rgba(30, 39, 48, 0.7) 100%); }
          .special-projects-page .projects-grid .block-1-2-2:hover .project-info .eye {
            display: -ms-flexbox;
            display: flex; }
        @media (max-width: 991px) {
          .special-projects-page .projects-grid .block-1-2-2 {
            width: 100%; }
            .special-projects-page .projects-grid .block-1-2-2:hover .project-info {
              height: calc(100% - 20px); } }
        .special-projects-page .projects-grid .block-1-2-2 img {
          height: 400px;
          padding: 0 10px; }
          @media (max-width: 991px) {
            .special-projects-page .projects-grid .block-1-2-2 img {
              padding: 0;
              margin-bottom: 20px; } }
        .special-projects-page .projects-grid .block-1-2-2 .project-info {
          bottom: 0;
          width: calc(100% - 20px);
          left: 10px; }
          @media (max-width: 991px) {
            .special-projects-page .projects-grid .block-1-2-2 .project-info {
              width: 100%;
              left: 0;
              bottom: 20px; } }
  .special-projects-page .projects-grid .block-2 {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (max-width: 991px) {
      .special-projects-page .projects-grid .block-2 {
        width: 100%; } }
    .special-projects-page .projects-grid .block-2-1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (max-width: 991px) {
        .special-projects-page .projects-grid .block-2-1 {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .special-projects-page .projects-grid .block-2-1-1 {
        position: relative;
        width: 50%; }
        .special-projects-page .projects-grid .block-2-1-1:hover .project-info {
          height: calc(100% - 20px);
          background: linear-gradient(180deg, rgba(30, 39, 48, 0.7) 0%, rgba(30, 39, 48, 0.7) 100%); }
          .special-projects-page .projects-grid .block-2-1-1:hover .project-info .eye {
            display: -ms-flexbox;
            display: flex; }
        @media (max-width: 991px) {
          .special-projects-page .projects-grid .block-2-1-1 {
            width: 100%; } }
        .special-projects-page .projects-grid .block-2-1-1 img {
          height: 400px;
          margin-bottom: 20px;
          padding: 0 10px; }
          @media (max-width: 991px) {
            .special-projects-page .projects-grid .block-2-1-1 img {
              padding: 0; } }
        .special-projects-page .projects-grid .block-2-1-1 .project-info {
          padding-bottom: 16px;
          width: calc(100% - 20px);
          left: 10px; }
          @media (max-width: 991px) {
            .special-projects-page .projects-grid .block-2-1-1 .project-info {
              width: 100%;
              left: 0; } }
      .special-projects-page .projects-grid .block-2-1-2 {
        position: relative;
        width: 50%; }
        .special-projects-page .projects-grid .block-2-1-2:hover .project-info {
          height: calc(100% - 20px);
          background: linear-gradient(180deg, rgba(30, 39, 48, 0.7) 0%, rgba(30, 39, 48, 0.7) 100%); }
          .special-projects-page .projects-grid .block-2-1-2:hover .project-info .eye {
            display: -ms-flexbox;
            display: flex; }
        @media (max-width: 991px) {
          .special-projects-page .projects-grid .block-2-1-2 {
            width: 100%; } }
        .special-projects-page .projects-grid .block-2-1-2 img {
          height: 400px;
          margin-bottom: 20px;
          padding-left: 10px; }
          @media (max-width: 991px) {
            .special-projects-page .projects-grid .block-2-1-2 img {
              padding-left: 0; } }
        .special-projects-page .projects-grid .block-2-1-2 .project-info {
          padding-bottom: 16px;
          width: calc(100% - 10px);
          left: 10px; }
          @media (max-width: 991px) {
            .special-projects-page .projects-grid .block-2-1-2 .project-info {
              width: 100%;
              left: 0; } }
    .special-projects-page .projects-grid .block-2-2 {
      position: relative; }
      .special-projects-page .projects-grid .block-2-2:hover .project-info {
        height: 100%;
        background: linear-gradient(180deg, rgba(30, 39, 48, 0.7) 0%, rgba(30, 39, 48, 0.7) 100%); }
        .special-projects-page .projects-grid .block-2-2:hover .project-info .eye {
          display: -ms-flexbox;
          display: flex; }
      .special-projects-page .projects-grid .block-2-2 img {
        height: 340px;
        padding-left: 10px; }
        @media (max-width: 991px) {
          .special-projects-page .projects-grid .block-2-2 img {
            padding-left: 0; } }
      .special-projects-page .projects-grid .block-2-2 .project-info {
        bottom: 0;
        width: calc(100% - 10px);
        left: 10px; }
        @media (max-width: 991px) {
          .special-projects-page .projects-grid .block-2-2 .project-info {
            width: 100%;
            left: 0; } }

.special-project-page .likely-big .likely__widget {
  margin: 0 4px; }

.special-project-page .likely__widget_twitter .likely__icon {
  height: 50px;
  width: 165px; }
  @media (max-width: 767px) {
    .special-project-page .likely__widget_twitter .likely__icon {
      width: 140px; } }

.special-project-page .likely__widget_vkontakte .likely__icon {
  height: 50px;
  width: 165px; }
  @media (max-width: 767px) {
    .special-project-page .likely__widget_vkontakte .likely__icon {
      width: 140px; } }

.special-project-page .likely-big .likely__counter {
  display: none !important; }

.special-project-page blockquote {
  border: none;
  border-top: 2px solid #B25665;
  border-bottom: 2px solid #B25665;
  padding: 30px 0;
  margin: 30px 0;
  font-weight: 400;
  color: #B25665;
  font-size: 24px;
  line-height: 40px;
  font-style: italic; }
  @media (max-width: 767px) {
    .special-project-page blockquote {
      font-size: 20px;
      line-height: 30px;
      padding: 20px 0;
      margin: 20px 0; } }

.special-project-page .main {
  padding-top: 0;
  position: relative; }
  @media (max-width: 767px) {
    .special-project-page .main {
      padding: 0; } }

.special-project-page .header-stories {
  z-index: 10;
  width: 100%;
  position: absolute;
  top: 0;
  display: none; }
  .special-project-page .header-stories:hover .dropdown {
    display: block; }
  @media (max-width: 767px) {
    .special-project-page .header-stories {
      display: block; } }
  .special-project-page .header-stories__button {
    background-color: #586777;
    padding: 8px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    font-family: sans-serif;
    cursor: pointer; }
    .special-project-page .header-stories__button img {
      height: 8px;
      min-height: 8px;
      width: 15px; }
  .special-project-page .header-stories .dropdown {
    background-color: #fff;
    padding: 15px 22px 25px 22px;
    display: none;
    font-family: sans-serif; }
    .special-project-page .header-stories .dropdown .elements {
      max-height: 350px;
      overflow-y: scroll;
      scrollbar-width: thin; }
      .special-project-page .header-stories .dropdown .elements::-webkit-scrollbar {
        width: 2px;
        background-color: #fff; }
      .special-project-page .header-stories .dropdown .elements::-webkit-scrollbar-thumb {
        background-color: #586777; }
    .special-project-page .header-stories .dropdown a:hover {
      text-decoration: none; }
    .special-project-page .header-stories .dropdown .stories-link {
      margin-top: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      border: 1px solid #BCC4CD;
      padding: 14px 0;
      font-weight: 500;
      font-size: 16px;
      line-height: 16px;
      text-align: center;
      color: #78899B; }
    .special-project-page .header-stories .dropdown .elem {
      padding-bottom: 10px;
      border-bottom: 1px solid #DDE2E7;
      margin-bottom: 10px;
      overflow: hidden; }
      .special-project-page .header-stories .dropdown .elem .storie-info {
        width: 100%; }
      .special-project-page .header-stories .dropdown .elem .storie-card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
      .special-project-page .header-stories .dropdown .elem .storie-name {
        font-weight: 700;
        font-size: 16px;
        line-height: 25px;
        color: #0D0E0E;
        text-align: left; }
      .special-project-page .header-stories .dropdown .elem .storie-title {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        color: #78899B;
        text-align: left;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: clip;
        position: relative; }
        .special-project-page .header-stories .dropdown .elem .storie-title:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(90deg, transparent, #ffffff 75%); }
      .special-project-page .header-stories .dropdown .elem img {
        height: 50px;
        width: 50px;
        min-height: 50px;
        margin-right: 10px;
        object-fit: cover; }

.special-project-page .first-block {
  background-color: #fff;
  padding: 60px 70px;
  position: relative;
  z-index: 2;
  margin-top: -40px;
  margin-bottom: 40px;
  color: #3C3E3E;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px; }
  @media (max-width: 767px) {
    .special-project-page .first-block {
      margin-top: 0;
      padding: 30px 15px;
      font-size: 16px;
      line-height: 25px; } }
  .special-project-page .first-block h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #0D0E0E;
    margin-bottom: 20px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .special-project-page .first-block h2 {
        font-size: 24px;
        line-height: 30px; } }
  .special-project-page .first-block p {
    margin-bottom: 15px; }

.special-project-page .second-block {
  background-color: #fff;
  padding: 60px 70px;
  position: relative;
  z-index: 2;
  margin-top: -60px;
  color: #3C3E3E;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px; }
  @media (max-width: 767px) {
    .special-project-page .second-block {
      margin-top: 0;
      padding: 30px 15px;
      font-size: 16px;
      line-height: 25px; } }
  .special-project-page .second-block h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #0D0E0E;
    margin-bottom: 20px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .special-project-page .second-block h2 {
        font-size: 24px;
        line-height: 30px; } }
  .special-project-page .second-block p {
    margin-bottom: 15px; }

.special-project-page .third-block {
  background-color: #fff;
  padding: 60px 70px;
  position: relative;
  z-index: 2;
  margin-top: -60px;
  margin-bottom: -60px;
  color: #3C3E3E;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px; }
  .special-project-page .third-block h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #0D0E0E;
    margin-bottom: 20px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .special-project-page .third-block h2 {
        font-size: 24px;
        line-height: 30px; } }
  @media (max-width: 767px) {
    .special-project-page .third-block {
      margin-top: 0;
      margin-bottom: 0;
      padding: 30px 15px;
      font-size: 16px;
      line-height: 25px; } }
  .special-project-page .third-block p {
    margin-bottom: 15px; }

.special-project-page .fourth-block {
  background-color: #fff;
  padding: 60px 70px;
  position: relative;
  z-index: 2;
  margin-top: -60px;
  margin-bottom: 60px;
  color: #3C3E3E;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px; }
  .special-project-page .fourth-block h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #0D0E0E;
    margin-bottom: 20px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .special-project-page .fourth-block h2 {
        font-size: 24px;
        line-height: 30px; } }
  @media (max-width: 767px) {
    .special-project-page .fourth-block {
      margin-top: 0;
      margin-bottom: 20px;
      padding: 30px 15px;
      font-size: 16px;
      line-height: 25px; } }
  .special-project-page .fourth-block p {
    margin-bottom: 15px; }

.special-project-page .video-block {
  margin: 60px -70px -70px -70px; }
  .special-project-page .video-block iframe {
    width: 100%;
    height: 700px; }
    @media (max-width: 767px) {
      .special-project-page .video-block iframe {
        height: 300px; } }
  @media (max-width: 767px) {
    .special-project-page .video-block {
      margin: 30px -15px -35px -15px; } }

.special-project-page .all-stories {
  z-index: 1;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  position: relative;
  left: 50%;
  width: 100vw;
  background-color: #344659;
  min-height: 560px;
  margin-top: -60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 120px 0; }
  @media (max-width: 767px) {
    .special-project-page .all-stories {
      margin-top: 0;
      padding: 30px 0 50px 0; } }
  .special-project-page .all-stories h3 {
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    width: 100%; }
    @media (max-width: 767px) {
      .special-project-page .all-stories h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px; } }
  .special-project-page .all-stories #stories-swiper {
    margin-bottom: 40px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .special-project-page .all-stories #stories-swiper {
        margin-bottom: 30px;
        padding-right: 65px;
        padding-left: 15px; } }
  .special-project-page .all-stories #stories-swiper-next {
    position: absolute;
    right: 40px;
    top: 45%;
    z-index: 5;
    transition: all 0.2s ease-out; }
    .special-project-page .all-stories #stories-swiper-next:hover {
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
    @media (max-width: 767px) {
      .special-project-page .all-stories #stories-swiper-next {
        display: none; } }
  .special-project-page .all-stories #stories-swiper-prev {
    position: absolute;
    left: 40px;
    top: 45%;
    z-index: 5;
    transition: all 0.2s ease-out; }
    .special-project-page .all-stories #stories-swiper-prev:hover {
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
    @media (max-width: 767px) {
      .special-project-page .all-stories #stories-swiper-prev {
        display: none; } }
  .special-project-page .all-stories .stories-link {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .special-project-page .all-stories .stories-link a {
      padding: 17px 28px;
      border: 1px solid #BCC4CD;
      font-weight: 500;
      font-size: 16px;
      line-height: 16px;
      text-align: center;
      color: #FFFFFF;
      cursor: pointer; }
      @media (max-width: 767px) {
        .special-project-page .all-stories .stories-link a {
          margin: 0 15px;
          width: 100%; } }
      .special-project-page .all-stories .stories-link a:hover {
        text-decoration: none;
        color: #344659;
        background-color: #fff; }
  .special-project-page .all-stories .storie-card img {
    height: 340px;
    width: 100%;
    object-fit: cover; }
  .special-project-page .all-stories .storie-card .storie-info {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 0 20px 16px 20px;
    background: linear-gradient(180deg, rgba(30, 39, 48, 0) 0%, rgba(30, 39, 48, 0.9) 100%);
    width: 100%;
    height: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .special-project-page .all-stories .storie-card .storie-info .storie-title {
      font-weight: 700;
      font-size: 24px;
      line-height: 25px; }
    .special-project-page .all-stories .storie-card .storie-info .storie-name {
      font-weight: 500;
      font-size: 14px;
      line-height: 14px;
      opacity: 0.5;
      margin-bottom: 0; }

.special-project-page .share-block {
  height: 220px;
  background-color: #fff;
  margin-bottom: -20px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  position: relative;
  left: 50%;
  width: 100vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 767px) {
    .special-project-page .share-block {
      height: 170px; } }
  .special-project-page .share-block__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #0D0E0E;
    text-align: center;
    margin-bottom: 20px; }

.special-project-page .photo-gallery {
  height: 720px;
  position: relative;
  margin: 60px -70px 50px -70px; }
  @media (max-width: 767px) {
    .special-project-page .photo-gallery {
      margin: 30px -15px;
      height: 300px; } }
  .special-project-page .photo-gallery .gallery-main-photo {
    width: 100%;
    object-fit: cover;
    height: 720px; }
    @media (max-width: 767px) {
      .special-project-page .photo-gallery .gallery-main-photo {
        height: 300px; } }
  .special-project-page .photo-gallery .thumbnails {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    left: 70px;
    bottom: 40px; }
    @media (max-width: 767px) {
      .special-project-page .photo-gallery .thumbnails {
        bottom: 20px;
        left: 15px; } }
    .special-project-page .photo-gallery .thumbnails img {
      height: 80px;
      width: 120px;
      object-fit: cover;
      border: 2px solid #FFFFFF;
      margin-right: 10px;
      opacity: 0.5;
      cursor: pointer; }
      .special-project-page .photo-gallery .thumbnails img:hover {
        opacity: 1; }
      @media (max-width: 767px) {
        .special-project-page .photo-gallery .thumbnails img {
          width: 60px;
          height: 40px; } }

.special-project-page .info-block {
  margin-bottom: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 767px) {
    .special-project-page .info-block {
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 0 15px; } }
  .special-project-page .info-block .elem {
    width: 33.33%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 767px) {
      .special-project-page .info-block .elem {
        width: 100%;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: start;
            align-items: flex-start; } }
    .special-project-page .info-block .elem__bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (max-width: 767px) {
        .special-project-page .info-block .elem__bottom {
          -ms-flex-align: start;
              align-items: flex-start;
          margin-top: 5px; } }
    .special-project-page .info-block .elem__icon {
      width: 70px;
      height: 70px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      background: #EBD4D8;
      margin-bottom: 10px;
      border-radius: 50%; }
      @media (max-width: 767px) {
        .special-project-page .info-block .elem__icon img {
          height: 26px; } }
      @media (max-width: 767px) {
        .special-project-page .info-block .elem__icon {
          min-width: 40px;
          width: 40px;
          height: 40px;
          margin-right: 10px; } }
    .special-project-page .info-block .elem__h {
      color: #B25665;
      font-size: 24px;
      font-weight: 700;
      line-height: 30px;
      margin-bottom: 10px;
      text-align: center; }
      @media (max-width: 767px) {
        .special-project-page .info-block .elem__h {
          text-align: left;
          margin-bottom: 5px; } }
    .special-project-page .info-block .elem__info {
      font-size: 18px;
      line-height: 25px;
      color: #3C3E3E;
      text-align: center; }
      @media (max-width: 767px) {
        .special-project-page .info-block .elem__info {
          text-align: left;
          font-size: 16px; } }

.special-project-page .between-photo {
  z-index: 1;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  position: relative;
  left: 50%;
  width: 100vw; }
  .special-project-page .between-photo img {
    width: 100%;
    min-height: 300px;
    object-fit: cover; }

.special-project-page .quote {
  z-index: 1;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  position: relative;
  left: 50%;
  width: 100vw; }
  .special-project-page .quote__photo {
    width: 100%;
    min-height: 600px;
    object-fit: cover; }
    @media (max-width: 1199px) {
      .special-project-page .quote__photo {
        min-height: 380px; } }
  .special-project-page .quote .content {
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0 15px;
    color: #fff;
    font-weight: 400; }
    @media (max-width: 767px) {
      .special-project-page .quote .content {
        bottom: unset;
        top: 40px; } }
    .special-project-page .quote .content h3 {
      font-style: italic;
      font-size: 36px;
      line-height: 40px;
      margin-bottom: 30px; }
      @media (max-width: 1199px) {
        .special-project-page .quote .content h3 {
          font-size: 20px;
          line-height: 25px;
          margin-bottom: 20px; } }
    .special-project-page .quote .content p {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 30px;
      opacity: 0.75; }
      @media (max-width: 767px) {
        .special-project-page .quote .content p {
          font-size: 14px;
          line-height: 16px; } }
    .special-project-page .quote .content .icon {
      width: 70px;
      height: 70px;
      background-color: #ffffff80;
      border-radius: 50%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      opacity: 1; }
      .special-project-page .quote .content .icon img {
        height: 30px; }

.special-project-page .main-photo {
  z-index: 1;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  position: relative;
  left: 50%;
  width: 100vw; }
  @media (max-width: 767px) {
    .special-project-page .main-photo {
      margin-top: 40px; } }
  .special-project-page .main-photo .prev-project {
    position: absolute;
    top: 20%;
    left: 40px; }
    @media (max-width: 767px) {
      .special-project-page .main-photo .prev-project {
        left: 15px; } }
    @media (min-width: 1200px) {
      .special-project-page .main-photo .prev-project {
        top: 45%; } }
    .special-project-page .main-photo .prev-project img {
      width: 60px;
      height: 60px;
      min-height: 60px;
      transition: all 0.2s ease-out; }
      .special-project-page .main-photo .prev-project img:hover {
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .special-project-page .main-photo .next-project {
    position: absolute;
    top: 20%;
    right: 40px; }
    @media (max-width: 767px) {
      .special-project-page .main-photo .next-project {
        right: 15px; } }
    @media (min-width: 1200px) {
      .special-project-page .main-photo .next-project {
        top: 45%; } }
    .special-project-page .main-photo .next-project img {
      width: 60px;
      height: 60px;
      min-height: 60px;
      transition: all 0.2s ease-out; }
      .special-project-page .main-photo .next-project img:hover {
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .special-project-page .main-photo img {
    width: 100%;
    min-height: 450px;
    object-fit: cover; }
  .special-project-page .main-photo .content {
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .special-project-page .main-photo .content {
        bottom: 15px; } }
  .special-project-page .main-photo h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .special-project-page .main-photo h1 {
        font-size: 64px;
        line-height: 60px;
        margin-bottom: 30px; } }
  .special-project-page .main-photo p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    text-align: center; }
    @media (min-width: 768px) {
      .special-project-page .main-photo p {
        font-size: 20px;
        line-height: 25px; } }

/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden; }

.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1; }

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none; }

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.blueimp-gallery-display {
  display: block;
  opacity: 1; }

.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden; }

.blueimp-gallery-carousel > .slides {
  position: absolute; }

.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  transition: opacity 0.5s linear; }

.blueimp-gallery > .slides > .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px; }

.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0; }

.blueimp-gallery > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat; }

.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none; }

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  border: 3px solid #fff;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none; }

.blueimp-gallery > .next {
  left: auto;
  right: 15px; }

.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none; }

.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer; }

.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none; }

.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0; }

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1; }

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none; }

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../img/error.svg); }

body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg); }

body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0; }

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px; }

* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative; }

.likely, .likely__widget {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding: 0;
  word-spacing: 0 !important;
  text-indent: 0 !important;
  list-style: none !important;
  font-weight: 400;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: inherit; }

.likely__widget {
  margin: 0; }

.likely {
  opacity: 0; }

.likely_visible {
  opacity: 1;
  transition: opacity .1s ease-in; }

.likely > * {
  display: inline-block;
  visibility: hidden; }

.likely_visible > * {
  visibility: inherit; }

.likely__widget {
  display: inline-block;
  position: relative;
  white-space: nowrap; }

.likely__button, .likely__counter {
  text-decoration: none;
  text-rendering: optimizeLegibility;
  display: inline-block;
  margin: 0;
  outline: 0; }

.likely__button {
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.likely__counter {
  display: none;
  position: relative;
  font-weight: 400; }

.likely_ready .likely__counter {
  display: inline-block; }

.likely_ready .likely__counter_empty {
  display: none; }

.likely__widget, .likely__icon, .likely__button, .likely__counter {
  vertical-align: top; }

.likely__widget {
  transition: background .33s ease-out, color .33s ease-out, fill .33s ease-out;
  line-height: inherit; }

.likely__widget:hover, .likely__widget:active, .likely__widget:focus {
  transition: none;
  cursor: pointer; }

.likely__icon {
  position: relative;
  text-align: left;
  display: inline-block; }

.likely svg {
  position: absolute; }

.likely__button, .likely__counter {
  line-height: inherit;
  cursor: inherit; }

.likely__button:empty {
  display: none; }

.likely__counter {
  text-align: center; }

.likely .likely__widget {
  color: #000;
  background: #ececec;
  background: rgba(231, 231, 231, 0.8); }

.likely .likely__counter {
  background-size: 1px 1px;
  background-repeat: repeat-y;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 0.5px, rgba(0, 0, 0, 0) 100%); }

.likely-light .likely__widget {
  color: #fff;
  fill: #fff;
  background: rgba(236, 236, 236, 0.16);
  text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em; }

.likely-light .likely__counter {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 0.5px, rgba(255, 255, 255, 0) 100%); }

.likely__widget_facebook {
  fill: #425497; }

.likely__widget_facebook:hover, .likely__widget_facebook:active, .likely__widget_facebook:focus {
  background: rgba(207, 212, 229, 0.8); }

.likely-light .likely__widget_facebook:hover, .likely-light .likely__widget_facebook:active, .likely-light .likely__widget_facebook:focus {
  text-shadow: #425497 0 0 .25em;
  background: rgba(66, 84, 151, 0.7); }

.likely__widget_twitter {
  fill: #00b7ec; }

.likely__widget_twitter:hover, .likely__widget_twitter:active, .likely__widget_twitter:focus {
  background: rgba(191, 237, 250, 0.8); }

.likely-light .likely__widget_twitter:hover, .likely-light .likely__widget_twitter:active, .likely-light .likely__widget_twitter:focus {
  text-shadow: #00b7ec 0 0 .25em;
  background: rgba(0, 183, 236, 0.7); }

.likely__widget_gplus {
  fill: #dd4241; }

.likely__widget_gplus:hover, .likely__widget_gplus:active, .likely__widget_gplus:focus {
  background: rgba(246, 207, 207, 0.8); }

.likely-light .likely__widget_gplus:hover, .likely-light .likely__widget_gplus:active, .likely-light .likely__widget_gplus:focus {
  text-shadow: #dd4241 0 0 .25em;
  background: rgba(221, 66, 65, 0.7); }

.likely__widget_vkontakte {
  fill: #526e8f; }

.likely__widget_vkontakte:hover, .likely__widget_vkontakte:active, .likely__widget_vkontakte:focus {
  background: rgba(211, 218, 227, 0.8); }

.likely-light .likely__widget_vkontakte:hover, .likely-light .likely__widget_vkontakte:active, .likely-light .likely__widget_vkontakte:focus {
  text-shadow: #526e8f 0 0 .25em;
  background: rgba(82, 110, 143, 0.7); }

.likely__widget_pinterest {
  fill: #cc002b; }

.likely__widget_pinterest:hover, .likely__widget_pinterest:active, .likely__widget_pinterest:focus {
  background: rgba(242, 191, 202, 0.8); }

.likely-light .likely__widget_pinterest:hover, .likely-light .likely__widget_pinterest:active, .likely-light .likely__widget_pinterest:focus {
  text-shadow: #cc002b 0 0 .25em;
  background: rgba(204, 0, 43, 0.7); }

.likely__widget_odnoklassniki {
  fill: #f6903b; }

.likely__widget_odnoklassniki:hover, .likely__widget_odnoklassniki:active, .likely__widget_odnoklassniki:focus {
  background: rgba(252, 227, 206, 0.8); }

.likely-light .likely__widget_odnoklassniki:hover, .likely-light .likely__widget_odnoklassniki:active, .likely-light .likely__widget_odnoklassniki:focus {
  text-shadow: #f6903b 0 0 .25em;
  background: rgba(246, 144, 59, 0.7); }

.likely {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 -14px; }

.likely .likely__widget {
  border-radius: 3px;
  height: 22px;
  margin: 0 7px 14px; }

.likely .likely__icon {
  width: 22px;
  height: 22px; }

.likely .likely__button {
  padding: 1px 4px 1px 0; }

.likely .likely__counter {
  padding: 1px 4px; }

.likely svg {
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px; }

.likely-big {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: -18px; }

.likely-big .likely__widget {
  border-radius: 4px;
  height: 42px;
  margin: 0 9px; }

.likely-big .likely__icon {
  width: 32px;
  height: 32px; }

.likely-big .likely__button {
  padding: 2px 6px 2px 0; }

.likely-big .likely__counter {
  padding: 0 0 4px; }

.likely-big svg {
  left: 4px;
  top: 4px;
  width: 24px;
  height: 24px; }

.likely-small {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: -12px; }

.likely-small .likely__widget {
  border-radius: 2px;
  height: 18px;
  margin: 0 6px 12px; }

.likely-small .likely__icon {
  width: 18px;
  height: 18px; }

.likely-small .likely__button {
  padding: 2px 3px 2px 0; }

.likely-small .likely__counter {
  padding: 2px 3px; }

.likely-small svg {
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px; }

.likely__widget:first-child {
  margin-left: 0; }

.likely__widget:last-child {
  margin-right: 0; }

.likely__widget_facebook {
  height: auto !important;
  background-color: transparent !important; }
  .likely__widget_facebook .likely__icon {
    width: 40px;
    height: 40px;
    background: transparent url("/assets/images/socials-gray/facebook.svg") 50% 50% no-repeat !important;
    background-size: 20px 20px !important;
    border: 1px solid #d0d6dc; }
  .likely__widget_facebook:hover .likely__icon {
    border-color: #718193 !important;
    background-color: #718193 !important;
    background-image: url("/assets/images/socials/facebook.svg") !important; }

.likely__widget_twitter {
  height: auto !important;
  background-color: transparent !important; }
  .likely__widget_twitter .likely__icon {
    width: 40px;
    height: 40px;
    background: transparent url("/assets/images/socials-gray/twitter.svg") 50% 50% no-repeat !important;
    background-size: 20px 20px !important;
    border: 1px solid #d0d6dc; }
  .likely__widget_twitter:hover .likely__icon {
    border-color: #718193 !important;
    background-color: #718193 !important;
    background-image: url("/assets/images/socials/twitter.svg") !important; }

.likely__widget_vkontakte {
  height: auto !important;
  background-color: transparent !important; }
  .likely__widget_vkontakte .likely__icon {
    width: 40px;
    height: 40px;
    background: transparent url("/assets/images/socials-gray/vkontakte.svg") 50% 50% no-repeat !important;
    background-size: 20px 20px !important;
    border: 1px solid #d0d6dc; }
  .likely__widget_vkontakte:hover .likely__icon {
    border-color: #718193 !important;
    background-color: #718193 !important;
    background-image: url("/assets/images/socials/vkontakte.svg") !important; }

.likely__counter {
  display: block !important;
  text-align: center;
  font-size: 12px;
  color: #78899c;
  padding: 0; }

.likely__icon svg {
  display: none !important; }
