/**
 * wppm.plugin.css
 * @version 2.5.2
 */

@font-face {
  font-family: 'wppm_icons';
  src:  url('../fonts/wppm_icons.eot?pn6mhn');
  src:  url('../fonts/wppm_icons.eot?pn6mhn#iefix') format('embedded-opentype'),
    url('../fonts/wppm_icons.ttf?pn6mhn') format('truetype'),
    url('../fonts/wppm_icons.woff?pn6mhn') format('woff'),
    url('../fonts/wppm_icons.svg?pn6mhn#wppm_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"],
.wppm-ajax-nav > a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wppm_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
  content: "\e908";
  color: #00c300;
}

.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-pinterest-square:before {
  content: "\f0d3";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-vk:before {
  content: "\f189";
}
.icon-reddit-square:before {
  content: "\f1a2";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-share-alt:before {
  content: "\e906";
}
.icon-area-chart:before {
  content: "\e901";
}
.icon-image:before {
  content: "\e902";
}
.icon-photo:before {
  content: "\e902";
}
.icon-picture-o:before {
  content: "\e902";
}
.icon-comment:before {
  content: "\e903";
}
.icon-chevron-thin-left:before {
  content: "\e904";
}
.icon-share:before {
  content: "\e907";
}
.icon-star:before {
  content: "\e905";
}
.icon-play_circle_outline:before {
  content: "\e900";
}

.wppm a,
.wppm a:hover {
	border: 0 !important;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after,
.wppm {
	clear: both;
}

.wppm h1,
.wppm h2,
.wppm h3,
.wppm h4,
.wppm h5,
.wppm h6 {
	font-weight: normal;
	text-decoration: none;
	font-weight: 400;
}

.wppm h1 a,
.wppm h2 a,
.wppm h3 a,
.wppm h4 a,
.wppm h5 a,
.wppm h6 a,
.wppm a,
.entry-content .wppm a {
	text-decoration: none;
	box-shadow: none;
}

/* General styles */

.meta-row {
	position: relative;
	margin: 0 -8px 4px;
	line-height: 20px;
}

.entry-title + .meta-row {
	margin-bottom: 8px;
}

.meta-row.row-1 {
	margin-bottom: 8px;
}

.meta-row:after {
	content: "";
	clear: both;
	display: table;
}

.meta-col {
	position: relative;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col-25 {
	float: left;
	width: 25%;
}

.col-40 {
	float: left;
	width: 40%;
}

.col-50 {
	float: left;
	width: 50%;
}

.col-60 {
	float: left;
	width: 60%;
}

.col-75 {
	float: left;
	width: 75%;
}

.text-right {
	text-align: right;
}

.wppm .post-cats,
.wppm .entry-meta {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wppm .entry-meta.custom-format {
	display: block;
	margin-bottom: .25rem;
}

.wppm .post-cats {
	font-size: 0; /* Prevent whitespace */
}

.wppm .post-cats > li,
.wppm .entry-meta > li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.wppm .entry-meta.avatar-enabled > li {
	display: block;
}

.wppm .post-cats {
	margin: 0 -2px;
	line-height: 1;
}

.wppm .post-cats > li {
	padding: 2px;
}

.wppm .entry-meta:not(.avatar-enabled) li:before {
	content: "";
	width: 2px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	background: #999;
	margin: 0 .5em;
}

.wppm .entry-meta li:first-child:before,
.wppm .entry-meta li.publisher-schema + li:before,
.wppm .entry-meta li.hidden + li:before {
	display: none;
}

.wppm .post-cats > li > a {
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	background: rgba(0,0,0,.4);
	display: inline-block;
	padding: 2px 6px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

.wppm .post-cats > li > a:hover,
.wppm .post-cats > li > a.wppm-cat-toggle.active-link {
	color: #fff;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
	background-image: -o-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
	background-image: linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
}

.wppm .tile-content .post-cats > li > a {
	color: rgba(0,0,0,.87);
	background: #fff;
	opacity: .7;
}

.wppm .tile-content .post-cats > li > a:hover,
.wppm .tile-content .post-cats > li > a.wppm-cat-toggle.active-link {
	color: rgba(0,0,0,.87);
	background: #fff;
	opacity: 1;
}

/* Links in submenu of category list */
.wppm .post-cats .submenu {
	position: absolute;
	top: 100%;
	width: 120px;
	max-height: 120px;
	margin: 0;
	padding: 4px 0;
	list-style: none;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	z-index: 199;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.wppm .post-cats .submenu > li {
	display: block;
	font-size: 12px;
	line-height: 1.333333;
}

.wppm .post-cats .submenu > li > a {
	display: block;
	padding: 6px 8px;
	color: #757575;
	word-break: break-word;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}

.wppm .post-cats .submenu > li > a:hover {
	background: rgba(0,0,0,.07);
}

.slide-overlay .entry-meta,
.slide-overlay .entry-meta a,
.slide-overlay .entry-meta .sep {
	color: #ccc;
}

.slide-overlay .entry-meta a:hover {
	color: #fff;
}

.wppm .meta-row .post-views,
.wppm .meta-row .post-comment {
	font-size: 12px;
	line-height: 20px;
	color: inherit;
}

.wppm .meta-row .post-comment:hover {
	color: #424242;
}

.wppm .tile-overlay .meta-row .post-comment:hover {
	color: #fff;
}

.wppm .overlay-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
}

.wppm.grid-list .meta-row .post-comment:hover,
.slide-overlay .meta-row .post-comment:hover {
	color: #fff;
}

.wppm .meta-row .post-views + .post-comment,
.wppm .meta-row .post-views + .wppm-sharing-container,
.wppm .meta-row .post-comment + .wppm-sharing-container {
	margin: 0 0 0 8px;
}

.wppm .meta-row .post-views:after,
.wppm .meta-row .post-comment:after {
 	font-family: 'wppm_icons';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 0 4px;
	display: inline-block;
	color: inherit;
	text-transform: none;
	vertical-align: middle;

	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

.wppm .mts-icon-star:before {
	font-size: 11px;
	line-height: 20px;
	margin: 0 !important;
}

.wppm .meta-row .post-views:after {
    content: "\e901";
}

.wppm .meta-row .post-comment:after {
    content: "\e903";
}

.entry-grid .meta-row.row-3,
.entry-list .meta-row.row-3 {
	padding-top: 4px;
	padding-bottom: 4px;
}

.entry-list.list-small .meta-row.row-3 {
	padding: 0 0 4px;
	margin-bottom: 0;
}

.entry-list.list-small .meta-row.row-3,
.wppm.grid-list .grid-1x1 .meta-row.row-3,
.wppm.grid-list.force-12 .grid-2x2 .meta-row.row-3 {
	font-size: 12px;
	line-height: 1.666667;
}

/* Review stars syling */
.wppm .review-total-only,
.review-result-wrapper {
	position: relative;
	background: transparent;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 1;
	white-space: nowrap;
}

.wppm .review-star {
	margin: 0 auto;
}

.review-star.review-total {
	float: right;
}

.user-total-wrapper small {
	line-height: 24px;
	color: #757575;
}

.wppm .review-result {
	height: 20px;
	color: #FFCA28 !important;
}

.wppm .entry-meta.avatar-enabled {
	padding: 0 0 0 48px;
}

.wppm .meta-row .author-avatar-32 {
	position: absolute;
	width: 32px;
	height: 32px;
	left: 8px;
	top: 0;
	z-index: 1;
	border-radius: 50%;
	overflow: hidden;
}

.wppm .meta-row .author-avatar-32.avatar-only {
	position: relative;
	left: 0;
}

.wppm .meta-row .author-avatar-32 img {
	border-radius: 50%;
}

.publisher-schema,
.hidden {
	display: none !important;
}

.schema-only {
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.readmore-link,
.readmore-link:visited {
	text-transform: uppercase;
	letter-spacing: .25px;
	color: #757575;
}

.readmore-link:hover {
	color: #212121;
}

.grid-overlay .readmore-link,
.grid-overlay .readmore-link:visited {
	color: rgba(255,255,255,.7);
}

.grid-overlay .readmore-link:hover {
	color: #fff;
}

.grid-overlay .readmore-link:focus,
.grid-overlay .readmore-link:active {
	color: rgba(255,255,255,.7);
}

/* Overlays for video and gallery format posts */

.video-overlay,
.gallery-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.2);
	text-align: center;
	color: rgba(255,255,255,.7);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

.circle-img .video-overlay,
.circle-img .gallery-overlay {
	border-radius: 50%;
}

.video-overlay:before,
.gallery-overlay:before {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 48%;
	top: -webkit-calc(50% - 16px);
	top: -moz-calc(50% - 16px);
	top: calc(50% - 16px);

	left: 48%;
	left: -webkit-calc(50% - 16px);
	left: -moz-calc(50% - 16px);
	left: calc(50% - 16px);

	font-family: 'wppm_icons';
    content: "\e900";
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	display: inline;
	color: rgba(255,255,255,.7);
}

.wppm-grid.s3 .video-overlay:before,
.wppm-grid.s3 .gallery-overlay:before {
	width: 16px;
	height: 16px;
	top: 48%;
	top: -webkit-calc(50% - 8px);
	top: -moz-calc(50% - 8px);
	top: calc(50% - 8px);

	left: 48%;
	left: -webkit-calc(50% - 8px);
	left: -moz-calc(50% - 8px);
	left: calc(50% - 8px);

	font-size: 14px;
	line-height: 16px;
}

.gallery-overlay:before {
    content: "\e902";
}

.post-list .video-overlay:before,
.post-list .gallery-overlay:before {
	font-size: 12px;
	line-height: 24px;
	width: 24px;
	height: 24px;

	top: 48%;
	top: -webkit-calc(50% - 12px);
	top: -moz-calc(50% - 12px);
	top: calc(50% - 12px);

	left: 48%;
	left: -webkit-calc(50% - 12px);
	left: -moz-calc(50% - 12px);
	left: calc(50% - 12px);
}

/*.video-overlay:hover:before,
.gallery-overlay:hover:before {
	color: #fff;
}*/

/* Tile Posts */

.wppm-tile {
	margin: -2px;
	padding: 0;
	list-style: none;
}

.wppm-tile > li {
	position: relative;
	margin: 0;
	padding: 2px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .2s opacity ease-in-out;
	-moz-transition: .2s opacity ease-in-out;
	-ms-transition: .2s opacity ease-in-out;
	transition: .2s opacity ease-in-out;
}

.wppm-tile > li.tile-2x2,
.wppm-tile > li.tile-2x1 {
	width: 50%;
}

.wppm-tile > li.tile-1x1 {
	width: 25%;
}

.wppm-tile li .entry-title a,
.wppm-tile li .entry-title a:hover,
.wppm-portfolio .tile-content .entry-title a,
.wppm-portfolio .tile-content .entry-title a:hover {
	color: inherit;
}

.wppm-tile .entry-meta {
	font-size: 12px;
}

.wppm-tile li img {
	width: 100%;
	vertical-align: top;
}

.wppm-tile li.tile-2x2 .entry-title,
.wppm-portfolio .entry-title,
.wppm-portfolio [class*="format-"] .entry-title {
	font-size: 24px;
	line-height: 1.33333;
	margin: 0;
}

.wppm-tile li.tile-1x1 .entry-title,
.wppm-tile li.tile-2x1 .entry-title {
	font-size: 14px;
	line-height: 1.4285714;
	margin-bottom: 0;
}

.tile-content .post-text {
	padding: 8px 0 0;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 20px;
}

.wppm-tile .post-img,
.wppm-tile .entry-meta {
	position: relative;
	margin-bottom: 0;
}

.wppm-tile .featured-title {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 14px;
	line-height: 20px;
	padding: 2px 4px;
	background: #ff5252;
	color: #fff;
	z-index: 1;
}

.wppm-tile .tile-content,
.wppm-portfolio .tile-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

.tile-wrap {
	position: relative;
}

.owl-wrap.wppm-portfolio .tile-content {
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.wppm-tile .tile-overlay,
.wppm-portfolio .tile-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	color: #fff;
	padding: 48px 20px 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.wppm-tile .content-tl .tile-overlay,
.wppm-portfolio .content-tl .tile-overlay,
.wppm-tile li.tile-2x2.content-tl .tile-overlay {
	bottom: auto;
	top: 0;
	padding: 16px 20px 48px;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.7), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.7), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.7), rgba(0,0,0,0));
	background-image: -o-linear-gradient(top, rgba(0,0,0,.7), rgba(0,0,0,0));
	background-image: linear-gradient(top, rgba(0,0,0,.7), rgba(0,0,0,0));
}

/* Content padding variations */

.wppm-portfolio.pad-4 .tile-overlay,
.wppm-tile.pad-4 .tile-overlay {
	padding: 12px 4px 2px;
}

.wppm-portfolio.pad-4 .content-tl .tile-overlay,
.wppm-tile.pad-4 .content-tl .tile-overlay {
	padding: 2px 4px 12px;
}

.wppm-portfolio.pad-8 .tile-overlay,
.wppm-tile.pad-8 .tile-overlay {
	padding: 24px 8px 6px;
}

.wppm-portfolio.pad-8 .content-tl .tile-overlay,
.wppm-tile.pad-8 .content-tl .tile-overlay {
	padding: 6px 8px 24px;
}

.wppm-portfolio.pad-12 .tile-overlay,
.wppm-tile.pad-12 .tile-overlay {
	padding: 36px 12px 8px;
}

.wppm-portfolio.pad-12 .content-tl .tile-overlay,
.wppm-tile.pad-12 .content-tl .tile-overlay {
	padding: 8px 12px 36px;
}

.wppm-portfolio.pad-16 .tile-overlay,
.wppm-tile.pad-16 .tile-overlay {
	padding: 40px 16px 12px;
}

.wppm-portfolio.pad-16 .content-tl .tile-overlay,
.wppm-tile.pad-16 .content-tl .tile-overlay {
	padding: 12px 16px 40px;
}

.wppm-portfolio.pad-24 .tile-overlay,
.wppm-tile.pad-24 .tile-overlay {
	padding: 64px 24px 20px;
}

.wppm-portfolio.pad-24 .content-tl .tile-overlay,
.wppm-tile.pad-24 .content-tl .tile-overlay {
	padding: 20px 24px 64px;
}

.wppm-portfolio.pad-32 .tile-overlay,
.wppm-tile.pad-32 .tile-overlay {
	padding: 72px 32px 28px;
}

.wppm-portfolio.pad-32 .content-tl .tile-overlay,
.wppm-tile.pad-32 .content-tl .tile-overlay {
	padding: 28px 32px 72px;
}

.wppm-portfolio.pad-40 .tile-overlay,
.wppm-tile.pad-40 .tile-overlay {
	padding: 96px 40px 36px;
}

.wppm-portfolio.pad-40 .content-tl .tile-overlay,
.wppm-tile.pad-40 .content-tl .tile-overlay {
	padding: 36px 96px 40px;
}




.wppm-tile .overlay-autobg .tile-content,
.wppm-portfolio .overlay-autobg .tile-content {
	background: rgba(0,0,0,.62);
}

.wppm-tile .overlay-gradient .tile-content,
.wppm-portfolio .overlay-gradient .tile-content {
	background: rgba(136,14,79,.87); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, rgba(136,14,79,.87), rgba(74,20,140,.87));
	background: -o-linear-gradient(bottom right, rgba(136,14,79,.87), rgba(74,20,140,.87));
	background: -moz-linear-gradient(bottom right, rgba(136,14,79,.87), rgba(74,20,140,.87));
	background: linear-gradient(to bottom right, rgba(136,14,79,.87), rgba(74,20,140,.87));
}

.wppm-tile .show-onhover .tile-content,
.wppm-portfolio .show-onhover .tile-content,
.wppm-tile .show-onhover .tile-content,
.wppm-portfolio .show-onhover .tile-content {
	opacity: 0;
}

.wppm-tile .show-onhover:hover .tile-content,
.wppm-portfolio .show-onhover:hover .tile-content,
.wppm-tile .show-onhover:hover .tile-content,
.wppm-portfolio .show-onhover:hover .tile-content {
	opacity: 1;
}

.wppm-tile .show-never .tile-content,
.wppm-portfolio .show-never .tile-content,
.wppm-tile .show-never .tile-content,
.wppm-portfolio .show-never .tile-content {
	display: none;
}

.wppm-tile .overlay-autobg .tile-overlay,
.wppm-portfolio .overlay-autobg .tile-overlay,
.wppm-tile .overlay-gradient .tile-overlay,
.wppm-portfolio .overlay-gradient .tile-overlay,
.wppm-tile li.tile-2x2.overlay-autobg .tile-overlay,
.wppm-tile li.tile-2x2.overlay-gradient .tile-overlay {
	background: transparent !important;
	padding: 20px;
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}

.wppm-tile .overlay-autobg:hover .tile-overlay,
.wppm-portfolio .overlay-autobg:hover .tile-overlay,
.wppm-tile .overlay-gradient:hover .tile-overlay,
.wppm-portfolio .overlay-gradient:hover .tile-overlay,
.wppm-tile li.tile-2x2.overlay-autobg:hover .tile-overlay,
.wppm-tile li.tile-2x2.overlay-gradient:hover .tile-overlay,
.wppm-tile .overlay-autobg.show-always .tile-overlay,
.wppm-portfolio .overlay-autobg.show-always .tile-overlay,
.wppm-tile .overlay-gradient.show-always .tile-overlay,
.wppm-portfolio .overlay-gradient.show-always .tile-overlay,
.wppm-tile li.tile-2x2.overlay-autobg.show-always .tile-overlay,
.wppm-tile li.tile-2x2.overlay-gradient.show-always .tile-overlay {
	opacity: 1;
}

.wppm-tile li.overlay-scrim.show-always:hover .tile-content,
.wppm-tile li.overlay-transparent.show-always:hover .tile-content,
.wppm-portfolio .overlay-scrim.show-always:hover .tile-content,
.wppm-portfolio .overlay-transparent.show-always:hover .tile-content {
	background: rgba(0,0,0,.3);
}

/*.wppm-tile li.tile-2x2 .tile-overlay {
	padding: 48px 20px 16px;
}*/

.wppm-tile.narrow-width li.tile-2x2 {
	width: 100%;
	float: none;
}

.wppm-tile.narrow-width li.tile-1x1 {
	width: 50%;
}

.wppm-tile.narrow-width li:nth-of-type(4),
.wppm-tile.narrow-width li:nth-of-type(6),
.wppm-tile.narrow-width li:nth-of-type(8),
.wppm-tile.s1 > li:nth-of-type(4n+6),
.wppm-tile.s2 > li:nth-of-type(4n+8),
.wppm-tile.s3 > li:nth-of-type(2n+4),
.wppm-tile.s4 > li:nth-of-type(4n+5) {
	clear: both;
}

/* Image effects */

.wppm-tile img,
.wppm-portfolio img {
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
}

.wppm-tile .img-zoomin:hover img,
.wppm-portfolio .img-zoomin:hover img,
.wppm-tile .img-zoomout img,
.wppm-portfolio .img-zoomout img  {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.wppm-tile .img-zoomout:hover img,
.wppm-portfolio .img-zoomout:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.wppm-tile .img-zoominrotate:hover img,
.wppm-portfolio .img-zoominrotate:hover img {
	-webkit-transform: scale(1.2) rotate(4deg);
	-moz-transform: scale(1.2) rotate(4deg);
	-ms-transform: scale(1.2) rotate(4deg);
	transform: scale(1.2) rotate(4deg);
}

.wppm-tile > .img-fadeout:hover img,
.wppm-portfolio > .img-fadeout:hover img {
	opacity: .7;
}

.wppm-tile li.overlay-transparent .tile-overlay,
.wppm-portfolio .overlay-transparent .tile-overlay {
	background: transparent !important;
}

/* Post grid styles */

.wppm-grid,
.wppm-portfolio  {
	position: relative;
	margin: 0 -12px;
}

.wppm-portfolio  {
	margin: -2px;
}

.wppm-portfolio.posts-slider {
	margin: 0;
}

.wppm-grid > .wppm-post,
.wppm-portfolio > .wppm-post {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wppm-portfolio > .wppm-post {
	margin: 0;
	padding: 2px;
}

.wppm-card > .wppm-post:after {
	display: none !important;
}

.wppm-grid.s3 > .wppm-post,
.wppm-grid.s4 > .wppm-post {
	overflow: hidden;
}

.wppm-card-wrap {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	background: #fff;
}

.wppm-card-wrap:hover {
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.4);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.4);
	box-shadow: 0 3px 6px rgba(0,0,0,.4);
}

.wppm-card .wppm-card-wrap .post-img {
	margin: 0;
}

.wppm-card-content {
	position: relative;
	padding: 12px 16px;
}

/* Different gutter widths */
.wppm.gutter-2 {
	margin: 0 -1px;
}

.wppm.gutter-2 > .wppm-post {
	margin: 0 0 2px;
	padding: 0 1px;
}

.wppm.gutter-4 {
	margin: 0 -2px;
}

.wppm.gutter-4 > .wppm-post {
	margin: 0 0 4px;
	padding: 0 2px;
}

.wppm.gutter-6 {
	margin: 0 -3px;
}

.wppm.gutter-6 > .wppm-post {
	margin: 0 0 6px;
	padding: 0 3px;
}

.wppm.gutter-8 {
	margin: 0 -4px;
}

.wppm.gutter-8 > .wppm-post {
	margin: 0 0 8px;
	padding: 0 4px;
}

.wppm.gutter-10 {
	margin: 0 -5px;
}

.wppm.gutter-10 > .wppm-post {
	margin: 0 0 10px;
	padding: 0 5px;
}

.wppm.gutter-12 {
	margin: 0 -6px;
}

.wppm.gutter-12 > .wppm-post {
	margin: 0 0 12px;
	padding: 0 6px;
}

.wppm.gutter-16 {
	margin: 0 -8px;
}

.wppm.gutter-16 > .wppm-post {
	margin: 0 0 16px;
	padding: 0 8px;
}

.wppm.gutter-20 {
	margin: 0 -10px;
}

.wppm.gutter-20 > .wppm-post {
	margin: 0 0 20px;
	padding: 0 10px;
}

.wppm.gutter-24 {
	margin: 0 -12px;
}

.wppm.gutter-24 > .wppm-post {
	margin: 0 0 24px;
	padding: 0 12px;
}

.wppm.gutter-28 {
	margin: 0 -14px;
}

.wppm.gutter-28 > .wppm-post {
	margin: 0 0 28px;
	padding: 0 14px;
}

.wppm.gutter-30 {
	margin: 0 -15px;
}

.wppm.gutter-30 > .wppm-post {
	margin: 0 0 30px;
	padding: 0 15px;
}

.wppm.gutter-32 {
	margin: 0 -16px;
}

.wppm.gutter-32 > .wppm-post {
	margin: 0 0 32px;
	padding: 0 16px;
}

.wppm.gutter-40 {
	margin: 0 -20px;
}

.wppm.gutter-40 > .wppm-post {
	margin: 0 0 40px;
	padding: 0 20px;
}

.wppm.gutter-50 {
	margin: 0 -25px;
}

.wppm.gutter-50 > .wppm-post {
	margin: 0 0 50px;
	padding: 0 25px;
}

.wppm.gutter-60 {
	margin: 0 -30px;
}

.wppm.gutter-60 > .wppm-post {
	margin: 0 0 60px;
	padding: 0 30px;
}

.wppm.gutter-70 {
	margin: 0 -35px;
}

.wppm.gutter-70 > .wppm-post {
	margin: 0 0 70px;
	padding: 0 35px;
}

/* Tile gutters */
.wppm-tile.gutter-2 {
	margin: -1px;
}

.wppm-tile.gutter-2 > li {
	padding: 1px;
}

.wppm-tile.gutter-4 {
	margin: -2px;
}

.wppm-tile.gutter-4 > li {
	padding: 2px;
}

.wppm-tile.gutter-6 {
	margin: -3px;
}

.wppm-tile.gutter-6 > li {
	padding: 3px;
}

.wppm-tile.gutter-8 {
	margin: -4px;
}

.wppm-tile.gutter-8 > li {
	padding: 4px;
}

.wppm-tile.gutter-10 {
	margin: -5px;
}

.wppm-tile.gutter-10 > li {
	padding: 5px;
}

.wppm-tile.gutter-12 {
	margin: -6px;
}

.wppm-tile.gutter-12 > li {
	padding: 6px;
}

.wppm-tile.gutter-16 {
	margin: -8px;
}

.wppm-tile.gutter-16 > li {
	padding: 8px;
}

.wppm-tile.gutter-20 {
	margin: -10px;
}

.wppm-tile.gutter-20 > li {
	padding: 10px;
}

.wppm-tile.gutter-24 {
	margin: -12px;
}

.wppm-tile.gutter-24 > li {
	padding: 12px;
}

.wppm-tile.gutter-28 {
	margin: -14px;
}

.wppm-tile.gutter-28 > li {
	padding: 14px;
}

.wppm-tile.gutter-30 {
	margin: -15px;
}

.wppm-tile.gutter-30 > li {
	padding: 15px;
}

.wppm-tile.gutter-32 {
	margin: -16px;
}

.wppm-tile.gutter-32 > li {

	padding: 16px;
}

.wppm-tile.gutter-40 {
	margin: -20px;
}

.wppm-tile.gutter-40 > li {
	padding: 20px;
}

.wppm-tile.gutter-50 {
	margin: -25px;
}

.wppm-tile.gutter-50 > li {
	padding: 25px;
}

.wppm-tile.gutter-60 {
	margin: -30px;
}

.wppm-tile.gutter-60 > li {
	padding: 30px;
}

.wppm-tile.gutter-70 {
	margin: -35px;
}

.wppm-tile.gutter-70 > li {
	padding: 35px;
}

/* Grid styles */
.wppm-grid:not(.no-border) > .wppm-post:after,
.wppm-grid:not(.no-border) .owl-item:after {
	content: "";
	display: block;
	padding-top: 8px;
	border-bottom: 1px solid rgba(0,0,0,.12);
	clear: both;
}

.wppm.columns-1 > .wppm-post{
	float: none;
}

.wppm.columns-2 > .wppm-post {
	width: 50%;
}

.wppm.columns-3 > .wppm-post {
	width: 33.3333%;
}

.wppm.columns-4 > .wppm-post {
	width: 25%;
}

.wppm.columns-5 > .wppm-post {
	width: 20%;
}

.wppm.columns-6 > .wppm-post {
	width: 16.666666%;
}

.wppm.columns-7 > .wppm-post {
	width: 14.285714%;
}

.wppm.columns-8 > .wppm-post {
	width: 12.5%;
}

.wppm.columns-9 > .wppm-post {
	width: 11.111111%;
}

.wppm.columns-10 > .wppm-post {
	width: 10%;
}

.wppm.columns-2 > .wppm-post:nth-of-type(2n+1),
.wppm.columns-3 > .wppm-post:nth-of-type(3n+1),
.wppm.columns-4 > .wppm-post:nth-of-type(4n+1),
.wppm.columns-5 > .wppm-post:nth-of-type(5n+1),
.wppm.columns-6 > .wppm-post:nth-of-type(6n+1),
.wppm.columns-6 > .wppm-post:nth-of-type(7n+1),
.wppm.columns-6 > .wppm-post:nth-of-type(8n+1),
.wppm.columns-6 > .wppm-post:nth-of-type(9n+1),
.wppm.columns-6 > .wppm-post:nth-of-type(10n+1), {
	clear: both;
}

.post-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.post-img > a {
	position: relative;
	display: block;
}

.wppm-grid .post-img {
	margin-bottom: 12px;
}

.wppm-grid .entry-title + .post-img {
	padding-top: 4px;
}

.post-img img {
	vertical-align: top;
	width: 100%;
}

.post-img .wp-caption-text {
	margin-bottom: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .625rem;
	line-height: 1.2;
	color: #bbb;
	text-align: right;
}

.wppm-card .post-img .wp-caption-text,
.wppm-portfolio .post-img .wp-caption-text,
.wppm-tile .post-img .wp-caption-text {
	position: absolute;
	right: 0;
	padding: .2em;
	z-index: 9;
	background: #000;
	color: #fff;
	opacity: .45;
	top: 0;
}

.wppm-card .post-img .wp-caption-text {
	top: auto;
	bottom: 0;
}

.circle-img .post-img .wp-caption-text {
	text-align: center;
}

.post-img .wp-caption-text a {
	color: inherit !important;
	text-decoration: none;
}

.post-img .wp-caption-text a:hover {
	color: inherit !important;
	text-decoration: underline !important;
}

.wppm-portfolio .post-img img {
	width: 100%;
	vertical-align: top;
}

.wppm-grid.s3 .post-img,
.wppm-grid.s4 .post-img {
	max-width: 33.333%;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wppm-grid.s3 .post-img {
	float: left;
	padding: 4px 12px 8px 0;
}

.wppm-grid.s4 .post-img {
	float: right;
	padding: 4px 0 8px 12px;
}

.wppm-grid.s4 .post-text {
	float: left;
	max-width: 66.66%;
}

/* Sub style split ratios */
.wppm-grid.s3.split-20-80 .post-img,
.wppm-grid.s4.split-20-80 .post-img {
	max-width: 20%;
}

.wppm-grid.s4.split-20-80 .post-text {
	max-width: 80%;
}

.wppm-grid.s3.split-25-75 .post-img,
.wppm-grid.s4.split-25-75 .post-img {
	max-width: 25%;
}

.wppm-grid.s4.split-25-75 .post-text {
	max-width: 75%;
}

.wppm-grid.s3.split-30-70 .post-img,
.wppm-grid.s4.split-30-70 .post-img {
	max-width: 30%;
}

.wppm-grid.s4.split-30-70 .post-text {
	max-width: 70%;
}

.wppm-grid.s3.split-33-66 .post-img,
.wppm-grid.s4.split-33-66 .post-img {
	max-width: 33%;
}

.wppm-grid.s4.split-33-66 .post-text {
	max-width: 67%;
}

.wppm-grid.s3.split-40-60 .post-img,
.wppm-grid.s4.split-40-60 .post-img {
	max-width: 40%;
}

.wppm-grid.s4.split-40-60 .post-text {
	max-width: 60%;
}

.wppm-grid.s3.split-50-50 .post-img,
.wppm-grid.s4.split-50-50 .post-img {
	max-width: 50%;
}

.wppm-grid.s4.split-50-50 .post-text {
	max-width: 50%;
}

.wppm-grid .entry-title,
.wppm-grid [class*="format-"] .entry-title,
.wppm-list .entry-title,
.wppm-list [class*="format-"] .entry-title {
	font-size: 24px;
	line-height: 1.33333;
	margin: 0 0 8px;
}

.wppm-grid .post-text,
.wppm-list .post-text {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: normal;
}

.wppm-grid .post-text {
	margin-bottom: 8px;
}

/*.wppm-grid .meta-row.row-3,
.wppm-list .meta-row.row-3 {
	padding-top: 4px;
}*/

.wppm .entry-meta,
.wppm .meta-row {
	font-size: 12px;
	line-height: 20px;
	color: #757575;
	clear: both;
}

.wppm .meta-row.cat-row {
	margin-bottom: 8px;
}

.wppm .entry-meta.avatar-enabled {
	padding: 0 0 0 52px;
}

.wppm .meta-row .author-avatar-40 {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 8px;
	top: 0;
	z-index: 1;
	border-radius: 50%;
	overflow: hidden;
}

.wppm .meta-row .author-avatar-40 img {
	border-radius: 50%;
}

.wppm-tile .row-3 {
	margin-bottom: 0;
}

.wppm-list .row-3 {
	margin-bottom: 0;
}

.wppm-list .post-text + .meta-row {
	margin-top: 8px;
}

.wppm-grid.s4 .meta-row.date-row {
	float: left;
}

.wppm .meta-row a,
.wppm .entry-meta a {
	color: inherit;
	white-space: nowrap;
}

.wppm .meta-row a:hover,
.wppm .entry-meta a:hover {
	color: #424242;
}

.tile-content .entry-meta,
.tile-content .meta-row,
.tile-content .meta-row a,
.tile-content .entry-meta a {
	color: inherit;
}

.wppm.wppm-tile .entry-meta a:hover {
	color: inherit;
}

.tile-content .meta-row.row-3,
.tile-content .meta-row.row-2 {
	margin: 8px -8px 0;
}

.tile-content .post-text + .meta-row.row-3 {
	margin-top: 8px;
}

.tile-content .meta-row a:hover {
	color: inherit;
}

.first-grid {
	clear: both;
}

/* Post list styles */

.wppm-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wppm-list.columns-1 {
	margin: 0;
}

.wppm-list.posts-slider {
	margin: 0;
}

.wppm-list > .wppm-post {
	position: relative;
	margin: 0 0 24px;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wppm-list.columns-1 > .wppm-post {
	padding: 0;
}

.wppm-list:not(.columns-1) > .wppm-post {
	float: left;
}

.wppm-list .post-img-wrap,
.wppm-list .post-content {
	position: relative;
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wppm-list .post-img-wrap {
	padding: 0 24px 0 0;
}

.wppm-list.circle-img .post-img-wrap img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.wppm-list.split-10-90 .post-img-wrap {
	width: 10%;
}

.wppm-list.split-10-90 .post-content {
	width: 90%;
}

.wppm-list.split-15-85 .post-img-wrap {
	width: 15%;
}

.wppm-list.split-15-85 .post-content {
	width: 85%;
}

.wppm-list.split-20-80 .post-img-wrap {
	width: 20%;
}

.wppm-list.split-20-80 .post-content {
	width: 80%;
}

.wppm-list.split-25-75 .post-img-wrap {
	width: 25%;
}

.wppm-list.split-25-75 .post-content {
	width: 75%;
}

.wppm-list.split-30-70 .post-img-wrap {
	width: 30%;
}

.wppm-list.split-30-70 .post-content {
	width: 70%;
}

.wppm-list.split-33-66 .post-img-wrap {
	width: 33%;
}

.wppm-list.split-33-66 .post-content {
	width: 67%;
}

.wppm-list.split-40-60 .post-img-wrap {
	width: 40%;
}

.wppm-list.split-40-60 .post-content {
	width: 60%;
}

.wppm-list.split-50-50 .post-img-wrap {
	width: 50%;
}

.wppm-list.split-50-50 .post-content {
	width: 50%;
}

.wppm-list.split-60-40 .post-img-wrap {
	width: 60%;
}

.wppm-list.split-60-40 .post-content {
	width: 40%;
}

.wppm-list .no-image .post-content {
	width: 100% !important;
}

/* List style gutters */
.wppm-list.full-border .wppm-post:after,
.wppm-list.content-border .post-content:after {
	position: absolute;
	content: "";
	clear: both;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.12);
	bottom: 0;
	left: 0;
	right: 0;
}

.wppm-list.gutter-70 .wppm-post {
	margin-bottom: 70px;
}

.wppm-list.list-gutter-70 .post-img-wrap {
	padding: 0 70px 70px 0;
}

.wppm-list.content-left.list-gutter-70 .post-img-wrap {
	padding: 0 0 70px 70px;
}

.wppm-list.list-gutter-70 .post-content {
	padding-bottom: 66px;
}

.wppm-list:not(.columns-1).gutter-70.full-border .wppm-post:after {
	left: 35px;
	right: 35px;
}

.wppm-list.gutter-60 .wppm-post {
	margin-bottom: 60px;
}

.wppm-list.list-gutter-60 .post-img-wrap {
	padding: 0 60px 60px 0;
}

.wppm-list.content-left.list-gutter-60 .post-img-wrap {
	padding: 0 0 60px 60px;
}

.wppm-list.list-gutter-60 .post-content {
	padding-bottom: 56px;
}

.wppm-list:not(.columns-1).gutter-60.full-border .wppm-post:after {
	left: 30px;
	right: 30px;
}

.wppm-list.gutter-50 .wppm-post {
	margin-bottom: 50px;
}

.wppm-list.list-gutter-50 .post-img-wrap {
	padding: 0 50px 50px 0;
}

.wppm-list.content-left.list-gutter-50 .post-img-wrap {
	padding: 0 0 50px 50px;
}

.wppm-list.list-gutter-50 .post-content {
	padding-bottom: 46px;
}

.wppm-list:not(.columns-1).gutter-50.full-border .wppm-post:after {
	left: 25px;
	right: 25px;
}

.wppm-list.gutter-40 .wppm-post {
	margin-bottom: 40px;
}

.wppm-list.list-gutter-40 .post-img-wrap {
	padding: 0 40px 40px 0;
}

.wppm-list.content-left.list-gutter-40 .post-img-wrap {
	padding: 0 0 40px 40px;
}

.wppm-list.list-gutter-40 .post-content {
	padding-bottom: 36px;
}

.wppm-list:not(.columns-1).gutter-40.full-border .wppm-post:after {
	left: 20px;
	right: 20px;
}

.wppm-list.gutter-32 .wppm-post {
	margin-bottom: 32px;
}

.wppm-list.list-gutter-32 .post-img-wrap {
	padding: 0 32px 32px 0;
}

.wppm-list.content-left.list-gutter-32 .post-img-wrap {
	padding: 0 0 32px 32px;
}

.wppm-list.list-gutter-32 .post-content {
	padding-bottom: 28px;
}

.wppm-list:not(.columns-1).gutter-32.full-border .wppm-post:after {
	left: 16px;
	right: 16px;
}

.wppm-list.gutter-30 .wppm-post {
	margin-bottom: 30px;
}

.wppm-list.list-gutter-30 .post-img-wrap {
	padding: 0 30px 30px 0;
}

.wppm-list.content-left.list-gutter-30 .post-img-wrap {
	padding: 0 0 30px 30px;
}

.wppm-list.list-gutter-30 .post-content {
	padding-bottom: 26px;
}

.wppm-list:not(.columns-1).gutter-30.full-border .wppm-post:after {
	left: 15px;
	right: 15px;
}

.wppm-list.gutter-28 .wppm-post {
	margin-bottom: 28px;
}

.wppm-list.list-gutter-28 .post-img-wrap {
	padding: 0 28px 28px 0;
}

.wppm-list.content-left.list-gutter-28 .post-img-wrap {
	padding: 0 0 28px 28px;
}

.wppm-list.list-gutter-28 .post-content {
	padding-bottom: 26px;
}

.wppm-list:not(.columns-1).gutter-28.full-border .wppm-post:after {
	left: 14px;
	right: 14px;
}

.wppm-list.gutter-24 .wppm-post {
	margin-bottom: 24px;
}

.wppm-list.list-gutter-24 .post-img-wrap {
	padding: 0 24px 24px 0;
}

.wppm-list.content-left.list-gutter-24 .post-img-wrap {
	padding: 0 0 24px 24px;
}

.wppm-list.list-gutter-24 .post-content {
	padding-bottom: 20px;
}

.wppm-list:not(.columns-1).gutter-24.full-border .wppm-post:after {
	left: 12px;
	right: 12px;
}

.wppm-list.gutter-20 .wppm-post {
	margin-bottom: 20px;
}

.wppm-list.list-gutter-20 .post-img-wrap {
	padding: 0 20px 20px 0;
}

.wppm-list.content-left.list-gutter-20 .post-img-wrap {
	padding: 0 0 20px 20px;
}

.wppm-list.list-gutter-20 .post-content {
	padding-bottom: 16px;
}

.wppm-list:not(.columns-1).gutter-20.full-border .wppm-post:after {
	left: 10px;
	right: 10px;
}

.wppm-list.gutter-16 .wppm-post {
	margin-bottom: 16px;
}

.wppm-list.list-gutter-16 .post-img-wrap {
	padding: 0 16px 16px 0;
}

.wppm-list.content-left.list-gutter-16 .post-img-wrap {
	padding: 0 0 16px 16px;
}

.wppm-list.list-gutter-16 .post-content {
	padding-bottom: 10px;
}

.wppm-list:not(.columns-1).gutter-16.full-border .wppm-post:after {
	left: 8px;
	right: 8px;
}

.wppm-list.gutter-12 .wppm-post {
	margin-bottom: 12px;
}

.wppm-list.list-gutter-12 .post-img-wrap {
	padding: 0 12px 12px 0;
}

.wppm-list.content-left.list-gutter-12 .post-img-wrap {
	padding: 0 0 12px 12px;
}

.wppm-list.list-gutter-12 .post-content {
	padding-bottom: 10px;
}

.wppm-list:not(.columns-1).gutter-12.full-border .wppm-post:after {
	left: 6px;
	right: 6px;
}

.wppm-list.gutter-10 .wppm-post {
	margin-bottom: 10px;
}

.wppm-list.list-gutter-10 .post-img-wrap {
	padding: 0 10px 10px 0;
}

.wppm-list.content-left.list-gutter-10 .post-img-wrap {
	padding: 0 0 10px 10px;
}

.wppm-list.list-gutter-10 .post-content {
	padding-bottom: 10px;
}

.wppm-list:not(.columns-1).gutter-10.full-border .wppm-post:after {
	left: 5px;
	right: 5px;
}

.wppm-list.gutter-8 .wppm-post {
	margin-bottom: 8px;
}

.wppm-list.list-gutter-8 .post-img-wrap {
	padding: 0 8px 8px 0;
}

.wppm-list.content-left.list-gutter-8 .post-img-wrap {
	padding: 0 0 8px 8px;
}

.wppm-list.list-gutter-8 .post-content {
	padding-bottom: 6px;
}

.wppm-list:not(.columns-1).gutter-8.full-border .wppm-post:after {
	left: 4px;
	right: 4px;
}

.wppm-list.gutter-6 .wppm-post {
	margin-bottom: 6px;
}

.wppm-list.list-gutter-6 .post-img-wrap {
	padding: 0 6px 6px 0;
}

.wppm-list.content-left.list-gutter-6 .post-img-wrap {
	padding: 0 0 6px 6px;
}

.wppm-list.list-gutter-6 .post-content {
	padding-bottom: 4px;
}

.wppm-list:not(.columns-1).gutter-6.full-border .wppm-post:after {
	left: 3px;
	right: 3px;
}

.wppm-list.gutter-4 .wppm-post {
	margin-bottom: 4px;
}

.wppm-list.list-gutter-4 .post-img-wrap {
	padding: 0 4px 4px 0;
}

.wppm-list.content-left.list-gutter-4 .post-img-wrap {
	padding: 0 0 4px 4px;
}

.wppm-list.list-gutter-4 .post-content {
	padding-bottom: 4px;
}

.wppm-list:not(.columns-1).gutter-4.full-border .wppm-post:after {
	left: 2px;
	right: 2px;
}

.wppm-list.gutter-2 .wppm-post {
	margin-bottom: 2px;
}

.wppm-list.list-gutter-2 .post-img-wrap {
	padding: 0 2px 2px 0;
}

.wppm-list.content-left.list-gutter-2 .post-img-wrap {
	padding: 0 0 2px 2px;
}

.wppm-list.list-gutter-2 .post-content {
	padding-bottom: 2px;
}

.wppm-list:not(.columns-1).gutter-2.full-border .wppm-post:after {
	left: 1px;
	right: 1px;
}

.wppm-list.no-border .post-img-wrap,
.wppm-list.no-border .post-content {
	padding-bottom: 0 !important;
}

.wppm.no-last-border > .wppm-post:last-child {
	margin-bottom: 0;
}

.wppm-list.full-border.no-last-border .wppm-post:last-child:after,
.wppm-list.content-border.no-last-border .wppm-post:last-child .post-content:after,
.wppm-grid.no-last-border > .wppm-post:last-child:after,
.wppm-grid.no-last-border .owl-item:after {
	border: 0;
	padding-top: 0;
}

@media only screen and (max-width: 840px) {

	.wppm.columns-3 > .wppm-post.first-grid {
		clear: none;
	}

	.wppm.columns-3 > .wppm-post,
	.wppm.columns-4 > .wppm-post,
	.wppm.columns-5 > .wppm-post,
	.wppm.columns-6 > .wppm-post,
	.wppm.columns-7 > .wppm-post,
	.wppm.columns-8 > .wppm-post,
	.wppm.columns-9 > .wppm-post,
	.wppm.columns-10 > .wppm-post {
		width: 50%;
		clear: none !important;
	}

	.wppm > .wppm-post:nth-of-type(2n+1) {
		clear: both !important;
	}

	.wppm-tile li.tile-2x2,
	.wppm-tile > li.tile-2x1 {
		width: 100%;
		float: none;
	}

	.wppm-tile li.tile-1x1 {
		width: 50%;
	}

	.wppm-portfolio.columns-2 > .wppm-post,
	.wppm-portfolio.columns-3 > .wppm-post,
	.wppm-portfolio.columns-4 > .wppm-post,
	.wppm-portfolio.columns-5 > .wppm-post,
	.wppm-portfolio.columns-6 > .wppm-post,
	.wppm-portfolio.columns-7 > .wppm-post,
	.wppm-portfolio.columns-8 > .wppm-post,
	.wppm-portfolio.columns-9 > .wppm-post,
	.wppm-portfolio.columns-10 > .wppm-post, {
		width: 50%;
		clear: none;
	}

	.wppm-portfolio > .wppm-post:nth-of-type(2n+1) {
		clear: both;
	}
}

@media only screen and (max-width: 480px) {

	.wppm.columns-2 > .wppm-post,
	.wppm.columns-3 > .wppm-post.first-grid,
	.wppm.columns-3 > .wppm-post,
	.wppm.columns-4 > .wppm-post,
	.wppm.columns-5 > .wppm-post,
	.wppm.columns-6 > .wppm-post,
	.wppm.columns-7 > .wppm-post,
	.wppm.columns-8 > .wppm-post,
	.wppm.columns-9 > .wppm-post,
	.wppm.columns-10 > .wppm-post,
	.wppm-list.mobile-wide .post-img-wrap,
	.wppm-list.mobile-wide .post-content {
		float: none;
		clear: both;
		width: 100%;
		display: block;
	}

	.wppm-tile li.tile-2x2,
	.wppm-tile li.tile-1x1,
	.wppm-tile li.tile-2x1,
	.wppm-tile.narrow-width li.tile-1x1	{
		width: 100%;
		float: none;
	}
	.wppm-tile li.tile-2x2 .entry-title {
		font-size: 14px;
		line-height: 1.4285714;
		margin-bottom: 0;
	}

	.wppm-tile li.tile-2x2 .post-text {
		display: none;
	}
}

.post-img.has-caption {
	margin-bottom: 0;
}

/*.post-img.has-caption,
.post-img-wrap.has-caption {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}*/

.content-left .post-img-wrap,
.content-left .post-content {
	display: block;
	float: right;
}

/* Owl Carousel */
.wppm .owl-carousel .owl-item {
  -webkit-backface-visibility: visible !important;
}

.wppm .owl-carousel .owl-item > .wppm-post {
	margin-bottom: 0;
}

.wppm .owl-carousel .item {
	position: relative;
}

.wppm .owl-carousel.owl-loading {
	max-height: 144px;
	overflow: hidden;
}

.wppm .product-carousel .products {
	opacity: 1;
}

.wppm .product-carousel .products.owl-loaded {
	opacity: 1;
}

.wppm .owl-carousel .owl-item img {
	width: 100%;
}

.wppm .owl-carousel {
	margin-bottom: 0;
}

.wppm-grid .owl-carousel {
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Owl Controls */
.wppm .owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color:transparent;
}

.wppm .owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.wppm .owl-theme .owl-dots {
	position: relative;
	padding-top: 12px;
	bottom: auto;
}

.wppm .owl-theme .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	*display:inline;
	margin: 0 2px;
	padding: 6px 4px;
	vertical-align: middle;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

.wppm .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: rgba(128,128,128,.7);
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.wppm .owl-theme .owl-dots .owl-dot.active span,
.wppm .owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(77,77,77,.7);
}

.wppm .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	top: -webkit-calc(50% - 20px);
	top: -moz-calc(50% - 20px);
	top: -o-calc(50% - 20px);
	top: calc(50% - 20px);
	width: 100%;
	height: 0;
	opacity: 0;

	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

.wppm .owl-carousel:hover .owl-nav {
	opacity: 1;
}

.wppm .owl-prev,
.wppm .owl-next {
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,.62);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	opacity: .5;

	background-image: none !important;
}

.wppm .owl-prev {
	float: left;
	margin-left: 0;
}

.wppm-grid .owl-prev {
	margin-left: 12px;
}

.wppm .owl-next {
	float: right;
	margin-right: 0;
}

.wppm-grid .owl-next {
	margin-right: 12px;
}

.wppm .owl-carousel:hover .owl-prev {
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.wppm .owl-carousel:hover .owl-next {
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
}

.wppm .owl-carousel:hover .owl-prev:hover,
.wppm .owl-carousel:hover .owl-next:hover {
	opacity: 1;
}

.wppm .owl-prev:before,
.wppm .owl-next:after {
	font-family: 'wppm_icons';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 1.66667;
	line-height: 40px;
	text-transform: none;
	text-align: center;
	vertical-align: middle;

	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

.wppm .owl-prev:before {
	content: "\e904";
}

.wppm .owl-next:after {
	content: "\e904";
	-webkit-transform: rotateZ(180deg); /* Chrome, Safari, Opera */
	-moz-transform: rotateZ(180deg); /* IE 9 */
	-ms-transform: rotateZ(180deg); /* IE 9 */
	transform: rotateZ(180deg);
}

/* Row and column helper classes */

.wppm-row {
	position: relative;
	margin-left: -12px;
	margin-right: -12px;
}

.wppm-row:after {
	content: "";
	clear: both;
	display: table;
}

.wppm-col {
	position: relative;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wppm-col-25,
.wppm-col-33,
.wppm-col-40,
.wppm-col-50,
.wppm-col-60,
.wppm-col-66,
.wppm-col-75 {
	float: left;
}

.wppm-col-25 {
	width: 25%;
}

.wppm-col-33 {
	width: 33.3333%;
}

.wppm-col-40 {
	width: 40%;
}

.wppm-col-50 {
	width: 50%;
}

.wppm-col-60 {
	width: 60%;
}

.wppm-col-66 {
	width: 66.6666%;
}

.wppm-col-75 {
	width: 75%;
}

.bottom-0 {
	margin-bottom: 0;
}

.bottom-4 {
	margin-bottom: 4px;
}

.bottom-8 {
	margin-bottom: 8px;
}

.bottom-12 {
	margin-bottom: 12px;
}

.bottom-16 {
	margin-bottom: 16px;
}

.bottom-20 {
	margin-bottom: 20px;
}

.bottom-24 {
	margin-bottom: 24px;
}

.bottom-32 {
	margin-bottom: 32px;
}

.bottom-48 {
	margin-bottom: 48px;
}

.text-14 .entry-title,
.wppm-tile.text-14 li.tile-2x2 .entry-title,
.wppm-portfolio.text-14 .entry-title,
.wppm-portfolio.text-14 [class*="format-"] .entry-title,
.wppm-grid.text-14 .entry-title,
.wppm-grid.text-14 [class*="format-"] .entry-title,
.wppm-list.text-14 .entry-title,
.wppm-list.text-14 [class*="format-"] .entry-title {
	font-size: 14px;
	line-height: 1.4285714;
}

.text-18 .entry-title,
.wppm-tile.text-18 li.tile-2x2 .entry-title,
.wppm-portfolio.text-18 .entry-title,
.wppm-portfolio.text-18 [class*="format-"] .entry-title,
.wppm-grid.text-18 .entry-title,
.wppm-grid.text-18 [class*="format-"] .entry-title,
.wppm-list.text-18 .entry-title,
.wppm-list.text-18 [class*="format-"] .entry-title {
	font-size: 18px;
	line-height: 1.333333;
}

.text-20 .entry-title,
.wppm-tile.text-20 li.tile-2x2 .entry-title,
.wppm-portfolio.text-20 .entry-title,
.wppm-portfolio.text-20 [class*="format-"] .entry-title,
.wppm-grid.text-20 .entry-title,
.wppm-grid.text-20 [class*="format-"] .entry-title,
.wppm-list.text-20 .entry-title,
.wppm-list.text-20 [class*="format-"] .entry-title {
	font-size: 20px;
	line-height: 1.4;
}

@media only screen and (max-width: 840px) {

	.wppm-col-25,
	.wppm-col-33,
	.wppm-col-40,
	.wppm-col-50,
	.wppm-col-60,
	.wppm-col-66,
	.wppm-col-75 {
		width: 100%;
	}

}

/* Tabs */
.wppm-tabber {
	position: relative;
}

.wppm-tabs {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 56px;
	overflow-y: hidden;
	overflow-x: auto;
	list-style: none;
	font-size: 0;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.ui-tabs-collapsible .wppm-tabs {
	margin-bottom: 24px;
}

.wppm-tabs li {
	position: relative;
	display: inline-block;
	z-index: 2;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.714286;
}

.wppm-tabs li a {
	display: inline-block;
	padding: 12px 16px 10px;
	color: rgba(0,0,0,.54);
	font-size: 14px;
	line-height: 1.7142857;
	font-weight: 500;
	border-bottom: 2px solid transparent;
	text-shadow: none;
	box-shadow: none;
	outline: none;
}

.wppm-tabs li a:hover {
	color: #424242;
	border-bottom-color: #e0e0e0;
}

.wppm-tabs li.ui-tabs-active {
	z-index: 2;
}

.wppm-tabs li.ui-tabs-active a {
	color: #424242;
	border-bottom-color: #f44336;
}

.wppm-tabbed {
	clear: both;
	position: relative;
	margin: 0;
	padding: 1.5em 0 0;
	left: auto;
	max-width: 100%;
	min-width: 100%;
	display: block;
	opacity: 1;
	transition: .3s opacity ease-in-out;
}

.hidden-tab {
	position: absolute;
	left: -999999px;
	opacity: 0;
}

.to-render {
	display: none;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {

    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);

    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.publisher-schema {
	display: none !important;
}

/* Custom font sizes */

.wppm .entry-title.fs-11,
.wppm .post-text.fs-11 {
	font-size: 11px;
	line-height: 1.818182;
}

.wppm.fs-12,
.wppm .entry-title.fs-12,
.wppm-tile li.tile-2x2 .entry-title.fs-12,
.wppm-tile li.tile-1x1 .entry-title.fs-12,
.wppm-tile li.tile-2x1 .entry-title.fs-12 {
	font-size: 12px;
	line-height: 1.66667;
}

.wppm .post-text.fs-12 {
	font-size: 12px;
	line-height: 1.66667;
}

.wppm.fs-13,
.wppm .entry-title.fs-13,
.wppm-tile li.tile-2x2 .entry-title.fs-13,
.wppm-tile li.tile-1x1 .entry-title.fs-13,
.wppm-tile li.tile-2x1 .entry-title.fs-13 {
	font-size: 13px;
	line-height: 20px;
}

.wppm .post-text.fs-13 {
	font-size: 13px;
	line-height: 20px;
}

.wppm.fs-14,
.wppm .entry-title.fs-14,
.wppm .post-text.fs-14,
.wppm-tile li.tile-2x2 .entry-title.fs-14,
.wppm-tile li.tile-1x1 .entry-title.fs-14,
.wppm-tile li.tile-2x1 .entry-title.fs-14 {
	font-size: 14px;
	line-height: 20px;
}

.wppm.fs-16,
.wppm .entry-title.fs-16,
.wppm .post-text.fs-16,
.wppm-tile li.tile-2x2 .entry-title.fs-16,
.wppm-tile li.tile-1x1 .entry-title.fs-16,
.wppm-tile li.tile-2x1 .entry-title.fs-16 {
	font-size: 16px;
	line-height: 24px;
}

.wppm.fs-18,
.wppm .entry-title.fs-18,
.wppm .post-text.fs-18,
.wppm-tile li.tile-2x2 .entry-title.fs-18,
.wppm-tile li.tile-1x1 .entry-title.fs-18,
.wppm-tile li.tile-2x1 .entry-title.fs-18 {
	font-size: 18px;
	line-height: 28px;
}

.wppm.fs-20,
.wppm .entry-title.fs-20,
.wppm .post-text.fs-20,
.wppm-tile li.tile-2x2 .entry-title.fs-20,
.wppm-tile li.tile-1x1 .entry-title.fs-20,
.wppm-tile li.tile-2x1 .entry-title.fs-20 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 4px;
}

.wppm.fs-24,
.wppm .entry-title.fs-24,
.wppm .post-text.fs-24,
.wppm-tile li.tile-2x2 .entry-title.fs-24,
.wppm-tile li.tile-1x1 .entry-title.fs-24,
.wppm-tile li.tile-2x1 .entry-title.fs-24 {
	font-size: 24px;
	line-height: 32px;
}

.wppm.fs-30,
.wppm .entry-title.fs-30,
.wppm .post-text.fs-30,
.wppm-tile li.tile-2x2 .entry-title.fs-30,
.wppm-tile li.tile-1x1 .entry-title.fs-30,
.wppm-tile li.tile-2x1 .entry-title.fs-30 {
	font-size: 30px;
	line-height: 36px;
}

.wppm.fs-34,
.wppm .entry-title.fs-34,
.wppm .post-text.fs-34,
.wppm-tile li.tile-2x2 .entry-title.fs-34,
.wppm-tile li.tile-1x1 .entry-title.fs-34,
.wppm-tile li.tile-2x1 .entry-title.fs-34 {
	font-size: 34px;
	line-height: 45px;
}

.wppm .entry-title.fs-11,
.wppm .entry-title.fs-12,
.wppm .entry-title.fs-13,
.wppm .entry-title.fs-14 {
	margin-bottom: 4px;
}

.wppm .entry-title.fs-16,
.wppm .entry-title.fs-18 {
	margin-bottom: 4px;
}

/* Font weights */

.wppm .fw-100 {
	font-weight: 100;
}

.wppm .fw-200 {
	font-weight: 200;
}

.wppm .fw-300 {
	font-weight: 300;
}

.wppm .fw-400 {
	font-weight: 400;
}

.wppm .fw-500 {
	font-weight: 500;
}

.wppm .fw-600 {
	font-weight: 600;
}

.wppm .fw-700 {
	font-weight: 700;
}

.wppm .fw-800 {
	font-weight: 800;
}

.wppm .fw-900 {
	font-weight: 900;
}


[class^="mts-icon-"]:before,
[class*=" mts-icon-"]:before {
  font-family: 'wppm_icons' !important;
}

[class*="mts-icon-loader"]:before {
  font-family: 'wppm_icons' !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.mts-icon-star:before { content: '\e905' !important; }
.mts-icon-loader:before { content: '\e905' !important; }


/* Ajax nav links */
.wppm-ajax-posts {
	position: relative;
	overflow: hidden;
	padding-bottom: 16px;
}

.wppm-ajax-posts .wppm-portfolio {
	margin-bottom: 12px;
}

.wppm-ajax-posts .wppm-tile {
	margin-bottom: 24px;
}

.wppm-ajax-posts:after,
.wppm-ajax-nav:after {
	content: "";
	clear: both;
	display: table;
}

.wppm-ajax-posts .wppm.wppm-hide {
	opacity: 0;
}

.wppm-ajax-nav {
	position: absolute;
	width: 100%;
	bottom: 0;
	clear: both;
	font-size: 12px;
	color: #777;
	z-index: 999;
}

.wppm-ajax-nav a {
	position: relative;
	border: 1px solid rgba(0,0,0,.24);
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
	text-indent: -99999px;
	width: 30px;
	height: 20px;
	text-align: center;
	background: transparent;
	display: inline-block;
	border-radius: 2px;
	color: inherit;
}

.wppm-ajax-nav a:not(.disabled):hover,
.wppm-ajax-nav a:not(.disabled):active {
	background: #9e9e9e;
	border-color: #9e9e9e;
	color: #fff;
}

.wppm-ajax-nav a:not(.disabled):hover:before,
.wppm-ajax-nav a:not(.disabled):active:before {
	color: #fff;
}

.wppm-ajax-nav a:before {
	position: absolute;
	left: 0;
	right: 0;
	line-height: 20PX;
	text-indent: 0;
	content: "\e904";
}

.wppm-ajax-nav .next-link:before {
	-webkit-transform: rotateZ(180deg); /* Chrome, Safari, Opera */
	-moz-transform: rotateZ(180deg); /* IE 9 */
	-ms-transform: rotateZ(180deg); /* IE 9 */
	transform: rotateZ(180deg);
}

.wppm-ajax-nav .disabled {
	opacity: .5;
	cursor: default;
}

.wppm-ajax-nav .nav-status {
	display: inline-block;
	float: right;
}

.fade-in-top {
	animation: fadeInTop ease-in-out .8s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	animation-fill-mode: forwards; /*when the spec is finished*/
	-webkit-animation: fadeInTop ease-in-out .8s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
	-moz-animation: fadeInTop ease-in-out .8s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-moz-animation-fill-mode: forwards; /*FF 5+*/
	-o-animation: fadeInTop ease-in-out .8s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-o-animation-fill-mode: forwards; /*Not implemented yet*/
	-ms-animation: fadeInTop ease-in-out .8s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
	-ms-animation-fill-mode: forwards; /*IE 10+*/
}

@keyframes fadeInTop {
  0% {
    opacity:0;
	transform: translateY(-10px);
  }
  100% {
  	transform: translateY(0);
    opacity:1;
	z-index: 999;
  }
}

@-moz-keyframes fadeInTop{
  0% {
    opacity:0;
	-moz-transform: translateY(-10px);
  }
  100% {
  	-moz-transform: translateY(0);
    opacity:1;
	z-index: 999;
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity:0;
	-webkit-transform: translateY(-10px);
  }
  100% {
  	-webkit-transform: translateY(0);
    opacity:1;
	z-index: 999;
  }
}

@-o-keyframes fadeInTop {
  0% {
    opacity:0;
	-o-transform: translateY(-10px);
  }
  100% {
  	-o-transform: translateY(0);
    opacity:1;
	z-index: 999;
  }
}

@-ms-keyframes fadeInTop {
  0% {
    opacity:0;
	-ms-transform: translateY(-10px);
  }
  100% {
  	-ms-transform: translateY(0);
    opacity:1;
	z-index: 999;
  }
}

.fade-out-half {
  animation: fadeOutHalf ease-in-out .4s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards; /*when the spec is finished*/
  -webkit-animation: fadeOutHalf ease-in-out .4s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: fadeOutHalf ease-in-out .4s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards; /*FF 5+*/
  -o-animation: fadeOutHalf ease-in-out .4s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards; /*Not implemented yet*/
  -ms-animation: fadeOutHalf ease-in-out .4s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards; /*IE 10+*/
}

@keyframes fadeOutHalf{
  0% {
    opacity:1;
  }
  100% {
    opacity: .2;
  }
}

@-moz-keyframes fadeOutHalf{
  0% {
    opacity:1;
  }
  100% {
    opacity: .2;
  }
}

@-webkit-keyframes fadeOutHalf {
  0% {
    opacity:1;
  }
  100% {
    opacity: .2;
  }
}

@-o-keyframes fadeOutHalf {
  0% {
    opacity:1;
  }
  100% {
    opacity: .2;
  }
}

@-ms-keyframes fadeOutHalf {
  0% {
    opacity:1;
  }
  100% {
    opacity: .2;
  }
}

.fade-out-full {
	animation: fadeOutFull ease-in-out .4s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	animation-fill-mode: forwards; /*when the spec is finished*/
	-webkit-animation: fadeOutFull ease-in-out .4s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
	-moz-animation: fadeOutFull ease-in-out .4s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-moz-animation-fill-mode: forwards; /*FF 5+*/
	-o-animation: fadeOutFull ease-in-out .4s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-o-animation-fill-mode: forwards; /*Not implemented yet*/
	-ms-animation: fadeOutFull ease-in-out .4s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
	-ms-animation-fill-mode: forwards; /*IE 10+*/

	position:absolute;
	left: 0;
	right: 0;
	top: 0;
}

@keyframes fadeOutFull{
  0% {
    opacity: .2;
  }
  100% {
    opacity: 0;
	z-index: -999;
  }
}

@-moz-keyframes fadeOutFull{
  0% {
    opacity: .2;
  }
  100% {
    opacity: 0;
	z-index: -999;
  }
}

@-webkit-keyframes fadeOutFull {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 0;
	z-index: -999;
  }
}

@-o-keyframes fadeOutFull {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 0;
	z-index: -999;
  }
}

@-ms-keyframes fadeOutFull {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 0;
	z-index: -999;
  }
}

/* Flag headings */
.wppm-title {
	position: relative;
	display: block;
}

.wppm-title .main-text {
	margin: 0;
	padding: 0 .4em;
	display: inline-block;
	color: #fff;
	background: #757575;
}

.wppm-title.st-flag.rounded .main-text {
	border-radius: 4px 4px 0 0;
}

.wppm-title.st-label.rounded .main-text {
	border-radius: 4px;
}

.wppm-title.st-bordered .main-text,
.wppm-title.st-bar .main-text,
.wppm-title.st-plain .main-text {
	color: inherit;
	background: none !important;
	padding: 0;
}

.wppm-title.st-bar:before {
	content: "";
	position: absolute;
	width: 100%;
	display: block;
	height: 1em;
	top: 20%;
	top: -webkit-calc(50% - .5em);
	top: -moz-calc(50% - .5em);
	top: calc(50% - .5em);
	background: #f5f5f5;
}

.wppm-title.st-bar .main-text,
.wppm-title.st-bar .sub-text {
	position: relative;
	padding: 0 8px 0 0;
	background: #fff !important;
}

.wppm-title.st-bar .sub-text {
	padding: 0 0 0 8px;
}

.wppm-title.text-uc .main-text {
	text-transform: uppercase;
}

.wppm-title.text-spaced .main-text {
	letter-spacing: 1px;
}

.wppm-title.st-flag:after,
.wppm-title.st-bordered:after {
	content: "";
	display: block;
	border-bottom: 2px solid #757575;
	margin-top: -2px;
}

.wppm-title.st-bordered:after {
	border-bottom: 1px solid;
	margin-top: -1px;
	border-color:  rgba(0,0,0,.24) !important;
}

.wppm-title > .sub-text {
	float: right;
	display: inline-block;
	color: #9e9e9e;
}

.wppm-title > a.sub-text:hover {
	color: #757575;
}

/* Inline Labels */
.ss-label {
	display: inline-block;
	padding: 0 0.35em;
	font-size: inherit;
	line-height: inherit;
	color: #fff;
	background-color: #212121;
	border-radius: 2px;
}

.ss-label.red,
.inline-btn.red,
.wppm-title.red .main-text {
	background-color: #f44336;
}

.wppm-title.red:after {
	border-bottom-color: #f44336;
}

.ss-label.orange,
.inline-btn.orange,
.wppm-title.orange .main-text {
	background-color: #ff9800;
}

.wppm-title.orange:after {
	border-bottom-color: #ff9800;
}

.ss-label.green,
.inline-btn.green,
.wppm-title.green .main-text {
	background-color: #689F38;
}

.wppm-title.green:after {
	border-bottom-color: #689F38;
}

.ss-label.blue,
.inline-btn.blue,
.wppm-title.blue .main-text {
	background-color: #2196f3;
}

.wppm-title.blue:after {
	border-bottom-color: #2196f3;
}

.ss-label.dark-blue,
.inline-btn.dark-blue,
.wppm-title.blue .main-text {
	background-color: #1a237e;
}

.wppm-title.blue:after {
	border-bottom-color: #1a237e;
}

.ss-label.aqua,
.inline-btn.aqua,
.wppm-title.aqua .main-text {
	background-color: #009688;
}

.wppm-title.aqua:after {
	border-bottom-color: #009688;
}

.ss-label.brown,
.inline-btn.brown,
.wppm-title.brown .main-text {
	background-color: #795548;
}

.wppm-title.brown:after {
	border-bottom-color: #795548;
}

.ss-label.grey,
.inline-btn.grey,
.wppm-title.grey .main-text {
	background-color: #607d8b;
}

.wppm-title.grey:after {
	border-bottom-color: #607d8b;
}

.ss-label.indigo,
.inline-btn.indigo,
.wppm-title.indigo .main-text {
	background-color: #3f51b5;
}

.wppm-title.indigo:after {
	border-bottom-color: #3f51b5;
}

.ss-label.teal,
.inline-btn.teal,
.wppm-title.teal .main-text {
	background-color: #009688;
}

.wppm-title.teal:after {
	border-bottom-color: #009688;
}

.ss-label.cyan,
.inline-btn.cyan,
.wppm-title.cyan .main-text {
	background-color: #0097a7;
}

.wppm-title.cyan:after {
	border-bottom-color: #0097a7;
}

.ss-label.deep-orange,
.inline-btn.deep-orange,
.wppm-title.deep-orange .main-text {
	background-color: #ff5722;
}

.wppm-title.deep-orange:after {
	border-bottom-color: #ff5722;
}

.ss-label.pink,
.inline-btn.pink,
.wppm-title.pink .main-text {
	background-color: #C2185B;
}

.wppm-title.pink:after {
	border-bottom-color: #C2185B;
}

/* Font Sizes */
.wppm-title.fs-12 {
	font-size: 12px;
	line-height: 20px;
}

.wppm-title.fs-13 {
	font-size: 13px;
	line-height: 24px;
}

.wppm-title.fs-14 {
	font-size: 14px;
	line-height: 28px;
}

.wppm-title.fs-16 {
	font-size: 16px;
	line-height: 28px;
}

.wppm-title.fs-18 {
	font-size: 18px;
	line-height: 32px;
}

.wppm-title.fs-20 {
	font-size: 20px;
	line-height: 32px;
}

.wppm-title.fs-24 {
	font-size: 24px;
	line-height: 36px;
}

.wppm .text-dark,
.wppm .text-dark .tile-overlay {
	color: rgba(0,0,0,.7);
}

/* News Ticker */
.wppm-ticker-container {
	position: relative;
}

.ticker-label {
	position: absolute;
	background: #f44336;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	padding: 0 8px;
}

.wppm-ticker {
	margin: 0;
	padding: 0;
	height: 32px;
	background: #f5f5f5;
	overflow-y: hidden;
	overflow-x: hidden;
	font-size: 0;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.wppm-ticker span {
	display: inline-block;
	margin: 0 8px;
	font-size: 14px;
	line-height: 32px;
}

.wppm-ticker a {
	color: rgba(0,0,0,.7);
}

.wppm-ticker a:hover {
	color: rgba(0,0,0,.87);
}

/* Bottom margins */
.btm-0 { margin-bottom: 0; }
.btm-2 { margin-bottom: 2; }
.btm-4 { margin-bottom: 4px; }
.btm-6 { margin-bottom: 6px; }
.btm-8 { margin-bottom: 8px; }
.btm-10 { margin-bottom: 10px; }
.btm-12 { margin-bottom: 12px; }
.btm-16 { margin-bottom: 16px; }
.btm-20 { margin-bottom: 20px; }
.btm-18 { margin-bottom: 18px; }
.btm-20 { margin-bottom: 20px; }
.btm-24 { margin-bottom: 24px; }
.btm-30 { margin-bottom: 30px; }
.btm-32 { margin-bottom: 32px; }
.btm-36 { margin-bottom: 36px; }
.btm-40 { margin-bottom: 40px; }
.btm-50 { margin-bottom: 50px; }
.btm-60 { margin-bottom: 60px; }
.btm-70 { margin-bottom: 70px; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
	opacity: 1;
	}

	100% {
	opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
	opacity: 1;
	}

	100% {
	opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.wppm-card .owl-stage-outer {
	padding: 8px;
	margin: 0 -8px;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
	.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/* Social sharing */
.wppm-sharing-container {
	position: relative;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: bottom;
}

.share-trigger {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	text-align: center;
}

.share-trigger:before,
.wppm-sharing li a:before {
	font-family: 'wppm_icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 20px;
	content: '\e907';
}

.wppm-sharing:not(.inline) {
	position: absolute !important;
	bottom: 0;
	right: 0;
	margin: 0 !important;
	list-style: none !important;
	background: #fff;
	padding: 4px 0 !important;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 120px;
	text-align: left;
	box-shadow: 0 2px 3px rgba(0,0,0,.3);

	z-index: 105;
	opacity: 0;
	visibility: visible;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: .3s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: .3s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: .3s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: .3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: .3s cubic-bezier(0.4, 0, 0.2, 1);

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.wppm-sharing.inline {
	margin: 0 0 -4px;
	padding: 8px 8px 0;
	list-style: none;
	clear: both;
}

.wppm-sharing.card-active {
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.wppm-sharing li {
	position: relative;
	padding: 0 !important;
}

.wppm-sharing li a {
	font-size: 12px;
	line-height: 20px;
	padding: 4px 12px 4px 36px;
	color: inherit;
	display: block;
	text-align: left;
}

.wppm-sharing li a:hover {
	color: inherit;
	background: #f5f5f5;
}

.wppm-sharing.inline li {
	display: inline-block;
	width: 24px;
	margin: 0 2px 4px;
}

.wppm-sharing.inline li a {
	padding: 0;
	text-indent: -9999px;
}

.wppm-sharing.inline li a:hover {
	background: transparent;
	opacity: .7;
}

.tile-content .wppm-sharing li a,
.tile-content .wppm-sharing li a:hover {
	color: #757575;
}

.wppm-sharing li a:before {
	position: absolute;
	left: 12px;
	top: 4px;
	font-size: 16px;
	text-indent: 0;
}

.wppm-sharing.inline li a:before {
	left: 0;
	top: 0;
	font-size: 20px;
}

.wppm-tile .wppm-sharing.inline li a:before {
	color: #fff;
}

.wppm-sharing .wppm-twitter a:before {
	content: '\f081';
	color: #3cf;
}

.wppm-sharing .wppm-facebook a:before {
	content: '\f082';
	color: #3c5a98;
}

.wppm-sharing .wppm-whatsapp a:before {
	content: '\f232';
	color: #090;
}

.wppm-sharing .wppm-googleplus a:before {
	content: '\f0d4';
	color: #dd5044;
}

.wppm-sharing .wppm-linkedin a:before {
	content: '\f08c';
	color: #007fb1;
}

.wppm-sharing .wppm-pinterest a:before {
	content: '\f0d3';
	color: #c33;
}

.wppm-sharing .wppm-vkontakte a:before {
	content: '\f189';
	color: #45688e;
}

.wppm-sharing .wppm-reddit a:before {
	content: '\f1a2';
	color: #f33;
}

.wppm-sharing .wppm-line a:before {
	content: "\e908";
	color: #00c300;
}

.wppm-sharing .wppm-email a:before {
	content: '\f0e0';
	color: #607d8b;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f5f5f5;
	clip: auto;
	display: block;
	height: auto;
	line-height: normal;
	padding: 16px 24px;
	position: absolute;
	left: 4px;
	top: 4px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.24);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.24);
	box-shadow: 0 1px 3px rgba(0,0,0,.24);
}

/* Loading animation */
.wppm-ajax-loadmore {
	position: relative;
	text-align: center;
}

.wppm-loading {
	min-height: 200px;
}

.bullet-list + .wppm-ajax-loadmore {
	margin-top: 16px;
}

.wppm-ajax-loadmore.wppm-loading {
	min-height: 1px;
}

.wppm-ajax-loadmore.wppm-loading .wppm-more-link {
	opacity: .3;
}

.wppm-ajax-loadmore.wppm-loading .wppm-loading-spinner {
	bottom: auto;
	top: 1.125em;
}

.wppm-more-link {
	font-size: 1rem;
	line-height: inherit;
	margin: 0 auto;
	padding: .25em 1em;
	text-align: center;
	display: block;
	max-width: 300px;
	border: 1px solid #ccc;
	color: #757575;
	transition: .3s;
	border-radius: 3px;
}

.wppm-more-link:hover {
	background: #757575;
	border-color: #757575;
	color: #fff;
}

.wppm-more-link.disabled {
	display: none;
}

.wppm-loading-animation {
	height: 0;
	transition: height .3s;
}

.wppm-spinner-ie {
	background: transparent url(../images/loading.gif) center center no-repeat;
	min-height: 40px;
}

.wppm-spinner {
  width: 32px;
  height: 32px;
  margin: 16px auto;
  background-color: #2196F3;

  border-radius: 100%;  
  -webkit-animation: scaleToggle .6s infinite ease-in-out;
  -moz-animation: scaleToggle .6s infinite ease-in-out;
  -0-animation: scaleToggle .6s infinite ease-in-out;
  animation: scaleToggle .6s infinite ease-in-out;
}

@-webkit-keyframes scaleToggle {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@-moz-keyframes scaleToggle {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@-o-keyframes scaleToggle {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleToggle {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.cf-inline .ajax-loader {
	position: absolute;
	top: calc(50% - 8px);
	right: calc(50% - 8px);
	background: none !important;
}

.wppm-loading-spinner {
	display: none;
}

.wppm-loading .wppm-loading-spinner,
div.wpcf7 .wpcf7-form .ajax-loader {
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	box-shadow: 10px 10px rgba(17,17,17,0.98), -10px 10px rgba(204,204,204,0.98), -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223);
		-o-box-shadow: 10px 10px rgba(17,17,17,0.98), -10px 10px rgba(204,204,204,0.98), -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223);
		-ms-box-shadow: 10px 10px rgba(17,17,17,0.98), -10px 10px rgba(204,204,204,0.98), -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223);
		-webkit-box-shadow: 10px 10px rgba(17,17,17,0.98), -10px 10px rgba(204,204,204,0.98), -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223);
		-moz-box-shadow: 10px 10px rgba(17,17,17,0.98), -10px 10px rgba(204,204,204,0.98), -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223);
	animation: cssload-spin ease infinite 2.2s;
		-o-animation: cssload-spin ease infinite 2.2s;
		-ms-animation: cssload-spin ease infinite 2.2s;
		-webkit-animation: cssload-spin ease infinite 2.2s;
		-moz-animation: cssload-spin ease infinite 2.2s;
}

@keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 10px 10px rgb(79,77,73), -10px 10px rgb(223,223,223), -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223);
	}
	25% {
		box-shadow: -10px 10px rgb(223,223,223), -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223), 10px 10px rgb(79,77,73);
	}
	50% {
		box-shadow: -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223), 10px 10px rgb(79,77,73), -10px 10px rgb(223,223,223);
	}
	75% {
		box-shadow: 10px -10px #dfdfdf, 10px 10px #4f4d49, -10px 10px #dfdfdf, -10px -10px #4f4d49;
	}
}

@-o-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 10px 10px rgb(79,77,73), -10px 10px rgb(223,223,223), -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223);
	}
	25% {
		box-shadow: -10px 10px rgb(223,223,223), -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223), 10px 10px rgb(79,77,73);
	}
	50% {
		box-shadow: -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223), 10px 10px rgb(79,77,73), -10px 10px rgb(223,223,223);
	}
	75% {
		box-shadow: 10px -10px #dfdfdf, 10px 10px #4f4d49, -10px 10px #dfdfdf, -10px -10px #4f4d49;
	}
}

