
.icon {
  display: inline-block;
}
.icon-to-top {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 60px;
  height: 60px;
}

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;
  text-decoration:underline;
}

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

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4375;
  color: #000;
  background-color: #F3F3F3;
}

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

a {
  color: #09708a;
  text-decoration: none;
}

a:hover, a:focus {
  color: #043642;
  /*text-decoration: none;*/
  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: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.4375;
  background-color: #F3F3F3;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  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, .h3 .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 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}

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

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

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11.5px;
}

.lead {
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small, .small {
  font-size: 87%;
}

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: #777777;
}

.text-primary {
  color: #09708a;
}

a.text-primary:hover, a.text-primary:focus {
  color: #06495a;
}

.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: #09708a;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #06495a;
}

.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: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eeeeee;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}

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

dt, dd {
  line-height: 1.4375;
}

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: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 20px;
  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.4375;
  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: 23px;
  font-style: normal;
  line-height: 1.4375;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100% !important;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 680px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1020px;
  }
}

@media (min-width: 1360px) {
  .container {
    width: 1360px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.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: 20px;
  padding-right: 20px;
}

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

@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%;
  }
}

@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%;
  }
}

@media (min-width: 1360px) {
  .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%;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4375;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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: 37px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}

.form-group {
  margin-bottom: 15px;
}


.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  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: 33px;
  line-height: 33px;
}

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[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 14px;
  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: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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: 49px;
  line-height: 49px;
}

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[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

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

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}


.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: 16px;
  line-height: 1.4375;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-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: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  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: #09708a;
  border-color: #075d72;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #06495a;
  border-color: black;
}

.btn-primary:hover {
  color: #fff;
  background-color: #06495a;
  border-color: #042e39;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #06495a;
  border-color: #042e39;
}

.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: #042e39;
  border-color: black;
}

.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: #09708a;
  border-color: #075d72;
}

.btn-primary .badge {
  color: #09708a;
  background-color: #fff;
}

.btn-link {
  color: #09708a;
  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: #043642;
  text-decoration: none;
  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 {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.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 .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 .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-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

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

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #09708a;
}

.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.4375;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #F3F3F3;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #09708a;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #F3F3F3;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.4375;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

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

.clearfix:after {
  clear: both;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

body {
  font-family: 'Roboto', sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a, input {
  outline: none !important;
}

.container-fluid {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

.form-control {
  box-shadow: none !important;
}

.btn {
  box-shadow: none !important;
  font-family: "Gilroy", "Roboto", sans-serif;
  font-weight: 300;
}

#header {
  background-color: #071B35;
}

.main-block {
  position: relative;
}

.logo {
  margin: 14px 0;
}

.top-menu-btn {
  display: none;
}

.top-menu {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-menu > li {
  float: left;
  position: relative;
}

.top-menu > li > a {
  display: inline-block;
  color: #FFF;
  font-size: 15px;
  font-family: "Gilroy", "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 26px 15px;
}

.top-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.top-submenu {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  z-index: 100;
  background-color: #fff;
  border: 1px solid #ddd;
}

.top-submenu > li {
  position: relative;
  padding: 0px 15px;
  display: block;
}

.top-submenu > li > a {
  display: block;
  position: relative;
  padding: 7px 15px;
  margin-left: -15px;
  margin-right: -15px;
  color: #333;
}

.top-submenu > li > a:hover {
  background-color: #f0f0f0;
}

.top-submenu > li > a.has-submenu {
  position: relative;
  padding-right: 25px;
}

.top-submenu > li > a.has-submenu::after {
  content: '>';
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 16px;
  top: 50%;
  margin-top: -10px;
  right: 10px;
}

.top-submenu > li .submenu2 {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  left: 100%;
  top: 0;
  min-width: 200px;
}

.top-submenu > li .top-submenu2 li {
  position: relative;
  padding: 0px 15px;
  display: block;
}

.top-submenu > li .top-submenu2 li > a {
  display: block;
  position: relative;
  padding: 7px 15px;
  margin-left: -15px;
  margin-right: -15px;
  color: #333;
}

.top-submenu > li .top-submenu2 li > a:hover {
  background-color: #f0f0f0;
}

.top-submenu > li .top-submenu2 li > a.has-submenu {
  position: relative;
  padding-right: 25px;
}

.top-submenu > li .top-submenu2 li > a.has-submenu::after {
  content: '>';
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 16px;
  top: 50%;
  margin-top: -10px;
  right: 10px;
}

.top-search-container {
  display: none;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #071B35;
}

.top-search-container table {
  width: 100%;
}

.top-search-container table tr td {
  vertical-align: top;
}

.top-search-container table tr td:first-child, .top-search-container table tr td:last-child {
  width: 1%;
}

.top-search-container .top-search-submit {
  cursor: pointer;
  margin: 26px 0 22px;
}

.top-search-container .form-control {
  background-color: #071B35;
  border-color: #071B35;
  color: #FFF;
  margin: 18px 0;
}

.top-search-container .search-close-btn {
  color: #FFF;
  cursor: pointer;
  font-size: 30px;
  margin: 14px 0;
  display: inline-block;
}

.add-news {
  margin: 18px 0;
  float: left;
}

.top-buttons {
  margin: 23px 0;
  float: left;
  padding-left: 30px;
}

.top-buttons a {
  display: inline-block;
  margin-left: 18px;
}

.profile-btn {
  position: relative;
  display: inline-block;
}

.profile-btn::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: -5px;
}

.profile-btn.offline::after {
  background-color: #F14841;
}

.profile-btn.online::after {
  background-color: #5cb85c;
}

.btn-white-tr {
  color: #FFF;
  border-color: #FFF;
  background-color: transparent;
}

.btn-white-tr:hover {
  color: #000;
  background-color: #FFF;
}

.content-block {
  margin-top: 30px;
}

.side-box {
  padding: 20px 20px;
  background-color: #FFF;
}

.main-header {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Gilroy", "Roboto", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
}

.main-header a{
	color:#000;
	text-decoration:none;
}
.main-header a:hover{
	color:#09708a;
	text-decoration:underline;
}
.main-header .btn {
  border-color: #09708a;
  background-color: #FFF;
  color: #09708a;
  padding: 2px 10px;
  font-size: 14px;
  text-transform: none;
}

.main-header::before {
  content: '|';
  display: inline-block;
}

.news_video {
  max-width: 680px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.news_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* шаблон новости */
.one_news {
  overflow: hidden;
}

.news_fdate, .news_fvideo, .news_fphoto, .news_faudio {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
}

.news_fdate {
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: rgba(237, 28, 36, 0.8);
  color: #FFF;
  text-align: center;
  display: inline-block;
}

.news_fdate .news_fdate_1 {
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 36px;
  line-height: 1;
  width: 100%;
  padding-top: 4px;
  display: inline-block;
  vertical-align: top;
}

.news_fdate .news_fdate_2 {
  font-size: 14px;
  line-height: 1;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.news_fvideo {
  background: url(../images/fvideo.png) no-repeat;
  background-size: contain;
}

.news_fphoto {
  background: url(../images/fphoto.png) no-repeat;
  background-size: contain;
}

.news_faudio {
  background: url(../images/faudio.png) no-repeat;
  background-size: contain;
}

.one_news hr {
  border-color: #DCDCDC;
}

.one_news .news_audio {
  padding: 10px 0;
}

.one_news .news_audio audio {
  width: 100%;
}

.one_news .news_img_block {
  position: relative;
  overflow: hidden;
}

.one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.one_news .news_img_block .news_info {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  color: #FFF;
}

.one_news .news_img_block .news_info .news_comments {
  margin-right: 8px;
  font-weight: 300;
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.one_news .news_img_block .news_info .news_comments::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../images/comments.png) no-repeat;
  vertical-align: -1px;
  margin-right: 3px;
}

.one_news .news_img_block .news_info .news_views {
  font-weight: 300;
  position: absolute;
  bottom: 10px;
  left: 65px;
}

.one_news .news_img_block .news_info .news_views::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 10px;
  background: url(../images/views.png) no-repeat;
  margin-right: 2px;
}

.one_news .news_img_block:hover .news_info {
  display: block;
}

.one_news .news_comments {
  margin-right: 8px;
  font-weight: 300;
  color: #FFF;
  font-size: 13px;
}

.one_news .news_comments::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../images/comments.png) no-repeat;
  vertical-align: -1px;
  margin-right: 3px;
}

.one_news .news_views {
  font-weight: 300;
  color: #FFF;
  font-size: 13px;
}

.one_news .news_views::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 10px;
  background: url(../images/views.png) no-repeat;
  margin-right: 2px;
}

