@charset "UTF-8";
/*@import 'vendor/normalize/normalize.min';
@import 'vendor/kazz/all';*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container, .cookies-agreement > div, article, body, .modal-dialog {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .cookies-agreement > div:before, article:before, body:before, .modal-dialog:before, .container:after, .cookies-agreement > div:after, article:after, body:after, .modal-dialog:after {
  content: " ";
  display: table;
}
.container:after, .cookies-agreement > div:after, article:after, body:after, .modal-dialog:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, .cookies-agreement > div, article, body, .modal-dialog {
    width: 738px;
  }
}
@media (min-width: 992px) {
  .container, .cookies-agreement > div, article, body, .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .cookies-agreement > div, article, body, .modal-dialog {
    width: 1170px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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;
  -o-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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  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: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .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-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .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-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .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-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

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

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

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

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

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

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, .cookies-agreement > div > .navbar-header, article > .navbar-header, body > .navbar-header, .modal-dialog > .navbar-header,
.container > .navbar-collapse,
.cookies-agreement > div > .navbar-collapse,
article > .navbar-collapse,
body > .navbar-collapse,
.modal-dialog > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header, .cookies-agreement > div > .navbar-header, article > .navbar-header, body > .navbar-header, .modal-dialog > .navbar-header,
  .container > .navbar-collapse,
  .cookies-agreement > div > .navbar-collapse,
  article > .navbar-collapse,
  body > .navbar-collapse,
  .modal-dialog > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar.cookies-agreement > div .navbar-brand, .navbar > article .navbar-brand, .navbar > body .navbar-brand, .navbar > .modal-dialog .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgb(231.425, 231.425, 231.425);
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.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: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  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: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.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-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-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

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

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

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  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;
  }
}
.clearfix:before, .btn.right:before, .clearfix:after, .btn.right:after {
  content: " ";
  display: table;
}
.clearfix:after, .btn.right: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;
}

.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%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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.428571429;
}

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

/* commented out by Kazza
// Scale up the modal
@media (min-width: $screen-sm-min) {
  // Automatically set modal's width for larger viewports
  .modal-dialog {
    width: $modal-md;
    margin: 30px auto;
  }
  .modal-content {
    @include box-shadow(0 5px 15px rgba(0,0,0,.5));
  }

  // Modal sizes
  .modal-sm { width: $modal-sm; }
}

@media (min-width: $screen-md-min) {
  .modal-lg { width: $modal-lg; }
}*/
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.container, .cookies-agreement > div, article, body, .modal-dialog {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .cookies-agreement > div:before, article:before, body:before, .modal-dialog:before, .container:after, .cookies-agreement > div:after, article:after, body:after, .modal-dialog:after {
  content: " ";
  display: table;
}
.container:after, .cookies-agreement > div:after, article:after, body:after, .modal-dialog:after {
  clear: both;
}

@media (min-width: 480px) {
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left;
  }
  .col-ms-1 {
    width: 8.3333333333%;
  }
  .col-ms-2 {
    width: 16.6666666667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.3333333333%;
  }
  .col-ms-5 {
    width: 41.6666666667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.3333333333%;
  }
  .col-ms-8 {
    width: 66.6666666667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.3333333333%;
  }
  .col-ms-11 {
    width: 91.6666666667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-pull-0 {
    right: auto;
  }
  .col-ms-pull-1 {
    right: 8.3333333333%;
  }
  .col-ms-pull-2 {
    right: 16.6666666667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.3333333333%;
  }
  .col-ms-pull-5 {
    right: 41.6666666667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.3333333333%;
  }
  .col-ms-pull-8 {
    right: 66.6666666667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.3333333333%;
  }
  .col-ms-pull-11 {
    right: 91.6666666667%;
  }
  .col-ms-pull-12 {
    right: 100%;
  }
  .col-ms-push-0 {
    left: auto;
  }
  .col-ms-push-1 {
    left: 8.3333333333%;
  }
  .col-ms-push-2 {
    left: 16.6666666667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.3333333333%;
  }
  .col-ms-push-5 {
    left: 41.6666666667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.3333333333%;
  }
  .col-ms-push-8 {
    left: 66.6666666667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.3333333333%;
  }
  .col-ms-push-11 {
    left: 91.6666666667%;
  }
  .col-ms-push-12 {
    left: 100%;
  }
  .col-ms-offset-0 {
    margin-left: 0%;
  }
  .col-ms-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-ms-offset-12 {
    margin-left: 100%;
  }
}
.visible-ms {
  display: none !important;
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms {
    display: block !important;
  }
  table.visible-ms {
    display: table !important;
  }
  tr.visible-ms {
    display: table-row !important;
  }
  th.visible-ms,
  td.visible-ms {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-ms {
    display: none !important;
  }
}
.container, .cookies-agreement > div, article, body, .modal-dialog {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .cookies-agreement > div:before, article:before, body:before, .modal-dialog:before, .container:after, .cookies-agreement > div:after, article:after, body:after, .modal-dialog:after {
  content: " ";
  display: table;
}
.container:after, .cookies-agreement > div:after, article:after, body:after, .modal-dialog:after {
  clear: both;
}
@media (min-width: 1440px) {
  .container, .cookies-agreement > div, article, body, .modal-dialog {
    width: 1410px;
  }
}

@media (min-width: 1440px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.visible-xl {
  display: none !important;
}

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .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) and (max-width: 1439px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1440px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl-block {
    display: block !important;
  }
}

@media (min-width: 1440px) {
  .visible-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1440px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1440px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: none !important;
  }
  .visible-lg-inline {
    display: none !important;
  }
  .visible-lg-inline-block {
    display: none !important;
  }
}
@-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: 479px) {
  .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: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .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: 479px) {
  .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;
  }
}
/*test*/
@font-face {
  font-family: "fontello";
  src: url("../third-party/fontello/font/fontello.eot?65046066");
  src: url("../third-party/fontello/font/fontello.eot?65046066#iefix") format("embedded-opentype"), url("../third-party/fontello/font/fontello.woff?65046066") format("woff"), url("../third-party/fontello/font/fontello.ttf?65046066") format("truetype"), url("../third-party/fontello/font/fontello.svg?65046066#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    srD: url('../font/fontello.svg?65046066#fontello') format('svg');
  }
}
*/
.icon-after-pseudo-elements:after, [class^=icon-].after:after, [class*=" icon-"].after:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-left-open-mini.after:after {
  content: "\e800";
} /* '' */
.icon-right-open-mini.after:after {
  content: "\e801";
} /* '' */
.icon-up-open-mini.after:after {
  content: "\e802";
} /* '' */
.icon-down-open-big.after:after {
  content: "\e803";
} /* '' */
.icon-left-open-big.after:after {
  content: "\e804";
} /* '' */
.icon-right-open-big.after:after {
  content: "\e805";
} /* '' */
.icon-up-open-big.after:after {
  content: "\e806";
} /* '' */
.icon-down.after:after {
  content: "\e807";
} /* '' */
.icon-left.after:after {
  content: "\e808";
} /* '' */
.icon-right.after:after {
  content: "\e809";
} /* '' */
.icon-up.after:after {
  content: "\e80a";
} /* '' */
.icon-down-dir.after:after {
  content: "\e80b";
} /* '' */
.icon-left-dir.after:after {
  content: "\e80c";
} /* '' */
.icon-right-dir.after:after {
  content: "\e80d";
} /* '' */
.icon-up-dir.after:after {
  content: "\e80e";
} /* '' */
.icon-down-bold.after:after {
  content: "\e80f";
} /* '' */
.icon-left-bold.after:after {
  content: "\e810";
} /* '' */
.icon-right-bold.after:after {
  content: "\e811";
} /* '' */
.icon-up-bold.after:after {
  content: "\e812";
} /* '' */
.icon-down-thin.after:after {
  content: "\e813";
} /* '' */
.icon-left-thin.after:after {
  content: "\e814";
} /* '' */
.icon-right-thin.after:after {
  content: "\e815";
} /* '' */
.icon-up-thin.after:after {
  content: "\e816";
} /* '' */
.icon-ccw.after:after {
  content: "\e817";
} /* '' */
.icon-cw.after:after {
  content: "\e818";
} /* '' */
.icon-arrows-ccw.after:after {
  content: "\e819";
} /* '' */
.icon-level-down.after:after {
  content: "\e81a";
} /* '' */
.icon-level-up.after:after {
  content: "\e81b";
} /* '' */
.icon-shuffle.after:after {
  content: "\e81c";
} /* '' */
.icon-loop.after:after {
  content: "\e81d";
} /* '' */
.icon-switch.after:after {
  content: "\e81e";
} /* '' */
.icon-play.after:after {
  content: "\e81f";
} /* '' */
.icon-stop.after:after {
  content: "\e820";
} /* '' */
.icon-pause.after:after {
  content: "\e821";
} /* '' */
.icon-record.after:after {
  content: "\e822";
} /* '' */
.icon-to-end.after:after {
  content: "\e823";
} /* '' */
.icon-to-start.after:after {
  content: "\e824";
} /* '' */
.icon-fast-forward.after:after {
  content: "\e825";
} /* '' */
.icon-fast-backward.after:after {
  content: "\e826";
} /* '' */
.icon-progress-0.after:after {
  content: "\e827";
} /* '' */
.icon-progress-1.after:after {
  content: "\e828";
} /* '' */
.icon-progress-2.after:after {
  content: "\e829";
} /* '' */
.icon-progress-3.after:after {
  content: "\e82a";
} /* '' */
.icon-target.after:after {
  content: "\e82b";
} /* '' */
.icon-palette.after:after {
  content: "\e82c";
} /* '' */
.icon-list.after:after {
  content: "\e82d";
} /* '' */
.icon-list-add.after:after {
  content: "\e82e";
} /* '' */
.icon-signal.after:after {
  content: "\e82f";
} /* '' */
.icon-trophy.after:after {
  content: "\e830";
} /* '' */
.icon-battery.after:after {
  content: "\e831";
} /* '' */
.icon-back-in-time.after:after {
  content: "\e832";
} /* '' */
.icon-monitor.after:after {
  content: "\e833";
} /* '' */
.icon-mobile.after:after {
  content: "\e834";
} /* '' */
.icon-network.after:after {
  content: "\e835";
} /* '' */
.icon-cd.after:after {
  content: "\e836";
} /* '' */
.icon-inbox.after:after {
  content: "\e837";
} /* '' */
.icon-install.after:after {
  content: "\e838";
} /* '' */
.icon-globe.after:after {
  content: "\e839";
} /* '' */
.icon-cloud.after:after {
  content: "\e83a";
} /* '' */
.icon-cloud-thunder.after:after {
  content: "\e83b";
} /* '' */
.icon-flash.after:after {
  content: "\e83c";
} /* '' */
.icon-moon.after:after {
  content: "\e83d";
} /* '' */
.icon-flight.after:after {
  content: "\e83e";
} /* '' */
.icon-paper-plane.after:after {
  content: "\e83f";
} /* '' */
.icon-leaf.after:after {
  content: "\e840";
} /* '' */
.icon-lifebuoy.after:after {
  content: "\e841";
} /* '' */
.icon-mouse.after:after {
  content: "\e842";
} /* '' */
.icon-briefcase.after:after {
  content: "\e843";
} /* '' */
.icon-suitcase.after:after {
  content: "\e844";
} /* '' */
.icon-dot.after:after {
  content: "\e845";
} /* '' */
.icon-dot-2.after:after {
  content: "\e846";
} /* '' */
.icon-dot-3.after:after {
  content: "\e847";
} /* '' */
.icon-brush.after:after {
  content: "\e848";
} /* '' */
.icon-magnet.after:after {
  content: "\e849";
} /* '' */
.icon-infinity.after:after {
  content: "\e84a";
} /* '' */
.icon-erase.after:after {
  content: "\e84b";
} /* '' */
.icon-chart-pie.after:after {
  content: "\e84c";
} /* '' */
.icon-chart-line.after:after {
  content: "\e84d";
} /* '' */
.icon-chart-bar.after:after {
  content: "\e84e";
} /* '' */
.icon-chart-area.after:after {
  content: "\e84f";
} /* '' */
.icon-tape.after:after {
  content: "\e850";
} /* '' */
.icon-graduation-cap.after:after {
  content: "\e851";
} /* '' */
.icon-language.after:after {
  content: "\e852";
} /* '' */
.icon-ticket.after:after {
  content: "\e853";
} /* '' */
.icon-water.after:after {
  content: "\e854";
} /* '' */
.icon-droplet.after:after {
  content: "\e855";
} /* '' */
.icon-air.after:after {
  content: "\e856";
} /* '' */
.icon-credit-card.after:after {
  content: "\e857";
} /* '' */
.icon-floppy.after:after {
  content: "\e858";
} /* '' */
.icon-clipboard.after:after {
  content: "\e859";
} /* '' */
.icon-megaphone.after:after {
  content: "\e85a";
} /* '' */
.icon-database.after:after {
  content: "\e85b";
} /* '' */
.icon-drive.after:after {
  content: "\e85c";
} /* '' */
.icon-bucket.after:after {
  content: "\e85d";
} /* '' */
.icon-thermometer.after:after {
  content: "\e85e";
} /* '' */
.icon-key.after:after {
  content: "\e85f";
} /* '' */
.icon-flow-cascade.after:after {
  content: "\e860";
} /* '' */
.icon-flow-branch.after:after {
  content: "\e861";
} /* '' */
.icon-flow-tree.after:after {
  content: "\e862";
} /* '' */
.icon-flow-line.after:after {
  content: "\e863";
} /* '' */
.icon-flow-parallel.after:after {
  content: "\e864";
} /* '' */
.icon-rocket.after:after {
  content: "\e865";
} /* '' */
.icon-gauge.after:after {
  content: "\e866";
} /* '' */
.icon-traffic-cone.after:after {
  content: "\e867";
} /* '' */
.icon-cc.after:after {
  content: "\e868";
} /* '' */
.icon-cc-by.after:after {
  content: "\e869";
} /* '' */
.icon-cc-nc.after:after {
  content: "\e86a";
} /* '' */
.icon-cc-nc-eu.after:after {
  content: "\e86b";
} /* '' */
.icon-cc-nc-jp.after:after {
  content: "\e86c";
} /* '' */
.icon-cc-sa.after:after {
  content: "\e86d";
} /* '' */
.icon-cc-nd.after:after {
  content: "\e86e";
} /* '' */
.icon-cc-pd.after:after {
  content: "\e86f";
} /* '' */
.icon-cc-zero.after:after {
  content: "\e870";
} /* '' */
.icon-cc-share.after:after {
  content: "\e871";
} /* '' */
.icon-cc-remix.after:after {
  content: "\e872";
} /* '' */
.icon-github.after:after {
  content: "\e873";
} /* '' */
.icon-github-circled.after:after {
  content: "\e874";
} /* '' */
.icon-flickr.after:after {
  content: "\e875";
} /* '' */
.icon-flickr-circled.after:after {
  content: "\e876";
} /* '' */
.icon-vimeo.after:after {
  content: "\e877";
} /* '' */
.icon-vimeo-circled.after:after {
  content: "\e878";
} /* '' */
.icon-twitter.after:after {
  content: "\e879";
} /* '' */
.icon-twitter-circled.after:after {
  content: "\e87a";
} /* '' */
.icon-facebook.after:after {
  content: "\e87b";
} /* '' */
.icon-facebook-circled.after:after {
  content: "\e87c";
} /* '' */
.icon-facebook-squared.after:after {
  content: "\e87d";
} /* '' */
.icon-gplus.after:after {
  content: "\e87e";
} /* '' */
.icon-gplus-circled.after:after {
  content: "\e87f";
} /* '' */
.icon-pinterest.after:after {
  content: "\e880";
} /* '' */
.icon-pinterest-circled.after:after {
  content: "\e881";
} /* '' */
.icon-tumblr.after:after {
  content: "\e882";
} /* '' */
.icon-tumblr-circled.after:after {
  content: "\e883";
} /* '' */
.icon-linkedin.after:after {
  content: "\e884";
} /* '' */
.icon-linkedin-circled.after:after {
  content: "\e885";
} /* '' */
.icon-dribbble.after:after {
  content: "\e886";
} /* '' */
.icon-dribbble-circled.after:after {
  content: "\e887";
} /* '' */
.icon-stumbleupon.after:after {
  content: "\e888";
} /* '' */
.icon-stumbleupon-circled.after:after {
  content: "\e889";
} /* '' */
.icon-lastfm.after:after {
  content: "\e88a";
} /* '' */
.icon-lastfm-circled.after:after {
  content: "\e88b";
} /* '' */
.icon-rdio.after:after {
  content: "\e88c";
} /* '' */
.icon-rdio-circled.after:after {
  content: "\e88d";
} /* '' */
.icon-spotify.after:after {
  content: "\e88e";
} /* '' */
.icon-spotify-circled.after:after {
  content: "\e88f";
} /* '' */
.icon-qq.after:after {
  content: "\e890";
} /* '' */
.icon-instagram.after:after {
  content: "\e891";
} /* '' */
.icon-dropbox.after:after {
  content: "\e892";
} /* '' */
.icon-evernote.after:after {
  content: "\e893";
} /* '' */
.icon-flattr.after:after {
  content: "\e894";
} /* '' */
.icon-skype.after:after {
  content: "\e895";
} /* '' */
.icon-skype-circled.after:after {
  content: "\e896";
} /* '' */
.icon-renren.after:after {
  content: "\e897";
} /* '' */
.icon-sina-weibo.after:after {
  content: "\e898";
} /* '' */
.icon-paypal.after:after {
  content: "\e899";
} /* '' */
.icon-picasa.after:after {
  content: "\e89a";
} /* '' */
.icon-soundcloud.after:after {
  content: "\e89b";
} /* '' */
.icon-mixi.after:after {
  content: "\e89c";
} /* '' */
.icon-behance.after:after {
  content: "\e89d";
} /* '' */
.icon-google-circles.after:after {
  content: "\e89e";
} /* '' */
.icon-vkontakte.after:after {
  content: "\e89f";
} /* '' */
.icon-smashing.after:after {
  content: "\e8a0";
} /* '' */
.icon-sweden.after:after {
  content: "\e8a1";
} /* '' */
.icon-db-shape.after:after {
  content: "\e8a2";
} /* '' */
.icon-logo-db.after:after {
  content: "\e8a3";
} /* '' */
.icon-note.after:after {
  content: "\e8a4";
} /* '' */
.icon-note-beamed.after:after {
  content: "\e8a5";
} /* '' */
.icon-music.after:after {
  content: "\e8a6";
} /* '' */
.icon-search.after:after {
  content: "\e8a7";
} /* '' */
.icon-flashlight.after:after {
  content: "\e8a8";
} /* '' */
.icon-mail.after:after {
  content: "\e8a9";
} /* '' */
.icon-heart.after:after {
  content: "\e8aa";
} /* '' */
.icon-heart-empty.after:after {
  content: "\e8ab";
} /* '' */
.icon-star.after:after {
  content: "\e8ac";
} /* '' */
.icon-star-empty.after:after {
  content: "\e8ad";
} /* '' */
.icon-user.after:after {
  content: "\e8ae";
} /* '' */
.icon-users.after:after {
  content: "\e8af";
} /* '' */
.icon-user-add.after:after {
  content: "\e8b0";
} /* '' */
.icon-video.after:after {
  content: "\e8b1";
} /* '' */
.icon-picture.after:after {
  content: "\e8b2";
} /* '' */
.icon-camera.after:after {
  content: "\e8b3";
} /* '' */
.icon-layout.after:after {
  content: "\e8b4";
} /* '' */
.icon-menu.after:after {
  content: "\e8b5";
} /* '' */
.icon-check.after:after {
  content: "\e8b6";
} /* '' */
.icon-cancel.after:after {
  content: "\e8b7";
} /* '' */
.icon-cancel-circled.after:after {
  content: "\e8b8";
} /* '' */
.icon-cancel-squared.after:after {
  content: "\e8b9";
} /* '' */
.icon-plus.after:after {
  content: "\e8ba";
} /* '' */
.icon-plus-circled.after:after {
  content: "\e8bb";
} /* '' */
.icon-plus-squared.after:after {
  content: "\e8bc";
} /* '' */
.icon-minus.after:after {
  content: "\e8bd";
} /* '' */
.icon-minus-circled.after:after {
  content: "\e8be";
} /* '' */
.icon-minus-squared.after:after {
  content: "\e8bf";
} /* '' */
.icon-help.after:after {
  content: "\e8c0";
} /* '' */
.icon-help-circled.after:after {
  content: "\e8c1";
} /* '' */
.icon-info.after:after {
  content: "\e8c2";
} /* '' */
.icon-info-circled.after:after {
  content: "\e8c3";
} /* '' */
.icon-back.after:after {
  content: "\e8c4";
} /* '' */
.icon-home.after:after {
  content: "\e8c5";
} /* '' */
.icon-link.after:after {
  content: "\e8c6";
} /* '' */
.icon-attach.after:after {
  content: "\e8c7";
} /* '' */
.icon-lock.after:after {
  content: "\e8c8";
} /* '' */
.icon-lock-open.after:after {
  content: "\e8c9";
} /* '' */
.icon-eye.after:after {
  content: "\e8ca";
} /* '' */
.icon-tag.after:after {
  content: "\e8cb";
} /* '' */
.icon-bookmark.after:after {
  content: "\e8cc";
} /* '' */
.icon-bookmarks.after:after {
  content: "\e8cd";
} /* '' */
.icon-flag.after:after {
  content: "\e8ce";
} /* '' */
.icon-thumbs-up.after:after {
  content: "\e8cf";
} /* '' */
.icon-thumbs-down.after:after {
  content: "\e8d0";
} /* '' */
.icon-download.after:after {
  content: "\e8d1";
} /* '' */
.icon-upload.after:after {
  content: "\e8d2";
} /* '' */
.icon-upload-cloud.after:after {
  content: "\e8d3";
} /* '' */
.icon-reply.after:after {
  content: "\e8d4";
} /* '' */
.icon-reply-all.after:after {
  content: "\e8d5";
} /* '' */
.icon-forward.after:after {
  content: "\e8d6";
} /* '' */
.icon-quote.after:after {
  content: "\e8d7";
} /* '' */
.icon-code.after:after {
  content: "\e8d8";
} /* '' */
.icon-export.after:after {
  content: "\e8d9";
} /* '' */
.icon-pencil.after:after {
  content: "\e8da";
} /* '' */
.icon-feather.after:after {
  content: "\e8db";
} /* '' */
.icon-print.after:after {
  content: "\e8dc";
} /* '' */
.icon-retweet.after:after {
  content: "\e8dd";
} /* '' */
.icon-keyboard.after:after {
  content: "\e8de";
} /* '' */
.icon-comment.after:after {
  content: "\e8df";
} /* '' */
.icon-chat.after:after {
  content: "\e8e0";
} /* '' */
.icon-bell.after:after {
  content: "\e8e1";
} /* '' */
.icon-attention.after:after {
  content: "\e8e2";
} /* '' */
.icon-alert.after:after {
  content: "\e8e3";
} /* '' */
.icon-vcard.after:after {
  content: "\e8e4";
} /* '' */
.icon-address.after:after {
  content: "\e8e5";
} /* '' */
.icon-location.after:after {
  content: "\e8e6";
} /* '' */
.icon-map.after:after {
  content: "\e8e7";
} /* '' */
.icon-direction.after:after {
  content: "\e8e8";
} /* '' */
.icon-compass.after:after {
  content: "\e8e9";
} /* '' */
.icon-cup.after:after {
  content: "\e8ea";
} /* '' */
.icon-trash.after:after {
  content: "\e8eb";
} /* '' */
.icon-doc.after:after {
  content: "\e8ec";
} /* '' */
.icon-docs.after:after {
  content: "\e8ed";
} /* '' */
.icon-doc-landscape.after:after {
  content: "\e8ee";
} /* '' */
.icon-doc-text.after:after {
  content: "\e8ef";
} /* '' */
.icon-doc-text-inv.after:after {
  content: "\e8f0";
} /* '' */
.icon-newspaper.after:after {
  content: "\e8f1";
} /* '' */
.icon-book-open.after:after {
  content: "\e8f2";
} /* '' */
.icon-book.after:after {
  content: "\e8f3";
} /* '' */
.icon-folder.after:after {
  content: "\e8f4";
} /* '' */
.icon-archive.after:after {
  content: "\e8f5";
} /* '' */
.icon-box.after:after {
  content: "\e8f6";
} /* '' */
.icon-rss.after:after {
  content: "\e8f7";
} /* '' */
.icon-phone.after:after {
  content: "\e8f8";
} /* '' */
.icon-cog.after:after {
  content: "\e8f9";
} /* '' */
.icon-tools.after:after {
  content: "\e8fa";
} /* '' */
.icon-share.after:after {
  content: "\e8fb";
} /* '' */
.icon-shareable.after:after {
  content: "\e8fc";
} /* '' */
.icon-basket.after:after {
  content: "\e8fd";
} /* '' */
.icon-bag.after:after {
  content: "\e8fe";
} /* '' */
.icon-calendar.after:after {
  content: "\e8ff";
} /* '' */
.icon-login.after:after {
  content: "\e900";
} /* '' */
.icon-logout.after:after {
  content: "\e901";
} /* '' */
.icon-mic.after:after {
  content: "\e902";
} /* '' */
.icon-mute.after:after {
  content: "\e903";
} /* '' */
.icon-sound.after:after {
  content: "\e904";
} /* '' */
.icon-volume.after:after {
  content: "\e905";
} /* '' */
.icon-clock.after:after {
  content: "\e906";
} /* '' */
.icon-hourglass.after:after {
  content: "\e907";
} /* '' */
.icon-lamp.after:after {
  content: "\e908";
} /* '' */
.icon-light-down.after:after {
  content: "\e909";
} /* '' */
.icon-light-up.after:after {
  content: "\e90a";
} /* '' */
.icon-adjust.after:after {
  content: "\e90b";
} /* '' */
.icon-block.after:after {
  content: "\e90c";
} /* '' */
.icon-resize-full.after:after {
  content: "\e90d";
} /* '' */
.icon-resize-small.after:after {
  content: "\e90e";
} /* '' */
.icon-popup.after:after {
  content: "\e90f";
} /* '' */
.icon-publish.after:after {
  content: "\e910";
} /* '' */
.icon-window.after:after {
  content: "\e911";
} /* '' */
.icon-arrow-combo.after:after {
  content: "\e912";
} /* '' */
.icon-down-circled.after:after {
  content: "\e913";
} /* '' */
.icon-left-circled.after:after {
  content: "\e914";
} /* '' */
.icon-right-circled.after:after {
  content: "\e915";
} /* '' */
.icon-up-circled.after:after {
  content: "\e916";
} /* '' */
.icon-down-open.after:after {
  content: "\e917";
} /* '' */
.icon-left-open.after:after {
  content: "\e918";
} /* '' */
.icon-right-open.after:after {
  content: "\e919";
} /* '' */
.icon-up-open.after:after {
  content: "\e91a";
} /* '' */
.icon-down-open-mini.after:after {
  content: "\e91b";
} /* '' */
.icon-pseudo-elements:before, [class^=icon-]:not(.after):before, [class*=" icon-"]:not(.after):before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-left-open-mini:not(.after):before {
  content: "\e800";
} /* '' */
.icon-right-open-mini:not(.after):before {
  content: "\e801";
} /* '' */
.icon-up-open-mini:not(.after):before {
  content: "\e802";
} /* '' */
.icon-down-open-big:not(.after):before {
  content: "\e803";
} /* '' */
.icon-left-open-big:not(.after):before {
  content: "\e804";
} /* '' */
.icon-right-open-big:not(.after):before {
  content: "\e805";
} /* '' */
.icon-up-open-big:not(.after):before {
  content: "\e806";
} /* '' */
.icon-down:not(.after):before {
  content: "\e807";
} /* '' */
.icon-left:not(.after):before {
  content: "\e808";
} /* '' */
.icon-right:not(.after):before {
  content: "\e809";
} /* '' */
.icon-up:not(.after):before {
  content: "\e80a";
} /* '' */
.icon-down-dir:not(.after):before {
  content: "\e80b";
} /* '' */
.icon-left-dir:not(.after):before {
  content: "\e80c";
} /* '' */
.icon-right-dir:not(.after):before {
  content: "\e80d";
} /* '' */
.icon-up-dir:not(.after):before {
  content: "\e80e";
} /* '' */
.icon-down-bold:not(.after):before {
  content: "\e80f";
} /* '' */
.icon-left-bold:not(.after):before {
  content: "\e810";
} /* '' */
.icon-right-bold:not(.after):before {
  content: "\e811";
} /* '' */
.icon-up-bold:not(.after):before {
  content: "\e812";
} /* '' */
.icon-down-thin:not(.after):before {
  content: "\e813";
} /* '' */
.icon-left-thin:not(.after):before {
  content: "\e814";
} /* '' */
.icon-right-thin:not(.after):before {
  content: "\e815";
} /* '' */
.icon-up-thin:not(.after):before {
  content: "\e816";
} /* '' */
.icon-ccw:not(.after):before {
  content: "\e817";
} /* '' */
.icon-cw:not(.after):before {
  content: "\e818";
} /* '' */
.icon-arrows-ccw:not(.after):before {
  content: "\e819";
} /* '' */
.icon-level-down:not(.after):before {
  content: "\e81a";
} /* '' */
.icon-level-up:not(.after):before {
  content: "\e81b";
} /* '' */
.icon-shuffle:not(.after):before {
  content: "\e81c";
} /* '' */
.icon-loop:not(.after):before {
  content: "\e81d";
} /* '' */
.icon-switch:not(.after):before {
  content: "\e81e";
} /* '' */
.icon-play:not(.after):before {
  content: "\e81f";
} /* '' */
.icon-stop:not(.after):before {
  content: "\e820";
} /* '' */
.icon-pause:not(.after):before {
  content: "\e821";
} /* '' */
.icon-record:not(.after):before {
  content: "\e822";
} /* '' */
.icon-to-end:not(.after):before {
  content: "\e823";
} /* '' */
.icon-to-start:not(.after):before {
  content: "\e824";
} /* '' */
.icon-fast-forward:not(.after):before {
  content: "\e825";
} /* '' */
.icon-fast-backward:not(.after):before {
  content: "\e826";
} /* '' */
.icon-progress-0:not(.after):before {
  content: "\e827";
} /* '' */
.icon-progress-1:not(.after):before {
  content: "\e828";
} /* '' */
.icon-progress-2:not(.after):before {
  content: "\e829";
} /* '' */
.icon-progress-3:not(.after):before {
  content: "\e82a";
} /* '' */
.icon-target:not(.after):before {
  content: "\e82b";
} /* '' */
.icon-palette:not(.after):before {
  content: "\e82c";
} /* '' */
.icon-list:not(.after):before {
  content: "\e82d";
} /* '' */
.icon-list-add:not(.after):before {
  content: "\e82e";
} /* '' */
.icon-signal:not(.after):before {
  content: "\e82f";
} /* '' */
.icon-trophy:not(.after):before {
  content: "\e830";
} /* '' */
.icon-battery:not(.after):before {
  content: "\e831";
} /* '' */
.icon-back-in-time:not(.after):before {
  content: "\e832";
} /* '' */
.icon-monitor:not(.after):before {
  content: "\e833";
} /* '' */
.icon-mobile:not(.after):before {
  content: "\e834";
} /* '' */
.icon-network:not(.after):before {
  content: "\e835";
} /* '' */
.icon-cd:not(.after):before {
  content: "\e836";
} /* '' */
.icon-inbox:not(.after):before {
  content: "\e837";
} /* '' */
.icon-install:not(.after):before {
  content: "\e838";
} /* '' */
.icon-globe:not(.after):before {
  content: "\e839";
} /* '' */
.icon-cloud:not(.after):before {
  content: "\e83a";
} /* '' */
.icon-cloud-thunder:not(.after):before {
  content: "\e83b";
} /* '' */
.icon-flash:not(.after):before {
  content: "\e83c";
} /* '' */
.icon-moon:not(.after):before {
  content: "\e83d";
} /* '' */
.icon-flight:not(.after):before {
  content: "\e83e";
} /* '' */
.icon-paper-plane:not(.after):before {
  content: "\e83f";
} /* '' */
.icon-leaf:not(.after):before {
  content: "\e840";
} /* '' */
.icon-lifebuoy:not(.after):before {
  content: "\e841";
} /* '' */
.icon-mouse:not(.after):before {
  content: "\e842";
} /* '' */
.icon-briefcase:not(.after):before {
  content: "\e843";
} /* '' */
.icon-suitcase:not(.after):before {
  content: "\e844";
} /* '' */
.icon-dot:not(.after):before {
  content: "\e845";
} /* '' */
.icon-dot-2:not(.after):before {
  content: "\e846";
} /* '' */
.icon-dot-3:not(.after):before {
  content: "\e847";
} /* '' */
.icon-brush:not(.after):before {
  content: "\e848";
} /* '' */
.icon-magnet:not(.after):before {
  content: "\e849";
} /* '' */
.icon-infinity:not(.after):before {
  content: "\e84a";
} /* '' */
.icon-erase:not(.after):before {
  content: "\e84b";
} /* '' */
.icon-chart-pie:not(.after):before {
  content: "\e84c";
} /* '' */
.icon-chart-line:not(.after):before {
  content: "\e84d";
} /* '' */
.icon-chart-bar:not(.after):before {
  content: "\e84e";
} /* '' */
.icon-chart-area:not(.after):before {
  content: "\e84f";
} /* '' */
.icon-tape:not(.after):before {
  content: "\e850";
} /* '' */
.icon-graduation-cap:not(.after):before {
  content: "\e851";
} /* '' */
.icon-language:not(.after):before {
  content: "\e852";
} /* '' */
.icon-ticket:not(.after):before {
  content: "\e853";
} /* '' */
.icon-water:not(.after):before {
  content: "\e854";
} /* '' */
.icon-droplet:not(.after):before {
  content: "\e855";
} /* '' */
.icon-air:not(.after):before {
  content: "\e856";
} /* '' */
.icon-credit-card:not(.after):before {
  content: "\e857";
} /* '' */
.icon-floppy:not(.after):before {
  content: "\e858";
} /* '' */
.icon-clipboard:not(.after):before {
  content: "\e859";
} /* '' */
.icon-megaphone:not(.after):before {
  content: "\e85a";
} /* '' */
.icon-database:not(.after):before {
  content: "\e85b";
} /* '' */
.icon-drive:not(.after):before {
  content: "\e85c";
} /* '' */
.icon-bucket:not(.after):before {
  content: "\e85d";
} /* '' */
.icon-thermometer:not(.after):before {
  content: "\e85e";
} /* '' */
.icon-key:not(.after):before {
  content: "\e85f";
} /* '' */
.icon-flow-cascade:not(.after):before {
  content: "\e860";
} /* '' */
.icon-flow-branch:not(.after):before {
  content: "\e861";
} /* '' */
.icon-flow-tree:not(.after):before {
  content: "\e862";
} /* '' */
.icon-flow-line:not(.after):before {
  content: "\e863";
} /* '' */
.icon-flow-parallel:not(.after):before {
  content: "\e864";
} /* '' */
.icon-rocket:not(.after):before {
  content: "\e865";
} /* '' */
.icon-gauge:not(.after):before {
  content: "\e866";
} /* '' */
.icon-traffic-cone:not(.after):before {
  content: "\e867";
} /* '' */
.icon-cD:not(.after):before {
  content: "\e868";
} /* '' */
.icon-cc-by:not(.after):before {
  content: "\e869";
} /* '' */
.icon-cc-nD:not(.after):before {
  content: "\e86a";
} /* '' */
.icon-cc-nc-eu:not(.after):before {
  content: "\e86b";
} /* '' */
.icon-cc-nc-jp:not(.after):before {
  content: "\e86c";
} /* '' */
.icon-cc-sa:not(.after):before {
  content: "\e86d";
} /* '' */
.icon-cc-nd:not(.after):before {
  content: "\e86e";
} /* '' */
.icon-cc-pd:not(.after):before {
  content: "\e86f";
} /* '' */
.icon-cc-zero:not(.after):before {
  content: "\e870";
} /* '' */
.icon-cc-share:not(.after):before {
  content: "\e871";
} /* '' */
.icon-cc-remix:not(.after):before {
  content: "\e872";
} /* '' */
.icon-github:not(.after):before {
  content: "\e873";
} /* '' */
.icon-github-circled:not(.after):before {
  content: "\e874";
} /* '' */
.icon-flickr:not(.after):before {
  content: "\e875";
} /* '' */
.icon-flickr-circled:not(.after):before {
  content: "\e876";
} /* '' */
.icon-vimeo:not(.after):before {
  content: "\e877";
} /* '' */
.icon-vimeo-circled:not(.after):before {
  content: "\e878";
} /* '' */
.icon-twitter:not(.after):before {
  content: "\e879";
} /* '' */
.icon-twitter-circled:not(.after):before {
  content: "\e87a";
} /* '' */
.icon-facebook:not(.after):before {
  content: "\e87b";
} /* '' */
.icon-facebook-circled:not(.after):before {
  content: "\e87c";
} /* '' */
.icon-facebook-squared:not(.after):before {
  content: "\e87d";
} /* '' */
.icon-gplus:not(.after):before {
  content: "\e87e";
} /* '' */
.icon-gplus-circled:not(.after):before {
  content: "\e87f";
} /* '' */
.icon-pinterest:not(.after):before {
  content: "\e880";
} /* '' */
.icon-pinterest-circled:not(.after):before {
  content: "\e881";
} /* '' */
.icon-tumblr:not(.after):before {
  content: "\e882";
} /* '' */
.icon-tumblr-circled:not(.after):before {
  content: "\e883";
} /* '' */
.icon-linkedin:not(.after):before {
  content: "\e884";
} /* '' */
.icon-linkedin-circled:not(.after):before {
  content: "\e885";
} /* '' */
.icon-dribbble:not(.after):before {
  content: "\e886";
} /* '' */
.icon-dribbble-circled:not(.after):before {
  content: "\e887";
} /* '' */
.icon-stumbleupon:not(.after):before {
  content: "\e888";
} /* '' */
.icon-stumbleupon-circled:not(.after):before {
  content: "\e889";
} /* '' */
.icon-lastfm:not(.after):before {
  content: "\e88a";
} /* '' */
.icon-lastfm-circled:not(.after):before {
  content: "\e88b";
} /* '' */
.icon-rdio:not(.after):before {
  content: "\e88c";
} /* '' */
.icon-rdio-circled:not(.after):before {
  content: "\e88d";
} /* '' */
.icon-spotify:not(.after):before {
  content: "\e88e";
} /* '' */
.icon-spotify-circled:not(.after):before {
  content: "\e88f";
} /* '' */
.icon-qq:not(.after):before {
  content: "\e890";
} /* '' */
.icon-instagram:not(.after):before {
  content: "\e891";
} /* '' */
.icon-dropbox:not(.after):before {
  content: "\e892";
} /* '' */
.icon-evernote:not(.after):before {
  content: "\e893";
} /* '' */
.icon-flattr:not(.after):before {
  content: "\e894";
} /* '' */
.icon-skype:not(.after):before {
  content: "\e895";
} /* '' */
.icon-skype-circled:not(.after):before {
  content: "\e896";
} /* '' */
.icon-renren:not(.after):before {
  content: "\e897";
} /* '' */
.icon-sina-weibo:not(.after):before {
  content: "\e898";
} /* '' */
.icon-paypal:not(.after):before {
  content: "\e899";
} /* '' */
.icon-picasa:not(.after):before {
  content: "\e89a";
} /* '' */
.icon-soundcloud:not(.after):before {
  content: "\e89b";
} /* '' */
.icon-mixi:not(.after):before {
  content: "\e89c";
} /* '' */
.icon-behance:not(.after):before {
  content: "\e89d";
} /* '' */
.icon-google-circles:not(.after):before {
  content: "\e89e";
} /* '' */
.icon-vkontakte:not(.after):before {
  content: "\e89f";
} /* '' */
.icon-smashing:not(.after):before {
  content: "\e8a0";
} /* '' */
.icon-sweden:not(.after):before {
  content: "\e8a1";
} /* '' */
.icon-db-shape:not(.after):before {
  content: "\e8a2";
} /* '' */
.icon-logo-db:not(.after):before {
  content: "\e8a3";
} /* '' */
.icon-note:not(.after):before {
  content: "\e8a4";
} /* '' */
.icon-note-beamed:not(.after):before {
  content: "\e8a5";
} /* '' */
.icon-musiD:not(.after):before {
  content: "\e8a6";
} /* '' */
.icon-search:not(.after):before {
  content: "\e8a7";
} /* '' */
.icon-flashlight:not(.after):before {
  content: "\e8a8";
} /* '' */
.icon-mail:not(.after):before {
  content: "\e8a9";
} /* '' */
.icon-heart:not(.after):before {
  content: "\e8aa";
} /* '' */
.icon-heart-empty:not(.after):before {
  content: "\e8ab";
} /* '' */
.icon-star:not(.after):before {
  content: "\e8ac";
} /* '' */
.icon-star-empty:not(.after):before {
  content: "\e8ad";
} /* '' */
.icon-user:not(.after):before {
  content: "\e8ae";
} /* '' */
.icon-users:not(.after):before {
  content: "\e8af";
} /* '' */
.icon-user-add:not(.after):before {
  content: "\e8b0";
} /* '' */
.icon-video:not(.after):before {
  content: "\e8b1";
} /* '' */
.icon-picture:not(.after):before {
  content: "\e8b2";
} /* '' */
.icon-camera:not(.after):before {
  content: "\e8b3";
} /* '' */
.icon-layout:not(.after):before {
  content: "\e8b4";
} /* '' */
.icon-menu:not(.after):before {
  content: "\e8b5";
} /* '' */
.icon-check:not(.after):before {
  content: "\e8b6";
} /* '' */
.icon-cancel:not(.after):before {
  content: "\e8b7";
} /* '' */
.icon-cancel-circled:not(.after):before {
  content: "\e8b8";
} /* '' */
.icon-cancel-squared:not(.after):before {
  content: "\e8b9";
} /* '' */
.icon-plus:not(.after):before {
  content: "\e8ba";
} /* '' */
.icon-plus-circled:not(.after):before {
  content: "\e8bb";
} /* '' */
.icon-plus-squared:not(.after):before {
  content: "\e8bc";
} /* '' */
.icon-minus:not(.after):before {
  content: "\e8bd";
} /* '' */
.icon-minus-circled:not(.after):before {
  content: "\e8be";
} /* '' */
.icon-minus-squared:not(.after):before {
  content: "\e8bf";
} /* '' */
.icon-help:not(.after):before {
  content: "\e8c0";
} /* '' */
.icon-help-circled:not(.after):before {
  content: "\e8c1";
} /* '' */
.icon-info:not(.after):before {
  content: "\e8c2";
} /* '' */
.icon-info-circled:not(.after):before {
  content: "\e8c3";
} /* '' */
.icon-back:not(.after):before {
  content: "\e8c4";
} /* '' */
.icon-home:not(.after):before {
  content: "\e8c5";
} /* '' */
.icon-link:not(.after):before {
  content: "\e8c6";
} /* '' */
.icon-attach:not(.after):before {
  content: "\e8c7";
} /* '' */
.icon-lock:not(.after):before {
  content: "\e8c8";
} /* '' */
.icon-lock-open:not(.after):before {
  content: "\e8c9";
} /* '' */
.icon-eye:not(.after):before {
  content: "\e8ca";
} /* '' */
.icon-tag:not(.after):before {
  content: "\e8cb";
} /* '' */
.icon-bookmark:not(.after):before {
  content: "\e8cc";
} /* '' */
.icon-bookmarks:not(.after):before {
  content: "\e8cd";
} /* '' */
.icon-flag:not(.after):before {
  content: "\e8ce";
} /* '' */
.icon-thumbs-up:not(.after):before {
  content: "\e8cf";
} /* '' */
.icon-thumbs-down:not(.after):before {
  content: "\e8d0";
} /* '' */
.icon-download:not(.after):before {
  content: "\e8d1";
} /* '' */
.icon-upload:not(.after):before {
  content: "\e8d2";
} /* '' */
.icon-upload-cloud:not(.after):before {
  content: "\e8d3";
} /* '' */
.icon-reply:not(.after):before {
  content: "\e8d4";
} /* '' */
.icon-reply-all:not(.after):before {
  content: "\e8d5";
} /* '' */
.icon-forward:not(.after):before {
  content: "\e8d6";
} /* '' */
.icon-quote:not(.after):before {
  content: "\e8d7";
} /* '' */
.icon-code:not(.after):before {
  content: "\e8d8";
} /* '' */
.icon-export:not(.after):before {
  content: "\e8d9";
} /* '' */
.icon-pencil:not(.after):before {
  content: "\e8da";
} /* '' */
.icon-feather:not(.after):before {
  content: "\e8db";
} /* '' */
.icon-print:not(.after):before {
  content: "\e8dc";
} /* '' */
.icon-retweet:not(.after):before {
  content: "\e8dd";
} /* '' */
.icon-keyboard:not(.after):before {
  content: "\e8de";
} /* '' */
.icon-comment:not(.after):before {
  content: "\e8df";
} /* '' */
.icon-chat:not(.after):before {
  content: "\e8e0";
} /* '' */
.icon-bell:not(.after):before {
  content: "\e8e1";
} /* '' */
.icon-attention:not(.after):before {
  content: "\e8e2";
} /* '' */
.icon-alert:not(.after):before {
  content: "\e8e3";
} /* '' */
.icon-vcard:not(.after):before {
  content: "\e8e4";
} /* '' */
.icon-address:not(.after):before {
  content: "\e8e5";
} /* '' */
.icon-location:not(.after):before {
  content: "\e8e6";
} /* '' */
.icon-map:not(.after):before {
  content: "\e8e7";
} /* '' */
.icon-direction:not(.after):before {
  content: "\e8e8";
} /* '' */
.icon-compass:not(.after):before {
  content: "\e8e9";
} /* '' */
.icon-cup:not(.after):before {
  content: "\e8ea";
} /* '' */
.icon-trash:not(.after):before {
  content: "\e8eb";
} /* '' */
.icon-doD:not(.after):before {
  content: "\e8ec";
} /* '' */
.icon-docs:not(.after):before {
  content: "\e8ed";
} /* '' */
.icon-doc-landscape:not(.after):before {
  content: "\e8ee";
} /* '' */
.icon-doc-text:not(.after):before {
  content: "\e8ef";
} /* '' */
.icon-doc-text-inv:not(.after):before {
  content: "\e8f0";
} /* '' */
.icon-newspaper:not(.after):before {
  content: "\e8f1";
} /* '' */
.icon-book-open:not(.after):before {
  content: "\e8f2";
} /* '' */
.icon-book:not(.after):before {
  content: "\e8f3";
} /* '' */
.icon-folder:not(.after):before {
  content: "\e8f4";
} /* '' */
.icon-archive:not(.after):before {
  content: "\e8f5";
} /* '' */
.icon-box:not(.after):before {
  content: "\e8f6";
} /* '' */
.icon-rss:not(.after):before {
  content: "\e8f7";
} /* '' */
.icon-phone:not(.after):before {
  content: "\e8f8";
} /* '' */
.icon-cog:not(.after):before {
  content: "\e8f9";
} /* '' */
.icon-tools:not(.after):before {
  content: "\e8fa";
} /* '' */
.icon-share:not(.after):before {
  content: "\e8fb";
} /* '' */
.icon-shareable:not(.after):before {
  content: "\e8fc";
} /* '' */
.icon-basket:not(.after):before {
  content: "\e8fd";
} /* '' */
.icon-bag:not(.after):before {
  content: "\e8fe";
} /* '' */
.icon-calendar:not(.after):before {
  content: "\e8ff";
} /* '' */
.icon-login:not(.after):before {
  content: "\e900";
} /* '' */
.icon-logout:not(.after):before {
  content: "\e901";
} /* '' */
.icon-miD:not(.after):before {
  content: "\e902";
} /* '' */
.icon-mute:not(.after):before {
  content: "\e903";
} /* '' */
.icon-sound:not(.after):before {
  content: "\e904";
} /* '' */
.icon-volume:not(.after):before {
  content: "\e905";
} /* '' */
.icon-clock:not(.after):before {
  content: "\e906";
} /* '' */
.icon-hourglass:not(.after):before {
  content: "\e907";
} /* '' */
.icon-lamp:not(.after):before {
  content: "\e908";
} /* '' */
.icon-light-down:not(.after):before {
  content: "\e909";
} /* '' */
.icon-light-up:not(.after):before {
  content: "\e90a";
} /* '' */
.icon-adjust:not(.after):before {
  content: "\e90b";
} /* '' */
.icon-block:not(.after):before {
  content: "\e90c";
} /* '' */
.icon-resize-full:not(.after):before {
  content: "\e90d";
} /* '' */
.icon-resize-small:not(.after):before {
  content: "\e90e";
} /* '' */
.icon-popup:not(.after):before {
  content: "\e90f";
} /* '' */
.icon-publish:not(.after):before {
  content: "\e910";
} /* '' */
.icon-window:not(.after):before {
  content: "\e911";
} /* '' */
.icon-arrow-combo:not(.after):before {
  content: "\e912";
} /* '' */
.icon-down-circled:not(.after):before {
  content: "\e913";
} /* '' */
.icon-left-circled:not(.after):before {
  content: "\e914";
} /* '' */
.icon-right-circled:not(.after):before {
  content: "\e915";
} /* '' */
.icon-up-circled:not(.after):before {
  content: "\e916";
} /* '' */
.icon-down-open:not(.after):before {
  content: "\e917";
} /* '' */
.icon-left-open:not(.after):before {
  content: "\e918";
} /* '' */
.icon-right-open:not(.after):before {
  content: "\e919";
} /* '' */
.icon-up-open:not(.after):before {
  content: "\e91a";
} /* '' */
.icon-down-open-mini:not(.after):before {
  content: "\e91b";
} /* '' */
/*[class^="icon-"]::before, [class*=" icon-"]::before {
    position: absolute;
}

i[class^="icon-"]::before, i[class*=" icon-"]::before {
    position: relative;
}*/
i.icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: -50%;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

