/*
Theme Name: Centrum Ślęza
Author: Jan Kobiałka
Author URI: http://jankobialka.com/
Version: 1.0
Text Domain: centrum-sleza
*/

@media only screen and (min-width: 1200px){
    #zapis-label img{
        width: 60px;
        opacity: 0.8;
        -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    }
    #zapis-label img:hover{
        opacity: 1;
    }
}

@media only screen and (min-width: 992px){
	section#header .logo, section#header .logo img {
		height: 60px;
	}
}