*,
*:after,
*:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}


a,
a:visited {
    color: #000;
    text-decoration: none;

     font: 13px 'HelveticaNeue', Helvetica, Arial, sans-serif;

}

i{

    font-style: normal;
    font-weight: bold;
}

h3{

    font: 17px 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-weight:bold;
    color: #8b5aa1;
}


.searchform {
    background: #f4f4f4;
    background: rgba(244, 244, 244, .79);
    border: 1px solid #8b5aa1;
    position: absolute;
    left: 10%;
    padding: 2px 10px;
    width: 80%;
    box-shadow: 0 4px 9px rgba(0, 0, 0, .37);
    -moz-box-shadow: 0 4px 9px rgba(0, 0, 0, .37);
    -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, .37);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.searchform input,
.searchform button {
    float: left
}

.searchform input {
    background: #fefefe;
    border: none;
    font: 12px/12px 'HelveticaNeue', Helvetica, Arial, sans-serif;
    margin-right: 5px;
    padding: 10px;
    width: 216px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4) inset, 1px 1px 1px rgba(255, 255, 255, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .4) inset, 1px 1px 1px rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4) inset, 1px 1px 1px rgba(255, 255, 255, .75);
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px
}

.searchform input:focus {
    outline: none;
    box-shadow: 0 0 4px #F894CB inset;
    -moz-box-shadow: 0 0 4px #F894CB inset;
    -webkit-box-shadow: 0 0 4px #F894CB inset;
}

.searchform input::-webkit-input-placeholder {
    font-style: italic;
    line-height: 15px
}

.searchform input:-moz-placeholder {
    font-style: italic;
    line-height: 15px
}

.searchform button {
    background: #8b5aa1;
    background: -moz-linear-gradient(top, rgba(248, 148, 203, 1) 0%, rgba(248, 148, 203, 1) 100%);
    border: none;
    color: #fff;
    cursor: pointer;
    font: 13px/13px 'HelveticaNeue', Helvetica, Arial, sans-serif;
    padding: 10px;
    width: 106px;
    box-shadow: 0 0 2px #850fba inset;
    -moz-box-shadow: 0 0 2px #850fba inset;
    -webkit-box-shadow: 0 0 2px #850fba inset;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

.searchform button:hover {
    opacity: .9;
}

.searchform table {
    text-align: center;
    font-size: 16px;
}

.searchform img {
    width: 100%;
    height: auto;
}



@media screen and (max-width: 750px) {

    .searchform,
    .table {
        width: 80%;
        margin-top: 0;
    }
}

@media screen and (max-width: 550px) {

    .searchform,
    .table {
        width: 80%;
        margin-top: 0;
    }
}
