/*
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 : 2016-02-02, 14:56:35
    Author     : Maciej
*/
html {overflow-y: scroll;}
.gallery
{
    
}

.gallery > div:first-child
{
    
   background-color: rgba(0,0,0,0.9);
  
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.gallery a{
     opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    
}
.gallery a:hover{
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */ 
    
}

.gallery > div > div.row
{
    
    padding-bottom: 30px;
}