.one_news .news_title a {
  color: #000;
}

.one_news .news_title a:hover {
  color: #09708a;
}

/* новость на всю стр */
.full_news .one_news {
  position: relative;
}

.full_news .one_news .news_img_block {
  width: 100%;
  height: 668px;
}

.full_news .one_news .news_img_block .news_img {
  width: 100%;
  max-width: 10000px;
}

.full_news .one_news .news_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px 20px 20px;
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(0deg, #000, transparent);
}

.full_news .one_news .news_content > .container-fluid {
  max-width: 1000px;
  position: relative;
}

.full_news .one_news .news_content > .container-fluid .news_fphoto {
  width: 80px;
  height: 80px;
}

.full_news .one_news .news_content .main-header {
  color: #FFF;
  margin-bottom: 250px;
}

.full_news .one_news .news_bottom {
  color: #FFF;
  font-size: 14px;
  padding-bottom: 38px;
  border-bottom: 2px solid #FFF;
}

.full_news .one_news .news_section {
  margin-bottom: 10px;
}

.full_news .one_news .news_dt {
  margin-right: 8px;
  font-weight: 500;
}

.full_news .one_news .news_title {
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
  max-height: 68px;
  overflow: hidden;
}

.full_news .one_news .news_title a {
  color: #FFF;
}

.full_news .one_news .news_anons {
  color: #FFF;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 30px;
}

/* новости 1 в ряд */
.news_list_full .one_news {
  margin-bottom: 20px;
}

.news_list_full .one_news .news_dt {
  margin-right: 8px;
  color: #09708a;
  font-size: 14px;
}

.news_list_full .one_news .news_title {
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 7px;
  max-height: 72px;
  overflow: hidden;
}

.news_list_full .one_news .news_anons {
  font-weight: 300;
  line-height: 1.2;
  font-size: 16px;
  max-height: 39px;
  overflow: hidden;
  margin-bottom: 5px;
}

.news_list_full .one_news .news_comments {
  color: #333;
}

.news_list_full .one_news .news_comments::before {
  background: url(../images/comments-grey.png) no-repeat;
}

.news_list_full .one_news .news_views {
  color: #333;
}

.news_list_full .one_news .news_views::before {
  background: url(../images/views-grey.png) no-repeat;
}

/* новости 3 в ряд 200 */
.news_200_3 {
  word-spacing: -5px;
}

.news_200_3 .one_news {
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 30px;
}

.news_200_3 .one_news:nth-child(3n) {
  margin-right: 0;
}

.news_200_3 .one_news .news_img_block {
  width: 100%;
  /*height: 123px;*/
  overflow: hidden;
  margin-bottom: 11px;
}

.news_200_3 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_200_3 .one_news .news_section {
  color: #09708a;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
}

.news_200_3 .one_news .news_section .btn, .news_2 .one_news .news_section .btn  {
  border-color: #09708a;
  background-color: #FFF;
  color: #09708a;
  padding: 2px 10px;
}

.news_200_3 .one_news .news_dt {
  color: #999999;
  /*font-size: 14px;*/
  font-weight: 300;
}

.news_200_3 .one_news .news_title, .news_2 .one_news .news_title {
  line-height: 1.2;
  max-height: 48px;
  overflow: hidden;
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}

/* новости 5 в ряд 237 */
.news_237_5 {
  word-spacing: -5px;
}

.news_237_5 .one_news {
  max-width: 100%;
  background-color: #FFF;
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  width: 18.51%;
  margin-right: 1.8625%;
  margin-bottom: 30px;
}
.news_237_5 .one_news:nth-child(6){
	display:none;
}
.news_237_5 .one_news:nth-child(5n) {
  margin-right: 0;
}

.news_237_5 .one_news .news_img_block {
  width: 100%;
  height: 146px;
  overflow: hidden;
  margin-bottom: 11px;
}

.news_237_5 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_237_5 .one_news .news_section, .news_2 .one_news .news_section {
  color: #09708a;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
  padding: 0 20px;
}

.news_237_5 .one_news .news_section .btn {
  border-color: #09708a;
  background-color: #FFF;
  color: #09708a;
  padding: 2px 10px;
}

.news_237_5 .one_news .news_title {
  line-height: 1.2;
  height: 72px;
  overflow: hidden;
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 20px;
  margin-bottom: 25px;
  padding: 0 20px;
}

.news_237_5 .one_news .news_info {
  padding: 0 20px 15px;
}

.news_237_5 .one_news .news_dt {
  color: #999999;
 /* font-size: 14px;*/
  font-weight: 300;
  margin-right: 7px;
}

.news_237_5 .one_news .news_comments {
  color: #999;
}

.news_237_5 .one_news .news_comments::before {
  background: url(../images/comments-grey.png) no-repeat;
}

.news_237_5 .one_news .news_views {
  color: #999;
}

.news_237_5 .one_news .news_views::before {
  background: url(../images/views-grey.png) no-repeat;
}

.blue-block .news_300_4 {
  word-spacing: -5px;
}

.blue-block .news_300_4 .one_news .news_title a {
  color: #FFF;
}

.blue-block .news_300_4 .one_news .news_section .btn {
  border-color: #09708a;
  background-color: #09708a;
  color: #FFF;
  padding: 2px 10px;
}

/* новости 4 в ряд 300 */
.news_300_4 {
  word-spacing: -5px;
}

