html,
section,
header,
footer,
nav,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
select,
textarea {
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  outline: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1;
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #251e3e;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
p {
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cleaner {
  font-size: 1px;
  line-height: 1px;
  height: 0px;
  overflow: hidden;
  clear: both;
  display: block;
}
.hidden {
  display: none;
}
a,
input[type="submit"] {
  cursor: pointer;
  color: #ae1a0b;
}
a {
  transition: all 0.1s linear;
  color: #ae1a0b;
  text-decoration: underline;
}
a:hover {
  color: #251e3e;
  text-decoration: none;
}
textarea {
  resize: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after,
.cf:before {
  clear: both;
}
.cf {
  *zoom: 1;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
.row.dTable {
  margin-left: 0;
  margin-right: 0;
}
.dTable,
table {
  display: table;
  width: 100%;
}
.dTable.defPad .dTd-t,
table.defPad .dTd-t,
.dTable.defPad .dTd-m,
table.defPad .dTd-m,
.dTable.defPad .dTd-b,
table.defPad .dTd-b,
.dTable.defPad th,
table.defPad th,
.dTable.defPad td,
table.defPad td {
  padding: 0.625em;
}
.dTable.autoWidth,
table.autoWidth {
  width: auto;
}
.dTable .dTr,
table .dTr {
  display: table-row;
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.dTable .dTd-t,
table .dTd-t,
.dTable .dTd-m,
table .dTd-m,
.dTable .dTd-b,
table .dTd-b,
.dTable td,
table td,
.dTable th,
table th {
  display: table-cell;
  float: none;
}
.dTable .dTd-t.w-1,
table .dTd-t.w-1,
.dTable .dTd-m.w-1,
table .dTd-m.w-1,
.dTable .dTd-b.w-1,
table .dTd-b.w-1,
.dTable td.w-1,
table td.w-1,
.dTable th.w-1,
table th.w-1 {
  width: 1px;
  white-space: nowrap;
}
.dTable .dTd-t,
table .dTd-t {
  vertical-align: top;
}
.dTable .dTd-m,
table .dTd-m {
  vertical-align: middle;
}
.dTable .dTd-b,
table .dTd-b {
  vertical-align: bottom;
}
.txtLeft {
  text-align: left;
}
.txtRight {
  text-align: right;
}
.txtCenter {
  text-align: center;
}
.flexible {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flexibleAuto {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.flex.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.noMar {
  margin: 0;
}
.noPad {
  padding: 0;
}
.fullHeight {
  position: relative;
  height: 100%;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row.noMar {
  margin: 0;
}
.row.noPad {
  padding: 0;
}
.row.inline-columns {
  font-size: 0;
}
.row.inline-columns .col-xs-1,
.row.inline-columns .col-sm-1,
.row.inline-columns .col-md-1,
.row.inline-columns .col-lg-1,
.row.inline-columns .col-xs-2,
.row.inline-columns .col-sm-2,
.row.inline-columns .col-md-2,
.row.inline-columns .col-lg-2,
.row.inline-columns .col-xs-3,
.row.inline-columns .col-sm-3,
.row.inline-columns .col-md-3,
.row.inline-columns .col-lg-3,
.row.inline-columns .col-xs-4,
.row.inline-columns .col-sm-4,
.row.inline-columns .col-md-4,
.row.inline-columns .col-lg-4,
.row.inline-columns .col-xs-5,
.row.inline-columns .col-sm-5,
.row.inline-columns .col-md-5,
.row.inline-columns .col-lg-5,
.row.inline-columns .col-xs-6,
.row.inline-columns .col-sm-6,
.row.inline-columns .col-md-6,
.row.inline-columns .col-lg-6,
.row.inline-columns .col-xs-7,
.row.inline-columns .col-sm-7,
.row.inline-columns .col-md-7,
.row.inline-columns .col-lg-7,
.row.inline-columns .col-xs-8,
.row.inline-columns .col-sm-8,
.row.inline-columns .col-md-8,
.row.inline-columns .col-lg-8,
.row.inline-columns .col-xs-9,
.row.inline-columns .col-sm-9,
.row.inline-columns .col-md-9,
.row.inline-columns .col-lg-9,
.row.inline-columns .col-xs-10,
.row.inline-columns .col-sm-10,
.row.inline-columns .col-md-10,
.row.inline-columns .col-lg-10,
.row.inline-columns .col-xs-11,
.row.inline-columns .col-sm-11,
.row.inline-columns .col-md-11,
.row.inline-columns .col-lg-11,
.row.inline-columns .col-xs-12,
.row.inline-columns .col-sm-12,
.row.inline-columns .col-md-12,
.row.inline-columns .col-lg-12 {
  display: inline-block;
  float: none;
  font-size: inherit;
}
.row.centered-columns {
  text-align: center;
  font-size: 0;
}
.row.centered-columns .col-xs-1,
.row.centered-columns .col-sm-1,
.row.centered-columns .col-md-1,
.row.centered-columns .col-lg-1,
.row.centered-columns .col-xs-2,
.row.centered-columns .col-sm-2,
.row.centered-columns .col-md-2,
.row.centered-columns .col-lg-2,
.row.centered-columns .col-xs-3,
.row.centered-columns .col-sm-3,
.row.centered-columns .col-md-3,
.row.centered-columns .col-lg-3,
.row.centered-columns .col-xs-4,
.row.centered-columns .col-sm-4,
.row.centered-columns .col-md-4,
.row.centered-columns .col-lg-4,
.row.centered-columns .col-xs-5,
.row.centered-columns .col-sm-5,
.row.centered-columns .col-md-5,
.row.centered-columns .col-lg-5,
.row.centered-columns .col-xs-6,
.row.centered-columns .col-sm-6,
.row.centered-columns .col-md-6,
.row.centered-columns .col-lg-6,
.row.centered-columns .col-xs-7,
.row.centered-columns .col-sm-7,
.row.centered-columns .col-md-7,
.row.centered-columns .col-lg-7,
.row.centered-columns .col-xs-8,
.row.centered-columns .col-sm-8,
.row.centered-columns .col-md-8,
.row.centered-columns .col-lg-8,
.row.centered-columns .col-xs-9,
.row.centered-columns .col-sm-9,
.row.centered-columns .col-md-9,
.row.centered-columns .col-lg-9,
.row.centered-columns .col-xs-10,
.row.centered-columns .col-sm-10,
.row.centered-columns .col-md-10,
.row.centered-columns .col-lg-10,
.row.centered-columns .col-xs-11,
.row.centered-columns .col-sm-11,
.row.centered-columns .col-md-11,
.row.centered-columns .col-lg-11,
.row.centered-columns .col-xs-12,
.row.centered-columns .col-sm-12,
.row.centered-columns .col-md-12,
.row.centered-columns .col-lg-12 {
  display: inline-block;
  float: none;
}
.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.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.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.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .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.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide,
.hidden {
  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;
}
.cookies {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1000;
  padding: 1em;
  font-size: 0.875em;
}
.cookies * {
  color: #fff;
  line-height: normal;
}
.cookies .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cookies .left.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.cookies .left.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cookies .left.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.cookies .left.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cookies .button {
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}
.cookies a {
  text-decoration: underline;
}
.cookies a:hover {
  color: red;
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookies .left {
    text-align: center;
  }
  .cookies .right {
    text-align: center;
    margin-top: 0.625empx;
  }
  .cookies .right a {
    display: block;
    width: 100%;
  }
}
.scrollTop {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #ffffff;
  background: #292020;
  transition: none;
  z-index: 99999;
}
.scrollTop svg {
  display: block;
  position: absolute;
  margin: auto;
  top: 9px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  fill: #ffffff;
}
.scrollTop span {
  position: absolute;
  width: 100%;
  bottom: 8px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 10px;
}
.alert {
  padding: 1em;
  background: #2b88ff;
  color: #fff;
  font-size: 1.2em;
  border-radius: 2px;
  margin-bottom: 2em;
}
.alert.false {
  background: #f75a61;
}
.alert.true {
  background: #bef75a;
}
.loader {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.loader img {
  display: block;
  width: 3em;
  height: 3em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#headerWrap {
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 1em 0;
  position: relative;
  z-index: 20;
}
#headerWrap .headerContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#headerWrap .headerContent.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#headerWrap .headerContent.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#headerWrap .headerContent.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#headerWrap .headerContent.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#headerWrap .headerContent .headerRightPart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
#headerWrap .headerContent .headerRightPart.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#headerWrap .headerContent .headerRightPart.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#headerWrap .headerContent .headerRightPart.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#headerWrap .headerContent .headerRightPart.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#headerWrap .headerContent .headerRightPart .menuOpener {
  display: none;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
}
#headerWrap .headerContent .headerRightPart .menuOpener svg {
  fill: #ae1a0b;
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#headerWrap .headerContent .headerRightPart .menuOpener:hover svg {
  fill: #292020;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2.25em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.125em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  color: #292020;
  margin-bottom: 1em;
}
h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.6em !important;
  font-weight: 400 !important;
}
h1.main:after,
h2.main:after,
h3.main:after,
h4.main:after,
h5.main:after,
h6.main:after {
  content: '';
  height: 4px;
  width: 2em;
  background: #292020;
  position: absolute;
  left: 0;
  bottom: 0;
}
h1.main.center,
h2.main.center,
h3.main.center,
h4.main.center,
h5.main.center,
h6.main.center {
  text-align: center;
}
h1.main.center:after,
h2.main.center:after,
h3.main.center:after,
h4.main.center:after,
h5.main.center:after,
h6.main.center:after {
  right: 0;
  margin: auto;
}
strong {
  font-weight: 600;
}
.upper {
  text-transform: uppercase;
}
h1.main {
  margin-bottom: 1em !important;
}
.mainContainerWrap {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  #headerWrap {
    z-index: 999999;
  }
  #headerWrap .headerContent .headerLeftPart .logo img {
    width: 10em;
    height: auto;
  }
  #headerWrap .headerContent .headerRightPart {
    position: relative;
  }
  #headerWrap .headerContent .headerRightPart .menuOpener {
    display: block;
  }
}
.wsEd {
  line-height: 1.5em;
}
@media (max-width: 991px) {
  line-height: normal;
}
.wsEd .perex {
  background: #f2f6f8;
  border: 1px solid #eee;
  padding: 1em 1.5em;
}
.wsEd .preformat {
  font-family: 'Courier', Arial, serif;
}
.wsEd cite {
  font-style: italic;
}
.wsEd acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
.wsEd ol {
  list-style-type: decimal;
  padding-left: 24px;
  margin: 0.5em 1em;
  margin-right: 0;
}
.wsEd ul {
  list-style-type: circle;
  padding-left: 24px;
  margin: 0.5em 1em;
  margin-right: 0;
}
.wsEd .button,
.wsEd .buttonDark {
  background: transparent;
  color: #ae1a0b;
  text-decoration: none;
  padding: 0.8em 1.8em;
  line-height: normal;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  border: 2px solid #ae1a0b;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 0.875em;
}
.wsEd .button:hover,
.wsEd .buttonDark:hover {
  background: #ae1a0b;
  color: #ffffff;
  border-color: #ae1a0b;
}
.wsEd .buttonDark {
  background: #ae1a0b;
  color: #ffffff;
  border-color: #ae1a0b;
}
.wsEd .buttonDark:hover {
  background: #313131;
  color: #ffffff;
  border-color: #313131;
}
.wsEd h1,
.wsEd h2,
.wsEd h3,
.wsEd h4,
.wsEd h5,
.wsEd h6 {
  line-height: normal;
  font-weight: 600;
}
.wsEd h2,
.wsEd .size1 {
  font-size: 2.25em;
  margin-bottom: 1em;
  color: #251e3e;
}
.wsEd h3,
.wsEd .size2 {
  font-size: 1.75em;
  margin-bottom: 1em;
  color: #251e3e;
}
.wsEd h4,
.wsEd .size3 {
  font-size: 1.5em;
  margin-bottom: 1em;
  color: #251e3e;
}
.wsEd h5,
.wsEd .size4 {
  font-size: 1.25em;
  margin-bottom: 1em;
  color: #251e3e;
}
.wsEd h6,
.wsEd .size5 {
  font-size: 1.125em;
  margin-bottom: 1em;
  color: #251e3e;
}
.wsEd .color1 {
  color: #ae1a0b;
}
.wsEd .color2 {
  color: #931407;
}
.wsEd .color3 {
  color: #000000;
}
.wsEd .color4 {
  color: #437012;
}
.wsEd .color5 {
  color: #beab07;
}
.wsEd .color6 {
  color: #666666;
}
.aktualityListWrap .aktualityListContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aktualityListWrap .aktualityListContent.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.aktualityListWrap .aktualityListContent.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aktualityListWrap .aktualityListContent.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.aktualityListWrap .aktualityListContent.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aktualityListWrap .item {
  display: flex;
  flex-direction: column;
}
.aktualityListWrap .item a {
  text-decoration: none;
  color: #251e3e;
}
.aktualityListWrap .item .itemInner {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.aktualityListWrap .item .itemBottom {
  padding-top: 0.75em;
}
.aktualityListWrap .item .date {
  color: #ae1a0b;
  font-weight: 700;
  font-size: 0.875em;
  margin-top: 0.875em;
}
.aktualityListWrap .item .name {
  margin-top: 0.5em;
  font-size: 1.3em;
}
.aktualityListWrap .item .img img {
  width: 100%;
  height: auto;
  display: block;
}
.pager {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  margin-top: 2em;
}
.pager.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.pager.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pager.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.pager.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pager ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pager ul.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.pager ul.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pager ul.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.pager ul.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pager ul li {
  margin: 0 0.25em;
}
.pager ul li a {
  padding: 0.25em 0.5em;
  background: #ae1a0b;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875em;
}
.pager ul li a:hover {
  background: #313131;
  color: #ffffff;
}
.pager .btnArea {
  display: none;
}
#mainMenuWrap {
  display: block;
  text-align: right;
}
#mainMenuWrap .level-item-1 {
  margin-right: 1em;
  display: inline-block;
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#mainMenuWrap .level-item-1.active .level-link-1 {
  color: #ae1a0b;
  font-weight: 700;
}
#mainMenuWrap .level-item-1:hover .level-link-1 {
  color: #ae1a0b;
}
#mainMenuWrap .level-item-1:hover .level-menu-2 {
  display: block;
}
#mainMenuWrap .level-item-1:last-child {
  margin-right: 0;
}
#mainMenuWrap .level-link-1 {
  text-transform: uppercase;
  display: block;
  color: #292020;
  text-decoration: none;
}
#mainMenuWrap .level-menu-2 {
  display: none;
  position: absolute;
  background: #ae1a0b;
  white-space: nowrap;
  min-width: 260px;
  top: 100%;
  right: 0;
  border-radius: 2px;
}
#mainMenuWrap .level-item-2 {
  display: block;
  border-bottom: 1px solid #bd2c1d;
}
#mainMenuWrap .level-item-2:last-child {
  border-bottom: none;
}
#mainMenuWrap .level-link-2 {
  display: block;
  padding: 1em;
  color: #fff;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
