@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 15px;
  background: #d0d0d0;
  color: #4a4a4a;
}
/* LAYOUT */
#outerframe {
  background: #fff;
}
#outerframe.boxed {
  max-width: 702px;
  margin: 0 auto;
}
.container {
  max-width: 702px;
}
#outerframe.boxed .container {
  max-width: 660px;
}
.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: #0000ee;
}
.btn, .btn-primary {
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 25px 10px 25px;
  background: #fb9121;
  color: #fff;
  border: none;
  white-space: normal;
  border: 0px solid transparent;
  border-radius: 5px;
  box-shadow: 0 0 10px #333;
  -webkit-animation: btnWiggle 1s infinite;
  -moz-animation: btnWiggle 1s infinite;
  -o-animation: btnWiggle 1s infinite;
  animation: btnWiggle 1s infinite;
}
.btn:hover, .btn-primary:hover {
  color: #fff;
  /* box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.1); */
  background: #ffff00;
  box-shadow: 0 0 15px #555;
  cursor: pointer;
}
.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: 30px;
  margin-bottom: 35px;
  color:#fb9121;
  font-weight:bold;
}
h2 {
  font-size: 16px;
  color: #003399;
  margin-bottom: 12px;
  font-weight:bold;
}
h3 {
  font-weight: 100;
  font-size: 20px;
  margin-bottom: 25px;
  color:#c82131;
  font-weight:bold;
}
.content ul, .order-text ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 25px;
}
.content ul li:before, .order-text ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #36ad1c;
  font-size: 17px;
  margin-left: -25px;
  padding-right: 7px;
}
.content img {
  max-width: 100%;
}
.content ul li, .order-text ul li {
  margin-top: 10px;
}
.content ul li:before, .order-text ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #36ad1c;
  font-size: 17px;
  margin-left: -25px;
  padding-right: 7px;
}
.content h3 {
  font-weight: 100;
  font-size: 20px;
  margin-bottom: 25px;
  color:#c82131;
  font-weight:bold;
}
.colored {
  color: #9cc949;
}
hr.divider {
  border-bottom: solid 4px #9cc949;
  width: 150px;
}
hr.divider.gray {
  border-bottom: solid 4px #cbcbcb;
}
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    line-height: normal;
  }
  h2 {
    font-size: 18px;
    line-height: normal;
  }
  h3 {
    font-size: 16px;
    line-height: normal;
  }
  ul {
    padding-left: 20px;
  }
  ul li {
    margin-bottom: 10px;
  }
}
/* 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: #9cc949;
  text-align: center;
  color: #fff;
  line-height: 30px;
  margin-top: 2px;
}

.Stil2 { color: #ab238f; font-size: 150px; line-height: 70px; }
.Stil3 { color: #3880a9; font-size: 150px; line-height: 70px; }


.Stil1 {
  /* display: block; */
  color: #ab238f;
  font-weight: bold;
  /* animation: scaleText 1s infinite;
  transform-origin: 12% 95%; */
}
.Stil4 {
  /* display: block; */
  color: #3880a9;
  font-weight: bold;
  /* animation: scaleText 1s infinite;
  transform-origin: 12% 95%; */
}

@media (max-width: 767px) {
  .autor img {
    margin-bottom: 20px;
  }
  .Stil2 {
    color: #ab238f;
    font-size: 80px;
    line-height: 30px;
  }
}
/* FOOTER */
.footer {
  background: #9cc949;
  color: #fff;
  line-height: 60px;
  position: relative;
}
.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;
}

/* 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;
}
@-webkit-keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}
	2% {-webkit-transform: rotate(-2deg);}
	3.5% {-webkit-transform: rotate(2deg);}
	5% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(0deg);}
}
@-o-keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}
	2% {-webkit-transform: rotate(-2deg);}
	3.5% {-webkit-transform: rotate(2deg);}
	5% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(0deg);}
}
@keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}
	2% {-webkit-transform: rotate(-2deg);}
	3.5% {-webkit-transform: rotate(2deg);}
	5% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(0deg);}
}
