.mpsl-layer.mpsl-button-green,
.mpsl-layer.mpsl-button-green:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 13px;
	padding-left: 28px;
	padding-right: 28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	background-color: #58cf6e;
	text-shadow: 0 1px 0 #17872d;
	-webkit-box-shadow: 0 2px 0 0 #2ea044;
	-moz-box-shadow: 0 2px 0 0 #2ea044;
	box-shadow: 0 2px 0 0 #2ea044
}

.mpsl-layer.mpsl-button-blue,
.mpsl-layer.mpsl-button-blue:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 13px;
	padding-left: 28px;
	padding-right: 28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	background-color: #20b9d5;
	text-shadow: 0 1px 0 #06879f;
	-webkit-box-shadow: 0 2px 0 0 #06879f;
	-moz-box-shadow: 0 2px 0 0 #06879f;
	box-shadow: 0 2px 0 0 #06879f
}

.mpsl-layer.mpsl-button-red,
.mpsl-layer.mpsl-button-red:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 13px;
	padding-left: 28px;
	padding-right: 28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	background-color: #e75d4a;
	text-shadow: 0 1px 0 #c03826;
	-webkit-box-shadow: 0 2px 0 0 #cd3f2b;
	-moz-box-shadow: 0 2px 0 0 #cd3f2b;
	box-shadow: 0 2px 0 0 #cd3f2b
}

.mpsl-layer.mpsl-header-dark,
.mpsl-layer.mpsl-header-white {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 48px;
	letter-spacing: -0.025em
}

.mpsl-layer.mpsl-header-dark {
	color: #000
}

.mpsl-layer.mpsl-header-white {
	color: #fff
}

.mpsl-layer.mpsl-sub-header-dark,
.mpsl-layer.mpsl-sub-header-white {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 26px;
	padding: 14px
}

.mpsl-layer.mpsl-sub-header-dark {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff
}

.mpsl-layer.mpsl-sub-header-white {
	background-color: rgba(255, 255, 255, 0.6);
	color: #000
}

.mpsl-layer.mpsl-text-dark,
.mpsl-layer.mpsl-text-white {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px
}

.mpsl-layer.mpsl-text-dark {
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45)
}

.mpsl-layer.mpsl-text-white {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45)
}

.mpsl-hide-script {
	display: none
}

.motoslider_wrapper .mpsl-edit-btn {
	display: none !important
}

.motoslider_wrapper.ms_loaded .mpsl-edit-btn {
	display: block !important
}

.motoslider_wrapper .mpsl-edit-btn {
	opacity: 0;
	-webkit-transition: opacity ease .5s;
	-moz-transition: opacity ease .5s;
	-o-transition: opacity ease .5s;
	transition: opacity ease .5s;
	text-decoration: none;
	position: absolute;
	top: 23px;
	left: 27px;
	z-index: 10;
	color: #f0f0f0;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	border: medium none;
	outline: 0 none
}

.motoslider_wrapper:hover .mpsl-edit-btn {
	opacity: 1
}