@font-face {
    font-family: roboto-online;
    src: url(../fonts/roboto/Roboto-Thin.ttf);
}

@font-face {
    font-family: roboto-online;
    src: url(../fonts/BagindaScript/BagindaScript.otf);
}

@font-face {
    font-family: google-online;
    src: url(../fonts/google-sans-cufonfonts/ProductSans-Regular.ttf);
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/font-awesome/webfonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/font-awesome/webfonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),
        url('../fonts/font-awesome/webfonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),
        url('../fonts/font-awesome/webfonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),
        url('../fonts/font-awesome/webfonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),
        url('../fonts/font-awesome/webfonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #575757;
    font-size: 14px;
    background-color: #F6F6F6;
}

a,
.btn-link {
    color: #0585CC;
}

a:hover,
.btn-link:hover {
    opacity: 0.8;
    text-decoration: none;
}

.border {
    border-color: #EEEEEE !important;
}

.title-section-card {
    font-size: 14px;
    font-weight: bold;
    color: #035F8F;
    margin: 20px 0px;
}

#toolbar {
    background: #0585CC;
}

#toolbar .brand {
    font-family: 'Baginda Script', fantasy, monospace, sans-serif;
}

#toolbar .brand .text-1,
#toolbar .brand .text-2 {
    display: inline-block;
}

#toolbar .brand .text-1 {
    font-size: 50px;
    color: #333333;
    margin-right: 15px;
}

#toolbar .brand .text-2 {
    font-size: 44px;
    color: #FFFFFF;
}

#toolbar .list-inline {
    margin-top: 25px;
}

#toolbar .list-inline .list-inline-item .btn {
    border-radius: 50%;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

#toolbar .list-inline .list-inline-item .btn:hover {
    background: none;
}

#toolbar .list-inline .list-inline-item:first-child {
    font-size: 12px;
    color: #FFFFFF;
}

#toolbar .list-inline .list-inline-item:nth-child(2) .btn {
    padding: 0.25rem 0.70rem;
}

#searchbar {
    background-image: url('../images/bg-banner.jpg');
}

#searchbar .form {
    margin: 85px 0px;
    padding: 0px 30px;
    width: 100%;
}

#searchbar .form .input-group {
    width: 100%;
}

#searchbar .form .input-group .input-section {
    width: calc(100% - 82px);
    background-color: rgba(246, 246, 246, 0.55);
}

#searchbar .form .input-group .input-section .form-control {
    width: 100%;
    height: 50px;
    margin: 15px;
    border-radius: 0px;
    border: none;
}

#searchbar .form .input-group .btn {
    width: 82px;
    height: 100%;
    border-radius: 0px;
    border: none;
    font-size: 30px;
}

#searchbar .form .input-group .input-section .form-control:focus {
    box-shadow: none;
}

.card,
.card-header {
    border-radius: 0px;
    border: 1px solid #EEEEEE;
    background-color: #ffffff;
}

.card-header {
    border: none;
    border-bottom: 1px solid #EEEEEE;
}

.list-unstyled .list-group-item,
.list-unstyled {
    border: none;
    border-radius: 0px;
    background: none;
}

.row {
    padding: 0px;
    margin: 0px;
}

#corps {
    padding: 68px 0px;
}

#corps article:not(:last-child) {
    margin-bottom: 16px;
}

/* .index-section-1 > .row > div{
    /* border: 1px solid; *
} */

.index-section-1>.row>div>.container-fluid>.row {
    background: #FFFFFF;
}

.index-section-1>.row>div>.container-fluid>.row:nth-child(2) {
    min-height: 219px;
    /* height: 300px; */
}

.index-section-1>.row>div>.container-fluid>.row .list-group,
.index-section-2>.row>div>.card .card-body .list-group {
    padding: 15px;
    margin-bottom: 15px;
}

.index-section-1>.row>div>.container-fluid>.row .list-group .list-group-item,
.index-section-2>.row>div>.card .card-body .list-group .list-group-item {
    padding: 5px 0px;
}

.index-section-1>.row>div>.container-fluid>.row .list-group .list-group-item a,
.index-section-2>.row>div>.card .card-body .list-group .list-group-item a {
    font-weight: bold;
    text-transform: uppercase;
}

footer {
    background-color: #E9E9E9;
    padding-top: 50px;
}

footer .list-group {
    padding: 0px;
}

footer .list-group .list-group-item {
    padding: 3px 0px;
}

footer .list-group .list-group-item a,
footer .list-group .list-group-item span,
.copy span,
.copy span a {
    font-size: 12px;
    font-weight: normal;
    color: #575757;
}

footer .list-inline .list-inline-item .btn {
    border-radius: 50%;
    border-color: #0585CC;
    background: #0585CC;
    color: #FFFFFF;
}

footer .list-inline .list-inline-item:first-child .btn {
    padding: 0.25rem 0.62rem;
}

.divider {
    border: 1px solid #E3E3E3;
}
