@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  background-color: #cacaca;
}
div,
header,
nav,
section,
aside,
footer,
article,
ul,
li {
  box-sizing: border-box;
}
img {
  border: none;
}
a {
  color: #aa1232;
  text-decoration: none;
}
a.contact-link {
  padding-left: 30px;
  text-transform: uppercase;
  font-size: 1.25em;
  background-image: url(../pics/design/form_icon.png);
  background-position: left center;
  background-repeat: no-repeat;
}
a.contact-link:hover {
  text-decoration: underline;
}
img.left {
  float: left;
  margin-right: 2em;
}
img.right {
  float: right;
  margin-left: 2em;
}
p {
  margin: 0 0 2em 0;
}
p img {
  max-width: 100%;
}
.text-center {
  text-align: center;
}
p.highlighted {
  font-weight: 700;
  text-align: center;
  font-size: 1.25em;
  margin: 1em 0;
}
.page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 5%;
  right: 5%;
  width: 5vw;
  height: 5vw;
  background-color: #aa1232;
  border-radius: 50%;
  border: 1px solid #333;
  -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.75);
}
.mobile .page-top {
  width: 15vw;
  height: 15vw;
  background-color: rgba(170, 17, 50, 0.76);
}
@media screen and (orientation: landscape) {
  .mobile .page-top {
    width: 10vw;
    height: 10vw;
  }
}
.page-top:after {
  content: '';
  display: block;
  float: left;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 40%;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: translate(-50%, -30%) rotate(-45deg);
}
.wrapper {
  width: 980px;
  margin: 0 auto;
}
.mobile .wrapper {
  width: 100%;
  overflow: hidden;
}
.full-width {
  float: left;
  width: 100%;
}
.relative {
  position: relative;
}
.img.full-width img {
  width: 100% !important;
  height: auto !important;
}
.first-row {
  margin-bottom: 1.5em;
}
.last-row {
  margin-top: 1em;
}
.column2 {
  float: left;
  width: 442px;
  margin-left: 32px;
}
.mobile .column2 {
  width: 90%;
  margin-left: 0;
}
.column2.first {
  margin: 0;
}
.column2:first-child {
  margin-left: 0;
}
.shadow {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
}
.red {
  color: #aa1232;
}
.smalltext {
  text-transform: lowercase !important;
}
.mobile .long-mobile:before {
  content: '\A';
  white-space: pre;
}
.mobile .full-content-table {
  position: relative;
  float: left;
  top: 0;
  left: 0;
}
.mobile .full-content-table-container {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  /*display: block;
	width: 100%;
    overflow-x: auto;
    white-space: nowrap;*/
  /*-webkit-overflow-scrolling: touch;*/
}
header.main {
  position: relative;
  height: 160px;
}
header.main .logo {
  position: absolute;
  width: 20%;
  min-width: 190px;
  margin: 1em 0 1em -1em;
  z-index: 100;
}
.mobile header.main .logo {
  margin-left: 1em;
}
header nav.main {
  float: right;
  width: 80%;
  margin-left: 0;
  margin-top: 1.5em;
}
header nav.main ul {
  float: left;
  list-style-type: none;
}
header nav.main ul li {
  float: left;
  width: auto;
  padding-right: 2em;
  margin-bottom: 0.5em;
  font-size: 1.4em;
}
header nav.main ul li a {
  color: #333;
}
section .section-bt {
  width: 100%;
  max-width: 150px;
  height: auto;
  background-color: #aa1232;
  color: #fff;
  font-size: 1em;
  padding: 0.5em 1em;
  margin: 0 20px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid #333;
}
footer {
  position: relative;
  width: 100%;
  height: 23em;
  padding: 1em;
  margin-bottom: 0.5em;
  background-color: #464141;
  color: #fff;
}
.mobile footer {
  height: auto;
}
footer .three-column {
  float: right;
  width: 10%;
  height: 100%;
  margin-left: 2%;
  padding-left: 2%;
  border-left: 1px solid #8a8080;
}
.mobile footer .three-column {
  float: left;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
footer .column.contactus {
  float: right;
  width: 27%;
  height: 100%;
  padding-left: 3%;
  border-left: 1px solid #8a8080;
}
.mobile footer .column.contactus {
  width: 100%;
  height: auto;
  margin-top: 0.5em;
  padding: 0;
  border-left: 0;
  text-align: center;
}
footer .column.contactus .social {
  display: flex;
  justify-content: space-evenly;
}
footer .column.contactus h1 {
  font-weight: normal;
  margin: 0 0 0.5em 0;
  text-align: center;
}
.mobile footer .column.contactus h1 {
  margin-bottom: 0.5em;
}
footer .column.contactus .phone {
  font-size: 1.75em;
  margin-bottom: 0.25em;
}
footer .column.contactus .mail {
  text-align: center;
  font-size: 0.85em;
}
footer .column.contactus .mail a,
footer .column.contactus .phone a {
  color: #fff;
}
footer .column.contactus .mail a:hover,
footer .column.contactus .phone a:hover {
  color: #aa1232;
}
footer .column.contactus .mail a img {
  vertical-align: middle;
}
footer .column.contactus .logo {
  margin-top: 1.25em;
  text-align: center;
}
footer .column.contactus .logo img {
  width: 50%;
}
footer .column.contactus .copyright {
  font-size: 0.75em;
  text-align: center;
}
footer .column.fb {
  float: right;
  width: 41%;
  height: 100%;
  padding: 0 3%;
  border-left: 1px solid #8a8080;
}
.mobile footer .column.fb {
  float: left;
  width: 100%;
  margin-top: 1em;
  height: auto;
  padding: 0;
  border-left: 0;
}
footer .column.submenu {
  float: right;
  width: 31%;
  height: 100%;
}
.mobile footer .column.submenu {
  display: none;
}
footer .column.submenu ul {
  font-size: 0.95em;
  line-height: 1.5em;
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: square;
  font-weight: bold;
}
footer .column.submenu ul li li {
  font-weight: normal;
}
footer .column.submenu ul a {
  color: #baadad;
}
footer .column.submenu ul a:hover {
  color: #fff;
}
.partners {
  padding: 2em 0;
  text-align: center;
}
.partners img {
  width: 100%;
}