.news_300_4 .one_news {
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  width: 22.72%;
  margin-right: 3.00%;
  margin-bottom: 30px;
}

.news_300_4 .one_news:nth-child(4n) {
  margin-right: 0;
}

.news_300_4 .one_news .news_img_block {
  width: 100%;
  /*height: 185px;*/
  overflow: hidden;
  margin-bottom: 11px;
}

.news_300_4 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_300_4 .one_news .news_section {
  color: #09708a;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
}

.news_300_4 .one_news .news_section .btn {
  border-color: #09708a;
  background-color: #FFF;
  color: #09708a;
  padding: 2px 10px;
}

.news_300_4 .one_news .news_dt {
  color: #999999;
  /*font-size: 14px;*/
  font-weight: 300;
}

.news_300_4 .one_news .news_title {
  line-height: 1.2;
  max-height: 72px;
  overflow: hidden;
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}

/* новости 3 в ряд 300 */
.news_300_3 {
  word-spacing: -5px;
}

.news_300_3 .one_news {
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  width: 30.61%;
  margin-right: 4.085%;
  margin-bottom: 30px;
}

.news_300_3 .one_news:nth-child(3n) {
  margin-right: 0;
}

.news_300_3 .one_news .news_img_block {
  width: 100%;
  /*height: 185px;*/
  overflow: hidden;
  margin-bottom: 11px;
}

.news_300_3 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_300_3 .one_news .news_section {
  color: #09708a;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
}

.news_300_3 .one_news .news_section .btn {
  border-color: #09708a;
  background-color: #FFF;
  color: #09708a;
  padding: 2px 10px;
}

.news_300_3 .one_news .news_dt {
  color: #999999;
  /*font-size: 14px;*/
  font-weight: 300;
}

.news_300_3 .one_news .news_title {
  line-height: 1.2;
  max-height: 100px;
  overflow: hidden;
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}

/* новости 3 в ряд */
.news_300_3_white {
  word-spacing: -5px;
}

.news_300_3_white .one_news {
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  width: 30.61%;
  margin-right: 4.085%;
  margin-bottom: 30px;
}

.news_300_3_white .one_news:nth-child(3n) {
  margin-right: 0;
}

.news_300_3_white .one_news .news_img_block {
  width: 100%;
  height: 185px;
  overflow: hidden;
  margin-bottom: 11px;
}

.news_300_3_white .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_300_3_white .one_news .news_section {
  color: #09708a;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
}

.news_300_3_white .one_news .news_section .btn {
  border-color: #09708a;
  background-color: #FFF;
  color: #09708a;
  padding: 2px 10px;
}

.news_300_3_white .one_news .news_dt {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
}

.news_300_3_white .one_news .news_title {
  line-height: 1.2;
  max-height: 48px;
  overflow: hidden;
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}

.news_300_3_white .one_news .news_title a {
  color: #FFF;
}

/* новости 1 ряд 300 */
.news_300_1 .one_news {
  margin-bottom: 30px;
}

.news_300_1 .one_news .news_img_block {
  width: 100%;
  /*height: 185px;*/
  height: auto;
  overflow: hidden;
  margin-bottom: 11px;
}

.news_300_1 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_300_1 .one_news .news_author {
  color: #09708a;
  font-weight: 500;
  margin-bottom: 5px;
}

.news_300_1 .one_news .news_section {
  color: #09708a;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
}

.news_300_1 .one_news .news_section .btn {
  border-color: #09708a;
  background-color: #FFF;
  color: #09708a;
  padding: 2px 10px;
}

.news_300_1 .one_news .news_dt {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
}

.news_300_1 .one_news .news_title {
  line-height: 1.2;
  max-height: 72px;
  overflow: hidden;
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}

/* новости 1 ряд 300x300 */
.news_300x300_1 .one_news {
  background-color: #FFF;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.news_300x300_1 .one_news .news_img_block {
  width: 100%;
  height: 185px;
  overflow: hidden;
  margin-bottom: 11px;
}

.news_300x300_1 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_300x300_1 .one_news .news_author {
  color: #09708a;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 0 20px;
}

.news_300x300_1 .one_news .news_section {
  color: #09708a;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
  padding: 0 20px;
}

.news_300x300_1 .one_news .news_section .btn {
  border-color: #09708a;
  background-color: #FFF;
  color: #09708a;
  padding: 2px 10px;
}

.news_300x300_1 .one_news .news_dt {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
}

.news_300x300_1 .one_news .news_title {
  line-height: 1.2;
  max-height: 72px;
  overflow: hidden;
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0 20px;
}

.news_300x300_1 .one_news .news_anons {
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.2;
  max-height: 76px;
  overflow: hidden;
  margin-bottom: 20px;
  font-weight: 300;
}

.news_300x300_1 .one_news .news_info {
  padding: 0 20px;
}

.news_300x300_1 .one_news .news_comments {
  color: #999;
}

.news_300x300_1 .one_news .news_comments::before {
  background: url(../images/comments-grey.png) no-repeat;
}

.news_300x300_1 .one_news .news_views {
  color: #999;
}

.news_300x300_1 .one_news .news_views::before {
  background: url(../images/views-grey.png) no-repeat;
}

/* новости 2 ряд 300x300 картинка слева */
.news_300x300_hor_2 {
  word-spacing: -5px;
}

.news_300x300_hor_2 .one_news {
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  width: 48.53%;
  margin-right: 2.94%;
  margin-bottom: 30px;
  background-color: #FFF;
  padding: 25px 20px 20px;
}

.news_300x300_hor_2 .one_news:nth-child(2n) {
  margin-right: 0;
}

.news_300x300_hor_2 .one_news .news_img_block {
  width: 300px;;
  height: 300px;
  overflow: hidden;
  float: left;
  margin: -25px 30px -20px -20px;
}

.news_300x300_hor_2 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
  min-height: 100%;
}

.news_300x300_hor_2 .one_news .news_author {
  color: #09708a;
  font-weight: 500;
  margin-bottom: 5px;
}

.news_300x300_hor_2 .one_news .news_section {
  color: #09708a;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
}

.news_300x300_hor_2 .one_news .news_section .btn {
  border-color: #09708a;
  background-color: #FFF;
  color: #09708a;
  padding: 2px 10px;
}

.news_300x300_hor_2 .one_news .news_title {
  line-height: 1.2;
  max-height: 72px;
  overflow: hidden;
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 20px;
  margin-bottom: 7px;
}

.news_300x300_hor_2 .one_news .news_anons {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 8px;
}

.news_300x300_hor_2 .one_news .news_info {
  padding: 0 20px 15px;
}

.news_300x300_hor_2 .one_news .news_dt {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  margin-right: 7px;
}

.news_300x300_hor_2 .one_news .news_comments {
  color: #999;
}

.news_300x300_hor_2 .one_news .news_comments::before {
  background: url(../images/comments-grey.png) no-repeat;
}

.news_300x300_hor_2 .one_news .news_views {
  color: #999;
}

.news_300x300_hor_2 .one_news .news_views::before {
  background: url(../images/views-grey.png) no-repeat;
}

