/* Minification failed. Returning unminified contents.
(351,32): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(359,36): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(370,39): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(497,35): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
 */
@media only screen and (max-width: 768px) {
    .referial-navigation {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .col-md-3 > h4 {
        text-align: center;
    }

    .articles-content-wrapper {
        padding-top: 0;
    }

    .parallax-header {
        padding-top: 24% !important;
    }

    #company_list .company-info {
        margin-top: 20px;
        display: table;
        width: 100%;
    }

    #company_list .indicators {
        display: table-header-group;
        float: unset;
    }

    #company_list .company-name {
        margin-top: 20px !important;
        display: table-footer-group;
    }

    .company-tile-view {
        max-width: 100% !important;
    }
}

p {
    /*margin-bottom: 0;*/
}

#product .img-responsiv,
#product .youtube-video-container {
    margin-bottom: 30px;
}

#company_list .headline {
    margin: 0;
    margin-right: 5px;
    color: #ADADAD;
    min-height: 30px;
}

#company_list .tags {
    margin: 0;
}

#company_list .logo {
    width: 100px;
    height: auto;
}

.info {
    color: #ADADAD;
}

.company-info div {
    padding: 0;
}

#company_list .newsReadMore {
    float: left;
}

#company_list .summary {
    white-space: pre-line;
    text-align: left;
}

#company_list .article-list-col {
    padding: 15px 20px;
    border: 1px solid #E5EEEE;
    border-radius: 5px;
    margin-bottom: -1px;
}

