
ul.sb-m li+li {
	margin-top: 10px;
}

.sb-m-t {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: -5px;
}

ul.sb-m a {
	font-size: 13px
}

.sb-m-b ul {
	margin: 19px 30px 25px 30px;
}

ul.sb-m+ul.sb-m {
	border-top: 1px solid #ababab;
	margin-top: 25px;
	padding-top: 25px;
}

a.sb-m-h {
	background-color: #00757c;
	background-repeat: no-repeat;
	background-position: 30px center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border: 0;
	color: #fff!important;
	text-transform: uppercase;
	display: table;
	width: 100%;
	padding: 10px 30px;
	font-size: 0;
	height: 62px;
}

html.bx-no-touch a.sb-m-h:hover,
html.bx-touch a.sb-m-h:active {
	background-color: #00555e;
}

a.sb-m-h strong {
	font-size: 14px;
	line-height: 1.1;
	display: table-cell;
	vertical-align: middle;
	padding-left: 60px;
}

.sb-m-h+.sb-m-h {
	margin-top: 10px;
}