/* новости 4 в ряд 300x300 */
.news_300x300_4 {
  word-spacing: -5px;
}

.news_300x300_4 .one_news {
  max-width: 300px;
  background-color: #FFF;
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  width: 22.795%;
  margin-right: 2.94%;
  margin-bottom: 30px;
}

.news_300x300_4 .one_news:nth-child(4n) {
  margin-right: 0;
}

.news_300x300_4 .one_news .news_img_block {
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin-bottom: 11px;
}

.news_300x300_4 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_300x300_4 .one_news .news_section {
  color: #09708a;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
  padding: 0 20px;
}

.news_300x300_4 .one_news .news_section .btn {
  border-color: #09708a;
  background-color: #FFF;
  color: #09708a;
  padding: 2px 10px;
}

.news_300x300_4 .one_news .news_title {
  line-height: 1.2;
  height: 48px;
  overflow: hidden;
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0 20px;
}

.news_300x300_4 .one_news .news_anons {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 0 20px;
  height: 92px;
  overflow: hidden;
}

.news_300x300_4 .one_news .news_info {
  padding: 0 20px 15px;
}

.news_300x300_4 .one_news .news_dt {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  margin-right: 7px;
}

.news_300x300_4 .one_news .news_comments {
  color: #999;
}

.news_300x300_4 .one_news .news_comments::before {
  background: url(../images/comments-grey.png) no-repeat;
}

.news_300x300_4 .one_news .news_views {
  color: #999;
}

.news_300x300_4 .one_news .news_views::before {
  background: url(../images/views-grey.png) no-repeat;
}

/* новости 1 ряд 300 картинка слева */
.news_300_hor_1 .one_news {
  margin-bottom: 30px;
}

.news_300_hor_1 .one_news::after {
  content: '';
  display: block;
  clear: both;
}

.news_300_hor_1 .one_news .news_img_block {
  width: 300px;
 /* height: 185px;*/
  overflow: hidden;
  float: left;
  margin-right: 30px;
}

.news_300_hor_1 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_300_hor_1 .one_news .news_author {
  color: #09708a;
  font-weight: 500;
  margin-bottom: 5px;
}

.news_300_hor_1 .one_news .news_section {
  color: #09708a;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
}

.news_300_hor_1 .one_news .news_section .btn {
  border-color: #09708a;
  background-color: #FFF;
  color: #09708a;
  padding: 2px 10px;
}

.news_300_hor_1 .one_news .news_title {
  line-height: 1.2;
  max-height: 72px;
  overflow: hidden;
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 20px;
  margin-bottom: 7px;
}

.news_300_hor_1 .one_news .news_anons {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 8px;
}

.news_300_hor_1 .one_news .news_info {
  padding: 0 20px 15px;
}

.news_300_hor_1 .one_news .news_dt {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  margin-right: 7px;
}

.news_300_hor_1 .one_news .news_comments {
  color: #999;
}

.news_300_hor_1 .one_news .news_comments::before {
  background: url(../images/comments-grey.png) no-repeat;
}

.news_300_hor_1 .one_news .news_views {
  color: #999;
}

.news_300_hor_1 .one_news .news_views::before {
  background: url(../images/views-grey.png) no-repeat;
}


.news_2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;*/
}
.news_2 .one_news {
    width: 48%;
    float: left;
    margin-right: 3.125%;
    margin-bottom: 30px;
	padding-bottom:30px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;	
}
.news_2 .one_news:nth-child(2) {
    margin-right: 0;
}
.news_2 .news_img_block{
	margin-bottom:15px;
}
.news_2 .one_news .news_section{
	padding: 0;
}
.news_2 .one_news .news_dt{
	position:absolute;
	bottom: 0;
}

/* страница новости */
.page_news .one_news {
  margin-bottom: 10px;
}

.page_news .one_news .news_img_block {
  width: 100%;
  max-height: 800px;
  overflow: hidden;
  padding-top: 15px;
}

.page_news .one_news .news_img_block a {
  display: block;
}

.page_news .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.page_news .one_news .news_img_source {
  margin-top: 7px;
  font-size: 14px;
  color: #999;
}

.page_news .one_news .news_author {
  color: #09708a;
  font-weight: 500;
  margin-bottom: 5px;
}

.page_news .one_news .news_section {
  color: #09708a;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
  /*padding: 0 20px;*/
}

.page_news .one_news .news_section .btn {
  background-color: #09708a;
  border-color: #09708a;
  color: #FFF;
  padding: 2px 10px;
}

.page_news .one_news .news_title {
  line-height: 1;
  overflow: hidden;
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 34px;
  margin-bottom: 15px;
  /*padding: 0 20px;*/
  margin-top: 0;
}

.page_news .one_news .news_anons {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 8px;
}

.page_news .one_news .news_info {
  /*padding: 0 20px 15px;*/
}

.page_news .one_news .news_dt {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  margin-right: 7px;
}

.page_news .one_news .news_comments {
  color: #999;
}

.page_news .one_news .news_comments::before {
  background: url(../images/comments-grey.png) no-repeat;
}

.page_news .one_news .news_views {
  color: #999;
}

.page_news .one_news .news_views::before {
  background: url(../images/views-grey.png) no-repeat;
}

/* новости 3 в ряд / круг. дата */
.news_release_3 {
  word-spacing: -5px;
}

.news_release_3 .one_news {
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.news_release_3 .one_news:nth-child(3n) {
  margin-right: 0;
}

.news_release_3 .one_news .news_section {
  color: #09708a;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
}

.news_release_3 .one_news .news_section .btn {
  border-color: #09708a;
  background-color: #FFF;
  color: #09708a;
  padding: 2px 10px;
}

.news_release_3 .one_news .news_dt {
  float: left;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  color: #09708a;
  text-align: center;
  background-color: #FFF;
}

.news_release_3 .one_news .news_dt strong {
  display: block;
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 34px;
  line-height: 1;
  padding-top: 20px;
  padding-left: 0;
}

.news_release_3 .one_news .news_dt span {
  display: block;
  font-size: 18px;
  line-height: 1;
  padding-top: 2px;
}

.news_release_3 .one_news .news_content {
  min-height: 75px;
  margin-left: 90px;
}

.news_release_3 .one_news .news_title {
  line-height: 1.2;
  max-height: 72px;
  overflow: hidden;
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}

.news_release_3 .one_news .news_comments {
  color: #999;
}

.news_release_3 .one_news .news_comments::before {
  background: url(../images/comments-grey.png) no-repeat;
}

.news_release_3 .one_news .news_views {
  color: #999;
}

.news_release_3 .one_news .news_views::before {
  background: url(../images/views-grey.png) no-repeat;
}

/* новости списком без картинок */
.news_list .one_news {
  border-bottom: 1px solid #DCDCDC;
  margin: 0 -20px 11px;
  padding: 0 20px 12px;
}

.one_news .news_dt{
  color: #09708a ;
  font-size: 14px !important;
}

.news_list .one_news .news_title {
  line-height: 1.1;
  max-height: 53px;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: 300;
}

.news_list .one_news:last-child {
  border-bottom: none;
}

/* главная новость */
.main_news .one_news {
  position: relative;
}

.main_news .one_news .news_img_block {
  overflow: hidden;
  max-height: 394px;
}

.main_news .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.main_news .one_news .news_content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 40px 20px 20px;
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(0deg, #000, transparent);
}

.main_news .one_news .news_bottom {
  color: #FFF;
  font-size: 14px;
}

.main_news .one_news .news_section {
  margin-bottom: 10px;
}

.main_news .one_news .news_dt {
  margin-right: 8px;
  font-weight: 500;
}

.main_news .one_news .news_comments {
  margin-right: 8px;
  font-weight: 300;
}

.main_news .one_news .news_comments::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../images/comments.png) no-repeat;
  vertical-align: -1px;
  margin-right: 3px;
}

