sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

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

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

.col-xs-11 {
  width: 91.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%;
  }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

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

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map */
/* Bootstrap variables */
/* Colors */
h1, h2, h3, h4, h5, h6, div, span, p, li, th, td, input, textarea, select, option, header, footer, section {
  font-family: 'Poppins', 'Arial', 'Sans-serif';
}

html, body, h1, h2, h3, h4, h5, h6, div, span, ul, ol, p, li, th, td, input, textarea, select, option, header, footer, section {
  padding: 0;
  margin: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #eaeaea;
  padding-top: 90px;
}

body.noscrolling {
  overflow: hidden;
}

body.frontpage header .menutoggle {
  border-bottom-left-radius: 6px;
}

h1 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  color: #1b3d7f;
  padding: 5px 0 5px 0;
}

h2 {
  font-size: 24px;
  line-height: 25px;
  font-weight: 400;
  color: #1b3d7f;
  padding: 5px 0 5px 0;
}

h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #1b3d7f;
  padding: 5px 0 5px 0;
}

a {
  color: #2455b8;
  text-decoration: underline;
}

div, p, input, textarea, select, option {
  font-size: 14px;
  line-height: 20px;
  color: #464646;
}

p {
  padding: 10px 0 10px 0;
}

p.lightgrey {
  color: #919191;
}

p.pages {
  padding: 15px 20px 5px 20px;
}

p.pages a {
  display: inline-block;
  padding: 4px 8px 4px 8px;
  border: 1px solid #4d8dcf;
  margin-right: 5px;
  text-decoration: none;
}

p.small {
  font-size: 12px;
  line-height: 16px;
}

p.large {
  font-size: 18px;
  line-height: 30px;
}

p.error, p.success {
  padding: 14px 20px 14px 20px;
  margin: 5px 0 5px 0;
  color: #fff;
}

p.error {
  background-color: #ee2840;
}

p.success {
  background-color: #6ebc21;
}

span.underline {
  text-decoration: underline;
}

img.floatright {
  float: right;
  margin: 10px 0 0 40px;
}

@media (max-width: 991px) {
  img.floatright {
    float: none;
    margin: 10px auto 10px auto !important;
    display: block;
  }
}

input[type=button], input[type=submit], select, button, a.button {
  outline: none;
  border: 2px solid #1b3d7f;
  text-decoration: none;
  font-size: 1em;
  color: #fff;
  background-color: #1b3d7f;
  padding: 8px 15px 8px 15px;
  border-radius: 3px;
}

input[type=button].secondary, input[type=submit].secondary, select.secondary, button.secondary, a.button.secondary {
  border: 2px solid #1b3d7f;
  background-color: #fff;
  color: #1b3d7f;
}

input[type=text], input[type=file], input[type=number], input[type=email], input[type=password], textarea, select {
  border: 1px solid #c8cbd5;
  font-size: 1em;
  border-radius: 2px;
  padding: 5px 8px 5px 8px;
  color: #464646;
  background-color: #fff;
}

input[type=text].error, input[type=file].error, input[type=number].error, input[type=email].error, input[type=password].error, textarea.error, select.error {
  border: 1px solid #ee2840;
}

input[type=text]:disabled, input[type=file]:disabled, input[type=number]:disabled, input[type=email]:disabled, input[type=password]:disabled, textarea:disabled, select:disabled {
  background-color: #f1f1f1;
}

input[type=text].large, input[type=file].large, input[type=number].large, input[type=email].large, input[type=password].large, textarea.large, select.large {
  font-size: 18px;
  line-height: 30px;
}

input[type=text], input[type=number], input[type=email], input[type=password] {
  padding: 7px 8px 7px 8px;
}

option {
  padding: 0 10px 0 10px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #fff;
  height: 60px;
  /*border-bottom: 5px solid #eaeaea;*/
}