/*@mixin make-width($key, $columns, $gutter: $grid-gutter-width) {
    $breakpoint: map-get($grid-breakpoints, $key);
    @include media-breakpoint-up($breakpoint) {
        width: percentage(($columns / $grid-columns));
    }
}*/
/*
Použití tohoto Softwaru se řídí podmínkami licenční smlouvy s koncovým uživatelem.
*/
.modal {
  padding-right: 0 !important;
}
.modal h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-family: "fontello";
  font-size: 40px;
  line-height: 1;
  background-color: #629932;
  color: #fff;
  text-shadow: 1px 1px #000;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  border: 1px solid #644181;
  border-top: 0 none;
  border-right: 0 none;
  border-radius: 5px;
}
.modal table.table {
  margin-bottom: 20px;
}
.modal table.table > th {
  font-weight: bold;
}
.modal table.table > td, .modal table.table > th {
  text-align: left;
  vertical-align: middle;
}
.modal table.table > tr:nth-child(odd) > td {
  background-color: #f5f5f5;
}
.modal .input-group {
  display: inline-block;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#ajax-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10010;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

#spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
  width: 128px;
  height: 128px;
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}

#ajax-spinner {
  left: 15px;
}

body {
  color: #000;
  background: white;
}

div.flash {
  color: black;
  background: #FFF9D7;
  border: 1px solid #E2C822;
  padding: 1em;
  margin: 1em 0;
}

