/*
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 40px;
  height: 100%;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: #075da7;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#menutoggle:checked ~ main .hamburger .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-10px, -9px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-10px, -9px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
#menutoggle:checked ~ main .hamburger .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-10px, 9px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-10px, 9px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
ul.pagination li::before {
  display: none;
}
ul.pagination a.active {
  background-color: #eee;
  border-color: #ddd;
}
.newsitem h2:first-child {
  margin-top: inherit;
}
.ap-blog-detail > .row .headline h2 {
  margin-top: 0;
}
.shadow .empty .content {
  margin: 0;
}
#ap-container,
#ap-edit-info,
#ap-megamenu-head,
#ap-modelinfo {
  overflow: hidden;
  padding: 10px;
  margin: 0 15px;
  min-height: 100px;
  text-align: center;
  white-space: normal;
}
#ap-container .head,
#ap-edit-info .head,
#ap-megamenu-head .head,
#ap-modelinfo .head {
  margin: 5px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
}
#ap-container .text,
#ap-edit-info .text,
#ap-megamenu-head .text,
#ap-modelinfo .text {
  margin: 5px;
  font-size: 14px;
  line-height: 1.2;
}
#ap-container,
#ap-edit-info {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}
#ap-container .head {
  color: #555;
}
#ap-container .head .ap-label-author {
  font-size: 18px;
}
#ap-container .text {
  color: #7f8691;
  text-transform: capitalize;
}
#ap-container .small {
  color: #7f8691;
}
#ap-edit-info .head,
#ap-edit-info .small,
#ap-edit-info .text {
  color: #fff;
}
#ap-container.box-area {
  background-color: rgba(255,201,210,0.75);
}
#ap-container.box-segment {
  background-color: rgba(255,227,231,0.75);
}
#ap-container.box-grid {
  background-color: rgba(255,218,199,0.75);
}
#ap-container.box-row {
  background-color: rgba(255,229,191,0.75);
}
#ap-container.box-element {
  background-color: rgba(232,243,248,0.75);
}
#ap-container.box-special {
  background-color: rgba(239,250,180,0.75);
}
#ap-edit-info.box-new {
  background-color: #2197db;
}
#ap-edit-info.box-reload {
  background-color: #8b1528;
}
#ap-modelinfo-border {
  padding: 0;
  border: 4px solid #eed2ee;
}
#ap-modelinfo {
  background-color: rgba(238,210,238,0.75);
}
#ap-modelinfo .head {
  color: #555;
}
#ap-modelinfo .small,
#ap-modelinfo .text {
  color: #7f8691;
}
.clearall {
  clear: both;
}
body .hiddenoverflow nav.complete ul.main {
  border-bottom-width: 1px;
  padding: 15px 0;
}
nav.complete .content {
  margin: 0;
}
nav.complete ul li.actitem > a {
  font-weight: bold;
}
nav.sub > ul ul {
  margin-bottom: 0;
}
nav.sub ul li.active > a {
  font-weight: bold;
}
.ap-search form.search {
  display: inline;
}
.ap-search form.search input.ap-query {
  width: 82%;
}
.ap-search form.search .ap-query-go {
  float: right;
  top: 0;
}
.ap-search form.search input {
  line-height: normal;
}
.ap-search form.search input[type=checkbox] {
  width: auto;
  height: auto;
}
.ap-search form.search select {
  width: 190px;
  height: 30px;
  box-sizing: border-box !important;
  padding-left: 5px;
  font-size: 0.8em;
  margin-right: 3px;
}
.ap-search h3 {
  margin-top: 0;
}
.ap-search hr {
  margin: 10px 0;
}
.ap-search .panel {
  margin-bottom: 10px;
}
.ap-search .panel-default > .panel-heading,
.ap-search .panel-default > .panel-footer {
  padding: 5px 15px;
}
.ap-search .resultitem {
  line-height: 1.3em;
}
.ap-search .resultitem .headline {
  font-size: 1.2em;
  font-weight: 600;
}
.ap-list-content .newsitem h2 a {
  text-decoration: none;
}
.pagination span.fa.fa-step-forward:after {
  content: "»";
}
.pagination span.fa.fa-step-backward:after {
  content: "«";
}
body [class*=col-] ul.pagination li:before {
  background-color: transparent;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  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;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #22527b;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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: 0;
  padding-right: 0;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1440px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-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: 1439px) {
  .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: 1439px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .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: 1440px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .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: 1439px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .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;
  }
}
@media only screen and (min-width: 1440px) {
  .no-flexbox .image-container {
    min-height: 500px;
    position: static;
  }
  .flexbox .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flexbox .row [class*="col-"] {
    display: block;
  }
}
.fillheight {
  height: 100%;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95em;
  line-height: 1.5em;
  background-image: url("/export/system/modules/ch.cornerbanca.website.template/resources/assets/images/newblue.jpg");
  background-size: cover;
  background-position: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15em;
  margin-bottom: 0.5em;
  font-weight: 400;
}
h1 {
  display: none;
}
h2 {
  font-size: 1.9em;
}
h2:first-child {
  margin-top: 0;
}
h3 {
  font-size: 1.4em;
}
h4,
h5,
h6 {
  font-size: 1em;
}
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
  font-size: 1.9em;
}
.sidebar .content:first-child h1,
.sidebar .content:first-child h2,
.sidebar .content:first-child h3,
.sidebar .content:first-child h4,
.sidebar .content:first-child h5,
.sidebar .content:first-child h6 {
  margin-top: 0;
}
.row:nth-child(n + 2) h2 {
  margin-top: 25px;
}
a,
a:hover {
  text-decoration: underline;
  outline: none;
}
ol,
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 1em;
}
p {
  margin-bottom: 1em;
}
img {
  max-width: 100%;
}
.blue-back {
  background-color: #075da7;
}
.red-back {
  background-color: #075da7;
}
.green-back {
  background-color: #075da7;
}
.yellow-back {
  background-color: #075da7;
}
[class*="col-"] {
  overflow: hidden;
}
[class*="col-"] ul {
  padding-left: 40px;
}
[class*="col-"] ul li::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: -25px;
  margin-right: 15px;
}
header {
  position: absolute;
  width: 100%;
  height: 130px;
  background-color: #fff;
  z-index: 3;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  left: 60px;
  margin-left: -60px;
}
header .hamburger {
  height: 100%;
  padding: 20px;
  z-index: 2;
  float: left;
}
header .logo {
  height: 100%;
  z-index: 1;
}
header .logo a {
  position: absolute;
}
header .logo img {
  width: 338px;
  height: 130px;
  -webkit-transition: height 200ms ease, width 200ms ease;
  transition: height 200ms ease, width 200ms ease;
}
header nav.em {
  position: absolute;
  top: 11.1%;
  right: 20px;
  vertical-align: top;
  line-height: 130px;
  -webkit-transition: line-height 200ms ease;
  transition: line-height 200ms ease;
}
header nav.em ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
header nav.em ul li {
  display: inline-block;
}
header nav.em ul li a {
  text-decoration: none;
  font-weight: bold;
  padding-right: 10px;
}
@media all and (max-width: 1500px) {
  header {
    left: 30px;
    margin-left: -30px;
    height: 113.5px;
  }
  header .logo img {
    height: 113.5px;
    width: 295.1px;
  }
  header nav.em {
    line-height: 113.5px;
  }
}
@media all and (max-width: 800px) {
  header {
    margin-left: -20px;
    left: 20px;
    height: 92.5px;
  }
  header .logo img {
    height: 92.5px;
    width: 240.5px;
  }
  header nav.em {
    line-height: 92.5px;
  }
}
@media all and (max-width: 500px) {
  header {
    margin-left: -15px;
    left: 15px;
    height: 80px;
  }
  header .logo img {
    height: 80px;
    width: 208px;
  }
  header nav.em {
    line-height: 80px;
  }
}
header.fixed {
  left: 60px;
  margin-left: 0;
  -webkit-transition: left 400ms ease, height 200ms ease;
  transition: left 400ms ease, height 200ms ease;
  position: fixed;
  top: 0;
  height: 80px;
  width: calc(100% - 120px);
}
header.fixed .logo img {
  height: 80px;
  width: 208px;
}
@media all and (max-width: 1500px) {
  header.fixed {
    left: 30px;
    width: calc(100% - 60px);
  }
}
@media all and (max-width: 800px) {
  header.fixed {
    width: calc(100% - 40px);
    left: 20px;
  }
}
@media all and (max-width: 500px) {
  header.fixed {
    width: calc(100% - 30px);
    left: 15px;
  }
}
header.fixed nav.em {
  line-height: 80px;
}
form.search {
  display: inline-block;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
}
.complete form.search {
  width: 100%;
}
form.search input {
  width: 190px;
  height: 30px;
  box-sizing: border-box !important;
  padding-left: 5px;
  font-size: 0.8em;
  margin-right: 3px;
}
.complete form.search input {
  width: calc(100% - 40px);
  float: left;
}
form.search button {
  width: 30px;
  height: 30px;
  position: relative;
  top: 1px;
  box-sizing: border-box !important;
  background-color: #fff;
  padding: 0;
}
.complete form.search button {
  float: right;
  top: 0px;
}
main {
  position: relative;
  margin: 0 60px;
  left: 0;
  -webkit-transition: left 400ms ease;
  transition: left 400ms ease;
}
@media all and (max-width: 1500px) {
  main {
    margin: 0 30px;
  }
}
@media all and (max-width: 800px) {
  main {
    margin: 0 20px;
  }
}
@media all and (max-width: 500px) {
  main {
    margin: 0 15px;
  }
}
footer {
  font-size: 0.7em;
  line-height: 1.2em;
  text-align: center;
  margin: 2em 60px 0.5em;
}
footer a {
  color: inherit;
}
@media all and (max-width: 1500px) {
  footer {
    margin: 2em 30px 0.5em;
  }
}
@media all and (max-width: 800px) {
  footer {
    margin: 2em 20px 0.5em;
  }
}
@media all and (max-width: 500px) {
  footer {
    margin: 2em 15px 0.5em;
  }
}
nav.complete {
  width: 285px;
  height: auto;
  position: absolute;
  top: 0;
  left: -355px;
  padding: 15px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
  z-index: 1;
}
nav.complete .closer {
  display: none;
  text-align: right;
  padding-bottom: 15px;
}
nav.complete .closer label {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  color: #075da7;
  cursor: pointer;
  text-align: center;
}
@media all and (max-width: 500px) {
  nav.complete .closer {
    display: block;
  }
}
nav.complete > ul {
  padding: 15px 0;
}
nav.complete ul {
  margin-bottom: 0px;
}
nav.complete ul ul {
  display: none;
  margin-left: 20px;
}
nav.complete ul ul li a {
  text-transform: initial;
}
nav.complete ul li.active > ul {
  display: block;
}
nav.complete ul:last-child {
  padding-bottom: 0;
}
nav.complete ul li a {
  display: block;
  cursor: pointer;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 25px 5px 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  nav.complete ul li a {
    padding: 7px 0;
  }
}
nav.complete ul li a .arrow {
  position: absolute;
  right: 5px;
  top: 5px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%20width='64'%20height='64'%20fill='none'%20stroke='%23075da7'%20stroke-width='8'%3E%3Cpath%20d='M4%2022%20L32%2050%20L60%2022'%20/%3E%3C/svg%3E");
  background-size: contain;
  height: 15px;
  width: 15px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
nav.complete ul li.open > ul {
  display: block;
}
nav.complete ul li.open > a .arrow {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
nav.complete ul li.active > a {
  font-weight: bold;
}
nav.complete ul.languages {
  text-align: center;
}
nav.complete ul.languages li {
  display: inline-block;
}
nav.complete ul.languages li a {
  padding: 0 7px;
}
@media screen and (max-width: 992px) {
  nav.complete ul.languages li a {
    padding: 0 12px;
  }
}
@media all and (max-width: 1500px) {
  nav.complete {
    left: -325px;
  }
}
@media all and (max-width: 800px) {
  nav.complete {
    left: -315px;
  }
}
@media all and (max-width: 500px) {
  nav.complete {
    left: -310px;
  }
}
.splash {
  display: block;
  height: 100vh;
  position: relative;
  font-size: 1.5em;
}
.splash ~ nav.complete {
  -webkit-transform: translate3d(0, 100vh, 0);
          transform: translate3d(0, 100vh, 0);
}
.splash .animated-logo {
  width: 60%;
  min-width: 300px;
  margin: 0 auto;
  position: relative;
  top: 30vh;
  height: 40vh;
}
.splash .arrow {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 5px;
}
.splash .arrow img {
  cursor: pointer;
  width: 35px;
}
.splash ul {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  margin: 0px;
  padding: 0 0 40px;
}
.splash ul li {
  display: inline-block;
  position: relative;
}
.splash ul li::after {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  left: 0;
  content: "";
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  background-color: #075da7;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.splash ul li:hover::after,
.splash ul li.active::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.splash ul li a {
  padding: 10px;
  text-decoration: none;
  display: block;
}
.online-services-link {
  display: block;
  width: 300px;
  height: 150px;
  background-color: #fff;
  position: absolute;
  top: -190px;
  right: -190px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  text-align: center;
  color: #333;
  text-decoration: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: 0 0 12px rgba(0,0,0,0.5);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.online-services-link span {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 1500px) {
  .online-services-link {
    right: -160px;
  }
}
@media all and (max-width: 800px) {
  .online-services-link {
    right: -150px;
  }
}
@media all and (max-width: 500px) {
  .online-services-link {
    right: -145px;
  }
}
.online-services-link:hover {
  text-decoration: none;
  color: #333;
}
.hiddenoverflow {
  overflow-x: hidden;
  padding-bottom: 100px;
  min-height: 100vh;
}
.main-container {
  position: relative;
  background-color: #fff;
  padding-top: 130px;
  z-index: 2;
}
.image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    overflow: hidden;
  }
  .sidebar .content {
    width: calc(50% - 30px);
    float: left;
    overflow: hidden;
  }
  .sidebar .baits ul {
    overflow: hidden;
  }
}
.baits ul {
  margin: 0;
  padding: 0;
}
.baits ul li {
  position: relative;
  float: left;
  width: 50%;
  padding-bottom: 50%;
}
.baits ul li:nth-child(2n) a {
  left: 4%;
  right: 0%;
}
.baits ul li a {
  position: absolute;
  background: #075da7;
  background-image: url("/export/system/modules/ch.cornerbanca.website.template/resources/assets/images/gradient.svg");
  background-size: cover;
  top: 0%;
  left: 0%;
  right: 4%;
  bottom: 8%;
}
@media all and (max-width: 992px) {
  .baits ul li a {
    background-size: cover;
  }
}
.baits ul li a div {
  position: absolute;
  top: 6%;
  left: 6%;
  right: 6%;
  bottom: 6%;
  background-color: #fff;
}
.baits ul li a div span {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 7%;
  line-height: 1.2em; 
}

@media (min-width: 1024px) {
.baits ul li a div span {
	    font-size: .76em;
	}
	}
	
	@media (min-width: 1200px) {
	.baits ul li a div span {
	    font-size: .95em;
	}
}


@media screen and (min-width: 1440px) {
  .baits {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 991px) {
  .address img {
    display: none;
  }
  .address > h3 {
    margin-top: 0;
  }
}
.content {
  margin: 0 15px 15px 15px;
}
.content:last-child {
  margin-bottom: 0;
}
nav.sub ul {
  padding-left: 25px;
  position: relative;
}
nav.sub ul li {
  position: relative;
}
nav.sub ul li::before {
  position: absolute;
  top: 0.4em;
}
nav.sub ul li a {
  color: #3d74a4;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  nav.sub > h3 {
    margin-top: 0;
  }
  nav.sub ul li::before {
    top: 0.65em;
  }
}
@media screen and (max-width: 992px) {
  nav.sub li a {
    display: inline-block;
    padding: 4px 0;
  }
}
#menutoggle {
  display: none;
}
#menutoggle:checked ~ main {
  left: 335px;
}
@media all and (max-width: 365px) {
  #menutoggle:checked ~ main {
    left: 304px;
  }
}
#menutoggle:checked ~ main header {
  margin-left: -395px;
  left: 395px;
}
@media all and (max-width: 1500px) {
  #menutoggle:checked ~ main header {
    margin-left: -365px;
    left: 365px;
  }
}
@media all and (max-width: 800px) {
  #menutoggle:checked ~ main header {
    margin-left: -355px;
    left: 355px;
  }
}
@media all and (max-width: 500px) {
  #menutoggle:checked ~ main header {
    margin-left: -350px;
    left: 350px;
  }
}
#menutoggle:checked ~ main header.fixed {
  margin-left: 0;
}
body {
  color: #091b2b;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  color: #075da7;
}
body .main-container a,
body nav a,
body .languages a {
  color: #075da7;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
body .main-container a:hover,
body nav a:hover,
body .languages a:hover,
body .main-container a:active,
body nav a:active,
body .languages a:active,
body .main-container a:focus,
body nav a:focus,
body .languages a:focus {
  color: #091b2b;
}
body nav.complete ul {
  border-bottom: 1px solid #a8cff2;
}
body nav.complete ul li.active > a {
  color: #091b2b;
}
body nav.complete ul:last-child {
  border-bottom-width: 0px;
}
body nav.complete ul.languages li a {
  color: #091b2b;
  border-right: 1px solid #091b2b;
}
body nav.complete ul.languages li:last-child a {
  border-right: 0px;
}
body nav.em ul li a {
  color: #091b2b;
}
body nav.sub ul li {
  color: #194972;
}
body nav.sub ul li::before {
  background-color: #a8cff2;
}
body nav.sub ul li:hover {
  color: #091b2b;
}
body nav.sub ul li:hover::before {
  background-color: #075da7;
}
body nav.sub ul li a {
  color: #194972;
}
body form.search input,
body form.search button,
body form.search select {
  border: 1px solid #091b2b;
}
body form.search button {
  color: #091b2b;
}
body [class*="col-"] ul li::before {
  background-color: #a8cff2;
}
.baits ul li::before {
  display: none;
}
.bold {
  font-weight: bold;
}
.empty {
  padding: 3em 30px;
  max-width: 65em;
}
@media screen and (min-width: 501px) {
  .empty {
    padding: 3em 34px;
  }
}
@media screen and (min-width: 801px) {
  .empty {
    padding: 3em 43px;
  }
}
@media screen and (min-width: 1501px) {
  .empty {
    padding: 3em 49px;
  }
}
.news {
  background-color: #f5f5f5;
  padding: 10px;
}
.news .news-rotator {
  border-bottom: 1px solid #d2e7f9;
}
.news .news-rotator:last-child {
  border-bottom: none;
}
form .form-row {
  position: relative;
  box-sizing: content-box;
  padding-top: 1.8em;
  margin-bottom: 1em;
}
form .form-row label {
  position: absolute;
  margin-top: -1.8em;
  font-size: 0.8em;
  color: #075da7;
}
form .form-row label.item {
  position: relative;
  margin-top: 0;
  font-size: 1em;
  color: #333;
}
form .form-row label.item::after {
  content: "\A";
  white-space: pre;
}
form .form-row input,
form .form-row select,
form .form-row textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #a4c3de;
  width: 100%;
}
form .form-row input:focus,
form .form-row select:focus,
form .form-row textarea:focus {
  outline: none;
}
form .form-row input[type=radio],
form .form-row input[type=checkbox] {
  width: auto;
  border-bottom: none;
  margin-right: 0.2em;
}
form .webform_mandatory {
  font-size: 0.8em;
}
form .footer {
  text-align: right;
  margin-bottom: 2em;
}
form .footer .span1,
form .footer .span2,
form .footer .span3,
form .footer .span4,
form .footer .span5,
form .footer .span6,
form .footer .span7,
form .footer .span8,
form .footer .span9,
form .footer .span10,
form .footer .span11,
form .footer .span12 {
  display: inline-block;
}
form .footer input {
  display: inline-block;
  margin-left: 1em;
  background-color: #fff;
  border: 1px solid #a4c3de;
  color: #075da7;
  font-weight: bold;
}
form.inline {
  display: inline;
}
form.standard .field {
  position: relative;
  height: 4em;
  padding: 1em 0;
}
form.standard .field > * {
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 100%;
}
form.standard .field input,
form.standard .field select,
form.standard .field textarea {
  z-index: 1;
  background-color: transparent;
  border: none;
}
form.standard .field input:focus,
form.standard .field select:focus,
form.standard .field textarea:focus {
  outline: none;
}
form.standard .field label {
  z-index: 0;
  color: #075da7;
}
form.standard .field label span {
  font-size: 0.8em;
  position: relative;
  bottom: 1.8em;
}
form.standard .field label::after,
form.standard .field label::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
form.standard .field label::before {
  height: 1px;
  background-color: #a4c3de;
}
form.standard .field label::after {
  height: 3px;
  background-color: #075da7;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
form.standard .field :focus ~ label::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
form.standard .field.required label span::after {
  content: "*";
}
form.standard .field .help {
  font-size: 0.8em;
  top: auto;
  bottom: 0;
  color: #a4c3de;
}
form.standard .captcha {
  height: 6em;
  margin-bottom: 1em;
}
form.standard .captcha > * {
  top: 2em;
  bottom: initial;
}
form.standard .captcha > img {
  width: auto;
  max-width: 50%;
  top: 1em;
}
form.standard .captcha label::after,
form.standard .captcha label::before,
form.standard .captcha label span {
  left: 230px;
  width: calc(100% - 230px);
}
form.standard .captcha input {
  left: 230px;
  width: calc(100% - 230px);
}
@media all and (max-width: 768px) {
  form.standard .captcha {
    height: 10em;
  }
  form.standard .captcha img {
    top: 3.5em;
    max-width: 100%;
  }
  form.standard .captcha .help {
    top: 8.5em;
    bottom: auto;
  }
  form.standard .captcha label::after,
  form.standard .captcha label::before,
  form.standard .captcha label span {
    left: 0;
    width: 100%;
  }
  form.standard .captcha input {
    left: 0;
    width: 100%;
  }
}
form.standard .buttons {
  overflow: hidden;
  margin: 1em 0;
}
form.standard .buttons button,
form.standard .buttons input[type="button"],
form.standard .buttons input[type="submit"],
form.standard .buttons input[type="cancel"] {
  background-color: #fff;
  border: 1px solid #a4c3de;
  color: #075da7;
  font-weight: bold;
  float: right;
  margin-left: 1em;
}
form.standard .info {
  font-size: 0.8em;
}
form.standard .error {
  color: #f00;
  border: 2px solid;
  font-weight: bold;
  margin: 1em 0 2em;
  padding: 0.5em 1em;
}
form.standard .form-row .error {
  border: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.tabs {
  margin-bottom: 1em;
  margin-top: 1em;
}
.tabs > input[type="radio"] {
  display: none;
}
.tabs > input[type="radio"]:checked + .tab {
  display: block;
}
.tabs .labels {
  overflow: hidden;
}
.tabs .labels > label {
  float: left;
  width: 50%;
  display: block;
  color: #075da7;
  cursor: pointer;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #a4c3de;
}
.tabs .labels > label.selected {
  font-weight: bold;
  border-color: #a4c3de #a4c3de #fff;
}
.tabs > .tab {
  display: none;
  border-color: #a4c3de;
  border-style: solid;
  border-width: 0px 1px 1px;
  padding: 30px 10px;
}
.tabs hr {
  color: #a4c3de;
  border-width: 1px;
  border-style: solid none none none;
  margin: 1em 0;
}
.checkboxes {
  overflow: hidden;
}
.checkboxes .title {
  float: left;
  width: 30%;
}
.checkboxes .boxes {
  float: left;
  width: 70%;
}
.checkboxes .boxes input {
  margin-right: 10px;
}
.checkboxes .boxes label {
  display: block;
}
@media all and (max-width: 768px) {
  .checkboxes .title,
  .checkboxes .boxes {
    float: none;
    width: 100%;
  }
  .checkboxes .title {
    margin-bottom: 0.5em;
    font-weight: bold;
  }
}
.webform.responsive-table {
  max-width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}
.webform.responsive-table table {
  text-align: left;
}
.responsive-table {
  width: 100%;
  font-size: 0.8em;
  margin-bottom: 40px;
  overflow-x: auto;
  overflow-y: visible;
}
.responsive-table table {
  width: 100%;
  border-collapse: separate;
  text-align: center;
}
.responsive-table table tbody {
  vertical-align: top;
}
.responsive-table table tbody th,
.responsive-table table tbody td {
  border-top: 1px solid #ccc;
  margin: 0;
}
.responsive-table table tbody tr:first-child th,
.responsive-table table tbody tr:first-child td {
  border-top: none;
}
.responsive-table table thead,
.responsive-table table thead th {
  background-color: rgba(7,93,167,0.25);
}
.responsive-table table thead td,
.responsive-table table thead th {
  border-bottom: none;
  white-space: nowrap;
}
.responsive-table table th {
  left: 15px;
  top: auto;
  text-align: left;
  padding-left: 5px;
}
.responsive-table table td {
  padding: 0 5px;
}
.responsive-table table td a {
  margin-right: 5px;
}
.responsive-table table td a:last-of-type {
  margin-right: 0;
}
.weekly h3,
.weekly-detail h3 {
  font-size: 1.2em;
}
.weekly h4,
.weekly-detail h4 {
  font-size: 1em;
}
.weekly {
  position: relative;
  margin-bottom: 1.2em;
}
.weekly .desc {
  padding-bottom: 1em;
}
.weekly .continue {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .weekly .desc {
    padding-left: 2%;
  }
  .weekly .title {
    margin-top: 0;
  }
}
.weekly-detail .actions {
  text-align: right;
}
.weekly-detail .actions a {
  margin-left: 1em;
}
.weekly-detail .actions a:first-child {
  margin-left: 0;
}
.weekly-detail .source {
  font-size: 0.8em;
  font-style: italic;
}
.weekly-detail .trend {
  max-width: 260px;
  overflow: hidden;
}
.weekly-detail .trend dd,
.weekly-detail .trend dt {
  margin-bottom: 0.6em;
}
.weekly-detail .trend dt {
  float: left;
  clear: left;
}
.weekly-detail .trend dd {
  float: right;
  clear: right;
}
@media print {
  .weekly-detail {
    font-size: 0.8em;
    line-height: 1em;
  }
  .weekly-detail .actions {
    display: none;
  }
}
.contactlist h3 {
  font-size: 1em;
}
.contact {
  padding: 1em;
  margin-bottom: 1em;
  border: 1px solid #a4c3de;
}
.contact .name {
  font-weight: bold;
}
.legalnotes {
  font-size: 0.8em;
  line-heigh: 1em;
}
.legalnotes h3 {
  font-size: 1em;
}
.ctas {
  background-color: #f5f5f5;
  padding: 15px;
  margin: 2em 0 1em;
}
.ctas .cta {
  border-bottom: 1px solid #a8cff2;
  padding-bottom: 15px;
  padding-top: 15px;
}
.ctas .cta:first-child {
  padding-top: 0;
}
.ctas .cta:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ctas .cta a {
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}
.ctas .cta a:hover {
  text-decoration: underline;
}
.ctas p {
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 65px);
  margin: 0;
  padding-left: 15px;
  border-left: 10px solid #a8cff2;
}
.splash .animated-logo {
  -webkit-animation: movelogo 2s ease;
          animation: movelogo 2s ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.splash .animated-logo .fadein-fromtop {
  -webkit-animation: fadein-fromtop 800ms ease;
          animation: fadein-fromtop 800ms ease;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.splash .arrow img {
  -webkit-animation: slide-up-into-the-original-place 200ms ease;
          animation: slide-up-into-the-original-place 200ms ease;
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.splash ul li {
  -webkit-animation: slide-up-into-the-original-place 200ms ease;
          animation: slide-up-into-the-original-place 200ms ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.splash ul li:nth-child(1) {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.splash ul li:nth-child(2) {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}
.splash ul li:nth-child(3) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.splash ul li:nth-child(4) {
  -webkit-animation-delay: 1900ms;
          animation-delay: 1900ms;
}
@-webkit-keyframes movelogo {
  0% {
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
    opacity: 0;
  }
  20% {
    opacity: 100%;
  }
  100% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
}
@keyframes movelogo {
  0% {
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
    opacity: 0;
  }
  20% {
    opacity: 100%;
  }
  100% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
}
@-webkit-keyframes fadein-fromtop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  20% {
    opacity: 100%;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-fromtop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  20% {
    opacity: 100%;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes slide-up-into-the-original-place {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-up-into-the-original-place {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media print {
  .sidebar {
    display: none;
  }
  header .hamburger {
    display: none;
  }
  footer {
    display: none;
  }
}
ul.pagination li::before {
  display: none;
}
ul.pagination a.active {
  background-color: #eee;
  border-color: #ddd;
}

@media (min-width: 992px) {

	header nav.em li.highlight a {
		display: inline-block;
	    line-height: 28px;
	    position: relative;
	    top: 1px;
	    text-align: center;
	    padding: 0 10px;
	    margin-right: 4px;
	}
	
	/* highlight highlight-blue */
	header nav.em li.highlight.highlight-blue a { 
	    border: 1px solid #075DAA;
    	color: #FFF;
    	background-color: #0D5DAA;
	}
	
	header nav.em li.highlight.highlight-grey a {
        border: 1px solid #091b2b;
	    color: #091b2b;
	    background-color: #D0D0D0;
	}
	
	header nav.em ul.languageBar {
	    position: absolute;
	    top: 0px;
	    right: -10px;
	    line-height: 28px;
	}
	
	header nav.em ul.languageBar li {
		margin-right: 4px;
	}
	    
	header nav.em ul.languageBar li a {
		font-weight: normal;
		border-right: 1px solid #091b2b;
		text-align: center;
	    padding-right: 8px;
	    font-size: 14px;
	}
	
	header nav.em ul.languageBar li:last-child a {
		border-right: none;
	}
	
	header nav.em ul.languageBar li.active a {
		font-weight: bold;
		border-bottom: none;
	}
	
	header.fixed nav.em ul.languageBar {
		display:none;
	}
 
}

/* search form */

header nav.em form.search {
	display: inline-block;
    line-height: 25px;
    padding: 0px;
    margin: 0px;
    position: relative;
    border: 1px solid #091b2b;
}

header nav.em form.search  input {
    padding-left: 10px;
    width: 80%;
    border: none;
}

header nav.em form.search button {
    position: absolute;
    top: 0px;
    right: 3px;
    height: 19px;
    margin-top: 6px;
    border-top: none;
    border-bottom: none;
    font-size: 14px;
    padding-top: -4px;
    border-right: none;
}

header nav form.search button span {
	position: relative;
    top: -4px;
    font-size: 19px;
}