header .logo a {
  display: inline-block;
  height: 60px;
  width: 200px;
  background-image: url("../../img/logo/logo.jpg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 30px;
  text-decoration: none;
}

header .right {
  text-align: right;
}

header .right a {
  display: inline-block;
  height: 60px;
  margin-right: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #1b3d7f;
  line-height: 60px;
  text-decoration: none;
}

header .right a i {
  margin-right: 5px;
}

header .right a.phone {
  margin-right: 80px;
}

header .right .menutoggle {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  height: 60px;
  width: 70px;
  z-index: 510;
  background-color: #ee2840;
  background-image: url("../../img/menutoggle.png");
  background-position: center center;
  background-repeat: no-repeat;
}

nav.menu {
  z-index: 900;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ee2840;
  padding: 20px 0 20px 0;
}

nav.menu div.close {
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

nav.menu div.wrapper {
  height: 100%;
  overflow: auto;
}

nav.menu div.wrapper ul {
  padding: 60px 0 10px 0;
}

nav.menu div.wrapper ul li {
  list-style: none;
  font-size: 26px;
  line-height: 36px;
  padding: 3px 0 3px 0;
}

nav.menu div.wrapper ul li a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

section.page .col {
  background-color: #fff;
}

section.frontpage {
  background-color: #fff;
  margin: -30px 0 -30px;
  padding: 30px 0 20px 0;
}

section.frontpage div.container-fluid.categories {
  max-width: 1470px;
}

section.frontpage div.heading {
  font-size: 28px;
  line-height: 38px;
  color: #1b3d7f;
  text-align: center;
  padding-bottom: 30px;
}

section.frontpage div.category {
  padding-top: 10px;
  padding-bottom: 10px;
}

section.frontpage div.category a {
  display: block;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}

section.frontpage div.category a img {
  display: block;
  height: 50px;
  margin: 0 auto 15px auto;
}

section.frontpage div.category a span {
  display: block;
  font-size: 12px;
}

section.frontpage div.category a.blue {
  background-color: #1b3d7f;
}

section.frontpage div.category a.red {
  background-color: #ee2840;
}

section.frontpage div.search {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 45px;
}

section.frontpage div.search input[type='text'] {
  font-size: 15px;
  width: 400px;
  max-width: 90%;
  padding: 9px 12px 9px 12px;
  border: 2px solid #1b3d7f;
}

section.frontpage div.search button {
  background-color: #1b3d7f;
  color: #fff;
  line-height: 42px;
  padding: 0 20px 0 20px;
  border: 0;
  margin-left: -5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

section.frontpage div.row.services .col {
  padding-top: 30px;
  padding-bottom: 30px;
}

section.frontpage div.row.services .col h3, section.frontpage div.row.services .col p {
  color: #fff;
  text-align: center;
}

section.frontpage div.row.services .col h3 {
  font-size: 18px;
  line-height: 22px;
}

section.frontpage div.row.services .col p {
  font-size: 14px;
  line-height: 18px;
  padding-right: 50px;
  padding-left: 50px;
}

section.frontpage div.row.services .col a.content {
  max-width: 560px;
  display: block;
  text-decoration: none;
}

section.frontpage div.row.services .col.blue {
  background-color: #1b3d7f;
}

section.frontpage div.row.services .col.blue a.content {
  float: right;
}

section.frontpage div.row.services .col.red {
  background-color: #ee2840;
}

section.listing a.toggle-filter {
  display: block;
  color: #fff;
  background-color: #1b3d7f;
  text-align: left;
  font-size: 16px;
  padding: 12px 20px 12px 20px;
  text-decoration: none;
}

section.listing div.filter-small {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 0;
  text-align: right;
  font-size: 16px;
}

section.listing div.filter-small a {
  text-decoration: none;
}

section.listing div.filter-small div.filters {
  padding-top: 15px;
  text-align: left;
}

section.listing div.filter-small div.filters h3, section.listing div.filter-small div.filters p {
  padding-left: 20px;
  padding-right: 20px;
}

section.listing div.filter-small div.filters h3 {
  padding-top: 15px;
}

section.listing div.filter-small div.filters select, section.listing div.filter-small div.filters input[type=submit] {
  display: block;
  width: 100%;
}

section.listing div.filter-small div.filters select, section.listing div.filter-small div.filters input[type=number], section.listing div.filter-small div.filters input[type=text], section.listing div.filter-small div.filters input[type=submit] {
  margin: 3px 0 3px 0;
}

section.listing div.filter-small div.filters input[type=submit] {
  border: 0;
  color: #fff;
  background-color: #1b3d7f;
  text-align: center;
  padding: 10px 0 10px 0;
  border-radius: 3px;
}

section.listing div.filter-large {
  background-color: #fff;
  padding: 15px 20px 10px 20px;
}

section.listing div.filter-large p.search {
  padding: 5px 45px 15px 0;
}

section.listing div.filter-large p.search input {
  border: 1px solid #ababab;
  width: calc(100%);
  border-radius: 2px;
  padding: 5px 8px 5px 8px;
}

section.listing div.filter-large button[type='submit'] {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  padding: 5px 8px 5px 8px;
  border-radius: 2px;
  color: #c1c1c1;
}

section.listing div.filter-large input.half {
  width: 45%;
}

section.listing div.filter-large i {
  font-size: 17px;
  color: #1b3d7f;
}

section.listing div.filter-large h3 {
  padding-top: 15px;
}

section.listing div.filter-large li {
  list-style: none;
  line-height: 24px;
}

section.listing div.filter-large li a {
  display: block;
  color: #464646;
  text-decoration: none;
}

section.listing div.filter-large p {
  padding: 5px 0 5px 0;
}

section.listing div.filter-large > ul {
  padding: 10px 0 20px 0;
}

section.listing div.filter-large > ul > li > ul > li {
  padding: 0 0 0 15px;
}

section.listing div.filter-large > ul > li > ul > li > ul > li {
  padding: 0 0 0 15px;
}

section.listing div.items_top {
  background-color: #fff;
  margin-bottom: 25px;
}

section.listing div.items_top p {
  line-height: 40px;
  padding: 10px 20px 10px 20px;
}

@media (max-width: 767px) {
  section.listing div.items_top {
    font-size: 13px;
  }
}

section.listing div.items_top span.count, section.listing div.items_top a.site {
  display: inline-block;
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: left 1px center;
  padding-left: 30px;
}

section.listing div.items_top span.count.norway, section.listing div.items_top a.site.norway {
  background-image: url("../../img/norway/logo/chain.png");
}

section.listing div.items_top span.count.sweden, section.listing div.items_top a.site.sweden {
  background-image: url("../../img/sweden/logo/chain.png");
}

section.listing div.items_top a.site {
  color: #000;
  opacity: 0.5;
  text-decoration: none;
  margin-left: 15px;
}

section.listing div.items {
  background-color: #fff;
  padding-bottom: 15px;
}

section.ad div.right, section.ad div.left {
  background-color: #fff;
}

section.ad div.left {
  margin-bottom: 10px;
}

section.ad div.left div.breadcrumb {
  font-size: 13px;
  padding: 15px 25px 15px 20px;
  color: #464646;
}

section.ad div.left div.mainimage {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 500px;
}

@media (max-width: 767px) {
  section.ad div.left div.mainimage {
    height: 400px;
  }
}

section.ad div.left div.mainimage div.count {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  padding: 8px 15px 8px 15px;
}

section.ad div.left div.mainimage div.count i {
  margin-right: 5px;
}

section.ad div.left div.details {
  margin: 0 20px 0 20px;
  padding: 20px 0 20px 0;
  border-top: 1px dotted #d0d0d0;
}

section.ad div.left div.details table {
  width: 100%;
}

section.ad div.left div.details table th, section.ad div.left div.details table td {
  line-height: 22px;
  color: #464646;
  width: 50%;
  text-align: left;
}

section.ad div.left div.details table th {
  font-weight: 600;
  padding-left: 20px;
}

section.ad div.left div.details table td {
  padding-right: 20px;
}

section.ad div.left div.files {
  padding: 15px 0 15px 0;
  margin: 0 20px 0 20px;
  border-top: 1px dotted #d0d0d0;
}

section.ad div.left div.files a {
  margin-right: 20px;
  color: #646464;
  text-decoration: none;
}

section.ad div.left div.description {
  padding: 15px 0 15px 0;
  margin: 0 20px 0 20px;
  border-top: 1px dotted #d0d0d0;
}

section.ad div.left div.description p, section.ad div.left div.description li {
  line-height: 24px;
}

section.ad div.left div.description ol, section.ad div.left div.description ul {
  margin: 8px 0 8px 20px;
}

section.ad div.left div.description strong {
  font-weight: 700;
}

section.ad div.left div.description em {
  font-style: italic;
}

section.ad div.left div.vegvesen {
  padding: 15px 0 15px 0;
  margin: 0 20px 0 20px;
}

section.ad div.left div.vegvesen p, section.ad div.left div.vegvesen li {
  line-height: 24px;
}

section.ad div.left div.vegvesen ol, section.ad div.left div.vegvesen ul {
  margin: 8px 0 8px 20px;
}

section.ad div.left div.vegvesen strong {
  font-weight: 700;
}

section.ad div.left div.vegvesen em {
  font-style: italic;
}

section.ad div.left div.vegvesen div.vegvesen-info {
  border: 1px solid #1b3d7f;
  padding: 15px;
  margin-top: -11px;
}

section.ad div.vegvesen {
  padding: 15px 0 15px 0;
  margin: 0 10px 0 10px;
}

section.ad div.vegvesen p, section.ad div.vegvesen li {
  line-height: 24px;
}

section.ad div.vegvesen ol, section.ad div.vegvesen ul {
  margin: 8px 0 8px 20px;
}

section.ad div.vegvesen strong {
  font-weight: 700;
}

section.ad div.vegvesen em {
  font-style: italic;
}

section.ad div.vegvesen div.vegvesen-info {
  border: 1px solid #1b3d7f;
  padding: 10px 20px 10px 20px;
  margin-top: -11px;
}

section.ad div.moreads a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  padding: 20px;
  margin: 10px 0 10px 0;
}

section.ad div.moreads a div.image {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

section.ad div.moreads a h3 {
  padding-top: 15px;
  padding-bottom: 10px;
  color: #1b3d7f;
  height: 70px;
}

section.ad div.moreads a span.price {
  float: right;
  font-weight: 700;
  color: #1b3d7f;
}

section.ad div.moreads a span.info {
  color: #464646;
}

section.ad div.right, section.ad div.rightelements {
  background-color: #fff;
  padding: 10px 20px 20px 20px;
}

section.ad div.right div.box, section.ad div.rightelements div.box {
  margin-top: 15px;
  border-radius: 3px;
}

section.ad div.right div.box i.close, section.ad div.rightelements div.box i.close {
  float: right;
  font-size: 18px;
  cursor: pointer;
}

section.ad div.right div.box input[type=submit], section.ad div.right div.box button, section.ad div.rightelements div.box input[type=submit], section.ad div.rightelements div.box button {
  display: block;
  width: 100%;
  font-size: 13px;
  padding: 10px 0 10px 0;
  border: 0;
  border-radius: 3px;
}

section.ad div.right div.box a.button, section.ad div.right div.box div.button, section.ad div.rightelements div.box a.button, section.ad div.rightelements div.box div.button {
  text-align: center;
  padding: 15px 0 15px 0;
  cursor: pointer;
  color: #fff;
  margin-top: 0;
}

section.ad div.right div.box a.button i, section.ad div.right div.box div.button i, section.ad div.rightelements div.box a.button i, section.ad div.rightelements div.box div.button i {
  font-size: 30px;
  display: block;
  margin: 0 auto 5px auto;
}

section.ad div.right div.box div.content, section.ad div.rightelements div.box div.content {
  display: none;
  font-size: 13px;
  padding: 10px 15px 10px 15px;
}

section.ad div.right div.box div.content input[type=text], section.ad div.right div.box div.content textarea, section.ad div.rightelements div.box div.content input[type=text], section.ad div.rightelements div.box div.content textarea {
  display: block;
  width: 100%;
  margin: 5px 0 5px 0;
}

section.ad div.right div.box.blue, section.ad div.rightelements div.box.blue {
  border: 2px solid #1b3d7f;
  background-color: #1b3d7f;
}

section.ad div.right div.box.blue div.button, section.ad div.rightelements div.box.blue div.button {
  font-size: 15px;
  color: #fff;
}

section.ad div.right div.box.blue p, section.ad div.rightelements div.box.blue p {
  color: #fff;
}

section.ad div.right div.box.blue a, section.ad div.rightelements div.box.blue a {
  color: #fff;
}

section.ad div.right div.box.blue input[type=text], section.ad div.rightelements div.box.blue input[type=text] {
  border: 0;
}

section.ad div.right div.box.blue input[type=submit], section.ad div.right div.box.blue button, section.ad div.rightelements div.box.blue input[type=submit], section.ad div.rightelements div.box.blue button {
  color: #1b3d7f;
  background-color: #fff;
}

section.ad div.right div.box.blue i.close, section.ad div.rightelements div.box.blue i.close {
  color: #fff;
}

section.ad div.right div.box.white, section.ad div.rightelements div.box.white {
  border: 2px solid #e6eef4;
}

section.ad div.right div.box.white div.button, section.ad div.rightelements div.box.white div.button {
  font-size: 13px;
  color: #1b3d7f;
  background-color: #fff;
}

section.ad div.right div.box.white input[type=submit], section.ad div.right div.box.white button, section.ad div.rightelements div.box.white input[type=submit], section.ad div.rightelements div.box.white button {
  color: #fff;
  background-color: #1b3d7f;
}

section.ad div.right div.box.white i.close, section.ad div.rightelements div.box.white i.close {
  color: #1b3d7f;
}

section.ad div.right a.button, section.ad div.rightelements a.button {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 15px 0 15px 0;
  margin: 20px 0 0 0;
  border-radius: 3px;
}

section.ad div.right a.button.contact, section.ad div.rightelements a.button.contact {
  font-size: 15px;
  color: #fff;
  border: 2px solid #1b3d7f;
  background-color: #1b3d7f;
}

section.ad div.right a.button.share, section.ad div.rightelements a.button.share {
  font-size: 12px;
  color: #1b3d7f;
  background-color: #fff;
  border: 2px solid #e6eef4;
}

section.ad div.right a.button i, section.ad div.rightelements a.button i {
  font-size: 30px;
  display: block;
  margin: 0 auto 5px auto;
}

section.ad div.right .countymap img, section.ad div.rightelements .countymap img {
  width: 100%;
}

section.ad div.shipping {
  background-color: #fff;
  border-radius: 2px;
  margin-top: 20px;
  padding: 20px 25px 15px 25px;
}

section.ad div.financial-calculator {
  background-color: #fff;
  border-radius: 2px;
  margin-top: 20px;
  padding: 20px 25px 15px 25px;
}

section.ad div.financial-calculator div.result {
  padding: 20px 0 10px 0;
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  color: #1b3d7f;
}

section.ad div.financial-calculator div.result span {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

section.ad div.gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.9);
}

section.ad div.gallery div.top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
  text-align: right;
  height: 60px;
  background-color: #000;
}

section.ad div.gallery div.top a {
  display: inline-block;
  font-size: 15px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
}

section.ad div.gallery div.mainimagewrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  padding: 80px 0 40px 0;
}