div.flash-error {
  background-color: #f7dbdb;
  border-color: #cd9696;
}

a[href^="#error:"] {
  background: red;
  color: white;
}

form th, form td {
  vertical-align: top;
  font-weight: normal;
}

/*form th {
	text-align: right;
}*/
form .required label {
  font-weight: bold;
}

form .error {
  color: #D00;
  font-weight: bold;
}

/*
html.js .jshidden {
	display: none;
}
*/
label {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4.4.2019, 15:28:45
    Author     : PC
*/
.nav-container {
  position: relative;
  background-color: #629932;
  /*&:before, &:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      //width: calc(100% - )9999px;
      @each $breakpoint in map-keys($grid-breakpoints) {
          @include media-breakpoint-up($breakpoint) {
              $container-size: map-get($container-sizes, $breakpoint);
              width: calc((100vw - # {$container-size}) / 2);
          }
      }

  }

  &:before {
      //left: -9999px;
      @each $breakpoint in map-keys($grid-breakpoints) {
          @include media-breakpoint-up($breakpoint) {
              $container-size: map-get($container-sizes, $breakpoint);
              left: calc(-1 * (100vw - # {$container-size}) / 2);
          }
      }
      background: inherit;
  }

  &:after {
      //right: -9999px;
      @each $breakpoint in map-keys($grid-breakpoints) {
          @include media-breakpoint-up($breakpoint) {
              $container-size: map-get($container-sizes, $breakpoint);
              right: calc(-1 * (100vw - # {$container-size}) / 2);
          }
      }
      background: inherit;
  }*/
}

.navbar-agility .dropdown.open .dropdown-toggle, .navbar-agility li a.active, .navbar-agility li a:hover, .navbar-agility li a:focus, .navbar-agility li.active a, .navbar-agility li.active a:link, .navbar-agility li.active a:visited, .navbar-agility li.active a:active, .navbar-agility li.active a:hover, .navbar-agility li.active a:focus {
  position: relative;
  color: #fff;
  background-color: transparent;
}
.navbar-agility .dropdown.open .dropdown-toggle:after, .navbar-agility li a.active:after, .navbar-agility li a:hover:after, .navbar-agility li a:focus:after, .navbar-agility li.active a:after, .navbar-agility li.active a:link:after, .navbar-agility li.active a:visited:after, .navbar-agility li.active a:active:after, .navbar-agility li.active a:hover:after, .navbar-agility li.active a:focus:after {
  position: absolute;
  bottom: 7px;
  left: 10%;
  content: "";
  width: 80%;
  height: 2px;
  background-color: #000;
}
.navbar-agility li {
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
}
.navbar-agility li a {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 30px;
  min-height: 50px;
}
.navbar-agility li a:link, .navbar-agility li a:visited, .navbar-agility li a:active {
  color: #fff;
}
.navbar-agility .dropdown-toggle:link, .navbar-agility .dropdown-toggle:visited, .navbar-agility .dropdown-toggle:active, .navbar-agility .dropdown-toggle:hover, .navbar-agility .dropdown-toggle:focus {
  background-color: transparent;
}
.navbar-agility .dropdown-menu {
  background-color: #629932;
}
.navbar-agility .dropdown-menu a {
  padding: 10px 15px;
}
.navbar-agility .navbar-toggle {
  background-color: #fff;
  border-color: #f0f0f0;
}
.navbar-agility .navbar-toggle .icon-bar {
  background-color: #000;
}

/*
body > header > nav {
    position: relative;
    width: 100%;
    background-color: $layout-green;

    &:before, &:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 9999px;
    }

    &:before {
        left: -9999px;
        background: inherit;
    }

    &:after {
        right: -9999px;
        background: inherit;
    }

    #mainmenu {
        @include clearfix;
        width: 100%;

        //margin-right: ($grid-gutter-width / 2) * -1;
        //margin-left: ($grid-gutter-width / 2) * -1;

        & > .right {
            float: right;
        }

        //& > li {
            //background-color: $layout-red;



            //border-bottom: 1px solid #000;

            a {
                display: block;
                padding: 15px;
                text-transform: uppercase;
                font-weight: bold;
                width: auto;

                &:link, &:visited, &:active, &:hover {
                    text-decoration: none;
                    color: #000;
                }

                &:hover, &.active {
                    background-color: lighten($layout-green, 10%);
                }

                @media (min-width: map-get($grid-breakpoints, 'sm')) {
                    display: inline-block;
                    text-align: center;
                }
            }
        //}
    }
}

header button.collapse {
    float: right;
    @include clearfix();

    border: 0 none;
    width: 80px;
    height: 60px;
    text-align: center;

    .icon-bar {
        display: block;
        width: 60%;
        height: 2px;
        background-color: #000;
        margin: 10px auto;
    }

    @media (min-width: map-get($grid-breakpoints, 'sm')){
        display: none;
    }
}*/
/*svg, div, nav, header, section, footer, article {
    border: 1px dashed #aaa; 
}*/
html {
  height: 100%;
  color: #000;
  background-color: #fbfbef;
  font-size: 14px;
}

body {
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  body {
    font-size: 1.05em;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1.15em;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.2em;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 1.25em;
  }
}
body > * {
  margin-left: -15px;
  margin-right: -15px;
}
body > *:before, body > *:after {
  content: " ";
  display: table;
}
body > *:after {
  clear: both;
}
body.modal-open {
  overflow: initial !important;
  padding-right: 15px !important;
}
@media (min-width: 768px) {
  body:before, body:after {
    display: block;
    z-index: 1049;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 20px;
  }
  body:before {
    left: -20px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#1A000000", GradientType=1);
  }
  body:after {
    right: -20px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A000000", endColorstr="#00000000", GradientType=1);
  }
}

a:link, a:visited, a:active {
  color: #644181;
}
a:hover {
  color: #a87300;
}

body > header {
  /*.logo {
      position: absolute;
      top: 50%;
      left: $grid-gutter-width / 2;
      transform: translate(0, -50%);
  }*/
  /*hr {
      position: absolute;
      bottom: -20px;
      left: -9999px;
      display: block;
      width: 19999px;
      height: 20px;
      background-color: $layout-light-green;
      border: 0 none;
      margin: 0;
  }*/
}
body > header .logo-text-container {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding: 15px;
  padding-bottom: 135px;
}
@media (min-width: 480px) {
  body > header .logo-text-container {
    height: 120px;
    padding-bottom: 15px;
  }
}
body > header .logo-text-container:before, body > header .logo-text-container:after {
  z-index: 0;
}
@media (min-width: 768px) {
  body > header .logo-text-container:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 230px;
    height: 120px;
    background-image: url(../images/header2.jpg);
    background-position: left;
    background-repeat: no-repeat;
  }
}
body > header .logo-text-container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 230px;
  height: 120px;
  background-image: url(../images/header.jpg);
  background-position: right;
  background-repeat: no-repeat;
}
body > header .text {
  z-index: 1000;
  position: relative;
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4em;
  font-weight: normal;
}
@media (min-width: 480px) {
  body > header .text {
    padding-left: 215px;
  }
}
@media (min-width: 768px) {
  body > header .text {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    padding-left: 0;
    font-size: 1.6em;
    font-weight: normal;
  }
}
body > header .text .private-section {
  font-size: 0.9em;
  font-style: italic;
}

