.header-right-wrapper{
	
}

.site-header.header-contained.is-sticky.no-t.h-on-top.header-fixed.no-scroll .site-logo-div img,.site-header img{
	max-height:110px!important;
	width:auto;
	  -webkit-transition: all 1s ease-in-out;
  /* Safari */
  transition: all 0.5s ease-in-out;
}

.site-header.header-contained.is-sticky.no-t.h-on-top.header-fixed .site-logo-div img{
	max-height:70px!important;
	width:auto;
}

.topimg{
	    margin: 0px !important;
    padding: 0px !important;
}

.enkelt h2{
	background: url(../images/enkelt.png) 0 0 no-repeat;
    padding: 11px 0 5px 47px;
    background-size: 36px;
}

.vk h2{
	background: url(../images/vk.png) 0 0 no-repeat;
    padding: 11px 0 5px 47px;
    background-size: 36px;
}

.minl h2{
    background: url(../images/app.png) 0 -3px no-repeat;
    padding: 11px 0 10px 47px;
    background-size: 39px;
    margin-bottom: -3px;
}

.formularz {
	background: #fdfaf8;
    border-radius: 13px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
    transition: transform 0.5s ease;
    padding: 30px!important;

}