/* Extra small devices (phones, less than 480px) picture text*/
@media (max-width: 480px) {
  .overlay-container .text {
    top: 30%;
    }
  .overlay-container .text p:not(.mobile-visible) {
    display: inherit !Important;
  }
}

.overlay-container {
    border-bottom: 3px solid #8720b7;
}

.feature-box-2.right .icon, .feature-box-2 .icon {
  top: -10px;
}

.img-card {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  height: auto;
  max-width: 97px;
}

ul {
  list-style: none;
  padding-left: 0%;
}

.pad-left-20 {
  padding-left: 20px;
}

.pad-top-10 {
  padding-top: 10px;
}

.logo-font{
  color: #8720b7;
  font-weight: 600;
  background-color: #fff;
}

/*Google maps width*/
.google-maps {
  position: relative;
  padding-bottom: 15%;
  height: 0;
  overflow: hidden;
  min-height: 400px;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*Gumb broj*/

.btn-number {
  padding-left: 20px;
  padding-right: 5px;
}

.btn-number-light {
  padding-top: 12px;
}

.padding-bottom-100 {
  padding-bottom: 0px;
}

.module, .module-small, .module-cover {
  padding-top: 40px;
}

.text-blue {
  color: #8720b7!important;
}

.icon-box-title h4 {
  color: #8720b7;
  font-weight: 600;
}

/* footer*/
.footer {
  background: white;
  padding-top: 40px;
  padding-bottom: 0px;
}
.footer h5 {
  color: #8720b7;
  font-weight: 600;
}

.widget .widget-title {
  border-bottom: 1px solid  #8720b7;
}

.small-footer {
  background: #8720b7;
}

.footer-up {
  background: #8720b7!important;
}

.footer a {
  color: #8720b7;
}
.copyright {
  padding-top: 5px;
  color: #337ab7;
}

.copyright a {
  color: #fff;
}

/* Form */

.contact-form {
  background-color: #8720b7!important;
  padding-bottom: 50px!important;
}

@media screen and (max-width: 978px) {
  .error-msg {
     padding-top: 25px!important;
  }
}
.margin-top-50 {
  margin-top: -50px!important;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-20 {
  padding-top: 20px;
}
.contact-h {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.contact .form-group {
  margin-bottom: 20px;
}
.contact .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #8720b7;
  box-shadow: none;
  background: #fff;
  letter-spacing: 2px;
  text-transform: lowercase;
}
.contact .btn-primary {
  background-color: #8720b7;
  border-color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.contact .btn {
  padding: 12px 15px;
}
.group {
  position: relative;
  margin-bottom: 45px;
}
input:focus {
  outline: none;
}
label {
  color: #8720b7;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
input:focus ~ label,
input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: white;
}
.bar {
  position: relative;
  display: block;
  width: 100%;
}
.bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}
input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 50%;
}
.highlight {
  position: absolute;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
/* active state */

input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
  from {
      background: #8720b7;
  }
  to {
      width: 0;
      background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
      background: #8720b7;
  }
  to {
      width: 0;
      background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
      background: #8720b7;
  }
  to {
      width: 0;
      background: transparent;
  }
}
.text-group textarea {
  display: block;
  background: none;
  padding:10px 10px 10px 15px;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
  text-transform: lowercase;
  letter-spacing: 2px;
}
.text-group textarea:focus ~ .input-label,
.text-group textarea:valid ~ .input-label,
.text-group textarea.form-file ~ .input-label,
.text-group textarea.has-value ~ .input-label {
  font-size: 14px;
  color: #fff;
  top: -20px;
  left: 0;
}
.text-group textarea:focus ~ .input-label {
  color: white;
}
.text-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.text-group {
  position: relative;
  margin-bottom: 20px;
}
.fade.in {
  opacity: 1;
}
/* error span*/
.bar-error {
  border-bottom: 2px solid #ff0000;
}

.input-error, .text-error {
  color: #ff0000;
  padding-left: 5px;
  font-size: 10px;
  position: relative;
  top: -4px;
}

.error-msg {
  border-bottom: 2px solid #ff0000;
  color: #ff0000;
  padding-left: 5px;
  font-size: 1.1em;
  padding-bottom: 5px;
  padding-top: 5px;
}

.success-msg {
  border-bottom: 2px solid #008000;
  color: #fff;
  padding-left: 5px;
  font-size: 1.1em;
  padding-bottom: 5px;
  padding-top: 5px;
}

.has-error {
  color: #ff0000;
}
.has-success {
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #8720b7;
  border-color: #fff;
}

.clients .client-image {
  width: 150px;
  height: 100%;
}

.purple-bg {
  background-color: #8720b7;
}

.white {
  color:white;
}

.contact-bg {
background: white url("../images/slider_3.jpg") no-repeat;
background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn {
  margin: 0;
}

.btn-default-xs {
  padding: 6px 12px !Important;
}

/*Menu*/
.transparent-header.gradient-background-header header.header.transparent-header-on {
  background: -moz-linear-gradient(top, #8720b7 0%, rgba(255, 255, 255, 0.05) 85%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #8720b7 0%, rgba(255, 255, 255, 0.05) 85%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #8720b7 0%, rgba(255, 255, 255, 0.05) 85%, rgba(255, 255, 255, 0) 100%);
  border-bottom: none;
  border-top: none;
}

.transparent-header.gradient-background-header.fixed-header-on .header.fixed:not(.dark) {
  border-bottom: none;
  background-color: rgba(135, 32, 183, 0.9);
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .transparent-header.gradient-background-header .header:not(.dark) .navbar-default .navbar-nav > li:not(.open) > a:hover,
  .transparent-header.gradient-background-header .header:not(.dark) .navbar-default .navbar-nav > .active:not(.open) > a {
    color: #fff;
    border-bottom: 2px solid #fff;
  }

  .transparent-header.gradient-background-header .header:not(.dark) .navbar-default .navbar-nav > .active:not(.open) > a:hover,
  .transparent-header.gradient-background-header .header:not(.dark) .navbar-default .navbar-nav > .active:not(.open) > a:focus {
    color: #337ab7;
    border-bottom: 2px solid #337ab7;
  }


  .transparent-header.gradient-background-header .header:not(.dark) .navbar-default .navbar-nav > li:not(.open) > a:focus {
    color: #337ab7;
  }
}