@charset "utf-8";
/* CSS Document */
@media (max-width:768px){
#carousel-example-generic{
top: 0 !important;
}


.about ul{
border-bottom:1px solid #ccc;
}

.social ul {
    text-align: center;
    margin: 10px;
}

.carousel-inner {
    width: 100%;
    height: auto;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    width: 100%;
    height: auto;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #C98720;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0px;
    background-color: #C98720;
}

.about {
    padding: 10px;
}

.contact {
    text-align: center;
    padding: 13px;
}

.contact .form-inline .form-control {
    width: 100%;
    vertical-align: middle;
    display: block;
    border: 1px solid #CCC;
}

.social1 ul {
    text-align: center;
    margin: 13px 13px 31px 0px;
}

footer p {
    margin-left: 0px;
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
}

.top1 .row {
    margin-right: 0px;
    margin-left: 0px;
}

footer .row {
    margin-right: 0px;
    margin-left: 0px;
}



}