body
{
    margin:0;
    font-family: 'Roboto', sans-serif;
    overflow:hidden;
}
#infoblock
{
    width:248px;
    height:348px;
    background-image:url(../img/prenumerata/background.jpg?c=2);
    background-repeat:no-repeat;
    background-size:auto 65%;
    background-position:-36px 5px;
    position:relative;
    border:1px solid #1272dd;
}
.prenumerata-bt
{
    width:365px;
    height:20px;
    padding-top:3px;
    padding-bottom:2px;
    text-align:center;
    background-color:#1272dd;
    text-transform: uppercase;
    color:white;
    position:absolute;
    right:72px;
    top:15px;
    font-size:13px;
    cursor:pointer;
}
.prenumerata-bt:hover
{
    opacity:0.8;
}
.nav-left
{
    width:35px;
    height:35px;
    position:absolute;
    bottom:15px;
    left:70px;
    background-color:#1272dd;
    padding-top:2px;
    color:white;
    font-weight:bold;
    font-size:22px;
    text-align:center;
    cursor:pointer;
}
.nav-left:hover
{
    opacity:0.8;
}
.nav-right
{
    width:35px;
    height:35px;
    position:absolute;
    bottom:15px;
    right:70px;
    background-color:#1272dd;
    padding-top:2px;
    color:white;
    font-weight:bold;
    font-size:22px;
    text-align:center;
    cursor:pointer;
}
.nav-right:hover
{
    opacity:0.8;
}
.item-visible
{
    width:220px;
    height:250px;
    overflow:hidden;
    left:20px;
    top:50px;
    position:absolute;
}
.item-holder
{
    width:5000px;
    height:200px;
    position:absolute;
    left:0px;
    top:0px;
}
.item
{
    width:210px;
    height:250px;
    float:left;
    margin-right:35px;
    font-size:22px;
    font-weight:bold;
    font-size:14px;
    cursor:pointer;
    position:relative;
}
.item:hover
{
    opacity:0.8;
}
.item .image-holder
{
    width:210px;
    height:180px;
    overflow:hidden;
    text-align:center;
    background-position:center top;
    background-repeat:no-repeat;
    background-size:cover;
    border:1px solid #1272dd;
    margin-bottom:3px;
}
.cost
{
    position:absolute;
    bottom:68px;
    right:-2px;
    text-align:center;
    font-weight:bold;
    font-size:22px;
    padding:5px;
    color:white;
    background-color:#0372DD;
}