
/* BUTTONS */
.bttn-default {
    text-decoration: none !important;
    background: #843f73;
    color: white;
    padding: 10px 20px;
    display: inline-block;
    line-height: 1.3;
    border-radius: 5px;
    margin: 5px 5px 5px 0;
}
.bttn-default:hover {
    color: #000000;
    background: #ccc;
}
.hidden{
    opacity:0;
}
.visible{
    opacity:1;
}

/* FEEDFORM */
#feedOrderForm input {
    width: 30%;
    padding: 5px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
}
#feedOrderForm {
    background: #ececeb;
    padding: 14px 30px 20px;
    border-bottom: 5px solid #843f72;
}
#feedOrderForm textarea {
    width: 100%;
}
#feedOrderForm .ttl {
    font-size: 16px;
    margin-bottom: 9px;
    font-weight: bold;
    color: #843f72;
}

@media screen and (max-width:1200px) {
    .top-menu li {
        padding: 9px 6px 0;
    }
}
@media screen and (max-width: 992px) {
    .ftr-ttl {
        font-size: 16px;
    }
    .ftr-menu, .ftr-menu li {
        font-size: 14px;
    }
    .ftr-menu a {
        margin-bottom: 5px;
        display: inline-block;
    }
}
@media screen and (max-width:768px) {
    .hdr-logo {
        text-align: center;
        display: block;
    }
    .hdr-info {
        text-align: center;
    }
    header .b-right {
        text-align: center;
    }
    .ftr-logo {
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
    .ftr-col {
        text-align: center;
    }
    footer .b-right {
        text-align: center;
    }
    #feedOrderForm input {
        width: 100%;
    }
    .header-container.fixed {
        position: initial !important;
    }
}
@media screen and (max-width: 576px) {

}