/* 3D effect */
.wonderplugingridgallery-flipy-in,
.wonderplugingridgallery-flipy-out {
    perspective: 1000px;
    -webkit-perspective: 1000px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.wonderplugingridgallery-flipy-out {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}

.wonderplugingridgallery-flipy-in {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

/* categories */
.wonderplugin-gridgallery-tags {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
}

/* top left */
.wonderplugin-gridgallery-tags-topleft {
	box-sizing: border-box;
	text-align: left;
}

.wonderplugin-gridgallery-tags-topleft .wonderplugin-gridgallery-tag {
	display: inline-block;
	cursor: pointer;
	margin: 0px 6px 12px 0px;
}

/* top center */
.wonderplugin-gridgallery-tags-topcenter {
	box-sizing: border-box;
	text-align: center;
}

.wonderplugin-gridgallery-tags-topcenter .wonderplugin-gridgallery-tag {
	display: inline-block;
	cursor: pointer;
	margin: 0px 3px 12px 3px;
}

/* top right */
.wonderplugin-gridgallery-tags-topright {
	box-sizing: border-box;
	text-align: right;
}

.wonderplugin-gridgallery-tags-topright .wonderplugin-gridgallery-tag {
	display: inline-block;
	cursor: pointer;
	margin: 0px 0px 12px 6px;
}

/* bottom left */
.wonderplugin-gridgallery-tags-bottomleft {
	box-sizing: border-box;
	text-align: left;
}

.wonderplugin-gridgallery-tags-bottomleft .wonderplugin-gridgallery-tag {
	display: inline-block;
	cursor: pointer;
	margin: 12px 6px 0px 0px;
}

/* bottom center */
.wonderplugin-gridgallery-tags-bottomcenter {
	box-sizing: border-box;
	text-align: center;
}

.wonderplugin-gridgallery-tags-bottomcenter .wonderplugin-gridgallery-tag {
	display: inline-block;
	cursor: pointer;
	margin: 12px 3px 0px 3px;
}

/* bottom right */
.wonderplugin-gridgallery-tags-bottomright {
	box-sizing: border-box;
	text-align: right;
}

.wonderplugin-gridgallery-tags-bottomright .wonderplugin-gridgallery-tag {
	display: inline-block;
	cursor: pointer;
	margin: 12px 0px 0px 6px;
}

/* left top */
.wonderplugin-gridgallery-tags-lefttop {
	box-sizing: border-box;
	float: left;
	text-align: center;
}

.wonderplugin-gridgallery-tags-lefttop .wonderplugin-gridgallery-tag {
	display: block;
	cursor: pointer;
	margin: 0px 12px 6px 0px;
}

.wonderplugin-gridgallery-tags-lefttop-smallscreen {
	box-sizing: border-box;
	text-align: left;
	float: none;
}

.wonderplugin-gridgallery-tags-lefttop-smallscreen .wonderplugin-gridgallery-tag {
	display: inline-block;
	cursor: pointer;
	margin: 0px 6px 12px 0px;
}

/* right top */
.wonderplugin-gridgallery-tags-righttop {
	box-sizing: border-box;
	float: right;
	text-align: center;
}

.wonderplugin-gridgallery-tags-righttop .wonderplugin-gridgallery-tag {
	display: block;
	cursor: pointer;
	margin: 0px 0px 6px 12px;
}

.wonderplugin-gridgallery-tags-righttop-smallscreen {
	box-sizing: border-box;
	text-align: right;
	float: none;
}

.wonderplugin-gridgallery-tags-righttop-smallscreen .wonderplugin-gridgallery-tag {
	display: inline-block;
	cursor: pointer;
	margin: 0px 0px 12px 6px;
}

/* blue button large */
.wpp-btn-blue-large {
  	display: inline-block;
  	border: none;
  	-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;
}

/* blue button medium */
.wpp-btn-blue-medium {
  	display: inline-block;
  	border: none;
  	-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;
}

/* blue button small */
.wpp-btn-blue-small {
  	display: inline-block;
  	border: none;
  	-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: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}

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

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

/* blue border large */
.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;
}

/* blue border medium */
.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;
}

/* blue border small */
.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: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}

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

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

/* orange button large */
.wpp-btn-orange-large {
  	display: inline-block;
  	border: none;
  	-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;
}

/* orange button medium */
.wpp-btn-orange-medium {
  	display: inline-block;
  	border: none;
  	-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;
}

/* orange button small */
.wpp-btn-orange-small {
  	display: inline-block;
  	border: none;
  	-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: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}

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

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

/* orange border large */
.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;
}

/* orange border medium */
.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;
}

/* orange border small */
.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: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}

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

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

/* white button large */
.wpp-btn-white-large {
  	display: inline-block;
  	border: none;
  	-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;
}

/* white button medium */
.wpp-btn-white-medium {
  	display: inline-block;
  	border: none;
  	-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;
}

/* white button small */
.wpp-btn-white-small {
  	display: inline-block;
  	border: none;
  	-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: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}

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

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

/* white border large */
.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;
}

/* white border medium */
.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;
}

/* white border small */
.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: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}

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

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

/* navy button large */
.wpp-btn-navy-large {
  	display: inline-block;
  	border: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: #334455;
  	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: #445566;
}

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

/* navy button medium */
.wpp-btn-navy-medium {
  	display: inline-block;
  	border: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: #334455;
  	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: #445566;
}

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

/* navy button small */
.wpp-btn-navy-small {
  	display: inline-block;
  	border: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: #334455;
  	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: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}

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

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

/* play button */
.wonderplugin-gridgallery-elem-videobutton.mh-icon-play::before {
    margin-left: 0.28em;
	margin-right: 0.12em;
}