﻿body {
}


.bg_menu {
    background: #547c8e;
    color: #fff;
}

.bg_submenu {
    /*    background: #92c2c6;
    color: #fff;*/
    background: white;
    color: #6c757d;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.bg_submenu a {
    /*color: #fff;*/
    color: #6c757d;
    text-decoration: none;
}

.bg_submenu a:hover {
    /*color: #fff;*/
    color: #6c757d;
    text-decoration: none;
}

.submenu_active {
    /*    color: #fff;*/
    color: #6c757d;
    font-weight: 400;
    /*    text-decoration: underline;*/
}

/* Category */
.item-category {
    position: relative;
    text-align: center;
    /*color: white;*/
    /*border: 2px solid rgb(108,110,111);*/
    border-radius: 20px;
}
.item-category_headline {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 60px;
    text-transform: uppercase;
    /*background-color: rgba(255, 255, 255,0.7);*/
    background-color: rgba(255, 255, 255);
    color: #000;
    font-weight: bold;
    font-size: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


/* Category */
.item-category_service {
    position: relative;
    text-align: center;
    /*color: white;*/
    /*border: 2px solid rgb(108,110,111);*/
    border-radius: 20px;
}

.item-category_headline_service {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 60px;
    text-transform: uppercase;
    /*background-color: rgba(255, 255, 255,0.7);*/
    background-color: rgba(255, 255, 255);
    color: #000;
    font-weight: bold;
    font-size: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.item_category_image_service {
    border-radius: 20px;
}

.item-category_portfolio {
    position: relative;
    text-align: center;
    /*color: white;*/
    /*border: 2px solid rgb(108,110,111);*/
    border-radius: 20px;
}

.item-category_headline_portfolio {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 60px;
    text-transform: uppercase;
    /*background-color: rgba(255, 255, 255,0.7);*/
    background-color: rgba(255, 255, 255);
    color: #000;
    font-weight: bold;
    font-size: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.item_category_image_portfolio {
    border-radius: 20px;
}

.item-category_product {
    position: relative;
    text-align: center;
    /*color: white;*/
    /*border: 2px solid rgb(108,110,111);*/
    border-radius: 20px;
}

.item-category_headline_product {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 60px;
    text-transform: uppercase;
    /*background-color: rgba(255, 255, 255,0.7);*/
    background-color: rgba(255, 255, 255);
    color: #000;
    font-weight: bold;
    font-size: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.item_category_image_product {
    border-radius: 20px;
}


.item-category_corporate {
    position: relative;
    text-align: center;
    /*color: white;*/
    /*border: 2px solid rgb(108,110,111);*/
    border-radius: 20px;
}

.item-category_headline_corporate {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 60px;
    text-transform: uppercase;
    /*background-color: rgba(255, 255, 255,0.7);*/
    background-color: rgba(255, 255, 255);
    color: #000;
    font-weight: bold;
    font-size: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.item_category_image_corporate {
    border-radius: 20px;
}


.item-category_news_tips {
    position: relative;
    text-align: center;
    /*color: white;*/
    /*border: 2px solid rgb(108,110,111);*/
    border-radius: 20px;
}

.item-category_headline_news_tips {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 60px;
    text-transform: uppercase;
    /*background-color: rgba(255, 255, 255,0.7);*/
    background-color: rgba(255, 255, 255);
    color: #000;
    font-weight: bold;
    font-size: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.item_category_image_news_tips {
    border-radius: 20px;
}




.item-category_activity {
    position: relative;
    text-align: center;
    color: white;
}
.item-category_headline_activity {
    position: relative;
    top: 0px;
    width: 100%;
    line-height: 30px;
    background-color: rgba(255, 255, 255);
    color: #000;
    font-size: 15px;
}

.item-category_headline_tips {
    text-align: center;
    width: 100%;
    line-height: 40px;
    background-color: rgba(255, 255, 255);
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.item-category_tips {
    position: relative;
    text-align: center;
    color: white;
}



.bg_corporate {
    background: #e1ece4;
}



.bg_main_ {
    /*background: #a9c8c0;*/
    background: white;
}