﻿/* columns of same height styles */
/* vertical alignment styles */
/* Responsive pulls */
@media (max-width: 991px) {
  .visible-grid-breakpoint {
    display: none;
  }
}
.visible-grid-breakpoint-max:before,
.visible-grid-breakpoint-max:after {
  content: " ";
  display: table;
}
.visible-grid-breakpoint-max:after {
  clear: both;
}
.visible-grid-breakpoint-max:before,
.visible-grid-breakpoint-max:after {
  content: " ";
  display: table;
}
.visible-grid-breakpoint-max:after {
  clear: both;
}
@media (min-width: 992px) {
  .visible-grid-breakpoint-max {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-grid-breakpoint {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-grid-breakpoint-max {
    display: none;
  }
}
.keyvisual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
@media (min-width: 1364px) {
  body {
    position: relative;
    background: #6b6b6b;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(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);
    background: -moz-linear-gradient(top, #6b6b6b 0%, #6b6b6b 24%, #6e6e6c 26%, #717171 27%, #767676 29%, #777978 29%, #787677 30%, #7a7a7a 30%, #797979 30%, #808080 32%, #818181 33%, #828483 33%, #888687 35%, #8b8b8b 35%, #929292 38%, #949494 38%, #939391 38%, #959595 38%, #979797 39%, #9c9c9c 40%, #9b9b99 40%, #9b9d9c 40%, #a2a2a4 41%, #a3a3a1 42%, #a3a3a5 42%, #aeaeae 44%, #b4b4b4 45%, #b3b3b3 46%, #b8b8b8 46%, #b7b7b7 47%, #c1c1c1 49%, #c5c5c5 50%, #cbcbcb 51%, #d2d2d2 53%, #d1d1d1 53%, #d3d5d4 53%, #d5d5d5 54%, #d7d7d9 54%, #d8d8d6 55%, #d9d9d9 55%, #dcdcdc 56%, #dedede 56%, #dddddd 56%, #e2e0e1 57%, #e0e0e0 57%, #e6e6e8 58%, #e8e8e6 59%, #e9e9e9 59%, #e8e8e8 59%, #eaeaea 59%, #ebe9ea 60%, #ececec 60%, #ebebeb 60%, #f1f1f1 62%, #eff1f0 62%, #f2f2f4 62%, #f2f2f2 63%, #f6f6f6 63%, #f9f7f8 65%, #f9fbfa 65%, #ffffff 68%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b6b6b), color-stop(24%, #6b6b6b), color-stop(26%, #6e6e6c), color-stop(27%, #717171), color-stop(29%, #767676), color-stop(29%, #777978), color-stop(30%, #787677), color-stop(30%, #7a7a7a), color-stop(30%, #797979), color-stop(32%, #808080), color-stop(33%, #818181), color-stop(33%, #828483), color-stop(35%, #888687), color-stop(35%, #8b8b8b), color-stop(38%, #929292), color-stop(38%, #949494), color-stop(38%, #939391), color-stop(38%, #959595), color-stop(39%, #979797), color-stop(40%, #9c9c9c), color-stop(40%, #9b9b99), color-stop(40%, #9b9d9c), color-stop(41%, #a2a2a4), color-stop(42%, #a3a3a1), color-stop(42%, #a3a3a5), color-stop(44%, #aeaeae), color-stop(45%, #b4b4b4), color-stop(46%, #b3b3b3), color-stop(46%, #b8b8b8), color-stop(47%, #b7b7b7), color-stop(49%, #c1c1c1), color-stop(50%, #c5c5c5), color-stop(51%, #cbcbcb), color-stop(53%, #d2d2d2), color-stop(53%, #d1d1d1), color-stop(53%, #d3d5d4), color-stop(54%, #d5d5d5), color-stop(54%, #d7d7d9), color-stop(55%, #d8d8d6), color-stop(55%, #d9d9d9), color-stop(56%, #dcdcdc), color-stop(56%, #dedede), color-stop(56%, #dddddd), color-stop(57%, #e2e0e1), color-stop(57%, #e0e0e0), color-stop(58%, #e6e6e8), color-stop(59%, #e8e8e6), color-stop(59%, #e9e9e9), color-stop(59%, #e8e8e8), color-stop(59%, #eaeaea), color-stop(60%, #ebe9ea), color-stop(60%, #ececec), color-stop(60%, #ebebeb), color-stop(62%, #f1f1f1), color-stop(62%, #eff1f0), color-stop(62%, #f2f2f4), color-stop(63%, #f2f2f2), color-stop(63%, #f6f6f6), color-stop(65%, #f9f7f8), color-stop(65%, #f9fbfa), color-stop(68%, #ffffff), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6b6b6b 0%, #6b6b6b 24%, #6e6e6c 26%, #717171 27%, #767676 29%, #777978 29%, #787677 30%, #7a7a7a 30%, #797979 30%, #808080 32%, #818181 33%, #828483 33%, #888687 35%, #8b8b8b 35%, #929292 38%, #949494 38%, #939391 38%, #959595 38%, #979797 39%, #9c9c9c 40%, #9b9b99 40%, #9b9d9c 40%, #a2a2a4 41%, #a3a3a1 42%, #a3a3a5 42%, #aeaeae 44%, #b4b4b4 45%, #b3b3b3 46%, #b8b8b8 46%, #b7b7b7 47%, #c1c1c1 49%, #c5c5c5 50%, #cbcbcb 51%, #d2d2d2 53%, #d1d1d1 53%, #d3d5d4 53%, #d5d5d5 54%, #d7d7d9 54%, #d8d8d6 55%, #d9d9d9 55%, #dcdcdc 56%, #dedede 56%, #dddddd 56%, #e2e0e1 57%, #e0e0e0 57%, #e6e6e8 58%, #e8e8e6 59%, #e9e9e9 59%, #e8e8e8 59%, #eaeaea 59%, #ebe9ea 60%, #ececec 60%, #ebebeb 60%, #f1f1f1 62%, #eff1f0 62%, #f2f2f4 62%, #f2f2f2 63%, #f6f6f6 63%, #f9f7f8 65%, #f9fbfa 65%, #ffffff 68%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6b6b6b 0%, #6b6b6b 24%, #6e6e6c 26%, #717171 27%, #767676 29%, #777978 29%, #787677 30%, #7a7a7a 30%, #797979 30%, #808080 32%, #818181 33%, #828483 33%, #888687 35%, #8b8b8b 35%, #929292 38%, #949494 38%, #939391 38%, #959595 38%, #979797 39%, #9c9c9c 40%, #9b9b99 40%, #9b9d9c 40%, #a2a2a4 41%, #a3a3a1 42%, #a3a3a5 42%, #aeaeae 44%, #b4b4b4 45%, #b3b3b3 46%, #b8b8b8 46%, #b7b7b7 47%, #c1c1c1 49%, #c5c5c5 50%, #cbcbcb 51%, #d2d2d2 53%, #d1d1d1 53%, #d3d5d4 53%, #d5d5d5 54%, #d7d7d9 54%, #d8d8d6 55%, #d9d9d9 55%, #dcdcdc 56%, #dedede 56%, #dddddd 56%, #e2e0e1 57%, #e0e0e0 57%, #e6e6e8 58%, #e8e8e6 59%, #e9e9e9 59%, #e8e8e8 59%, #eaeaea 59%, #ebe9ea 60%, #ececec 60%, #ebebeb 60%, #f1f1f1 62%, #eff1f0 62%, #f2f2f4 62%, #f2f2f2 63%, #f6f6f6 63%, #f9f7f8 65%, #f9fbfa 65%, #ffffff 68%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6b6b6b 0%, #6b6b6b 24%, #6e6e6c 26%, #717171 27%, #767676 29%, #777978 29%, #787677 30%, #7a7a7a 30%, #797979 30%, #808080 32%, #818181 33%, #828483 33%, #888687 35%, #8b8b8b 35%, #929292 38%, #949494 38%, #939391 38%, #959595 38%, #979797 39%, #9c9c9c 40%, #9b9b99 40%, #9b9d9c 40%, #a2a2a4 41%, #a3a3a1 42%, #a3a3a5 42%, #aeaeae 44%, #b4b4b4 45%, #b3b3b3 46%, #b8b8b8 46%, #b7b7b7 47%, #c1c1c1 49%, #c5c5c5 50%, #cbcbcb 51%, #d2d2d2 53%, #d1d1d1 53%, #d3d5d4 53%, #d5d5d5 54%, #d7d7d9 54%, #d8d8d6 55%, #d9d9d9 55%, #dcdcdc 56%, #dedede 56%, #dddddd 56%, #e2e0e1 57%, #e0e0e0 57%, #e6e6e8 58%, #e8e8e6 59%, #e9e9e9 59%, #e8e8e8 59%, #eaeaea 59%, #ebe9ea 60%, #ececec 60%, #ebebeb 60%, #f1f1f1 62%, #eff1f0 62%, #f2f2f4 62%, #f2f2f2 63%, #f6f6f6 63%, #f9f7f8 65%, #f9fbfa 65%, #ffffff 68%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #6b6b6b 0%, #6b6b6b 24%, #6e6e6c 26%, #717171 27%, #767676 29%, #777978 29%, #787677 30%, #7a7a7a 30%, #797979 30%, #808080 32%, #818181 33%, #828483 33%, #888687 35%, #8b8b8b 35%, #929292 38%, #949494 38%, #939391 38%, #959595 38%, #979797 39%, #9c9c9c 40%, #9b9b99 40%, #9b9d9c 40%, #a2a2a4 41%, #a3a3a1 42%, #a3a3a5 42%, #aeaeae 44%, #b4b4b4 45%, #b3b3b3 46%, #b8b8b8 46%, #b7b7b7 47%, #c1c1c1 49%, #c5c5c5 50%, #cbcbcb 51%, #d2d2d2 53%, #d1d1d1 53%, #d3d5d4 53%, #d5d5d5 54%, #d7d7d9 54%, #d8d8d6 55%, #d9d9d9 55%, #dcdcdc 56%, #dedede 56%, #dddddd 56%, #e2e0e1 57%, #e0e0e0 57%, #e6e6e8 58%, #e8e8e6 59%, #e9e9e9 59%, #e8e8e8 59%, #eaeaea 59%, #ebe9ea 60%, #ececec 60%, #ebebeb 60%, #f1f1f1 62%, #eff1f0 62%, #f2f2f4 62%, #f2f2f2 63%, #f6f6f6 63%, #f9f7f8 65%, #f9fbfa 65%, #ffffff 68%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b', endColorstr='#ffffff', GradientType=0);
    /* IE6-8 */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 0%;
  }
  body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/body_image_left.png'), url('img/body_image_right.png');
    background-repeat: no-repeat, no-repeat;
    background-size: 50% 980px, 50% 980px;
    background-position: 0% 0%, 100% 0%;
  }
  body:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('img/body_grid.png');
    background-repeat: repeat-x;
  }
}
.wrapper {
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media (min-width: 1364px) and (max-width: 1600px) {
  .wrapper {
    margin: 0 92px;
  }
}
.wrapper img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .wrapper {
    position: relative;
    z-index: 10;
  }
}
h1 > .fa,
h2 > .fa,
h3 > .fa,
h4 > .fa,
h5 > .fa,
h6 > .fa,
h1 a > .fa,
h2 a > .fa,
h3 a > .fa,
h4 a > .fa,
h5 a > .fa,
h6 a > .fa {
  color: #015198;
  margin-right: 15px;
}
@media (max-width: 480px) {
  h2 {
    font-size: 20px !important;
  }
}
@media (max-width: 991px) {
  h2 {
    text-align: center;
  }
}
.page-headline-wrap {
  margin-top: 25px;
}
.page-headline-wrap:before,
.page-headline-wrap:after {
  content: " ";
  display: table;
}
.page-headline-wrap:after {
  clear: both;
}
.page-headline-wrap:before,
.page-headline-wrap:after {
  content: " ";
  display: table;
}
.page-headline-wrap:after {
  clear: both;
}
.page-headline-wrap fieldset {
  border: 0;
  border-top: 1px solid #d6d6d6;
  display: block;
  text-align: center;
  margin: 0;
}
.page-headline-wrap legend {
  padding: 0 15px;
  font-weight: 500;
  font-size: 25px;
  line-height: 32.5px;
  padding: 5px 15px;
  color: #4d4d4d;
  width: auto;
  border: 0;
}
.page-headline-wrap legend > h1 {
  font-size: 24px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.icon-offset {
  margin-left: 27px;
}
body.content .main h2 {
  font-size: 30px;
  line-height: 40.5px;
  font-weight: 400;
  margin-bottom: 23px;
}
body.content .main h3 {
  font-size: 25px;
  font-weight: 400;
}
body.content .main ul {
  list-style: none;
  padding: 0;
}
body.content .main ul li {
  margin: 12px 0;
}
body.content .main ul li:before {
  content: '\f105';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 12px;
  font-size: 20px;
  color: #015198;
}
a[rel^="lightbox"] {
  position: relative;
  display: block;
  color: #fff;
}
a[rel^="lightbox"]:after {
  content: '\f00e';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #015198;
  padding: 5px 4px 3px;
}
@media (min-width: 992px) {
  .well {
    padding: 12px 30px;
  }
}
.well h2 {
  text-align: left !important;
  margin-top: 13px;
  line-height: 1.35 !important;
  font-size: 19px !important;
  margin-bottom: 14px !important;
}
@media (max-width: 991px) {
  .well h2 {
    font-size: 18px !important;
  }
}
.main ol {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .main {
    padding-bottom: 30px;
  }
}
.powermail_fieldset_3 .powermail_fieldwrap_22 ~ .powermail_fieldwrap {
  overflow: hidden;
}
input[type="checkbox"] {
  width: auto !important;
}
.powermail_fieldwrap_textarea {
  width: 100% !important;
}
.powermail_fieldset_4 {
  padding: 0 10px;
}
.powermail_fieldset_4 .col-md-6 {
  width: 100%;
}
.powermail_fieldset_4 .col-md-6:before,
.powermail_fieldset_4 .col-md-6:after {
  content: " ";
  display: table;
}
.powermail_fieldset_4 .col-md-6:after {
  clear: both;
}
.powermail_fieldset_4 .col-md-6:before,
.powermail_fieldset_4 .col-md-6:after {
  content: " ";
  display: table;
}
.powermail_fieldset_4 .col-md-6:after {
  clear: both;
}
@media (min-width: 768px) {
  .powermail_fieldwrap_textarea {
    width: 100% !important;
  }
  .powermail_fieldset_4 .powermail_fieldwrap {
    float: left;
    width: 25%;
    padding: 0 15px;
  }
}
.header {
  position: relative;
}
.header #lang-wrapper {
  margin: 0;
  position: absolute;
  top: -29px;
  right: 0;
}
.header #lang-wrapper button {
  padding: 5px 10px;
  -webkit-transition: background 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background 0.25s ease-out, color 0.25s ease-out;
  transition: background 0.25s ease-out, color 0.25s ease-out;
}
@media (max-width: 991px) {
  .header #lang-wrapper button {
    display: none;
  }
}
.header #lang-wrapper button:hover,
.header #lang-wrapper button:active {
  background: #015198;
  color: #fff;
}
.header #lang-wrapper img {
  display: inline-block;
  margin-right: 5px;
  margin-top: -3px;
}
.header #lang-wrapper .dropdown-menu {
  max-width: 84px;
  min-width: 0;
  padding: 0;
  margin: 0;
}
.header #lang-wrapper .dropdown-menu > li > a {
  padding: 4px 22px 4px 12px;
  color: #fff;
  background: #015198;
  -webkit-transition: background 0.25s linear, color 0.25s linear;
  -o-transition: background 0.25s linear, color 0.25s linear;
  transition: background 0.25s linear, color 0.25s linear;
}
.header #lang-wrapper .dropdown-menu > li > a:hover {
  color: #015198;
  background: #fff;
}
.header .navbar-default {
  padding: 29px 0 20px;
  border: 0;
}
@media (max-width: 991px) {
  .header .navbar-default {
    padding: 11px 0 0;
  }
}
.header .navbar-default > .container {
  position: relative;
}
@media (min-width: 992px) {
  .header .navbar-default .navbar-collapse {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .header .navbar-default .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    background: #fff;
    z-index: 100;
  }
}
@media (max-width: 991px) {
  .header .navbar-default .navbar-nav {
    float: left !important;
  }
}
@media (max-width: 991px) {
  .header .navbar-default .navbar-nav {
    width: 100%;
    margin: 9px 0 0;
  }
}
@media (max-width: 991px) {
  .header .navbar-default .navbar-nav > li {
    border-top: 1px solid #d6d6d6;
  }
  .header .navbar-default .navbar-nav > li:before,
  .header .navbar-default .navbar-nav > li:after {
    content: " ";
    display: table;
  }
  .header .navbar-default .navbar-nav > li:after {
    clear: both;
  }
  .header .navbar-default .navbar-nav > li:before,
  .header .navbar-default .navbar-nav > li:after {
    content: " ";
    display: table;
  }
  .header .navbar-default .navbar-nav > li:after {
    clear: both;
  }
}
@media (max-width: 991px) {
  .header .navbar-default .navbar-nav > li:last-child {
    border-bottom: 1px solid #d6d6d6;
  }
}
@media (max-width: 991px) {
  .header .navbar-default .navbar-nav > li .submenu-collapse {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header .navbar-default .navbar-nav > li .submenu-collapse {
    display: block;
  }
}
@media (min-width: 992px) {
  .header .navbar-default .navbar-nav > li {
    margin-top: 7px;
    padding-left: 24px;
    padding-right: 25px;
    position: relative;
  }
  .header .navbar-default .navbar-nav > li:last-child {
    padding-left: 20px;
  }
}
.header .navbar-default .navbar-nav > li .submenu-toggle {
  background: none;
  border: 0;
  outline: 0;
  font-size: 20px;
  float: right;
  display: block;
  width: 9%;
  padding: 6px 20px 6px 0;
}
@media (min-width: 992px) {
  .header .navbar-default .navbar-nav > li .submenu-toggle {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .navbar-default .navbar-nav > li.active .submenu-toggle .fa:before,
  .header .navbar-default .navbar-nav > li.collapsed .submenu-toggle .fa:before {
    color: #015198;
  }
}
@media (max-width: 991px) {
  .header .navbar-default .navbar-nav > li.collapsed .submenu-toggle .fa:before {
    content: '\f106' !important;
  }
}
.header .navbar-default .navbar-nav > li ul.submenu {
  list-style: none;
}
@media (min-width: 992px) {
  .header .navbar-default .navbar-nav > li ul.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 24px;
    border: 2px solid #015198;
    background: #fff;
    padding: 10px;
    z-index: 100000;
  }
  .header .navbar-default .navbar-nav > li ul.submenu:after {
    content: '';
    display: block;
    position: absolute;
    border-top: 2px solid #015198;
    border-left: 2px solid #015198;
    background: #fff;
    top: -7px;
    width: 11px;
    height: 11px;
    left: 10%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 991px) {
  .header .navbar-default .navbar-nav > li ul.submenu {
    padding-left: 0;
    padding-bottom: 15px;
  }
}
.header .navbar-default .navbar-nav > li ul.submenu > li a {
  display: block;
  color: #646464;
  font-size: 14px;
  line-height: 21px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 991px) {
  .header .navbar-default .navbar-nav > li ul.submenu > li a {
    border-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .header .navbar-default .navbar-nav > li ul.submenu > li a:before {
    content: "\f105";
    color: #e4001d;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.header .navbar-default .navbar-nav > li ul.submenu > li a:hover {
  text-decoration: none;
  color: #015198;
}
.header .navbar-default .navbar-nav > li ul.submenu > li.active a {
  color: #015198;
}
.header .navbar-default .navbar-nav > li ul.submenu > li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .header .navbar-default .navbar-nav > li ul.submenu:hover {
    display: block;
  }
}
@media (min-width: 992px) {
  .header .navbar-default .navbar-nav > li:last-child ul.submenu {
    left: 20px;
  }
}
.header .navbar-default .navbar-nav > li > a {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .header .navbar-default .navbar-nav > li > a {
    display: block;
    float: left;
    width: 91%;
  }
}
@media (min-width: 992px) {
  .header .navbar-default .navbar-nav > li > a {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 13px;
    border-bottom: 3px solid transparent;
    -webkit-transition: border-color .25s ease-out, color .25s ease-out;
    -o-transition: border-color .25s ease-out, color .25s ease-out;
    transition: border-color .25s ease-out, color .25s ease-out;
  }
  .header .navbar-default .navbar-nav > li > a.active {
    border-bottom: 3px solid #015198;
  }
  .header .navbar-default .navbar-nav > li > a.active:hover {
    border-bottom: 3px solid transparent;
  }
}
@media (min-width: 992px) {
  .header .navbar-default .navbar-nav > li:hover ul.submenu,
  .header .navbar-default .navbar-nav > li:focus ul.submenu,
  .header .navbar-default .navbar-nav > li a:hover ul.submenu,
  .header .navbar-default .navbar-nav > li a:active ul.submenu,
  .header .navbar-default .navbar-nav > li a:focus ul.submenu {
    display: block;
  }
}
.header .navbar-default .navbar-search {
  margin: 9px 0;
  padding-left: 0;
  list-style: none;
  display: none;
}
.header .navbar-default .navbar-search.mobile {
  display: block;
  margin: 0 0 9px;
  width: 100%;
}
.header .navbar-default .navbar-search.mobile .tx-macinasearchbox-pi1 form {
  margin: 0;
  padding: 0;
}
.header .navbar-default .navbar-search.mobile .tx-macinasearchbox-pi1 form label {
  display: none;
}
.header .navbar-default .navbar-search.mobile .tx-macinasearchbox-pi1 .form-group,
.header .navbar-default .navbar-search.mobile .tx-macinasearchbox-pi1 .form-control {
  width: 100%;
  display: block;
}
.header .navbar-default .navbar-search.mobile .tx-macinasearchbox-pi1 .form-control {
  margin-top: -1px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 42px;
}
.header .navbar-default .navbar-search.mobile .tx-macinasearchbox-pi1 .form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header .navbar-default .navbar-search .tx-macinasearchbox-pi1:before,
.header .navbar-default .navbar-search .tx-macinasearchbox-pi1:after {
  content: " ";
  display: table;
}
.header .navbar-default .navbar-search .tx-macinasearchbox-pi1:after {
  clear: both;
}
.header .navbar-default .navbar-search .tx-macinasearchbox-pi1:before,
.header .navbar-default .navbar-search .tx-macinasearchbox-pi1:after {
  content: " ";
  display: table;
}
.header .navbar-default .navbar-search .tx-macinasearchbox-pi1:after {
  clear: both;
}
.header .navbar-default .navbar-search label {
  cursor: pointer;
}
.header .navbar-default .navbar-search #search-box {
  font-size: 15px;
}
@media (min-width: 992px) {
  .header .navbar-default .navbar-search #search-box {
    width: 0;
    padding: 0;
    margin-right: 0;
    border-color: transparent;
    -webkit-transition: border-color .25s ease-out, padding .25s ease-out, width .6s ease-out, box-shadow .25s ease-out, margin-right .25s ease-out;
    -o-transition: border-color .25s ease-out, padding .25s ease-out, width .6s ease-out, box-shadow .25s ease-out, margin-right .25s ease-out;
    transition: border-color .25s ease-out, padding .25s ease-out, width .6s ease-out, box-shadow .25s ease-out, margin-right .25s ease-out;
  }
  .header .navbar-default .navbar-search #search-box:focus {
    border-color: #015198;
    padding: 6px 12px;
    width: 165px;
    margin-right: 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(228, 1, 25, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(228, 1, 25, 0.6);
    -webkit-transition: border-color .25s ease-out, padding .25s ease-out, width .6s ease-out, box-shadow .25s ease-out, margin-right .25s ease-out;
    -o-transition: border-color .25s ease-out, padding .25s ease-out, width .6s ease-out, box-shadow .25s ease-out, margin-right .25s ease-out;
    transition: border-color .25s ease-out, padding .25s ease-out, width .6s ease-out, box-shadow .25s ease-out, margin-right .25s ease-out;
  }
  .header .navbar-default .navbar-search #search-box:not(:focus) {
    text-indent: -5000px;
  }
}
.header .navbar-default .navbar-search input[type="submit"] {
  position: absolute;
  left: -5000px;
  width: 0;
  border: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .header .navbar-default .navbar-search {
    display: block;
    margin: 0;
  }
}
.header .navbar-default .navbar-search > li {
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  .header .navbar-default .navbar-search > li {
    margin-top: 5px;
  }
}
.header .navbar-default .navbar-search > li > a {
  color: #757575;
  font-size: 18px;
  display: block;
  padding-top: 18px;
  padding-bottom: 13px;
  border-bottom: 3px solid transparent;
}
.header .navbar-default .navbar-search > li > a:hover {
  color: #015198;
}
.header .navbar-default .navbar-brand {
  background: url("img/Vama_Logo.jpg") no-repeat;
  width: 213px;
  height: 60px;
}
@media (max-width: 991px) {
  .header .navbar-default .navbar-brand {
    margin-left: 15px;
  }
}
.header .lang-login {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.header .lang-login a {
  color: #fff;
  padding: 9px 29px 10px 16px;
  display: block;
}
.header .lang-login a:hover,
.header .lang-login a:active {
  text-decoration: none;
}
.header .lang-login .container {
  position: relative;
}
.header .lang-login .lang-nav > li:first-child > a {
  border-top: 1px solid #fb3951;
}
.header .lang-login .lang-nav > li.active-lang a {
  background: #fff;
  color: #015198;
}
.header .lang-login .lang-nav > li > a {
  padding: 8px 10px 5px;
  border-bottom: 1px solid #fb3951;
  -webkit-transition: background .25s ease-out, color .25s ease-out;
  -o-transition: background .25s ease-out, color .25s ease-out;
  transition: background .25s ease-out, color .25s ease-out;
}
.header .lang-login .lang-nav > li > a:hover,
.header .lang-login .lang-nav > li > a:focus,
.header .lang-login .lang-nav > li > a:active {
  background: #fff;
  color: #015198;
}
.header .lang-login .lang-heading {
  font-size: 15px;
  position: absolute;
  top: 100%;
  right: 15px;
  background-color: #015198;
  background-image: url('img/white_plus.png');
  background-repeat: no-repeat;
  background-position: 93% center;
  z-index: 10000;
}
@media (max-width: 991px) {
  .header .lang-login .lang-heading {
    position: relative;
    top: 0;
    left: 0;
    background-position: 94.5% center;
  }
}
.header .lang-login .lang-heading.active {
  background-image: url('img/white_minus.jpg');
}
.header .lang-login .lang-collapse {
  background: #015198;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .header .lang-login .lang-collapse {
    position: static;
  }
}
.header .lang-login .lang-body {
  background: #015198;
  padding: 23px 0 48px;
}
@media (max-width: 991px) {
  .header .lang-login .lang-body {
    padding: 23px 15px 48px;
  }
}
.header .lang-login .lang-body form input[type="text"],
.header .lang-login .lang-body form input[type="password"] {
  color: #fff;
  line-height: 27px;
  padding: 4px 9px 5px;
  background: #860010;
  min-width: 100%;
  border: 0;
  outline: 0;
  margin-top: -3px;
  margin-bottom: 6px;
}
.header .lang-login .lang-body form input[type="text"]::-moz-placeholder,
.header .lang-login .lang-body form input[type="password"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.header .lang-login .lang-body form input[type="text"]:-ms-input-placeholder,
.header .lang-login .lang-body form input[type="password"]:-ms-input-placeholder {
  color: #ffffff;
}
.header .lang-login .lang-body form input[type="text"]::-webkit-input-placeholder,
.header .lang-login .lang-body form input[type="password"]::-webkit-input-placeholder {
  color: #ffffff;
}
.header .lang-login .lang-body form input[type="submit"] {
  background: url("img/white_arrow_right.png") no-repeat 89% 50%;
  outline: 0;
  border: 1px solid #fff;
  padding-left: 11px;
  padding-right: 20px;
  margin-top: 4px;
  border: 2px solid #fff;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.header .lang-login .lang-body form input[type="submit"]:hover,
.header .lang-login .lang-body form input[type="submit"]:active,
.header .lang-login .lang-body form input[type="submit"]:focus {
  background-color: #860010;
}
.header .lang-login h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 31px;
  line-height: 1.26;
}
.keyvisual {
  padding-top: 110px;
  min-width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 451px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .keyvisual {
    padding-top: 40px;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .keyvisual.min-height {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  .keyvisual.min-height {
    min-height: 150px;
  }
}
@media (min-width: 992px) {
  .keyvisual {
    min-height: 451px;
  }
}
.keyvisual h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-top: 0;
}
@media (max-width: 991px) {
  .keyvisual h1 {
    font-size: 35px;
  }
}
.keyvisual h2 {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  margin-top: 13px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .keyvisual .col-sm-4 {
    display: none;
  }
}
@media (min-width: 992px) {
  .keyvisual .col-sm-8 {
    padding-top: 102px;
  }
}
@media (max-width: 991px) {
  .keyvisual .col-sm-8 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .keyvisual .teaser {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .keyvisual .teaser:after {
    content: '';
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 28px;
    width: 100px;
    height: 2px;
    display: inline-block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .keyvisual .teaser {
    padding-left: 36px;
    position: relative;
  }
}
.keyvisual.product-keyvisual {
  padding-top: 273px;
}
@media (max-width: 991px) {
  .keyvisual.product-keyvisual {
    min-height: 300px;
    padding: 0;
  }
  .keyvisual.product-keyvisual .teaser {
    display: none;
  }
}
@media (max-width: 480px) {
  .keyvisual.product-keyvisual {
    min-height: 150px;
  }
}
.btn-search {
  padding: 5.5px 17px 5.5px 12px;
}
.btn-search > .fa {
  margin-right: 5px;
}
#c2 h2 {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  #c2 {
    display: none;
  }
}
#c3 .btn-search {
  margin-top: 2px;
  margin-left: 25px;
}
@media (max-width: 991px) {
  #c3 {
    display: none;
  }
}
#c6 h2 {
  line-height: 37px;
  margin-bottom: 25px;
}
#c6 p {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  #c6 p {
    text-align: center;
  }
}
#c19 {
  font-size: 15px;
}
@media (max-width: 991px) {
  #c19 + .csc-default {
    margin-top: 50px !important;
  }
}
@media (max-width: 991px) {
  #c19 .col-md-4 h2 {
    text-align: left;
  }
}
@media (max-width: 991px) {
  #c19 .col-md-4 > div[id^="c"] {
    max-width: 350px;
    margin: 0 auto;
    text-align: left;
  }
}
#c22 .csc-textpic-imagewrap {
  margin-bottom: 10px;
}
#c22 .csc-textpic-text {
  margin-bottom: 29px;
}
#c23 a {
  margin-top: 7px;
  padding-left: 18px;
  padding-right: 16px;
  line-height: 120%;
}
#c23 a .fa {
  line-height: 19.23px;
  margin-left: 3px;
}
@media (max-width: 991px) {
  #c25 > .csc-header-n1 {
    display: none;
  }
}
@media (max-width: 767px) {
  #c28 {
    display: none;
  }
}
@media (min-width: 768px) {
  #c28 .row {
    display: table-row;
  }
}
#c28 .col-sm-2 {
  vertical-align: middle;
  padding: 0 7.5px;
}
@media (min-width: 768px) {
  #c28 .col-sm-2 {
    display: table-cell;
    float: none;
  }
}
#c28 .col-sm-2:first-child {
  padding-left: 0;
}
#c28 .col-sm-2:last-child {
  padding-right: 0;
}
#c37 h4 {
  margin-bottom: 19px;
}
#c37 p {
  line-height: 23px;
  margin-bottom: 2px;
}
#c39 p {
  margin-top: 8px;
  line-height: 23px;
}
#c40 p {
  margin-left: -17px;
  margin-top: 8px;
  line-height: 23px;
}
#c42 h4 {
  margin: 10px 0px 27px 3px;
}
/*
#c43 h4 {
  margin: 10px 0px 22px 3px;
}
#c43 ul {
  list-style: none;
  padding: 0;
}
#c43 ul li {
  background: url("img/grey_arrow_right.png") no-repeat left center;
  padding-left: 18px;
  margin-left: 4px;
  padding-top: 1px;
  padding-bottom: 4px;
}
*/
#c259 h4 {
  margin: 10px 0px 22px 3px;
}
#c259 ul {
  list-style: none;
  padding: 0;
}
#c259 ul li {
  background: url("img/grey_arrow_right.png") no-repeat left center;
  padding-left: 18px;
  margin-left: 4px;
  padding-top: 1px;
  padding-bottom: 4px;
}
body:not(.content) #c48 {
  display: none;
}
.content div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-top: 5px;
}
.content p {
  margin-bottom: 0px;
}
#c53 .page-headline {
  font-weight: 500;
}
.btn-group {
  margin-left: 5px;
}
@media (min-width: 1200px) {
  .btn-group {
    margin-right: -50%;
  }
}
@media (max-width: 1199px) {
  .btn-group {
    text-align: center;
  }
}
.btn-group .btn {
  padding: 5px 35px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .btn-group .btn {
    float: none !important;
    margin-bottom: 15px;
  }
}
.btn-group .btn:last-child {
  margin-right: 0;
}
#c104 .col-xs-3 {
  padding-right: 0;
}
#c104 .col-xs-9 {
  padding-left: 0;
}
#c105 h5 {
  margin-bottom: 20px;
}
#c107 h1,
#c107 h2 {
  margin-bottom: 35px;
}
#c122 .col-xs-2 {
  display: inline-block;
  width: auto;
}
#c122 .col-xs-10 {
  width: auto;
}
#c125 ul {
  list-style: none;
  padding: 0;
}
#c125 ul li {
  background: url("img/grey_arrow_right.png") no-repeat left center;
  padding-left: 18px;
  margin-left: 4px;
  padding-top: 1px;
  padding-bottom: 4px;
}
#c126 .row,
#c132 .row {
  display: table-row;
}
#c126 .col-xs-6,
#c132 .col-xs-6 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .tx-teaser-icons {
    margin-top: 60px;
    text-align: center;
  }
}
.tx-teaser-icons .row {
  margin-bottom: 43px;
}
@media (max-width: 991px) {
  .tx-teaser-icons .row {
    display: inline-block;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .tx-teaser-icons .col-sm-10 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .tx-teaser-icons .col-sm-10 {
    text-align: center;
  }
}
.tx-teaser-icons .fa {
  color: #015198;
  font-size: 40px;
  line-height: 35px;
  border: 2px solid #015198;
  padding: 14px 11.5px;
}
.tx-teaser-icons h4 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .tx-teaser-icons h4 {
    margin-top: 20px;
  }
}
.tx-teaser-icons p {
  font-size: 14px;
  line-height: 20px;
}
.content .news,
.content .tx-teaserpage-list {
  margin-top: 30px;
}
.content .news .header a,
.content .tx-teaserpage-list .header a {
  color: #4d4d4d;
}
.content .news .header a .fa,
.content .tx-teaserpage-list .header a .fa {
  font-size: 20px;
  margin-right: 5px !important;
}
.content .news .news-list-view .row:first-child .article,
.content .tx-teaserpage-list .news-list-view .row:first-child .article {
  padding-top: 0 !important;
}
.content .news .news-list-view .date,
.content .tx-teaserpage-list .news-list-view .date {
  color: #afafaf;
  font-size: 14px;
}
.content .news .more,
.content .tx-teaserpage-list .more {
  margin-top: 27px;
  padding: 6px 17px 5px 22px;
}
.content .news .more .fa,
.content .tx-teaserpage-list .more .fa {
  margin-left: 6px;
}
.content .news .article,
.content .tx-teaserpage-list .article,
.content .news .teaser-item,
.content .tx-teaserpage-list .teaser-item {
  padding: 42px 0 46px;
  border-bottom: 1px solid #d6d6d6;
}
.content .news .article .teaser-text,
.content .tx-teaserpage-list .article .teaser-text,
.content .news .teaser-item .teaser-text,
.content .tx-teaserpage-list .teaser-item .teaser-text {
  margin: 0;
}
.content .news .article .icon-offset,
.content .tx-teaserpage-list .article .icon-offset,
.content .news .teaser-item .icon-offset,
.content .tx-teaserpage-list .teaser-item .icon-offset {
  margin-left: 17px;
}
.content .news.news-single .article,
.content .tx-teaserpage-list.news-single .article {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
.content .news.news-single .news-text-wrap,
.content .tx-teaserpage-list.news-single .news-text-wrap {
  float: left;
}
@media (min-width: 992px) {
  .content .news.news-single .news-text-wrap,
  .content .tx-teaserpage-list.news-single .news-text-wrap {
    width: 98%;
  }
}
.content .news .paginator,
.content .tx-teaserpage-list .paginator {
  border-top: 0;
}
.tx-teaserpage-list .header h5 {
  margin-top: 0;
}
.tx-teaserpage-list .more {
  margin-top: 33px !important;
}
.news-widget {
  font-size: 15px;
}
.news-widget .news-list-date {
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
}
.news-widget .header h5 {
  font-size: 15px;
  line-height: 27.5px;
  margin-top: 5px;
  margin-bottom: 0;
}
.news-widget .header h5 a {
  color: #4d4d4d;
}
.news-widget .header h5 a:hover,
.news-widget .header h5 a:focus,
.news-widget .header h5 a:active {
  color: #015198;
  text-decoration: none;
}
.news-widget .teaser-text {
  padding-top: 20px;
  padding-bottom: 13px;
}
.news-widget .more {
  padding: 7px 16px 7px 18px;
  border: 2px solid #015198;
  line-height: 120%;
}
.news-widget .more .fa {
  line-height: 19.23px;
  margin-left: 3px;
}
.news-widget .more:hover,
.news-widget .more:active,
.news-widget .more:focus {
  text-decoration: none;
  border-color: #b10013;
}
.tx-contact-phone {
  color: #fff;
  background: #015198;
  border: 2px solid #fff;
  margin: 1px -5px 0px;
}
.tx-contact-phone:hover {
  cursor: pointer;
}
.tx-contact-phone a {
  color: #fff;
}
.tx-contact-phone a:hover {
  text-decoration: none;
}
.tx-contact-phone .fa {
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .tx-contact-phone .fa {
    font-size: 35px;
  }
}
.tx-contact-phone .wrap-icon {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
  padding: 10px 28px 5px;
}
@media (max-width: 991px) {
  .tx-contact-phone .wrap-icon {
    padding: 10px 10px 5px;
  }
}
.tx-contact-phone h2:last-child {
  margin-bottom: 0;
}
.tx-contact-phone .col-xs-9 h2 {
  margin-left: -21px;
  margin-top: 9px;
}
.tx-contact-phone .col-xs-9 h2:last-child {
  margin-top: -14px;
  margin-left: -27px;
}
#searchform-product input {
  font-size: 13.14px;
  line-height: 18.3px;
  color: #757575;
}
#searchform-product button[type="submit"] {
  margin-top: 7px;
  padding-left: 18px;
  padding-right: 16px;
  line-height: 120%;
}
#searchform-product button[type="submit"] .fa {
  line-height: 19.23px;
  margin-left: 3px;
}
#searchform-product .form-group.has-feedback {
  margin-top: -26px;
}
.tx-gbevents-pi1 .upcoming {
  font-size: 15px;
}
.tx-gbevents-pi1 .upcoming .news-list-date {
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
}
.tx-gbevents-pi1 .upcoming .header h5 {
  font-size: 15px;
  line-height: 27.5px;
  margin-top: 5px;
  margin-bottom: 0;
}
.tx-gbevents-pi1 .upcoming .header h5 a {
  color: #4d4d4d;
}
.tx-gbevents-pi1 .upcoming .header h5 a:hover,
.tx-gbevents-pi1 .upcoming .header h5 a:focus,
.tx-gbevents-pi1 .upcoming .header h5 a:active {
  color: #015198;
  text-decoration: none;
}
.tx-gbevents-pi1 .upcoming .teaser-text {
  padding-top: 20px;
  padding-bottom: 13px;
}
.tx-gbevents-pi1 .upcoming .more {
  padding: 7px 16px 7px 18px;
  border: 2px solid #015198;
  line-height: 120%;
}
.tx-gbevents-pi1 .upcoming .more .fa {
  line-height: 19.23px;
  margin-left: 3px;
}
.tx-gbevents-pi1 .upcoming .more:hover,
.tx-gbevents-pi1 .upcoming .more:active,
.tx-gbevents-pi1 .upcoming .more:focus {
  text-decoration: none;
  border-color: #b10013;
}
.tx-gbevents-pi1.list {
  font-size: 15px;
}
.tx-gbevents-pi1.list h6 {
  font-size: 15px;
  margin-top: 3px;
  margin-bottom: 4px;
  line-height: 22px;
}
.tx-gbevents-pi1.list h6 a {
  color: #4d4d4d;
  font-weight: 600;
}
.tx-gbevents-pi1.list .event-date {
  font-weight: 500;
}
.tx-gbevents-pi1.list .fa-calendar-o {
  color: #015198;
  margin-right: 5px;
  font-weight: 400;
}
.tx-gbevents-pi1.list .event > div {
  padding: 13px 3px 11px;
  border-bottom: 1px solid #d6d6d6;
}
.tx-gbevents-pi1.list .event-info p {
  color: #979797;
}
.tx-gbevents-pi1.list .event-info .event-name span,
.tx-gbevents-pi1.list .event-info .event-location span {
  display: inline-block;
}
.tx-gbevents-pi1.list .event-info .event-name span {
  margin-left: 25px;
}
.tx-gbevents-pi1.list .event-info .event-location span {
  margin-left: 45px;
}
.tx-gbevents-pi1.list .row:first-child .event > div {
  border-top: 1px solid #d6d6d6;
}
.multi-carousel .img-wrap {
  padding: 15px 0;
  border: 1px solid #d6d6d6;
  text-align: center;
  min-height: 212px;
}
.multi-carousel .img-wrap img {
  display: inline-block;
}
.multi-carousel .carousel-caption a {
  color: #313131;
}
.multi-carousel .carousel-caption .fa {
  color: #015198;
  margin-right: 5px;
}
.multi-carousel .carousel-control.left,
.multi-carousel .carousel-control.right {
  background-image: none;
  background: #313131;
}
.paginator {
  font-size: 15px;
  line-height: 22.5px;
  padding: 15px 0 14px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.paginator:before,
.paginator:after {
  content: " ";
  display: table;
}
.paginator:after {
  clear: both;
}
.paginator:before,
.paginator:after {
  content: " ";
  display: table;
}
.paginator:after {
  clear: both;
}
@media (max-width: 767px) {
  .paginator {
    text-align: center;
  }
}
.paginator .previous {
  padding-left: 12px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .paginator .previous {
    float: left;
    min-width: 90px;
  }
}
@media (max-width: 767px) {
  .paginator .previous {
    display: none;
  }
}
.paginator .previous,
.paginator .next {
  border: 1px solid #dddddd;
}
.paginator .previous a,
.paginator .next a {
  display: block;
  color: #696969;
  padding-top: 2px;
  padding-bottom: 4px;
  -webkit-transition: font-weight 0.25s ease-out, color 0.25s ease-out;
  -o-transition: font-weight 0.25s ease-out, color 0.25s ease-out;
  transition: font-weight 0.25s ease-out, color 0.25s ease-out;
}
.paginator .previous a:hover,
.paginator .next a:hover,
.paginator .previous a:active,
.paginator .next a:active,
.paginator .previous a:focus,
.paginator .next a:focus {
  text-decoration: none;
  font-weight: bold;
  color: #313131;
}
@media (min-width: 768px) {
  .paginator .pages {
    float: left;
    width: calc(100% - 180px);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .paginator .pages {
    display: inline-block;
  }
}
.paginator .pages ul.pages-list {
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .paginator .pages ul.pages-list {
    display: inline-block;
  }
}
.paginator .pages ul.pages-list:before,
.paginator .pages ul.pages-list:after {
  content: " ";
  display: table;
}
.paginator .pages ul.pages-list:after {
  clear: both;
}
.paginator .pages ul.pages-list:before,
.paginator .pages ul.pages-list:after {
  content: " ";
  display: table;
}
.paginator .pages ul.pages-list:after {
  clear: both;
}
.paginator .pages ul.pages-list li {
  margin: 0;
  float: left;
}
.paginator .pages ul.pages-list li:before {
  content: none !important;
}
.paginator .pages ul.pages-list li a {
  display: block;
  color: #696969;
  padding: 2px 10px 4px 11px;
  border: 1px solid transparent;
  -webkit-transition: border 0.25s ease-out, color 0.25s ease-out, font-weight 0.25s ease-out;
  -o-transition: border 0.25s ease-out, color 0.25s ease-out, font-weight 0.25s ease-out;
  transition: border 0.25s ease-out, color 0.25s ease-out, font-weight 0.25s ease-out;
}
.paginator .pages ul.pages-list li a:hover,
.paginator .pages ul.pages-list li a:active,
.paginator .pages ul.pages-list li a:focus {
  border: 1px solid #dddddd;
  color: #313131;
  font-weight: bold;
  text-decoration: none;
}
.paginator .pages ul.pages-list li.current {
  padding: 2px 10px 4px 11px;
  border: 1px solid #dddddd;
  color: #313131;
  font-weight: bold;
}
.paginator .next {
  padding-left: 8px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .paginator .next {
    float: right;
    min-width: 90px;
  }
}
@media (max-width: 767px) {
  .paginator .next {
    display: none;
  }
}
.main .tx-powermail form .powermail-dropdown {
  margin-bottom: 10px;
}
.main .tx-powermail form .powermail-dropdown * {
  width: 100%;
}
.main .tx-powermail form .powermail-dropdown button {
  text-align: left;
  position: relative;
  background: none;
  border: 1px solid #c9c9c9;
  padding: 8px 11px 6px;
  -webkit-transition: border-color 0.25s ease-out;
  -o-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
}
.main .tx-powermail form .powermail-dropdown button:active,
.main .tx-powermail form .powermail-dropdown button:focus {
  border-color: #015198;
  outline: 0;
}
.main .tx-powermail form .powermail-dropdown button .caret {
  background: url("img/form_select.jpg") no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: 0;
  width: 37px;
  height: 36px;
}
.main .tx-powermail form .powermail-dropdown li {
  margin: 0 !important;
}
.main .tx-powermail form .powermail-dropdown li a {
  padding: 12px 15px;
}
.main .tx-powermail form .powermail-dropdown li a:hover {
  background: #015198;
  background: rgba(228, 0, 28, 0.1);
}
.main .tx-powermail form .powermail-dropdown li:before {
  content: none !important;
}
.main .tx-powermail form input,
.main .tx-powermail form textarea {
  display: block;
  width: 100%;
  resize: none;
  padding: 8px 11px 6px;
  border: 1px solid #c9c9c9;
  -webkit-transition: border-color 0.25s ease-out;
  -o-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
}
.main .tx-powermail form input::-moz-placeholder,
.main .tx-powermail form textarea::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.main .tx-powermail form input:-ms-input-placeholder,
.main .tx-powermail form textarea:-ms-input-placeholder {
  color: #4d4d4d;
}
.main .tx-powermail form input::-webkit-input-placeholder,
.main .tx-powermail form textarea::-webkit-input-placeholder {
  color: #4d4d4d;
}
.main .tx-powermail form input:focus,
.main .tx-powermail form textarea:focus {
  outline: 0;
  border-color: #015198;
}
.main .tx-powermail form textarea {
  min-height: 241px;
  margin-bottom: 2px;
}
.main .tx-powermail form button[type="submit"] {
  float: right !important;
  padding-left: 30px;
  padding-right: 30px;
}
.main .tx-powermail form button[type="submit"] .fa {
  padding-left: 5px;
}
.main .tx-indexedsearch h2 .fa {
  margin-right: 5px !important;
}
.main .tx-indexedsearch h2 a {
  color: #4d4d4d;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.main .tx-indexedsearch h2 a:hover {
  color: #015198;
  text-decoration: none;
}
.main .tx-indexedsearch .tx-indexedsearch-whatis {
  font-size: 30px;
}
.main .tx-indexedsearch .tx-indexedsearch-whatis + .tx-indexedsearch-browsebox {
  margin-bottom: 40px;
}
.main .tx-indexedsearch .tx-indexedsearch-whatis + .tx-indexedsearch-browsebox .browsebox {
  display: none;
}
.main .tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
  font-weight: 400;
  font-style: normal;
  color: #015198;
}
.main .tx-indexedsearch .tx-indexedsearch-percent.percent {
  font-weight: 500;
}
.main .tx-indexedsearch .search-well {
  padding: 21px 15px 6px;
  border: 1px solid #d9d9d9;
  background: #f6f6f6;
}
.main .tx-indexedsearch .search-well > div {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .main .tx-indexedsearch .search-well > div {
    width: 40.9%;
  }
}
.main .tx-indexedsearch .search-well > div input {
  width: 100% !important;
  color: #4d4d4d;
  border-color: #d9d9d9;
}
.main .tx-indexedsearch .search-well > div input::-moz-placeholder {
  color: #d9d9d9;
  opacity: 1;
}
.main .tx-indexedsearch .search-well > div input:-ms-input-placeholder {
  color: #d9d9d9;
}
.main .tx-indexedsearch .search-well > div input::-webkit-input-placeholder {
  color: #d9d9d9;
}
.main .tx-indexedsearch .search-well > div input:focus {
  border-color: #015198;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #015198;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #015198;
}
.main .tx-indexedsearch .search-well > div input:focus + span {
  color: #4d4d4d;
}
.main .tx-indexedsearch .search-well > div span {
  color: #d9d9d9;
}
.main .tx-indexedsearch .search-well + .form-group {
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.main .tx-indexedsearch .descr {
  width: 100%;
  font-style: normal !important;
}
@media (min-width: 768px) {
  .main .tx-indexedsearch .descr {
    width: 77%;
  }
}
.main .tx-indexedsearch .descr .tx-indexedsearch-redMarkup {
  color: #015198 !important;
  font-weight: normal !important;
}
.main .tx-indexedsearch .browsebox {
  margin-top: 7px;
  position: relative;
  text-align: center;
  padding: 18px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.main .tx-indexedsearch .browsebox li {
  display: inline-block;
  margin: 0 !important;
}
.main .tx-indexedsearch .browsebox li a {
  color: #696969;
  padding: 5px 12px;
  border: 1px solid transparent;
  font-size: 15px;
  -webkit-transition: font-weight 0.25s linear, border-color 0.25s ease-out;
  -o-transition: font-weight 0.25s linear, border-color 0.25s ease-out;
  transition: font-weight 0.25s linear, border-color 0.25s ease-out;
}
.main .tx-indexedsearch .browsebox li a:hover,
.main .tx-indexedsearch .browsebox li a:active,
.main .tx-indexedsearch .browsebox li a:focus {
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #dddddd;
}
.main .tx-indexedsearch .browsebox li.tx-indexedsearch-browselist-currentPage a {
  border: 1px solid #dddddd;
  font-weight: bold;
}
.main .tx-indexedsearch .browsebox li:not(.tx-indexedsearch-browselist-currentPage):first-child {
  position: absolute;
  left: 0;
  border: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .main .tx-indexedsearch .browsebox li:not(.tx-indexedsearch-browselist-currentPage):first-child {
    display: none;
  }
}
.main .tx-indexedsearch .browsebox li:not(.tx-indexedsearch-browselist-currentPage):first-child a:hover,
.main .tx-indexedsearch .browsebox li:not(.tx-indexedsearch-browselist-currentPage):first-child a:active,
.main .tx-indexedsearch .browsebox li:not(.tx-indexedsearch-browselist-currentPage):first-child a:focus {
  border: 1px solid transparent !important;
}
.main .tx-indexedsearch .browsebox li:not(.tx-indexedsearch-browselist-currentPage):first-child a:before {
  content: "\f104";
  padding-right: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main .tx-indexedsearch .browsebox li:not(.tx-indexedsearch-browselist-currentPage):last-child {
  position: absolute;
  right: 0;
  border: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .main .tx-indexedsearch .browsebox li:not(.tx-indexedsearch-browselist-currentPage):last-child {
    display: none;
  }
}
.main .tx-indexedsearch .browsebox li:not(.tx-indexedsearch-browselist-currentPage):last-child a:hover,
.main .tx-indexedsearch .browsebox li:not(.tx-indexedsearch-browselist-currentPage):last-child a:active,
.main .tx-indexedsearch .browsebox li:not(.tx-indexedsearch-browselist-currentPage):last-child a:focus {
  border: 1px solid transparent !important;
}
.main .tx-indexedsearch .browsebox li:not(.tx-indexedsearch-browselist-currentPage):last-child a:after {
  content: '\f105';
  padding-left: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-weight: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main .tx-indexedsearch .browsebox li:before {
  content: none !important;
}
.main .tx-indexedsearch .tx-indexedsearch-res > .tx-indexedsearch-res {
  border-top: 1px solid #d6d6d6;
}
.main .tx-indexedsearch .tx-indexedsearch-res > .tx-indexedsearch-res:hover {
  cursor: pointer;
}
@media (max-width: 991px) {
  .main .tx-indexedsearch .tx-indexedsearch-res > .tx-indexedsearch-res .tx-indexedsearch-title h2 {
    text-align: left;
  }
}
.footer {
  color: #999999;
  font-size: 14px;
  padding: 54px 0 117px;
  border-top: 2px solid #015198;
  background: #313131;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .footer {
    padding: 0 15px;
  }
}
.footer a {
  color: #999999;
}
.footer a[href^="mailto:"] {
  color: #d1d1d1;
}
.footer a.download {
  color: #949494;
  background: url("img/grey_arrow_right.png") no-repeat left center;
  padding-left: 22px;
  margin-left: 1px;
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
}
.footer a:hover,
.footer a:active,
.footer a:focus {
  color: #fff;
  text-decoration: none;
}
.footer form {
  margin-top: 30px;
  margin-left: 5px;
}
.footer form ul {
  list-style: none;
  margin-top: 3px;
  padding: 0;
  margin: 7px 0;
}
.footer form input:not([type="submit"]),
.footer form textarea {
  color: #8e8e8e;
  border: 0;
  padding: 3px 9px;
  background: #1e1e1e;
  min-width: 100%;
  resize: none;
  -webkit-transition: outline 0.25s ease-out;
  -o-transition: outline 0.25s ease-out;
  transition: outline 0.25s ease-out;
}
.footer form input:not([type="submit"])::-moz-placeholder,
.footer form textarea::-moz-placeholder {
  color: #8e8e8e;
  opacity: 1;
}
.footer form input:not([type="submit"]):-ms-input-placeholder,
.footer form textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.footer form input:not([type="submit"])::-webkit-input-placeholder,
.footer form textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.footer form input:not([type="submit"]):focus,
.footer form textarea:focus {
  outline-color: #015198;
}
.footer form textarea {
  padding: 4px 6px;
  height: 90px;
}
.footer form button[type="submit"] {
  float: right !important;
  color: #d1d1d1;
  background: 0;
  border: 2px solid #d1d1d1;
  font-size: 15px;
  line-height: 1.85;
  min-width: 106px;
  margin-top: -6px;
  padding: 3px 6px 3px 9px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
}
.footer form button[type="submit"]:hover,
.footer form button[type="submit"]:focus {
  background-color: #1e1e1e;
  color: #8e8e8e;
  border-color: #8e8e8e;
}
.footer .panel-group {
  margin-bottom: 0;
}
.footer .panel-group .panel {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer .panel-group .panel.panel-default {
  border-color: #999;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.footer .panel-group .panel.panel-default .panel-title .fa:before {
  content: "\f107" !important;
  -webkit-transition: content 0.25s linear;
  -o-transition: content 0.25s linear;
  transition: content 0.25s linear;
}
.footer .panel-group .panel.panel-default.active .panel-title .fa:before {
  content: "\f105" !important;
}
.footer .panel-group .panel.panel-default:last-child {
  border-bottom: 0;
}
.footer .panel-group .panel-heading {
  background: none;
  padding: 0;
}
.footer .panel-group .panel-title {
  font-size: 20px;
}
.footer .panel-group .panel-title a {
  display: block;
  padding: 18px 15px 20px;
  position: relative;
}
.footer .panel-group .panel-title a .fa {
  position: absolute;
  right: 15px;
  color: #999;
}
.footer .panel-group .panel-title:hover .fa {
  color: #fff;
}
.footer .panel-group .panel-body {
  border: 0 !important;
}
.copyright {
  font-size: 15px;
  color: #616161;
  padding: 7px 0 6px;
  background: #1e1e1e;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .copyright {
    text-align: center;
  }
}
.copyright ul {
  font-size: 14px;
  margin-right: -12px;
}
@media (max-width: 991px) {
  .copyright ul {
    float: none !important;
    margin-right: 0;
  }
}
.copyright li {
  position: relative;
  text-align: right;
}
@media (max-width: 991px) {
  .copyright li {
    text-align: center;
    display: inline-block;
  }
}
.copyright li:not(:last-child):after {
  content: ' | ';
  position: absolute;
  top: 6px;
  right: 0;
}
.copyright p {
  margin-left: 8px;
  margin-top: 5px;
}
.copyright a {
  display: inline-block !important;
  color: #616161;
  padding-top: 6px !important;
  padding-bottom: 0 !important;
}
.copyright a:hover,
.copyright a:active,
.copyright a:focus {
  color: #fff;
  background-color: transparent !important;
}

@media (max-width: 480px) {
  .keyvisual h1 {
    font-size: 25px;
  }
}

/* Language image fix */
#language-list li:nth-child(2) a img {
  border: 1px solid #fff;
}

#language-list a img {
  width: 18px;
  height: 12px;
}

#c213 h4 {
  margin-bottom: 30px;
}

#c213 .col-xs-4:nth-child(2) {
  padding-left: 7px;
}

