#btn-konkurs{
   background:#e3e4e5!important;
   color:#001038!important;
   height:55px;
   width:151px;
   line-height:200%;
   font-weight:900;
   font-size:16px;
   border: 2px solid transparent;
}

#btn-konkurs:hover{
   background:#7c7962!important;
   color:#e3e4e5!important;
   border:2px solid white;
     
}


#third  .btn, #gallery .btn{
        padding:10px 30px;
		margin:0 20px;
		text-transform:uppercase;
		color:#fff;
		border:2px solid transparent;
		transition:200ms;
        background: #e8053a;
        margin-top:3em;

		
    
    
}


#third  .btn:hover, 
#gallery .btn:hover
{
			border-color:black;
            background: #b6042e ;
}
    
#contest {
    display:none;
    
}


#wyniki-konkursu{
    background: #d10019;
    padding: 15px 20px;
    color: white;
    display: inline-block;
    margin-top: 3em;
    
}