.sidebar-logo{
    background-image:url(../images/yusen-white.png);
    background-size:152px 56px;
    background-repeat:no-repeat;
    width:152px;
    height:56px;
    margin-top:20px;
    margin-left:30px;
}
.lang-item {
	top: 13px;
}
.lang-item-head {
    display: inline-block;
    padding-top: 22px;
}
.widebutton {
	width:100%;
	text-align: center;
}

.lang-chooser {
	
}

.emergency-number {
	max-width:198px;
	float:left;
	position:relative;
	padding-right:10px;
	padding-bottom:1px;
}

.lang-chooser::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    margin-bottom: 10px;
    visibility: hidden;
}

@media (min-width: 0px) and (max-width: 400px) {
	.lang-chooser a {
		float: left;
		padding-bottom: 0;
		width: 32%;
	}
	.square-thumbs a img {
	}
	.round-thumbs a img {
		border-radius: 300px;
	}
	.lang-chooser a:nth-child(3n+1) {
		margin-bottom: 2%;
		margin-right: 1%;
	}
	.lang-chooser a:nth-child(3n+2) {
		margin-bottom: 2%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.lang-chooser a:nth-child(3n+3) {
		margin-bottom: 2%;
		margin-left: 1%;
	}
}
@media (min-width: 400px) and (max-width: 768px) {
	.lang-chooser a {
		float: left;
		width: 23.5%;
	}
	.square-thumbs a img {
	}
	.round-thumbs a img {
		border-radius: 300px;
	}
	.lang-chooser a:nth-child(4n+1) {
		margin-bottom: 2%;
		margin-left: 0;
		margin-right: 1%;
	}
	.lang-chooser a:nth-child(4n+2) {
		margin-bottom: 2%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.lang-chooser a:nth-child(4n+3) {
		margin-bottom: 2%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.lang-chooser a:nth-child(4n+4) {
		margin-bottom: 2%;
		margin-left: 1%;
		margin-right: 0;
	}
}
@media (min-width: 768px) {
	.lang-chooser a {
		float: left;
		padding-bottom: 20px;
		width: 15%;
	}
	.square-thumbs a img {
	}
	.round-thumbs a img {
		border-radius: 300px;
	}
	.lang-chooser a:nth-child(6n+1) {
		margin-bottom: 1%;
		margin-left: 0;
		margin-right: 1%;
	}
	.lang-chooser a:nth-child(6n+2) {
		margin-bottom: 1%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.lang-chooser a:nth-child(6n+3) {
		margin-bottom: 1%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.lang-chooser a:nth-child(6n+4) {
		margin-bottom: 1%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.lang-chooser a:nth-child(6n+5) {
		margin-bottom: 1%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.lang-chooser a:nth-child(6n+6) {
		margin-bottom: 1%;
		margin-left: 1%;
		margin-right: 0;
	}
}