html,
body {
  min-height: 100%
}

#contact-form-bckg {
  background: url(../contact-form/contact-bckg.png), url(../contact-form/contact-bckg-color.png);
  background-size: cover, 100% 5000px;
  background-repeat: no-repeat no-repeat;
  background-position: center center
}

#thankyou-bckg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: aliceblue
}

#home-view-contact {
  width: 100%;
  height: 100vh;
  display: block;
  margin: auto
}

#home-view-contact-confirm {
  width: 100%;
  height: 100vh;
  display: block;
  margin: auto
}

.contact-header-generic {
  background-color: #867070;
  color: white;
  height: 40px;
  width: 100%;
  padding-top: 6px;
  padding-left: 10px;
  position: absolute;
  display: inline-block;
  margin: auto;
  left: 0;
  top: 0;
  z-index: 1
}

#contact-header img {
  -webkit-animation-name: pulse-image;
  animation-name: pulse-image;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes pulse-image {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@keyframes pulse-image {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

.kontakt-klasa {
  max-width: 500px;
  margin: 55px auto 60px auto;
  padding: 0 20px
}

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 3px 8px;
  font-family: 'Ropa Sans', 'Sylfaen';
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: red;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6)
}

input[type="checkbox"] {
  -webkit-filter: hue-rotate(130deg);
  filter: hue-rotate(130deg)
}

.form-group textarea {
  font-size: 16.5px
}

.form-control-p {
  display: block;
  width: 50px;
  height: 30px;
  padding: 3px;
  font-family: 'Ropa Sans', 'Sylfaen';
  font-size: 16.5px;
  line-height: 1.5;
  color: #ff0f80;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white
}

.form-control-p:hover {
  background-color: #555;
  color: white
}

#forma-posalji-button {
  text-align: center
}

form {
  display: block;
  margin-top: 4px
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 2px;
  font-family: 'Ropa Sans', 'Sylfaen';
  font-size: 16px;
  color: white
}

#tacan-rezultat-check {
  display: block;
  height: 17px;
  width: 17px;
  margin: 3px
}

.footer-contact {
  height: 75px;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0
}

#kraj-developed-contact {
  background: url(../img/developed-podloga.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 75px;
  position: fixed;
  left: 1.16%;
  right: 1.16%;
  margin-bottom: 0;
  height: 75px
}

#kraj-contact {
  background-repeat: no-repeat;
  background-size: cover;
  background: #1a535c;
  opacity: .8;
  height: 75px;
  font-size: 12px;
  color: white;
  text-align: center
}

#kraj-contact p {
  font-family: 'courier';
  margin-top: 2px;
  padding-top: 6px;
  font-size: 16px
}

h1 {
  font-family: 'consolas', 'verdana'
}

h2 {
  font-family: 'consolas', 'verdana'
}

h3 {
  font-family: 'consolas', 'verdana'
}

h4 {
  font-family: 'consolas', 'verdana'
}

h5 {
  font-family: 'consolas', 'verdana'
}

h6 {
  font-family: 'consolas', 'verdana'
}

p {
  font-family: 'consolas', 'verdana';
  font-size: 17px
}

#header-line {
  position: absolute;
  top: 42px;
  width: 100%;
  left: 0;
  margin-left: 0
}

#footer-line {
  position: fixed;
  bottom: 80px;
  width: 97.4%;
  left: 0;
  margin-left: 1.3%
}

@media(min-width:1200px) {
  .container {
    width: 500px
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .container {
    width: 480px
  }
}

@media(min-width:768px) and (max-width:991px) {
  .container {
    width: 450px
  }
}

@media(min-width:576px) and (max-width:767px) {
  .container {
    width: 420px
  }
}

@media(max-width:575px) {
  .container {
    width: 330px
  }

  html,
  body {
    min-height: 130%
  }

  #contact-form-bckg {
    background-size: 150%, 100% 5000px
  }
}

.QStar i {
  -webkit-animation: showStar 1s linear;
  animation: showStar 1s linear;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0
}

@-webkit-keyframes showStar {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes showStar {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fa-asterisk {
  color: red
}

.QStar input {
  margin-top: -20px
}

.QStar i {
  position: relative;
  margin-left: 100%;
  top: -20px
}

.contact-header-generic-1-2 {
  background-color: #142f43;
  color: white;
  height: 40px;
  width: 100%;
  padding-top: 6px;
  padding-left: 10px;
  position: absolute;
  display: inline-block;
  margin: auto;
  left: 0;
  top: 0;
  z-index: 1
}

.tracking-in-expand-fwd {
  -webkit-animation: tracking-in-expand-fwd .6s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: tracking-in-expand-fwd .6s cubic-bezier(0.215, 0.610, 0.355, 1.000) both
}

@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0
  }

  40% {
    opacity: .6
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0
  }

  40% {
    opacity: .6
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}