section.ad div.gallery div.mainimagewrapper span.nav {
  z-index: 1100;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 15px 10px 15px 10px;
  border-radius: 3px;
  cursor: pointer;
}

section.ad div.gallery div.mainimagewrapper span.nav i {
  font-size: 20px;
}

section.ad div.gallery div.mainimagewrapper span.nav.right {
  right: 0;
}

section.ad div.gallery div.mainimagewrapper span.nav.left {
  left: 30px;
}

section.ad div.gallery div.mainimagewrapper div.mainimage {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 100%;
}

section.ad div.gallery div.mainimagewrapper div.num {
  z-index: 1100;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 4px 0 4px 0;
  background-color: rgba(255, 255, 255, 0.2);
}

section.ad div.gallery div.thumbnailswrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  padding: 80px 0 20px 0;
  overflow: auto;
}

section.ad div.gallery div.thumbnailswrapper div.thumbnails {
  text-align: center;
}

section.ad div.gallery div.thumbnailswrapper div.thumbnails span {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 250px;
  width: 250px;
  height: 200px;
  margin: 10px 0 10px 0;
}

.itemrow {
  padding: 20px;
}

.itemrow .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 200px;
}

@media (max-width: 767px) {
  .itemrow .image {
    height: 150px;
  }
}

@media (max-width: 991px) {
  .itemrow .content h2 {
    font-size: 16px;
  }
}

