/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29.04.2015, 14:27:20
    Author     : Den
*/

.related-wrapper {
    display: block;
    position: relative;
}

.related-head {
    height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: block;
}

.related-body {
/*    margin-left: 6%;
    margin-right: 6%;*/
    
}

.related-title {
    color: #aaaaaa;
    font-family: "Roboto",sans-serif;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.related-block {
    /*max-width: 20%;*/
    max-width: 321px;
    float: left;
}

.related-cont {
    padding-bottom: 30px;
    display: block;
    position: relative;
    
}

.related-wrapper {
    display: block;
    position: relative;
   
}

.light-related{
    margin: 1%;
    width: 23%;
    font-size: 11px;
}
.light-related img{
    width: 100%;
}

@media (min-width: 320px) and (max-width: 616px)  {
    .light-related{
        margin: 2% 0 0 0;
        width: 100%;
        max-width: none;
    }    
}

@media (min-width: 620px)  and (max-width: 1023px)  {
    .light-related{
            margin: 2% 0.5% 0;
            width: 49%;
            max-width: none;
    }    
}

a.onfullwidth{
    background: url(/media/icons/fs.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    z-index: 9999999;
    position: absolute;
    left: 3px;
    top: 3px;
}

a.onfullwidth:hover{
    background-color: rgba(200,200,200,0.7);
}
