/* Sticky footer styles
    -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 100px;
    border-top: 1px solid #e5e5e5;
    color: #aaa;
    margin-top: 60px;
}

/* Sticky footer styles
    -------------------------------------------------- */

k {
    color: green;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #555;
    font-weight: 400;
}

a {
    /* color: #0051b0; */
    color: #0078ce;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 200%;
}

/* HEADER */

header.header {
    margin-bottom: 30px;
}

header.header > nav {
    padding: 0 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

header.header .container {
    top: 0;
}

header.header .header-search-form {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

header.header .header-search-field {
    width: 100%;
}

header.header .header-search-field input {
    border-radius: 0px;
    height: 50px;
    margin: 5px 0;
    border: none !important;
    width: 100%;
}

header.header .header-search-form button {
    border-radius: 0px;
    height: 60px;
    border: none;
    background: none;
    box-shadow:none;
    color: #000;
}

input[type="text"], textarea {
    outline: none;
    box-shadow:none !important;
    border:1px solid #ccc !important;
}

.btn-search-options,
.btn-search-options:active,
.btn-search-options:focus,
.btn-search-options:hover {
    border-radius: 0px;
    height: 60px;
    border: none;
    background: none !important;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #ccc !important;
    opacity: 1;
    font-weight: 300;
}

.form-control::-ms-input-placeholder {
    color: #ccc !important;
    font-weight: 300;
}

.form-control::-webkit-input-placeholder {
    color: #ccc !important;
    font-weight: 300;
}

.breadcrumb {
    background: none;
    padding: 0;
}

.breadcrumb > li.breadcrumb-item + li.breadcrumb-item:before {
    color: #ccc;
    content: "\f105";
    font-family: FontAwesome;
}

.breadcrumb > li.breadcrumb-item > a {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 100%;
    border-bottom: 1px solid #999;
    text-decoration: none;
    padding-bottom: 1px;
}

.nav-prev-next a {
    color: #555;
}

footer li.list-inline-item {
    color: #000;
}

footer a {
    color: #888;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 200%;
    margin-bottom: 15px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 150%;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 110%;
}

/* INDEX */

#dictionary-index h2,
#dictionary-index ul {
    margin-bottom: 30px;
}

#dictionary-index ul.list-unstyled {
    font-size: 90%;
}

@media screen and (max-width: 568px) {
    #dictionary-index .list-unstyled li {
        margin-top: 6px;
    }
}

/* DICT */

#dictionary-list p.small {
    font-weight: 400;
    color: #555;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

#dictionary-list #abc {
    margin: 0;
    padding: 5px 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

#dictionary-list #abc > .table {
    margin: 0;
}

#dictionary-list #abc > .table td {
    border: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 130%;
    text-transform: uppercase;
    color: #888;
}

#dictionary-list #abc a,
#dictionary-list #abc span {
    color: #000;
}

#dictionary-list #abc span {
    text-decoration: underline;
}

#dictionary-list .list-unstyled {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 568px) {
    #dictionary-list .list-unstyled li {
        margin-top: 6px;
    }
}

#dictionary-list nav {
    font-weight: 400;
    margin-top: 30px;
    color: #555;
}

#dictionary-list nav a {
    color: #555;
}

#dictionary-list hr {
    border-color: #555;
    margin: 30px 0;
}

/* WORD */

#dictionary-acticle h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 200%;
    /* color: #ff6868; */
    color: #0092e7;
    margin-bottom: 15px;
}

#dictionary-acticle p {
    font-weight: 400;
    font-size: 110%;
    color: #555;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

#dictionary-acticle small.source,
#dictionary-acticle small.source a {
    color: #999;
    font-size: 75%;
}

#dictionary-acticle nav {
    font-weight: 400;
    margin-top: 30px;
    color: #555;
}

#dictionary-acticle nav a {
    color: #555;
}

#dictionary-acticle hr {
    border-color: #555;
    margin: 30px 0;
}

#dictionary-more h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 110%;
    margin-bottom: 15px;
}

#dictionary-more ol {
    list-style-position: inside;
    padding-left: 0;
}

#dictionary-more li {
    font-size: 90%;
    color: #555;
    margin-bottom: 5px;
}

#dictionary-more li > span {
    color: #888;
}

/* SEARCH */

#dictionary-search em {
    font-style: normal;
    font-weight: 600;
}

#dictionary-search h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 110%;
    margin-bottom: 15px;
}

#dictionary-search ol {
    list-style-position: inside;
    padding-left: 0;
}

#dictionary-search ol > li {
    font-size: 90%;
    color: #555;
    margin-bottom: 15px;
}

#dictionary-search ol > li > a {
    font-size: 130%;
}

#dictionary-search ol > li > p {
    margin: 0;
}

#dictionary-search ol > li > span {
    color: #888;
}

#dictionary-search .dictionary-search-card {
    margin: 0;
    padding: 15px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}

#dictionary-search .dictionary-search-card > a {
    color: #000;
    font-size: 90%;
    text-decoration: none;
}

/* ERROR */

#site-error ol {
    list-style-position: inside;
    padding-left: 0;
}

#site-error ol > li {
    font-size: 90%;
    color: #555;
    margin-bottom: 15px;
}

#site-error ol > li > a {
    font-size: 130%;
}

#site-error ol > li > p {
    margin: 0;
}

#site-error ol > li > span {
    color: #888;
}