/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
.thin {
  font-weight: 400;
}
main {
  clear: both;
  -webkit-backface-visibility: hidden;
}
.hidden-xs {
  display: none;
}
@media (min-width: 768px) {
  .hidden-xs {
    display: inline-block;
  }
}
.visible-xs {
  display: block;
}
@media (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}
.block {
  display: block;
  margin: 0 auto;
}
* {
  -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: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Dosis", Calibri, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.428571429;
  color: #282828;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
header {
  background: #f6f3f9;
  text-align: center;
  position: relative;
}
header .homePreloader {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(55, 26, 116, 0.85);
  z-index: 10;
  display: none;
}
header .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 150px;
  background: #ffffff;
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  z-index: 4;
}
header .preloader {
  position: absolute;
  z-index: 110;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
header .spinner {
  font-size: 100px;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  list-style: none;
}
header .spinner li {
  position: absolute;
  width: .3em;
  height: .3em;
  border-radius: 50%;
}
header .spinner li:nth-child(1) {
  left: 50%;
  top: 0;
  margin: 0 0 0 -0.1em;
  background: #e22f3d;
  -webkit-transform-origin: 50% 250%;
  transform-origin: 50% 250%;
  -webkit-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
}
header .spinner li:nth-child(2) {
  top: 50%;
  right: 0;
  margin: -0.1em 0 0 0;
  background: #1bc7c3;
  -webkit-transform-origin: -150% 50%;
  transform-origin: -150% 50%;
  -webkit-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
}
header .spinner li:nth-child(3) {
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -0.1em;
  background: #562875;
  -webkit-transform-origin: 50% -150%;
  transform-origin: 50% -150%;
  -webkit-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
}
header .spinner li:nth-child(4) {
  top: 50%;
  left: 0;
  margin: -0.1em 0 0 0;
  background: #20d14c;
  -webkit-transform-origin: 250% 50%;
  transform-origin: 250% 50%;
  -webkit-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
}
@-webkit-keyframes rota {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rota {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@keyframes opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
header nav {
  -webkit-backface-visibility: hidden;
  background: #754eaf;
  position: absolute;
  z-index: 5;
  top: 50px;
  margin: 0 -15px;
  line-height: 70px;
  width: 100%;
  display: none;
  font-size: 18px;
  text-align: center;
}
header nav ul {
  padding: 0;
  margin: 0;
}
header nav li {
  line-height: 50px;
  list-style: none;
  border-top: 1px solid #8664b9;
  border-bottom: 1px solid #60428d;
}
header nav li.login a:before {
  display: inline-block;
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  content: "\e605";
}
header nav li a {
  display: block;
  color: #fff;
  font-weight: 400;
}
header nav li a:hover {
  color: #fff;
  text-decoration: underline;
}
.mobile-top {
  height: 50px;
}
#toggle-menu {
  position: absolute;
  right: 7px;
  top: 8px;
  width: 40px;
  height: 34px;
  background: none;
  border-radius: 4px;
  color: white;
  border: 1px #282828 solid;
  z-index: 2;
}
#toggle-menu:focus {
  outline: none;
}
#toggle-menu .stripe {
  position: relative;
  left: 50%;
  margin: 3px 0 3px -9px;
  width: 19px;
  height: 3px;
  border-radius: 2px;
  display: block;
  background: #282828;
}
#toggle-menu .button-text {
  position: absolute;
  left: -9999px;
}
@media (min-width: 768px) {
  header nav {
    display: inline-block !important;
    background: none;
    width: auto;
    position: static;
    margin: 0;
    opacity: 1;
  }
  header nav li {
    display: inline-block;
    border: 0;
    padding: 0 20px;
  }
  header nav li a {
    color: #282828;
  }
  header nav li a:hover {
    color: #282828;
  }
}
video {
  display: none;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  object-fit: contain;
}
@media (min-width: 768px) {
  video {
    display: block;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein /* Safari and Chrome */ {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#video-poster {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}
@media (min-width: 768px) {
  #video-poster {
    background: url('../img/bg.jpg');
    background-size: cover;
  }
}
#video-bg {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  background: #732eb3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  background: rgba(115, 46, 179, 0.85);
}
.banner .container {
  position: relative;
  z-index: 3;
}
.banner {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
  clear: both;
}
.banner h1 {
  font-size: 34px;
  padding: 0px;
  margin: 0;
  position: relative;
  font-weight: 700;
}
.banner h1 a {
  color: #fff;
}
.banner h1 a:hover {
  color: #fff;
  text-decoration: none;
}
.banner h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin: 10px 0 15px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .banner {
    padding: 80px 0;
  }
  .banner h1 {
    font-size: 50px;
    padding: 0 0 10px 0;
  }
  .banner h2 {
    font-size: 26px;
    white-space: pre-line;
    margin-bottom: 20px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .banner {
    padding: 10% 0;
  }
  .banner.banner-small {
    padding: 5% 0;
  }
  .banner h1 {
    font-size: 60px;
  }
  .banner h2 {
    font-size: 30px;
    white-space: pre-line;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .banner {
    padding: 12% 0;
  }
  .banner.banner-small {
    padding: 5% 0;
  }
}
.input-container > span {
  -webkit-transition: max-height 0.5s, padding 0.5s;
}
@media (min-width: 992px) {
  .input-container > span {
    -webkit-transition: opacity .5s;
  }
}
.server-validation.valid,
.field-validation-valid {
  padding-bottom: 0px !important;
  opacity: 0 !important;
  max-height: 0 !important;
}
.server-validation.valid,
.field-validation-valid,
.server-validation.error,
.field-validation-error {
  padding-bottom: 10px;
  display: block;
  opacity: 1;
  max-height: 50px;
  margin: 0px auto;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  width: 250px;
  bottom: 40px;
  left: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .server-validation.valid,
  .field-validation-valid,
  .server-validation.error,
  .field-validation-error {
    position: absolute;
    top: 95px;
    left: 50%;
    margin-left: -125px;
    font-size: 18px;
  }
}
.old-ie .show {
  height: 100%;
}
.input-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.button {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  width: 250px;
  margin: 5px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 25px;
  vertical-align: bottom;
  position: relative;
}
.button:hover,
.button:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.button:active {
  outline: none;
}
.button.big {
  padding: 10px;
  background: #DF3B7D;
  font-size: 18px;
  line-height: 25px;
  border: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button.big:hover {
  background: #ef3762;
}
.button.big:active {
  box-shadow: 1px 1px 0px 0 rgba(0, 0, 0, 0.5) inset;
}
.button.big.foot {
  padding: 5px;
  background: transparent;
  border: 1px solid white;
  font-size: 18px;
}
.button.big span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-transform: none;
}
.button span {
  line-height: 20px;
}
.button.bordered {
  padding: 0px;
  /* Firefox 18- */
  /* Firefox 19+ */
}
.button.bordered input {
  border-radius: 4px;
  border: 0;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  color: #282828;
  font-weight: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.button.bordered input:focus {
  outline: none;
}
.button.bordered ::-webkit-input-placeholder {
  color: #000000;
}
.button.bordered :-moz-placeholder {
  color: #000000;
}
.button.bordered ::-moz-placeholder {
  color: #000000;
}
.button.bordered :-ms-input-placeholder {
  color: #000000;
}
@media (min-width: 768px) {
  .button {
    padding: 5px;
  }
  .button.bordered input {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .button {
    padding: 15px;
    width: 260px;
    margin: 10px;
  }
  .button.bordered {
    padding: 15px;
    background: #8f62c7;
  }
  .button.bordered input {
    font-size: 18px;
    padding: 0 20px;
    background: #fff;
    color: #000;
  }
  .button.big {
    padding: 15px;
    font-size: 22px;
    line-height: 30px;
    margin: 10px;
  }
  .button.big span {
    font-size: 16px;
    line-height: 20px;
  }
  .button.big.foot {
    padding: 10px;
  }
}
.article-container {
  text-align: center;
}
.article-container article {
  padding-top: 20px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .article-container article {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .article-container article {
    padding-top: 40px;
  }
}
.article-container article.cennik {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .article-container article.cennik {
    margin-bottom: 80px;
  }
}
.article-container article.cennik i {
  margin: 0;
  padding-top: 20px;
}
.article-container article p {
  margin: 10px 0;
  line-height: 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .article-container article p {
    font-size: 20px;
    margin: 20px 0;
    line-height: 36px;
  }
}
.article-container article i {
  display: block;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .article-container article i {
    margin: 10px 0 10px 0;
  }
}
@media (min-width: 1200px) {
  .article-container article i {
    margin: 20px 0 10px 0;
  }
}
.article-container article i:after {
  color: #282828;
  display: block;
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
}
@media (min-width: 768px) {
  .article-container article i:after {
    font-size: 80px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .article-container article i:after {
    font-size: 100px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .article-container article i:after {
    font-size: 120px;
    width: auto;
  }
}
.article-container article #screen:after {
  content: "\e600";
}
.article-container article #settings:after {
  content: "\e601";
}
.article-container article #chart:after {
  content: "\e602";
}
.article-container article #czk:after {
  content: "\e603";
  font-size: 100px;
}
@media (min-width: 992px) {
  .article-container article #czk:after {
    font-size: 120px;
  }
}
@media (min-width: 1200px) {
  .article-container article #czk:after {
    font-size: 140px;
  }
}
.article-container article #payu:after {
  content: "";
  width: 240px;
  height: 60px;
  background: url('../img/payu-logo.png') no-repeat;
  margin: 0 auto;
}
.article-container article .separator {
  position: relative;
  height: 1px;
  background: #282828;
  overflow: visible;
  display: block;
  z-index: 1;
}
.article-container article .separator .big-circle {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 40px;
}
.article-container article .separator .mid-circle {
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 12px;
}
.article-container article .separator .small-circle {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 10px;
}
.article-container article .price-table-left ul,
.article-container article .price-table-right ul {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .article-container article .price-table-left ul,
  .article-container article .price-table-right ul {
    font-size: 20px;
    line-height: 36px;
  }
}
.article-container article .price-table-left ul li,
.article-container article .price-table-right ul li {
  list-style: none;
  -webkit-backface-visibility: hidden;
}
.article-container article .price-table-left ul li:after,
.article-container article .price-table-right ul li:after {
  color: #e13434;
  display: inline-block;
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-left: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  content: "\e604";
}
.article-container article .price-table-right ul {
  margin: 0;
}
.article-container article .price-total {
  padding-top: 10px;
  font-size: 30px;
  font-weight: 700;
  display: block;
}
.article-container article .price-total > span {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 20px;
}
.article-container article .price-total > span:before {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  background: black;
  top: 0;
  left: 50%;
  margin-left: -50px;
}
@media (min-width: 768px) {
  .article-container article .price-table {
    position: relative;
  }
  .article-container article .price-table-left {
    text-align: right;
    padding-right: 80px;
  }
  .article-container article .price-table-right {
    text-align: left;
    padding-left: 80px;
  }
  .article-container article .price-table-right ul {
    margin: 20px 0 0 0;
  }
  .article-container article .price {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -83px;
  }
  .article-container article .price .price-total {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .article-container article .price {
    top: 10px;
    margin-left: -100px;
  }
  .article-container article .price .price-total {
    font-size: 30px;
  }
  .article-container article .price-table-left {
    padding-right: 100px;
  }
  .article-container article .price-table-right {
    padding-left: 100px;
  }
}
@media (min-width: 1200px) {
  .article-container article .price {
    margin-left: -116px;
  }
  .article-container article .price-table-left {
    padding-right: 120px;
  }
  .article-container article .price-table-right {
    padding-left: 120px;
  }
}
.article-container article h3 {
  color: #4C4C4C;
  font-size: 21px;
  font-weight: 400;
  margin: 10px 0;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .article-container article h3 {
    margin: 20px 0;
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .article-container article h3 {
    font-size: 25px;
  }
}
.article-container article h3 .red {
  color: #e22f3d;
}
.article-container article h3.light-blue {
  color: #00adef;
}
.article-container article h3.dark-blue {
  color: #1c3e95;
}
.article-container h4 {
  margin: 30px 0 15px 0;
}
.article-container .ukazky img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
  position: relative;
  z-index: 2;
}
.article-container .ukazky img.mobil {
  max-width: 185px;
  position: absolute;
  right: 50px;
  bottom: -60px;
  z-index: 3;
}
@media (min-width: 768px) {
  .article-container .ukazky img {
    margin: 30px 0 20px 0;
  }
}
footer {
  clear: both;
}
footer .spodny {
  padding: 20px 0;
  background-image: none;
  background: #7940af;
}
footer .footer {
  background: #ffffff;
}
footer .footer .kontakt {
  font-size: 16px;
  text-align: center;
  -webkit-backface-visibility: hidden;
}
footer .footer .logo-footer {
  font-size: 20px;
  padding-top: 18px;
  font-weight: 600;
  text-align: center;
}
footer .footer .logo-footer a {
  color: #282828;
  text-decoration: none;
  display: block;
}
footer .footer .logo-footer a.payu-footer-logo {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 300;
}
footer .cleaner {
  margin: 0;
  padding: 0;
  clear: both;
}
@media (min-width: 768px) {
  footer {
    background: url('../img/footer-bg.jpg');
    background-size: cover;
  }
  footer .spodny {
    background: rgba(115, 46, 179, 0.85);
  }
  footer .footer {
    background: rgba(255, 255, 255, 0.92);
  }
  footer .footer .kontakt {
    text-align: right;
    font-size: 18px;
  }
  footer .footer .kontakt p {
    white-space: pre-line;
  }
  footer .footer .logo-footer {
    font-size: 26px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  footer .spodny {
    padding: 40px 0;
  }
  footer .footer .kontakt {
    text-align: right;
    font-size: 18px;
  }
  footer .footer .kontakt p {
    white-space: pre-line;
  }
  footer .footer .logo-footer {
    font-size: 26px;
    text-align: left;
  }
}
.js .banner h2,
.js .banner h1,
.js .input-container {
  -webkit-transition: opacity 1.5s, background .3s;
  transition: opacity 1.5s, background .3s;
  opacity: 0;
}
.js .banner h2.load,
.js .banner h1.load {
  opacity: 1;
}
.js .article-container article i:after {
  -webkit-transform: translateY(25px);
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  transform: translateY(-25px);
  transition: transform 1s,opacity 1s;
  opacity: 0;
}
.js .article-container article i.load:after,
.js .input-container.load {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.payu-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .payu-ul {
    text-align: left;
  }
}
.payu-ul li:before {
  color: #1c3e95;
  display: inline-block;
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 20px;
  width: 22px;
  content: "\e604";
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .payu-ul {
    font-size: 20px;
    margin: 20px 0;
    line-height: 36px;
  }
}
.goToPayu {
  cursor: pointer;
  padding: 15px 45px;
  background: #00adef;
  background: linear-gradient(to bottom, #02a2f2 0%, #318bd6 100%);
  /* W3C */
  color: #fff;
  border: 0;
  display: inline-block;
  border-top: 1px solid #02a2f2;
  border-left: 1px solid #02a2f2;
  border-bottom: 1px solid #1969ac;
  border-right: 1px solid #1969ac;
  outline: none;
  border-radius: 30px;
  text-align: center;
}
.goToPayu:hover {
  text-decoration: underline;
  color: #fff;
}
.goToPayu:active {
  background: #2dbcf2;
  background: linear-gradient(to bottom, #0091d9 0%, #318bd6 100%);
  /* W3C */
  border: 1px solid #1969ac;
}
@media (min-width: 768px) {
  .align-left {
    text-align: left;
  }
}
.article-container-last article {
  margin-bottom: 30px;
}
.header-box {
  line-height: 30px;
  font-size: 18px;
  width: 30px;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background: #1969ac;
  color: #fff;
  margin-right: 5px;
}
iframe {
  width: 100%;
  max-width: 560px;
  border: 0;
}
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: local('Dosis Regular'), local('Dosis-Regular'), url(https://themes.googleusercontent.com/static/fonts/dosis/v2/tYjwoPxcNbCapURVAi2M5g.woff) format('woff');
}
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: local('Dosis Bold'), local('Dosis-Bold'), url(https://themes.googleusercontent.com/static/fonts/dosis/v2/SD_sh9aV9vitKsBsjDXok_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