.main_news .one_news .news_views {
  font-weight: 300;
}

.main_news .one_news .news_views::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 10px;
  background: url(../images/views.png) no-repeat;
  margin-right: 2px;
}

.main_news .one_news .news_title {
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 15px;
  max-height: 115px;
  overflow: hidden;
}

.main_news .one_news .news_title a {
  color: #FFF;
}

/* главная новость маленькая*/
.main_news_small .one_news {
  position: relative;
  margin-bottom: 30px;
}

.main_news_small .one_news .news_img_block {
  overflow: hidden;
  max-height: 185px;
  width: 100%;
}

.main_news_small .one_news .news_img_block .news_img {
  width: 100%;
  max-width: 10000px;
  height: auto;
}

.main_news_small .one_news .news_content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 40px 20px 20px;
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(0deg, #000, transparent);
}

.main_news_small .one_news .news_bottom {
  color: #FFF;
  font-size: 14px;
}

.main_news_small .one_news .news_section {
  margin-bottom: 10px;
}

.main_news_small .one_news .news_dt {
  margin-right: 8px;
  font-weight: 500;
}

.main_news_small .one_news .news_comments {
  margin-right: 8px;
  font-weight: 300;
}

.main_news_small .one_news .news_comments::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../images/comments.png) no-repeat;
  vertical-align: -1px;
  margin-right: 3px;
}

.main_news_small .one_news .news_views {
  font-weight: 300;
}

.main_news_small .one_news .news_views::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 10px;
  background: url(../images/views.png) no-repeat;
  margin-right: 2px;
}

.main_news_small .one_news .news_title {
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  max-height: 68px;
  overflow: hidden;
}

.main_news_small .one_news .news_title a {
  color: #FFF;
}

.afisha-block {
  padding: 50px 0 45px;
  background: url(../images/bg-afisha.jpg) no-repeat;
  background-size: cover;
}

.afisha-block .main-header {
  color: #FFF;
}

.afisha-block-content {
  padding: 0 20px;
}

.subscribe-block {
  padding: 30px 0;
  background: url(../images/subscribe.png) no-repeat;
  background-size: cover;
}

.subscribe-content-block {
  padding: 0 70px;
  color: #FFF;
  font-size: 26px;
  font-family: "Gilroy", "Roboto", sans-serif;
  font-weight: 300;
}

.subscribe-content-block img {
  margin-right: 15px;
}

.subscribe-content-block form {
  margin-top: 6px;
}

.subscribe-content-block form .btn {
  font-size: 16px !important;
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.subscribe-content-block form .form-control {
  font-size: 16px !important;
}

.social-login a {
  margin-bottom: 4px;
  display: inline-block;
}

.login-modal .modal-dialog {
  margin: 50px auto;
}

.login-modal .modal-content {
  background-color: #E5E6E7;
  max-width: 560px;
}

.login-modal .modal-content .modal-header {
  padding: 25px 35px 10px;
  position: relative;
}

.login-modal .modal-content .modal-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.login-modal .modal-content .modal-header ul li {
  display: inline-block;
}

.login-modal .modal-content .modal-header ul li.active a {
  color: #09708a;
}

.login-modal .modal-content .modal-header h4 a {
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.login-modal .modal-content .modal-header h4 a.active {
  color: #09708a;
}

.login-modal .modal-content .modal-header h4 span {
  display: inline-block;
  margin: 0 20px;
  color: #BBB;
}

.login-modal .modal-content .modal-header .close {
  position: absolute;
  color: #FFF;
  font-size: 40px;
  right: -35px;
  top: -12px;
  font-weight: 300;
  line-height: 1;
}

.login-modal .modal-content .modal-body {
  padding: 10px 35px 25px;
}

.login-modal .modal-content .modal-body .form-control {
  font-size: 16px;
  border-radius: 4px;
  font-weight: 300;
}

.login-modal .modal-content .modal-body p {
  font-size: 15px;
  font-weight: 300;
  color: #666;
}

.information-block .nav-tabs > li > a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px;
  border-radius: 15px 15px 0 0;
  color: #000;
}

.information-block .nav-tabs > li.active > a {
  font-family: "Gilroy", "Roboto", sans-serif;
  font-weight: normal;
  background-color: #FFF;
  border-color: #FFF;
}

.information-content-block {
  background-color: #FFF;
}

.information-content-block h4 {
  font-weight: normal;
  color: #666;
  padding: 15px 20px 0;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}

.information-content-block .tab-content {
  padding: 10px 0;
}

.information-content-block .information-list table {
  width: 100%;
  border: none;
}

.information-content-block .information-list table tr {
  border-top: 1px solid #F0F0F0;
}

.information-content-block .information-list table tr td {
  font-size: 15px;
  padding: 10px 20px;
  border: none;
}

.information-content-block .information-list table tr td.info-list-img {
  width: 80px;
  padding-right: 0;
}

.radio-label {
  color: #333;
  font-weight: normal;
  cursor: pointer;
}

.radio-label input[type=radio] {
  display: none;
}

.radio-label input[type=radio]:checked + .input-radio {
  background-color: #EC1C24;
  border-color: #EC1C24;
}

.radio-label > .input-radio {
  display: inline-block;
  border: 1px solid #C6C6C6;
  background-color: #FFF;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  vertical-align: -2px;
  margin-right: 5px;
}

.pills-content-block {
  padding: 50px 0 30px;
  background-color: #FFF;
  margin-top: 0;
}

.pills-content-block .nav-pills > li > a {
  border-radius: 0;
  color: #000;
  font-family: "Gilroy", "Roboto", sans-serif;
  background-color: transparent !important;
  font-size: 18px;
  text-transform: uppercase;
}

.pills-content-block .nav-pills > li.active > a {
  color: #09708a;
  border-radius: 0;
}

.pills-content-block .nav-pills > li.active > a::before {
  content: '|';
  display: inline-block;
  margin-right: 3px;
}

.comments-block {
  padding: 20px 20px 30px;
  background-color: #FFF;
}

.comment {
  margin-bottom: 15px;
}

.comment .comment-img {
  float: left;
  width: 50px;
  overflow: hidden;
  height: 50px;
}

.comment .comment-content {
  margin-left: 70px;
  padding: 20px;
  background-color: #F5F6F9;
  position: relative;
}

.comment .comment-content::before {
  content: '';
  display: inline-block;
  position: absolute;
  border-right: 10px solid #F5F6F9;
  border-bottom: 14px solid transparent;
  left: -10px;
  top: 0;
}

.comment .comment-content .comment-header {
  font-size: 15px;
  font-weight: bold;
}

.comment .comment-content .comment-header .comment-author {
  float: left;
}

.comment .comment-content .comment-header .comment-date {
  float: right;
  color: #999;
}

.comment .comment-content .comment-text {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 300;
}

.comment .comment-content .comment-bottom {
  font-size: 15px;
}

.comment .comment-content .comment-bottom .answer-comment {
  float: left;
}

.comment .comment-content .comment-bottom .rate-comment {
  float: right;
  color: #999;
}

.add-comment-img {
  float: left;
  width: 50px;
}

.add-comment-content {
  text-align: center;
  margin-left: 70px;
  font-size: 14px;
  background-color: #F5F6F9;
}

.add-comment-content a {
  color: #999;
  display: block;
  padding: 10px 15px;
}

.blue-block {
  background-color: #071B35;
  padding: 30px 0 20px;
  margin-top: 0;
  border-top: 1px solid #3A4E65;
}
.blue-block a{
	color:#fff;
}
.blue-block .main-header {
  color: #FFF;
}

#footer {
  margin-top: 40px;
  background-color: #071B35;
}