@-ms-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 10px 10px rgb(79,77,73), -10px 10px rgb(223,223,223), -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223);
	}
	25% {
		box-shadow: -10px 10px rgb(223,223,223), -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223), 10px 10px rgb(79,77,73);
	}
	50% {
		box-shadow: -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223), 10px 10px rgb(79,77,73), -10px 10px rgb(223,223,223);
	}
	75% {
		box-shadow: 10px -10px #dfdfdf, 10px 10px #4f4d49, -10px 10px #dfdfdf, -10px -10px #4f4d49;
	}
}

@-webkit-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 10px 10px rgb(79,77,73), -10px 10px rgb(223,223,223), -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223);
	}
	25% {
		box-shadow: -10px 10px rgb(223,223,223), -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223), 10px 10px rgb(79,77,73);
	}
	50% {
		box-shadow: -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223), 10px 10px rgb(79,77,73), -10px 10px rgb(223,223,223);
	}
	75% {
		box-shadow: 10px -10px #dfdfdf, 10px 10px #4f4d49, -10px 10px #dfdfdf, -10px -10px #4f4d49;
	}
}

@-moz-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 10px 10px rgb(79,77,73), -10px 10px rgb(223,223,223), -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223);
	}
	25% {
		box-shadow: -10px 10px rgb(223,223,223), -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223), 10px 10px rgb(79,77,73);
	}
	50% {
		box-shadow: -10px -10px rgb(79,77,73), 10px -10px rgb(223,223,223), 10px 10px rgb(79,77,73), -10px 10px rgb(223,223,223);
	}
	75% {
		box-shadow: 10px -10px #dfdfdf, 10px 10px #4f4d49, -10px 10px #dfdfdf, -10px -10px #4f4d49;
	}
}

