/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* 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: 34px;
  width: 100%;
  content: " ";
  display: block; }

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

/*Override Bootstrap*/
.row {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee; }

.row.highlight {
  background-color: #eeeeee;
  border-top: none; }

.row.highlight + .row {
  border-top: none; }

.container {
  max-width: 800px; }

.container > .row:first-child {
  border-top: none; }

.container-fluid {
  background-color: white;
  color: #2e2e2e; }
  .container-fluid .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 .price_option:hover {
    background-color: #f2f2f2; }
  .container-fluid .price {
    border-top: 1px dotted #dbdbdb;
    border-bottom: 1px dotted #dbdbdb; }
  .container-fluid .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; }

#logo {
  width: 100%;
  max-width: 600px; }

#main {
  width: 100%;
  position: absolute; }

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

img.picture {
  width: 100%; }

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

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

.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 #009fdb;
  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: 70%; }

input:focus {
  outline: none;
  background-color: #0fbdff;
  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: #009fdb; }

button > a {
  text-decoration: none; }

button:active,
button:focus {
  background-color: #0fbdff;
  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: #009fdb;
  color: white;
  font-size: 90%;
  text-decoration: none; }

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

.button:active,
.button:focus {
  background-color: #0fbdff;
  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*/
