.banner{
	width: 100%;
	/*background-image: url('/assets/img/obrazky/banner.png');*/
	/*height: 246px;*/
	/*background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;*/
}

.img-banner{
	width: 100%;
}

.wrapper{
	border-radius: 7px;
	margin-top: -20px;
	background-color: white;
	position: relative;
	/*z-index: 9999;*/
}

.content{
	padding-top: 15px;
}

.logged-dealer-wr,
.not-logged-dealer-wr{
	margin-bottom: -15px;
	padding-top: 10px;
	text-align: right;
}

.logged-dealer-wr span{
	padding: 5px 5px;
}

@media screen and (max-width:440px){
    .logged-dealer{
    	width: 100%;
    }
}

.inf-login-dealer{
  cursor: pointer;
}

.logged-dealer-wr svg{
	vertical-align: middle;
}

.not-logged-dealer-wr .btn.btn-not-logged-in{
	color: #f52828;
    background-color: white;
    font-weight: bold;
    border: 1px solid red;
}