#bassearch {
    background-color: #ecf0f6;
}
#bassearch form {
    margin: 5px 0;
    align-content: center;
    justify-content: center;
}
#bassearch #catego {
    margin: 0 20px;
}
#bassearch form input[type=text] {
    width: 90%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border: solid black thin;
    padding: 5px;
    margin: 15px 0;
    font-size: 16px;
    height: 35px;
}
#bassearch form input[type=submit] {
    border: none;
    background-color: #15302b;
    color: white;
    width: 50%;
    font-size: 16px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    height: 35px;
    margin-bottom: 15px;
}
#bassearch .sip {
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}
#bas_disp img {
    max-height: 100px;
}
#bas_disp a {
    color: black;
}
#bas_disp b {
    font-size: 16px;
}
#bas_disp .price {
    padding: 0 10px;
    background-color: #15302b;
    color: white;
    border-radius: 15px;
    margin-bottom: 5px;
}
#bas_disp .price2 {
    margin: 0 5px;
}
#bas_disp .fson {
    background-color: green;
    color: white;
    border-bottom-left-radius: 20px;
    padding: 0 15px;
}
#bas_disp .region {
    padding-right: 5px;
    display: inline-block;
    margin-top: 3px;
    padding: 0 10px;
    background-color: dimgrey;
    border-top-right-radius: 13px;
    -o-border-top-right-radius: 13px;
    -moz-border-top-right-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    color: white;
    border-bottom: solid thin dimgrey;
    font-weight: bold;
}
#bas_disp .contact {
    padding-left: 5px;
    border-bottom: solid dimgrey;
}
#bas_disp form input[type=submit] {
    border: none;
    background-color: #237189;
    color: white;
    font-weight: bold;
    margin: 3px 5px;
    border-radius: 15px;
    -o-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.topc {
    font-size: 16px;
    display: block;
    margin: 8px 15px;
    font-style: italic;
    color: #15302b;
    font-weight: bold;
}
#rez {
    font-size: 28px;
    color: ;
}
#catego {
    padding-top: 30px;
}
#catego .cate {
    background-color: #dd5725;
    color: white;
    border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
    -webkit-border-radius: 15px 0 15px 0;
    padding: 5px 30px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}
#catego-icons ul {
    list-style-type: none;
    text-align: center;
}
#catego-icons ul li {
    float: left;
    margin: 10px 10px;
}
#catego-icons ul li a {
    color: black;
}
#catego-icons ul li a:hover {
    text-decoration: none;
    color: #dd5725;
}
#catego-icons ul li img {
    width: 40px;
    height: 40px;
    border: solid thin;
    padding: 5px;
    border-radius: 15px;
}
#photo {
    margin-bottom: 50px;
}
#photo button {
    background-color: black;
    color: white;
    border: none;
    font-size: 16px;
    padding: 5px 10px;
}
@media (max-width: 630px) {
    .subcat {
        display: none;
    }
}