#main-content {
    color: #505050;
}

#main-content > h1,
#main-content > h3 {
    margin-bottom: 20px;
    color: #1c62a0;
}

#main-content > h4 {
    color: #ff8c05;
    line-height: 1.25em;
}

#main-content p > b {
    color: #000000;
}

/* Select containner */

#main-content .select-container,
#main-content .search-container {
    background: -webkit-linear-gradient(#70afd5, #4c9dcd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#70afd5, #4c9dcd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#70afd5, #4c9dcd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#70afd5, #4c9dcd); /* Standard syntax */

    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#main-content .select-container > div,
#main-content .search-container > div {
    background-image: url('../resources/wordmap.png');
    background-position: center;
    background-size: cover;
    padding: 24px;
}

#main-content .select-container h5,
#main-content .search-container h5{
    color: white;
    margin: 0;
    font-size:20px;
}

#main-content .select-container form {
    margin-top: 15px;
}

#main-content .select-container form .select2-container {
    width: 100%;
}

#main-content .select-container form button {
    text-transform: uppercase;
}

/* List item */

#main-content .list-item .col-md-4 {
    display: inline-block;
    float: none;
    vertical-align: top;
}

#main-content .list-item .panel-heading {
    background: -webkit-linear-gradient(#4981b3, #1c62a0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#4981b3, #1c62a0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#4981b3, #1c62a0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#4981b3, #1c62a0); /* Standard syntax */
}

#main-content .list-item .panel-heading > div {
    font-family: 'Kreon', serif;
    font-size: 26px;

    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 45px;
}

@media (max-width: 991px) {
    #main-content .list-item .panel-default {
        border: none;
    }

    #main-content .list-item .panel-heading {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    #main-content .list-item .panel-heading > div {
        padding-left: 0px;
        font-size: 18px;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 500px) {
    #main-content .list-item .panel-heading > div {
        background: none !important;
        padding: 0px;
    }
}

#main-content .list-item .panel-heading > div > a {
    color: white;
}

#main-content .list-item .panel-body {
    background: #f5f5f5;
}

#main-content .list-item .panel-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#main-content .list-item .panel-body ul li a {
    color: #1c62a0;
    line-height: 1.5em;
}

#main-content .list-item .panel-body ul li a > i {
    color: #59abdc;
    font-weight: bold;
    margin-right: 10px;
}

#main-content .country ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#main-content .country ul li a {
    color: #505050;
    line-height: 35px;
}

#main-content .country ul li a img {
    width: 28px;
    border: 1px solid #dddddd;
    margin-right: 5px;
}

/* Search box */

#main-content .search-container form {
    margin-top: 15px;
}

#main-content .search-container input {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 18px;
    height: 39px;
}

#main-content .search-container button {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 18px;

    background: -webkit-linear-gradient(#fb9e23, #dc8004); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fb9e23, #dc8004); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fb9e23, #dc8004); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fb9e23, #dc8004); /* Standard syntax */

    color: white;
}