.carousel-caption {
  text-shadow: none;
}

.btn-group
{
  margin-left: 0;
}

.btn-group .btn:nth-child(2),
.btn-group .btn:first-child {
  margin-left: 0;
}

.btn-group .btn:last-child,
.btn-group .btn:nth-last-child(2) {
  margin-right: 0;
}


@media (max-width: 991px) {
  .navbar-collapse .visible-grid-breakpoint-max {
    float: left;
    width: 100%;
  }

  .tx-vama-products .section-title {
    float: none;
  }

  .copyright ul {
    margin-left: 0;
  }

  .copyright p {
    margin-left: 0;
  }
}

.info .product-info p:last-child {
  margin-bottom: 0;
}

#lang-wrapper, .lang-login {
  display: none;
}

@media (min-width: 768px) {
  .partners figure {
    display: table-cell !important;
    vertical-align: middle;
  }
}

.powermail_fieldset.powermail_fieldset_4 {
  margin-left: -10px;
  margin-right: -10px;
}

.show-more {
  padding-left: 10px;
}

@media (max-width: 768px) {
  .show-more {
    padding-left: 0;
  }

  .powermail_fieldset.powermail_fieldset_4 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
  }
}

footer .row .col-sm-3:nth-child(2) h4 {
  margin: 9px 0px 17px 5px;
}

footer .row .col-sm-3:nth-child(4) ul {
  list-style: none;
  padding: 0;
  margin-top: -10px;
}

footer .tx-powermail form {
  margin-top: 17px;
}

footer .row .col-xs-4 div.csc-textpic-center .csc-textpic-imagewrap,
footer .row .col-xs-4 div.csc-textpic {
  overflow: visible;
}

ul.navbar-search {
  position: relative;
}
ul.navbar-search #search-box,
ul.navbar-search #search-box:focus{
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 1;
}
.header .navbar-default .navbar-search label {
  margin-top: 5px;
}

