* {
  box-sizing: border-box;
}

html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote {
  margin: 0;
  padding: 0;
  border-width: 0;
}

@font-face {
  font-family: "Proxima Nova Semibold";
  src: url("../fonts/ProximaNova-Semibold.otf");
}
@font-face {
  font-family: "Proxima Nova Regular";
  src: url("../fonts/ProximaNova-Regular.otf");
}
@font-face {
  font-family: "Proxima Nova Light";
  src: url("../fonts/ProximaNova-Light.otf");
}
@font-face {
  font-family: "Proxima Nova Extrabold";
  src: url("../fonts/ProximaNova-Extrabold.otf");
}
@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../fonts/ProximaNova-Bold.otf");
}
@font-face {
  font-family: "Proxima Nova Black";
  src: url("../fonts/ProximaNova-Black.otf");
}
@font-face {
  font-family: "Naipol";
  src: url("../fonts/NP_Naipol-All-in-One_b.ttf");
}
@font-face {
  font-family: "Minion Pro";
  src: url("../fonts/MinionPro-Regular.otf");
}
@font-face {
  font-family: "DK Formosa";
  src: url("../fonts/DK_Formosa.otf");
}
#logo #eplus {
  position: absolute;
  top: 0;
  left: 250px;
}
#logo #mblogo {
  position: absolute;
  top: 3em;
  right: 5em;
}

@media screen and (max-width: 1100px) {
  #logo #eplus {
    left: 100px;
    width: 150px;
  }
  #logo #mblogo {
    width: 80px;
    right: 5em;
    top: 1em;
  }
}
@media screen and (max-width: 500px) {
  #logo #eplus {
    left: 50px;
    width: 110px;
  }
  #logo #mblogo {
    width: 56px;
    right: 3em;
    top: 0.6em;
  }
}
footer {
  position: initial;
  width: 100%;
  height: auto;
  bottom: 0px;
  left: 0px;
  margin-top: -95px;
  overflow: hidden;
}
footer #img-ikone {
  position: relative;
  left: 65%;
  top: 5px;
}
footer .footer-main {
  z-index: 2;
  background: #d71920;
  color: white;
  padding: 20px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-main p {
  margin: 0;
}
footer .footer-main .text-right {
  margin-top: 23px;
}
footer .footer-main a {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 1500px) {
  footer {
    margin-top: -97px;
  }
}

@media screen and (max-width: 1400px) {
  footer {
    margin-top: -60px;
  }
  footer #img-ikone {
    left: 70%;
    width: 300px;
  }
}
@media screen and (max-width: 1100px) {
  footer #img-ikone {
    left: 60%;
  }
}
@media screen and (max-width: 500px) {
  footer {
    /*margin-top: -57px;*/
    margin-top: -60px;
  }
  footer #img-ikone {
    left: 14%;
  }
  footer .footer-main {
    padding: 20px;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  footer #img-ikone {
    left: 3%;
  }
}
.col-xs-6 {
  width: 100%;
}

.col-12 {
  width: 100%;
}

.col-6 {
  width: 50%;
}

.main-content {
  width: 60%;
  margin: 0 auto;
}

.main-content .mainform, .main-content .podrobno {
  width: 60%;
}

.row {
  margin: auto;
  display: inline-block;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

@media screen and (max-width: 1500px) {
  .main-content {
    width: 50%;
  }

  .main-content .mainform, .main-content .podrobno {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .main-content {
    width: 90%;
  }
}
body {
  background-color: #634986;
  height: 100%;
}

main {
  display: flex;
  flex-direction: column;
  background-color: #6a0932;
}

#bgnk {
  position: relative;
}

#background-nk {
  position: absolute;
  width: 100%;
}

.field-bg {
  background-image: url(../img/background.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1508px;
}

.field {
  background-image: url(../img/background.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1508px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.field #nagovor {
  position: relative;
  margin-bottom: 10%;
  margin-top: 6%;
}
.field #nagovor #img-ball {
  position: absolute;
  top: 68%;
  left: 27%;
  width: 290px;
  z-index: 2;
}
.field #nagovor #img-plus {
  position: absolute;
  left: 67%;
  top: 64%;
  width: 730px;
}
.field #nagovor #img-napovej {
  margin: 7em 0;
}
.field #napovej {
  z-index: 1;
  background: #634986;
  background: radial-gradient(circle, #634986 0%, rgba(99, 73, 134, 0.0900735294) 100%);
}
.field #napovej p {
  color: white;
  font-family: "Proxima Nova Semibold", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  width: 55%;
  margin: 1em auto;
  text-align: center;
}

