/*colors

AV material: #7bd6a7
Blog: #67ece8
Exam paper: #e375fa
Lesson plan: #ff9d9e
Other: #b7d143
Quiz: #f7b84e
Syllabus: #4099ea
Textbook: #cb9cff
Website: #76b627
Worksheet: #20bbfe
*/

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

header {
    background-color: #f6fbff;
}

.numbers {
    padding-top: 30px;
}
.numbers-numbers {
    font-family: 'Merriweather', serif;
    font-size: 35px;
    color: #1984e5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
}
.numbers-text {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #1984e5;
    font-weight: 600;
    text-align: center;
}
.numbers-section {
    background-color: #f6fbff;
}
.sherlock-text {
    font-family: 'Merriweather', serif;
    font-weight: bold;
    font-size: 30px;
}
.team-section {
    background-color: #DEFAFF;
}

h3 {
    font-family: 'Merriweather', serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #1E1A14;
    padding: 35px;
}
h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #1E1A14;
    padding: 35px;
}
h5 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #1E1A14;
    padding: 25px 0;
}
.small-text {
    font-size: 14px;
    text-align: center;
}
.big-border {
    border-bottom: 1px solid #E5DED2;
}
.search-section {
    height: 200px;

}
.icons-section {
    height: 230px;
}
.sub-aegide {
    background: linear-gradient(0deg, #FFFFFF 0%, #e6fbff 100%);
}

.spiral {
    background-image: url("/assets/omce/images/patterns/spiral.png");
    background-repeat: repeat-x;
    height: 60px;
    padding-top: 20px;
}

.wave {
    background-image: url("/assets/omce/images/patterns/wave3.png");
    background-repeat: repeat-x;
    height: 60px;
}
.brak {
    height: 20px;
}
.navi {
    background-color: #FFF8F4;
}
.nice-text {
    font-weight: 300;
    padding: 70px 0;
    text-align: center;
}
.nice-text-2 {
    font-weight: 300;
    padding: 70px 0 20px 0;
    text-align: center;
}
/* icons */

.icon .hover-text {
    /*visibility: hidden;*/
    position: relative;
    bottom: 30px;
    left: 20px;
    padding: 5px;
}

.under-text {
    padding: 5px;
    margin-top: 5px;
}

.icon .count {
    position: relative;
    bottom: 160px;
    left: 80px;
    padding: 5px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 3px 3px grey;
}

#avmaterial-ic .hover-text, #avmaterial-ic .count, #avmaterial-ic .under-text {
    background-color: #7bd6a7;
}
#blog-ic .hover-text, #blog-ic .count, #blog-ic .under-text {
    background-color: #67ece8;
}
#exam-ic .hover-text, #exam-ic .count, #exam-ic .under-text {
    background-color: #e375fa;
}
#lesson-ic .hover-text, #lesson-ic .count, #lesson-ic .under-text {
    background-color: #ff9d9e;
}
#other-ic .hover-text, #other-ic .count, #other-ic .under-text {
    background-color: #b7d143;
}
#quiz-ic .hover-text, #quiz-ic .count, #quiz-ic .under-text {
    background-color: #f7b84e;
}
#syllabus-ic .hover-text, #syllabus-ic .count, #syllabus-ic .under-text {
    background-color: #4099ea;
}
#textbook-ic .hover-text, #textbook-ic .count, #textbook-ic .under-text {
    background-color: #cb9cff;
}
#website-ic .hover-text, #website-ic .count, #website-ic .under-text {
    background-color: #76b627;
}
#worksheet-ic .hover-text, #worksheet-ic .count, #worksheet-ic .under-text {
    background-color: #20bbfe;
}
#adv-search a a:hover{
    color: black;
}
#education-icon {
    text-align: right;
}

/*websites*/

.overlay {
    visibility: hidden;
    position: absolute;
    right: 17%;
}

/* footer */

footer {
    background-color: #1E1A14;
    padding-top: 30px;
}
footer a, footer a:hover {
    color: white;
}
.footer-grey {
    color: rgba(210,211,215,0.5);
    font-size: 12px;
}
.footer-text {
    color: white;
    font-size: 12px;
}
.footer-img {
    padding-right: 20px;
}