body > section {
  padding-bottom: 35px;
  /*background-image: url('../images/logo-drawing.svg');
  background-repeat: no-repeat;
  background-position: -45% 70%;
  background-size: 50%;*/
  position: relative;
  height: 100%;
  padding-top: 10px;
}
@media (min-width: 768px) {
  body > section {
    padding-bottom: 122px;
  }
}
body > section h1 {
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(98, 153, 50, 0.3);
  font-size: 1.8em;
}
body > section h2 {
  font-size: 1.6em;
}
body > section h3 {
  font-size: 1.3em;
}
body > section h3.for-container {
  margin-bottom: 0;
}

article {
  box-sizing: border-box;
}
article p {
  text-align: justify;
}
article ul {
  list-style: none;
  padding-left: 35px;
}
article li {
  position: relative;
}
article li:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: "•"; /* bullet point, for screen readers */
  text-indent: -999999px; /* move the bullet point out of sight */
  width: 19px; /* desired width of the image */
  height: 20px; /* unrelated to image height; this is so it gets snipped */
  background-repeat: no-repeat;
  background-image: url(../images/paw.svg) !important;
  background-size: 12px 12px;
  background-position: 0 3px;
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
}
@media (min-width: 480px) {
  article li:before {
    top: 0.025em;
  }
}
@media (min-width: 768px) {
  article li:before {
    top: 0.05em;
  }
}
@media (min-width: 992px) {
  article li:before {
    top: 0.07em;
  }
}
@media (min-width: 1200px) {
  article li:before {
    top: 0.1em;
  }
}
@media (min-width: 1440px) {
  article li:before {
    top: 0.12em;
  }
}

