@font-face {
  font-family: CatamaranR;
  src: url('../fonts/catamaran_regular.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: CatamaranM;
  src: url('../fonts/catamaran_medium.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: CatamaranB;
  src: url('../fonts/catamaran_bold.ttf') format('truetype');
  font-style: normal;
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background-color: #f5f0e6;
  font-family: CatamaranR, sans-serif;
  font-size: 13pt;
  color: #374155;
  min-width: 320px;
  height: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
h1, h2, h3 {
  font-family: CatamaranM, sans-serif;
  font-weight: normal;
  text-transform: none !important;
}
h1 {
  display: inline-block;
  font-family: CatamaranM, sans-serif;
  font-size: 20pt;
  line-height: 26px;
  color: #3599c9;
  margin-bottom: 15px;
}
h2 {
  display: inline-block;
  font-family: CatamaranM, sans-serif;
  font-size: 18pt;
  margin-bottom: 0;
}
h3 {
  font-size: 1.17em;
}
p {
  line-height: 1.5em;
}
a, input[type="submit"] {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
img {
  border: 0;
}
#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-color: #f5f0e6;
  margin: 0 0 -232px 0;
  padding: 0;
}
header {
  top: 0;
  background-color: #3599c9 !important;
  box-shadow: 0 5px 10px rgba(0,0,0,0.16);
  width: calc(100% - 50px);
  height: 80px;
  padding: 0 25px;
  z-index: 9;
}
#title {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#title h1 {
  color: #ffffff;
  line-height: 26px;
  margin: 14px 0 0 0;
}
#title h3 {
  color: rgba(0, 0, 0, 0.35);
  line-height: 22px;
  margin: 5px 0 0 0;
}
#main {
  display: block;
  box-sizing: border-box;
  font-size: 13pt;
  line-height: 1.5em;
  border-radius: 2px;
  width: calc(100% - 20px);
  max-width: 1280px;
  margin: 30px auto 50px auto;
  padding: 75px 0 0 0 !important;
}
#main .content {
  min-height: 300px;
}
#message .succes {
  border: none;
  color: #14be82;
  padding: 0;
  margin: 0 0 30px 0;
}
#message .error {
  border: none;
  color: #ea4d56;
  padding: 0;
  margin: 0 0 30px 0;
}
#message a {
  font-family: CatamaranB, sans-serif;
}
#post_endscreen {
  display: block;
  height: auto;
  min-height: 100px;
}
table {
  min-width: auto;
}
table td.widget_full {
  padding: 0 !important;
}
label, input {
  display: block;
}
input[type="text"] {
  box-sizing: content-box;
}
input[type="text"]:focus, textarea:focus {
  border: 1px solid #3599c9;
}
.checkbox label {
  display: table;
  margin: 10px 0 0 0;
}
.checkbox input {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.checkbox p {
  display: table-cell;
  margin: 0;
  padding: 0 0 0 10px;
  vertical-align: middle;
  cursor: default;
}
#submit_button {
  display: block;
  margin: 20px 0 0 0;
}
.submit_button {
  background-color: #14be82;
  border-radius: 7px;
  box-shadow: 0 2px 5px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.24);
}
.submit_button:hover {
  background-color: #41cd8c;
}
.submit_button:active {
  background-color: #14b47a;
}
.submit_button:disabled {
  background-color: #dcddde;
  box-shadow: none;
  cursor: default;
}


/** MAX 800 PX */
@media screen and (max-width: 800px) {
  header {
    height: auto;
    min-height: 80px;
  }
  h1 {
    font-size: 17pt;
  }
  h2 {
    font-size: 16pt;
  }
  h3 {
    font-size: 15pt;
  }
  label {
    text-align: center;
  }
}

/** MAX 600 PX */
@media screen and (max-width: 600px) {
  header {
    min-height: 70px;
    padding-bottom: 10px;
  }
  h1 {
    font-size: 16pt;
  }
  h2 {
    font-size: 15pt;
  }
  h3 {
    font-size: 14pt;
  }
  #main {
  padding: 0 !important;
  }
}

/** MAX 480 PX */
@media screen and (max-width: 480px) {
  h1 {
    font-size: 15pt;
  }
  h2 {
    font-size: 14pt;
  }
  h3 {
    font-size: 13pt;
  }
}