.wppm,
.wppm-ajax-posts {
	counter-reset: ss;
}

.wppm-ajax-posts .wppm {
	counter-reset: none;
}

.wppm .post-content,
.wppm-grid.s2.count-enabled .post-text,
.wppm-grid.s3.count-enabled .entry-title,
.wppm-grid.s4.count-enabled .entry-title {
	position: relative;
}

.wppm-grid.count-enabled div.post-content,
.wppm-grid.s2.count-enabled .post-text,
.wppm-grid.s3.count-enabled .entry-title,
.wppm-grid.s4.count-enabled .entry-title,
.wppm.count-enabled div.wppm-card-content,
.wppm-list.count-enabled > div,
.wppm-list.count-enabled[class*="gutter-"] > div {
	padding-left: 24px;
	counter-increment: ss;
}

.wppm.count-enabled div.wppm-card-content {
	padding-left: 32px;
}

.wppm-grid.count-enabled div.post-content:before,
.wppm-grid.s2.count-enabled .post-text:before,
.wppm-grid.s3.count-enabled .entry-title:before,
.wppm-grid.s4.count-enabled .entry-title:before,
.wppm-list.count-enabled > div:before,
.wppm.count-enabled div.wppm-card-content:before {
	position: absolute;
	left: 0;
	top: 0;
	color: #999;    
    content: counter(ss);
}

