.main-menu{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 65px;
	background: #004b8d;
	z-index: 555;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	color: #f3f3f3;
}

#page{
	padding-top: 65px;
}

.main-menu .container{
	display: none;
}

.mobile-logo img{
	height: 48px;
	margin-top: 7px;
}

.mobile-header{
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	position: relative;
}

.menu-button{
	position: absolute;
	top: 13px;
	left: 15px;
	display: block;
	width: 40px;
	height: 40px;
	background: url(/images/elements/menu3.svg) no-repeat 50% 50%;
	background-size: 40px;
}

.main-menu .container{
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	background: #f3f3f3;
	z-index: 1900;
	display: block;
	color: rgb(0, 82, 152);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding-bottom: 15px;
	padding-top: 5px;
	
	display: none;
}

.main-menu .container>span, .dropdown, .dropdown span{
	display: block;
	float: none;
	min-height: 26px;
	line-height: 26px;
	white-space: normal;
}

@media( max-width: 961px ){
	body .enter-slider{
		xheight: 400px;
	}
}



/* BRANDS PHONES */
@media( max-width: 768px ){
	.slide-description{
		padding-top: 20px;
    	padding-left: 15px;
	}
	.brand-description{
		padding-bottom: 10px !important;
	}
	.bx-controls-direction{
		display: none;
	}
	.product-line{
		position: relative;
		top: 0;
    	width: 100%;
    	height: auto;
    	padding-left: 15px;
    	padding-bottom: 10px;
    	
	}
	.product-line img{
		height: 100px;
		max-height: 100px;
	}
	.product-line .line{
		position: relative;
		display: block;
		text-align: left;
	}
}




.main-menu a{
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 2px;
}
.main-menu .lang-v{
	display: inline-block !important;
	margin-top: 10px;
	margin-right: 5px;
}


@media(max-width: 599px){
	.accordionix .title{
		font-size: 17px;
		font-family: Open Sans Condensed, Open Sans, sans-serif;
		letter-spacing: -1px;
		min-height: 52px;
		height: auto;
		font-weight: 700;
	}
}
@media(max-width: 360px){
	.accordionix .title{
		font-size: 16px;
	}
}












