@import url(https://fonts.googleapis.com/css?family=Signika:300,400,600&subset=latin,latin-ext);
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
a,
h1,
h2,
h3,
ol,
ul,
li,
img,
p,
form,
figure,
pre,
input,
textarea,
select,
fieldset,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  border: none;
  text-decoration: none;
}
header,
footer,
article,
section,
nav,
aside,
figure {
  display: block;
}
.clear {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  font-size: 0;
}
.hidden {
  display: none;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  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 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
html {
  background: #fff;
  font-size: 12px;
  font-family: Arial, Tahoma, Sans-serif;
  color: rgba(49, 56, 69, 0.9);
}
body {
  background: #fff;
}
.section {
  width: auto;
  padding: 0 25px;
}
.section-top {
  background: #322647;
}
.section-top-placeholder {
  background: none;
}
.section-submenu {
  background: #fff;
}
.section-projects {
  background: #2d3e52;
}
.section-body {
  overflow: hidden;
  background: #fff;
}
.section-contact {
  background: #322647;
}
.section-footer {
  background: #fff;
}
.section-map {
  padding: 0;
}
.section-map:before,
.section-map:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-map:after {
  clear: both;
}
.section-map:before,
.section-map:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-map:after {
  clear: both;
}
.section-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
}
.section-content:before,
.section-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-content:after {
  clear: both;
}
.section-content:before,
.section-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-content:after {
  clear: both;
}
@media (max-width: 768px) {
  .section-content h2 {
    text-align: center;
  }
}
/* - - -  TOP  - - - */
#top {
  padding: 0 25px;
  margin-bottom: 0;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  background: rgba(50, 38, 71, 0.95);
}
#top-content {
  max-width: 1200px;
  margin: 0 auto;
}
#top-content:before,
#top-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#top-content:after {
  clear: both;
}
#top-content:before,
#top-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#top-content:after {
  clear: both;
}
#top h1 {
  overflow: hidden;
  float: left;
  margin: 10px 0;
  height: 80px;
  width: 135px;
  -webkit-transition: margin .3s, width .3s, height .3s;
  transition: margin .3s, width .3s, height .3s;
}
#top h1 a {
  display: block;
}
#top h1 img {
  display: block;
  height: 100%;
  width: 100%;
}
#top-menu {
  float: right;
  overflow: hidden;
  margin-top: 25px;
  padding: 0 1px 0 0;
  -webkit-transition: margin .3s, height .5s;
  transition: margin .3s, height .5s;
}
#top-menu ul {
  padding: 0;
  float: left;
  margin-left: 10px;
}
#top-menu li {
  float: left;
  padding: 0;
  margin-right: -1px;
  border: solid 1px rgba(242, 240, 243, 0.1);
  list-style: none;
}
#top-menu li a {
  display: block;
  padding: 15px;
  color: rgba(245, 238, 255, 0.8);
  text-transform: uppercase;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