/* display sizes */
@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}
@media screen and (max-width: 575px) {
    .slick-s {
        display: contents;
    }
    .slick-m {
        display: none;
    }
    .slick-l, .icons-section-l, .search-section-l, .item-l {
        display: none;
    }
    footer {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .item-card-l {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .item-card-s {
        display: none;
    }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
    .slick-s, .item-s {
        display: none;
    }
    .slick-m {
        display: contents;
    }
    .slick-l, .icons-section-l, .search-section-l {
        display: none;
    }
    .omc-footer {
        text-align: center;
    }
}
@media screen and (min-width: 992px) {
    .slick-s, .item-s {
        display: none;
    }
    .slick-m, .icons-section-m, .search-section-m {
        display: none;
    }
}

/* items view*/
.main-window {
    min-height: 600px;
}
.database-entry {
    border: 1px solid #b6b6b6;
    box-shadow: 0 2px 4px 0 rgba(95, 95, 95, 0.5);
    margin: 13px 0;
}

.category-avmaterial {
    background-color: #7bd6a7;
}
.border-avmaterial {
    border-left: 10px solid #7bd6a7;
}
.category-blog {
    background-color: #67ece8;
}
.border-blog {
    border-left: 10px solid #67ece8;
}
.category-exam {
    background-color: #e375fa;
}
.border-exam {
    border-left: 10px solid #e375fa;
}
.category-lesson {
    background-color: #ff9d9e;
}
.border-lesson {
    border-left: 10px solid #ff9d9e;
}
.category-other {
    background-color: #b7d143;
}
.border-other {
    border-left: 10px solid #b7d143;
}
.category-quiz {
    background-color: #f7b84e;
}
.border-quiz {
    border-left: 10px solid #f7b84e;
}
.category-syllabus {
    background-color: #4099ea;
}
.border-syllabus {
    border-left: 10px solid #4099ea;
}
.category-textbook {
    background-color: #cb9cff;
}
.border-textbook {
    border-left: 10px solid #cb9cff;
}
.category-website {
    background-color: #76b627;
}
.border-website {
    border-left: 10px solid #76b627;
}
.category-worksheet {
    background-color: #20bbfe;
}
.border-worksheet {
    border-left: 10px solid #20bbfe;
}
.category-header {
    background-color: #f6fbff;
}
.category-others {
    background-color: #dddddd;
}

.show-header {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}
.show-box {
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 20px;
    padding: 5px 8px;
    margin: 0 5px;
}
.show-box-search {
    font-weight: bold;
    border-radius: 20px;
    padding: 5px 8px;
    margin: 0 5px;
}
.entry-details {
    color: #ACADB0;
    font-size: 12px;
    font-weight: bold;
}
.entry-tags {
    line-height: 40px;
}
.entry-tags a, .entry-tags a:hover {
    color: #1E1A14;
}
.entry-major {
    background-color: #f6fbff;
    padding: 20px;
}
.entry-minor {
    padding: 20px;
}
.entry-minor a, .entry-minor a:hover {
    color: #1E1A14;
}
.entry-country {
    margin-left: 50px;
}
.entry-title {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: bold;
}
.entry-summary {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(30,26,20,0.6);
}
.breaking {
    white-space: pre;
}
.tag-box {
    font-weight: bold;
    border-radius: 20px;
    padding: 5px 8px;
    margin: 0 5px;
}
.menu {
    border-bottom: 1px solid grey;
    box-shadow: 0 3px 3px lightgrey;
    margin-bottom: 3px;
}
.entry-title a, .entry-title a:hover {
    color: #1E1A14;
}

/*item site*/

.section-title {
    background-color: #f6fbff;
}
.section-tags {
    border-bottom: 1px solid lightgrey;
    padding-top: 16px;
}
.section-information {
    padding-top: 20px;
}
.section-peer {
    background-color: #f6fbff;
    padding: 20px;
    margin-bottom: 15px;
}
.item-field-label {
    font-family: Montserrat, serif;
    color: #ACADB0;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    margin: 15px 0 5px 0;
}
.item-field {
    color: #1E1A14;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    padding: 5px;
}
/*.item-details > p {
    color: #1E1A14;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    padding: 5px;
}*/
.menu-left {
    font-weight: 500;
    color: #ACADB0;
    font-size: 12px;
    list-style: none;
}
.menu-left li {
    padding: 10px;
    border-top: 1px solid lightgrey;
}
.li-active {
    color: black;
    background-color: rgba(210,211,215,0.3);
    cursor: pointer;
}
.li-mouseover {
    color: black;
    background-color: rgba(210,211,215,0.3);
    cursor: pointer;
}
.noview {
    display: none;
}
.view {
}
#content {
    min-height: 650px;
}
.cat-link a, .cat-link a:hover {
    color: #1E1A14;
}
.submit-error {
    padding: 5px 40px;
}

/* 404 */
.big-number {
    font-family: 'Merriweather', serif;
    font-size: 64px;
    color: #1E1A14;
    font-weight: 900;
}
.big-comment {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #1E1A14;
    font-weight: normal;
}
.btn-black {
    background-color: #1E1A14;
    border-color: #1E1A14;
    color: white;
    font-weight: 600;
    font-size: 14px;
}
.lost-div a, .lost-div a:hover {
    color: white;
}
.lost-page {
    padding: 160px;
}

/* not found */
.not-found-page {
    padding: 130px;
}
.sisyphus {
    padding-bottom: 80px;
}
.not-found-page a, .not-found-page a:hover {
    color: white;
}

.sherlock-img {
    width: 90%;
}
.accordion-header {
    width: 100%;
    text-align: center;
    font-weight: bold;
}
/* back to top */
#back-to-top {
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: black;
    color: white;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #505050;
}
#back-to-top.show {
    opacity: 1;
}
hr {
    border: 1px;
    height: 1px;
    width: 90%;
    color: black;
    background-color: black;
}
.mail-box {
    border-left-style: solid;
    border-left-color: #4099ea;
    background-color: #c9f2fa;
    padding: 3px;
}