.footer-content {
  padding: 30px 0px 25px;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-text {
  color: #FFF;
  font-size: 14px;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  font-family: "Gilroy", "Roboto", sans-serif;
  text-decoration: none !important;
}

.footer-menu li:hover a::before {
  content: '|';
  display: inline-block;
  margin-right: 3px;
  color: #09708a;
}

.footer-menu li a:hover {
  color: #09708a;
}

#footer a:hover {
  color: #09708a;
  text-decoration:none;
}
#footer .footer-menu li:hover a {
    color: #09708a;
}
#footer a {
  color: #fff;
  text-decoration:underline;
}
#footer .bottom-text a {
  text-decoration:none;
}
#footer .bottom-text a:hover {
  color: #000;
  text-decoration:none;
}
.footer-social a{
  text-decoration:none;
  color:#000 !important;
}
.bottom-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
}

.bottom-menu li {
  display: inline-block;
  margin-right: 15px;
}

.bottom-menu li a {
  font-size: 14px;
  font-weight: 300;
  color: #b9c9dc;
}

.bottom-menu li a:hover {
  color: #09708a;
}

.bottom-text {
  color: #FFF;
  font-size: 14px;
}

.bottom-text p {
  margin-bottom: 15px;
}

.footer-top {
  border-bottom: 1px solid #3E5168;
  padding-bottom: 20px;
}

.footer-bottom {
  padding-top: 20px;
}

.copyright {
  font-size: 14px;
  color: #b9c9dc;
}

.footer-social {
  text-align: center;
}

.footer-social a:hover img {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}

.footer-codes {
  text-align: right;
}

.tags a {
  display: inline-block;
  margin-bottom: 8px;
}

.page-news-block {
  font-size: 16px;
  font-weight: 300;
}

.page-news-block .lead {
  font-size: 20px;
  line-height: 1.2;
}

.page-news-block p {
  margin-bottom: 15px;
}

.page-news-block blockquote {
  margin-left: 20px;
  padding: 15px 25px;
  background-color: #FFF;
  border-left: 10px solid #09708a;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}

.pagination {
  margin: 30px 0;
  padding-top: 20px;
  border-top: 1px solid #E0E0E0;
}

.pagination .pagination-left {
  float: left;
  margin-right: 170px;
}

.pagination .pagination-left a {
  text-align: center;
  line-height: 38px;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  border-radius: 20px;
  min-width: 39px;
  height: 39px;
  padding: 1px 5px 0;
  color: #000;
  background-color: #E9E9E9;
}

.pagination .pagination-left a:hover {
  background-color: #DDD;
}

.pagination .pagination-left a.active {
  color: #FFF;
  background-color: #081A34;
}

.pagination .pagination-right {
  float: right;
  width: 160px;
  text-align: right;
  color: #999;
  font-weight: 300;
  font-size: 16px;
}

.event-block {
  background-color: #fff;
  padding: 30px 20px 25px;
  margin-bottom: 30px;
}

.event-header {
  font-size: 34px;
  text-align: center;
}

.event-btn {
  text-align: center;
  margin-top: 25px;
}

.event-btn .btn {
  border-color: #000;
  color: #000;
}

.events_main .one_event {
  margin: 0 -20px 0;
  border-bottom: 1px solid #EEE;
  text-align: center;
  padding: 15px 20px;
}

.events_main .one_event .event_title {
  font-family: "Gilroy", "Roboto", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}

.events_main .one_event .event_title a {
  color: #000;
}

.events_main .one_event .event_title a:hover {
  color: #09708a;
}

.events_main .one_event .event_anons {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 2px;
}

.events_main .one_event .event_dt {
  color: #f24841;
  font-size: 15px;
}

.events_main .one_event:last-child {
  border-bottom: 1px solid #EEE;
}

.afisha-slider-container {
  position: relative;
}

.afisha-slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.afisha-slider-arrow-prev {
  background: transparent url("../images/prev-arrow.png") left top no-repeat;
  left: 60px;
}

.afisha-slider-arrow-next {
  background: transparent url("../images/next-arrow.png") left top no-repeat;
  right: 60px;
}

#to_top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  cursor: pointer;
  display: none;
  z-index: 1000;
  opacity: 0.7;
  width: 60px;
  height: 60px;
  background: transparent url("../images/to-top.png") left top no-repeat;
}

#to_top:hover {
  opacity: 1;
}

@media (min-width: 1360px) {
  #header .side-block {
    width: 22%;
  }
  #header .main-block {
    width: 78%;
  }
  .add-news {
    margin-left: 30px;
  }
}

