/* Variables */
/* A container (and its padding) will not grow larger than this width. */
/* The horizontal padding around containers. */
/* Reset */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Layout */
body {
  background-color: #fff;
  color: #333;
  font: 14px/20px "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
}
header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
  border-bottom: 3px solid #ddd;
  margin-bottom: 10px;
}
.logo {
  font-size: 20px;
  color: #333;
}
#rabbit {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 250px;
  width: 300px;
  background-color: red;
}
#info {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
}
#info #counter {
  font-size: 20px;
}
#info #skipper {
  margin-top: -5px;
  /*
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -100px;
    width: 250px;
    */
}
#joinus {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -15%;
  width: 30%;
  min-width: 100px;
  text-align: center;
}
.hide {
  display: none;
}
.ah-frame iframe {
  width: 100%;
  height: 100%;
}
.container {
  position: relative;
  text-align: left;
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
}
/* Main container class. */
.container-fluid {
  width: 100%;
  max-width: 2420px;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.text-content {
  padding: 10px;
}
/* Grid */
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4 {
  float: left;
  min-height: 1px;
}
.col-1 {
  width: 24.9999999999%;
}
.col-2 {
  width: 49.9999999999%;
}
.col-3 {
  width: 74.9999999999%;
}
.col-4 {
  width: 100%;
}
/* Typography */
a {
  color: #105CB6;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #105CB6;
  text-decoration: underline;
}
a:active {
  color: #105CB6;
}
h1 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}
h2 {
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 20px;
}
h3 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
p {
  margin-bottom: 20px;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
/* Buttons */
/* General button style (reset) */
.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 7px 40px;
  display: inline-block;
  text-align: center;
  margin: 2px 40px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover,
.btn:link,
.btn:visited {
  text-decoration: none;
}
/* Button 6 */
.btn-6 {
  color: #fff;
  background: #ff0000;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.btn-6:active {
  top: 2px;
}
/* Button 6a */
.btn-6a {
  border: 4px solid #ff0000;
}
.btn-6a:hover {
  background: transparent;
  color: #ff0000;
}
/* RECAPTCHA */
.g-recaptcha {
  float: left;
}
/* Print */
@media print {
  * {
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
  }
}
/* PROTECTOR */
.aba {
  text-align: center;
}
.link-box {
  margin: 0 5px;
  border: 5px solid #ff0000;
  max-height: 300px;
  overflow: auto;
}
.link-box ul {
  list-style: none;
}
.link-box ul li {
  list-style-type: none;
}
.features {
  font-size: 110%;
  font-weight: bold;
}
.features li {
  list-style-position: inside;
}
.sep {
  height: 15px;
}
/*# sourceMappingURL=main.css.map */