﻿
@font-face {
    font-family: "Montserrat";
    font-display: auto;
    src: url("fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: auto;
    src: url("fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: auto;
    src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: auto;
    src: url("fonts/Montserrat-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 110px;
    background-color: #f7f7f7 !important;
    font-family: "Montserrat", "Open Sans", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 1.15;
}

a.navbar-brand {
    color: #495259 !important;
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}*/

/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
}

footer {
    border-top: solid 1px #dddddd;
    bottom: 0;
    height: 125px;
    padding-top: 10px;
    position: absolute;
    width: 100%;
}*/

footer {
    border-top: solid 1px #dddddd;
    bottom: 0;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    width: 100%;
}

/*Index*/

.patent-name {
    font-size: 16px;
    margin-top: 5px;
}

/*Index*/

/*Contacts*/

.contacts {
    line-height: 20px;
}

/*Contacts*/

a {
    cursor: pointer;
}

    a:hover {
        color: #4f81bd !important;
        transition: color 0.2s ease-in !important;
    }

nav {
    border-bottom: 1px solid #dddddd;
    text-transform: uppercase;
}

    nav a, nav a.navbar-brand {
        color: #495259;
        font-size: 14px;
        font-weight: 500;
    }

        nav a.navbar-brand {
            font-weight: 600;
            color: #4f81bd !important;
        }

.navbar-nav .contact-icon {
    /*margin-left: 5px;
    margin-right: 5px;*/
}

.categories-container {
    min-width: 230px;
    width: 230px;
    margin-right: 20px;
    /* border-right: 1px solid grey; */
    /* box-shadow: 5px 0 5px -5px #333; */
}

    .categories-container a {
        text-decoration: none;
    }

.category-name {
    cursor: pointer;
    padding: 6px 5px;
    border-left: 3px solid transparent;
}

    .category-name:hover {
        color: #4f81bd;
        border-left: 3px solid #4f81bd;
        transition: border-left 0.2s ease;
    }

.category.active .category-name {
    font-weight: 600;
    border-left: 3px solid #4f81bd;
}

    .category.active .category-name a {
        color: #4f81bd;
    }

.sub-category {
    display: none;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.category.active div.sub-category {
    display: block;
}

.sub-category.active a {
    color: #4f81bd !important;
    font-weight: 600;
}

.sub-category-header {
    /* background-color: cadetblue; */
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 3px;
    border-bottom: 1px solid grey;
    margin-bottom: 5px;
}

.breadcrumb {
    font-weight: 600;
}

/* Phones */
@media(max-width: 767px) {
    footer {
        height: 110px;
    }

    .page-header {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .bottom-links {
        margin-top: 5px;
        /* 		border-bottom: 1px solid #dddddd; */
    }

        .bottom-links ul {
            margin-bottom: 5px;
        }

    /*
    .contacts{
        border-bottom: 1px solid #dddddd;
    }
*/
}