@media (max-width: 1359px) {
  .add-news {
    display: none;
  }
  .news_300x300_4 .one_news {
    width: 31%;
    margin-right: 3.5%;
    max-width: 10000px;
  }
  .news_300x300_4 .one_news .news_img_block {
    width: 100%;
  }
  .news_300x300_4 .one_news:nth-child(4n) {
    margin-right: 3.5%;
  }
  .news_300x300_4 .one_news:nth-child(3n) {
    margin-right: 0;
  }
  .news_300_4 .one_news {
    width: 31%;
    margin-right: 3.5%;
  }
  .news_300_4 .one_news .news_img_block {
    width: 100%;
  }
  .news_300_4 .one_news:nth-child(4n) {
    margin-right: 3.5%;
  }
  .news_300_4 .one_news:nth-child(3n) {
    margin-right: 0;
  }
  .news_237_5 .one_news {
    width: 22%;
    margin-right: 4%;
    max-width: 10000px;
  }
  
.news_237_5 .one_news:nth-child(5){
	display:none;
}
.news_237_5 .one_news:nth-child(6){
	display:none;
}
  .news_237_5 .one_news .news_img_block {
    width: 100%;
  }
  .news_237_5 .one_news .news_img_block .news_img {
    width: 100%;
    height: auto;
  }
  .news_237_5 .one_news:nth-child(5n) {
    margin-right: 4%;
  }
  .news_237_5 .one_news:nth-child(4n) {
    margin-right: 0;
  }
  .full_news .one_news .news_img_block {
    position: absolute;
    left: 0;
    top: 0;
  }
  .full_news .one_news .news_img_block .news_img {
    width: auto;
    height: 100%;
  }
  .full_news .one_news .news_content {
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
  }
  .full_news .one_news .news_content .main-header {
    margin-bottom: 30px;
  }
  .full_news .one_news .news_title {
    font-size: 22px;
  }
  .top-menu > li > a {
    font-size: 14px;
    padding: 26px 9px;
  }
}

