.mWrap {}
.mMove {white-space:nowrap;}
.mWrap,
.mWrap *{
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;      
}
.grab {
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
}
.grabbing { 
	cursor: -moz-grabbing !important;
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important; 
}
.strTools *,
.strTools *:after,
.strTools *:before {
	box-sizing:border-box !important;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;   
}
.mWrap img {
	max-width:none !important;
}
.mWrap {
	width:100%;
	font-size:16px;
	line-height: 1;
	background:none;
}
.str_move {
	cursor:move;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.ticker-wrapper,
.header-ticker-wrapper {
    display: flex; 
    height: 100%; 
    align-items: center;
    overflow: hidden;
}
.ticker-wrapper .ticker-item,
.header-ticker-wrapper .ticker-item {
    display:inline-flex;
    align-items: center;
    white-space: nowrap; 
    margin-right: 27px;
}
.ticker-item span {
    margin-right: 5px;
}
.ticker-wrapper br,
.header-ticker-wrapper br {
    display: none;
}