.people-bg {
  background-image: url("../img/people.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 948px;
  margin-top: 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-items: end;
  justify-content: end;
  justify-content: center;
  margin-top: -250px;
}
.people-bg .price p {
  color: #FFCB05;
  font-family: "Proxima Nova Semibold", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}
.people-bg .price span {
  color: #FFCB05;
  font-family: "Proxima Nova Bold", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: bold;
}
.people-bg .num-fill {
  text-align: center;
}
.people-bg .num-fill .num, .people-bg .num-fill .fill {
  display: inline-block;
}
.people-bg .num-fill .fill {
  transform: rotate(-2deg);
}
.people-bg .num-fill .fill p {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
}
.people-bg .num-fill .fill p span {
  color: #FFCB05;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
}
.people-bg .num-fill .num {
  -ms-transform: translate(0px, 0px) rotate(3.749deg) skew(0deg) scale(1, 1);
  -ms-transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 0px) rotate(3.749deg) skew(0deg) scale(1, 1);
  -webkit-transform-origin: 50% 50%;
  display: inline-block;
  position: relative;
  transform: translate(0px, 0px) rotate(3.749deg) skew(0deg) scale(1, 1);
  transform-origin: 50% 50%;
  width: 138px;
  height: 138px;
  margin: 8px 8px 8px 8px;
}
.people-bg .num-fill .num div {
  color: #FFCB05;
  font-family: "DK Formosa", "Caveat", cursive;
  font-size: 122px;
  font-style: normal;
  font-weight: normal;
}
.people-bg .num-fill .num #num45 {
  -ms-transform: translate(0px, 63.738px) rotate(354.072deg) skew(0deg) scale(1, 1);
  -ms-transform-origin: 0% 0%;
  -webkit-transform: translate(0px, 63.738px) rotate(354.072deg) skew(0deg) scale(1, 1);
  -webkit-transform-origin: 0% 0%;
  left: 0px;
  position: absolute;
  top: 0px;
  transform: translate(0px, 63.738px) rotate(354.072deg) skew(0deg) scale(1, 1);
  transform-origin: 0% 0%;
  z-index: 0;
}
.people-bg .num-fill .num #min {
  -ms-transform: translate(81.113px, 2.145px) rotate(354.072deg) skew(0deg) scale(1, 1);
  -ms-transform-origin: 0% 0%;
  -webkit-transform: translate(81.113px, 2.145px) rotate(354.072deg) skew(0deg) scale(1, 1);
  -webkit-transform-origin: 0% 0%;
  height: auto;
  left: 0px;
  position: absolute;
  top: 0px;
  transform: translate(81.113px, 2.145px) rotate(354.072deg) skew(0deg) scale(1, 1);
  transform-origin: 0% 0%;
  width: 20.78px;
  z-index: 1;
}

p.Basic-Paragraph {
  color: black;
  font-family: "Minion Pro", serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  orphans: 1;
  page-break-after: auto;
  page-break-before: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  widows: 1;
}

@media screen and (max-width: 1600px) {
  .field #nagovor #img-plus {
    width: 600px;
  }
}
@media screen and (max-width: 1400px) {
  .field #nagovor #img-plus {
    width: 400px;
    top: 78%;
  }
}
@media screen and (max-width: 1100px) {
  .main {
    width: 80%;
  }

  .field #nagovor #img-ball {
    width: 250px;
  }
  .field #nagovor #img-plus {
    top: 76%;
    left: 7%;
    width: 88%;
  }
  .field #nagovor #img-napovej {
    width: 90%;
  }
  .field #napovej {
    position: relative;
    margin-top: 200px;
  }

  .content {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  .field {
    min-height: auto;
  }
  .field #nagovor #img-ball {
    top: 72%;
    left: 25%;
    width: 45%;
  }
  .field #nagovor #img-napovej {
    width: 80%;
  }
  .field #napovej {
    position: relative;
    margin-top: 100px;
  }
  .field #napovej p {
    width: 80%;
  }

  .people-bg {
    margin-top: -20px;
  }
  .people-bg .price {
    width: 90%;
    margin: 22px auto;
  }
  .people-bg .num-fill {
    width: 90%;
    margin: 35px auto;
  }
  .people-bg .num-fill .num {
    float: left;
    margin-top: 0px;
  }
  .people-bg .num-fill .fill {
    width: 52%;
    margin-top: 103px;
  }
}
#navijajmo {
  display: inline-block;
  position: absolute;
  left: 75%;
  top: 155%;
}
#navijajmo span {
  color: #FFCB05;
  font-family: "DK Formosa", "Caveat", cursive;
  font-size: 86px;
}

