h1 {
    color: #6a6a75;
    font-size: 55px;
    font-weight: 300;
    line-height: normal;
    margin: 0px 0px 20px;
    overflow: hidden;
}
h3 {
    color: #56aad5;
    font-size: 28px;
    line-height: normal;
    margin: 0px 0px 10px;
    overflow: hidden;
}
p {
    color: #6a6a75;
    font-size: 17px;
    margin-bottom: 28px;
}
.it_leaders { 
    clear: both;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
.it_leaders p {
    margin-bottom: 15px;
}
.center {
    text-align: center;
}
.display {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
}
.display .box {
    margin-bottom: 20px;
}
.display p {
    color: #6a6a75;
    font-size: 17px;
    font-style: italic;
    margin: 0px 0px 15px;
}
.display .btn-primary {
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 20px;
}
.carousel {
    border: 2px solid #56aad5;
    padding: 30px 30px 60px;
}
.carousel h3 {
    color: #56aad5;
    font-size: 26px;
    text-align: center;
    padding: 20px 0px;
}
.carousel ul, .carousel ol {
    list-style: none;
    margin: 0px 0px 20px 20px;
    padding: 0px;
}
.carousel ul li, .carousel ol li {
    background: url("../images/bullet2.png") no-repeat left 5px;
    color: #6a6a75;
    font-size: 17px;
    font-style: italic;
    margin-bottom: 10px;
    padding: 0px 0px 0px 20px; 
}
.carousel ol { list-style: decimal; }
.carousel ol li { background:none; }
.carousel ol li ol { list-style-type: lower-alpha; }

.carousel-control {
    bottom: 0px;
    opacity: 1;
    top: inherit;
}
.carousel-control.left, .carousel-control.right { 
    background-image: none;
    bottom: 20px;
    color: #6a6a75;
    font-size: 16px;
    font-weight: 800;
    height: 17px;
    top: inherit;
    text-shadow: none;
    text-transform: uppercase;
    width: auto;
}
.carousel-control.left img, .carousel-control.right img {
    vertical-align: text-top;
}
.carousel-control.left {
    left: 38%;
}
.carousel-control.right {
    right: 38%;
}

.table {
    background-color: #e9edf4;
}
.table > tbody > tr > td, .table > tbody > tr > th,
.table > tfoot > tr > td, .table > tfoot > tr > th,
.table > thead > tr > td, .table > thead > tr > th {
    border: 2px solid #fff;
}
.table > tbody > tr > th {
    background-color: #4f81bd;
    color: #000;
    font-size: 18px;
    text-align: center;
    vertical-align: bottom;
}
.table > tbody > tr > th.first {
    background-color: #fff;
    color: #22598d;
    font-size: 34px;
    font-weight: 400;
    text-align: left;
}
.table > tbody > tr > td {
    color: #0d4a83;
    font-size: 20px;
}
.table > tbody > tr > td:nth-child(4n+2),
.table > tbody > tr > td:nth-child(4n+3),
.table > tbody > tr > td:nth-child(4n+4) {
    text-align: center;
}
.table-striped > tbody > tr:nth-of-type(2n+2) {
    background-color: #d0d8e8;
}

.do-you {
    background-color: #f0f0f0;
    padding: 20px 15px 50px;
    text-align: center;
}
.do-you .btn-primary {
    box-shadow: 0px 20px 10px -15px rgba(0, 0, 0, 0.67);
    text-transform: uppercase;
    font-size: 18px;
    padding: 7px 20px;
    max-width: 352px;
    width: 100%;
}
.do-you .btn-primary:focus {
    box-shadow: 0px 20px 10px -15px rgba(0, 0, 0, 0.67);
}

/*========================
    MEDIA QUERIE
=========================*/

@media only screen and (max-width: 767px) {
    h2 { font-size: 35px; }
    .do-you .btn-primary { font-size: 15px; }
    .carousel { padding: 20px 0px 60px;  }
    .carousel-control.left, .carousel-control.right { font-size: 14px; }
    .carousel-control.left { left: 15%; }
    .carousel-control.right { right: 15%; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 { font-size: 38px; }
}