@import url(normalize.css);

body {
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 500;
    background-color: #eee;
}

form {
    margin: 0;
}

p {
    margin: 0 0 1em;
}

hr {
    height: 0;
    border: none;
    border-top: 1px solid #eee;
    padding: 0;
    margin: 1.5em 0;
}

.list-inline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.list-inline li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.list-inline li a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}
.list-inline li a:hover {}
.list-inline li.active a {}



.container {
    max-width: 960px;
    margin: 0 auto;
}

.serach-title {
    text-align: center;
    font-weight: 700;
    margin: 0 0 24px;
    font-size: 64px;
    letter-spacing: 1px;
    color: #444;
}
.serach-subtitle {
    text-align: center;
    font-weight: 300;
    margin: 0 0 24px;
    font-size: 48px;
    letter-spacing: 1px;
    color: #444;
}

.index-title {

    font-weight: 300;
    margin: 0 0 48px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #666;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}


.letter-list {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
}
.letter-list li {
    margin: 0;
    padding: 0;
    display: inline-block
}
.letter-list li a {
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    line-height: 24px;
}



.search-bar {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto;
}

.search-bar .search-field {
    float: left;
    width: 80%;
    border: none;
    font-size: 18px;
    outline: none;
    padding: 0 10px;
    background-color: transparent;
}

.search-bar .search-btn {
    float: right;
    background: #2196F3;
    border: none;
    font-size: 18px;
    padding: 1px 5px;
    color: #fff;
}

.search-options {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.search-options select {
    border: none;
    outline: none;
    background-color: transparent;
}
section {
    padding: 120px 0 120px;
}

.search-mini {
    padding: 20px 0;
}
.search-mini .serach-title {
    margin: 0 0 12px;
    font-size: 26px;
}

.search-mini .serach-title a {
    color: #d9534f;
    text-decoration: none;
}




.letter {
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    font-size: 22px;
    text-align: center;
}

.words {
    background-color: #fff;
}

.word-content {
    overflow: hidden;
}
.word-content a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding: 0 0 10px;
    font-size: 14px;
}
.word-content a:hover {
    color: crimson;
    text-decoration: underline;
}
.word-content .fa-ul {
    margin-left: 0;
}
.word-content a .fa {
    color: #ccc;
}


.col-1-4 {
    float: left;
    width: 25%;
}


.list-letter {
    font-weight: 300;
    margin-bottom: 48px;
}

.list-letter .active {
    font-weight: 700;
}



.results {
    background-color: #fff;
    padding: 48px 0;
    overflow: hidden;
}

.results .index-title {
    font-size: 14px;
    border-bottom: 0;
    text-align: left;
    text-transform: none;
}

.articles {
    padding: 0;
    float: left;
    width: 65%;
}
.sidebar {
    float: right;
    width: 30%;
}
.sidebar, .sidebar p {
    font-size: 13px;
}


.post {

}

.post a {
    color: #d9534f;
    text-decoration: none;
}
.post a:hover {
    color: #9E2A26;
}

.post .post-excerpt {
    font-size: 15px;
    color: #555;
}

.post .post-link {
    font-size: 14px;
    font-weight: 700;
}

footer {
    padding: 48px 0;
    text-align: center;
}

footer a {
    color: #555;
}

footer a:hover {
    color: crimson;
}

footer .copy {
    font-size: 14px;
    color: #666;
}




.list-video {}

.list-video li {
    margin-bottom: 25px;
}

.list-video li a {
    color: #1465E2;
    font-weight: 500;
    text-decoration: none;
}

.list-video li a .fa {
    font-size: 14px;
    color: #999;
}

.pager {
    text-align: center;
}
.pager .btn {
    color: #333;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 4px 20px;
}

.pager .btn:hover {
    background-color: crimson;
    border-color: crimson;
    color: #fff;
}


/* THEME */

.search-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #FB8C00;
    padding: 20px 10%;
}

.search-flex .search-col {
    width: 50%;
}

@media screen and (max-width: 920px) {
    .search-flex .search-col {
        width: 100%;
    }
}

.search-flex .col-fullWidth {
    width: 100%;
    text-transform: none;
}

section.search {
    padding: 220px 0 0;
}


.search {
    background-color: #c0e2e6;
    background-image: url('../img/bg-header.jpg');
    background-size: cover;
    background-position: center;
}

.search .serach-title {
    color: #8439d4;
}

.search .serach-title span {
    font-weight: 700;
}

.search .serach-subtitle {
    color: #328F99;
    text-transform: uppercase;
    font-size: 32px;
}

.search .search-bar {
    border: 1px solid #89c9d0;
}

.search .search-options {
    color: #328F99;
}


.word-content a:hover {
    color: #d9534f;
    text-decoration: none;
}

.word-content a .fa {
    color: #c0e2e6;
}

.word-content a:hover .fa {
    color: #d9534f;
}



.letter {
    color: #328F99;
}


.post a:hover {
    color: #d9534f;
}



.list-video li a {
    color: #328F99;
    font-size: 14px;
}

.list-video li a:hover {
    color: #1B6A73;
}

.sidebar {
    border-left: 1px solid #eee;
    padding-left: 20px;
}
.sidebar h3 {
    text-align: center;
}