.article-item-name {
    font-size: 20px;
    color: #3f3f3f;
    margin-bottom: 10px;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-primary {
    box-shadow: none !important;
    font-size: 1em;
    padding: 0.4em 2em;
    color: #1C525C !important;
    border: 1px solid;
    background-color: #fff !important;
    border-color: #1C525C !important;
    border-radius: 0px !important;
    transition: all 0.5s ease-in-out;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #1C525C !important;
        border-color: #1C525C !important;
        border-radius: 0px;
        text-decoration: none;
    }

.filters-holder {
    margin-top: 50px;
}

.indicators > span {
    padding-left: 10px;
}

.indicator-icon {
    max-height: 20px;
}

.indicator-text {
    color: #03545D;
}

.join-teaser {
    margin: 0;
    padding-top: 20px;
    font-size: 20px;
}

.company-tile-view .head-info {
    margin: 5px 0;
    color: #000 !important;
    min-height: 30px;
    font-weight: bold;
}

.company-tile-view .entity-name {
    margin-top: 10px;
}

.company-tile-view .tags {
    margin: 0;
}

.company-tile-view .summary {
    white-space: pre-line !important;
    text-align: left !important;
}

.company-tile-view .article-list-col {
    border: 1px solid;
    border-color: #ADADAD;
    float: unset !important;
}

.company-tile-view p {
    font-size: 14px !important;
}

.filters-holder {
    margin-top: 50px;
}

.company-tile-view .community-indicators {
    background-color: #fff;
    min-height: 35px;
}

.company-tile-view .indicator-text {
    color: #575656;
}

.company-tile-view .teaser-image {
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

    .company-tile-view .teaser-image.small {
        margin: 0 10px;
    }

    .company-tile-view .teaser-image.individual {
        width: 120px;
        border-radius: 50%;
    }

.company-tile-view {
    background-color: #fff;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    padding: 0px;
    margin: 15px 0;
}

    .company-tile-view .entity-name {
        background-color: #fff;
        padding: 10px;
    }

        .company-tile-view .entity-name + div {
            padding: 10px;
        }

    .company-tile-view .row {
        margin: 0;
    }


/*** Companies intro page ***/
.filters-list {
}

    .filters-list .articles-content-wrapper {
        padding-top: 0;
    }

    .filters-list .country-filter,
    .filters-list .industry-filter {
    }

        .filters-list .country-filter .country-filter-header,
        .filters-list .industry-filter .industry-filter-header {
            margin-top: 50px;
            margin-bottom: 20px;
        }

            .filters-list .country-filter .country-filter-header h4,
            .filters-list .industry-filter .industry-filter-header h4 {
            }

        .filters-list .country-filter .country-filter-list .country-filter-list-item,
        .filters-list .industry-filter .industry-filter-list .industry-filter-list-item {
            font-size: 16px;
            padding: 5px;
        }

/* Card view styles */
.company-card-view-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.company-card-view {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: calc(33.333% - 20px);
    margin: 0 15px 30px 15px;
    text-align: left;
    border: 1px solid #eeeeee;
}

    .company-card-view .card-image {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
        background: center no-repeat;
        background-size: contain;
        border-bottom: 1px solid #eee;
        width: 100%;
        height: 180px;
        cursor: pointer;
    }

    .company-card-view .card-title {
        color: #000;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.2;
        cursor: pointer;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .company-card-view .card-text {
        color: #000;
        padding: 0 10px;
        margin-bottom: 10px;
    }

@media only screen and (min-width: 1001px) {
    .company-card-view:nth-child(3n + 1) {
        margin-left: 0;
    }

    .company-card-view:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 701px) {
    .company-card-view {
        width: calc(50% - 15px);
    }

        .company-card-view:nth-child(2n + 1) {
            margin-left: 0;
        }

        .company-card-view:nth-child(2n) {
            margin-right: 0;
        }
}

@media only screen and (max-width: 700px) {
    .company-card-view {
        width: calc(100% - 2px);
        max-width: 360px;
    }

    .company-card-view {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Category view styles */
.company-category-view-category-select {
    margin-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

    .company-category-view-category-select .category-select-button {
        margin: 0 10px 5px 0;
        padding: 5px 10px;
        font-weight: bold;
        color: #333;
        background-color: #fff;
        border: 1px solid var(--skilly-main-color);
        border-radius: 10px;
        cursor: pointer;
    }

        .company-category-view-category-select .category-select-button.active,
        .company-category-view-category-select .category-select-button:hover {
            color: #fff;
            background-color: var(--skilly-main-color);
        }

.company-category-view {
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 18px;
}

    .company-category-view .company-link {
        font-weight: bold;
        border-bottom: 2px solid var(--skilly-main-color);
    }

        .company-category-view .company-link:hover {
            border-bottom: none;
            background-color: #70f5c9;
        }

    .company-category-view .tag-title {
        font-weight: bold;
        font-size: 21px;
        color: #000;
    }

    .company-category-view ul.tag-company-list {
    }

        .company-category-view ul.tag-company-list > li {
            margin-bottom: 5px;
        }


#product p,
#product span:not(.fa),
#product a:not(.dropdown-toggle),
#product div:not(.dropdown),
#product li,
#product h1,
#product h2,
#product h3,
#product h4 {
    font-family: 'Lora', serif !important;
    /*font-weight: normal;*/
}

#product strong,
#product b {
    font-family: 'Lora', serif !important;
}

#product h1 {
    font-size: 30px !important;
    font-weight: bold !important;
}

    #product h1.article-title {
        font-size: 50px !important;
    }

#product h2 {
    font-size: 24px !important;
    font-weight: bold !important;
}

#product h3 {
    font-size: 22px !important;
    font-weight: bold !important;
}

#product p,
#product span:not(.fa),
#product ul,
#product li,
#product ol {
    font-size: 21px;
}

#product p,
#product span:not(.fa) {
    font-size: 21px !important;
}

    #product p#company-info,
    #product p.article-date {
        font-size: 17px !important;
    }

#product h1.article-item-name span {
    font-size: 32px !important;
}

#product .article-item-name a {
    font-size: 24px !important;
}

@media (max-width: 768px) {
    #product h1.article-item-name a,
    #product h1.article-item-name {
        font-size: 34px !important;
    }

    #product h1.article-title,
    #product h1,
    #product h1 span,
    #product h1 i,
    #product h1 b,
    #product h1 strong,
    #product h1 em {
        font-size: 27px !important;
    }

    #product h2,
    #product h2 span,
    #product h2 i,
    #product h2 b,
    #product h2 strong,
    #product h2 em {
        font-size: 23px !important;
    }

    #product p,
    #product span,
    #product li,
    #product ol,
    #product ul,
    #product i {
        font-size: 18px;
    }

    #product p,
    #product span {
        font-size: 18px !important;
    }
}

#product a:not(.dropdown-menu-item):not(.dropdown-toggle):not(.no-effect) {
    font-size: 21px;
    border-bottom: 2px solid var(--skilly-main-color);
}

#product a:hover:not(.dropdown-menu-item):not(.dropdown-toggle):not(.no-effect) {
    border-bottom: none;
    background-color: #70f5c9;
}

