/*@media only screen and (min-width: 769px) {*/
    /*.pf-main {*/
        /*width: 65%;*/
        /*margin: 90px auto;*/
    /*}*/
/*}*/
/*.pf-main .block-title {*/
    /*text-align: left;*/
    /*color: #ffffff;*/
/*}*/
/*.pf-main .pf-input {*/
    /*text-align: left;*/
    /*padding: 0 15px;*/
    /*height: 50px;*/
/*}*/
/*.pf-fieldset {*/
    /*margin-bottom: 15px!important;*/
/*}*/
/*.opt-style {*/
    /*padding: 15px 30px!important;*/
    /*border: none!important;*/
/*}*/
/*.opt-style:hover {*/
    /*background-color: #55c6de!important;*/
    /*color: #ffffff;*/
/*}*/
/*.opt-style a {*/
    /*color: #333333;*/
/*}*/
/*.opt-style:hover a {*/
    /*color: #ffffff;*/
/*}*/
/*.main.container {background-color:transparent!important;}*/
/*.block-title h2 {*/
    /*text-shadow: rgb(51, 51, 51) 1px 1px 2px;*/
    /*font-size: 40px!important;*/
/*}*/
/*.main-container {*/
    /*background-repeat: no-repeat, repeat;*/
    /*background-size: 100%;*/
/*}*/
.pf-main .pf-input  {
    font-size: 16px;
}
.pf-main .pf-input::placeholder  {
    color: #5b5b5b !important;
    font-size: 16px;
}
/*chrome only*/
@supports (-webkit-appearance:none) and (not (overflow:-webkit-marquee))
and (not (-ms-ime-align:auto)) and (not (-moz-appearance:none)) {
    .pf-main .pf-input::placeholder  {
        color: #5b5b5b85 !important;
    }
}
