@charset "UTF-8";
/*!2019
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 

test*/



@import url('css/style.css');
@import url('css/media.css');
@import url('css/animsition.css');
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i,900");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 0;
  -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: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333333;
  background-color: #e7e7e7;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333333;
    background-color: #cecece;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333333;
    background-color: #cecece;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333333;
    background-color: #cecece;
    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: #333333;
      background-color: #bcbcbc;
      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: #e7e7e7;
    border-color: #ccc; }
  .btn-default .badge {
    color: #e7e7e7;
    background-color: #333333; }

.btn-primary {
  color: #fff;
  background-color: #008cba;
  border-color: #0079a1; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #006687;
    border-color: #001921; }
  .btn-primary:hover {
    color: #fff;
    background-color: #006687;
    border-color: #004b63; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #006687;
    border-color: #004b63; }
    .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: #004b63;
      border-color: #001921; }
  .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: #008cba;
    border-color: #0079a1; }
  .btn-primary .badge {
    color: #008cba;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #43ac6a;
  border-color: #3c9a5f; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #358753;
    border-color: #183e26; }
  .btn-success:hover {
    color: #fff;
    background-color: #358753;
    border-color: #2b6e44; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #358753;
    border-color: #2b6e44; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #2b6e44;
      border-color: #183e26; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #43ac6a;
    border-color: #3c9a5f; }
  .btn-success .badge {
    color: #43ac6a;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #E99002;
  border-color: #d08002; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #b67102;
    border-color: #513201; }
  .btn-warning:hover {
    color: #fff;
    background-color: #b67102;
    border-color: #935b01; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #b67102;
    border-color: #935b01; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #935b01;
      border-color: #513201; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #E99002;
    border-color: #d08002; }
  .btn-warning .badge {
    color: #E99002;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #F04124;
  border-color: #ea2f10; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #d32a0e;
    border-color: #731708; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d32a0e;
    border-color: #b1240c; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d32a0e;
    border-color: #b1240c; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #b1240c;
      border-color: #731708; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #F04124;
    border-color: #ea2f10; }
  .btn-danger .badge {
    color: #F04124;
    background-color: #fff; }

.btn-link {
  color: #008cba;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #008cba;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg {
  padding: 16px 20px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 0; }

.btn-sm {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs {
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.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;
  -o-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; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2); }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    color: #555;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #eee; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #008cba; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.4;
  color: #999999;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
.persones-widget h2 {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 45px;
  line-height: 40px; }
  .persones-widget h2 a {
    color: #eee;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent; }
    .persones-widget h2 a:hover {
      text-decoration: none;
      border-bottom: 2px solid #eee; }

.persone-list-item {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  padding: 10px;
  height: 170px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 600px) {
    .persone-list-item {
      text-align: center;
      height: auto;
      background-color: #f5f5f5;
      border: 1px solid #f5f5f5;
      border-radius: 2px; } }
  .persone-list-item:after {
    content: '';
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #f8f7f7 0%, rgba(248, 247, 247, 0) 100%);
    z-index: 2; }
    @media (max-width: 600px) {
      .persone-list-item:after {
        display: none; } }
  .persone-list-item:hover {
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all .4s ease-in-out; }
    .persone-list-item:hover .cover-background {
      height: 150px;
      width: 150px;
      transform: scale(1.07); }
    .persone-list-item:hover h3 {
      color: #41170e; }
  .persone-list-item .person-main-img {
    height: 150px;
    width: 150px;
    float: left;
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
    z-index: 3;
    position: relative;
    overflow: hidden; }
    @media (max-width: 600px) {
      .persone-list-item .person-main-img {
        height: 120px;
        width: 120px;
        float: none;
        display: inline-block;
        margin-bottom: 5px; } }
    .persone-list-item .person-main-img .cover-background {
      height: 120%;
      width: 120%;
      transition: all .4s ease-in-out;
      position: absolute;
      left: -10%;
      top: -10%;
      background-color: #eee; }
  .persone-list-item h3 {
    margin-top: 0;
    color: #170805;
    word-wrap: break-word;
    margin-bottom: 15px; }
    @media (max-width: 600px) {
      .persone-list-item h3 {
        margin-bottom: 0; } }
  @media (max-width: 600px) {
    .persone-list-item .description {
      display: none; } }
  .persone-list-item.type2 {
    height: 330px;
    width: 25%;
    display: inline-block;
    float: left;
    text-align: center; }
    @media (max-width: 680px) {
      .persone-list-item.type2 {
        width: 33%; } }
    @media (max-width: 500px) {
      .persone-list-item.type2 {
        width: 50%; } }
    @media (max-width: 400px) {
      .persone-list-item.type2 {
        width: 100%; }
        .persone-list-item.type2 .person-main-img {
          width: 120px; } }
    .persone-list-item.type2:after {
      display: none; }
    .persone-list-item.type2 .person-main-img {
      float: none;
      margin: 0 auto 15px;
      width: 100%;
      height: 0;
      padding-bottom: 100%; }
      @media (max-width: 400px) {
        .persone-list-item.type2 .person-main-img {
          width: 120px;
          height: 120px;
          padding: 0; } }
      .persone-list-item.type2 .person-main-img .cover-background {
        padding-bottom: 120%; }
    @media (max-width: 1150px) {
      .persone-list-item.type2 h3 {
        font-size: 16px;
        word-wrap: normal; } }
    .persone-list-item.type2 h3 small {
      display: block; }
    .persone-list-item.type2 .description {
      display: none; }

.discipline-type {
  position: relative;
  height: 300px;
  display: block;
  margin-bottom: 25px; }
  .discipline-type h2 {
    position: absolute;
    padding: 10px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    font-size: 42px; }

.table.adap .persone-list-item {
  width: 50%; }
  @media (max-width: 700px) {
    .table.adap .persone-list-item {
      width: 100%; } }
  @media (max-width: 480px) {
    .table.adap .persone-list-item {
      width: 100%; }
      .table.adap .persone-list-item.type2 {
        height: auto; }
      .table.adap .persone-list-item .person-main-img {
        width: 200px;
        height: 200px;
        padding-bottom: 0; } }

body {
  background-color: #fff; }

* {
  font-family: "Raleway", sans-serif !important; }

hr {
  margin-top: 15px;
  margin-bottom: 30px; }

p, em, i, b {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px; }

li, ul {
  font-size: 16px;
  line-height: 1.5; }

li {
  margin-bottom: 5px; }

ul {
  margin-bottom: 0; }

h2 {
  font-size: 27px;
  letter-spacing: 0px;
  margin-bottom: 10px; }

h3 {
  font-size: 24px;
  letter-spacing: 0px;
  margin-bottom: 10px; }

h4 {
  margin-bottom: 10px; }

sup {
  color: inherit;
  text-transform: lowercase !important; }

a {
  color: #41170e;
  font-weight: 600;
  font-size: 16px; }

/*------------------------------------------------------------------
МОИ ФИШКИ
------------------------------------------------------------------*/
.cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.a-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5; }

.softly {
  transition: all 0.1s ease-out; }

a.nontext {
  color: #666666;
  text-decoration: none;
  font-style: normal;
  font-weight: normal; }

/*------------------------------------------------------------------
ОБЩИЙ ШАБЛОН
------------------------------------------------------------------*/
.footer {
  bottom: 15px; }

.footer-content {
  color: #fcf6ec;
  border-top: 3px solid #f28b0f; }

@media only screen and (max-width: 920px) {
  .menu-wrapper {
    width: 50px;
    float: none;
    display: table-cell;
    vertical-align: middle; } }

.header-wrapper {
  font-family: "Raleway", sans-serif !important;
  z-index: 2;
  position: absolute;
  padding: 0 20px;
  width: 251px;
  /* 	@media only screen and (max-height: 820px){
  	.logo {
  		margin-top: 55px;
  		margin-bottom: 20px;
  		max-height: 150px;
  		img{
  			max-height: 150px;
  		}
  	}
  	ul.sf-menu li a {
  		font-size: 18px;
  		line-height: 1.1;
  		display: inline-block;
  	}
  	ul.sf-menu li {
  		margin-bottom: 5px;
  	}
  }
  @media only screen and (max-height: 720px){
  	.logo {
  		margin-top: 55px;
  		margin-bottom: 20px;
  		max-height: 150px;
  		img{
  			max-height: 150px;
  		}
  	}
  	ul.sf-menu li a {
  		font-size: 14px;
  		line-height: 1.1;
  		display: inline-block;
  	}
  	ul.sf-menu li {
  		margin-bottom: 2px;
  	}
  } */ }
  @media only screen and (max-width: 920px) {
    .header-wrapper {
      width: 100%;
      position: relative; } }
  .header-wrapper:after {
    content: '';
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 251px;
    height: 100vh;
    z-index: -2; }
    @media only screen and (max-width: 920px) {
      .header-wrapper:after {
        display: none; } }
  @media only screen and (max-width: 920px) {
    .header-wrapper {
      background-color: rgba(0, 0, 0, 0.5);
      background-image: none; } }
  .header-wrapper .logoImage-mob {
    display: none; }
  .header-wrapper .logo {
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center; }
    .header-wrapper .logo a {
      display: inline-block; }
    @media only screen and (max-width: 920px) {
      .header-wrapper .logo img {
        max-height: 130px;
        max-width: 100%; } }
  @media only screen and (max-width: 920px) {
    .header-wrapper .logoImage {
      display: none; }
    .header-wrapper .logoImage-mob {
      display: inline-block; } }

.darker {
  background-color: black;
  opacity: .7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1; }

/*------------------------------------------------------------------
БОКОВОЕ МЕНЮ
------------------------------------------------------------------*/
ul.sf-menu li {
  margin-bottom: 12px; }

ul.sf-menu li a {
  color: #fcf6ec;
  font-family: "Raleway", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase; }

ul.sf-menu li.current_page_item a,
ul.sf-menu li a:hover {
  color: #f28b0f; }

.mobile-menu-wrapper ul.mobile-menu li a {
  font-family: "Raleway", sans-serif !important;
  padding: 4px 30px 4px; }

ul.sf-menu li ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #fff !important; }

ul.sf-menu li ul li.current_page_item a:hover,
ul.sf-menu li ul li a:hover {
  color: #f28b0f !important; }

ul.sf-menu li ul li.current_page_item a,
ul.sf-menu li ul li a:hover {
  color: #f28b0f !important; }

/* Каретка бутстрапа */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 4px solid\9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-top: -3px; }

ul.sf-menu li a .caret {
  margin-left: 4px; }

.collapse-menu {
  padding: 10px 0;
  color: #fff; }

/*------------------------------------------------------------------
ГЛАВНАЯ БОЛЬШАЯ КАРТИНКА. ПЕРВЫЙ ЭКРАН
------------------------------------------------------------------*/
.intropic {
  padding: 15px 10% 15px 2%; }
  .intropic .bg {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    position: fixed;
    z-index: 0; }
  @media only screen and (max-width: 700px) {
    .intropic {
      padding: 0; } }
  .intropic .big-title {
    border-radius: 0 0 2px 2px;
    position: relative;
    z-index: 1; }
    .intropic .big-title .date-n-place {
      font-size: 30px;
      line-height: 1.1;
      font-weight: 700; }
      @media only screen and (max-width: 920px) {
        .intropic .big-title .date-n-place {
          font-size: 24px; } }
    .intropic .big-title .date {
      display: inline-block;
      color: #fff;
      font-size: 1em;
      padding: .2em .3em .3em; }
      .intropic .big-title .date span {
        font-weight: 500;
        font-size: .9em; }
      .intropic .big-title .date svg {
        height: .8em;
        padding-right: .2em;
        margin-bottom: -.15em;
        display: inline-block; }
        .intropic .big-title .date svg .st0 {
          fill: #fff; }
    .intropic .big-title .place {
      display: inline-block;
      color: #f28b0f;
      padding: .2em .3em .3em; }
      .intropic .big-title .place svg {
        height: .9em;
        display: inline-block;
        margin-bottom: -4px; }
        .intropic .big-title .place svg .st0 {
          fill: #f28b0f; }
        .intropic .big-title .place svg .st1 {
          fill: #1a0f01; }
      .intropic .big-title .place span {
        font-weight: 400; }

/*------------------------------------------------------------------
ПАРТНЕРЫ
------------------------------------------------------------------*/
.partners-block {
  position: relative;
  padding: 15px 10% 15px 2%;
  margin-bottom: 20px; }
  @media only screen and (max-width: 700px) {
    .partners-block {
      padding: 0; } }
  .partners-block .partners {
    background-color: white;
    padding: 30px; }
    @media only screen and (max-width: 700px) {
      .partners-block .partners {
        padding: 20px; } }
    .partners-block .partners img {
      max-height: 140px;
      padding: 15px;
      max-width: 100%; }
    .partners-block .partners hr {
      border: 0;
      border-bottom: 1px solid #ddd; }

/*------------------------------------------------------------------
ПРИВЕТСТВИЕ
------------------------------------------------------------------*/
.greetings-block {
  position: relative;
  padding: 15px 10% 15px 2%;
  margin-bottom: 20px;
  float: left;
  width: 100%; }
  @media only screen and (max-width: 700px) {
    .greetings-block {
      padding: 0; } }
  .greetings-block .greeting {
    padding: 30px;
    background-color: white;
    position: relative;
    border-bottom: 1px solid #ddd; }
    @media only screen and (max-width: 700px) {
      .greetings-block .greeting {
        padding: 20px; } }
    .greetings-block .greeting:nth-child(even) .greeting-image-wrapper {
      right: auto;
      left: 0;
      padding: 30px 0px 30px 30px; }
    .greetings-block .greeting:nth-child(even) .txt {
      padding-left: 250px;
      padding-right: 0; }
      @media only screen and (max-width: 700px) {
        .greetings-block .greeting:nth-child(even) .txt {
          width: 100%;
          float: none;
          padding: 20px; } }
    .greetings-block .greeting .greeting-image-wrapper {
      width: 250px;
      height: 430px;
      position: absolute;
      left: auto;
      right: 0;
      top: 0;
      padding: 30px 30px 30px 0; }
      @media only screen and (max-width: 1170px) {
        .greetings-block .greeting .greeting-image-wrapper {
          height: 400px;
          bottom: auto; } }
      @media only screen and (max-width: 700px) {
        .greetings-block .greeting .greeting-image-wrapper {
          /* 		max-width: 100%;
          	width: 350px;
          	position: relative;
          	padding: 20px;	
          	padding-bottom: 0; */
          display: none; } }
      @media only screen and (max-width: 412px) {
        .greetings-block .greeting .greeting-image-wrapper {
          display: none; } }
    .greetings-block .greeting.greeting-2 {
      width: 25%;
      padding: 15px;
      float: left;
      border-bottom: 0; }
      @media only screen and (max-width: 412px) {
        .greetings-block .greeting.greeting-2 {
          width: 100%; } }
      .greetings-block .greeting.greeting-2 .greeting-image-wrapper {
        width: 100%;
        position: relative;
        padding: 0;
        height: auto; }
        .greetings-block .greeting.greeting-2 .greeting-image-wrapper .greeting-image {
          padding-bottom: 160%; }
      .greetings-block .greeting.greeting-2 .txt {
        width: 100%;
        padding: 0;
        padding-top: 15px; }
    .greetings-block .greeting .greeting-image-mob {
      width: 150px;
      height: auto;
      border-radius: 100%;
      float: right;
      margin: 7px;
      display: none; }
      @media only screen and (max-width: 700px) {
        .greetings-block .greeting .greeting-image-mob {
          display: inline-block; } }
      @media only screen and (max-width: 412px) {
        .greetings-block .greeting .greeting-image-mob {
          display: inline-block; } }
    .greetings-block .greeting .greeting-image {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center; }
      @media only screen and (max-width: 700px) {
        .greetings-block .greeting .greeting-image {
          background-position: center center; } }
    .greetings-block .greeting .txt {
      width: 100%;
      padding: 30px;
      padding-right: 250px; }
      @media only screen and (max-width: 700px) {
        .greetings-block .greeting .txt {
          width: 100%;
          float: none;
          padding: 20px; } }
      .greetings-block .greeting .txt p {
        margin-bottom: 10px;
        line-height: 1.5; }
  .greetings-block .hot-spots .hot-block {
    width: 100%;
    margin-bottom: 20px; }

/*------------------------------------------------------------------
ТРИ БОЛЬШИХ ЯРЛЫКА: ГЛАВНАЯ ИНФОРМАЦИЯ, ЖЮРИ, РЕГИСТРАЦИЯ
------------------------------------------------------------------*/
.hot-spots {
  padding: 15px 10% 15px 2%;
  margin-bottom: 20px; }
  @media only screen and (max-width: 700px) {
    .hot-spots {
      padding: 0; } }
  .hot-spots .hot-block {
    width: 33.33%;
    padding: 10px;
    float: left;
    height: 100%;
    position: relative;
    background-color: #fff; }
    .hot-spots .hot-block:hover .hot-spot img {
      opacity: 0.3; }
    .hot-spots .hot-block:hover .hot-spot .txt {
      opacity: 0.95; }
    .hot-spots .hot-block .hot-spot {
      text-align: center;
      position: relative;
      height: 400px; }
      .hot-spots .hot-block .hot-spot img {
        padding: 40px 20px 0px;
        height: 180px;
        width: auto;
        opacity: 0.2; }
      .hot-spots .hot-block .hot-spot .txt {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 180px;
        padding: 10px;
        opacity: 0.8; }
      .hot-spots .hot-block .hot-spot h3 {
        font-size: 36px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 1370px) {
          .hot-spots .hot-block .hot-spot h3 {
            font-size: 30px; } }
        @media only screen and (max-width: 1030px) {
          .hot-spots .hot-block .hot-spot h3 {
            font-size: 25px; } }
      .hot-spots .hot-block .hot-spot p {
        font-size: 20px;
        line-height: 1.4;
        padding: 0 10px; }
        @media only screen and (max-width: 1030px) {
          .hot-spots .hot-block .hot-spot p {
            font-size: 18px; } }
        @media only screen and (max-width: 1030px) {
          .hot-spots .hot-block .hot-spot p {
            font-size: 25px; } }

/*------------------------------------------------------------------
ЛЮБАЯ СТРАНИЦА
------------------------------------------------------------------*/
@media only screen and (min-width: 919px) {
  .container-wrapper {
    margin-left: 270px; } }
@media only screen and (max-height: 720px) {
  .container-wrapper {
    margin-left: 250px; } }

.container-wrapper {
  padding-top: 50px; }

.name-banner {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  padding-top: 5px;
  background-color: #2c1009;
  text-align: center;
  font-size: 23px;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 920px) {
    .name-banner {
      position: relative;
      width: 100%;
      font-size: 16px;
      line-height: 1.5;
      padding-bottom: 3px; } }
  @media only screen and (max-width: 920px) {
    .name-banner {
      font-size: 12px; } }

.page-bg {
  background-position: top right;
  top: 0;
  left: 0px; }

.anypage {
  height: 100%;
  position: relative;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right; }
  .anypage table, .anypage th, .anypage td {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 480px) {
    .anypage .table td {
      display: block; } }
  .anypage #container {
    width: 1100px;
    max-width: 100%; }
  .anypage .page-title-inner {
    margin-bottom: -9px;
    background-color: black; }
    @media only screen and (max-width: 920px) {
      .anypage .page-title-inner {
        margin-bottom: inherit; } }
  .anypage .page-bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 1;
    opacity: .7; }

.page-wrapper {
  background: #f8f7f7; }

.low-border {
  margin-top: 50px;
  width: 100%;
  height: 50px;
  background-color: #eee; }

/*------------------------------------------------------------------
АДАПТИВНОСТЬ
------------------------------------------------------------------*/
@media only screen and (max-width: 920px) {
  .container-wrapper {
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding-top: 0; } }
@media only screen and (max-width: 700px) {
  .hot-spots .hot-block {
    width: 100%;
    margin-bottom: 20px; } }
@media only screen and (max-width: 480px) {
  .table.adap td {
    display: block;
    width: 100%; } }
.table.col-2 td {
  width: 50%;
  border-right: 1px solid #ccc; }
  @media only screen and (max-width: 480px) {
    .table.col-2 td {
      display: block;
      width: 100%;
      border-right: 0px solid #ccc; } }
  .table.col-2 td:last-child {
    border-right: 0px solid #ccc; }

/* Кнопка */
.btn {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  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: #ccc;
    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: disabled;
    opacity: .65;
    box-shadow: none; }

.btn-primary {
  background: #f28b0f;
  border: 1px solid #c3700b; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    color: #fff !important;
    text-decoration: none; }

/*# sourceMappingURL=theme.css.map */
