#transport{
    background: url(/static/images/mobile/transport.png?v=1) no-repeat 8px 18px;
    border-bottom: 1px dashed #d2d2d2;
}

#realestate{
    background: url(/static/images/mobile/realestate.png?v=1) no-repeat 4px 10px;
    border-bottom: 1px dashed #d2d2d2;
}

#services{
    background: url(/static/images/mobile/services.png?v=1) no-repeat 8px 10px;
    border-bottom: 1px dashed #d2d2d2;
}

#computers{
    background: url(/static/images/mobile/computers.png?v=1) no-repeat 6px 14px;
    border-bottom: 1px dashed #d2d2d2;
}

#comunication{
    background: url(/static/images/mobile/comunication.png?v=1) no-repeat 12px 14px;
    border-bottom: 1px dashed #d2d2d2;
}

#clothes{
    background: url(/static/images/mobile/clothing.png?v=1) no-repeat 4px 12px;
    border-bottom: 1px dashed #d2d2d2;
}

#childs{
    background: url(/static/images/mobile/family.png?v=1) no-repeat 8px 14px;
}

#technology{
    background: url(/static/images/mobile/technology.png?v=1) no-repeat 4px 14px;
    border-bottom: 1px dashed #d2d2d2;
}

#entertainment{
    background: url(/static/images/mobile/entertainment.png?v=1) no-repeat 4px 14px;
    border-bottom: 1px dashed #d2d2d2;
}

#life{
    background: url(/static/images/mobile/life.png?v=1) no-repeat 6px 10px;
    border-bottom: 1px dashed #d2d2d2;
}

#forumLink{
    background: url(/static/images/mobile/forum.png?v=1) no-repeat 4px 14px;
}

#newItemList{
    background: url(/static/images/svg/ideti.svg) no-repeat 10px 14px;
    border-bottom: 1px dashed #d2d2d2;
	color: #33950e;
}

#newItemList h2, #newItemList span{
	color: #339900;
}

#categTitle {
    list-style: none;
    padding: 0 10px;
    position: relative;
    margin-top: 0;
}

#categTitle li {
    height: 54px;
}

#categTitle h2 {
    padding-top: 10px;
    color: #707070;
    text-decoration: none;
    font-size: 16px;
    padding-left: 50px;
    margin-top: 0;
    font-weight: 500;
}

#categTitle a {
    display: block;
    text-decoration: none;
}

#categTitle span {
    color: #91a2c0;
    margin-top: -12px;
    display: block;
    padding-left: 50px;
    font-size: 12px;
    width: 80%;
    height: 20px;
    line-height:20px;
    overflow-y: hidden;
}

#categTitle em {
    display: block;
    position: absolute;
    margin-right: 0;
    float: right;
    right: 10px;
    margin-top: -34px;
    color: #91A2C0;
    font-size: 12px;
    font-style: normal;
}

/**
Modal notifications windows
 */
.modal-bg{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, .7);
}

.modal{
    top: 50%;
    width: 90%;
    max-width: 500px;
    background-color:#fff;
    position:absolute;
    transform:translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.modal .title{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #b9b9b9;
    padding: 20px 50px;
}
.modal .description{
    color:#494949;
    font-size: 12px;
    padding: 25px 50px;
}
.modal .buttons-container{
    padding: 25px 0;
    text-align: center;
}
.modal .approve-button{
    background-color: #389918;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    height: 49px;
    padding: 0 20px;
    border-bottom: 1px solid #255e0f;
    font-weight: bold;
    font-size: 16px;
}
.modal .approve-button:hover
{
    -webkit-box-shadow: 0 0 4px 0 #A38301;
    -moz-box-shadow: 0 0 4px 0 #A38301;
    box-shadow: 0 0 4px 0 #A38301;
    text-decoration: none;
}
.modal .cancel-button
{
    margin-left: 20px;
    color: #339900;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 13px;
}
.modal .cancel-button:hover
{
    text-decoration: underline;
}
.modal img
{
    margin: 10px auto;
    display:block;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px 0 #606060
}
.close-modal{
    position: absolute;
    right: -15px;
    top: -15px;
    cursor:pointer;
    margin: 0!important;
    border: none!important;
    box-shadow: none!important;
}

.modal .notification-demo-text{
    margin-top: -42px;
    margin-left: -117px;
    font-size: 11px;
    color: #444;
    width: 200px;
    left: 50%;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#infobar{
    text-align:center;
}

#who-are-we-container {
    background-color: #f7f6f4;
}
#who-are-we-container .seperator {
    height: 8px;
    width: 768px;
    opacity: 0.1;
    background: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0) 100%);
}
#whoAreWe {
    border-left: 1px solid #fff;
    display: inline-flex;
    vertical-align: top;
    margin: 0;
}
#whoAreWe #bcg-logo {
    height: 30px;
    width: 85px;
    background-image: url(/static/images/svg/BCG.svg);
    margin-left: 20px;
    margin-top: 20px;
    display: inline-block;
}
#whoAreWe ul {
    list-style-type: none;
    margin: 15px 0 0 25px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 400px;
}
#whoAreWe ul li {
    flex: 0 0 25%;
}

#whoAreWe ul li a {
    color: #606060;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 15px;
}
#whoAreWe ul li a:hover {
    text-decoration: underline;
}