#top-menu li a:hover,
#top-menu li.active a {
  background: #331a42;
  color: rgba(245, 238, 255, 0.8);
}
#top-toggle {
  display: none;
  margin: 30px 0 0 0;
  padding: 5px 5px 0;
  float: right;
  width: 40px;
}
#top-toggle span {
  display: block;
  height: 3px;
  margin: 0 0 5px 0;
  background: #fff;
}
#top-toggle:hover,
#top-toggle.active {
  background: #331a42;
}
@media (min-width: 992px) {
  .section-top {
    padding-top: 95px;
  }
  #top {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
  }
  #top.top-with-slider:not(.scrolled) {
    background: transparent;
  }
  #top.scrolled h1 {
    height: 50px;
    width: 85px;
    margin: 5px 0;
  }
  #top.scrolled #top-menu {
    margin-top: 6px;
  }
  #top.scrolled #top-menu a {
    padding-top: 10px 15px;
  }
}
@media (max-width: 992px) {
  #top {
    background: #322647;
  }
  #top-menu {
    float: none;
    clear: both;
    height: 0;
    margin-top: 0;
  }
  #top-menu ul {
    padding-bottom: 25px;
    float: none;
  }
  #top-menu li {
    float: none;
    margin: -1px 0 0 0;
  }
  #top-menu li a {
    padding-top: 10px 15px;
  }
  #top-menu li:first-child {
    margin-top: 0;
  }
  #top-toggle {
    display: block;
  }
  #top.active #top-menu {
    height: auto;
  }
  #top.active #top-toggle {
    background: #331a42;
  }
}
.section-top {
  overflow: hidden;
}
.section-top .section-content {
  padding: 0;
}
.section-top #slider-top {
  position: relative;
  clear: both;
  width: 100%;
  height: 405px;
  padding: 0;
  margin: 0;
}
.section-top #slider-top:before,
.section-top #slider-top:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-top #slider-top:after {
  clear: both;
}
.section-top #slider-top:before,
.section-top #slider-top:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-top #slider-top:after {
  clear: both;
}
.section-top #slider-top li {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.25s;
  transition: visibility 0s linear 0.25s;
}
.section-top #slider-top li .slider-text {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  padding-top: 100px;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.section-top #slider-top li .slider-text h2 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 60px;
  text-transform: none;
  line-height: 1em;
  margin-top: -120px;
  -webkit-transition: margin-top 0.25s;
  transition: margin-top 0.25s;
}
.section-top #slider-top li .slider-text h2 .slider-text-sm {
  font-size: 50px;
  line-height: 1em;
}
.section-top #slider-top li .slider-text h3 {
  margin-bottom: 75px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 20px;
  max-width: 400px;
}
.section-top #slider-top li .slider-text .btn {
  position: absolute;
  left: 0;
  bottom: -50px;
  min-width: 180px;
  padding: 10px 15px;
  text-transform: none;
  -webkit-transition: bottom 0.25s;
  transition: bottom 0.25s;
}
.section-top #slider-top li .slider-text .btn i {
  display: inline-block;
  width: 30px;
  height: 9px;
  vertical-align: middle;
  background: url('arrow_right.png') 5px 0 no-repeat;
}
.section-top #slider-top li img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.section-top #slider-top li.active {
  visibility: visible;
  transition-delay: 0s;
}
.section-top #slider-top li.active .slider-text {
  opacity: 1;
}
.section-top #slider-top li.active h2 {
  margin-top: 0;
}
.section-top #slider-top li.active .btn {
  bottom: 50px;
}
.section-top #slider-top li.active img {
  opacity: 1;
}
.section-top #slider-top #slide-1 img {
  bottom: -40px;
  right: -250px;
}
.section-top #slider-top #slide-2 img {
  bottom: -40px;
  right: -250px;
}
.section-top #slider-top #slide-3 img {
  bottom: -40px;
  right: -250px;
}
.section-top .slider-links {
  float: right;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .section-top #slider-top {
    height: 320px !important;
  }
  .section-top #slider-top li .slider-text {
    width: 100% !important;
    text-align: center;
  }
  .section-top #slider-top li .slider-text .btn {
    left: 50%;
    margin-left: -90px;
  }
  .section-top #slider-top li img {
    display: none;
  }
  .section-top #slider-top li.active .btn {
    bottom: 20px;
  }
  .section-top .slider-links li {
    width: 50px;
    height: 4px;
    margin-left: 8px;
  }
}
@media (max-width: 768px) {
  .section-top #slider-top {
    height: 200px !important;
  }
  .section-top #slider-top .slider-text {
    padding-top: 15px !important;
  }
  .section-top #slider-top .slider-text h2 {
    font-size: 35px !important;
  }
  .section-top #slider-top li .slider-text h2 .slider-text-sm {
    font-size: 30px !important;
  }
  .section-top #slider-top .slider-text h3 {
    font-size: 15px !important;
  }
  .section-top #slider-top li.active .btn {
    bottom: 5px;
  }
  .section-top .slider-links li {
    width: 40px;
    height: 4px;
    margin-left: 5px;
  }
}
/* - - -  SUBMENU  - - - */
.section-submenu .tiles li {
  padding: 0;
  margin: 0;
  margin-right: -1px;
  margin-bottom: -1px;
}
.section-submenu .tiles li a {
  padding: 23px 15px;
}
@media (max-width: 768px) {
  .section-submenu .tiles li a {
    padding: 15px 8px;
  }
}
/* - - -  PROJECTS  - - - */
.section-projects h2 {
  color: rgba(255, 255, 255, 0.9);
}
.section-projects .projects-tiles {
  margin: 0 -5px 15px -5px;
}
.section-projects .projects-tiles:before,
.section-projects .projects-tiles:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-projects .projects-tiles:after {
  clear: both;
}
.section-projects .projects-tiles:before,
.section-projects .projects-tiles:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-projects .projects-tiles:after {
  clear: both;
}
.section-projects .btn-big {
  display: block;
  float: none;
  margin: 0 auto;
}
/* - - -  CONTACT  - - - */
/*.section-contact {
  background: #2C9CB8;
}
#contact-form {
  background: #fff;
  border-radius: 5px;
}*/
.section-contact h2 {
  color: rgba(255, 255, 255, 0.95);
}
.section-contact p {
  color: rgba(255, 255, 255, 0.55);
}
.section-contact .section-content {
  padding-bottom: 0;
}
.section-contact #contact-vero,
.section-contact #contact-data,
.section-contact #contact-form {
  margin-bottom: 25px;
}
.section-contact #contact-vero:before,
.section-contact #contact-data:before,
.section-contact #contact-form:before,
.section-contact #contact-vero:after,
.section-contact #contact-data:after,
.section-contact #contact-form:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-contact #contact-vero:after,
.section-contact #contact-data:after,
.section-contact #contact-form:after {
  clear: both;
}
.section-contact #contact-vero:before,
.section-contact #contact-data:before,
.section-contact #contact-form:before,
.section-contact #contact-vero:after,
.section-contact #contact-data:after,
.section-contact #contact-form:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-contact #contact-vero:after,
.section-contact #contact-data:after,
.section-contact #contact-form:after {
  clear: both;
}
@media (max-width: 992px) {
  .section-contact #contact-desc:before,
  .section-contact #contact-desc:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .section-contact #contact-desc:after {
    clear: both;
  }
  .section-contact #contact-desc:before,
  .section-contact #contact-desc:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .section-contact #contact-desc:after {
    clear: both;
  }
}
.section-contact #contact-vero-desc {
  margin-bottom: 20px;
}
.section-contact #contact-vero-desc:before,
.section-contact #contact-vero-desc:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-contact #contact-vero-desc:after {
  clear: both;
}
.section-contact #contact-vero-desc:before,
.section-contact #contact-vero-desc:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-contact #contact-vero-desc:after {
  clear: both;
}
.section-contact #contact-vero-desc p {
  font-size: 14px;
}
.section-contact #contact-vero-desc a {
  margin: 0 0 10px;
}
.section-contact #contact-vero img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section-contact #contact-vero {
    margin-bottom: 25px;
  }
}
.section-contact #contact-data .address {
  margin-bottom: 25px;
}
.section-contact #contact-data .facebook {
  display: block;
  width: 260px;
  height: 74px;
  margin: 0 auto;
  background: url('facebook.png') right no-repeat;
  opacity: 0.5;
}
.section-contact #contact-data .facebook:before,
.section-contact #contact-data .facebook:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-contact #contact-data .facebook:after {
  clear: both;
}
.section-contact #contact-data .facebook:before,
.section-contact #contact-data .facebook:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-contact #contact-data .facebook:after {
  clear: both;
}
.section-contact #contact-data .facebook:hover {
  opacity: 1;
}
.section-contact #contact-form label {
  color: rgba(255, 255, 255, 0.55);
}
.section-contact #contact-form input[type="text"],
.section-contact #contact-form input[type="email"],
.section-contact #contact-form textarea {
  width: 100%;
  background: #44365c;
  color: rgba(154, 148, 165, 0.7);
  border: none;
}
.section-contact #contact-form input[type="text"]:focus,
.section-contact #contact-form input[type="email"]:focus,
.section-contact #contact-form textarea:focus {
  background: #5c497c;
  color: rgba(154, 148, 165, 0.9);
}
.section-contact #contact-form button {
  float: none;
  display: block;
  width: 100%;
}
/* - - -  FOOTER  - - - */
.section-footer {
  color: rgba(71, 68, 74, 0.6);
}
.section-footer a {
  color: rgba(71, 68, 74, 0.6);
}
.section-footer a:hover {
  color: rgba(71, 68, 74, 0.9);
}
.section-footer #footer-logos {
  overflow: hidden;
  height: 130px;
  margin: -15px 15px 25px;
  padding-bottom: 15px;
  border-bottom: solid 1px #dfd9e3;
  text-align: center;
}
.section-footer #footer-logos:before,
.section-footer #footer-logos:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-footer #footer-logos:after {
  clear: both;
}
.section-footer #footer-logos:before,
.section-footer #footer-logos:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-footer #footer-logos:after {
  clear: both;
}
.section-footer #footer-logos img {
  display: inline-block;
  margin: 15px;
}
.section-footer #footer-up {
  margin: -25px 15px 25px;
}
.section-footer #footer-up:before,
.section-footer #footer-up:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-footer #footer-up:after {
  clear: both;
}
.section-footer #footer-up:before,
.section-footer #footer-up:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-footer #footer-up:after {
  clear: both;
}
.section-footer #footer-up a {
  color: rgba(255, 255, 255, 0.95);
}
.section-footer #footer-menu {
  overflow: hidden;
}
.section-footer #footer-menu li {
  float: left;
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
}
.section-footer #footer-menu li a {
  font-size: 16px;
}
.section-footer #footer-copyright {
  font-size: 14px;
  text-align: right;
}
@media (max-width: 992px) {
  .section-footer #footer-logos {
    display: none;
  }
  .section-footer #footer-up {
    margin-top: -35px !important;
  }
  .section-footer #footer-menu {
    min-height: 19px;
  }
}
@media (max-width: 768px) {
  .section-footer #footer-menu li {
    width: 93px;
  }
}
h2 {
  margin-bottom: 15px;
  color: rgba(49, 56, 69, 0.9);
  font: 600 21px Signika;
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
}
h3 {
  margin-bottom: 5px;
  color: rgba(49, 56, 69, 0.9);
  font: 600 16px Signika;
}
p {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.5em;
}
ul {
  padding-left: 35px;
  font-size: 14px;
}
ul li {
  margin-bottom: 5px;
  padding-left: 5px;
  list-style: url('arrow_right_color.png');
}
a {
  color: #1c92af;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transition-property: color background opacity;
  -moz-transition-property: color background opacity;
  -ms-transition-property: color background opacity;
  -o-transition-property: color background opacity;
  transition-property: color background opacity;
}
a img {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
a:hover {
  color: #23b7db;
}
a:hover img {
  opacity: 0.8;
}
img {
  display: block;
  margin-bottom: 10px;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-decoration {
  border-bottom: solid 5px rgba(64, 37, 78, 0.9);
}
.img-full {
  overflow: auto;
}
time {
  color: #86898f;
  font-size: 10px;
}
article {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #d4d5d8;
}
article:before,
article:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
article:after {
  clear: both;
}
article:before,
article:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
article:after {
  clear: both;
}
.pull-center {
  float: none !important;
  display: block;
  margin: 0 auto;
}
.slider {
  margin: 0;
  padding: 0;
}
.slider li {
  list-style: none;
}
.slider-links {
  position: relative;
  z-index: 50;
  padding: 0;
  text-align: center;
}
.slider-links > li {
  display: inline-block;
  width: 75px;
  height: 5px;
  margin: -15px 0 -15px 10px;
  padding: 15px 0;
  list-style: none;
  cursor: pointer;
}
.slider-links > li:after {
  content: '';
  display: block;
  height: inherit;
  background: rgba(119, 90, 129, 0.6);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -ms-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}
.slider-links > li:hover:after,
.slider-links > li.active:after {
  background: #1c92af;
}
.tiles {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.tiles li {
  margin: -1px;
  padding: 0;
  list-style: none;
}
.tiles a {
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 15px 15px 15px 10px;
  background: #fff;
  color: rgba(36, 13, 58, 0.8);
  font: 600 16px Signika;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: solid 1px #dfd9e3;
}
.tiles a:before,
.tiles a:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tiles a:after {
  clear: both;
}
.tiles a:before,
.tiles a:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tiles a:after {
  clear: both;
}
.tiles a:hover,
.tiles li.active a {
  z-index: 20;
  background: #1c92af;
  border-color: #1c92af;
  color: #fff;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transition-property: color background border-color;
  -moz-transition-property: color background border-color;
  -ms-transition-property: color background border-color;
  -o-transition-property: color background border-color;
  transition-property: color background border-color;
}
.tiles a:hover i,
.tiles li.active a i {
  background-position: left;
}
.tiles.affix {
  top: 80px;
}
.tiles.affix-bottom {
  position: absolute;
}
@media (max-width: 992px) {
  .tiles.affix {
    position: static !important;
  }
}
@media (max-width: 768px) {
  .tiles a {
    font-size: 12px;
    padding: 15px 8px;
  }
}
.tile-big {
  padding: 0;
  text-align: center;
}
.tile-big a {
  position: relative;
  display: block;
  max-width: 320px;
  margin: 0 auto;
}
.tile-big a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.tile-big a span {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: #1c92af;
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tile-big a span h3 {
  margin-top: -200px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
.tile-big a span p {
  color: ;
  font-size: 12px;
}
.tile-big a span em {
  position: absolute;
  bottom: -60px;
  left: 25px;
  right: 25px;
  display: block;
  padding: 20px;
  border: solid 1px rgba(255, 255, 255, 0.55);
  font-style: normal;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: bottom 0.3s, border 0.3s;
  transition: bottom 0.3s, border 0.3s;
}
.tile-big a span em i {
  display: inline-block;
  width: 35px;
  height: 9px;
  vertical-align: middle;
  background: url('arrow_right.png') 10px 0 no-repeat;
}
.tile-big a span em:hover {
  border-color: rgba(255, 255, 255, 0.35);
}
.tile-big a:hover span {
  opacity: 0.9;
}
.tile-big a:hover span h3 {
  margin-top: 0;
}
.tile-big a:hover span em {
  bottom: 25px;
}
.references-index {
  margin-bottom: 25px;
}
.references > .reference h3 {
  margin-bottom: 5px;
}
.references > .reference .link {
  margin-bottom: 15px;
}
.reference h3 {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 18px;
}
.reference h3 small {
  color: rgba(49, 56, 69, 0.7);
  font-size: 14px;
}
.reference .link {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}
.reference img {
  margin: 0 auto 10px;
}
#slider-reference:before,
#slider-reference:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#slider-reference:after {
  clear: both;
}
#slider-reference:before,
#slider-reference:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#slider-reference:after {
  clear: both;
}
#slider-reference li {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #slider-reference {
    display: none;
  }
}
.quotation {
  position: relative;
  margin-bottom: 25px;
  padding: 15px;
  border: solid 1px rgba(38, 41, 50, 0.25);
  background: #e7e3e3;
  color: rgba(49, 56, 69, 0.9);
}
.quotation:before,
.quotation:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.quotation:after {
  clear: both;
}
.quotation:before,
.quotation:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.quotation:after {
  clear: both;
}
.quotation p {
  font-size: 12px;
}
.quotation-tip {
  position: absolute;
  bottom: -17px;
  left: 75px;
  content: '';
  width: 33px;
  height: 17px;
  background: url('tip.png') no-repeat;
}
.news {
  padding: 5px 5px 15px;
  margin-bottom: 25px;
  border-bottom: solid 1px #dfd9e3;
  font-size: 14px;
  line-height: 1.5em;
}
.news h3 {
  margin-bottom: 0;
  font-size: 18px;
}
.news time {
  display: inline-block;
  margin-bottom: 10px;
}
.news p {
  font-size: 14px;
}
.news-index .news {
  padding-bottom: 5px;
  margin-bottom: 0;
}
.news-index h3 {
  font-size: 16px;
}
.news-index p {
  margin-bottom: 0;
  font-size: 12px;
}
.news-details {
  margin-bottom: 0;
  border: none;
}
.offer {
  position: relative;
}
.offer h3 {
  font-size: 12px;
  text-transform: uppercase;
}
.offer-desc {
  margin-bottom: 25px;
}
.offer-gallery img {
  margin: 0 auto 10px;
}
.offer .send {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  #offers-content > .offer {
    margin-bottom: 35px;
    padding-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .offer .send {
    display: none;
  }
}
.portfolio-content {
  margin-bottom: 25px;
}
.portfolio-content:before,
.portfolio-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.portfolio-content:after {
  clear: both;
}
.portfolio-content:before,
.portfolio-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.portfolio-content:after {
  clear: both;
}
.portfolio-title {
  margin-bottom: 35px;
}
.portfolio-title h2 {
  margin-bottom: 0;
  color: rgba(49, 56, 69, 0.9);
  font-size: 28px;
  text-align: center;
  line-height: 0.9em;
}
.portfolio-title h2 small {
  color: rgba(49, 56, 69, 0.6);
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  text-transform: none;
}
@media (max-width: 768px) {
  .portfolio-title h2 {
    font-size: 20px;
  }
  .portfolio-title h2 small {
    font-size: 12px;
    line-height: 0;
  }
}
.portfolio-logos {
  padding: 25px 0 0;
  border-top: solid 1px #dfd9e3;
  border-bottom: solid 1px #dfd9e3;
  text-align: center;
}
.portfolio-logos img {
  display: inline-block;
  margin: 0 15px 25px;
  vertical-align: middle;
}
.portfolio-clients .portfolio-logos {
  border-top: none;
}
.portfolio-clients .portfolio-logos img {
  margin: 0 40px 25px;
}
.portfolio-portal {
  position: relative;
  width: auto;
  height: 403px;
  padding-bottom: 25px;
  border-bottom: solid 1px #dfd9e3;
}
.portfolio-portal img:first-child {
  z-index: 20;
}
.portfolio-portal-1,
.portfolio-portal-2,
.portfolio-portal-3,
.portfolio-portal-4,
.portfolio-portal-5 {
  position: absolute;
  left: 50%;
}
.portfolio-portal-1 img,
.portfolio-portal-2 img,
.portfolio-portal-3 img,
.portfolio-portal-4 img,
.portfolio-portal-5 img {
  position: absolute;
}
.portfolio-portal-1 {
  width: 940px;
  height: 390px;
  margin-left: -440px;
  background: url('portfolio/cornetis/portal.png') center no-repeat;
}
.portfolio-portal-1 img {
  top: 42px;
  left: 221px;
}
.portfolio-portal-2 {
  width: 983px;
  height: 370px;
  margin-left: -520px;
  background: url('portfolio/corpress/portal.png') center no-repeat;
}
.portfolio-portal-3 {
  width: 576px;
  height: 369px;
  margin-left: -298px;
  background: url('portfolio/firmowe/portal.png') center no-repeat;
}
.portfolio-portal-3 img {
  top: 35px;
  left: 81px;
}
.portfolio-portal-4 {
  width: 973px;
  height: 370px;
  margin-left: -490px;
  background: url('portfolio/medyczne/portal.png') center no-repeat;
}
.portfolio-portal-4 img {
  top: 37px;
  left: 273px;
}
.portfolio-portal-5 {
  width: 741px;
  height: 403px;
  margin-left: -370px;
  background: url('portfolio/webgov/portal.png') center no-repeat;
}
.portfolio-tiles {
  margin: 0 auto 25px;
}
.portfolio-tiles-whole .portfolio-tiles-content {
  margin-bottom: 45px;
}
.portfolio-tiles-content {
  margin-bottom: 15px;
}
.portfolio-tiles-content header:before,
.portfolio-tiles-content header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.portfolio-tiles-content header:after {
  clear: both;
}
.portfolio-tiles-content header:before,
.portfolio-tiles-content header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.portfolio-tiles-content header:after {
  clear: both;
}
.portfolio-tiles-content header h2 {
  color: #313845;
  font-size: 16px;
  text-align: center;
}
.portfolio-tiles-content header p {
  padding-bottom: 5px;
  color: rgba(49, 56, 69, 0.9);
  font-style: italic;
  font-size: 12px;
  text-align: center;
}
.portfolio-tiles-content img {
  margin: 0 auto;
  border: solid 2px #dfd9e3;
}
.portfolio-slogan {
  margin-left: -25px;
  margin-right: -25px;
  padding: 45px;
  background: #322647;
  text-align: center;
}
.portfolio-slogan h2 {
  display: inline-block;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 28px;
  text-align: left;
  line-height: 0.9em;
}
.portfolio-slogan h2 small {
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  text-transform: none;
}
@media (max-width: 768px) {
  .portfolio-slogan h2 {
    font-size: 20px;
  }
  .portfolio-slogan h2 small {
    font-size: 12px;
    line-height: 0;
  }
}
.portfolio-production {
  margin-bottom: 35px;
  padding: 15px 0;
  border-top: solid 1px #dfd9e3;
  border-bottom: solid 1px #dfd9e3;
  text-align: center;
}
.portfolio-production h2 {
  margin-bottom: 5px;
  color: rgba(49, 56, 69, 0.9);
  font-size: 21px;
}
.portfolio-production ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.portfolio-production ul li {
  display: inline-block;
  margin: 0;
  padding: 11px 32px 11px 15px;
  background: url('slash.png') right no-repeat;
  color: rgba(49, 56, 69, 0.6);
  font-style: italic;
  font-size: 15px;
  list-style: none;
  vertical-align: middle;
}
.portfolio-production ul li:last-child {
  padding: 11px 15px;
  background: none;
}
@media (max-width: 768px) {
  .portfolio-production ul li {
    padding: 11px 20px;
    background: none;
  }
}
.portfolio-reference {
  margin-bottom: 10px;
  text-align: center;
}
.portfolio-reference img {
  margin: 0 auto 15px;
}
.portfolio-reference .btn {
  width: 100%;
  margin-bottom: 15px;
  clear: right;
}
.marketing {
  margin-bottom: 40px;
}
.marketing img {
  margin: 0 auto 10px;
}
.marketing .marketing-desc {
  margin-bottom: 25px;
}
.marketing h2 {
  color: #1c92af;
  text-transform: none;
}
.marketing p {
  line-height: 25px;
}
@media (max-width: 768px) {
  .marketing p {
    line-height: 21px;
  }
}
@media (min-width: 768px) {
  .marketing {
    display: flex;
    align-items: center;
  }
  .marketing:nth-child(odd) .marketing-desc {
    order: -1;
    padding: 0 25px 0 0;
  }
  .marketing .marketing-desc,
  .marketing figure {
    width: 50%;
  }
  .marketing .marketing-desc {
    padding-left: 25px;
  }
}
.marketing-affix {
  position: fixed;
  top: 150px;
  left: 0;
  width: 160px;
  padding: 20px 45px 20px 20px !important;
  text-align: left !important;
  background: url('arrow_right.png') 120px no-repeat #1c92af !important;
}
.marketing-affix:hover {
  background-color: #23b7db !important;
}
@media (max-width: 1500px) {
  .marketing-affix {
    display: none;
  }
}
.gallery-text {
  margin-right: 236px;
}
@media (max-width: 768px) {
  .gallery-text {
    margin-right: 0;
  }
}
.gallery {
  float: right;
  width: 221px;
  padding: 0;
  text-align: center;
}
.gallery a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
}
.gallery a img {
  margin: 0;
}
.gallery a span {
  position: absolute;
  z-index: 5;
  bottom: -37px;
  left: 0;
  right: 0;
  padding: 5px 10px;
  background: rgba(64, 37, 78, 0.95);
  color: rgba(255, 255, 255, 0.95);
  font-size: 13px;
  text-align: center;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transition-property: bottom;
  -moz-transition-property: bottom;
  -ms-transition-property: bottom;
  -o-transition-property: bottom;
  transition-property: bottom;
}
.gallery a span small {
  color: rgba(177, 159, 186, 0.6);
  font-size: 13px;
  text-transform: uppercase;
}
.gallery a:hover span {
  bottom: 0;
}
.gallery a:hover img {
  opacity: 1;
}
@media (max-width: 768px) {
  .gallery {
    display: none;
  }
}
.phone,
.email,
.address {
  position: relative;
  margin-bottom: 15px;
  padding-left: 50px;
  background: url('icon-phone.png') 10px -3px no-repeat;
  color: rgba(255, 255, 255, 0.45);
  font-size: 18px;
}
.phone p,
.email p,
.address p {
  text-align: left;
}
.phone {
  font-weight: bold;
}
.email {
  padding-bottom: 15px;
  background: url('icon-email.png') 8px -8px no-repeat;
}
.email a {
  color: rgba(255, 255, 255, 0.45);
}
.email a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.address {
  padding: 0;
  background: none;
  font-size: 14px;
  border-bottom: solid 1px #52365e;
}
.contact img {
  margin: 0 auto 15px;
}
.contact .phone,
.contact .email,
.contact .address {
  color: rgba(49, 56, 69, 0.9);
}
.contact .phone {
  background: url('icon-phone-contact.png') 2px 1px no-repeat;
}
.contact .email {
  background: url('icon-email-contact.png') 5px 4px no-repeat;
  border-bottom: none;
}
.contact .email a {
  color: rgba(49, 56, 69, 0.9);
}
.contact .email a:hover {
  color: rgba(49, 56, 69, 0.5);
}
.contact .address {
  background: url('icon-address-contact.png') 3px 1px no-repeat;
}
@media (max-width: 992px) {
  .contact img {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .contact img {
    margin-bottom: 15px;
  }
  .contact .company-data {
    margin-bottom: 25px;
  }
}
.map-container {
  float: right;
  z-index: 0;
  width: 100%;
  min-height: 450px;
}
@media (max-width: 768px) {
  .map-container {
    min-height: 350px;
  }
}
.action-bar {
  float: right;
}
.action-bar a {
  margin-left: 5px;
  margin-bottom: 5px;
}
.send {
  position: relative;
  float: right;
  width: 125px;
  height: 25px;
  background: url('icon-send.png') 105px 7px no-repeat;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
}
.send span {
  position: absolute;
  display: block;
  top: 0;
  right: -125px;
  width: 125px;
  padding: 0 5px 0 30px;
  line-height: 23px;
  color: #fff;
  white-space: nowrap;
  background: url('icon-send-open.png') 5px 3px no-repeat #1c92af;
  opacity: 0;
  -webkit-transition: right 0.2s, opacity 0.2s;
  transition: right 0.2s, opacity 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.send:hover span {
  right: 0;
  opacity: 1;
}
.pagination {
  text-align: center;
}
.pagination:before,
.pagination:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pagination:after {
  clear: both;
}
.pagination:before,
.pagination:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pagination:after {
  clear: both;
}
.pagination ul {
  display: inline-block;
  padding: 0;
}
.pagination ul li {
  float: left;
  margin-left: -1px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.pagination ul li:first-child {
  margin-left: 0;
}
.pagination ul li a,
.pagination ul li span {
  display: inline-block;
  min-width: 38px;
  padding: 10px;
  border: solid 1px #dfd9e3;
  text-align: center;
}
.pagination ul li a:hover {
  background: #23b7db;
  color: #fff;
}
.pagination ul li.active a {
  background: #1c92af;
  color: #fff;
  font-weight: bold;
}
.icon-software,
.icon-media,
.icon-website,
.icon-seo,
.icon-shop,
.icon-advisory {
  display: inline-block;
  width: 50px;
  height: 43px;
  margin-right: 15px;
  vertical-align: middle;
}
.icon-software {
  background: url('icon-software.png') right no-repeat;
}
.icon-media {
  background: url('icon-media.png') right no-repeat;
}
.icon-website {
  background: url('icon-website.png') right no-repeat;
}
.icon-seo {
  background: url('icon-seo.png') right no-repeat;
}
.icon-shop {
  background: url('icon-shop.png') right no-repeat;
}
.icon-advisory {
  background: url('icon-advisory.png') right no-repeat;
}
.btn,
button {
  float: right;
  padding: 10px;
  border: none;
  background: #1c92af;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.btn:hover,
button:hover {
  background: #23b7db;
  color: rgba(255, 255, 255, 0.95);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transition-property: color background;
  -moz-transition-property: color background;
  -ms-transition-property: color background;
  -o-transition-property: color background;
  transition-property: color background;
}
.btn-small {
  padding: 5px 15px;
  font-size: 12px;
}
.btn-big {
  padding: 15px 25px;
  font-size: 14px;
}
.btn-up {
  position: relative;
  padding-right: 28px;
  text-transform: none;
}
.btn-up:after {
  position: absolute;
  top: 6px;
  right: 15px;
  display: block;
  width: 7px;
  height: 13px;
  content: '';
  background: url('arrow_up.png');
}
.alert > button {
  padding: 0;
  background: none;
}
input,
textarea,
select {
  color: rgba(255, 255, 255, 0.95);
  font-family: Arial, Tahoma, Sans-serif;
}
input[type="text"],
input[type="email"],
textarea {
  padding: 7px 10px;
}
.form-group {
  margin-bottom: 5px;
}
.form-group label {
  float: left;
  display: block;
  padding: 5px 0;
}
.form-group textarea {
  height: 150px;
  resize: vertical;
}
.help-block {
  color: #ff6666;
}
.infield-label .form-group {
  position: relative;
}
.infield-label .form-group label {
  position: absolute;
  top: 3px;
  left: 0;
  cursor: text;
  padding-left: 10px;
  text-align: left;
}
.section-map {
  position: relative;
}
.section-map .map-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
}
.section-map .map-content .map-form {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.section-map .map-content .map-form form {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  z-index: 100;
  width: 400px;
  padding: 20px;
  background: rgba(50, 38, 71, 0.85);
}
.section-map .map-content .map-form form:before,
.section-map .map-content .map-form form:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-map .map-content .map-form form:after {
  clear: both;
}
.section-map .map-content .map-form form:before,
.section-map .map-content .map-form form:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section-map .map-content .map-form form:after {
  clear: both;
}
.section-map .map-content .map-form form h3 {
  display: block;
  padding: 5px 0 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.section-map .map-content .map-form form input[type="text"],
.section-map .map-content .map-form form input[type="email"],
.section-map .map-content .map-form form textarea {
  width: 100%;
  color: rgba(49, 56, 69, 0.9);
}
.section-map .map-content .map-form form input[type="text"]:focus,
.section-map .map-content .map-form form input[type="email"]:focus,
.section-map .map-content .map-form form textarea:focus {
  color: #000;
}
.section-map .map-content .map-form form .btn-big {
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .section-map .map-content {
    position: static;
  }
  .section-map .map-content .map-form form {
    position: static;
    width: 100%;
  }
}
body:after {
  content: url('close.png') url('loading.gif') url('prev.png') url('next.png');
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: normal;
  line-height: 0;
  text-align: center;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-container > .nav {
  left: 0;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  width: 100%;
  height: 25%;
  line-height: 0;
  text-align: center;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('loading.gif') no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.lb-nav a {
  outline: none;
}
.lb-prev,
.lb-next {
  float: left;
  width: 49%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-prev:hover,
.lb-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lb-prev {
  left: 0;
}
.lb-prev:hover {
  background: url('prev.png') left 48% no-repeat;
}
.lb-next {
  float: right;
  right: 0;
}
.lb-next:hover {
  background: url('next.png') right 48% no-repeat;
}
.lb-dataContainer {
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #bbb;
}
.lb-data .lb-details {
  float: left;
  width: 85%;
  line-height: 1.1em;
  text-align: left;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  color: #999;
  font-size: 12px;
}
.lb-data .lb-close {
  float: right;
  width: 30px;
  height: 30px;
  background: url('close.png') top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

.partners-links {
  display: block;
  padding: 0 0 15px 0;
  font-size: 14px;
  border-bottom: solid 1px #52365e;
}
.partners-links a {
  color: rgba(255, 255, 255, 0.45);
}