.tpl_1 .mWrap { margin:0;}
	.tpl_1 {
		background:#3081BB;
		line-height:60px;
		font-size:26px;
		font-family: 'Lato', Arial, Helvetica, sans-serif;
		color:#fff;
		text-transform:uppercase;
	}
	
	.tpl_1 .strTools {
		float:left;
	}
	.tpl_1 .strTools .strPause {
		width:60px;
		height:60px;
		position:relative;
		text-indent:-9999px;
		display:block;
		cursor:pointer;
	}
	.tpl_1 .strTools .strPause:after {
		content:'';
		height:20px;
		width:16px;
		border:5px solid #fff;
		border-width:0 5px;
		position:absolute;
		top:50%;
		left:50%;
		margin:-10px 0 0 -8px;
	}
	.tpl_1 .strTools .strPlay {
		width:60px;
		height:60px;
		position:relative;
		text-indent:-9999px;
		display:none;
		cursor:pointer;
	}
	.tpl_1 .strTools .strPlay:after {
		content:'';
		border:10px solid transparent;
		border-left-color:#fff;
		border-right:0;
		border-left-width:16px;
		position:absolute;
		top:50%;
		left:50%;
		margin:-10px 0 0 -8px;
	}
	.tpl_1 .strTools .strPlay:active,
	.tpl_1 .strTools .strPause:active {
		background-color:rgba(0,0,0,0.05);
	}
.mMove a, .mMove a:hover {
text-decoration: underline;
/*color: #6EB3E4;*/
color: #11598C;
}
