.case {
}

.row-fluid {
	width: 1200px;
	margin: 0 auto;
}

.example {
    display: table;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}
.example li {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin: 10px 10px 0;
    padding: 5px 25px;
}
.example li:hover {
    background-color: transparent;
    border: 1px solid #9b9b9b;
}
.example li.pitch, .example li.pitch:hover {
    background-color: #0088cc;
    border: 1px solid #9b9b9b;
    color: #fff;
}

.example-list {
}
.example-list li {
	list-style-type: none;
    height: 300px;
}
.example-box {
    margin: 20px;
    text-align: center;
}
.example-img {
    border-radius: 10px;
    max-width: 100%;
}
.example-h3 {
    color: #0088cc;
    font-size: 18px;
    font-weight: inherit;
    line-height: 26px;
    margin: 10px 0;
}
.example-p {
    text-align: left;
    text-indent: 2em;
}