.carousel-indicators {
  width: 100%;
  margin-left: -50%;
}
@media (min-width: 768px) {
  .carousel-indicators {
    width: 60%;
    margin-left: -30%;
  }
}
.carousel-indicators .active {
  background-color: #629932;
}
.carousel-indicators li {
  border-color: #629932;
}

.carousel {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .carousel {
    margin-left: 0;
    margin-right: 0;
  }
}

.carousel-inner > .item {
  text-align: center;
}
.carousel-inner > .item > img {
  display: inline-block;
  max-height: 768px;
}

body > footer {
  box-sizing: border-box;
  position: relative;
  width: calc(100% + 30px);
  max-height: 135px;
  background-color: #629932;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  /*&:before, &:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 9999px;
  }

  &:before {
      left: -9999px;
      background: inherit;
  }

  &:after {
      right: -9999px;
      background: inherit;
  }*/
  /*.container {
      position: relative;

      padding: 30px $grid-gutter-width / 2;
      box-sizing: border-box;
      text-align: center;
  }*/
}
@media (min-width: 768px) {
  body > footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 15px;
  }
}
@media (min-width: 768px) {
  body > footer {
    text-align: left;
  }
}
body > footer .logo > .drawing {
  fill: #fff;
}
body > footer p {
  color: #fff;
  text-align: center;
  margin: 15px 0;
  /*@media (min-width: $screen-sm-min){
      position: absolute;
      right: $grid-gutter-width / 2;
      bottom: 20px;
  }*/
}

