@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Roboto", Helvetica,​ Arial,​sans-serif;
  font-size: 15px;
  background: #eee;
  color: #4a4a4a;
}
/* LAYOUT */
#outerframe {
  background: #fff;
}
#outerframe.boxed {
  max-width: 100%;
  margin: 0 auto;
} 
.container {
  max-width: 860px;
}
#outerframe.boxed .container {
  max-width: 820px;
}
.gray_stripe {
  background: #f1f1f1;
}
.white_stripe {
  background: #fff;
}
.colored_stripe {
  background: #9cc949;
  color: #fff;
}
.padder_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padder_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padder_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
hr.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}
img.alignright, figure.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
img.alignleft, figure.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.wp-caption-text {
  color: #fff;
  background: #9cc949;
  text-align: center;
  line-height: 32px;
  margin-top: 2px;
}
/* BUTTONS - LINKS */
a, a:hover, a:active, a:focus {
  outline: none !important;
  color: #9cc949;
}
.btn, .btn-primary {
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 25px;
  background: #ad0a04;
  color: #fff;
  border: none;
  white-space: normal;
}
.btn:hover, .btn-primary:hover {
  color: #fff;
  box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.1);
  background: #9cc949;
}
.colored_stripe .btn {
  background: rgba(255,255,255,0.85);
  color: #9cc949;
}
.colored_stripe .btn:hover {
  box-shadow: none;
  background: rgba(255,255,255,0.95);
}
.colored_stripe .btn span {
  display: inline-block;
  float: left;
  font-size: 1.4em;
  padding-right: 12px;
}
.cta-button {
  display: inline-block;
  background: #919191;
  color: #fff;
  padding: 18px 30px;
  font-size: 18px;
  line-height: 22px;
}
.cta-button.colored {
  background: #9cc949;
  color: #fff;
}
.cta-button:hover {
  text-decoration: none;
  color: #fff;
  box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.1);
}
.cta-button span {
  display: inline-block;
  float: left;
  font-size: 37px;
  margin-right: 22px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none !important;
  background: #9cc949;
  box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.1);
}
@media (max-width: 479px) {
  .btn, .btn-primary {
    font-size: 18px;
    padding: 10px 18px;
  }
}
/* TYPOGRAFIE */
h1, h2, h3, h4 {
  margin: 0;
  line-height: normal;
}
h1 {
  font-weight: 100;
  font-size: 38px;
  margin-bottom: 35px;
}
h2 {
  font-size: 26px;
  color: #555555;
  margin-bottom: 12px;
}
h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.content ul, .order-text ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 25px;
}
.content img {
  max-width: 100%;
}
.content ul li, .order-text ul li {
  margin-top: 10px;
}
.content ul li:before, .order-text ul li:before {



  color: #9cc949;
  font-size: 17px;
  margin-left: -25px;
  padding-right: 7px;
}
.content h3 {
  font-weight: 700;
  color: #9cc949;
  font-size: 19px;
  line-height: normal;
}
.colored {
  color: #9cc949;
}
hr.divider {
  border-bottom: solid 4px #9cc949;
  width: 150px;
}
hr.divider.gray {
  border-bottom: solid 4px #cbcbcb;
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
    line-height: normal;
  }
  h1 {
    font-size: 28px;
    line-height: normal;
  }
}
/* HEADER - STAGE */
.stage {
  background-position: center center;
  background-repeat: no-repeat;
}
.header {
  background: #fff;
  height: 55px;
}
.frame {
  height: 75px;
  width: 300px;
  white-space: nowrap;
  margin: 10px 0;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.logo {
  vertical-align: middle;
  max-height: 75px;
  max-width: 300px;
}
@media (max-width: 767px) {
  .header {
    display: none;
  }
}
@media (max-width: 1119px) {
  .stage {
    height: 420px;
    background-size: auto 100%;
  }
}
@media (max-width: 767px) {
  .stage {
    height: 300px;
    background-size: auto 100%;
  }
}
@media (max-width: 479px) {
  .stage {
    height: 220px;
    background-size: auto 100%;
  }
}
/* MENU */
.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  float: right;
}
.menu li {
  float: left;
  padding-right: 28px;
  line-height: 58px;
}
.menu li a {
  color: #4a4a4a;
}
.menu li a:hover, .menu li a:active, .menu li a:focus {
  text-decoration: none !important;
}
/* STAGE BOX */
.stage_box {
  background: rgba(59,59,59,0.75);
  padding: 15px;
  margin-top: -80px;
}
.stage_box img {
  max-width: 100%;
}
.stage_box .counter .number {
  color: #fff;
  line-height: normal;
}
.stage_box .counter .number {
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}
.stage_box .counter .kind {
  font-size: 18px;
  color: #fff;
}
.stage_box .counter .count {
  width: 50%;
  float: left;
  background: #9cc949;
  text-align: center;
  padding: 25px 0;
}
.stage_box .counter .count_3 {
  box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.05);
}
.stage_box .counter .count_4 {
  box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.1);
}
.stage_box .counter .count_2 {
  box-shadow: inset 0 0 0 99999px rgba(255,255,255,0.08);
}
/* TEASER */
.teaser {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .teaser .col-md-4 {
    padding-bottom: 10px;
    text-align: center;
  }
}
/* CAROUSEL EVENTS */
.jcarousel-wrapper {
  margin: 0 auto;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.jcarousel li {
  width: 200px;
  float: left;
  border: none !important;
}
.jcarousel li .item {
  margin: 0 15px;
  line-height: normal;
  background: #fff;
  padding: 20px;
}
.jcarousel li .item h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  margin: 0;
}
.jcarousel li .item .image_wrapper {
  margin: 0 auto 20px;
  display: inline-block;
  max-width: 100%;
}
.jcarousel li .item .image_wrapper .fa {
  color: #9cc949;
  display: block;
  text-align: center;
  font-size: 60px;
  padding: 30px 0 20px;
}
.jcarousel li .item .image_wrapper .number {
  display: block;
  position: relative;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: #9cc949;
  font-size: 32px;
  font-weight: 200;
  border: solid 2px #9cc949;
  border-radius: 50%;
  text-align: center;
  margin-top: -60px;
  margin-bottom: 25px;
}
.jcarousel li .item p {
  line-height: 18px;
  margin-top: 12px;
}
.jcarousel li .item img {
  max-width: 100%;
  height: auto;
}
/** Carousel Controls **/
.wrapper_control {
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  position: relative;
  height: 50px;
  margin: 0 15px 0;
}
.jcarousel-control-prev, .jcarousel-control-next {
  position: absolute;
  top: 3px;
  width: 30px;
  color: #9cc949;
  text-decoration: none;
  font-size: 32px;
  line-height: 45px;
}
.jcarousel-control-prev {
  right: 38px;
}
.jcarousel-control-next {
  right: 0;
  text-align: right;
}
.jcarousel-control-prev:hover, .jcarousel-control-next:hover, .jcarousel-control-prev:focus, .jcarousel-control-next:focus {
  color: #303030;
  text-decoration: none;
}
/* TESTIMONIALS */
.testis .fa {
  display: inline-block;
  height: 84px;
  width: 84px;
  line-height: 84px;
  font-size: 34px;
  text-align: center;
  color: #9cc949;
  border: solid 4px #9cc949;
  border-radius: 50%;
  margin-bottom: 26px;
}
.testis .quote {
  font-size: 20px;
  font-style: italic;
  line-height: normal;
}
.testis .quote a {
  color: #9cc949;
}
#testis .carousel-inner {
  padding: 0 70px;
}
#testis .carousel-inner .carousel-control {
  width: 30px;
  background: none;
}
#testis .carousel-inner .carousel-control span {
  margin: 0;
  background: #999;
  padding: 10px;
  border-radius: 50%;
  font-size: 25px;
  height: 45px;
  width: 45px;
}
/* AUTOR */
.autor .image_wrapper {
  max-width: 92%;
}
.autor .imagetext_wrapper {
  padding-top: 12px;
  line-height: normal
}
.autor .imagetext_wrapper a {
  text-decoration: underline;
}
.autor img {
  max-width: 100%;
  height: auto;
}
.autor .image_wrapper .image_footer {
  position: relative;
  height: 30px;
  width: 100%;
  background: #bdd6ed;
  text-align: center;
  color: #fff;
  line-height: 30px;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .autor img {
    margin-bottom: 20px;
  }
}
/* FOOTER */
.footer {

	color: #fff;
	line-height: 60px;
	position: relative;
	background-color: #ffe900;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  float: left;
}
.footer ul li a {
  color: #fff;
  padding-left: 17px;
}
.footer ul li a:before {
  content: '|';
  padding-right: 17px;
}
.footer ul li:first-child a {
  padding-left: 0;
}
.footer ul li:first-child a:before {
  content: '';
  padding-right: 0;
}
.footer #product_manager {
    float:right;
    margin-right:10px;
    font-size:small;
    color: transparent;
    height: 0;
}
/* ORDERFORM */
.bonus {
  padding: 30px 0;
}
.bonus img {
  float: left;
  margin-right: 30px;
}
.orderbox {
  background: #fff;
  padding: 30px 40px;
}
.orderbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#orderform form {
  border-top: solid 1px #d3d3d3;
  padding-top: 8px;
}
#orderform .form-group {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #d3d3d3;
}
#orderform .form-group.last {
  border-bottom: none;
}
#orderform .form-group label {
  line-height: 34px;
  margin: 0;
  font-size: 14px;
}
#orderform .form-control {
  border-radius: 0;
  border: solid 1px #ccc;
  box-shadow: none;
}
#orderform .form-control.divided_1 {
  float: left;
  width: 25%;
  margin-right: 3%;
}
#orderform .form-control.divided_2 {
  float: left;
  width: 72%;
}
#orderform label.inline {
  font-weight: normal;
  padding-right: 20px;
  font-size: 14px;
}
#orderform .form-control.checked {
  background: #fff url(../images/checked.png) right center no-repeat;
}
#orderform .form-control.f_error {
  background: #fff url(../images/error.png) right center no-repeat;
}
#orderform span.error {
  font-size: 12px;
  padding-top: 7px;
}
#orderform span.error:before {
  color: #C00;
  font-family:'FontAwesome';
  content: '\f062';
  padding-right: 4px;
}
#orderform span.error.none {
  display: none;
}
/* SELECTBOX */
.transformSelect {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
  font-size: 14px;
}
.transformSelect li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  width: 100%
}
.transformSelect span, .transformSelect input[type=text] {
  background: #ffffff no-repeat url('../images/transformselect.png') right center;
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
  border-bottom: solid 1px #BBB;
  border-right: solid 1px #BBB;
  color: #575757;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  padding: 6px 10px;
  top: 0;
  line-height: 20px;
}
.transformSelect ul {
  position: absolute;
  border: 1px solid #CCCCCC;
  border-top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.transformSelect ul span {
  border: 0;
  background: #ffffff;
}
.transformSelect ul span:hover {
  background: #dddddd;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.transformSelect ul li {
  height: auto;
}
/* RADIO AND CHECKBOX */
input[type='checkbox'],
input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
  height: 1px;
  width: 1px;
  display: none
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
}
input[type='checkbox']:checked + label::before, 
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
  content:' ';
  display: inline-block;
  width: 21px;
  height: 21px;
  position: relative;
  top: 4px;
  border: 1px solid #bbb;
  background: none;
  margin-right: 6px;
  box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}
