@font-face {
    font-family: Dosis;
    src: url(/skin/fonts/Dosis-Light.ttf);
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Dosis;
    src: url(/skin/fonts/Dosis-Book.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Dosis;
    src: url(/skin/fonts/Dosis-Bold.ttf);
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Dosis;
    src: url(/skin/fonts/Dosis-SemiBold.ttf);
    font-weight: 600;
    font-style: normal
}
* {
    margin: 0;
    padding: 0
}
body{
    background-color:#151515;
    font-family: Dosis;
    font-weight: 400;
}
h1{
    color:#cf1c5c;
    text-transform: uppercase;
    font-size:30px;
}
h2{
    color:#fff;
    text-transform: uppercase;
    font-size:20px;
    margin-bottom: 0;
}
.btnRed{
    background-color:#cf1c5c;
    color:#fff;
    text-transform: uppercase;
    border-radius: none;
}
#rimChoice {
    overflow:hidden;
}
#rimChoice .form-group{
    float:left;
    margin-right: 1%;
    width: 24%;
}



#listItem {
    list-style: none;
    color:#fff;
}

#listItem li {
    width: 100%;
    border-bottom: 1px solid #414141;
    /*border-radius: 10px;*/
    overflow: hidden;
    padding: 20px;
    margin: 20px 0;
}

#listItem li.msg {
    width: 100%;
    border: none
}

#listItem li.loading {
    width: 100%;
    border: none;
    height: 100%;
    padding: 0;
    text-align: center;
}
#listItem li.loading img{
    width: 30%;
    height: auto;
}
#listItem li ul li {
    width: 100%;
    border: none;
    padding: 5px 0;
    margin:0;
}

#listItem li a {
    display: block
}

#listItem li a img {
    display: block;
    margin: 0 auto
}

#listItem li h3 {
    font-size:18px;
    margin-top:10px;
}

.partLeft{
position: relative;
}
.info, .infoMore{color:#9c9c9c;}
.detailJante{ color:#9c9c9c;}
.detailJante span{color:#cf1c5c;}
.sold{width: 100%;height: 200px; background:url(../img/sold.png) center top no-repeat; position:absolute;left:0; top:0; z-index: 999;}