.bold {
  font-weight: bold;
}

/*body.cookie {
    margin-bottom: 90px;
}*/
.cookies-agreement {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #629932;
  margin: 0;
  width: 100%;
  min-height: 90px;
  color: white;
  z-index: 1001;
}
.cookies-agreement > div {
  text-align: center;
}
.cookies-agreement > div a {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cookies-agreement > div br {
    display: none;
  }
}

article.camp ul {
  margin-top: 5px;
}

label {
  font-weight: bold;
}

label[id*=_message] {
  display: none;
}
label[id*=_message].visible-block {
  display: block;
}

label.for-checkbox {
  padding-right: 15px;
}

input[type=checkbox].custom-checkbox {
  -ms-transform: scale(1.2); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 5px;
  margin-right: 10px;
  vertical-align: baseline;
  position: relative;
  left: 2px;
  top: -1px;
}

.form-error {
  background: #cc2424 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 3px;
  color: #ffffff;
}
.form-error h3 {
  background: #b62020 none repeat scroll 0 0 padding-box;
  border-radius: 3px 3px 0 0;
  font-size: 16px;
  margin: 0 0 5px;
  padding: 10px;
  font-weight: 500;
  line-height: 1.1;
}
.form-error p {
  padding: 10px;
  font-size: 14px;
  margin: 0;
}