input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 50%;
}
input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
  background: #eee;
  box-shadow: inset 0 0 0 2px #fff;
}
  
input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background: #fff url('chk_on.png') 1px center no-repeat;
}
/* FORM */
.addressform.home {
  bottom: -130px;
  left: 50%;
  margin-left: -34%;
  position: absolute;
  width: 68%;
  border-bottom: solid 4px #9cc949;
}
.addressform.home:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -17px;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 35px solid #fff;
}
.addressform.incontent {
  position: relative;
}
.addressform.incontent .fa {
  width: 120px;
  height: 120px;
  position: relative;
  left: 50%;
  line-height: 110px;
  font-size: 53px;
  border: solid 2px #9cc949;
  background: #fff;
  border-radius: 50%;
  color: #9cc949;
  text-align: center;
  margin-left: -60px;
  margin-bottom: -60px;
}
.addressform_content {
  background: #fff;
  padding: 22px 20px 7px;
  line-height: normal; 
}
.addressform_content .container.gray .newsletter_subscribe {
  background: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 10px;
}
.addressform_content h1 {
  font-size: 25px;
  color: #9cc949;
  text-align: center;
  margin-bottom: 12px;
}
.addressform_content p {
  text-align: center;
}
.addressform.home .addressform_content form {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #f6f6f6;
}
.addressform_content .form-control {
  border-radius: 0;
}
.addressform_content .form-control:hover {
  border-color: #a8cc48;
}
.addressform_content .form-control.checked {
  background: url('../images/checked.png') right center no-repeat;
  background-size: auto 50%;
}
.addressform_content .btn-primary {
    font-size: 16px;
    font-weight: normal;
    padding: 7px 16px;
    width: 100%;
    text-align: center;
}
.addressform.incontent .addressform_content {
  padding-bottom: 40px;
}
.addressform.incontent .addressform_content input {
    margin: 20px 0 30px;
    font-size: 17px;
    height: 50px;
    border: none;
}
.addressform.incontent .addressform_content .btn-primary {
    margin-bottom: -30px;
    height: 54px;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    z-index: 1000;
}
.addressform.incontent .addressform_content .btn-primary:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -17px;
  left: 50%;
  margin-left: -32px;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-bottom: 32px solid #9cc949;
  z-index: 500;
}
@media (max-width: 767px) {
  .addressform {
    position: relative;
    bottom: auto;
    margin: 340px 0 30px;
  }
}
/* ADDRESS FORM MESSAGES */
.error {
  display: inline-block;
  color: #d94d15;
  float: left;
  font-size: 13px;
  padding: 5px 0 0 0;
  width: 100%;
  height: auto;
}
.error:before {
  font-family: 'FontAwesome';
  content: "\f139";
  padding-right: 5px;
  font-size: 15px;
}
.error.none {
  height: 1px;
  overflow: hidden;
  background: none;
  padding: 0;
}
/* COUNTDOWN */
.countdown {
  display: inline-block;
  margin: 0 12px 0 0;
  float: left;
}
.countdown div {
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 8px 12px;
  margin-right: 7px;
  background: #9cc949;
  color: #fff;
}
.countdown div.last {
  margin-right: 0;
}
.countdown div .time {
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
}
.countdown-wrapper .text_line {
  font-weight: 700;
  font-size: 21px;
  line-height: auto;
  padding-left: 15px;
  color: #666;
}
@media (max-width: 767px) {
  .countdown {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .countdown-wrapper .text_line {
    padding-left: 0;
    display: block;
    float: none;
    clear: both;
  }
}
@media (max-width: 479px) {
  .countdown div {
    font-size: 11px;
    padding: 6px 10px;  }
  .countdown div.last {
    margin-right: 0;
  }
  .countdown div .time {
    font-size: 30px;
    line-height: 34px;
  }
}
/* DOWNLOAD-BUTTON */
.download_button {
  display: block;
  position: absolute;
  top: -330px;
  left: 30%;
  background: #ddd;
  border-color: #ccc;
  padding: 30px 20px;
  height: 220px;
  width: 220px;
  border-radius: 50%;
  border: 8px solid #9cc949;
}
.download_button p {
  font-weight: 700;
  font-size: 20px;
  color: #333
}
.download_button .fa {
  font-size: 58px;
  padding-bottom: 12px;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}
.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
