html {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.clear {
  clear: both;
}
.site-header {
  width: 100%;
  padding-right: 0;
  margin: "auto";
  max-height: 200px;
  overflow-x: auto;
  overflow-y: hidden;
}
.site-logo {
  background-repeat: no-repeat;
  background-position: left center;
  height: 20%;
}
.site-image-wrapper {
  width: 80%;
  float: right;
}
.site-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}
.navbar-nav {
  float: right;
}
.navbar .navbar-nav > .active > a {
  color: red;
}
.navbar .navbar-nav > a {
  color: gray;
}
.navbar-nav > li > a {
  color: gray;
}
@media (max-width: 860px) {
  .navbar-nav > li > a {
    padding: 10px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .row-eq-height {
    padding: 0px 7.5px;
  }
}
@media (min-width: 991px) {
  .row-eq-height {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
}
@media (min-width: 1150px) {
  .row-eq-height .comment {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
}
.row-eq-height .timer {
  padding-bottom: 5px;
}
@media (max-width: 1500px) {
  .row-eq-height .timer {
    width: 100%;
  }
}
.row-eq-height .bottom_container {
  width: 50%;
}
@media (max-width: 991px) {
  .row-eq-height .bottom_container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .row-eq-height .bottom_container {
    padding: 0px 7.5px;
  }
}
@media (max-width: 480px) {
  .row-eq-height .bottom_container .placeholder {
    display: none;
  }
}
.row-eq-height .bottom_container .button {
  padding-top: 0;
}
@media (max-width: 480px) {
  .row-eq-height .bottom_container .button {
    width: 100% !important;
    float: left;
  }
}
@media (max-width: 1150px) {
  .row-eq-height .bottom_container .input_box {
    width: 100% !important;
    float: left;
  }
}
@media (max-width: 991px) {
  .row-eq-height .bottom_container .input_box {
    width: auto !important;
  }
}
@media (max-width: 580px) {
  .row-eq-height .bottom_container .input_box {
    width: 100% !important;
    float: left;
  }
}
.row-eq-height .bottom_container .input_box .input {
  width: 100%;
}
@media (max-width: 580px) {
  .row-eq-height .bottom_container .price_table tr td {
    width: 100%;
  }
  .row-eq-height .bottom_container .price_table tr td h4 {
    margin: 0px;
  }
}
.row-eq-height .bottom_container .price_table .order_table {
  table-layout: fixed;
}
@media (max-width: 1070px) {
  .navbar-header {
    position: absolute;
    left: 0px;
    margin-left: 0px !important;
    margin-right: 0px !Important;
    width: 100%;
    top: 15px;
    height: 80px;
  }
  .navbar-header a {
    padding: 0px;
  }
  .navbar-header a img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .navbar-header img {
    width: 100%;
  }
}
.navbar-right .links {
  float: left;
}
.navbar-right .icons {
  float: right;
}
.navbar-brand {
  height: auto;
  width: 25%;
}
@media (max-width: 1200px) {
  .navbar-brand {
    width: 100%;
  }
}
.collapse {
  width: 75%;
  margin-top: 35px;
}
@media (max-width: 1070px) {
  .collapse {
    width: 100%;
    margin-top: 0px;
  }
}
a.cnav {
  color: gray;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
a.cnav-last {
  color: gray;
  margin-left: 20px;
  margin-right: 100px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
@media (max-width: 1265px) {
  a.cnav-last {
    margin: 0px;
  }
}
.navbar-nav > li > .active {
  color: red;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: white;
  color: red;
}
.navbar {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px;
  border-radius: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .navbar {
    height: 110px;
  }
}
.nav_item {
  margin-left: 20px;
  margin-right: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.row {
  padding: 0px 50px;
  margin: 0px;
}
.container {
  width: 100%;
  position: relative;
}
@media (min-width: 570px) {
  .container {
    padding: 0px 125px;
  }
}
.container button.mobile {
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
  background: lightgrey;
  height: 50px;
  width: 50px;
}
@media (min-width: 768px) {
  .container button.mobile {
    display: none;
  }
}
.container .mobile_menu {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .container .mobile_menu {
    display: none;
  }
}
.container .mobile_menu a {
  width: 100%;
  float: left;
  color: gray;
  text-align: center;
  padding: 5px;
  font-size: 20px;
}
.container .mobile_menu .dropdown-menu {
  top: 363px;
  border-radius: 0px;
}
@media (max-width: 768px) {
  .container .mobile_menu .dropdown-menu {
    width: 100%;
  }
}
.container button:focus {
  outline: 0;
}
@media (max-width: 1070px) {
  .container.header {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .container.header {
    height: 110px;
  }
}
@media (max-width: 1070px) {
  .container.header .navbar_links {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
}
.main_container {
  margin-top: 140px;
  width: 100%;
  background: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  /* CSS-only ribbon styles    */
}
@media (max-width: 1070px) {
  .main_container {
    margin-top: 150px;
  }
}
@media (max-width: 768px) {
  .main_container {
    margin-top: 110px;
  }
}
.main_container input {
  margin-bottom: 4px;
  border-width: 2px;
  padding: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.main_container button {
  padding: 10px;
  background: grey;
  border-width: 2px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .main_container button {
    width: 100%;
    margin-bottom: 5px;
  }
}
.main_container img {
  width: 100%;
}
.main_container .register {
  margin-top: 50px;
  font-size: 16px;
  color: black;
  font-weight: 500;
}
.main_container .picture {
  padding-right: 0px;
  margin-top: 30px;
}
.main_container .picture .picture_left {
  margin-left: -20px;
}
.main_container .inner_container {
  padding: 50px 0px;
  margin: auto;
  float: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.main_container .inner_container .text_box {
  background: white;
  margin-left: -20px;
}
@media (max-width: 992px) {
  .main_container .inner_container .text_box {
    margin: 0px 0px 10px 0px;
  }
}
.main_container .inner_container .text_box .text {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.main_container .inner_container .login {
  background: white;
  margin-left: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
@media (max-width: 992px) {
  .main_container .inner_container .login {
    position: relative;
    margin: 0px;
    height: auto;
  }
}
.main_container .inner_container .error {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: red;
}
.main_container .frame-box {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.3) 1px 3px 3px;
  border-radius: 3px;
  margin-top: 25px;
}
.main_container .frame-box .table-hover tr {
  float: none !important;
  width: auto !important;
}
.main_container .frame-box .table-hover tr pre {
  white-space: normal;
}
@media (max-width: 450px) {
  .main_container .frame-box .table-hover tr .fett {
    font-size: 12px;
  }
}
@media (max-width: 1150px) {
  .main_container .frame-box .table-condensed tr .placeholder {
    display: none;
  }
}
@media (max-width: 1150px) {
  .main_container .frame-box .table-condensed tr.button {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .main_container .frame-box .table-condensed tr.button .button {
    float: left;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .main_container .frame-box .table-condensed tr.button .button {
    float: none;
    width: auto;
  }
}
@media (max-width: 580px) {
  .main_container .frame-box .table-condensed tr.button .button {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .main_container .frame-box .table-condensed tr {
    float: left;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .main_container .frame-box .table-condensed tr {
    width: auto;
    float: none;
  }
}
@media (max-width: 580px) {
  .main_container .frame-box .table-condensed tr {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .main_container .frame-box .table-condensed tr .title {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
}
.main_container .frame-box .table-condensed tr.full_width td {
  width: 100%;
}
.main_container .frame-box .button_row {
  margin-bottom: 0px;
  width: 100%;
  padding: 0px 15px;
}
@media (min-width: 991px) {
  .main_container .frame-box .button_row {
    padding-left: 35.8%;
    float: left;
  }
}
.main_container .frame-box .button_row .button_box {
  float: left;
}
.main_container .frame-box .button_row .button_box:nth-child(1) {
  width: 80%;
}
.main_container .frame-box .button_row .button_box:nth-child(2) {
  width: 18%;
  float: right;
}
.main_container .frame-box .button_row .button_box a {
  width: 100%;
}
@media (max-width: 768px) {
  .main_container .frame-box .detail_table_box {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .main_container .frame-box .detail_table_box .detail_table {
    position: initial;
  }
}
@media (max-width: 768px) {
  .main_container .frame-box .detail_table_box .detail_table tr:nth-child(1) {
    position: absolute;
    top: 0px;
  }
  .main_container .frame-box .detail_table_box .detail_table tr:nth-child(1) td {
    width: 100%;
    float: left;
    padding-left: 0px;
  }
}
.main_container .image-box {
  background-color: white;
}
.main_container .product-box {
  font-family: 'Roboto', sans-serif;
  font-weight: 500!important;
}
@media (max-width: 1330px) {
  .main_container .product-box {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .main_container .product-box {
    padding: 20px 0px;
  }
}
.main_container .product-box .product_row {
  width: 100%;
  margin-bottom: 5px;
  height: auto;
  color: #4A4A4A;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.main_container .product-box .product_row.description {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: justify;
}
.main_container .product-box .product_row .half_row {
  width: 50%;
  float: left;
}
.main_container h1.display {
  margin-top: 40px;
  color: #4A4A4A;
  font-size: 34px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.main_container h2 {
  margin-top: 32px;
  color: #4A4A4A;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1350px) {
  .main_container h2 {
    font-size: 15px;
  }
}
@media (max-width: 1250px) {
  .main_container h2 {
    font-size: 12px;
  }
}
@media (max-width: 1080px) {
  .main_container h2 {
    font-size: 9px;
  }
}
@media (max-width: 991px) {
  .main_container h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .main_container h2 {
    font-size: 16px;
  }
}
.main_container h3.title {
  margin-top: 28px;
  color: #4A4A4A;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
@media (max-width: 1250px) {
  .main_container h3.title {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .main_container h3.title {
    font-size: 16px;
  }
}
.main_container h3.warning {
  margin-top: 28px;
  color: #E22019;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .main_container h3.warning {
    font-size: 12px;
  }
}
.main_container h4 {
  color: #4A4A4A;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  width: 95%;
}
.main_container h4.warning {
  color: #E22019;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.main_container h4.subheading {
  margin-top: 24px;
  color: #4A4A4A;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.main_container h4.subheading2 {
  margin-top: 0px;
  padding-top: 0px;
  color: #4A4A4A;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.main_container a.link {
  margin-top: 16px;
  color: #E22019;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.main_container a.button {
  padding: 0px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.main_container a.button span {
  background: #E22019;
  width: 100%;
  padding: 10px;
  float: left;
}
.main_container body {
  margin-top: 20px;
  color: #4A4A4A;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.main_container p {
  margin: 0;
}
.main_container p.warning {
  color: #E22019;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.main_container p.fett {
  color: #4A4A4A;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
@media (max-width: 1060px) {
  .main_container p.fett {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .main_container p.fett {
    font-size: 14px;
  }
}
.main_container p.fett.weight {
  background: #ECECEC;
  border-radius: 5px;
  padding: 5px;
}
.main_container p.fett1 {
  color: #4A4A4A;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-top: 10px;
}
.main_container p.fett-red {
  color: #E22019;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.main_container p.red {
  color: #E22019;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.main_container p.bold-caption {
  color: #646464;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.main_container p.caption {
  color: #646464;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.main_container p.bold-caption-red {
  color: #E22019;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.main_container p.caption-red {
  color: #E22019;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.main_container p.caption1 {
  margin-top: 5px;
  color: #646464;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.main_container p.comment-date {
  margin-top: 20px;
  color: #646464;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.main_container a {
  color: #4A4A4A;
}
.main_container a.info {
  cursor: pointer;
}
.main_container i.back-left {
  margin-left: 15px;
  color: #646464;
}
.main_container i.back-right {
  margin-right: 15px;
  color: #646464;
}
.main_container p.comment {
  color: #4A4A4A;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  word-break: break-all;
}
.main_container .form-control {
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.117647);
}
.main_container .input-group-addon {
  border-radius: 0px;
  background-color: white;
  border-left: 0;
  border: 1px solid rgba(0, 0, 0, 0.117647);
}
.main_container img.product {
  height: 100%;
  padding: 0px 25%;
}
@media (min-width: 768px) {
  .main_container img.product {
    max-height: 160px;
    max-width: 160px;
    padding: 0px;
  }
}
.main_container input.reverse-range[type='range'] {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 0px;
  height: 15px;
  background: -webkit-linear-gradient(left, #00c800 0%, #d80000 100%);
  background: linear-gradient(left, #00c800 0%, #d80000 100%);
}
.main_container input.yellow-green-range[type='range'] {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 0px;
  height: 15px;
  background: -webkit-linear-gradient(left, #c8c800 50%, #00c800 100%);
  background: linear-gradient(left, #c8c800 50%, #00c800 100%);
}
.main_container input[type='range'] {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 0px;
  height: 15px;
  background: -webkit-linear-gradient(left, #d80000 0%, #00c800 100%);
  background: linear-gradient(left, #d80000 0%, #00c800 100%);
}
.main_container input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  -webkit-border-radius: 15px;
  background-color: white;
  height: 15px;
  width: 15px;
}
.main_container input[type=range]:focus {
  outline: none;
}
.main_container .btn-order {
  border: 0px;
  border-radius: 0px;
  background: #E22019;
  padding: 6px;
}
@media (min-width: 768px) {
  .main_container .login #loginbox {
    padding-top: 25px;
  }
}
@media (max-width: 991px) {
  .main_container .login br {
    display: none;
  }
}
@media (max-width: 991px) {
  .main_container .text_box br {
    display: none;
  }
}
.main_container .text_box blockquote {
  padding: 10px 0px;
  margin: 0 0 20px;
  font-size: 17px;
  border-left: 0;
}
.main_container .text_box blockquote br {
  display: block !important;
}
.main_container .days {
  color: #FFFFFF;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.main_container .hours {
  color: #FFFFFF;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.main_container .minutes {
  color: #FFFFFF;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.main_container .seconds {
  color: #FFFFFF;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.main_container .smalltext {
  color: #FFFFFF;
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.main_container .clockdiv {
  font-family: sans-serif;
  color: #fff;
  display: inline-flex;
  font-weight: 100;
  text-align: center;
  font-size: 20px;
}
.main_container .clockdiv > div {
  border-radius: 3px;
  background: #4A4A4A;
  display: inline-block;
  padding-right: 3px;
  margin-right: 3px;
}
@media (max-width: 1050px) {
  .main_container .clockdiv > div {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .main_container .clockdiv > div {
    padding-right: 3px;
  }
}
.main_container .clockdiv div > span {
  background: #4A4A4A;
  display: inline-block;
  width: 50px;
}
.main_container .cnrflash {
  /*Position correctly within container*/
  position: absolute;
  top: -4px;
  right: -5px;
  z-index: 1;
  /*Set overflow to hidden, to mask inner square*/
  overflow: hidden;
  /*Set size and add subtle rounding        to soften edges*/
  width: 100px;
  height: 100px;
  border-radius: 3px 5px 3px 0;
}
.main_container .cnrflash-inner {
  /*Set position, make larger then            container and rotate 45 degrees*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 145px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -webkit-transform-origin: 100% 100%;
  /*Purely decorative effects to add texture and stuff*/
  /* Safari and Chrome */
  -ms-transform-origin: 100% 100%;
  /* IE 9 */
  -o-transform-origin: 100% 100%;
  /* Opera */
  -moz-transform-origin: 100% 100%;
  /* Firefox */
  background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, 0.2) 50%);
  background-size: 4px,auto, auto,auto;
  background-color: #aa0101;
  box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5), inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}
.main_container .cnrflash-inner-limited {
  /*Set position, make larger then            container and rotate 45 degrees*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 145px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -webkit-transform-origin: 100% 100%;
  /*Purely decorative effects to add texture and stuff*/
  /* Safari and Chrome */
  -ms-transform-origin: 100% 100%;
  /* IE 9 */
  -o-transform-origin: 100% 100%;
  /* Opera */
  -moz-transform-origin: 100% 100%;
  /* Firefox */
  background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, 0.2) 50%);
  background-size: 4px,auto, auto,auto;
  background-color: orange;
  box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5), inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}
.main_container .cnrflash-inner-shortly {
  /*Set position, make larger then            container and rotate 45 degrees*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 145px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -webkit-transform-origin: 100% 100%;
  /*Purely decorative effects to add texture and stuff*/
  /* Safari and Chrome */
  -ms-transform-origin: 100% 100%;
  /* IE 9 */
  -o-transform-origin: 100% 100%;
  /* Opera */
  -moz-transform-origin: 100% 100%;
  /* Firefox */
  background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, 0.2) 50%);
  background-size: 4px,auto, auto,auto;
  background-color: #888888;
  box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5), inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}
.main_container .cnrflash-inner-later {
  /*Set position, make larger then            container and rotate 45 degrees*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 145px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -webkit-transform-origin: 100% 100%;
  /*Purely decorative effects to add texture and stuff*/
  /* Safari and Chrome */
  -ms-transform-origin: 100% 100%;
  /* IE 9 */
  -o-transform-origin: 100% 100%;
  /* Opera */
  -moz-transform-origin: 100% 100%;
  /* Firefox */
  background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, 0.2) 50%);
  background-size: 4px,auto, auto,auto;
  background-color: #888888;
  box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5), inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}
.main_container .cnrflash-inner-gold {
  /*Set position, make larger then            container and rotate 45 degrees*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 145px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -webkit-transform-origin: 100% 100%;
  /*Purely decorative effects to add texture and stuff*/
  /* Safari and Chrome */
  -ms-transform-origin: 100% 100%;
  /* IE 9 */
  -o-transform-origin: 100% 100%;
  /* Opera */
  -moz-transform-origin: 100% 100%;
  /* Firefox */
  background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, 0.2) 50%);
  background-size: 4px,auto, auto,auto;
  background-color: #CFB53B;
  box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5), inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}
.main_container .cnrflash-inner-silver {
  /*Set position, make larger then            container and rotate 45 degrees*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 145px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -webkit-transform-origin: 100% 100%;
  /*Purely decorative effects to add texture and stuff*/
  /* Safari and Chrome */
  -ms-transform-origin: 100% 100%;
  /* IE 9 */
  -o-transform-origin: 100% 100%;
  /* Opera */
  -moz-transform-origin: 100% 100%;
  /* Firefox */
  background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, 0.2) 50%);
  background-size: 4px,auto, auto,auto;
  background-color: #E6E8FA;
  box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5), inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}
.main_container .cnrflash-inner-bronze {
  /*Set position, make larger then            container and rotate 45 degrees*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 145px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -webkit-transform-origin: 100% 100%;
  /*Purely decorative effects to add texture and stuff*/
  /* Safari and Chrome */
  -ms-transform-origin: 100% 100%;
  /* IE 9 */
  -o-transform-origin: 100% 100%;
  /* Opera */
  -moz-transform-origin: 100% 100%;
  /* Firefox */
  background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, 0.2) 50%);
  background-size: 4px,auto, auto,auto;
  background-color: #8C7853;
  box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5), inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}
.main_container .cnrflash-inner:before,
.main_container .cnrflash-inner:after {
  /*Use the border triangle trick to make                 it look like the ribbon wraps round it's                container*/
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 8px solid #800000;
}
.main_container .cnrflash-inner:before {
  left: 1px;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.main_container .cnrflash-inner:after {
  right: 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.main_container .cnrflash-label {
  /*Make the label look nice*/
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(1, 1, 1, 0.8);
  font-size: 0.95em;
  font-weight: bold;
  text-align: center;
}
.main_container .top-to-bottom {
  border-width: 3px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(rgba(0, 0, 0, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#000000, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(#000000, rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(#000000, rgba(0, 0, 0, 0)) 1 100%;
  border-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0)) 1 100%;
}
.main_container .divlink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link doesn't get underlined */
  z-index: 10;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  opacity: 0;
  /*workaround to make clickable in IE */
  filter: alpha(opacity=0);
}
@media (min-width: 1150px) {
  .price_container .main_box {
    width: 50%;
    float: left;
  }
}
@media (max-width: 1150px) {
  .price_container .main_box:nth-child(1) {
    margin-bottom: 15px;
  }
}
.price_container .main_box:nth-child(1) p {
  color: #4A4A4A;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  float: left;
}
.price_container .main_box:nth-child(1) p:nth-child(1) {
  font-size: 18px;
  width: 115px;
  margin-top: 20px;
}
.price_container .main_box:nth-child(1) p:nth-child(2) {
  font-size: 18px;
  width: calc(100% - 115px);
  margin-bottom: 15px;
  margin-top: 20px;
}
.price_container .main_box:nth-child(1) p:nth-child(4) {
  font-size: 14px;
  width: 115px;
}
.price_container .main_box:nth-child(1) p:nth-child(5) {
  font-size: 14px;
  width: calc(100% - 115px);
}
.price_container .main_box:nth-child(2) {
  margin-top: 20px;
}
.price_container .main_box:nth-child(2) h3 {
  font-size: 17px;
  margin: 0px;
  color: #E22019;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}
.price_container .main_box:nth-child(2) ul {
  padding-left: 20px;
}
.price_container .main_box:nth-child(2) ul li {
  color: #4A4A4A;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 1250px) {
  .price_container .main_box:nth-child(2) ul li {
    font-size: 12px;
  }
}
.border_box {
  padding: 10px;
}
@media (min-width: 991px) {
  .border_box {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
  }
}
.staffeln_box .box {
  margin-top: 15px !important;
}