@media (max-width: 991px) {
  .footer-logo {
    text-align: center;
  }
  .footer-text {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-menu {
    text-align: center;
    margin-bottom: 30px;
  }
  .bottom-menu {
    text-align: center;
    margin-bottom: 30px;
  }
  .bottom-text {
    text-align: center;
  }
  .copyright {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-codes {
    text-align: center;
    margin-top: 30px;
  }
  .top-menu {
    display: none;
    position: absolute;
    top: 71px;
    background-color: #FFF;
    border: 1px solid #EEE;
    width: 300px;
    z-index: 1050;
    padding: 10px 0;
    right: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  .top-menu > li {
    float: none;
    display: block;
  }
  .top-menu > li > a {
    padding: 10px 15px;
    font-weight: 300;
    display: block;
    color: #333;
  }
  .top-menu > li > a:hover {
    background-color: #F0F0F0;
  }
  .top-menu-btn {
    display: block;
    float: right;
    position: absolute;
    right: 30px;
    top: 22px;
    cursor: pointer;
    width: 19px;
  }
  .top-submenu {
    position: relative;
    top: auto;
    background-color: #FDFDFD;
    border-color: #EEE;
    font-size: 15px;
  }
  .page_news .one_news .news_title {
    font-size: 24px;
  }
  .main-header {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .main_news {
    margin-bottom: 30px;
  }
  .main_news .one_news .news_content {
    padding: 30px 15px 10px;
  }
  .main_news .one_news .news_section {
    display: none;
  }
  .main_news .one_news .news_title {
    font-size: 22px;
    margin-bottom: 5px;
    max-height: 70px;
	/*padding: 0 30px;*/
  }
  .main_news .one_news .news_bottom {
	/*padding: 0 30px;*/
  }
  .main_news_small .one_news .news_content {
    padding: 30px 15px 10px;
  }
  .main_news_small .one_news .news_section {
    display: none;
  }
  .main_news_small .one_news .news_title {
    font-size: 16px;
    margin-bottom: 5px;
    max-height: 32px;
  }
  .information-content-block {
    margin-bottom: 30px;
  }
  .news_237_5 .one_news {
    width: 31%;
    margin-right: 3.5%;
    max-width: 10000px;
  }
  
.news_237_5 .one_news:nth-child(5){
	display:inline-block;;
}

.news_237_5 .one_news:nth-child(6){
	display:inline-block;;
}
  .news_237_5 .one_news .news_img_block {
    width: 100%;
  }
  .news_237_5 .one_news:nth-child(5n) {
    margin-right: 3.5%;
  }
  .news_237_5 .one_news:nth-child(4n) {
    margin-right: 3.5%;
  }
  .news_237_5 .one_news:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .news_237_5 .one_news {
    width: 48%;
    margin-right: 4%;
  }
  .news_237_5 .one_news:nth-child(5n) {
    margin-right: 4%;
  }
  .news_237_5 .one_news:nth-child(4n) {
    margin-right: 4%;
  }
  .news_237_5 .one_news:nth-child(3n) {
    margin-right: 4%;
  }
  .news_237_5 .one_news:nth-child(2n) {
    margin-right: 0;
  }
  .news_200_3 .one_news, .news_300_3 .one_news, .news_300_3_white .one_news, .news_300x300_hor_2 .one_news, .news_300x300_4 .one_news, .news_300_4 .one_news {
    width: 48%;
    margin-right: 4%;
  }
  .news_200_3 .one_news .news_img_block, .news_300_3 .one_news .news_img_block, .news_300_3_white .one_news .news_img_block, .news_300x300_hor_2 .one_news .news_img_block, .news_300x300_4 .one_news .news_img_block, .news_300_4 .one_news .news_img_block {
    width: 100%;
  }
  .news_200_3 .one_news:nth-child(3n), .news_300_3 .one_news:nth-child(3n), .news_300_3_white .one_news:nth-child(3n), .news_300x300_hor_2 .one_news:nth-child(3n), .news_300x300_4 .one_news:nth-child(3n), .news_300_4 .one_news:nth-child(3n) {
    margin-right: 4%;
	width:100%;
  }
  .news_200_3 .one_news:nth-child(2n), .news_300_3 .one_news:nth-child(2n), .news_300_3_white .one_news:nth-child(2n), .news_300x300_hor_2 .one_news:nth-child(2n), .news_300x300_4 .one_news:nth-child(2n), .news_300_4 .one_news:nth-child(2n) {
    margin-right: 0;
  }
  .news_300x300_hor_2 {
    word-spacing: -5px;
  }
  .news_300x300_hor_2 .one_news {
    word-spacing: normal;
    display: inline-block;
    padding: 0;
  }
  .news_300x300_hor_2 .one_news .news_img_block {
    margin: 0 0 10px;
  }
  .news_300x300_hor_2 .one_news .news_section, .news_300x300_hor_2 .one_news .news_title, .news_300x300_hor_2 .one_news .news_anons {
    padding: 0 20px;
  }
  .news_release_3 .one_news {
    width: 100%;
    display: block;
    margin-right: 0 !important;
  }
  .news_release_3 .one_news .news_title {
  max-height: none;
}
  .news_300x300_hor_2 .one_news .news_img_block, .news_300_hor_1 .one_news .news_img_block {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .top-buttons a {
    margin-left: 5px;
  }
  .top-menu-btn {
    right: 30px;
  }
  .top-menu {
    width: 280px;
    right: 20px;
  }
  .logo {
    width: 200px;
    margin: 15px -20px 0 0;
  }
  .pagination .pagination-left {
    float: none;
    margin-right: 0;
  }
  .pagination .pagination-right {
    text-align: left;
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .logo {
    width: 140px;
    margin: 22px -20px 0 0;
	padding-bottom: 20px;
  }
  .news_237_5 .one_news, .news_200_3 .one_news, .news_300_hor_1 .one_news, .news_300_3 .one_news, .news_300_3_white .one_news, .news_300x300_hor_2 .one_news, .news_300x300_4 .one_news, .news_300_4 .one_news {
    width: 100%;
    display: block;
    margin-right: 0 !important;
  }
  .news_237_5 .one_news .news_img_block, .news_200_3 .one_news .news_img_block, .news_300_hor_1 .one_news .news_img_block, .news_300_3 .one_news .news_img_block, .news_300_3_white .one_news .news_img_block, .news_300x300_hor_2 .one_news .news_img_block, .news_300x300_4 .one_news .news_img_block, .news_300_4 .one_news .news_img_block {
    width: 100%;
  }
  .news_237_5 .one_news .news_img_block {
    width: 100%;
  }
  .news_237_5 .one_news .news_img_block .news_img {
    width: 100%;
    height: auto;
  }
  .news_300x300_hor_2 .one_news {
    padding: 0;
  }
  .news_300x300_hor_2 .one_news .news_img_block {
    width: 100%;
    margin: 0 0 10px;
  }
  .news_300x300_hor_2 .one_news .news_img_block .news_img {
    width: 100%;
    height: auto;
  }
  .afisha-slider-arrow {
    display: none;
  }
}

/*---------------------- Added --------------*/
.clearfix {
  overflow: auto;
  width: 100%;
}

.full_news .one_news .news_content .main-header {
  margin-bottom: 150px;
}
.full_news .one_news .news_content .main-header a{
  color:#fff;
}
.transportTable {
  padding: 15px 0;
}

a.OtherNewses {
  float: right;
  border: #09708a 1px solid;
  background-color: #FFF;
  color: #09708a;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 3px;
  margin: 15px;
  font-family: "Gilroy", "Roboto", sans-serif;
  font-weight: 300;
}

.news_300_hor_1 .one_news .news_section .btn:hover, .OtherNewses:hover {
  background-color: #eee;
}

.news_200_3 .one_news .news_title {
  max-height: 100px;
}

.news_237_5 .one_news .news_img_block {
  height: 237px;
  border-bottom: 1px dotted #aaa;
}

.news_237_5 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_300_3_white .one_news .news_title {
  line-height: 1.2;
  max-height: 100px;
}

@media (min-width: 992px) {
  #header {
    background: #071b35;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  #content {
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
  #header {
    background: #071b35;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    top: 0;
    width: 100%;
  }
  #content {
    margin-top: 0;
  }
}

div.gallery {
  width: 100%;
  margin: 0;
  overflow: auto;
  padding: 20px 0;
}

div.onepict {
  width: 25%;
  margin: 0;
  float: left;
}

figure.fixedratio {
  padding-top: 75%;
  display: block;
  margin: 1%;
  position: relative;
  overflow: hidden;
}

figure.fixedratio img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
}

.radio-label:last-of-type {
  padding-bottom: 15px;
}

.news_300_1 .one_news .news_title {
  max-height: 100px;
}

.page-news-block {
  /*   margin-top: -3px;*/
}

/*# sourceMappingURL=main.css.map */

@media (min-width: 1360px){
	.bigshow{
	display:inline;	
	}
	.smallshow{
	display:none;
	}
}
@media (max-width: 1359px){
	.bigshow{
	display:none;	
	}
	.smallshow{
	display:inline;
	}
} 
.notsmallshow{
	display:inline;
	}
@media (max-width: 991px){
	.notsmallshow{
	display:none;
	}
}


@media (min-width: 768px){
	.newsbigshow{
	display:inline;	
	}
	.newssmallshow{
	display:none;
	}
}
@media (max-width: 767px){
	.newsbigshow{
	display:none;	
	}
	.newssmallshow{
	display:inline;
	}
} 

@media (max-width: 991px){
	.main_news_small .one_news .news_img_block {
	  max-height: 25vw;
	}
}

.news_237_5 .one_news .news_img_block .news_img {
    min-height: 100%;
}
.news_300x300_4 .one_news .news_img_block {
    border-bottom: 1px #aaa solid;
}
.news_300x300_4 .one_news .news_img_block .news_img {
    min-height: 100%;
}
.imgr a{
	cursor:zoom-in;
}
div{
	white-space: normal;
}
.main_news .news_img{
	width:100%;
	height:auto;
}
.news_300_1 .one_news .news_img_block {
	text-align: center;
}
.news_300_1 .one_news .news_img_block .news_img {
	height: auto;
    width: 100%;
}

.ImgBlock{
    position: relative;
    width: 100%;    
     overflow:hidden;
     /*border-bottom: solid 4px #8f0418;*/
}
.ImgBlock::before {
    content: "";
    display: block;
    padding-top: 68%;
}
.ImgBlock img{
     width:100%;
     height:auto;
    position: absolute;
    top: 0;
    left: 0;
     min-height:100%;
}
.afisha-block-content .ImgBlock::before{
    padding-top: 100%;
}
.afisha-block-content .main-header, .afisha-block-content .main-header a{
	color:#fff;
}
.top-social{padding-top: 17px;float: left;}
.top-social a{display: inline-block;float: left;width: 30px;overflow: hidden;}
.top-social a img{padding: 0;width: 37px !important;max-width: unset;}
.pogoda {margin-right: 40px;margin-top: -30px;margin-bottom: -30px;text-align: right;}
@media (max-width: 999px){
	.top-social a img{width: 26px !important;}
	.pogoda{text-align: center;margin: -30px auto;}
}
.news_300_1 .col-md-12{padding:0;}
.news_page .news_300_4 .one_news .news_section{display:none}
	
.AllNews{
	display: block;
    float: right;
    margin: 0 10% 25px;
    border: 1px solid #aaa;
	background-color:#eee;
	font-weight:700;
	word-spacing: 0;
}	
.AllNews:hover {
	background-color:#fff;
	color:#005;
}



  ul.top-submenu2 {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    /* display: none; */
    position: absolute;
    top: 10px;
    left: 200px;
    min-width: 200px;
    z-index: 100;
    background-color: #FBFBFB;
    border: 1px solid #ddd;
}

@media (max-width: 767px){
.main_news {
    margin-left: -15px;
    margin-right: -15px;
}
}

.zitie .newsBlockSmallImagehigh{
	width:35%;
	float:left;
	padding-right:2%;
}
.zitie .newsBlock {
    margin-bottom: 5%;
    margin-top: 10px;
}
.zitie .news_name{
text-transform: uppercase;
}
.zitie .news_intro {
    font-size: 13px;
}
.zitie audio{
	width: 190px;
	height:25px;
}
.onezitie .newsImg {
    display: block;
    margin: 15px auto 25px;
}
.myclearfix {
    overflow: auto;
    width: 100%;
}
.onezitie .newsImg img {
    width: 100%;
    height: auto;
}
.onezitie img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.onezitie audio {
    width: 100%;
}
a.disabled {
    pointer-events: none; /* делаем ссылку некликабельной */
    cursor: default;  /* устанавливаем курсор в виде стрелки */
    color: #999; /* цвет текста для нективной ссылки */
}
.main_news .news_dt{
	color:#fff;
}
.news_fdate{
	display:none;
}



