/* Small screens (default) */
* {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", serif;
  font-size: 100%;
  font-weight: 100; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

p.footer {
  padding: 0; }

a {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline; }

a:hover {
  color: inherit; }

ul li {
  font-size: 90%;
  list-style: none; }

ul li i:before {
  content: " - "; }

.no-icon:before {
  height: 33px;
  width: 100%;
  content: " ";
  display: block; }

/*Override Font Awesome*/
.fa-2x {
  padding-top: 5px; }

/*Override Bootstrap*/
.row {
  padding-top: 30px;
  padding-bottom: 30px; }

.container {
  max-width: 800px; }

.container-fluid:nth-of-type(even) {
  background-color: #2e2e2e;
  color: white; }
  .container-fluid:nth-of-type(even) .price_option {
    padding: 20px;
    border: 5px solid #2b2b2b;
    background-color: #313131;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
  .container-fluid:nth-of-type(even) .price_option:hover {
    background-color: #383838; }
  .container-fluid:nth-of-type(even) .price {
    border-top: 1px dotted #2b2b2b;
    border-bottom: 1px dotted #2b2b2b; }
  .container-fluid:nth-of-type(even) .buy_package {
    border-top: 1px dotted #2b2b2b; }

.container-fluid:nth-of-type(odd) {
  background-color: white;
  color: #2e2e2e; }
  .container-fluid:nth-of-type(odd) .price_option {
    padding: 20px;
    border: 5px solid whitesmoke;
    background-color: #fafafa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
  .container-fluid:nth-of-type(odd) .price_option:hover {
    background-color: #f2f2f2; }
  .container-fluid:nth-of-type(odd) .price {
    border-top: 1px dotted #dbdbdb;
    border-bottom: 1px dotted #dbdbdb; }
  .container-fluid:nth-of-type(odd) .buy_package {
    border-top: 1px dotted #dbdbdb; }

.justify_text {
  text-align: justify; }

.center_text {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

.big {
  font-weight: 800;
  font-size: 150%; }

.bold {
  font-weight: 800;
  font-size: 120%;
  line-height: 22px; }

.light {
  font-weight: 100;
  font-size: 90%;
  line-height: 22px; }

.separator {
  margin-top: -5px;
  height: 5px; }

#logo {
  width: 100%; }

#background {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url("../img/background.jpg") no-repeat;
  background-size: cover;
  text-align: center; }

#moveable {
  width: 100%;
  margin-top: 100vh;
  position: absolute; }

#information {
  position: fixed;
  bottom: 0;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 90%;
  background-color: #559100;
  text-align: center; }

img.picture {
  width: 100%; }

/* Background Colors */
.color_bg {
  background-color: #559100; }

/* Text Colors */
.colored_text, .colored_text:hover {
  color: #559100; }

.white_text {
  color: white; }

.gray_text {
  color: #2e2e2e; }

/* Import other SASS Files */
/*BUTTONS & FORMS*/
fieldset {
  padding: 0;
  border-width: 0; }

label, input, button {
  font-size: 90%;
  padding: 10px 5px;
  border: 4px solid #559100;
  background-color: white;
  text-align: center; }

input {
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  color: #2e2e2e;
  width: 60%; }

input:focus {
  outline: none;
  background-color: #73c400;
  color: white; }

button {
  margin-left: 0;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  -o-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  background-color: #559100; }

button > a {
  text-decoration: none; }

button:active,
button:focus {
  background-color: #73c400;
  outline: none; }

/*BUTTONS & FORMS END*/
/*LINK BUTTON*/
.button {
  display: block;
  margin-top: 10px;
  color: white; }

.button:hover {
  color: white; }

.button, button[type="button"] {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 0;
  display: inline-block;
  padding: 10px 50px;
  background-color: #559100;
  color: white;
  font-size: 90%;
  text-decoration: none; }

button:hover, button[type="button"]:hover {
  background-color: #73c400;
  color: white; }

.button:active,
.button:focus {
  background-color: #73c400;
  outline: none; }

/*LINK BUTTON END*/
/*COUPON*/
.coupon {
  margin: 20px auto;
  border: 5px dashed #000000;
  text-align: center;
  line-height: 30px;
  position: relative;
  background-color: rgba(155, 155, 155, 0.2);
  outline: 5px solid rgba(155, 155, 155, 0.2); }

.coupon .box {
  background-image: url(../img/bg_hatch.png);
  font-size: 100%;
  font-weight: 800;
  margin: 5px;
  padding: 10px; }

@media (min-width: 640px) {
  .coupon .box {
    font-size: 120%;
    padding: 30px; } }
.coupon .box a {
  text-decoration: none;
  color: #2e2e2e; }

.coupon .schere_links_o {
  position: absolute;
  height: 27px;
  width: 36px;
  z-index: 1;
  left: 25px;
  top: -22px; }

.coupon .schere_rechts_u {
  position: absolute;
  height: 27px;
  width: 36px;
  z-index: 1;
  right: 25px;
  bottom: -10px; }

/*COUPON END*/
/*PRICE TABLE*/
.price_option {
  width: 100%;
  line-height: 150%;
  font-size: 90%;
  font-weight: 400;
  list-style-type: none;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 10px; }

.option {
  font-size: 150%;
  text-transform: uppercase;
  padding: 5px 0; }

.price {
  display: table;
  width: 100%;
  height: 70px; }

.price_figure {
  font-size: 150%;
  text-transform: uppercase;
  vertical-align: middle;
  display: table-cell; }

.price_number {
  font-weight: 800;
  display: block; }

.price_billing {
  font-size: 90%; }

.bullet-item {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 90%; }

.buy_package {
  padding-top: 20px; }

.buy {
  font-size: 150%;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800; }

/*PRICE TABLE END*/
