@font-face {
  font-family: 'Bosch Sans Bold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Bosch/boschsans_bold.eot) format("eot"), url(../fonts/Bosch/boschsans_bold.woff2) format("woff2"), url(../fonts/Bosch/boschsans_bold.woff) format("woff"), url(../fonts/Bosch/boschsans_bold.ttf) format("truetype"), url(../fonts/Bosch/boschsans_bold.svg) format("svg");
}
@font-face {
  font-family: 'Bosch Sans Medium';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Bosch/boschsans_medium.eot) format("eot"), url(../fonts/Bosch/boschsans_medium.woff2) format("woff2"), url(../fonts/Bosch/boschsans_medium.woff) format("woff"), url(../fonts/Bosch/boschsans_medium.ttf) format("truetype"), url(../fonts/Bosch/boschsans_medium.svg) format("svg");
}
@font-face {
  font-family: 'Bosch Sans Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Bosch/boschsans_regular.eot) format("eot"), url(../fonts/Bosch/boschsans_regular.woff2) format("woff2"), url(../fonts/Bosch/boschsans_regular.woff) format("woff"), url(../fonts/Bosch/boschsans_regular.ttf) format("truetype"), url(../fonts/Bosch/boschsans_regular.svg) format("svg");
}
@font-face {
  font-family: 'Bosch sans Light';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Bosch/boschsans_light.eot) format("eot"), url(../fonts/Bosch/boschsans_light.woff2) format("woff2"), url(../fonts/Bosch/boschsans_light.woff) format("woff"), url(../fonts/Bosch/boschsans_light.ttf) format("truetype"), url(../fonts/Bosch/boschsans_light.svg) format("svg");
}
@font-face {
  font-family: 'Bosch Serif Regular';
  src: url(../fonts/Bosch/BoschSerif-Regular.eot);
  src: url(../fonts/Bosch/BoschSerif-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Bosch/BoschSerif-Regular.woff) format("woff"), url(../fonts/Bosch/BoschSerif-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bosch Serif Bold';
  src: url(../fonts/Bosch/BoschSerif-Bold.eot);
  src: url(../fonts/Bosch/BoschSerif-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Bosch/BoschSerif-Bold.woff) format("woff"), url(../fonts/Bosch/BoschSerif-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.innnerFullScreen .pt-15 {
  padding-top: 15px;
}
.innnerFullScreen .disabled {
  opacity: 0.65;
}
.innnerFullScreen .neptunContent {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.innnerFullScreen .neptunContent img {
  margin-bottom: 0px;
}
.innnerFullScreen .neptunContent p {
  margin: 0;
  font-family: 'Bosch sans Regular';
  font-size: 15px;
  line-height: 21px;
}
.innnerFullScreen .neptunContent h1,
.innnerFullScreen .neptunContent h3,
.innnerFullScreen .neptunContent h4,
.innnerFullScreen .neptunContent h5,
.innnerFullScreen .neptunContent h6 {
  font-family: 'Bosch sans Medium';
  font-weight: 700;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(#004974), to(#0e99d7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0e99d7;
}
.innnerFullScreen .neptunContent h3 {
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}
.innnerFullScreen .neptunContent h3:after {
  content: "";
  display: block;
  margin: 10px 0.675em;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#004974), to(#0e99d7));
  background: linear-gradient(to right, #004974, #0e99d7);
}
.innnerFullScreen .neptunContent h4 {
  font-size: 17px;
}
.innnerFullScreen .neptunContent h5 {
  background: none;
  -webkit-text-fill-color: black;
  line-height: 1.4;
}
.innnerFullScreen .challenges {
  text-align: center;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
.innnerFullScreen .challenges .challange-center {
  display: inline-block;
  vertical-align: text-top;
  float: none;
  padding-bottom: 15px;
}
.innnerFullScreen .challenges .challange-center .post {
  position: relative;
  box-shadow: 0px 0px 0px 4px #eaeaea;
}
.innnerFullScreen .challenges .challange-center .post .post-inner {
  display: block;
}
.innnerFullScreen .challenges .challange-center .post .post-inner img {
  width: 320px;
  height: 270px;
  object-fit: cover;
}
.innnerFullScreen .challenges .challange-center .highlightVote {
  box-shadow: 0px 0px 0px 4px #ffcb2d;
}
.innnerFullScreen .challenges .challange-center .highlightVote:before {
  content: url(../images/bosch/neptun_heart-full.png);
  position: absolute;
  top: -4px;
  z-index: 2;
  right: -4px;
  animation-delay: 3s;
}
.innnerFullScreen .challenges .challange-center .like-section {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 16px;
  text-align: left;
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s, visibility 0.3s;
}
.innnerFullScreen .challenges .challange-center .like-section .like-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.innnerFullScreen .challenges .challange-center .like-section .like-content .likes {
  font-size: 22px;
  color: white;
}
.innnerFullScreen .challenges .challange-center .like-section .like-content .like-main {
  color: white;
  font-size: 12px;
  padding: 0 12px;
  margin: 0;
  min-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 63px;
}
.innnerFullScreen .challenges .challange-center .like-section .like-content span {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
  line-height: 10px;
}
.innnerFullScreen .challenges .challange-center .like-section .like-content span span {
  font-size: 13px;
}
.innnerFullScreen .challenges .challange-center .like-count {
  position: absolute;
  background: #0e99d7;
  background: linear-gradient(45deg, #004974, #0e99d7);
  color: #fbdf00;
  top: -10px;
  bottom: -10px;
  right: 30px;
  font-size: 1.2em;
  line-height: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 75px;
  height: 75px;
}
.innnerFullScreen .challenges .challange-center .like-count .add-one {
  animation: fadeOutUp 1s ease-out both;
  position: absolute;
  display: block !important;
  top: 0;
}
.innnerFullScreen .challenges .challange-center .like-count .voted-status {
  animation: fadeOutUp 1.5s ease-out both;
  position: absolute;
  display: block !important;
  top: 0;
  width: 281px;
  right: -20px;
}
.innnerFullScreen .challenges .challange-center .like-count .vote-count {
  font-size: 25px;
  font-family: 'Bosch sans Bold';
}
.innnerFullScreen .challenges .challange-center:hover .like-section {
  opacity: 1;
}
.innnerFullScreen .challenges .challange-image {
  height: 100px;
}
.innnerFullScreen .challenges .description {
  text-align: left;
}
.innnerFullScreen .bosch-winner {
  position: relative;
}
.innnerFullScreen .bosch-winner .challange-image {
  height: 150px;
  margin-top: 150px;
}
.innnerFullScreen .bosch-winner .white-text {
  color: white;
}
.innnerFullScreen .blog-sides {
  background: white;
  position: relative;
  background-repeat: no-repeat;
  background-image: url("/images/bosch/blob-1-left.png"), url("/images/bosch/blob-1-right.png");
  background-position: left 230px, calc(100%) 240px;
}
.innnerFullScreen .blog-sides2 {
  position: relative;
  background-repeat: no-repeat;
  background-image: url("/images/bosch/blob-2-left.png"), url("/images/bosch/blob-1-right.png");
  background-position: left -520px, calc(100%) 200px;
}
.background-white .blog-sides {
  background: white;
  background-image: none;
}
.bosch .boschHeader {
  background-color: #0e99d7;
  background-image: url(../images/bosch/drop-left.png), url(../images/bosch/drop-right.png);
  background-repeat: no-repeat;
  color: white;
  padding: 60px 0;
  background-position: left -40%, right top;
  background-size: 195px, 255px;
}
@media (max-width: 768px) {
  .bosch .boschHeader {
    text-align: center;
    padding: 70px 30px;
    background-size: 100px, 200px;
  }
}
.bosch .boschHeaderTop {
  color: black;
  padding: 100px 0 30px;
  background-position: left -40%, right top;
  background-size: 195px, 255px;
}
@media (max-width: 768px) {
  .bosch .boschHeaderTop {
    text-align: center;
    padding: 70px 30px;
    background-size: 100px, 200px;
  }
}
.bosch .boschHeaderTop h2 {
  font-size: 28px;
  margin-bottom: 40px;
  font-family: 'Bosch sans Regular';
}
.bosch .boschHeaderTop h2 small {
  color: #0e99d7;
  font-size: 24px;
  display: block;
  text-align: left;
  line-height: 1;
  font-family: 'Bosch sans Medium';
  font-weight: 700;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(#004974), to(#0e99d7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .bosch .boschHeaderTop h2 small {
    text-align: center;
    font-size: 20px;
  }
}
.bosch .boschHeaderTop h2 span {
  font-size: 70px;
  display: block;
  margin-bottom: 10px;
  color: Black;
  font-family: 'Bosch Serif Regular';
}
@media (max-width: 1199px) {
  .bosch .boschHeaderTop h2 span {
    font-size: 71px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .bosch .boschHeaderTop h2 span {
    font-size: 40px;
  }
}
.bosch .boschHeaderTop h2 span + small {
  font-size: 34px;
  text-transform: uppercase;
  font-family: 'Bosch sans Medium';
}
@media (max-width: 1199px) {
  .bosch .boschHeaderTop h2 span + small {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .bosch .boschHeaderTop h2 span + small {
    font-size: 24px;
  }
}
.bosch .boschHeaderTop h2 .p-fix {
  text-align: right;
}
@media (max-width: 768px) {
  .bosch .boschHeaderTop h2 .p-fix {
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
  }
}
.bosch .boschHeaderTop p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 30px;
  font-family: 'Bosch sans Regular';
}
.bosch .fruitsOut,
.bosch .fruitsIn,
.bosch .fruitsInLeft {
  position: relative;
}
.bosch .fruitsOut:before,
.bosch .fruitsIn:before,
.bosch .fruitsInLeft:before,
.bosch .fruitsOut:after,
.bosch .fruitsIn:after,
.bosch .fruitsInLeft:after {
  filter: drop-shadow(6px 6px 0 rgba(0, 0, 0, 0.3));
  display: inline-block;
  position: absolute;
  animation: shake 7s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (max-width: 768px) {
  .bosch .fruitsOut:before,
  .bosch .fruitsIn:before,
  .bosch .fruitsInLeft:before,
  .bosch .fruitsOut:after,
  .bosch .fruitsIn:after,
  .bosch .fruitsInLeft:after {
    zoom: 0.5;
  }
}
.bosch .fruitsIn:before {
  content: url(../images/bosch/icon5.png);
  right: -100px;
  top: -70px;
  animation-delay: 3s;
}
@media (max-width: 768px) {
  .bosch .fruitsIn:before {
    right: 40%;
    top: -100px;
  }
}
.bosch .fruitsIn:after {
  content: url(../images/bosch/icon4.png);
  right: -130px;
  top: 90px;
}
@media (max-width: 768px) {
  .bosch .fruitsIn:after {
    right: -30px;
    top: 250px;
  }
}
.bosch .fruitsInLeft:before {
  content: url(../images/bosch/icon1.png);
  right: 70px;
  top: 110%;
  animation-delay: 3s;
}
@media (max-width: 768px) {
  .bosch .fruitsInLeft:before {
    right: 10%;
    top: 80%;
  }
}
.bosch .fruitsOut:before {
  content: url(../images/bosch/icon3.png);
  left: -120px;
  top: 180px;
  animation-delay: 5s;
}
@media (max-width: 768px) {
  .bosch .fruitsOut:before {
    display: none;
  }
}
.bosch .fruitsOut:after {
  content: url(../images/bosch/icon2.png);
  right: -50px;
  top: 30px;
  animation-delay: 7s;
}
@media (max-width: 768px) {
  .bosch .fruitsOut:after {
    right: auto;
    top: -35px;
    left: -50px;
  }
}
.bosch h2 {
  font-size: 28px;
  margin-bottom: 40px;
  font-family: 'Bosch sans Regular';
}
.bosch h2 small {
  color: #fbdf00;
  font-size: 24px;
  display: block;
  text-align: left;
  line-height: 1;
  font-family: 'Bosch sans Medium';
}
@media (max-width: 768px) {
  .bosch h2 small {
    text-align: center;
    font-size: 20px;
  }
}
.bosch h2 span {
  font-size: 90px;
  display: block;
  margin-bottom: 20px;
  color: white;
  font-family: 'Bosch Serif Regular';
}
.bosch h2 span.upperText {
  font-size: 53px;
  display: block;
  margin-bottom: 10px;
  color: white;
  font-family: 'Bosch sans Medium';
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .bosch h2 span {
    font-size: 71px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .bosch h2 span {
    font-size: 40px;
  }
}
.bosch h2 span + small {
  font-size: 34px;
  text-transform: uppercase;
  font-family: 'Bosch sans Medium';
}
@media (max-width: 1199px) {
  .bosch h2 span + small {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .bosch h2 span + small {
    font-size: 24px;
  }
}
.bosch h2 .p-fix {
  text-align: right;
}
@media (max-width: 768px) {
  .bosch h2 .p-fix {
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
  }
}
.bosch p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 30px;
  font-family: 'Bosch sans Regular';
}
.bosch .disabled {
  background: black !important;
  color: white !important;
}
.bosch .disabled span {
  padding-left: 0px !important;
  padding-right: 22px !important;
  font-size: 13px !important;
}
.bosch .btn.btn-primary {
  color: #004974;
  background: #f6b300 -webkit-gradient(linear, left top, right top, from(#f6b300), color-stop(45.5%, #fbdf00), color-stop(55%, #fff03f), to(#fff03f));
  background: #f6b300 linear-gradient(90deg, #f6b300 0, #fbdf00 45.5%, #fff03f 55%, #fff03f 100%);
  background-position: 0;
  background-size: 210%;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.3);
  -ie-box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.3);
  padding: 12px 50px 15px 30px;
  font-size: 19px;
  line-height: 1.5;
  -webkit-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ie-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important;
  font-family: 'Bosch sans Bold';
}
.bosch .btn.btn-primary:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-position: 100%;
}
.bosch .challange-image {
  max-height: 255px;
}
.bosch .price {
  z-index: 1;
  padding-top: 30px;
}
.bosch .price-img p {
  font-size: 20px;
  line-height: 1.2;
}
@keyframes shake {
  1%, 9% {
    transform: rotate(3deg);
  }
  2%, 8% {
    transform: rotate(7deg);
  }
  3%, 5%, 7% {
    transform: rotate(1.5deg);
  }
  4%, 6% {
    transform: rotate(0deg);
  }
  10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%, 100% {
    transform: rotate(0deg);
  }
}
@media (min-width: 1350px) {
  .innnerFullScreen .bosch-header .large-logo .description {
    padding-top: 1em;
  }
}
@media (max-width: 1199px) {
  .innnerFullScreen .bosch-header {
    top: 4em;
  }
  .innnerFullScreen .bosch-header .large-logo {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .innnerFullScreen .bosch-header .large-logo * {
    text-align: left;
  }
  .blog-sides2,
  .blog-sides {
    background-size: 140px, 120px;
  }
  .blog-sides2 {
    background-position: left 370px, calc(100%) 240px !important;
  }
  .bosch .challange-image {
    max-height: 185px;
    height: auto;
  }
}
.responsive-btn-lg {
  display: block;
}
.responsive-btn-sm {
  display: none;
}
@media (max-width: 768px) {
  .responsive-btn-lg {
    display: none;
  }
  .responsive-btn-sm {
    display: block;
  }
  .responsive-btn-sm .disabled {
    padding: 12px 40px 15px !important;
  }
  .col-sm-9.challange-center.neptunContent img {
    margin-bottom: 20px;
  }
  .innnerFullScreen .blog-sides {
    background-image: none;
  }
  .bosch .boschHeaderTop {
    padding: 70px 30px 0;
  }
  .innnerFullScreen .challenges .challange-center .post {
    max-width: 320px;
    margin: 0px auto;
  }
  .btn.btn-primary.btn-vote span span {
    font-size: 18px;
  }
  .responsive-btn-sm {
    margin-top: -25px;
    margin-bottom: 30px;
  }
  .innnerFullScreen .disabled {
    opacity: 0.7;
  }
  .col-sm-8.col-sm-offset-1,
  .col-sm-8 {
    margin: 0 auto;
    float: none;
  }
  .responsive-btn-sm {
    padding: 0;
  }
  .innnerFullScreen .challenges .challange-center .like-count {
    right: 5px;
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.disabled-item {
  opacity: 0.5;
}
.alert.alertInline {
  color: #595d6e;
  background-color: #f9f9fc;
  border-color: #f7f7fb;
  background-color: #fff6d2;
  border-color: #fff6d2;
  max-width: 885px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .alert.alertInline {
    max-width: 710px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .alert.alertInline {
    max-width: 730px;
  }
}
.alert.alertInline span {
  font-size: 14px;
  font-family: 'Bosch sans Regular';
}
.btn.btn-uslovi {
  color: black;
  font-family: 'SkolaSans-bold';
  font-size: 17px;
  border: 2px solid #c04a7b;
  padding: 13px 25px;
  border-radius: 0;
}
.btn:hover {
  color: white;
  border: 2px solid #c04a7b;
  background: #c04a7b;
}