.wppm-grid.s3.count-enabled .entry-title:before,
.wppm-grid.s4.count-enabled .entry-title:before {
	font-size: 16px;
}

.wppm.count-enabled div.wppm-card-content:before {
	left: 12px;
	top: 12px;
}

.wppm.wppm-list.count-enabled > :before {
	left: 4px;
}

.wppm.bullet-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wppm.bullet-list > li {
	position: relative;
	padding: 0 0 0 16px;
}

.wppm.bullet-list > li:before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 1px;
	background: #333;
	position: absolute;
	display: block;
	top: .6em;
	left: 0;
}

.wppm.bullet-list .entry-title,
.wppm.bullet-list .wppm-post {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

/* Make iFrame and Embeds reponsive */

.wppm .mejs-container {
	margin-bottom: 0;
}

.embed-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
	padding-bottom: 56.25%;
	padding-top: 2em;
	height: 0;
}

.post-img .embed-wrap {
	margin-bottom: 0;
}

/* KingComposer fix */
.wppm.kc-elm {
	width: auto;
	float: none;
	box-sizing: inherit;
}

.divider_line .divider_inner {
	display: block !important;
}

hr.px2 {
	height: 2px;
}

.ad-label {
	font-size: 10px;
	line-height: 1.2;
	display: block;
	text-align: center;
	color: #bbb;
	letter-spacing: .1em;
}

.cf-inline input[type="text"],
.cf-inline input[type="email"],
.cf-inline input[type="name"] {
	width: 100%;
}

.cf-inline input[type="submit"] {
	position: absolute;
	top: 1px;
	right: 1px;
}

.cf-inline form {
	margin-bottom: 1.25rem;
}

div.wpcf7-response-output {
	margin: 0 0 1em !important;
}

.wppm-get-sc {
	position: absolute;
	background: #0473aa;
	color: #fff;
	padding: 2px 8px;
	border-radius: 2px;
	z-index: 9;
	border: 0;
	outline: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.24);
	display: none;
}

.wppm:hover > .wppm-get-sc,
.wpb_wrapper:hover > .wppm-get-sc {
	display: block;
}

.wppm-get-sc:hover {
	color: #fff;
	background: #036291;
}

/* Teaser Posts */
.wppm-teaser .cat-sep {
	display: inline-block;
	margin: 0 4px;
}

.wppm-teaser .entry-title {
	display: inline;
}

.wppm-teaser .cat-sep:before {
	content: "/";
}

.wppm-teaser .cat-link {
	font-weight: 600;
}