.zone {
    /*max-height: 300px;*/
    margin-top: 20px;
}

.chart {
    height: 250px;
    border-style: dashed;
    border-width: 2px;
    border-radius: 8px;
    border-color: #e2e2e2;
    padding: 0px;
}

.chart.noborders {
    border-width: 0px;
}

.content {
    padding: 30px;
}


/* Footer */

.container.footer {
    margin-top: 20px;
}

.page-header {
    padding-bottom: 9px;
    margin: 70px 0 20px;
    border-bottom: 1px solid #eee;
}

#contactCards .well {
    height: 142px;
    cursor: pointer;
    text-align: center;
}

#contactCards .well:hover {
    border: 1px solid #000;
}

.bump {
    margin-bottom: 20px;
}

.well span {
    font-size: 60px;
    color: #e2e2e2;
    margin-bottom: 10px;
}

#search {
    text-align: center;
}

#search .input-group {
    margin-top: 37px;
    padding: 50px;
}

#search input {
    height: 45px;
}


/* faq area */

.break30 {
    margin-bottom: 30px;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 100%;
    opacity: .5;
    top: 18px;
    left: 20px;
}

#faqsearch {
    height: 50px;
}

.searchbox {
    text-align: center;
}

.searchbox .form-group {
    width: 60%;
    margin: 40px auto;
}

.faqcard {
    font-size: 100%;
    font-weight: bold;
    color: #888;
    background-color: rgba(245, 245, 240, 0.50);
    padding: 40px 0px 32px;
    transition: background-color 0.5s ease;
    cursor: pointer;
}

.faqcard:hover {
    background-color: #337ab7;
    color: #ffffff;
}

#submitsearch {
    transition: background-color 0.5s ease;
    cursor: pointer;
}

#submitsearch:hover {
    background-color: #337ab7;
    color: #ffffff;
}
.navbar-brand {
    padding: 5px 15px;
}
.navbar-brand > img {
    max-height: 40px;
}