﻿@font-face {
  font-family: 'Dax Regular';
  src: url('../fonts/dax-regular.eot');
  src: url('../fonts/dax-regular.eot') format('embedded-opentype'), url('../fonts/dax-regular.woff') format('woff'), url('../fonts/dax-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Dax Light';
  src: url('../fonts/dax-regular.eot');
  src: url('../fonts/dax-regular.eot') format('embedded-opentype'), url('../fonts/dax-regular.woff') format('woff'), url('../fonts/DaxRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.1em;
  margin-top: 0.1em;
}
body {
  background-image: url("../Images/background_masonry.png");
  font-family: 'Dax Regular';
  font-size: 12px;
  color: #999;
  padding: 0;
  margin: 0;
}
.brand {
  text-align: center;
  padding: 2em 0;
}
.wrapper {
  margin-top: 5em;
  background-color: rgba(255, 255, 255, 0.93);
}
.container {
  width: 600px;
  text-align: center;
  margin: 2em auto;
}
@media (max-width: 680px) {
  .container {
    width: 96%;
  }
}
.footer {
  padding-bottom: 4em;
}
.row {
  width: 100%;
  overflow: hidden;
}
ul {
  margin: 0 0 0 -2%;
  padding: 0;
  overflow: hidden;
}
ul li {
  width: 46%;
  float: left;
  margin: 15px 2% 15px 2%;
  list-style: none;
  font-family: "Rockwell W01", Rockwell, Georgia, serif;
  line-height: 1em;
  font-size: 2em;
  color: #0079cc;
}
ul li p {
  min-height: 4em;
}
ul li a.button-language,
ul li button {
  display: block;
  width: 155px;
  height: 53px;
  text-align: center;
  color: #fff;
  background-color: #0079cc;
  font-family: 'Dax Regular', sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
  border: none;
  margin: 0 auto;
}
ul li a.button-language:hover,
ul li button:hover {
  background-color: #00598d;
}
ul li a.button-language.selected,
ul li button.selected {
  background-color: #0079cc;
}
ul li a.button-language.unselected,
ul li button.unselected {
  background-color: #ccc;
}
@media (max-width: 680px) {
  ul li a.button-language,
  ul li button {
    width: auto;
    height: auto;
    padding: 10px 30px;
    font-size: 0.7em;
  }
}
ul li a.button-language {
  text-decoration: none;
  line-height: 50px;
}
@media (max-width: 680px) {
  ul li p {
    font-size: 0.72em;
    min-height: 0;
  }
}
@media (max-width: 543px) {
  ul.collapsable li {
    margin: 15px 5% 15px 5%;
    width: 90%;
    float: none;
  }
}
label {
  margin: 2em 0 0.5em 0;
  font-family: "Rockwell W01", Rockwell, Georgia, serif;
  font-size: 1.6em;
  color: #0079cc;
  display: block;
}
@media (max-width: 543px) {
  label {
    font-size: 1.1em;
  }
}
.styled-select {
  background: url(../Images/dropdown_bg.png) no-repeat 100% 0;
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  height: 32px;
  overflow: hidden;
  width: 240px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
}
.styled-select select {
  background: transparent;
  border: none;
  width: 280px;
  height: 32px;
  padding: 0.5em;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0em 0em 0em 0em;
  font-size: 1.2em;
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none;
  /*for IE10*/
}
.styled-select select::-ms-expand {
  display: none;
}
.inner {
  border: 1px solid #ccc;
  padding: 10px;
}
.alert {
  text-align: left;
  color: #000;
  border: solid 1px orange;
  background-color: #ffebd2;
  padding: 10px;
}
.alert h3 {
  margin: 0;
  color: #855600;
}
.alert p {
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0;
}
.alert .content {
  margin: 0 2px;
  max-height: 140px;
}
.alert .close {
  float: right;
  text-align: center;
  color: #333333;
  background-color: #ee9f0e;
  font-family: 'Dax Regular', sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
  border: none;
  margin: 0 auto;
  padding: 8px 20px;
}
.alert .close:focus,
.alert .close:hover {
  background-color: #ffb837;
}
.alert .close:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=135, Color=#666)";
  /*IE 8*/
  -moz-box-shadow: 1px 1px 3px #666 inset;
  /*FF 3.5+*/
  -webkit-box-shadow: 1px 1px 3px #666 inset;
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 1px 1px 3px #666 inset;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=135, Color=#666);
  /*IE 5.5-7*/
}