.itemrow .content p.price {
  font-size: 25px;
  font-weight: 300;
  padding-top: 10px;
}

@media (max-width: 991px) {
  .itemrow .content p.price {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .itemrow .content p.important {
    padding-top: 15px;
  }
}

div.page {
  background-color: #fff;
  padding: 20px 25px 20px 25px;
}

div.page h2 {
  padding-top: 25px;
}

div.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 700;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 600px) {
  div.modal {
    background-color: #fff;
  }
}

div.modal div.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px;
}

@media (min-width: 601px) {
  div.modal div.content {
    min-width: 500px;
  }
}

@media (max-width: 600px) {
  div.modal div.content {
    position: static;
    transform: none;
    width: 100%;
  }
}

div.modal div.content .close {
  float: right;
  cursor: pointer;
  font-size: 30px;
  color: #1b3d7f;
}

div.modal div.content h2 {
  padding: 20px 0 10px 0;
}

div.modal.bid .large input, div.modal.autobid .large input {
  font-size: 22px;
  padding: 10px 15px 10px 15px;
}

div.modal.translate p.lang a {
  display: block;
  line-height: 20px;
  background-size: auto 25px;
  background-repeat: no-repeat;
  padding-left: 35px;
  text-decoration: none;
}

div.modal.translate p.lang a.no {
  background-image: url("../../img/icons/flag-no.svg");
}

