
/** Wonderplugin Carousel Plugin Pro Version
 * Copyright 2019 Magic Hills Pty Ltd All Rights Reserved
 * Website: http://www.wonderplugin.com
 * Version 19.5 
 */
.wpp-btn-blue-large {
	display: inline-block;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: #009cde;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpp-btn-blue-large:hover {
	color: #fff;
	background: #0285d2;
}

.wpp-btn-blue-large:focus {
	outline: 0;
}

.wpp-btn-blue-medium {
	display: inline-block;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: #009cde;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wpp-btn-blue-medium:hover {
	color: #fff;
	background: #0285d2;
}

.wpp-btn-blue-medium:focus {
	outline: 0;
}

.wpp-btn-blue-small {
	display: inline-block;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: #009cde;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wpp-btn-blue-small:hover {
	color: #fff;
	background: #0285d2;
}

.wpp-btn-blue-small:focus {
	outline: 0;
}

.wpp-btn-blueborder-large {
	display: inline-block;
	border: 2px solid #009cde;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #009cde;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpp-btn-blueborder-large:hover {
	color: #fff;
	background: #009cde;
}

.wpp-btn-blueborder-large:focus {
	outline: 0;
}

.wpp-btn-blueborder-medium {
	display: inline-block;
	border: 2px solid #009cde;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #009cde;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wpp-btn-blueborder-medium:hover {
	color: #fff;
	background: #009cde;
}

.wpp-btn-blueborder-medium:focus {
	outline: 0;
}

.wpp-btn-blueborder-small {
	display: inline-block;
	border: 2px solid #009cde;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #009cde;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wpp-btn-blueborder-small:hover {
	color: #fff;
	background: #009cde;
}

.wpp-btn-blueborder-small:focus {
	outline: 0;
}

.wpp-btn-orange-large {
	display: inline-block;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: #f7a020;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpp-btn-orange-large:hover {
	color: #fff;
	background: #ffc030;
}

.wpp-btn-orange-large:focus {
	outline: 0;
}

.wpp-btn-orange-medium {
	display: inline-block;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: #f7a020;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wpp-btn-orange-medium:hover {
	color: #fff;
	background: #ffc030;
}

.wpp-btn-orange-medium:focus {
	outline: 0;
}

.wpp-btn-orange-small {
	display: inline-block;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: #f7a020;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wpp-btn-orange-small:hover {
	color: #fff;
	background: #ffc030;
}

.wpp-btn-orange-small:focus {
	outline: 0;
}

.wpp-btn-orangeborder-large {
	display: inline-block;
	border: 2px solid #f7a020;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #f7a020;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpp-btn-orangeborder-large:hover {
	color: #fff;
	background: #f7a020;
}

.wpp-btn-orangeborder-large:focus {
	outline: 0;
}

.wpp-btn-orangeborder-medium {
	display: inline-block;
	border: 2px solid #f7a020;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #f7a020;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wpp-btn-orangeborder-medium:hover {
	color: #fff;
	background: #f7a020;
}

.wpp-btn-orangeborder-medium:focus {
	outline: 0;
}

.wpp-btn-orangeborder-small {
	display: inline-block;
	border: 2px solid #f7a020;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #f7a020;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wpp-btn-orangeborder-small:hover {
	color: #fff;
	background: #f7a020;
}

.wpp-btn-orangeborder-small:focus {
	outline: 0;
}

.wpp-btn-white-large {
	display: inline-block;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #444;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpp-btn-white-large:hover {
	color: #fff;
	background: #444;
}

.wpp-btn-white-large:focus {
	outline: 0;
}

.wpp-btn-white-medium {
	display: inline-block;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #444;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wpp-btn-white-medium:hover {
	color: #fff;
	background: #444;
}

.wpp-btn-white-medium:focus {
	outline: 0;
}

.wpp-btn-white-small {
	display: inline-block;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #444;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wpp-btn-white-small:hover {
	color: #fff;
	background: #444;
}

.wpp-btn-white-small:focus {
	outline: 0;
}

.wpp-btn-whiteborder-large {
	display: inline-block;
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpp-btn-whiteborder-large:hover {
	color: #444;
	background: #fff;
}

.wpp-btn-whiteborder-large:focus {
	outline: 0;
}

.wpp-btn-whiteborder-medium {
	display: inline-block;
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wpp-btn-whiteborder-medium:hover {
	color: #444;
	background: #fff;
}

.wpp-btn-whiteborder-medium:focus {
	outline: 0;
}

.wpp-btn-whiteborder-small {
	display: inline-block;
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wpp-btn-whiteborder-small:hover {
	color: #444;
	background: #fff;
}

.wpp-btn-whiteborder-small:focus {
	outline: 0;
}

.wpp-btn-navy-large {
	display: inline-block;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: #345;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpp-btn-navy-large:hover {
	color: #fff;
	background: #456;
}

.wpp-btn-navy-large:focus {
	outline: 0;
}

.wpp-btn-navy-medium {
	display: inline-block;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: #345;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wpp-btn-navy-medium:hover {
	color: #fff;
	background: #456;
}

.wpp-btn-navy-medium:focus {
	outline: 0;
}

.wpp-btn-navy-small {
	display: inline-block;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: #345;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wpp-btn-navy-small:hover {
	color: #fff;
	background: #456;
}

.wpp-btn-navy-small:focus {
	outline: 0;
}

.wpp-btn-navyborder-large {
	display: inline-block;
	border: 2px solid #456;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #456;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpp-btn-navyborder-large:hover {
	color: #fff;
	background: #456;
}

.wpp-btn-navyborder-large:focus {
	outline: 0;
}

.wpp-btn-navyborder-medium {
	display: inline-block;
	border: 2px solid #456;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #456;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wpp-btn-navyborder-medium:hover {
	color: #fff;
	background: #456;
}

.wpp-btn-navyborder-medium:focus {
	outline: 0;
}

.wpp-btn-navyborder-small {
	display: inline-block;
	border: 2px solid #456;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #456;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wpp-btn-navyborder-small:hover {
	color: #fff;
	background: #456;
}

.wpp-btn-navyborder-small:focus {
	outline: 0;
}

.wpp-btn-grey-large {
	display: inline-block;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpp-btn-grey-large:hover {
	color: #fff;
	background: #555;
}

.wpp-btn-grey-large:focus {
	outline: 0;
}

.wpp-btn-grey-medium {
	display: inline-block;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wpp-btn-grey-medium:hover {
	color: #fff;
	background: #555;
}

.wpp-btn-grey-medium:focus {
	outline: 0;
}

.wpp-btn-grey-small {
	display: inline-block;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wpp-btn-grey-small:hover {
	color: #fff;
	background: #555;
}

.wpp-btn-grey-small:focus {
	outline: 0;
}

.wpp-btn-greyborder-large {
	display: inline-block;
	border: 2px solid #555;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #555;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpp-btn-greyborder-large:hover {
	color: #fff;
	background: #555;
}

.wpp-btn-greyborder-large:focus {
	outline: 0;
}

.wpp-btn-greyborder-medium {
	display: inline-block;
	border: 2px solid #555;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #555;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wpp-btn-greyborder-medium:hover {
	color: #fff;
	background: #555;
}

.wpp-btn-greyborder-medium:focus {
	outline: 0;
}

.wpp-btn-greyborder-small {
	display: inline-block;
	border: 2px solid #555;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #555;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wpp-btn-greyborder-small:hover {
	color: #fff;
	background: #555;
}

.wpp-btn-greyborder-small:focus {
	outline: 0;
}
