.plaintext {
    text-transform: none !important;

}

.owl-prev {
    color: white;
}

.calltoaction {

    font-family: "Krona One", sans-serif;

    font-weight: 500;

    background-color: #ffc400;
    
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 50px;
    padding-right: 50px;

    font-size: 18px;
    border-radius: 5px;

    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
    
}

/* The fast, new way! */
.fast-transition {
    position: relative;
    /* For positioning the pseudo-element */
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.fast-transition::before {
    /* Position the pseudo-element. */
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    /* Create the box shadow at expanded size. 
            box-shadow: 0 5px 25px 0 rgb(113, 226, 195, 0.3);*/
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);

    /* Hidden by default. */
    opacity: 0;
    transition: opacity 500ms;
}

.fast-transition:hover::before {
    /* Show the pseudo-element on hover. */
    opacity: 1;
}

@media screen and (min-width: 600px) {
    .nascondino {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 0px;
        width: 0px;
        display: none;
    }
  }


  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5A5959 !important;
    opacity: 1 !important; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #5A5959 !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color:#5A5959 !important;
  }

  .iter-form-control{
    color: #5A5959 !important;
  }