div.modal.translate p.lang a.en {
  background-image: url("../../img/icons/flag-com.svg");
}

div.modal.translate p.lang a.de {
  background-image: url("../../img/icons/flag-de.svg");
}

.employees img {
  width: 100%;
  max-width: 250px;
  margin-top: 20px;
}

div.feedbackfeedbackbutton {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  left: 20px;
  font-size: 12px;
  background-color: #1b3d7f;
  color: #fff;
  padding: 8px 15px 8px 40px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-image: url("../../img/icons/feedback.svg");
  background-position: left 15px center;
  background-size: auto 50%;
  background-repeat: no-repeat;
}

footer {
  margin-top: 30px;
  padding: 20px 0 20px 0;
  background-color: #fff;
}

footer img.logo {
  height: 20px;
  margin-bottom: 10px;
}

footer a {
  text-decoration: none;
}

footer p {
  font-size: 12px;
}

@media (max-width: 991px) {
  footer p {
    text-align: center;
  }
}

footer p.lang img {
  height: 20px;
}

.fullwidth {
  display: block !important;
  width: 100% !important;
}

@media (max-width: 767px) {
  .fullwidth-xs {
    display: block !important;
    width: 100% !important;
  }
}

.w49p {
  width: 49%;
}

.pointer {
  cursor: pointer;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.margin-right-5 {
  margin-right: 5px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.hidden {
  display: none;
}

.align-center {
  text-align: center;
}

/* Bootstrap 5 col */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