#mainMenuWrap .level-link-2:hover {
  color: #292020;
}
#mainMenuWrap .menuCloser {
  display: none;
  position: absolute;
  right: 1em;
  top: 1em;
}
#mainMenuWrap .menuCloser svg {
  width: 2em;
  height: 2em;
  display: block;
  fill: #fff;
}
@media (max-width: 767px) {
  #mainMenuWrap {
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #ae1a0b;
    text-align: left;
    font-size: 1.2em;
    z-index: 50;
    top: -100%;
    transition: all 0.1s linear;
  }
  #mainMenuWrap.active {
    top: 0;
  }
  #mainMenuWrap .menuCloser {
    display: block;
  }
  #mainMenuWrap .mainMenu {
    padding-right: 3em;
  }
  #mainMenuWrap .level-menu-1,
  #mainMenuWrap .level-menu-2 {
    display: block;
    position: static;
  }
  #mainMenuWrap .level-menu-2 {
    margin-left: 1em;
  }
  #mainMenuWrap .level-item-1,
  #mainMenuWrap .level-item-2 {
    background: none;
    display: block;
    border: none;
    padding: 0;
  }
  #mainMenuWrap .level-item-1:hover .level-link-1,
  #mainMenuWrap .level-item-2:hover .level-link-1,
  #mainMenuWrap .level-item-1:hover .level-link-2,
  #mainMenuWrap .level-item-2:hover .level-link-2 {
    color: #fff;
  }
  #mainMenuWrap .level-item-1 .level-link-1,
  #mainMenuWrap .level-item-2 .level-link-1,
  #mainMenuWrap .level-item-1 .level-link-2,
  #mainMenuWrap .level-item-2 .level-link-2 {
    padding: 1em;
    background: none;
    color: #fff;
    display: inline-block;
  }
  #mainMenuWrap .level-item-1 .level-link-1:hover,
  #mainMenuWrap .level-item-2 .level-link-1:hover,
  #mainMenuWrap .level-item-1 .level-link-2:hover,
  #mainMenuWrap .level-item-2 .level-link-2:hover {
    color: #292020;
  }
}
.defaultBannerWrap {
  margin: 0 -15px;
}
.defaultBannerWrap img {
  display: block;
  width: 100%;
  height: auto;
}
.defaultBannerWrap .imgResp {
  display: none;
}
@media (max-width: 767px) {
  .defaultBanner img {
    display: none;
  }
  .defaultBanner img.imgResp {
    display: block;
  }
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #1199ff;
}
.flickity-button:active {
  opacity: .6;
}
.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: #333;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.partneriWrap {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 5em;
}
.partneriWrap .partneriContent {
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: relative;
}
.partneriWrap .item .itemInner {
  border-radius: 2px;
  border: 1px solid #dedede;
  display: block;
  overflow: hidden;
}
.partneriWrap .item .itemInner img {
  display: block;
  width: 100%;
  height: auto;
}
.partneriWrap .flickity-prev-next-button {
  width: 2em;
  height: 2em;
  padding: 0;
}
.partneriWrap .flickity-prev-next-button.previous {
  left: 0;
}
.partneriWrap .flickity-prev-next-button.next {
  right: 0;
}
.partneriWrap .flickity-prev-next-button svg {
  transition: all 0.1s linear;
  width: 40%;
  height: 40%;
  left: 30%;
  top: 30%;
}
.partneriWrap .flickity-prev-next-button:hover svg {
  fill: #ae1a0b;
}
.footerWrap {
  background: #ae1a0b;
  padding: 3.75em 0;
  overflow: hidden;
  position: relative;
}
.footerWrap .ellipse {
  display: block;
  position: absolute;
  z-index: 6;
  width: 80%;
  height: auto;
  transform: translateX(50%) rotate(-12deg);
  bottom: 20%;
  right: 10%;
  fill: #fff;
  opacity: 0.2;
}
.footerWrap .footer {
  position: relative;
  z-index: 10;
}
.footerWrap .boxContent * {
  color: #fff;
}
.footerWrap .boxContent ul {
  margin: 0;
}
.footerWrap .icoWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1.5em;
}
.footerWrap .icoWrap.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.footerWrap .icoWrap.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footerWrap .icoWrap.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.footerWrap .icoWrap.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footerWrap .icoWrap:last-child {
  margin-bottom: 0;
}
.footerWrap .icoWrap h6 {
  font-size: 1em;
  margin-bottom: 0em;
}
.footerWrap .icoWrap .icoImg {
  margin-right: 1em;
}
.footerWrap .icoWrap .icoImg span {
  display: block;
  position: relative;
  border-radius: 10px 2px 10px 10px;
  width: 3.5em;
  height: 3.5em;
  background: #fff;
}
.footerWrap .icoWrap .icoImg span svg {
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #ae1a0b;
}
.footerWrap .icoWrap .icoContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footerWrap .icoWrap .icoContent.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.footerWrap .icoWrap .icoContent.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footerWrap .icoWrap .icoContent.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.footerWrap .icoWrap .icoContent.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.copyrightWrap {
  background: #931407;
  font-size: 12px;
  padding: 1.5em;
}
.copyrightWrap * {
  color: #fff;
}
.copyrightWrap .copyRight {
  text-align: right;
}
@media (max-width: 767px) {
  .footerWrap .box {
    margin-bottom: 2em;
  }
  .footerWrap .box:last-child {
    margin-bottom: 0;
  }
  .copyrightWrap * {
    text-align: center;
  }
  .copyrightWrap .copyRight {
    margin-top: 1em;
  }
}
