/* Imports */
@import url(fonts.googleapis.com/css?family=Open+Sans);
/* Paddings & boarders are included in the total height & width */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  font-family: Google Sans, Roboto, Montserrat;
}

/*prevent from get involved other elements*/
.row::after {
  content: "";
  clear: both;
  display: table;
}

.fixed {
  position: fixed;
}

.center {
  margin: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

[class*=classic-] {
  padding: 16px 0px;
}

.text-left-s {
  text-align: left;
}

.text-right-s {
  text-align: right;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.weight-300 {
  font-size: inherit;
  font-weight: 300;
}
.weight-600 {
  font-size: inherit;
  font-weight: 600;
}
.weight-900 {
  font-size: inherit;
  font-weight: 900;
}
.weight-lighter {
  font-size: inherit;
  font-weight: lighter;
}
.weight-bold {
  font-size: inherit;
  font-weight: bold;
}

.padding-killer-top {
  padding-top: 0;
}
.padding-killer-bottom {
  padding-bottom: 0;
}

.hilighted {
  color: #ff6fff;
}

.bg-highlighted {
  font-size: inherit;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.active::after {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #222222;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  max-width: 600px;
  margin: auto;
  padding: 24px 0px 16px 0;
  text-align: center;
}

h1 {
  font-size: 28px;
  line-height: 32px;
}

h2 {
  font-size: 24px;
  line-height: 28px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

/* For MamineGr */
span {
  font-size: 14px;
  font-weight: 300;
}

h6 {
  margin-left: 0px;
  font-weight: 600;
  text-align: left;
}

@media only screen and (min-width: 600px) {
  /* For large-mobiles: */
  h3,
h6 {
    padding: 32px 0px;
  }

  .text-left-s {
    text-align: center;
  }

  .text-right-s {
    text-align: center;
  }
}
#main-view .row.panel-info h6 a {
  color: #ff6fff;
}
#main-view .cta-go-in-landing {
  border: 1px solid #ff6fff;
  border-radius: 24px;
  color: #ff6fff;
  font-size: 14px;
  line-height: 18px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 12px 28px;
  margin-top: 32px;
  margin-bottom: 40px;
  text-decoration: none;
}
#main-view .cta-go-in-landing:hover {
  background-color: #FFBBFF;
  color: #000000;
  border-color: #000000;
}

@media only screen and (min-width: 992px) {
  /* For normal-desktop: */
  #main-view {
    height: calc(100% - 160px);
  }
  #main-view .row.panel-info {
    justify-content: center;
  }
}

/*# sourceMappingURL=prices.css.map */