@media screen and (max-width: 1600px) {
  #navijajmo {
    left: 80%;
    top: 155%;
  }
  #navijajmo span {
    font-size: 75px;
  }
}
@media screen and (max-width: 1200px) {
  #navijajmo {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #navijajmo {
    position: relative;
    margin: 5em auto 0;
    left: 0;
    top: 0;
  }
  #navijajmo span {
    font-size: 70px;
  }
}
form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form {
  z-index: 100;
  margin-top: -510px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input {
  box-shadow: none;
  color: black;
  background-color: white;
  border: none;
  font-family: "Proxima Nova Bold", sans-serif;
}

input[type=number] {
  border-radius: 15px;
  width: 69px;
  height: 128px;
  margin: 0;
  font-size: 82px;
  -moz-appearance: textfield;
  text-align: center;
}

input[type=text], input[type=email] {
  width: 598px;
  height: 48px;
  border-radius: 10px;
  display: inline-block;
  color: black;
  font-family: "Proxima Nova Light", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  padding: 0 1em;
  margin-top: 0.7em;
}

input[type=checkbox], input[type=radio] {
  width: 23px;
  height: 23px;
  margin-left: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

small {
  font-family: "Proxima Nova Regular", sans-serif;
  font-size: 16px;
}

.checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  width: 25px;
  height: 26px;
  padding: 2px;
  margin-right: 10px;
  float: left;
}

.newForm input[type=submit] {
  width: 174px !important;
  height: 48px;
  color: white;
  border: none;
  border-radius: 10px !important;
  margin: 0.5em;
  margin-top: 2em;
  text-indent: inherit;
  background: none;
  background-color: #d71920 !important;;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.form-group.napoved {
  margin-bottom: 60px;
}
.form-group.napoved span {
  font-size: 90px;
  color: white;
  font-weight: 700;
}

#details p {
  color: white;
  font-family: "Proxima Nova Light", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.form-group {
  margin-bottom: 0;
}
.form-group .checkbox-custom-label {
  position: relative;
  outline: none;
  border: 0px none;
  text-align: left;
}

.extraAgreement {
  cursor: pointer;
  color: white;
  margin: 1em;
  float: right;
}

.text-danger {
  color: #d71920;
}

a:hover {
  color: #FFCB05;
}

.checkbox-custom, .checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 7px;
  margin-top: 3em;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 7px;
  cursor: pointer;
  margin-top: 4em;
}

.extra-agreement {
  text-align: left;
}

.row.podrobno {
  display: flex;
  flex-direction: row;
  align-items: start;
  margin-top: 1em;
}

.requiredInputs input[type=text], .requiredInputs input[type=email] {
  display: inline-block;
  width: 96%;
}

.podrobno > div:last-child {
  margin-left: 2em;
}

.teams {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.teams h2 {
  color: #ffcb05;
  font-family: "Proxima Nova Bold", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  display: inline-block;
}
.teams img {
  margin: 2em;
}

@media screen and (max-width: 1100px) {
  .form {
    margin-top: -450px;
  }

  .teams {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .teams h2 {
    margin-bottom: 1em;
    grid-row: 2;
    grid-column: 1/3;
  }
  .teams #img-mb {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
  }
  .teams #img-ol {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
  }
}
@media screen and (max-width: 700px) {
  .row.podrobno {
    flex-direction: column;
  }

  .podrobno div:last-child {
    margin-left: 0;
    margin-top: 1em;
  }

  .teams h2 {
    font-size: 21px;
  }
  .teams img {
    width: 100px;
  }

  .form {
    margin-top: -400px;
  }
}
@media screen and (max-width: 500px) {
  .form {
    margin-top: 0px;
  }
}
body, html {
  height: 100%;
}

.bg {
  background-image: url(../img/people.png);
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bg p {
  color: white;
  font-family: "Proxima Nova Semibold", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}

h3 {
    font-size: 20px;
    font-family: "Proxima Nova Regular", sans-serif;
    margin-top: 2em !important;
}

.pojasnilo{
  color: white;
  font-size: 12px;
  margin: 0 100px;
  
  display: inline-block;
    position: absolute;
    margin-top: 50px;
}

.odgovori label.radio-button {
    margin: auto 10px;
}

.odgovori {
    margin-bottom: 50px;
    margin-top: 30px;
}

.text-danger.odgovorMsg {
    margin-top: -40px;
    margin-bottom: 40px;
}

.akcija{
  color: white;
  font-size: 30px;
  text-align: center;
  margin: -100px auto 180px;
  width: 50%;
  border: 3px solid #d71920;
  padding: 20px;
  background-color: #d71920;
}

.akcija a{
  color: white;
  font-weight: 900;
}

.fb_iframe_widget iframe{
    width: 215px !important;
}

@media screen and (max-width: 1500px) {
  .pojasnilo{
    display: block;
    position: inherit;
    margin-top: auto;    
  }
}

@media screen and (max-width: 500px) {
  .pojasnilo{
    margin: 10px 20px;
    text-align: center;
  }
  .odgovori label.radio-button {
      margin: auto 10px;
  }
  .akcija{
    width: 80%;
    font-size: 25px;
  }
}

@media screen and (max-width: 330px) {
  footer {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
    .mobile{
        margin-right: 240px !important;
    }
    .eplus-share{
        margin-right: 70px;
    }
    a[href^=tel] {
        text-decoration:inherit;
        color: inherit;
    }
}
/*# sourceMappingURL=style.css.map */

