/* Toptrans */
/* Imports */
/* Toptrans */
html,
body,
form,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
div,
hr,
input,
fieldset,
button {
  margin: 0px;
  padding: 0px;
}
/* Global settings */
.blind,
hr {
  display: none !important;
}
fieldset,
a,
a img {
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
  display: block;
  resize: none;
}
select,
button,
input,
textarea {
  font-family: 'Rubik', sans-serif;
}
button {
  outline: none;
  cursor: pointer;
}
/* Layout */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-family: 'Rubik', sans-serif;
}
section {
  width: 100%;
  clear: both;
  min-height: 1%;
  position: relative;
}
section:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
section.row {
  min-height: 1%;
  width: 100%;
  clear: both;
}
section.row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.half {
  width: 50%;
}
.half img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
.half.left {
  float: left;
  padding-right: 25px;
}
.half.right {
  float: right;
  padding-left: 25px;
}
@media (max-width: 1020px) {
  .half {
    width: 100%;
  }
  .half.left {
    float: none;
    padding-right: 0;
  }
  .half.right {
    float: none;
    padding-left: 0;
  }
}
.container {
  max-width: 1370px;
  padding: 0 20px;
  margin: 0 auto;
  min-height: 1%;
  position: relative;
}
.container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
img {
  max-width: 100%;
}
h1,
h2 {
  font-size: 47px;
  clear: both;
  margin-bottom: 21px;
  line-height: 57px;
  color: #fff;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
}
@media (max-width: 1020px) {
  h1,
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
p {
  color: #fff;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 1020px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}
.button {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  font-size: 17px;
  font-style: italic;
  text-align: center;
  background: #005fa9;
  outline: none;
  padding-right: 20px;
  padding-left: 30px;
  height: 54px;
  line-height: 50px;
  border-radius: 27px;
  border: 2px solid transparent;
}
.button span {
  display: inline-block;
  padding-right: 50px;
  text-align: left;
  min-width: 150px;
  background: url("./images/button.png") 97% center no-repeat;
  background-size: 16px 16px;
}
.button.transparent {
  border: 2px solid #fff;
  background: transparent;
}
.button.transparent:hover {
  background: #fff;
}
.button.transparent:hover span {
  color: #005fa9;
}
.button.blue-transparent {
  border: 2px solid #005fa9;
  background: transparent;
  color: #005fa9;
}
.button.blue-transparent span {
  background-image: url("./images/arrow-blue.png");
}
.button.blue-transparent:hover {
  background: #005fa9;
}
.button.blue-transparent:hover span {
  color: #fff;
  background-image: url("./images/button.png");
}
.button.blue {
  background: #005fa9;
  border: 2px solid transparent;
}
.button.blue:hover {
  background: transparent;
  color: #005fa9;
  border-color: #005fa9;
}
.button.blue:hover span {
  background-image: url("./images/arrow-blue.png");
}
/* Logo */
.section-logo {
  clear: both;
  margin: 0 0;
  padding: 45px 0;
  text-align: center;
}
.section-logo img {
  display: block;
  margin: 0 auto;
  width: 250px;
}
/* Signpost */
.section-signpost .half {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
  position: relative;
  height: 50vh;
  min-height: 345px;
  width: 50% !important;
  float: left;
  clear: none;
}
@media (max-width: 767px) {
  .section-signpost .half {
    height: 600px;
    clear: both;
    float: none;
    max-height: 100vw;
    width: 100%!important;
  }
}
.section-signpost .text {
  position: absolute;
  width: 320px;
  background: rgba(0, 95, 169, 0.85);
  top: 0;
  left: 0;
  height: 100%;
  display: table;
  vertical-align: bottom;
}
@media (max-width: 1200px) {
  .section-signpost .text {
    width: 260px;
  }
}
@media (max-width: 1020px) {
  .section-signpost .text {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .section-signpost .text {
    height: auto;
    line-height: normal;
    width: 100%;
  }
}
.section-signpost .inner {
  padding: 45px;
  line-height: normal;
  vertical-align: bottom;
  display: table-cell;
}
@media (max-width: 1200px) {
  .section-signpost .inner {
    padding: 32px 20px;
  }
}
@media (max-width: 1020px) {
  .section-signpost .inner {
    padding: 32px 20px;
  }
}
@media (max-width: 767px) {
  .section-signpost .half.right {
    border-top: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .section-signpost .half.right {
    border-top: none;
  }
}
/* Contact */
.section-contact {
  padding: 52px 0 48px 0;
}
.section-contact .container {
  max-width: 1020px;
}
.section-contact .phone {
  padding-left: 75px;
  background: url("./images/phone.png") left center no-repeat;
  background-size: 35px 50px;
}
@media (max-width: 1200px) {
  .section-contact .phone {
    padding-left: 0;
    text-align: center;
    background: none;
    margin-bottom: 30px;
  }
}
.section-contact .phone a {
  text-decoration: none;
  color: #000;
}
.section-contact .email {
  padding-left: 113px;
  background: url("./images/email.png") left center no-repeat;
  background-size: 81px 37px;
}
@media (max-width: 1200px) {
  .section-contact .email {
    padding-left: 0;
    text-align: center;
    background: none;
  }
}
.section-contact p {
  font-size: 17px;
  margin: 0 0;
  line-height: 29px;
  color: #000;
}
.section-contact p span {
  font-size: 10px;
  color: #adadad;
  display: inline-block;
  margin: 0 8px;
}
.section-contact p strong {
  color: #ec312e;
}
.section-contact p a {
  color: #005fa9;
}
.section-contact p a:hover {
  text-decoration: none;
}
/* Mixins */
.cf {
  min-height: 1%;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.inner-border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.upp {
  text-transform: uppercase;
}
.und {
  text-decoration: underline;
}
.img-grey {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all 0.6s ease;
  /* Transition for Webkit browsers */
}
.img-color {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
.animated {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.shadow {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
}
.anton {
  font-family: 'Anton', sans-serif;
}
.rubik {
  font-family: 'Rubik', sans-serif;
}
.text-hidden {
  text-align: left;
  text-indent: -1000px;
  display: block;
  overflow: hidden;
}
/*# sourceMappingURL=global.css.map */