.ts-mw-icon {background:rgba(255, 143, 0, 0.97);color:rgba(255, 255, 255, 1);}
.ts-mw-pulse:before, .ts-mw-pulse:after {border: 1px solid rgba(255, 143, 0, 0.97);}
.ts-mw-button {right:20px;bottom:20px;}
.ts-mw-block {right:5px;bottom:55px;}
.ts-mw-li a {color:rgba(0, 0, 0, 1)!important;}
.ts-mw-li a:hover {color:rgba(0, 112, 167, 1)!important;}
.ts-mw-button, .ts-mw-icon, .ts-mw-icon i, .ts-mw-icon .slides span img, .ts-mw-block.mw-no-bg img, .ts-mw-pulse {width:55px;height:55px;}
.ts-mw-substrate {background:rgba(0, 0, 0, 0.4);}
.ts-mw-block {transform: scale(0);transition: 0.3s;}
.ts-mw-button.open .ts-mw-block {transform: scale(1);transition: 0.3s;}
@media only screen and (max-width: 768px) {
.ts-mw-button, .ts-mw-icon, .ts-mw-icon i, .ts-mw-icon .slides span img, .ts-mw-block.mw-no-bg img, .ts-mw-pulse {width:55px;height:55px;}
.ts-mw-block {bottom:55px;}
.ts-mw-button {right:20px;bottom:20px;}
}
.ts-link-text {
	display: none;
}
.ts-mw-li span img {
	margin-right: 0;
	width: 45px;
	height: 45px;
}
.ts-mw-block {
	right: 5px;
	padding: 0;
	min-width: 20px;
	background: transparent;
	box-shadow: none;
}
.ts-mw-button.open i:before {
	content: "";
  width: 32px;
  height: 32px;
  background: url('data:image/svg+xml,<svg width="32px" height="32px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="%23FFFFFF"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.207 6.207a1 1 0 0 0-1.414-1.414L12 10.586 6.207 4.793a1 1 0 0 0-1.414 1.414L10.586 12l-5.793 5.793a1 1 0 1 0 1.414 1.414L12 13.414l5.793 5.793a1 1 0 0 0 1.414-1.414L13.414 12l5.793-5.793z" fill="%23FFFFFF"></path></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}