.form-group > label {
  /*padding-left: $grid-gutter-width / 2; 
  padding-right: $grid-gutter-width / 2;*/
  /*float: left;
  clear: left;*/
}
@media (min-width: 768px) {
  .form-group > input[type=text], .form-group > input[type=email], .form-group > input[type=password], .form-group > input[type=number], .form-group > select {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .form-group > input[type=text], .form-group > input[type=email], .form-group > input[type=password], .form-group > input[type=number], .form-group > select {
    width: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .form-group > input[type=text], .form-group > input[type=email], .form-group > input[type=password], .form-group > input[type=number], .form-group > select {
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .form-group > input[type=text], .form-group > input[type=email], .form-group > input[type=password], .form-group > input[type=number], .form-group > select {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .form-group > input[type=text], .form-group > input[type=email], .form-group > input[type=password], .form-group > input[type=number], .form-group > select {
    width: 33.3333333333%;
  }
}

.container-group {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  /*&:nth-last-child {
      border-top: none;
      margin-bottom: 0;
  }*/
}
@media (min-width: 768px) {
  .container-group {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .container-group {
    width: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .container-group {
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .container-group {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .container-group {
    width: 33.3333333333%;
  }
}
.container-group:nth-child(1n+2) {
  padding-top: 11px;
  border-top: 1px solid #629932;
}
.container-group input[type=text], .container-group input[type=email], .container-group input[type=password], .container-group input[type=number], .container-group select {
  width: 100% !important;
}

.btn {
  cursor: pointer;
  text-align: center;
}
.btn.right {
  float: right;
}

.btn-green {
  font-weight: bold;
  background-color: #629932;
}

.btn-submit, .btn-add, .btn-remove, .btn-prefill {
  display: inline-block;
  font-weight: bold;
  background-color: #629932;
  color: #fff;
  text-shadow: 1px 1px #000;
  border: 1px solid #644181;
  font-size: 1.2em;
  padding: 10px 15px;
}
.btn-submit:link, .btn-add:link, .btn-remove:link, .btn-prefill:link, .btn-submit:visited, .btn-add:visited, .btn-remove:visited, .btn-prefill:visited {
  color: #fff;
}
.btn-submit:hover, .btn-add:hover, .btn-remove:hover, .btn-prefill:hover, .btn-submit:focus, .btn-add:focus, .btn-remove:focus, .btn-prefill:focus {
  color: #fff;
  border-color: #a87300;
}

.btn-smaller, .btn-add, .btn-remove, .btn-prefill {
  padding: 5px 7px;
  font-size: 1em;
}

.btn-remove {
  background-color: #c43;
}

.full-width {
  width: 100%;
}

.btn-decline, .btn-close, .btn-red {
  background-color: #c43 !important;
}

.btn-wrap {
  text-wrap: wrap;
}

.private-section-info table.info tr, .private-section-credit-add table.info tr {
  border: 1px solid #000;
}
.private-section-info table.info tr:nth-child(even), .private-section-credit-add table.info tr:nth-child(even) {
  background-color: #fafafa;
}
.private-section-info table.info tr:nth-child(odd), .private-section-credit-add table.info tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.private-section-info table.info tr th, .private-section-credit-add table.info tr th {
  text-align: left;
}
.private-section-info table.info tr th, .private-section-info table.info tr td, .private-section-credit-add table.info tr th, .private-section-credit-add table.info tr td {
  padding: 5px 10px;
}
.private-section-trainings table.calendar {
  width: 100%;
  max-width: 500px;
}
.private-section-trainings table.calendar, .private-section-trainings table.calendar-legend {
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .private-section-trainings table.calendar th, .private-section-trainings table.calendar td, .private-section-trainings table.calendar-legend th, .private-section-trainings table.calendar-legend td {
    padding: 5px 0;
  }
  .private-section-trainings table.calendar .training a, .private-section-trainings table.calendar-legend .training a {
    padding: 5px 0;
  }
}
@media (min-width: 768px) {
  .private-section-trainings table.calendar, .private-section-trainings table.calendar-legend {
    font-size: 1.1em;
  }
}
.private-section-trainings table.calendar th, .private-section-trainings table.calendar-legend th {
  text-align: center;
}
.private-section-trainings table.calendar th.month, .private-section-trainings table.calendar-legend th.month {
  font-size: 1.2em;
}
.private-section-trainings table.calendar th, .private-section-trainings table.calendar td, .private-section-trainings table.calendar-legend th, .private-section-trainings table.calendar-legend td {
  border: 1px solid black;
  padding: 5px 0;
  text-align: center;
}
.private-section-trainings table.calendar .today, .private-section-trainings table.calendar-legend .today {
  font-weight: bold;
  border: 2px dashed #ff00ff;
}
.private-section-trainings table.calendar .training, .private-section-trainings table.calendar-legend .training {
  background-color: #00ff00;
  padding: 0;
}
.private-section-trainings table.calendar .training a, .private-section-trainings table.calendar-legend .training a {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
}
.private-section-trainings table.calendar .training a:link, .private-section-trainings table.calendar .training a:visited, .private-section-trainings table.calendar .training a:hover, .private-section-trainings table.calendar .training a:focus, .private-section-trainings table.calendar-legend .training a:link, .private-section-trainings table.calendar-legend .training a:visited, .private-section-trainings table.calendar-legend .training a:hover, .private-section-trainings table.calendar-legend .training a:focus {
  color: inherit;
}
.private-section-trainings table.calendar .signed, .private-section-trainings table.calendar-legend .signed {
  color: #ffffff;
  background-color: #ff0000;
}
.private-section-trainings table.calendar .signed a:link, .private-section-trainings table.calendar .signed a:visited, .private-section-trainings table.calendar .signed a:hover, .private-section-trainings table.calendar .signed a:focus, .private-section-trainings table.calendar-legend .signed a:link, .private-section-trainings table.calendar-legend .signed a:visited, .private-section-trainings table.calendar-legend .signed a:hover, .private-section-trainings table.calendar-legend .signed a:focus {
  color: #ffffff;
}
.private-section-trainings table.calendar .signed-as-sub, .private-section-trainings table.calendar-legend .signed-as-sub {
  color: #ffffff;
  background-color: #0000ff;
}
.private-section-trainings table.calendar .signed-as-sub a:link, .private-section-trainings table.calendar .signed-as-sub a:visited, .private-section-trainings table.calendar .signed-as-sub a:hover, .private-section-trainings table.calendar .signed-as-sub a:focus, .private-section-trainings table.calendar-legend .signed-as-sub a:link, .private-section-trainings table.calendar-legend .signed-as-sub a:visited, .private-section-trainings table.calendar-legend .signed-as-sub a:hover, .private-section-trainings table.calendar-legend .signed-as-sub a:focus {
  color: #ffffff;
}
.private-section-trainings table.calendar .signed.signed-as-sub, .private-section-trainings table.calendar-legend .signed.signed-as-sub {
  color: #ffffff;
  background-color: #ff00ff;
}
.private-section-trainings table.calendar .signed.signed-as-sub a:link, .private-section-trainings table.calendar .signed.signed-as-sub a:visited, .private-section-trainings table.calendar .signed.signed-as-sub a:hover, .private-section-trainings table.calendar .signed.signed-as-sub a:focus, .private-section-trainings table.calendar-legend .signed.signed-as-sub a:link, .private-section-trainings table.calendar-legend .signed.signed-as-sub a:visited, .private-section-trainings table.calendar-legend .signed.signed-as-sub a:hover, .private-section-trainings table.calendar-legend .signed.signed-as-sub a:focus {
  color: #ffffff;
}
.private-section-trainings table.calendar-legend td {
  text-align: left;
}
.private-section-trainings table.calendar-legend td, .private-section-trainings table.calendar-legend th {
  padding: 5px 10px;
}
.private-section-trainings table.calendar-legend .training {
  padding: 5px 10px;
}
.private-section-training-detail, .private-section-info {
  font-size: 1em;
}
.private-section-training-detail div.term-detail, .private-section-info div.term-detail {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .private-section-training-detail div.term-detail, .private-section-info div.term-detail {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .private-section-training-detail div.term-detail, .private-section-info div.term-detail {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1440px) {
  .private-section-training-detail div.term-detail, .private-section-info div.term-detail {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .private-section-training-detail div.term-detail:nth-child(2n+3), .private-section-info div.term-detail:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .private-section-training-detail div.term-detail:nth-child(3n+4), .private-section-info div.term-detail:nth-child(3n+4) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .private-section-training-detail div.term-detail:nth-child(4n+5), .private-section-info div.term-detail:nth-child(4n+5) {
    clear: left;
  }
}
.private-section-training-detail table.term-detail, .private-section-info table.term-detail {
  width: 100%;
  margin-bottom: 30px;
}
.private-section-training-detail table.term-detail > tr, .private-section-training-detail table.term-detail > thead > tr, .private-section-training-detail table.term-detail > tbody > tr, .private-section-info table.term-detail > tr, .private-section-info table.term-detail > thead > tr, .private-section-info table.term-detail > tbody > tr {
  border: 1px solid black;
}
.private-section-training-detail table.term-detail > tr:nth-child(even), .private-section-training-detail table.term-detail > thead > tr:nth-child(even), .private-section-training-detail table.term-detail > tbody > tr:nth-child(even), .private-section-info table.term-detail > tr:nth-child(even), .private-section-info table.term-detail > thead > tr:nth-child(even), .private-section-info table.term-detail > tbody > tr:nth-child(even) {
  background-color: #fafafa;
}
.private-section-training-detail table.term-detail > tr:nth-child(odd), .private-section-training-detail table.term-detail > thead > tr:nth-child(odd), .private-section-training-detail table.term-detail > tbody > tr:nth-child(odd), .private-section-info table.term-detail > tr:nth-child(odd), .private-section-info table.term-detail > thead > tr:nth-child(odd), .private-section-info table.term-detail > tbody > tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.private-section-training-detail table.term-detail > tr > th, .private-section-training-detail table.term-detail > thead > tr > th, .private-section-training-detail table.term-detail > tbody > tr > th, .private-section-info table.term-detail > tr > th, .private-section-info table.term-detail > thead > tr > th, .private-section-info table.term-detail > tbody > tr > th {
  text-align: left;
  min-width: 150px;
}
.private-section-training-detail table.term-detail > tr > th, .private-section-training-detail table.term-detail > tr > td, .private-section-training-detail table.term-detail > thead > tr > th, .private-section-training-detail table.term-detail > thead > tr > td, .private-section-training-detail table.term-detail > tbody > tr > th, .private-section-training-detail table.term-detail > tbody > tr > td, .private-section-info table.term-detail > tr > th, .private-section-info table.term-detail > tr > td, .private-section-info table.term-detail > thead > tr > th, .private-section-info table.term-detail > thead > tr > td, .private-section-info table.term-detail > tbody > tr > th, .private-section-info table.term-detail > tbody > tr > td {
  padding: 5px 10px;
}
.private-section-training-detail table.signed, .private-section-info table.signed {
  width: 100%;
  border: 1px solid black;
}
.private-section-training-detail table.signed > tr:nth-child(even), .private-section-training-detail table.signed > thead > tr:nth-child(even), .private-section-training-detail table.signed > tbody > tr:nth-child(even), .private-section-info table.signed > tr:nth-child(even), .private-section-info table.signed > thead > tr:nth-child(even), .private-section-info table.signed > tbody > tr:nth-child(even) {
  background-color: #fafafa;
}
.private-section-training-detail table.signed > tr:nth-child(odd), .private-section-training-detail table.signed > thead > tr:nth-child(odd), .private-section-training-detail table.signed > tbody > tr:nth-child(odd), .private-section-info table.signed > tr:nth-child(odd), .private-section-info table.signed > thead > tr:nth-child(odd), .private-section-info table.signed > tbody > tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.private-section-training-detail table.signed > tr.current-user, .private-section-training-detail table.signed > thead > tr.current-user, .private-section-training-detail table.signed > tbody > tr.current-user, .private-section-info table.signed > tr.current-user, .private-section-info table.signed > thead > tr.current-user, .private-section-info table.signed > tbody > tr.current-user {
  background-color: #eaffea;
}
.private-section-training-detail table.signed > tr > th, .private-section-training-detail table.signed > thead > tr > th, .private-section-training-detail table.signed > tbody > tr > th, .private-section-info table.signed > tr > th, .private-section-info table.signed > thead > tr > th, .private-section-info table.signed > tbody > tr > th {
  text-align: left;
}
.private-section-training-detail table.signed > tr > th, .private-section-training-detail table.signed > tr > td, .private-section-training-detail table.signed > thead > tr > th, .private-section-training-detail table.signed > thead > tr > td, .private-section-training-detail table.signed > tbody > tr > th, .private-section-training-detail table.signed > tbody > tr > td, .private-section-info table.signed > tr > th, .private-section-info table.signed > tr > td, .private-section-info table.signed > thead > tr > th, .private-section-info table.signed > thead > tr > td, .private-section-info table.signed > tbody > tr > th, .private-section-info table.signed > tbody > tr > td {
  padding: 5px 10px;
}

.private-section-credit table.log {
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .private-section-credit table.log.xs {
    display: none;
  }
}
.private-section-credit table.log.xs td {
  text-align: center;
}
.private-section-credit table.log.sm {
  display: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  .private-section-credit table.log.sm {
    display: initial;
  }
}
.private-section-credit table.log.sm th {
  text-align: left;
}
.private-section-credit table.log.md {
  display: none;
}
@media (min-width: 768px) {
  .private-section-credit table.log.md {
    display: initial;
  }
}
.private-section-credit table.log tr {
  border: 1px solid #000;
  /*&.last-in-group {
      margin-bottom: $grid-gutter-width / 2;
  }*/
}
.private-section-credit table.log tr.separator {
  background-color: transparent !important;
  border: 0 none;
  line-height: 5px;
}
.private-section-credit table.log tr:nth-child(even) {
  background-color: #fafafa;
}
.private-section-credit table.log tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.private-section-credit table.log td, .private-section-credit table.log th {
  padding: 5px 10px;
}

.private-section-dogs-list table {
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .private-section-dogs-list table.xs {
    display: none;
  }
}
.private-section-dogs-list table.xs td {
  text-align: center;
}
.private-section-dogs-list table.sm {
  display: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  .private-section-dogs-list table.sm {
    display: initial;
  }
}
.private-section-dogs-list table.sm th {
  text-align: left;
}
.private-section-dogs-list table.md {
  display: none;
}
@media (min-width: 768px) {
  .private-section-dogs-list table.md {
    display: initial;
  }
}
.private-section-dogs-list table tr {
  border: 1px solid #000;
  /*&.last-in-group {
      margin-bottom: $grid-gutter-width / 2;
  }*/
}
.private-section-dogs-list table tr.separator {
  background-color: transparent !important;
  border: 0 none;
  line-height: 5px;
}
.private-section-dogs-list table tr:nth-child(even) {
  background-color: #fafafa;
}
.private-section-dogs-list table tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.private-section-dogs-list table td, .private-section-dogs-list table th {
  padding: 5px 10px;
}

i.cross {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
}
i.cross:before, i.cross:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  background-color: red;
}
i.cross:before {
  -moz-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 9.6);
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 9.6);
  -ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 9.6);
  -o-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 9.6);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 9.6);
}
i.cross:after {
  -moz-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 9.6);
  -webkit-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 9.6);
  -ms-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 9.6);
  -o-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 9.6);
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 9.6);
}

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