/* The Grid ---------------------- */
.otw-row, .otw-columns, .block-grid, .block-grid > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.otw-row {
  max-width: 100%;
  margin: 0 auto;
}
.otw-row .otw-row {
  width: auto;
  max-width: none;
  margin: 0 -10px;
}
.otw-row.otw-collapse .otw-column, .otw-row.otw-collapse .otw-columns {
  padding: 0;
}
.otw-row .otw-row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -10px;
}
.otw-row .otw-row.otw-collapse {
  margin: 0;
}

.otw-column, .otw-columns {
  float: left;
  min-height: 1px;
  padding: 0 10px;
  position: relative;
}
.otw-column.centered, .otw-columns.centered {
  float: none;
  margin: 0 auto;
}

[class*="otw-column"] + [class*="otw-column"]:last-child {
  float: right;
}

[class*="otw-column"] + [class*="otw-column"].end {
  float: left;
}

.otw-one, .otw-row .otw-one {
  width: 4.16667%;
}

.otw-two, .otw-row .otw-two {
  width: 8.33333%;
}

.otw-three, .otw-row .otw-three {
  width: 12.5%;
}

.otw-four, .otw-row .otw-four {
  width: 16.6%;
}

.otw-five, .otw-row .otw-five {
  width: 20.83333%;
}

.otw-six, .otw-row .otw-six {
  width: 25%;
}

.otw-seven, .otw-row .otw-seven {
  width: 29.16667%;
}

.otw-eight, .otw-row .otw-eight {
  width: 33.33333%;
}

.otw-nine, .otw-row .otw-nine {
  width: 37.5%;
}

.otw-ten, .otw-row .otw-ten {
  width: 41.66667%;
}

.otw-eleven, .otw-row .otw-eleven {
  width: 45.83333%;
}

.otw-twelve, .otw-row .otw-twelve {
  width: 50%;
}

.otw-thirteen, .otw-row .otw-thirteen {
  width: 54.16667%;
}

.otw-fourteen, .otw-row .otw-fourteen {
  width: 58.33333%;
}

.otw-fifteen, .otw-row .otw-fifteen {
  width: 62.5%;
}

.otw-sixteen, .otw-row .otw-sixteen {
  width: 66.66667%;
}

.otw-seventeen, .otw-row .otw-seventeen {
  width: 70.83333%;
}

.otw-eighteen, .otw-row .otw-eighteen {
  width: 75%;
}

.otw-nineteen, .otw-row .otw-nineteen {
  width: 79.16667%;
}

.otw-twenty, .otw-row .otw-twenty {
  width: 83.33333%;
}

.otw-twentyone, .otw-row .otw-twentyone {
  width: 87.5%;
}

.otw-twentytwo, .otw-row .otw-twentytwo {
  width: 91.66667%;
}

.otw-twentythree, .otw-row .otw-twentythree {
  width: 95.83333%;
}

.otw-twentyfour, .otw-row .otw-twentyfour {
  width: 100%;
}

.otw-row .otw-offset-by-one {
  margin-left: 4.16667%;
}

.otw-row .otw-offset-by-two {
  margin-left: 8.33333%;
}

.otw-row .otw-offset-by-three {
  margin-left: 12.5%;
}

.otw-row .otw-offset-by-four {
  margin-left: 16.66667%;
}

.otw-row .otw-offset-by-five {
  margin-left: 20.83333%;
}

.otw-row .otw-offset-by-six {
  margin-left: 25%;
}

.otw-row .otw-offset-by-seven {
  margin-left: 29.16667%;
}

.otw-row .otw-offset-by-eight {
  margin-left: 33.33333%;
}

.otw-row .otw-offset-by-nine {
  margin-left: 37.5%;
}

.otw-row .otw-offset-by-ten {
  margin-left: 41.66667%;
}

.otw-row .otw-offset-by-eleven {
  margin-left: 45.83333%;
}

.otw-row .otw-offset-by-twelve {
  margin-left: 50%;
}

.otw-row .otw-offset-by-thirteen {
  margin-left: 54.16667%;
}

.otw-row .otw-offset-by-fourteen {
  margin-left: 58.33333%;
}

.otw-row .otw-offset-by-fifteen {
  margin-left: 62.5%;
}

.otw-row .otw-offset-by-sixteen {
  margin-left: 66.66667%;
}

.otw-row .otw-offset-by-seventeen {
  margin-left: 70.83333%;
}

.otw-row .otw-offset-by-eighteen {
  margin-left: 75%;
}

.otw-row .otw-offset-by-nineteen {
  margin-left: 79.16667%;
}

.otw-row .otw-offset-by-twenty {
  margin-left: 83.33333%;
}

.otw-row .otw-offset-by-twentyone {
  margin-left: 87.5%;
}

.otw-row .otw-offset-by-twentytwo {
  margin-left: 91.66667%;
}

.otw-push-two {
  left: 8.33333%;
}

.otw-pull-two {
  right: 8.33333%;
}

.otw-push-three {
  left: 12.5%;
}

.otw-pull-three {
  right: 12.5%;
}

.otw-push-four {
  left: 16.66667%;
}

.otw-pull-four {
  right: 16.66667%;
}

.otw-push-five {
  left: 20.83333%;
}

.otw-pull-five {
  right: 20.83333%;
}

.otw-push-six {
  left: 25%;
}

.otw-pull-six {
  right: 25%;
}

.otw-push-seven {
  left: 29.16667%;
}

.otw-pull-seven {
  right: 29.16667%;
}

.otw-push-eight {
  left: 33.33333%;
}

.otw-pull-eight {
  right: 33.33333%;
}

.otw-push-nine {
  left: 37.5%;
}

.otw-pull-nine {
  right: 37.5%;
}

.otw-push-ten {
  left: 41.66667%;
}

.otw-pull-ten {
  right: 41.66667%;
}

.otw-push-eleven {
  left: 45.83333%;
}

.otw-pull-eleven {
  right: 45.83333%;
}

.otw-push-twelve {
  left: 50%;
}

.otw-pull-twelve {
  right: 50%;
}

.otw-push-thirteen {
  left: 54.16667%;
}

.otw-pull-thirteen {
  right: 54.16667%;
}

.otw-push-fourteen {
  left: 58.33333%;
}

.otw-pull-fourteen {
  right: 58.33333%;
}

.otw-push-fifteen {
  left: 62.5%;
}

.otw-pull-fifteen {
  right: 62.5%;
}

.otw-push-sixteen {
  left: 66.66667%;
}

.otw-pull-sixteen {
  right: 66.66667%;
}

.otw-push-seventeen {
  left: 70.83333%;
}

.otw-pull-seventeen {
  right: 70.83333%;
}

.otw-push-eighteen {
  left: 75%;
}

.otw-pull-eighteen {
  right: 75%;
}

.otw-push-nineteen {
  left: 79.16667%;
}

.otw-pull-nineteen {
  right: 79.16667%;
}

.otw-push-twenty {
  left: 83.33333%;
}

.otw-pull-twenty {
  right: 83.33333%;
}

.otw-push-twentyone {
  left: 87.5%;
}

.otw-pull-twentyone {
  right: 87.5%;
}

.otw-push-twentytwo {
  left: 91.66667%;
}

.otw-pull-twentytwo {
  right: 91.66667%;
}

#map_canvas img, .map_canvas img {
  max-width: none!important;
}

/* Nicolas Gallagher's micro clearfix */
.otw-row {
  *zoom: 1;
}
.otw-row:before, .otw-row:after {
  content: " ";
  display: table;
}
.otw-row:after {
  clear: both;
}

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
}
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
.block-grid.one-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.one-up > li {
  width: 100%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.two-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.two-up > li {
  width: 50%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.two-up > li:nth-child(2n+1) {
  clear: both;
}
.block-grid.three-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.three-up > li {
  width: 33.33333%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.three-up > li:nth-child(3n+1) {
  clear: both;
}
.block-grid.four-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.four-up > li {
  width: 25%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.four-up > li:nth-child(4n+1) {
  clear: both;
}
.block-grid.five-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.five-up > li {
  width: 20%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.five-up > li:nth-child(5n+1) {
  clear: both;
}
.block-grid.six-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.six-up > li {
  width: 16.66667%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.six-up > li:nth-child(6n+1) {
  clear: both;
}

/**
 * Jetpack related posts
 */

/**
 * The Gutenberg block
 */

.jp-related-posts-i2__row {
	display: flex;
	margin-top: 1.5rem;
}

.jp-related-posts-i2__row:first-child {
	margin-top: 0;
}

.jp-related-posts-i2__post {
	flex-grow: 1;
	flex-basis: 0;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	padding-left: 0;
}

.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post {
	max-width: calc(33% - 20px);
}

.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post,
.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post {
	max-width: calc(50% - 20px);
}

.jp-related-posts-i2__post-heading, .jp-related-posts-i2__post-img-link,
.jp-related-posts-i2__post-date, .jp-related-posts-i2__post-context {
	flex-direction: row;
	display: block;
}

.jp-related-posts-i2__post-heading {
	margin: 0.5rem 0;
	font-size: 1rem;
	line-height: 1.2em;
}

.jp-related-posts-i2__post-link {
	display: block;
	width: 100%;
	line-height: 1.2em;
}

.jp-related-posts-i2__post-img-link {
	order: -1;
}
.jp-related-posts-i2__post-img-link img {
	width: 100%;
}

/* List view */

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__row{
	margin-top: 0;
	display: block;
}

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__post {
	max-width: none;
	margin: 0;
}

.jp-relatedposts-i2[data-layout="list"].jp-related-posts-i2__post-img-link {
	margin-top: 1rem;
}

/* Breakpoints */
@media only screen and (max-width: 640px) {
	.jp-related-posts-i2__row {
		margin-top: 0;
		display: block;
	}
	.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post {
		max-width: none;
		margin: 0;
		margin-top: 1rem;
	}
	.jp-related-posts-i2__post-img-link {
		margin-top: 1rem;
	}
	.jp-related-posts-i2__post-img-link img {
		width: 350px;
	}
}

/* Container */

#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
	clear: both;
}

.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: bold;
}

/* Related posts items (wrapping items) */

#jp-relatedposts .jp-relatedposts-items {
	clear: left;
}

#jp-relatedposts .jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
	clear: both;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
	position:relative;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	border-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time {
	margin-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Hide the date by default, but leave the element there if a theme wants to use css to make it visible. */
.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: none;
}

/* Behavior when there are thumbnails in visual mode */
#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/* List Layout */
#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
	clear: both;
	width: 100%;
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
	float: left;
	overflow: hidden;
	max-width: 33%;
	margin-right: 3%;
}

#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
	display: inline-block;
	max-width: 63%;
}

/*
 * Responsive
 */

@media only screen and (max-width: 640px) {

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 320px) {

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}

	#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,
	#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
}
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline{border:2px solid}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:#32373c}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons .wp-block-button{display:inline-block;margin-right:.5em;margin-bottom:.5em}.wp-block-buttons .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:.5em}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:.5em}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-button.aligncenter,.wp-block-buttons.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{white-space:pre-wrap;overflow-wrap:break-word}.wp-block-columns{display:flex;margin-bottom:1.75em;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:1.25em 2.375em}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column:not(:only-child){flex-basis:calc(50% - 1em)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:2em}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:2em}}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:290px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:580px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid figcaption,.wp-block-gallery figcaption{flex-grow:1}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;object-fit:cover}}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:290px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img,.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#555;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link:not(.has-text-color){color:#1e1e1e}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container{background-color:#fff}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child>.wp-block-navigation-link__content{padding-right:.5em}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:.5em}@media (min-width:782px){.has-child .wp-block-navigation__container{left:1.5em}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation-link__content{color:inherit;text-decoration:none;padding:.5em 1em}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:.375em 1em .375em 0}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:290px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 1em)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}.wp-block-rss.columns-4 li{width:calc(25% - 1em)}.wp-block-rss.columns-5 li{width:calc(20% - 1em)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#555;font-size:.8125em}.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #949494}.wp-block-search .wp-block-search__button{margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-custom-logo .aligncenter{display:table}.wp-block-social-links{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:0;padding-right:0;text-indent:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-social-link{display:block;width:36px;height:36px;border-radius:9999px;margin:0 8px 8px 0;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{padding:6px;display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-post-featured-image a{display:inline-block}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-white-background-color{background-color:#fff}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-black-background-color{background-color:#000}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-white-color{color:#fff}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-black-color{color:#000}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.has-small-font-size{font-size:.8125em}.has-normal-font-size,.has-regular-font-size{font-size:1em}.has-medium-font-size{font-size:1.25em}.has-large-font-size{font-size:2.25em}.has-huge-font-size,.has-larger-font-size{font-size:2.625em}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}/**
 * Grid Block styles.
 * These styles are loaded into both the editor, and the frontend.
 */
/**
 * Padding Options
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    padding-left: 8px;
    padding-right: 8px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    padding-left: 16px;
    padding-right: 16px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    padding-left: 48px;
    padding-right: 48px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__nowrap {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none {
    padding: 0px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none.has-background {
      padding: 0px 13px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column {
    padding: 8px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background {
      padding: 8px 21px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column {
    padding: 16px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background {
      padding: 16px 29px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column {
    padding: 24px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background {
      padding: 24px 37px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column {
    padding: 48px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background {
      padding: 48px 61px; }

/**
 * Individual Column Options
 */
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.has-background {
  margin-left: -13px;
  margin-right: -13px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: .05px;
  padding-bottom: .05px; }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none {
  padding: 0px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background {
    padding: 0px 13px;
    max-width: calc( 100% + 26px); }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small {
  padding: 8px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background {
    padding: 8px 21px;
    max-width: calc( 100% + 42px); }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium {
  padding: 16px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background {
    padding: 16px 29px;
    max-width: calc( 100% + 58px); }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large {
  padding: 24px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background {
    padding: 24px 37px;
    max-width: calc( 100% + 74px); }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge {
  padding: 48px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background {
    padding: 48px 61px;
    max-width: calc( 100% + 122px); }

/**
 * Parent column alignment
 */
.wp-block-jetpack-layout-grid.are-vertically-aligned-top {
  align-items: flex-start; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-center {
  align-items: center; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-bottom {
  align-items: flex-end; }

/**
 * Individual column alignment
 */
.wp-block-jetpack-layout-grid-column.is-vertically-aligned-top {
  align-self: flex-start; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-center {
  align-self: center; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-bottom {
  align-self: flex-end; }
/*
* Text Widget Styles
*
* Global styles to help fix common display issues on WordPress.com
* that could happen with the Rich Text Widget, introduced in WordPress 4.8.
*/

.widget.widget_text {
	word-wrap: break-word;
}

.widget.widget_text ul,
.widget.widget_text ol {
	margin-bottom: 1em;
	margin-left: .875em;
	padding-left: .875em;
}

.widget.widget_text li ul,
.widget.widget_text li ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.widget.widget_text ul {
	list-style: disc outside none;
}

.widget.widget_text ol {
	list-style: decimal outside none;
}

.widget.widget_text ul li,
.widget.widget_text ol li {
	border: 0;
	list-style: inherit;
	margin: 0;
	padding: 0;
	text-align: left;
}

.widget.widget_text ul li:before {
	content: "";
}

.widget.widget_text p {
	margin-bottom: 1em;
}
.bdpp-post-grid-wrap *, .bdpp-post-grid-box-wrap *, .bdpp-gridbox-slider-wrap *, .bdpp-post-list-wrap *, .bdpp-post-carousel-wrap *, .bdpp-post-slider-wrap *, .bdpp-tmln-wrap *, .bdpp-post-masonry-wrap *, .bdpp-post-widget-wrap *, .bdpp-post-slider-widget *, .bdpp-term-wrap *, .bdpp-term-slider-wrap *, .bdpp-wrap, .bdpp-wrap *{outline: none !important; -webkit-box-sizing: border-box; -moz-box-sizing:border-box; box-sizing: border-box;}
.bdpp-post-grid-wrap .bdpp-post-grid img, .bdpp-post-grid-box-wrap img, .bdpp-gridbox-slider-wrap img, .bdpp-post-list-wrap img, .bdpp-post-carousel-wrap .bdpp-post-slide img, .bdpp-post-slider-wrap .bdpp-post-slide img, .bdpp-tmln-wrap img, .bdpp-post-masonry-wrap .bdpp-post-grid img, .bdpp-post-widget-wrap img, .bdpp-post-slider-widget img, .bdpp-term-wrap img, .bdpp-term-slider-wrap img, .bdpp-wrap img, .bdpp-thumb-slider-wrap img{box-shadow:none; border-radius:0; max-width:100%; max-height:100%;}

.bdpp-hide{display:none;}
.bdpp-text-center{text-align:center;}
.bdpp-text-right{text-align:right;}
.bdpp-first{clear:both;}
.bdpp-clearfix:before, .bdpp-clearfix:after{content: "";display: table;}
.bdpp-clearfix:after{clear: both;}

/* Pagination CSS */
.bdpp-paging{width:100%; padding:0.9375em 0; text-align:center; color:#666; clear:both;}
.bdpp-paging a{color: #fff !important; background-color: #333; padding: 7px 10px; margin:0 1px 6px 2px; display: inline-block;text-align: center;line-height: normal; box-shadow: none; text-shadow: none; font-size: 14px; border: 1px solid #333; text-decoration: none !important; -webkit-transition: all .3s ease; transition: all .3s ease; outline:0;}
.bdpp-paging .page-numbers.current{color:#666; background: transparent; padding: 7px 10px; margin:0 1px 6px 2px; display: inline-block;text-align: center;line-height: normal; box-shadow: none; text-shadow: none; font-size: 14px; text-transform: uppercase;border: 1px solid #666; text-decoration: none !important;}
.bdpp-paging a:hover,
.bdpp-paging a:focus,
.bdpp-paging a:visited:hover{color: #666 !important;background: #fff; outline:0;}
.bdpp-paging a.prev, .bdpp-paging a.next{min-width:110px;}
.bdpp-paging a:after{content:"" !important;}
.bdpp-paging .bdpp-next-btn, .bdpp-pagi-prev-next a.next{float:right;}
.bdpp-paging .bdpp-prev-btn, .bdpp-pagi-prev-next a.prev{float:left;}
.bdpp-paging .bdpp-pagi-btn a{min-width:110px; margin:0;}

.bdpp-load-more{display:inline-block; border:1px solid #ccc; padding:8px 12px; font-size:14px; cursor:pointer; line-height: normal;}
.bdpp-load-more:hover{background-color:#eee;}
.bdpp-load-more i{margin:0 0 0 5px; vertical-align: middle;}
.bdpp-loader{display:none; border:4px solid #ddd; border-top:4px solid #3498db; border-radius: 50%; width: 20px; height: 20px; animation: bdpp-spin 2s linear infinite; margin:0 0 0 5px; vertical-align:middle;}

.bdpp-prev-next-ajax .bdpp-ajax-pagi-btn{display:inline-block; border:1px solid #ccc; padding:3px 10px; min-width:115px; cursor: pointer; margin:0 3px;}
.bdpp-ajax-disabled{opacity:0.6;}

/* Post Title */
h2.bdpp-post-title{font-size:26px; line-height:32px;}
.bdpp-post-carousel-wrap h2.bdpp-post-title{font-size:24px; line-height:28px;}
h3.bdpp-post-title{font-size:20px; line-height:26px;}
h4.bdpp-post-title{font-size:16px; line-height:22px;}

/* Ajax Load More */
@keyframes bdpp-spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

/***** Read More link ******/
.bdpp-rdmr-btn{ position:relative;-moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;text-decoration: none !important; color: #888;border: 2px solid #888;padding: 8px 15px;font-size: 13px;display: inline-block;box-sizing: border-box;line-height: normal !important; margin-top:15px;}
.bdpp-rdmr-btn:hover, .bdpp-rdmr-btn:focus{background:#03a9f5; color:#fff !important;   border-color: #0593d4;}

/***** Categories CSS *****/
.bdpp-post-cats{display: inline-block;color: #666;z-index: 9;position: relative;}
.bdpp-post-cats a{text-decoration: none !important; color:#555; -moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; font-size:13px;padding: 3px 2px;line-height: normal;display: inline-block; margin: 0 0 5px 0; border-bottom: 3px solid #f1f1f1;}
.bdpp-post-cats a:hover{border-color:#03a9f5;}

/***** Some Common CSS *****/
.bdpp-post-title{margin:15px 0 0 0 !important;}
.bdpp-post-title a{text-decoration:none !important; border:0 !important;}
.bdpp-post-meta{line-height: normal; margin:10px 0 0px 0; color:#666; font-size:12px;}
.bdpp-post-meta-down{margin:20px 0 0px 0;}
.bdpp-post-meta span{font-size:13px; display:inline-block;}
.bdpp-post-meta .bdpp-post-meta-sep{margin:0 3px;}
.bdpp-post-meta .bdpp-post-meta-data{margin:0 5px 5px 5px;}
.bdpp-post-meta a{color:#888}
.bdpp-post-meta span i.fa, .bdpp-post-meta span svg{margin-right:8px;}
.bdpp-post-meta .bdpp-post-share{cursor:pointer;}
.bdpp-post-content{margin-top:15px;}
.bdpp-post-img-bg{margin-bottom:15px; text-align:center; position:relative; background-repeat:no-repeat; background-position: center; -webkit-background-size: cover;
  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;}
.bdpp-post-slider-wrap .bdpp-post-img-bg{margin-bottom:0px; }
.bdp-post-image-bg a{display:block; line-height:0;}
.bdpp-post-img-bg{overflow:hidden; line-height:0px;}
.bdpp-post-img-bg img{display:inline-block;  -webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out;}
.bdpp-post-img-bg:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.bdpp-post-img-link {position:relative;}
.bdpp-post-linkoverlay{position:absolute; width:100%; top:0px; bottom:0px; z-index:1; left:0px; right:0px;}
.bdpp-post-grid{margin-bottom:40px;}
.bdpp-post-head {padding-bottom: 20px;}
.bdpp-block-title {padding-left: 0; overflow: hidden; text-overflow: ellipsis; display: table-cell; width: 100%;}
.bdpp-block-date{position: relative; padding-right: 0; text-align: center; width: 85px; display: table-cell; vertical-align: top; position: relative; padding-right: 15px;}
.bdpp-block-date + .bdpp-block-title{ padding: 0 15px;}
.bdpp-block-date::after {content: ""; position: absolute; width: 1px; border-right: 1px solid #d0d0d0; height: 100%; top: 0; right: 0;}
.bdpp-block-date span.thedate {font-size: 26px; line-height: 20px; padding: 10px 0 9px 0; margin: 0; color: #000000; font-weight: 600;}
.bdpp-block-date span {font-weight: 400; text-transform: uppercase; line-height: 13px; padding-bottom: 5px; margin-bottom: 0; color: #6D6D6D; font-size: 11px; display:block;}
.bdpp-format-icon{display:inline-block;}
.bdpp-format-icon .bdpp-post-icon{font-size:18px; width:40px; height:40px; line-height:36px; background:rgba(0,0,0,0.5);  border:2px solid #fff; border-radius:100%;}
.bdpp-post-video .bdpp-format-icon .bdpp-post-icon{ padding-left: 4px;}
.bdpp-post-meta .bdpp-post-tags a.bdpp-post-cat-link{background:none !important; padding:0px !important;}
/******************************************************
			Social Sharing
*******************************************************/
.bdpp-social-share{margin-top:15px;}
.bdpp-social-share i{font-size:16px;}
.bdpp-share-tooltip-wrap .bdpp-social-share{margin:5px 0 0 0;}
.bdpp-social-share.bdpp-social-design-1 a.bdpp-share-link{display:inline-block; margin:0 2px 4px 0;color:#555; border-radius: 50%; width:30px; height:30px; text-align:center; line-height:30px; position: relative;border:1px solid #ddd; -moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
.bdpp-social-share.bdpp-social-design-1 a.bdpp-share-link:hover{border-color:#0593d4; color :#fff; background:#03a9f5;}  

.bdpp-social-share.bdpp-social-design-2 a.bdpp-share-link{display:inline-block; margin:0 2px 4px 0;color:#555; width:30px; height:30px; text-align:center; line-height:30px; position: relative;border:1px solid #ddd; -moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
.bdpp-social-share.bdpp-social-design-2 a.bdpp-share-link:hover{border-color:#0593d4; color :#fff; background:#03a9f5;}  

.bdpp-social-share.bdpp-social-design-3 a.bdpp-share-link{display:inline-block;  color:#fff; margin:0 2px 4px 0;  border-radius: 50%; width:30px; height:30px; text-align:center; line-height:30px; position: relative;-moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
.bdpp-social-share.bdpp-social-design-3 a.bdpp-share-link:hover{ color :#fff; background:#03a9f5;}  
.bdpp-social-share.bdpp-social-design-3 a.bdpp-facebook{ background:#3b5998;}  
.bdpp-social-share.bdpp-social-design-3 a.bdpp-twitter{background:#1da1f2; } 
.bdpp-social-share.bdpp-social-design-3 a.bdpp-google-plus{background:#db4437;} 
.bdpp-social-share.bdpp-social-design-3 a.bdpp-youtube{background:#ff0000; }  
.bdpp-social-share.bdpp-social-design-3 a.bdpp-instagram{background:#c32aa3; }
.bdpp-social-share.bdpp-social-design-3 a.bdpp-linkedin{background:#007bb5;  } 
.bdpp-social-share.bdpp-social-design-3 a.bdpp-pinterest{background:#bd081c;  }
.bdpp-social-share.bdpp-social-design-3 a.bdpp-whatsapp{ background:#25d366; }  
.bdpp-social-share.bdpp-social-design-3 a.bdpp-tumblr{background:#35465d; } 
.bdpp-social-share.bdpp-social-design-3 a.bdpp-reddit{background:#ff4500; } 
.bdpp-social-share.bdpp-social-design-3 a.bdpp-pocket{background:#ee4056; }  
.bdpp-social-share.bdpp-social-design-3 a.bdpp-skype{background:#00aff0;}
.bdpp-social-share.bdpp-social-design-3 a.bdpp-telegram{background:#7289da;  } 
.bdpp-social-share.bdpp-social-design-3 a.bdpp-digg{background:#000; }
.bdpp-social-share.bdpp-social-design-3 a.bdpp-wordpress{background:#21759b;  } 
.bdpp-social-share.bdpp-social-design-3 a.bdpp-envelope{background:#21759b;  }

.bdpp-social-share.bdpp-social-design-4 a.bdpp-share-link{display:inline-block;  color:#fff; margin:0 2px 4px 0; width:30px; height:30px; text-align:center; line-height:30px; position: relative;border:1px solid #ddd; -moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
.bdpp-social-share.bdpp-social-design-4 a.bdpp-share-link:hover{border-color:#0593d4; color :#fff; background:#03a9f5;}  
.bdpp-social-share.bdpp-social-design-4 a.bdpp-facebook{ background:#3b5998; border-color:#3b5998;}  
.bdpp-social-share.bdpp-social-design-4 a.bdpp-twitter{background:#1da1f2; border-color:#1da1f2; } 
.bdpp-social-share.bdpp-social-design-4 a.bdpp-google-plus{background:#db4437; border-color:#db4437;} 
.bdpp-social-share.bdpp-social-design-4 a.bdpp-youtube{background:#ff0000; border-color:#ff0000; }  
.bdpp-social-share.bdpp-social-design-4 a.bdpp-instagram{background:#c32aa3; border-color:#c32aa3; }
.bdpp-social-share.bdpp-social-design-4 a.bdpp-linkedin{background:#007bb5; border-color:#007bb5; } 
.bdpp-social-share.bdpp-social-design-4 a.bdpp-pinterest{background:#bd081c; border-color:#bd081c; }
.bdpp-social-share.bdpp-social-design-4 a.bdpp-whatsapp{ background:#25d366; border-color:#25d366; }  
.bdpp-social-share.bdpp-social-design-4 a.bdpp-tumblr{background:#35465d; border-color:#35465d; } 
.bdpp-social-share.bdpp-social-design-4 a.bdpp-reddit{background:#ff4500; border-color:#ff4500;} 
.bdpp-social-share.bdpp-social-design-4 a.bdpp-pocket{background:#ee4056; border-color:#ee4056;}  
.bdpp-social-share.bdpp-social-design-4 a.bdpp-skype{background:#00aff0; border-color:#00aff0;}
.bdpp-social-share.bdpp-social-design-4 a.bdpp-telegram{background:#7289da; border-color:#7289da; } 
.bdpp-social-share.bdpp-social-design-4 a.bdpp-digg{background:#000; border-color:#000;}
.bdpp-social-share.bdpp-social-design-4 a.bdpp-wordpress{background:#21759b; border-color:#21759b; } 
.bdpp-social-share.bdpp-social-design-4 a.bdpp-envelope{background:#21759b; border-color:#21759b; } 

.bdpp-social-share-lbl span{border-bottom:1px solid #f1f1f1; display:inline-block; margin-bottom:10px;}

/********************************************************
				Ticker Mode
************************************************/
.bdpp-ticker-wrp.inf-news-ticker{display: block; width: 100%; border: 2px solid #2096cd; background: #fff; height: 40px; position: relative; line-height: 36px; overflow: hidden; border-radius: 2px; font-size: 14px;}
.bdpp-ticker-wrp.inf-news-ticker.inf-fixed-top{ position: fixed; left: 0; right: 0; top: 0;}
.bdpp-ticker-wrp.inf-news-ticker.inf-fixed-bottom{ position: fixed; left: 0; right: 0; bottom: 0;}
.bdpp-ticker-wrp .inf-label{left: 0;top: 0; bottom: 0; height: 100%; position: absolute; background-color: #2096cd; text-align: center; color: #FFF; font-weight: bold; padding: 0 15px; white-space: nowrap;}
.bdpp-ticker-wrp .inf-ticker{ position: absolute; left: 0; top: 0; bottom: 0; height: 100%;right: 0; overflow: hidden;}
.bdpp-ticker-wrp .inf-ticker ul{display: block;  line-height: inherit !important;height: 100%;list-style: none;padding: 0; margin: 0; left: 0; bottom: 0; width: 100%; position: absolute;}
.bdpp-ticker-wrp .inf-ticker ul li{white-space: nowrap; margin:0 !important;  overflow:hidden !important; text-overflow: ellipsis;text-decoration: none;-webkit-transition: color .2s linear; -moz-transition: color .2s linear; -o-transition: color .2s linear; transition: color .2s linear; position: absolute; width: 100%; display: none;color: #333;}
.bdpp-ticker-wrp .inf-ticker ul li a{ white-space: nowrap; text-overflow: ellipsis; text-decoration: none; padding: 0 10px; color: #333; position: relative; display: block; overflow: hidden;}
.bdpp-ticker-wrp.inf-ticker ul li a:hover{color: #069;}
.bdpp-ticker-wrp .inf-loader-text{ padding: 0 10px;}
.bdpp-ticker-wrp .inf-seperator{ display: inline-block; float: left; margin-right: 15px; width: 30px; height: 40px; background-position: center; background-size: contain; background-repeat: no-repeat; position: relative;}
.bdpp-ticker-wrp .inf-seperator.inf-ticker-dot{ margin-right: 0;}
.bdpp-ticker-wrp .inf-seperator.inf-ticker-dot:after{content: ''; position: absolute; width: 8px; height: 8px; background: #333; border-radius: 50%; top: 50%; margin-top: -4px; left: 50%; margin-left: -4px;}
.bdpp-ticker-wrp .inf-prefix{ color: #d65d7a; margin-right: 15px; padding-left: 10px;}
.bdpp-ticker-wrp .inf-positive{ color: #0b8457; font-weight: bold;}
.bdpp-ticker-wrp .inf-negative{ color: #dc2f2f; font-weight: bold;}
.bdpp-ticker-wrp .inf-controls{ width: auto; right: 0; top: 0; bottom: 0; height: 100%; position: absolute; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.bdpp-ticker-wrp .inf-controls span.inf-ctrl-btn{width: 30px; float: left; height: 100%; cursor: pointer; border:none; border-left: solid 1px #EEE; text-align: center; background-color: #f6f6f6; outline: none;}
.bdpp-ticker-wrp .inf-controls span.inf-ctrl-btn:hover{ background-color: #EEE;}
.bdpp-ticker-wrp .inf-arrow { margin: 0; display: inline-block; height: 8px; position: relative; width: 8px;}
.bdpp-ticker-wrp .inf-arrow::after { border-bottom-style: solid; border-bottom-width: 2px; border-right-style: solid; border-right-width: 2px; content: '';  display: inline-block; height: 8px; left: 0; position: absolute; top: 0; width: 8px;}
.bdpp-ticker-wrp .inf-arrow.inf-next { -moz-transform: rotate(315deg); -ms-transform: rotate(315deg); -webkit-transform: rotate(315deg); transform: rotate(315deg); left:-3px;}
.bdpp-ticker-wrp .inf-arrow.inf-prev { -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); left: 3px;}
.bdpp-ticker-wrp .inf-arrow{color:#999999;}
.bdpp-ticker-wrp .inf-arrow::after{ border-color:inherit;}
.bdpp-ticker-wrp .inf-action{background-color: #999999; color: #999999;}
.bdpp-ticker-wrp .inf-play{ position: relative; width: 0; height: 12px; top:2px; display: inline-block; margin-left: -5px;}
.bdpp-ticker-wrp .inf-play::after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0;position: absolute;pointer-events: none; border-color: rgba(136, 183, 213, 0); border-left-color: inherit; border-width: 8px; margin-top: -8px;}
.bdpp-ticker-wrp .inf-pause{position: relative; width: 0; height: 14px; display: inline-block; top: 3px; left:-1px;}
.bdpp-ticker-wrp .inf-pause::before{ position: absolute; content: ""; width: 2px; height: 100%; left: 3px; background-color: inherit;}
.bdpp-ticker-wrp .inf-pause::after{ position: absolute; content: ""; width: 2px; height: 100%; left: -3px; background-color: inherit;}
.bdpp-ticker-wrp.inf-direction-rtl{ direction: rtl;}
.bdpp-ticker-wrp.inf-direction-rtl .inf-label{ left: auto;  right: 0;}
.bdpp-ticker-wrp.inf-direction-rtl .inf-controls{ right: auto; left: 0;}
.bdpp-ticker-wrp.inf-direction-rtl .inf-seperator{ margin-left: 15px; margin-right: 0;  float: right;}
.bdpp-ticker-wrp.inf-direction-rtl .inf-prefix{ margin-left: 15px; margin-right: 0; padding-left: 0;  padding-right: 10px;}
.bdpp-ticker-wrp.inf-direction-rtl .inf-controls button{ border-left: none; border-right: solid 1px #EEE;}
.bdpp-ticker-wrp.inf-effect-scroll .inf-ticker ul{ display: block; width: 100%;  position: relative;}
.bdpp-ticker-wrp.inf-effect-scroll .inf-ticker ul li{ display: list-item; float: left; position: relative;  width: auto;}
.bdpp-ticker-wrp.inf-effect-scroll.inf-direction-rtl .inf-ticker ul li{ float: right;}

/***************************************************************************
				  GRID
**************************************************************************/
.bdpp-post-grid-inr-wrap{margin-left: -0.9375em; margin-right: -0.9375em;}
.bdpp-equal-height .bdpp-post-grid-inr-wrap{display:flex; flex-wrap:wrap;}

/***** Grid bdpp-design-1 *****/
.bdpp-post-grid-wrap.bdpp-design-1 .bdpp-post-grid-content{text-align:center;}
.bdpp-post-grid-wrap.bdpp-design-1 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
/****Grid bdpp-design-2*******************/
.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-post-grid-content{background:#f9f9f9; padding-bottom:15px;  text-align:center; }
.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-no-thumb .bdpp-post-grid-content{padding-bottom:0px; }
.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-post-image-bg{margin-bottom:0px;}
.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-post-margin-content{background:#fff; padding:20px 20px 20px 20px; max-width:85%; margin:-50px auto 0 auto; position:relative; }
.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-no-thumb .bdpp-post-margin-content{ max-width:100%; border:10px solid #f9f9f9; margin:0px !important}
.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-format-icon{display:block; position:relative; margin-top:-40px; color:#fff; }
.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-format-icon .bdpp-post-icon{box-shadow: 0 0 22px -1px rgba(36,36,43,.2);}

.bdpp-equal-height.bdpp-design-2 .bdpp-post-grid-content{display: flex;flex-direction: column;height: 100%;}
.bdpp-equal-height.bdpp-design-2 .bdpp-post-margin-content{flex: auto; -ms-flex: auto; -webkit-flex: auto; -moz-flex: auto; width:100%;}
/****Grid bdpp-design-3*******************/
.bdpp-post-grid-wrap.bdpp-design-3 .bdpp-post-title{margin-top:0px !important}
.bdpp-post-grid-wrap.bdpp-design-3 .bdpp-no-thumb .bdpp-post-head{padding-bottom:0px;}
.bdpp-post-grid-wrap.bdpp-design-3 .bdpp-post-cats a{ border:0px; padding:0px;}
.bdpp-post-grid-wrap.bdpp-design-3 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);}
/****Grid bdpp-design-4*******************/
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-img-bg{margin-bottom:0px; line-height:0px;}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-title, 
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-content,
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-cats,
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-social-share{padding:0 30px;}

.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-cats{margin-top:25px;}
.bdpp-post-grid-wrap.bdpp-design-4  .bdpp-post-meta{margin-top:0px;}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-meta span{text-transform:uppercase; color:#fff;}

.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-content-block{border:3px solid #fd6420; border-top:0px; padding-bottom:25px;}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-grid:nth-child(5n+1) .bdpp-post-content-block{border-color:#fd6420}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-grid:nth-child(5n+2) .bdpp-post-content-block{border-color:#3aadaa}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-grid:nth-child(5n+3) .bdpp-post-content-block{border-color:#98b446}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-grid:nth-child(5n+4) .bdpp-post-content-block{border-color:#f62705}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-grid:nth-child(5n+5) .bdpp-post-content-block{border-color:#9c27b0}

.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-meta{background:#fd6420; padding:20px 20px 15px 20px; color:#fff;}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-grid:nth-child(5n+1) .bdpp-post-meta{background:#fd6420}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-grid:nth-child(5n+2) .bdpp-post-meta{background:#3aadaa}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-grid:nth-child(5n+3) .bdpp-post-meta{background:#98b446}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-grid:nth-child(5n+4) .bdpp-post-meta{background:#f62705}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-grid:nth-child(5n+5) .bdpp-post-meta{background:#9c27b0}

.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-cats a{font-size:15px; padding:0; margin-right:5px; border:0px;}

.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-cats a{color:#fd6420;}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-grid:nth-child(5n+1) .bdpp-post-cats a{color:#fd6420}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-grid:nth-child(5n+2) .bdpp-post-cats a{color:#3aadaa}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-grid:nth-child(5n+3) .bdpp-post-cats a{color:#98b446}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-grid:nth-child(5n+4) .bdpp-post-cats a{color:#f62705}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-grid:nth-child(5n+5) .bdpp-post-cats a{color:#9c27b0}

.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-rdmr-btn{border:0px; padding:0px;}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-rdmr-btn:hover{background:none; color:#000 !important;}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-meta-down{background:none !important; padding:10px 30px 0 30px;}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-post-meta-down span{color:#000;}
.bdpp-post-grid-wrap.bdpp-design-4 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);}
.bdpp-equal-height.bdpp-design-4 .bdpp-post-grid-content{display: flex;flex-direction: column;height: 100%;}
.bdpp-equal-height.bdpp-design-4 .bdpp-post-content-block{flex: auto; -ms-flex: auto; -webkit-flex: auto; -moz-flex: auto; width:100%;}
/****Grid bdpp-design-5*******************/
.bdpp-post-grid-wrap.bdpp-design-5 .bdpp-post-meta{border-bottom:1px solid #d1d1d1; padding-bottom:5px;}
.bdpp-post-grid-wrap.bdpp-design-5 .bdpp-post-cats a{ border:0px; padding:0px;}
.bdpp-post-grid-wrap.bdpp-design-5 .bdpp-post-meta-down{border:0px; padding-bottom:0px; margin-top:15px;}
.bdpp-post-grid-wrap.bdpp-design-5 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
/****Grid bdpp-design-6*******************/
.bdpp-post-grid-wrap.bdpp-design-6 .bdpp-post-cats a{ border:0px; padding:0px;}
.bdpp-post-grid-wrap.bdpp-design-6  .bdpp-post-grid .bdpp-post-grid-content {position: relative; background-color: #ffffff; -webkit-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1); -ms-box-shadow: 0px 0px 20px rgba(0,0,0,.1); -o-box-shadow: 0px 0px 20px rgba(0,0,0,.1); box-shadow: 0px 0px 20px rgba(0,0,0,.1);}
.bdpp-post-grid-wrap.bdpp-design-6 .bdpp-post-title {position: relative; padding-bottom: 15px; margin-bottom: 30px; margin-top:0px;}
.bdpp-post-grid-wrap.bdpp-design-6 .bdpp-post-title::before{position: absolute; left: 0; bottom: 0; height: 3px; width: 40px; content: ""; background-color: #b73637;}
.bdpp-post-grid-wrap.bdpp-design-6 .bdpp-post-meta{margin-top:20px;}
.bdpp-post-grid-wrap.bdpp-design-6 .bdpp-post-content-inner{padding:15px 25px 30px 25px; }
.bdpp-post-grid-wrap.bdpp-design-6 .bdpp-format-icon{display:block; position:relative; margin-top:-50px; color:#fff; text-align:right; }
.bdpp-post-grid-wrap.bdpp-design-6 .bdpp-format-icon .bdpp-post-icon{box-shadow: 0 0 22px -1px rgba(36,36,43,.2); background:#fff; text-align:center;color:#555;}
.bdpp-post-grid-wrap.bdpp-design-6 .bdpp-no-thumb .bdpp-format-icon{float:left; margin-top:10px;  margin-bottom:15px;}
.bdpp-equal-height.bdpp-design-6 .bdpp-post-grid-content{display: flex;flex-direction: column;height: 100%;}
.bdpp-equal-height.bdpp-design-6 .bdpp-post-content-inner{flex: auto; -ms-flex: auto; -webkit-flex: auto; -moz-flex: auto; width:100%;}
/****Grid bdpp-design-7*******************/
.bdpp-post-grid-wrap.bdpp-design-7  .bdpp-post-grid .bdpp-post-grid-content {	position: relative;	background-color: #ffffff;	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1); -ms-box-shadow: 0px 0px 20px rgba(0,0,0,.1); -o-box-shadow: 0px 0px 20px rgba(0,0,0,.1); box-shadow: 0px 0px 20px rgba(0,0,0,.1); border-bottom:3px solid #2a7d90;}
.bdpp-post-grid-wrap.bdpp-design-7 .bdpp-post-meta{margin-top:20px;}
.bdpp-post-grid-wrap.bdpp-design-7 .bdpp-post-content-inner{padding:15px 25px 30px 25px; }
.bdpp-post-grid-wrap.bdpp-design-7 .bdpp-format-icon{display:block; position:relative; margin-top:-50px; color:#fff; text-align:right;}
.bdpp-post-grid-wrap.bdpp-design-7 .bdpp-format-icon .bdpp-post-icon{box-shadow: 0 0 22px -1px rgba(36,36,43,.2); background:#fff;  text-align:center;color:#555;}
.bdpp-post-grid-wrap.bdpp-design-7 .bdpp-no-thumb .bdpp-format-icon{text-align:left; float:none; margin-top:10px;  margin-bottom:15px;}
.bdpp-equal-height.bdpp-design-7 .bdpp-post-grid-content{display: flex;flex-direction: column;height: 100%;}
.bdpp-equal-height.bdpp-design-7 .bdpp-post-content-inner{flex: auto; -ms-flex: auto; -webkit-flex: auto; -moz-flex: auto; width:100%;}
/****Grid bdpp-design-8*******************/
.bdpp-post-grid-wrap.bdpp-design-8 .bdpp-post-cats a{ border:0px; padding:0px;}
.bdpp-post-grid-wrap.bdpp-design-8 .bdpp-post-img-bg{line-height:0px; margin-bottom:25px;}
.bdpp-post-grid-wrap.bdpp-design-8 .bdpp-no-thumb .bdpp-post-img-bg {min-height: 180px;  background-color: #f1f1f1;}
.bdpp-post-grid-wrap.bdpp-design-8 .bdpp-block-date{position:absolute; width:60px; bottom:10px; left:10px; background:#fff; padding:0px; text-align: center; margin:0px;}
.bdpp-post-grid-wrap.bdpp-design-8 .thedate{color: #fff;display: block;font-size: 28px;padding:15px 0;margin-bottom:8px;text-align: center;background:#f71735;}
.bdpp-post-grid-wrap.bdpp-design-8 .bdpp-block-date::after{border:0px;}
.bdpp-post-grid-wrap.bdpp-design-8 .bdpp-format-icon{display:block; position:relative; margin-top:-45px; margin-right:10px; color:#fff;  text-align:right; }
.bdpp-post-grid-wrap.bdpp-design-8 .bdpp-format-icon .bdpp-post-icon{box-shadow: 0 0 22px -1px rgba(36,36,43,.2); background:#fff; color:#555; text-align:center;}
.bdpp-post-grid-wrap.bdpp-design-8 .bdpp-no-thumb .bdpp-format-icon{text-align:left; float:none; margin-top:10px;  margin-bottom:15px;}

/****Grid bdpp-design-9*******************/
.bdpp-post-grid-wrap.bdpp-design-9 .bdpp-post-grid-inr-wrap {margin-left: 0em; margin-right: 0em;}
.bdpp-post-grid-wrap.bdpp-design-9 .bdpp-post-cats a{ border:0px; padding:0px;}
.bdpp-post-grid-wrap.bdpp-design-9 .bdpp-post-grid-content {	webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.07);-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.07);box-shadow: 0 0 15px 0 rgba(0,0,0,.07);}
.bdpp-post-grid-wrap.bdpp-design-9 .bdpp-post-inner{padding:0px 20px 20px 20px;}
.bdpp-post-grid-wrap.bdpp-design-9 .bdpp-post-img-bg{line-height:0px; margin-bottom:25px; overflow:visible ;}
.bdpp-post-grid-wrap.bdpp-design-9 .bdpp-no-thumb .bdpp-post-img-bg {min-height: 180px;  background-color: #f1f1f1;}
.bdpp-post-grid-wrap.bdpp-design-9 .bdpp-block-date{position:absolute; width:60px; top:10px;  border:1px solid #f71735;left:-10px; background:#fff; padding:0px; text-align: center; margin:0px;}
.bdpp-post-grid-wrap.bdpp-design-9 .thedate{ color: #fff;display: block;font-size: 28px;padding:15px 0;margin-bottom:8px;text-align: center;background:#f71735;}
.bdpp-post-grid-wrap.bdpp-design-9 .bdpp-block-date::after{border:0px;}
.bdpp-post-grid-wrap.bdpp-design-9 .bdpp-no-thumb .bdpp-post-inner{padding:20px;}
.bdpp-post-grid-wrap.bdpp-design-9 .bdpp-post-img-bg:hover img{-webkit-transform: scale(1);transform: scale(1);}
.bdpp-post-grid-wrap.bdpp-design-9 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);}
.bdpp-equal-height.bdpp-design-9 .bdpp-post-grid-content{display: flex;flex-direction: column;height: 100%;}
.bdpp-equal-height.bdpp-design-9 .bdpp-post-content-inner{flex: auto; -ms-flex: auto; -webkit-flex: auto; -moz-flex: auto; width:100%;}
/****Grid bdpp-design-10*******************/
.bdpp-post-grid-wrap.bdpp-design-10 .bdpp-post-img-bg img{border-radius: 8px; box-shadow: 0px 19px 35px -22px rgba(0, 0, 0, 0.5);}
.bdpp-post-grid-wrap.bdpp-design-10 .bdpp-post-cats a{padding: 3px 7px; font-size:11px; background: #000;border:0px;color: #fff !important;}
.bdpp-post-grid-wrap.bdpp-design-10 .bdpp-post-img-bg{overflow:visible ; margin-bottom:25px;}
.bdpp-post-grid-wrap.bdpp-design-10 .bdpp-post-img-bg:hover img{-webkit-transform: scale(1);transform: scale(1);}
.bdpp-post-grid-wrap.bdpp-design-10 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
/****Grid bdpp-design-11*******************/
.bdpp-post-grid-wrap.bdpp-design-11 .bdpp-post-cats a{ border:0px; padding:0px;}
.bdpp-post-grid-wrap.bdpp-design-11 .bdpp-post-head{padding-bottom:0px; }
.bdpp-post-grid-wrap.bdpp-design-11 .bdpp-block-date{ background:#1e4398; padding:5px 15px; vertical-align: middle;}
.bdpp-post-grid-wrap.bdpp-design-11 .bdpp-block-date::after{border:0px;}
.bdpp-post-grid-wrap.bdpp-design-11 .bdpp-block-date span{color:#fff}
.bdpp-post-grid-wrap.bdpp-design-11 .bdpp-no-thumb .bdpp-post-head{padding-bottom:0px;}
.bdpp-post-grid-wrap.bdpp-design-11 .bdpp-post-content,
.bdpp-post-grid-wrap.bdpp-design-11 .bdpp-post-meta-down,
.bdpp-post-grid-wrap.bdpp-design-11 .bdpp-social-share{padding-left:80px;}
.bdpp-post-grid-wrap.bdpp-design-11 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
/****Grid bdpp-design-12*******************/
.bdpp-post-grid-wrap.bdpp-design-12 .bdpp-post-grid-content {text-align:left; }
.bdpp-post-grid-wrap.bdpp-design-12 .bdpp-post-img-bg .bdpp-post-cats{position:absolute; top:15px; left:15px; text-align:left;}
.bdpp-post-grid-wrap.bdpp-design-12 .bdpp-post-cats a{color: #fff;background: #dd3333; border:0px; font-size:11px; padding: 4px 8px;}
.bdpp-post-grid-wrap.bdpp-design-12 .bdpp-post-img-bg{height:350px; position:relative;background-repeat:no-repeat; background-position:center center;}
.bdpp-post-grid-wrap.bdpp-design-12 .bdpp-post-overlay .bdpp-post-title a{color:#fff !important}
.bdpp-post-grid-wrap.bdpp-design-12 .bdpp-post-overlay .bdpp-post-meta{color:#fff;}
.bdpp-post-grid-wrap.bdpp-design-12 .bdpp-post-overlay 	{text-align:left; color:#fff; position: absolute; bottom: 0px; left: 0px; z-index: 1; padding: 20px; width: 100%;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(130%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}
.bdpp-post-grid-wrap.bdpp-design-12 .bdpp-no-thumb .bdpp-post-content{padding:0px;}
.bdpp-post-grid-wrap.bdpp-design-12 .bdpp-format-icon{ color:#555; display:block; }
.bdpp-post-grid-wrap.bdpp-design-12 .bdpp-format-icon .bdpp-post-icon{text-align:center; box-shadow: 0 0 22px -1px rgba(36,36,43,.2); background:rgba(255,255,255,0.9)}
.bdpp-post-grid-wrap.bdpp-design-12 .bdpp-no-thumb .bdpp-format-icon{margin-top:10px;}
/****Grid bdpp-design-13*******************/
.bdpp-post-grid-wrap.bdpp-design-13 .bdpp-post-grid-content {border: 1px solid #eee; padding-bottom:15px;border-radius: 4px;background: #fff;box-shadow: 0 1px 6px rgba(0,0,0,.03);}
.bdpp-post-grid-wrap.bdpp-design-13 .bdpp-post-title{padding:0 15px 15px 15px; position:relative;}
.bdpp-post-grid-wrap.bdpp-design-13 .bdpp-post-cats a{color: #fff;background: #dd3333; border:0px;padding:3px 7px;}
.bdpp-post-grid-wrap.bdpp-design-13 .bdpp-post-cats,
.bdpp-post-grid-wrap.bdpp-design-13 .bdpp-post-meta,
.bdpp-post-grid-wrap.bdpp-design-13 .bdpp-post-content,
.bdpp-post-grid-wrap.bdpp-design-13 .bdpp-social-share{padding:0 15px;}
.bdpp-post-grid-wrap.bdpp-design-13 .bdpp-has-thumb .bdpp-post-img-bg{margin-bottom:25px;}
.bdpp-post-grid-wrap.bdpp-design-13 .bdpp-post-content{margin-top:5px;}
.bdpp-post-grid-wrap.bdpp-design-13 .bdpp-format-icon{display:block; position:absolute; z-index:9; bottom:-20px; right:10px; color:#fff; text-align:center;  }
.bdpp-post-grid-wrap.bdpp-design-13 .bdpp-format-icon .bdpp-post-icon{box-shadow: 0 0 22px -1px rgba(36,36,43,.2); background:#fff; color:#555; text-align:center;}
.bdpp-post-grid-wrap.bdpp-design-13 .bdpp-no-thumb .bdpp-format-icon{position:static; text-align:left; margin-top:15px;}
.bdpp-equal-height.bdpp-design-13 .bdpp-post-grid-content{display: flex;flex-direction: column;height: 100%;}
.bdpp-equal-height.bdpp-design-13 .bdpp-post-content-inner{flex: auto; -ms-flex: auto; -webkit-flex: auto; -moz-flex: auto; width:100%;}
/****Grid bdpp-design-14*******************/
.bdpp-post-grid-wrap.bdpp-design-14 .bdpp-post-grid-content{ text-align:center;  }
.bdpp-post-grid-wrap.bdpp-design-14 .bdpp-post-image-bg{margin-bottom:0px;}
.bdpp-post-grid-wrap.bdpp-design-14 .bdpp-post-margin-content{background:#fff; box-shadow: 0 1px 6px rgba(0,0,0,.03); border: 1px solid #eee; padding:20px 20px 20px 20px; max-width:90%; margin:-50px auto 0 auto; position:relative; }
.bdpp-post-grid-wrap.bdpp-design-14 .bdpp-no-thumb .bdpp-post-margin-content{ max-width:100%; border:10px solid #f9f9f9; margin:0px !important}
.bdpp-post-grid-wrap.bdpp-design-14 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
.bdpp-equal-height.bdpp-design-14 .bdpp-post-grid-content{display: flex;flex-direction: column;height: 100%;}
.bdpp-equal-height.bdpp-design-14 .bdpp-post-margin-content{flex: auto; -ms-flex: auto; -webkit-flex: auto; -moz-flex: auto; width:100%;}
/****Grid bdpp-design-15*******************/
.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-post-grid-content {text-align:left; }
.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-post-cats a{color: #fff;background: #dd3333; border:0px;padding: 4px 8px; font-size:11px;}
.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-post-img-bg{height:350px; position:relative;background-repeat:no-repeat; background-position:center center;}
.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-post-overlay .bdpp-post-title a{display: inline; color: #191919; background: rgba(255,255,255,0.8); box-decoration-break: clone;padding:0 10px;}
.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-post-title{line-height:normal;}
.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-post-overlay .bdpp-post-meta{color:#fff;}
.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-post-overlay{text-align:left; color:#fff; position: absolute; bottom: 0px; left: 0px; z-index: 1; padding: 20px; width: 100%;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(130%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}
.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-no-thumb .bdpp-post-title{padding-left:0px; line-height:normal;}
.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-post-content,
.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-social-share{padding:0 15px 0 15px;}
.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-no-thumb .bdpp-post-content{padding:0px;}
.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-format-icon{display:block; margin-bottom:15px;}
.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-post-icon{text-align:center; background:rgba(255,255,255,0.9); color:#555; box-shadow: 0 0 22px -1px rgba(36,36,43,.2);}

/****Grid bdpp-design-16*******************/
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-grid-content{ text-align:center;  }
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-image-bg{margin-bottom:0px;}
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-margin-content{background:#fd6420; padding:20px 20px 20px 20px; max-width:90%; margin:-50px auto 0 auto; position:relative; }
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-no-thumb .bdpp-post-margin-content{ max-width:100%; margin:0px !important}
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-grid:nth-child(5n+1) .bdpp-post-margin-content{background:#fd6420}
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-grid:nth-child(5n+2) .bdpp-post-margin-content{background:#3aadaa}
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-grid:nth-child(5n+3) .bdpp-post-margin-content{background:#98b446}
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-grid:nth-child(5n+4) .bdpp-post-margin-content{background:#f62705}
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-grid:nth-child(5n+5) .bdpp-post-margin-content{background:#9c27b0}
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-grid .bdpp-post-cats a,
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-grid .bdpp-post-title a,
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-meta span,
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-meta,
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-meta a,
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-desc,
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-rdmr-btn{color:#fff; border-color:#fff;}
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-rdmr-btn::before, .bdpp-post-grid-wrap.bdpp-design-16 .bdpp-rdmr-btn::after{ border-color:#fff;}
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-format-icon{display:block; position:relative; margin-top:-40px; color:#fff; }
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-format-icon .bdpp-post-icon{box-shadow: 0 0 22px -1px rgba(36,36,43,.2);}

.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-grid:nth-child(5n+1) .bdpp-post-icon{background:#fd6420}
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-grid:nth-child(5n+2) .bdpp-post-icon{background:#3aadaa}
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-grid:nth-child(5n+3) .bdpp-post-icon{background:#98b446}
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-grid:nth-child(5n+4) .bdpp-post-icon{background:#f62705}
.bdpp-post-grid-wrap.bdpp-design-16 .bdpp-post-grid:nth-child(5n+5) .bdpp-post-icon{background:#9c27b0}
.bdpp-equal-height.bdpp-design-16 .bdpp-post-grid-content{display: flex;flex-direction: column;height: 100%;}
.bdpp-equal-height.bdpp-design-16 .bdpp-post-margin-content{flex: auto; -ms-flex: auto; -webkit-flex: auto; -moz-flex: auto; width:100%;}

/***************************************************************************
				  Masonry
**************************************************************************/


/***************************************************************************
				  LIST
**************************************************************************/
.bdpp-post-list-inr-wrap{margin-left: -0.9375em; margin-right: -0.9375em;}
.bdpp-post-list-main{margin-bottom:30px;}
.bdpp-post-list-main .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }

/***** List bdpp-design-1 *****/
.bdpp-post-list-wrap.bdpp-design-1 .bdpp-post-meta{}

/***** List bdpp-design-2 *****/
.bdpp-post-list-wrap.bdpp-design-2 .bdpp-post-list-right{ text-align:center;}

/***** List bdpp-design-3 *****/
.bdpp-post-list-wrap.bdpp-design-3 .bdpp-post-img-bg{line-height:0px; margin-bottom:25px; overflow:visible ;}
.bdpp-post-list-wrap.bdpp-design-3 .bdpp-post-img-bg:hover img{-webkit-transform: scale(1);transform: scale(1);}
.bdpp-post-list-wrap.bdpp-design-3 .bdpp-post-img-bg img{border-radius: 8px; box-shadow: 0px 19px 35px -22px rgba(0, 0, 0, 0.5);}
.bdpp-post-list-wrap.bdpp-design-3 .bdpp-post-cats a{padding: 3px 8px;background: #000; font-size:11px;border:0px;color: #fff !important;border-radius: 3px;text-transform: uppercase;}

/***** List bdpp-design-4 *****/
.bdpp-post-list-wrap.bdpp-design-4 .bdpp-post-meta-up{background: #101020;padding: 5px 5px 2px 5px;color: #fff;}
.bdpp-post-list-wrap.bdpp-design-4 .bdpp-post-meta-up a{color: #fff;}

/***** List bdpp-design-5 *****/
.bdpp-post-list-wrap.bdpp-design-5 .bdpp-post-meta{}

/***** Grid bdpp-design-6 *****/
.bdpp-post-list-wrap.bdpp-design-6 .bdpp-post-img-bg{line-height:0px; margin-bottom:25px; overflow:visible ;}
.bdpp-post-list-wrap.bdpp-design-6 .bdpp-post-img-bg:hover img{-webkit-transform: scale(1);transform: scale(1);}
.bdpp-post-list-wrap.bdpp-design-6 .bdpp-post-img-bg img{border-radius: 8px; box-shadow: 0px 19px 35px -22px rgba(0, 0, 0, 0.5);}
.bdpp-post-list-wrap.bdpp-design-6 .bdpp-post-cats a{padding: 3px 8px;background: #000; font-size:11px;border:0px;color: #fff !important;border-radius: 3px;text-transform: uppercase;}

/***** List bdpp-design-7 *****/
.bdpp-post-list-wrap.bdpp-design-7 .bdpp-post-meta-up{background: #101020;padding: 5px 5px 2px 5px;color: #fff;}
.bdpp-post-list-wrap.bdpp-design-7 .bdpp-post-meta-up a{color: #fff;}

/***** List bdpp-design-8 *****/
.bdpp-post-list-wrap.bdpp-design-8 .bdpp-title-overlay-border {border: 3px solid #d3e5ea; padding: 10px 20px 10px 20px;  margin-bottom: 15px;}


/***************************************************************************
				  Carousel
**************************************************************************/
.bdpp-post-carousel-wrap .owl-item .owl-lazy:not([src]), .bdpp-post-carousel-wrap .owl-item .owl-lazy[src^=""]{max-height:none;}
.bdpp-post-carousel-wrap .owl-item .bdpp-no-thumb .owl-lazy{opacity:1;}
.bdpp-post-carousel-wrap .owl-item img.owl-lazy{transition: opacity .4s ease, transform .3s ease-in-out;}
.bdpp-post-carousel-wrap{position:relative; }
.bdpp-post-carousel-wrap.bdpp-has-arrows{padding-top:43px;}
.bdpp-post-carousel-wrap .owl-nav{position:absolute; top:0; text-align:right; right:0; margin:0px !important;}
.bdpp-post-carousel-wrap .owl-nav .owl-next,
.bdpp-post-carousel-wrap .owl-nav .owl-prev{display:inline-block; text-align: center !important; background:#555; color:#fff; margin-left:3px;line-height:normal !important; font-size:25px; padding:2px 15px 4px 15px !important; border-radius:0px; box-shadow:none; -moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
.bdpp-post-carousel-wrap .owl-nav .owl-next:hover,
.bdpp-post-carousel-wrap .owl-nav .owl-prev:hover,
.bdpp-post-carousel-wrap .owl-nav .owl-next:focus,
.bdpp-post-carousel-wrap .owl-nav .owl-prev:focus{background:#03a9f5;}
.bdpp-post-carousel-wrap .owl-dots{width:100%; text-align:center;}
.bdpp-post-carousel-wrap .owl-dots .owl-dot{width:10px !important; height:10px !important;  padding:0px !important; background:#555; margin:0 2px; border-radius:100%; display:inline-block; box-shadow:none;}
.bdpp-post-carousel-wrap .owl-dots .owl-dot.active{background:#fd6e4f;}
/***** Carousel bdpp-design-1 *****/
.bdpp-post-carousel-wrap.bdpp-design-1 .bdpp-post-carousel-content{text-align:center;}
.bdpp-post-carousel-wrap.bdpp-design-1 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }

.bdpp-equal-height .owl-stage{display:flex; flex-wrap:wrap;}

/***** Carousel bdpp-design-2 *****/
.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-post-carousel-content{background:#f9f9f9; padding-bottom:15px;  text-align:center; }
.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-no-thumb .bdpp-post-carousel-content{padding-bottom:0px; }
.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-post-image-bg{margin-bottom:0px;}
.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-post-margin-content{background:#fff; padding:20px 20px 20px 20px; max-width:85%; margin:-50px auto 0 auto; position:relative; }
.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-no-thumb .bdpp-post-margin-content{ max-width:100%; border:10px solid #f9f9f9; margin:0px !important; }
.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-format-icon{display:block; position:relative; margin-top:-40px; color:#fff; }
.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-format-icon .bdpp-post-icon{box-shadow: 0 0 22px -1px rgba(36,36,43,.2);}
.bdpp-equal-height.bdpp-design-2 .bdpp-post-slide{height: 100%;}
.bdpp-equal-height.bdpp-design-2 .bdpp-post-carousel-content{display: flex;flex-direction: column;height: 100%;}
.bdpp-equal-height.bdpp-design-2 .bdpp-post-margin-content{flex: auto; -ms-flex: auto; -webkit-flex: auto; -moz-flex: auto; width:100%;}

/***** Carousel bdpp-design-3 *****/
.bdpp-post-carousel-wrap.bdpp-design-3 .bdpp-post-title{margin-top:0px !important}
.bdpp-post-carousel-wrap.bdpp-design-3 .bdpp-no-thumb .bdpp-post-head{padding-bottom:0px;}
.bdpp-post-carousel-wrap.bdpp-design-3 .bdpp-post-cats a{ border:0px; padding:0px;}
.bdpp-post-carousel-wrap.bdpp-design-3 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
/***** Carousel bdpp-design-4 *****/
.bdpp-post-carousel-wrap.bdpp-design-4 .bdpp-post-img-bg{margin-bottom:0px; line-height:0px;}
.bdpp-post-carousel-wrap.bdpp-design-4 .bdpp-post-title, 
.bdpp-post-carousel-wrap.bdpp-design-4 .bdpp-post-content,
.bdpp-post-carousel-wrap.bdpp-design-4 .bdpp-post-cats,
.bdpp-post-carousel-wrap.bdpp-design-4 .bdpp-social-share{padding:0 30px;}
.bdpp-post-carousel-wrap.bdpp-design-4 .bdpp-post-meta-up{color:#fff; }
.bdpp-post-carousel-wrap.bdpp-design-4 .bdpp-post-cats{margin-top:25px;}

.bdpp-post-carousel-wrap.bdpp-design-4 .bdpp-post-meta span{text-transform:uppercase; color:#fff;}

.bdpp-post-carousel-wrap.bdpp-design-4 .bdpp-post-content-block{border:3px solid #fd6420; border-top:0px; padding-bottom:25px;}
.bdpp-post-carousel-wrap.bdpp-design-4 .owl-item:nth-child(5n+1) .bdpp-post-content-block{border-color:#fd6420}
.bdpp-post-carousel-wrap.bdpp-design-4 .owl-item:nth-child(5n+2) .bdpp-post-content-block{border-color:#3aadaa}
.bdpp-post-carousel-wrap.bdpp-design-4 .owl-item:nth-child(5n+3) .bdpp-post-content-block{border-color:#98b446}
.bdpp-post-carousel-wrap.bdpp-design-4 .owl-item:nth-child(5n+4) .bdpp-post-content-block{border-color:#f62705}
.bdpp-post-carousel-wrap.bdpp-design-4 .owl-item:nth-child(5n+5) .bdpp-post-content-block{border-color:#9c27b0}

.bdpp-post-carousel-wrap.bdpp-design-4 .bdpp-post-meta{background:#fd6420;padding:20px 20px 15px 20px; margin-top:0px;}
.bdpp-post-carousel-wrap.bdpp-design-4 .owl-item:nth-child(5n+1) .bdpp-post-meta{background:#fd6420}
.bdpp-post-carousel-wrap.bdpp-design-4 .owl-item:nth-child(5n+2) .bdpp-post-meta{background:#3aadaa}
.bdpp-post-carousel-wrap.bdpp-design-4 .owl-item:nth-child(5n+3) .bdpp-post-meta{background:#98b446}
.bdpp-post-carousel-wrap.bdpp-design-4 .owl-item:nth-child(5n+4) .bdpp-post-meta{background:#f62705}
.bdpp-post-carousel-wrap.bdpp-design-4 .owl-item:nth-child(5n+5) .bdpp-post-meta{background:#9c27b0}

.bdpp-post-carousel-wrap.bdpp-design-4 .bdpp-post-cats a{font-size:15px; padding:0; margin-right:5px; border:0px;}

.bdpp-post-carousel-wrap.bdpp-design-4 .bdpp-post-cats a{color:#fd6420;}
.bdpp-post-carousel-wrap.bdpp-design-4 .owl-item:nth-child(5n+1) .bdpp-post-cats a{color:#fd6420}
.bdpp-post-carousel-wrap.bdpp-design-4 .owl-item:nth-child(5n+2) .bdpp-post-cats a{color:#3aadaa}
.bdpp-post-carousel-wrap.bdpp-design-4 .owl-item:nth-child(5n+3) .bdpp-post-cats a{color:#98b446}
.bdpp-post-carousel-wrap.bdpp-design-4 .owl-item:nth-child(5n+4) .bdpp-post-cats a{color:#f62705}
.bdpp-post-carousel-wrap.bdpp-design-4 .owl-item:nth-child(5n+5) .bdpp-post-cats a{color:#9c27b0}

.bdpp-post-carousel-wrap.bdpp-design-4 .bdpp-rdmr-btn{border:0px; padding:0px;}
.bdpp-post-carousel-wrap.bdpp-design-4 .bdpp-post-meta-down{background:none !important; padding:10px 30px 0 30px;}
.bdpp-post-carousel-wrap.bdpp-design-4 .bdpp-post-meta-down span{color:#000;}
.bdpp-post-carousel-wrap.bdpp-design-4 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }

.bdpp-equal-height.bdpp-design-4 .bdpp-post-slide{height: 100%;}
.bdpp-equal-height.bdpp-design-4 .bdpp-post-carousel-content{display: flex;flex-direction: column;height: 100%;}
.bdpp-equal-height.bdpp-design-4 .bdpp-post-content-block{flex: auto; -ms-flex: auto; -webkit-flex: auto; -moz-flex: auto; width:100%;}

/****Carousel bdpp-design-5*******************/
.bdpp-post-carousel-wrap.bdpp-design-5 .bdpp-post-meta{border-bottom:1px solid #d1d1d1; padding-bottom:5px;}
.bdpp-post-carousel-wrap.bdpp-design-5 .bdpp-post-cats a{ border:0px; padding:0px;}
.bdpp-post-carousel-wrap.bdpp-design-5 .bdpp-post-meta-down{border:0px; padding-bottom:0px;}
.bdpp-post-carousel-wrap.bdpp-design-5 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }

/****Carousel bdpp-design-6*******************/
.bdpp-post-carousel-wrap.bdpp-design-6 .bdpp-post-cats a{ border:0px; padding:0px;}
.bdpp-post-carousel-wrap.bdpp-design-6 .bdpp-post-carousel-content {margin:10px; position: relative; background-color: #ffffff; -webkit-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.1); -ms-box-shadow: 0px 0px 10px rgba(0,0,0,.1); -o-box-shadow: 0px 0px 10px rgba(0,0,0,.1); box-shadow: 0px 0px 10px rgba(0,0,0,.1);}
.bdpp-post-carousel-wrap.bdpp-design-6 .bdpp-post-title {position: relative; padding-bottom: 15px; margin-bottom: 30px; margin-top:0px !important;}
.bdpp-post-carousel-wrap.bdpp-design-6 .bdpp-post-title::before {position: absolute; left: 0; bottom: 0; height: 3px; width: 40px; content: ""; background-color: #b73637;}
.bdpp-post-carousel-wrap.bdpp-design-6 .bdpp-post-meta{margin-top:20px;}
.bdpp-post-carousel-wrap.bdpp-design-6 .bdpp-post-content-inner{padding:15px 25px 30px 25px; }
.bdpp-post-carousel-wrap.bdpp-design-6 .bdpp-format-icon{display:block; position:relative; top:-10px; margin-top:-40px; color:#fff; text-align:right; }
.bdpp-post-carousel-wrap.bdpp-design-6 .bdpp-format-icon .bdpp-post-icon{box-shadow: 0 0 22px -1px rgba(36,36,43,.2); background:#fff;  text-align:center;color:#555;}
.bdpp-post-carousel-wrap.bdpp-design-6 .bdpp-no-thumb .bdpp-format-icon{text-align:left; margin-top:10px; top:0px;  margin-bottom:15px;}
.bdpp-post-carousel-wrap.bdpp-design-6 .owl-nav{right:10px;}
.bdpp-equal-height.bdpp-design-6 .owl-stage{padding-bottom:15px;}
.bdpp-equal-height.bdpp-design-6 .bdpp-post-slide{height: 100%;}
.bdpp-equal-height.bdpp-design-6 .bdpp-post-carousel-content{display: flex;flex-direction: column;height: 100%;}
.bdpp-equal-height.bdpp-design-6 .bdpp-post-content-inner{flex: auto; -ms-flex: auto; -webkit-flex: auto; -moz-flex: auto; width:100%;}
/****Carousel bdpp-design-7*******************/
.bdpp-post-carousel-wrap.bdpp-design-7 .bdpp-post-carousel-content {margin:10px;	position: relative;	background-color: #ffffff; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.1); -ms-box-shadow: 0px 0px 10px rgba(0,0,0,.1);	-o-box-shadow: 0px 0px 10px rgba(0,0,0,.1);	box-shadow: 0px 0px 10px rgba(0,0,0,.1); border-bottom:3px solid #2a7d90;}
.bdpp-post-carousel-wrap.bdpp-design-7 .bdpp-post-meta{margin-top:20px;}
.bdpp-post-carousel-wrap.bdpp-design-7 .bdpp-post-content-inner{padding:15px 25px 30px 25px; }
.bdpp-post-carousel-wrap.bdpp-design-7 .bdpp-format-icon{display:block; position:relative; top:-10px; margin-top:-40px; color:#fff; text-align:right; }
.bdpp-post-carousel-wrap.bdpp-design-7 .bdpp-format-icon .bdpp-post-icon{box-shadow: 0 0 22px -1px rgba(36,36,43,.2); background:#fff;  text-align:center;color:#555;}
.bdpp-post-carousel-wrap.bdpp-design-7 .bdpp-no-thumb .bdpp-format-icon{text-align:left; margin-top:10px; top:0px;  margin-bottom:15px;}
.bdpp-post-carousel-wrap.bdpp-design-7 .owl-nav{right:10px;}
.bdpp-equal-height.bdpp-design-7 .owl-stage{padding-bottom:15px;}
.bdpp-equal-height.bdpp-design-7 .bdpp-post-slide{height: 100%;}
.bdpp-equal-height.bdpp-design-7 .bdpp-post-carousel-content{display: flex;flex-direction: column;height: 100%;}
.bdpp-equal-height.bdpp-design-7 .bdpp-post-content-inner{flex: auto; -ms-flex: auto; -webkit-flex: auto; -moz-flex: auto; width:100%;}
/****Carousel bdpp-design-8*******************/
.bdpp-post-carousel-wrap.bdpp-design-8 .bdpp-post-cats a{ border:0px; padding:0px;}
.bdpp-post-carousel-wrap.bdpp-design-8 .bdpp-post-img-bg{line-height:0px; margin-bottom:25px;}
.bdpp-post-carousel-wrap.bdpp-design-8 .bdpp-no-thumb .bdpp-post-img-bg { min-height:220px; background-color:#ddd;}
.bdpp-post-carousel-wrap.bdpp-design-8 .bdpp-block-date{position:absolute; width:60px; bottom:10px; left:10px; background:#fff; padding:0px; text-align: center; margin:0px;}
.bdpp-post-carousel-wrap.bdpp-design-8 .thedate{ color: #fff;display: block;font-size: 28px;padding:15px 0;margin-bottom:8px;text-align: center;background:#f71735;}
.bdpp-post-carousel-wrap.bdpp-design-8 .bdpp-block-date::after{border:0px;}
.bdpp-post-carousel-wrap.bdpp-design-8 .bdpp-format-icon{display:block; position:relative; margin-top:-45px; margin-right:10px; color:#fff;  text-align:right; }
.bdpp-post-carousel-wrap.bdpp-design-8 .bdpp-format-icon .bdpp-post-icon{box-shadow: 0 0 22px -1px rgba(36,36,43,.2); background:#fff; color:#555; text-align:center;}

/****Carousel bdpp-design-9*******************/
.bdpp-post-carousel-wrap.bdpp-design-9 .bdpp-post-cats a{ border:0px; padding:0px;}
.bdpp-post-carousel-wrap.bdpp-design-9 .bdpp-post-slide{padding-left:10px;}
.bdpp-post-carousel-wrap.bdpp-design-9 .bdpp-post-carousel-content {margin:5px;	webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.07);-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.07);box-shadow: 0 0 10px 0 rgba(0,0,0,.07);}
.bdpp-post-carousel-wrap.bdpp-design-9 .bdpp-post-inner{padding:0px 20px 20px 20px;}
.bdpp-post-carousel-wrap.bdpp-design-9 .bdpp-post-img-bg{line-height:0px; margin-bottom:25px; overflow:visible; }
.bdpp-post-carousel-wrap.bdpp-design-9 .bdpp-no-thumb .bdpp-post-img-bg { min-height:220px; background-color:#ddd;}
.bdpp-post-carousel-wrap.bdpp-design-9 .bdpp-block-date{position:absolute; width:60px; top:10px;  border:1px solid #f71735;left:-10px; background:#fff; padding:0px; text-align: center; margin:0px;}
.bdpp-post-carousel-wrap.bdpp-design-9 .thedate{ color: #fff;display: block;font-size: 28px;padding:15px 0;margin-bottom:8px;text-align: center;background:#f71735;}
.bdpp-post-carousel-wrap.bdpp-design-9 .bdpp-block-date::after{border:0px;}
.bdpp-post-carousel-wrap.bdpp-design-9 .bdpp-post-img-bg:hover img{-webkit-transform: scale(1);transform: scale(1);}
.bdpp-post-carousel-wrap.bdpp-design-9 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
.bdpp-post-carousel-wrap.bdpp-design-9 .owl-nav{right:5px;}
.bdpp-post-carousel-wrap.bdpp-design-7 .owl-nav{right:10px;}
.bdpp-equal-height.bdpp-design-9 .owl-stage{padding-bottom:15px;}
.bdpp-equal-height.bdpp-design-9 .bdpp-post-slide{height: 100%;}
.bdpp-equal-height.bdpp-design-9 .bdpp-post-carousel-content{display: flex;flex-direction: column;height: 100%;}
.bdpp-equal-height.bdpp-design-9 .bdpp-post-content-inner{flex: auto; -ms-flex: auto; -webkit-flex: auto; -moz-flex: auto; width:100%;}
/****Carousel bdpp-design-10*******************/
.bdpp-post-carousel-wrap.bdpp-design-10 .bdpp-post-img-bg img{border-radius: 8px; box-shadow: 0px 19px 35px -22px rgba(0, 0, 0, 0.5);}
.bdpp-post-carousel-wrap.bdpp-design-10 .bdpp-post-cats a{padding: 4px 8px;background: #000; font-size:11px;border:0px;color: #fff !important;border-radius: 3px;}
.bdpp-post-carousel-wrap.bdpp-design-10 .bdpp-post-meta{margin-top:10px;}
.bdpp-post-carousel-wrap.bdpp-design-10 .bdpp-post-img-bg{line-height:0px; margin-bottom:25px; overflow:visible ;}
.bdpp-post-carousel-wrap.bdpp-design-10 .bdpp-post-img-bg:hover img{-webkit-transform: scale(1);transform: scale(1);}
.bdpp-post-carousel-wrap.bdpp-design-10 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }

/****Carousel bdpp-design-11*******************/
.bdpp-post-carousel-wrap.bdpp-design-11 .bdpp-post-cats a{ border:0px; padding:0px;}
.bdpp-post-carousel-wrap.bdpp-design-11 .bdpp-post-head{padding-bottom:0px; }
.bdpp-post-carousel-wrap.bdpp-design-11 .bdpp-block-date{ background:#1e4398; padding:5px 15px; vertical-align: middle;}
.bdpp-post-carousel-wrap.bdpp-design-11 .bdpp-block-date::after{border:0px;}
.bdpp-post-carousel-wrap.bdpp-design-11 .bdpp-block-date span{color:#fff}
.bdpp-post-carousel-wrap.bdpp-design-11 .bdpp-no-thumb .bdpp-post-head{padding-bottom:0px;}
.bdpp-post-carousel-wrap.bdpp-design-11 .bdpp-post-content{padding-left:80px;}
.bdpp-post-carousel-wrap.bdpp-design-11 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }

/****Carousel bdpp-design-12*******************/
.bdpp-post-carousel-wrap.bdpp-design-12 .bdpp-post-carousel-content {text-align:left; }
.bdpp-post-carousel-wrap.bdpp-design-12 .bdpp-post-img-bg .bdpp-post-cats{position:absolute; top:15px; left:15px;}
.bdpp-post-carousel-wrap.bdpp-design-12 .bdpp-post-cats a{color: #fff;background: #dd3333; border:0px;padding: 5px 15px 5px;}
.bdpp-post-carousel-wrap.bdpp-design-12 .bdpp-post-img-bg{height:350px; background-color:#ddd; position:relative;background-repeat:no-repeat; background-position:center center;}
.bdpp-post-carousel-wrap.bdpp-design-12 .bdpp-post-overlay .bdpp-post-title a{color:#fff !important}
.bdpp-post-carousel-wrap.bdpp-design-12 .bdpp-post-overlay .bdpp-post-meta{color:#fff;}
.bdpp-post-carousel-wrap.bdpp-design-12 .bdpp-post-overlay{text-align:left; color:#fff; position: absolute; bottom: 0px; left: 0px; z-index: 1; padding: 20px; width: 100%;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(130%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}
.bdpp-post-carousel-wrap.bdpp-design-12 .bdpp-post-content{padding:0 15px 0 15px;}
.bdpp-post-carousel-wrap.bdpp-design-12 .bdpp-format-icon{ color:#555; display:block; }
.bdpp-post-carousel-wrap.bdpp-design-12 .bdpp-format-icon .bdpp-post-icon{text-align:center; box-shadow: 0 0 22px -1px rgba(36,36,43,.2); background:rgba(255,255,255,0.9)}
.bdpp-post-carousel-wrap.bdpp-design-12 .bdpp-no-thumb .bdpp-format-icon{margin:10px 0 10px 0;}

/****Carousel bdpp-design-13*******************/
.bdpp-post-carousel-wrap.bdpp-design-13 .bdpp-post-carousel-content {border: 1px solid #eee; padding-bottom:15px;border-radius: 4px;background: #fff;box-shadow: 0 1px 6px rgba(0,0,0,.03);}
.bdpp-post-carousel-wrap.bdpp-design-13 .bdpp-post-title{padding:0 15px 15px 15px; position:relative;}
.bdpp-post-carousel-wrap.bdpp-design-13 .bdpp-post-cats a{color: #fff;background: #dd3333; border:0px;padding: 5px 15px 5px; font-size:11px;}
.bdpp-post-carousel-wrap.bdpp-design-13 .bdpp-post-cats,
.bdpp-post-carousel-wrap.bdpp-design-13 .bdpp-post-meta,
.bdpp-post-carousel-wrap.bdpp-design-13 .bdpp-post-content{padding:0 15px;}
.bdpp-post-carousel-wrap.bdpp-design-13 .bdpp-has-thumb .bdpp-post-cats{position:absolute; margin-top:-48px;}
.bdpp-post-carousel-wrap.bdpp-design-13 .bdpp-has-thumb .bdpp-post-img-bg{margin-bottom:25px;}
.bdpp-post-carousel-wrap.bdpp-design-13 .bdpp-post-content{margin-top:5px;}
.bdpp-post-carousel-wrap.bdpp-design-13 .bdpp-format-icon{display:block; position:absolute; z-index:9; bottom:-20px; right:10px; color:#fff; text-align:center;  }
.bdpp-post-carousel-wrap.bdpp-design-13 .bdpp-format-icon .bdpp-post-icon{box-shadow: 0 0 22px -1px rgba(36,36,43,.2); background:#fff; color:#555; text-align:center;}
.bdpp-post-carousel-wrap.bdpp-design-13 .bdpp-no-thumb .bdpp-format-icon{position:static; text-align:left; margin-top:15px;}
.bdpp-equal-height.bdpp-design-13 .bdpp-post-slide{height: 100%;}
.bdpp-equal-height.bdpp-design-13 .bdpp-post-carousel-content{display: flex;flex-direction: column;height: 100%;}
.bdpp-equal-height.bdpp-design-13 .bdpp-post-content-inner{flex: auto; -ms-flex: auto; -webkit-flex: auto; -moz-flex: auto; width:100%;}

/****Carousel bdpp-design-14*******************/
.bdpp-post-carousel-wrap.bdpp-design-14 .bdpp-post-carousel-content{ text-align:center;  }
.bdpp-post-carousel-wrap.bdpp-design-14 .bdpp-post-image-bg{margin-bottom:0px;}
.bdpp-post-carousel-wrap.bdpp-design-14 .bdpp-post-margin-content{background:#fff; box-shadow: 0 1px 6px rgba(0,0,0,.03); border: 1px solid #eee; padding:20px 20px 20px 20px; max-width:90%; margin:-50px auto 0 auto; position:relative; }
.bdpp-post-carousel-wrap.bdpp-design-14 .bdpp-no-thumb .bdpp-post-margin-content{ max-width:100%; border:10px solid #f9f9f9; margin:0px !important}
.bdpp-post-carousel-wrap.bdpp-design-14 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
.bdpp-equal-height.bdpp-design-14 .bdpp-post-slide{height: 100%;}
.bdpp-equal-height.bdpp-design-14 .bdpp-post-carousel-content{display: flex;flex-direction: column;height: 100%;}
.bdpp-equal-height.bdpp-design-14 .bdpp-post-content-inner{flex: auto; -ms-flex: auto; -webkit-flex: auto; -moz-flex: auto; width:100%;}

/****Carousel bdpp-design-15*******************/
.bdpp-post-carousel-wrap.bdpp-design-15 .bdpp-post-carousel-content {text-align:left; }
.bdpp-post-carousel-wrap.bdpp-design-15 .bdpp-post-cats a{color: #fff;background: #dd3333; border:0px;padding: 3px 8px; font-size:11px;}
.bdpp-post-carousel-wrap.bdpp-design-15 .bdpp-post-img-bg{height:350px; background-color:#ddd; position:relative;background-repeat:no-repeat; background-position:center center;}
.bdpp-post-carousel-wrap.bdpp-design-15 .bdpp-post-overlay .bdpp-post-title a{display: inline; color: #191919; background: rgba(255,255,255,0.8); box-decoration-break: clone;padding:0 10px;}
.bdpp-post-carousel-wrap.bdpp-design-15 .bdpp-post-title{line-height:normal;}
.bdpp-post-carousel-wrap.bdpp-design-15 .bdpp-post-overlay .bdpp-post-meta{color:#fff;}
.bdpp-post-carousel-wrap.bdpp-design-15 .bdpp-post-overlay{text-align:left; color:#fff; position: absolute; bottom: 0px; left: 0px; z-index: 1; padding: 20px; width: 100%;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(130%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}
.bdpp-post-carousel-wrap.bdpp-design-15 .bdpp-post-content{padding:0 15px 0 15px;}
.bdpp-post-carousel-wrap.bdpp-design-15 .bdpp-format-icon{display:block; margin-bottom:15px;}
.bdpp-post-carousel-wrap.bdpp-design-15 .bdpp-post-icon{text-align:center; background:rgba(255,255,255,0.9); color:#555; box-shadow: 0 0 22px -1px rgba(36,36,43,.2);}

/****Carousel bdpp-design-16*******************/
.bdpp-post-carousel-wrap.bdpp-design-16 .bdpp-post-carousel-content{ text-align:center;  }
.bdpp-post-carousel-wrap.bdpp-design-16 .bdpp-post-image-bg{margin-bottom:0px;}
.bdpp-post-carousel-wrap.bdpp-design-16 .bdpp-post-margin-content{background:#fd6420; padding:20px 20px 20px 20px; max-width:90%; margin:-50px auto 0 auto; position:relative; }
.bdpp-post-carousel-wrap.bdpp-design-16 .bdpp-no-thumb .bdpp-post-margin-content{ max-width:100%; margin:0px !important}
.bdpp-post-carousel-wrap.bdpp-design-16 .owl-item:nth-child(5n+1) .bdpp-post-margin-content{background:#fd6420}
.bdpp-post-carousel-wrap.bdpp-design-16 .owl-item:nth-child(5n+2) .bdpp-post-margin-content{background:#3aadaa}
.bdpp-post-carousel-wrap.bdpp-design-16 .owl-item:nth-child(5n+3) .bdpp-post-margin-content{background:#98b446}
.bdpp-post-carousel-wrap.bdpp-design-16 .owl-item:nth-child(5n+4) .bdpp-post-margin-content{background:#f62705}
.bdpp-post-carousel-wrap.bdpp-design-16 .owl-item:nth-child(5n+5) .bdpp-post-margin-content{background:#9c27b0}
.bdpp-post-carousel-wrap.bdpp-design-16 .owl-item .bdpp-post-cats a,
.bdpp-post-carousel-wrap.bdpp-design-16 .owl-item .bdpp-post-title a,
.bdpp-post-carousel-wrap.bdpp-design-16 .bdpp-post-meta span,
.bdpp-post-carousel-wrap.bdpp-design-16 .bdpp-post-meta,
.bdpp-post-carousel-wrap.bdpp-design-16 .bdpp-post-desc,
.bdpp-post-carousel-wrap.bdpp-design-16 .bdpp-rdmr-btn{color:#fff;}
.bdpp-post-carousel-wrap.bdpp-design-16 .bdpp-rdmr-btn{border-color:#fff;}

.bdpp-post-carousel-wrap.bdpp-design-16 .bdpp-format-icon{display:block; position:relative; margin-top:-40px; color:#fff; }
.bdpp-post-carousel-wrap.bdpp-design-16 .bdpp-format-icon .bdpp-post-icon{box-shadow: 0 0 22px -1px rgba(36,36,43,.2);}
.bdpp-post-carousel-wrap.bdpp-design-16 .owl-item:nth-child(5n+1) .bdpp-post-icon{background:#fd6420}
.bdpp-post-carousel-wrap.bdpp-design-16 .owl-item:nth-child(5n+2) .bdpp-post-icon{background:#3aadaa}
.bdpp-post-carousel-wrap.bdpp-design-16 .owl-item:nth-child(5n+3) .bdpp-post-icon{background:#98b446}
.bdpp-post-carousel-wrap.bdpp-design-16 .owl-item:nth-child(5n+4) .bdpp-post-icon{background:#f62705}
.bdpp-post-carousel-wrap.bdpp-design-16 .owl-item:nth-child(5n+5) .bdpp-post-icon{background:#9c27b0}

.bdpp-equal-height.bdpp-design-16 .bdpp-post-slide{height: 100%;}
.bdpp-equal-height.bdpp-design-16 .bdpp-post-carousel-content{display: flex;flex-direction: column;height: 100%;}
.bdpp-equal-height.bdpp-design-16 .bdpp-post-content-inner{flex: auto; -ms-flex: auto; -webkit-flex: auto; -moz-flex: auto; width:100%;}

/****Carousel bdpp-design-17*******************/
.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-post-carousel-content {text-align:left; }
.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-post-cats a{color:#fff;}
.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-post-img-bg{height:350px; position:relative;background-repeat:no-repeat; background-color:#ddd; background-position:center center;}
.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-post-overlay .bdpp-post-title{width:80%;}
.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-post-overlay .bdpp-post-title a{position:relative; color:#fff; padding: 10px 0; display: inline-block;}
.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-post-overlay .bdpp-post-title a::after {left: 0; bottom: 0; -webkit-transform-origin: 0 50%; transform-origin: 0 50%;}
.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-post-overlay .bdpp-post-title a::before,
.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-post-overlay .bdpp-post-title a::after{content: ''; width: 100%; height: 2px; background: #fff; position: absolute; -webkit-transform: scale3d(0,1,1); transform: scale3d(0,1,1); -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s;}
.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-post-overlay .bdpp-post-title a::before {right: 0; top: 0; -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%;}	
.bdpp-post-carousel-wrap.bdpp-design-17 .owl-item:hover .bdpp-post-title a::before,
.bdpp-post-carousel-wrap.bdpp-design-17 .owl-item:hover .bdpp-post-title a::after,
.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-post-overlay .bdpp-post-title a:hover::before,
.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-post-overlay .bdpp-post-title a:hover::after {-webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1);}
.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-post-overlay .bdpp-post-meta{color:#fff;}
.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-post-overlay{text-align:left; color:#fff; position: absolute; bottom: 0px; left: 0px; z-index: 1; padding: 20px; width: 100%;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(130%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}

.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-post-content{padding:0 15px 0 15px;}
.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-no-thumb .bdpp-post-content{padding:0px;}
.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-format-icon{display:block; margin-bottom:15px;}
.bdpp-post-carousel-wrap.bdpp-design-17 .bdpp-post-icon{text-align:center; background:rgba(255,255,255,0.9); color:#555; box-shadow: 0 0 22px -1px rgba(36,36,43,.2);}

/****Carousel bdpp-design-18*******************/
.bdpp-post-carousel-wrap.bdpp-design-18 .bdpp-post-carousel-content {text-align:left; }
.bdpp-post-carousel-wrap.bdpp-design-18 .bdpp-post-cats a{color: #fff;background: #dd3333; border:0px;padding: 5px 15px 5px; font-size:11px;}
.bdpp-post-carousel-wrap.bdpp-design-18 .bdpp-post-img-bg{height:350px; position:relative;background-repeat:no-repeat; background-position:center center;  background-color:#ddd;}
.bdpp-post-carousel-wrap.bdpp-design-18 .bdpp-post-overlay .bdpp-post-title a,
.bdpp-post-carousel-wrap.bdpp-design-18 .bdpp-post-overlay .bdpp-post-meta{color:#fff;}
.bdpp-post-carousel-wrap.bdpp-design-18 .bdpp-post-overlay{text-align:left; color:#fff; position: absolute; bottom: 0px; left: 0px; z-index: 1; padding: 20px; width: 100%; background: rgba(0,0,0,0.5);}
.bdpp-post-carousel-wrap.bdpp-design-18 .bdpp-post-content{padding:0 15px 0 15px;}
.bdpp-post-carousel-wrap.bdpp-design-18 .bdpp-no-thumb .bdpp-post-content{padding:0px;}
.bdpp-post-carousel-wrap.bdpp-design-18 .bdpp-format-icon{display:block; position:relative; margin-top:-40px;  color:#fff;  text-align:right; }
.bdpp-post-carousel-wrap.bdpp-design-18 .bdpp-format-icon .bdpp-post-icon{box-shadow: 0 0 22px -1px rgba(36,36,43,.2); background:#fff; color:#555; text-align:center;}


/***************************************************************************
				 Slider
**************************************************************************/
.bdpp-post-slider-wrap .owl-item .owl-lazy:not([src]), .bdpp-post-slider-wrap .owl-item .owl-lazy[src^=""]{max-height:none;}
.bdpp-post-slider-wrap .owl-item .bdpp-no-thumb .owl-lazy{opacity:1;}

.bdpp-thumb-slider-wrap .owl-item .owl-lazy:not([src]), .bdpp-thumb-slider-wrap .owl-item .owl-lazy[src^=""]{max-height:none;}
.bdpp-thumb-slider-wrap .owl-item .bdpp-no-thumb .owl-lazy{opacity:1;}

.bdpp-post-slider-wrap .bdpp-post-img-bg{height:400px;}
.bdpp-post-slider-wrap{position:relative;}
.bdpp-post-slider-wrap .owl-nav{position:absolute; top:50%; margin-top:-30px;  left:0; right:0;-webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);}
.bdpp-post-slider-wrap .owl-nav .owl-next,
.bdpp-post-slider-wrap .owl-nav .owl-prev{display:inline-block; text-align:center !important; position:absolute; line-height: normal !important; cursor:pointer; background:rgba(0,0,0,0.8); color:#fff;  margin:0; font-size:40px;padding:2px 15px 6px 15px ; box-shadow:none; border-radius:0px; -moz-transition: all 0.5s ease-out 0s;-ms-transition: all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;}
.bdpp-post-slider-wrap .owl-nav .owl-next:hover,
.bdpp-post-slider-wrap .owl-nav .owl-prev:hover,
.bdpp-post-slider-wrap .owl-nav .owl-next:focus,
.bdpp-post-slider-wrap .owl-nav .owl-prev:focus{background:#03a9f5;}

.bdpp-post-slider-wrap .owl-nav .owl-next{right:0px;}
.bdpp-post-slider-wrap .owl-nav .owl-prev{left:0px;}
.bdpp-post-slider-wrap.owl-rtl .owl-nav .owl-next{left:0px; right:auto;}
.bdpp-post-slider-wrap.owl-rtl .owl-nav .owl-prev{right:0px; left:auto;}
.bdpp-post-slider-wrap .owl-dots{position:absolute; bottom:13px; width:100%; text-align:center;}
.bdpp-post-slider-wrap .owl-dots .owl-dot{width:10px !important; height:10px !important; background:#555; margin:0 2px; padding:0px !important; border-radius:100%; display:inline-block; box-shadow:none;}
.bdpp-post-slider-wrap .owl-dots .owl-dot.active{background:#fd6e4f;}
.bdpp-post-slider-wrap .bdpp-post-desc{line-height:normal;}
.bdpp-post-slider-wrap .bdpp-post-slider-content {position:relative;}
.bdpp-post-slider-wrap .bdpp-no-thumb .bdpp-post-img-bg{background-color:#ddd;}

/****Slider bdpp-design-1*******************/
.bdpp-post-slider-wrap.bdpp-design-1 .bdpp-format-icon{display:block; text-align:center; margin-bottom:15px;}
.bdpp-post-slider-wrap.bdpp-design-1 .bdpp-post-icon{color:#fff;}
.bdpp-post-slider-wrap.bdpp-design-1 .bdpp-post-img-bg{position: relative;  width: 100%;  display: table; vertical-align: middle; text-align: center;  overflow: hidden;background-repeat:no-repeat;  background-position:center;}
.bdpp-post-slider-wrap.bdpp-design-1 .bdpp-featured-meta	{margin: 0;padding: 1.5rem 2rem;position: absolute;top: 50%;left: 50%;width: 90%;
max-width: 500px;-webkit-transform: translate(-50%, -50%);-khtml-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);background-color: rgba(255, 255, 255, 0.8); z-index: 99;
}
.bdpp-post-slider-wrap.bdpp-design-1 .bdpp-post-cats .bdpp-post-cat-link {padding: 4px 8px;background: #000;border: 0px; font-size:10px;color: #fff !important;text-transform: uppercase;}

/****Slider bdpp-design-2*******************/
.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-post-icon{color:#fff;}
.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-post-slider-content {position:static;}
.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-post-slide{ background: #e9eff9; }
.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-col-left{padding-left:0px;}
.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-col-right {background: #fff;position: absolute;padding: 20px;right: 50px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }

/****Slider bdpp-design-3*******************/
.bdpp-post-slider-wrap.bdpp-design-3 .bdpp-format-icon{display:block; text-align:center; margin-bottom:15px;}
.bdpp-post-slider-wrap.bdpp-design-3 .bdpp-post-icon{color:#fff;}
.bdpp-post-slider-wrap.bdpp-design-3 .bdpp-post-img-bg{position: relative;  width: 100%;  display: table; vertical-align: middle; text-align: center;  overflow: hidden;background-repeat:no-repeat;  background-position:center;}
.bdpp-post-slider-wrap.bdpp-design-3 .bdpp-featured-meta{margin: 0;padding: 1.5rem 2rem 2.5rem 2rem; position: absolute;top: 50%;left: 50%;width: 90%;
max-width: 500px;-webkit-transform: translate(-50%, -50%);-khtml-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);background-color: rgba(255, 255, 255, 0.8); z-index: 99;
}
.bdpp-post-slider-wrap.bdpp-design-3 .bdpp-post-meta-outer{ position:absolute; bottom:-20px; left:0; right:0;  }
.bdpp-post-slider-wrap.bdpp-design-3 .bdpp-post-meta-up{background:#101020; max-width: 70%;margin: 0 auto; padding:10px 5px 6px 5px; color:#fff;}
.bdpp-post-slider-wrap.bdpp-design-3 .bdpp-post-meta-up span{color :#fff;}
.bdpp-post-slider-wrap.bdpp-design-3 .bdpp-post-cat-link{border-color:#101020;}

/****Slider bdpp-design-4*******************/
.bdpp-post-slider-wrap.bdpp-design-4 .bdpp-post-icon{color:#fff;}
.bdpp-post-slider-wrap.bdpp-design-4 .bdpp-post-slide .bdpp-post-slider-content{display:table; width:100%;  }
.bdpp-post-slider-wrap.bdpp-design-4 .bdpp-col-left{display:table-cell; float:none !important; vertical-align:middle; margin-right:-100px;}
.bdpp-post-slider-wrap.bdpp-design-4 .bdpp-col-left .bdpp-featured-meta{margin-right:-100px; position:relative; padding:25px; z-index:1;}
.rtl .bdpp-post-slider-wrap.bdpp-design-4 .bdpp-col-left .bdpp-featured-meta{margin-right:0px; margin-left:-100px;}
.bdpp-post-slider-wrap.bdpp-design-4 .bdpp-col-right {padding-right:0px; display:table-cell; float:none !important; }
.bdpp-post-slider-wrap.bdpp-design-4 .bdpp-post-img-bg{margin:40px 0;}
.bdpp-post-slider-wrap.bdpp-design-4 .bdpp-post-cats .bdpp-post-cat-link {padding: 4px 8px;background: #000;border: 0px; font-size:10px;color: #fff !important;text-transform: uppercase;}
.bdpp-post-slider-wrap.bdpp-design-4 .bdpp-post-slide::after {content: "";  position: absolute;  left: 0; top: 0;  width: 70%;  height: 100%; background: #f8f8f8;    z-index: -1;}
.rtl .bdpp-post-slider-wrap.bdpp-design-4 .bdpp-post-slide::after{left:auto; right:0;}
@media only screen and (min-width: 40.0625em) {
.bdpp-post-slider-wrap.bdpp-design-4 .owl-nav{right:auto !important; top:auto !important; bottom: 50px; z-index: 1;}
.rtl .bdpp-post-slider-wrap.bdpp-design-4 .owl-nav{right:0 !important;}
.bdpp-post-slider-wrap.bdpp-design-4 .owl-nav .owl-prev{left: 30px;  margin:0px !important}
.bdpp-post-slider-wrap.bdpp-design-4 .owl-nav .owl-next{left: 60px; right:auto;}
.rtl .bdpp-post-slider-wrap.bdpp-design-4 .owl-nav .owl-prev{right: 30px; left:auto;}
.rtl .bdpp-post-slider-wrap.bdpp-design-4 .owl-nav .owl-next{right: 60px; left:auto; }
.bdpp-post-slider-wrap.bdpp-design-4 .owl-nav .owl-next, .bdpp-post-slider-wrap.bdpp-design-4 .owl-nav .owl-prev{background: none !important;color: #555 !important;  line-height:40px !important; }
}
.bdpp-post-slider-wrap.bdpp-design-4 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }

/****Slider bdpp-design-5*******************/
.bdpp-post-slider-wrap.bdpp-design-5 .bdpp-featured-meta	{margin: 0;padding: 1.5rem 2rem;position: absolute;top: 50%;left: 50px;width: 50%;
max-width: 400px;-webkit-transform: translate(0%, -50%);-khtml-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);-ms-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);transform: translate(0%, -50%);background-color: rgba(255, 255, 255, 0.8); z-index: 99;
}
.bdpp-post-slider-wrap.bdpp-design-5 .bdpp-post-cats .bdpp-post-cat-link {padding: 4px 8px;background: #000;border: 0px; font-size:10px;color: #fff !important;text-transform: uppercase;}
.bdpp-post-slider-wrap.bdpp-design-5 .bdpp-format-icon{display:block; text-align:center; margin-bottom:15px;}
.bdpp-post-slider-wrap.bdpp-design-5 .bdpp-post-icon{color:#fff;}

/****Slider bdpp-design-6*******************/
.bdpp-post-slider-wrap.bdpp-design-6 .bdpp-post-icon{color:#fff;}
.bdpp-post-slider-wrap.bdpp-design-6 .bdpp-post-slide .bdpp-post-slider-content{display:table; width:100%;   background:#000;}
.bdpp-post-slider-wrap.bdpp-design-6 .bdpp-col-left{display:table-cell; float:none !important; vertical-align:middle;}
.bdpp-post-slider-wrap.bdpp-design-6 .bdpp-col-left .bdpp-featured-meta{ position:relative; padding:25px; z-index:1;}
.bdpp-post-slider-wrap.bdpp-design-6 .bdpp-col-right {padding-right:0px; display:table-cell; float:none !important; }
@media only screen and (min-width: 40.0625em) { 
.bdpp-post-slider-wrap.bdpp-design-6 .owl-nav{right:auto !important; top:auto !important; bottom: 50px; z-index: 1;}
.rtl .bdpp-post-slider-wrap.bdpp-design-6 .owl-nav{right:0 !important;}
.bdpp-post-slider-wrap.bdpp-design-6 .owl-nav .owl-prev{left: 30px;  margin:0px !important}
.bdpp-post-slider-wrap.bdpp-design-6 .owl-nav .owl-next{left: 60px; right:auto;}
.rtl .bdpp-post-slider-wrap.bdpp-design-6 .owl-nav .owl-prev{right: 30px; left:auto;}
.rtl .bdpp-post-slider-wrap.bdpp-design-6 .owl-nav .owl-next{right: 60px; left:auto; }
.bdpp-post-slider-wrap.bdpp-design-6 .owl-nav .owl-next, .bdpp-post-slider-wrap.bdpp-design-6 .owl-nav .owl-prev{ line-height:40px !important;background: none !important;color: #fff !important;}
}
.bdpp-post-slider-wrap.bdpp-design-6 .bdpp-post-title,
.bdpp-post-slider-wrap.bdpp-design-6 .bdpp-post-title a,
.bdpp-post-slider-wrap.bdpp-design-6 .bdpp-post-cats .bdpp-post-cat-link,
.bdpp-post-slider-wrap.bdpp-design-6 .bdpp-post-meta,
.bdpp-post-slider-wrap.bdpp-design-6 .bdpp-post-meta span,
.bdpp-post-slider-wrap.bdpp-design-6 .bdpp-post-content,
.bdpp-post-slider-wrap.bdpp-design-6 .bdpp-post-meta-down a.bdpp-post-cat-link{color:#fff;}
.bdpp-post-slider-wrap.bdpp-design-6 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }

/****Slider bdpp-design-7*******************/
.bdpp-post-slider-wrap.bdpp-design-7 .bdpp-post-icon{color:#fff;}
.bdpp-post-slider-wrap.bdpp-design-7 .bdpp-format-icon{display:block; text-align:center; margin-bottom:15px;}
.bdpp-post-slider-wrap.bdpp-design-7 .bdpp-post-slider-content {text-align:center; }
.bdpp-post-slider-wrap.bdpp-design-7 .bdpp-post-cats a{color: #fff;background: #dd3333; font-size:10px; border:0px;padding: 5px 10px 5px;}
.bdpp-post-slider-wrap.bdpp-design-7 .bdpp-post-title a{display: inline; color: #191919; background: rgba(255,255,255,0.8); box-decoration-break: clone;padding:0 10px;}
.bdpp-post-slider-wrap.bdpp-design-7 .bdpp-post-title{line-height:normal; margin-top:0px !important;}
.bdpp-post-slider-wrap.bdpp-design-7 .bdpp-post-meta,
.bdpp-post-slider-wrap.bdpp-design-7 .bdpp-post-meta-down a.bdpp-post-cat-link{color:#fff;}
.bdpp-post-slider-wrap.bdpp-design-7 .bdpp-featured-meta{text-align:center; color:#fff; position: absolute; bottom: 0px; left: 0px; z-index: 1; padding: 30px; width: 100%; z-index: 99;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(130%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}

/****Slider bdpp-design-8*******************/
.bdpp-post-slider-wrap.bdpp-design-8 .bdpp-post-slide .bdpp-post-slider-content{display:table; width:100%;   background:#fff;}
.bdpp-post-slider-wrap.bdpp-design-8 .bdpp-col-left{display:table-cell; float:none !important; vertical-align:middle;}
.bdpp-post-slider-wrap.bdpp-design-8 .bdpp-col-left .bdpp-featured-meta{ position:relative; padding:25px; z-index:1;}
.bdpp-post-slider-wrap.bdpp-design-8 .bdpp-col-right {padding-left:0px; display:table-cell; float:none !important; }
@media only screen and (min-width: 40.0625em) { 
.bdpp-post-slider-wrap.bdpp-design-8 .owl-nav{right:0px !important; top:auto !important; bottom: 45px !important; z-index: 1;}
.rtl .bdpp-post-slider-wrap.bdpp-design-8 .owl-nav{left:0px !important; right:auto !important;}
.bdpp-post-slider-wrap.bdpp-design-8 .owl-nav .owl-prev{right: 70px; left:auto; margin:0px !important}
.bdpp-post-slider-wrap.bdpp-design-8 .owl-nav .owl-next{right: 40px; }
.rtl .bdpp-post-slider-wrap.bdpp-design-8 .owl-nav .owl-prev{left: 60px; right:auto;}
.rtl .bdpp-post-slider-wrap.bdpp-design-8 .owl-nav .owl-next{left: 30px; right:auto; }
.bdpp-post-slider-wrap.bdpp-design-8 .owl-nav .owl-next, .bdpp-post-slider-wrap.bdpp-design-8 .owl-nav .owl-prev{line-height:40px !important;background: none !important;color: #555 !important;}
}
.bdpp-post-slider-wrap.bdpp-design-8 .bdpp-post-icon{color:#fff;}
.bdpp-post-slider-wrap.bdpp-design-8 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }

/****Slider bdpp-design-9*******************/
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-featured-meta	{text-align:left; margin: 0;padding: 3rem 2rem;position: absolute;top: 50%;left: 40px;width: 50%;
max-width: 400px;-webkit-transform: translate(0%, -50%);-khtml-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);-ms-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);transform: translate(0%, -50%); z-index:1;
}
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-post-title,
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-post-title a,
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-post-cats .bdpp-post-cat-link,
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-post-meta,
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-post-meta span,
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-post-content{color:#fff;}
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-post-img-bg:after{content: ''; background: rgba(0,0,0,0.3); position: absolute; left:0; right:0; bottom:0; top:0;	 -webkit-transition: all 200ms linear;transition: all 200ms linear;}
.bdpp-post-slider-wrap.bdpp-design-9 .owl-item:hover  .bdpp-post-img-bg:after{ background: rgba(0,0,0,0.5);}
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-post-title a{position:relative; color:#fff; padding: 10px 0; display: inline-block;}
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-post-title a::after {left: 0; bottom: 0; -webkit-transform-origin: 0 50%; transform-origin: 0 50%;}
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-post-title a::before,
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-post-title a::after{content: ''; width: 100%; height: 2px; background: #fff; position: absolute; -webkit-transform: scale3d(0,1,1); transform: scale3d(0,1,1); -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s;}
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-post-title a::before {right: 0; top: 0; -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%;}
.bdpp-post-slider-wrap.bdpp-design-9 .owl-item:hover .bdpp-post-title a::before,
.bdpp-post-slider-wrap.bdpp-design-9 .owl-item:hover .bdpp-post-title a::after,
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-post-overlay .bdpp-post-title a:hover::before,
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-post-overlay .bdpp-post-title a:hover::after{-webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1);}
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-format-icon{display:block; text-align:left; margin-bottom:15px;}
.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-post-icon{color:#fff; text-align:center;}

/****Slider bdpp-design-10*******************/
.bdpp-post-slider-wrap.bdpp-design-10 .bdpp-post-slider-content {text-align:left; }
.bdpp-post-slider-wrap.bdpp-design-10 .bdpp-post-meta, .bdpp-post-slider-wrap.bdpp-design-10 .bdpp-post-title a{color:#fff;}
.bdpp-post-slider-wrap.bdpp-design-10 .bdpp-featured-meta{text-align:left; color:#fff; position: absolute; bottom: 0px; left: 0px; z-index: 1; padding:20px 30px; width: 100%; background: rgba(0,0,0,0.5);}
.bdpp-post-slider-wrap.bdpp-design-10 .bdpp-post-cats a{color: #fff;background: #dd3333; font-size:10px; border:0px;padding: 5px 10px 5px;}
.bdpp-post-slider-wrap.bdpp-design-10 .bdpp-format-icon{display:block; position:relative; margin-top:-40px;  color:#fff;  text-align:right; }
.bdpp-post-slider-wrap.bdpp-design-10 .bdpp-format-icon .bdpp-post-icon{box-shadow: 0 0 22px -1px rgba(36,36,43,.2); background:#fff; color:#555; text-align:center;}

/***************************************************************************
				 Slider Thumb
**************************************************************************/
.bdpp-thumb-slider-wrap {margin-top:10px; text-align:center}
.bdpp-thumb-slider-wrap .bdpp-thumb-item{cursor:pointer;}
.bdpp-thumb-slider-wrap .bdpp-thumb-item .bdpp-thumb-cnt {height:100px; background-color:# background-repeat: no-repeat;background-position: center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.bdpp-thumb-slider-wrap .bdpp-thumb-item img{cursor:pointer;}
.bdpp-thumb-slider-wrap .owl-stage{margin:0 auto;}
.bdpp-thumb-slider .bdpp-thumb-cnt {
	position: relative;   background: rgba(0, 0, 0, 0.3); box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.4);
}
.bdpp-thumb-slider .bdpp-current-thumb .bdpp-thumb-cnt:before{border-color: #fff transparent transparent; border-style: solid; border-width: 10px 10px 0; content: ""; right: 0; left: 0; width: 10px; margin: auto; position: absolute; top: 0; z-index: 2; box-sizing: border-box;}
.bdpp-thumb-slider .active .bdpp-thumb-cnt:after {content: ''; position: absolute; top: 0px; z-index: 1; left: 0; right: 0; bottom: 0;}

/***************************************************************************
				  GRID BOX Slider
**************************************************************************/
.bdpp-gridbox-slider-wrap .owl-item .owl-lazy:not([src]), .bdpp-gridbox-slider-wrap .owl-item .owl-lazy[src^=""]{max-height:none;}
.bdpp-gridbox-slider-wrap .owl-item .bdpp-no-thumb .owl-lazy{opacity:1;}
.bdpp-gridbox-slider-wrap .bdpp-post-gridbox-main .bdpp-columns{padding:1px !important;}
.bdpp-gridbox-slider-wrap .bdpp-post-gridbox-main .bdpp-post-img-bg, .bdpp-gridbox-slider-wrap .bdpp-post-grid-content {height: 100%;}
.bdpp-gridbox-slider-wrap .bdpp-post-gridbox-main .bdpp-post-img-bg{background-size: cover; background-repeat:no-repeat; background-position:center center;position: relative;overflow: hidden;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.bdpp-gridbox-slider-wrap .bdpp-post-gridbox-main .bdpp-post-img-bg::before{position: absolute;z-index: 0;left: 0;top: 0;right: 0;bottom: 0;content: '';-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.bdpp-gridbox-slider-wrap .bdpp-post-gridbox-main .bdpp-post-img-bg::before{background-color: rgba(0,0,0,0.3)}
.bdpp-gridbox-slider-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-title,
.bdpp-gridbox-slider-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-title a,
.bdpp-gridbox-slider-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-meta,
.bdpp-gridbox-slider-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-meta span,
.bdpp-gridbox-slider-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-content{color:#fff;}
.bdpp-gridbox-slider-wrap .bdpp-post-content-overlay {z-index:1;}

.bdpp-gridbox-slider-wrap .bdpp-post-gridbox-left{margin-bottom:20px;}
.bdpp-gridbox-slider-wrap .bdpp-post-gridbox-right .bdpp-post-img-bg{margin-bottom:0px}
.bdpp-gridbox-slider-wrap .bdpp-post-gridbox-right{padding-left:0px !important; margin-bottom:25px;}

.bdpp-gridbox-slider-wrap .bdpp-post-img-bg{height:400px;}
.bdpp-gridbox-slider-wrap{position:relative;}
.bdpp-gridbox-slider-wrap .owl-nav{position:absolute; top:50%; margin-top:-30px; left:0; right:0;-webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);}
.bdpp-gridbox-slider-wrap .owl-nav .owl-next,
.bdpp-gridbox-slider-wrap .owl-nav .owl-prev{display:inline-block; text-align:center !important; position:absolute; line-height: normal !important; cursor:pointer; background:rgba(0,0,0,0.8); color:#fff; margin:0; font-size:40px ;padding:2px 15px 6px 15px; box-shadow:none; border-radius:0px; -moz-transition: all 0.5s ease-out 0s;-ms-transition: all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;}
.bdpp-gridbox-slider-wrap .owl-nav .owl-next:hover,
.bdpp-gridbox-slider-wrap .owl-nav .owl-prev:hover,
.bdpp-gridbox-slider-wrap .owl-nav .owl-next:focus,
.bdpp-gridbox-slider-wrap .owl-nav .owl-prev:focus{background:#03a9f5;}

.bdpp-gridbox-slider-wrap .owl-nav .owl-next{right:1px;}
.bdpp-gridbox-slider-wrap .owl-nav .owl-prev{left:1px;}
.bdpp-gridbox-slider-wrap.owl-rtl .owl-nav .owl-next{left:1px; right:auto;}
.bdpp-gridbox-slider-wrap.owl-rtl .owl-nav .owl-prev{right:1px; left:auto;}
.bdpp-gridbox-slider-wrap .owl-dots{position:absolute; bottom:5px; width:100%; text-align:center;}
.bdpp-gridbox-slider-wrap .owl-dots .owl-dot{width:10px !important; height:10px !important;  padding:0px !important; background:#555; margin:0 2px; border-radius:100%; display:inline-block; box-shadow:none;}
.bdpp-gridbox-slider-wrap .owl-dots .owl-dot.active{background:#fd6e4f;}

/***** Grid bdpp-slider-design-1 *****/
.bdpp-gridbox-slider-wrap .bdpp-post-content{line-height:normal;}
.bdpp-gridbox-slider-wrap .bdpp-format-icon{position:absolute; top:0px; right:0px;}
.bdpp-gridbox-slider-wrap .bdpp-format-icon .bdpp-post-icon{border-radius:0px; border:0px; background:rgba(255,255,255,0.8); font-size:14px; color:#555; line-height:32px; height:30px; width:30px;}
.bdpp-gridbox-slider-wrap .bdpp-post-icon{color:#fff; text-align:center}
.bdpp-gridbox-slider-wrap .bdpp-rdmr-btn{color:#fff; border-color:#fff;}

.bdpp-gridbox-slider-wrap.bdpp-design-1 .bdpp-post-content-overlay{position:absolute; bottom:0; text-align:left; left:0; right:0; padding:20px;}
.bdpp-gridbox-slider-wrap.bdpp-design-1 .bdpp-post-content-overlay .bdpp-post-title	{text-shadow: 0 1px 1px rgba(0,0,0,.4);}
.bdpp-gridbox-slider-wrap.bdpp-design-1 .bdpp-post-cats{position: absolute; top:0; left:0; padding:20px; right:0; text-align:left;}
.bdpp-gridbox-slider-wrap.bdpp-design-1 .bdpp-post-cats .bdpp-post-cat-link {padding: 4px 8px;background: #000;border: 0px; font-size:10px;color: #fff;text-transform: uppercase;}

/***** Grid bdpp-slider-design-2 *****/
.bdpp-gridbox-slider-wrap.bdpp-design-2 .bdpp-post-content-overlay{position:absolute; bottom:0; text-align:left; left:0; right:0; padding:20px;}
.bdpp-gridbox-slider-wrap.bdpp-design-2 .bdpp-post-content-overlay .bdpp-post-title	{text-shadow: 0 1px 1px rgba(0,0,0,.4);}
.bdpp-gridbox-slider-wrap.bdpp-design-2 .bdpp-post-cats{position: absolute; top:0; left:0; padding:20px; right:0; text-align:left;}
.bdpp-gridbox-slider-wrap.bdpp-design-2 .bdpp-post-cats .bdpp-post-cat-link {padding: 4px 8px;background: #000;border: 0px; font-size:10px;color: #fff !important;text-transform: uppercase;}

/***** Grid bdpp-slider-design-3*****/
.bdpp-gridbox-slider-wrap.bdpp-design-3 .bdpp-post-content-overlay{position:absolute; bottom:0; text-align:left; left:0; right:0; padding:20px;}
.bdpp-gridbox-slider-wrap.bdpp-design-3 .bdpp-post-content-overlay .bdpp-post-title	{text-shadow: 0 1px 1px rgba(0,0,0,.4);}
.bdpp-gridbox-slider-wrap.bdpp-design-3 .bdpp-post-cats{position: absolute; top:0; left:0; padding:20px; right:0; text-align:left;}
.bdpp-gridbox-slider-wrap.bdpp-design-3 .bdpp-post-cats .bdpp-post-cat-link {padding: 4px 8px;background: #000;border: 0px; font-size:10px;color: #fff !important;text-transform: uppercase;}

/***** Grid bdpp-slider-design-4 *****/
.bdpp-gridbox-slider-wrap.bdpp-design-4 .bdpp-post-content-overlay{position:absolute; bottom:0; text-align:left; left:0; right:0; padding:20px;}
.bdpp-gridbox-slider-wrap.bdpp-design-4 .bdpp-post-content-overlay .bdpp-post-title	{text-shadow: 0 1px 1px rgba(0,0,0,.4);}
.bdpp-gridbox-slider-wrap.bdpp-design-4 .bdpp-post-cats{position: absolute; top:0; left:0; padding:20px; right:0; text-align:left;}
.bdpp-gridbox-slider-wrap.bdpp-design-4 .bdpp-post-cats .bdpp-post-cat-link {padding: 4px 8px;background: #000;border: 0px; font-size:10px;color: #fff !important;text-transform: uppercase;}

/***** Grid bdpp-slider-design-5 *****/
.bdpp-gridbox-slider-wrap.bdpp-design-5 .bdpp-post-content-overlay{position:absolute; bottom:0; text-align:left; left:0; right:0; padding:20px;}
.bdpp-gridbox-slider-wrap.bdpp-design-5 .bdpp-post-content-overlay .bdpp-post-title	{text-shadow: 0 1px 1px rgba(0,0,0,.4);}
.bdpp-gridbox-slider-wrap.bdpp-design-5 .bdpp-post-cats{position: absolute; top:0; left:0; padding:20px; right:0; text-align:left;}
.bdpp-gridbox-slider-wrap.bdpp-design-5 .bdpp-post-cats .bdpp-post-cat-link {padding: 4px 8px;background: #000;border: 0px; font-size:10px;color: #fff !important;text-transform: uppercase;}

/***** Grid bdpp-slider-design-6 *****/
.bdpp-gridbox-slider-wrap.bdpp-design-6 .bdpp-post-content-overlay{position:absolute; bottom:0; text-align:left; left:0; right:0; padding:20px;}
.bdpp-gridbox-slider-wrap.bdpp-design-6 .bdpp-post-content-overlay .bdpp-post-title	{text-shadow: 0 1px 1px rgba(0,0,0,.4);}
.bdpp-gridbox-slider-wrap.bdpp-design-6 .bdpp-post-cats{position: absolute; top:0; left:0; padding:20px; right:0; text-align:left;}
.bdpp-gridbox-slider-wrap.bdpp-design-6 .bdpp-post-cats .bdpp-post-cat-link {padding: 4px 8px;background: #000;border: 0px; font-size:10px;color: #fff !important;text-transform: uppercase;}

/***************************************************************************
				  GRID BOX
**************************************************************************/
.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-columns{padding:1px !important;}
.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-img-bg, .bdpp-post-grid-box-wrap .bdpp-post-grid-content {height: 100%;}
.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-img-bg{background-size: cover; background-repeat:no-repeat; background-position:center center;position: relative;overflow: hidden;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-img-bg::before{position: absolute;z-index: 0;left: 0;top: 0;right: 0;bottom: 0;content: '';-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-img-bg::before{background-color: rgba(0,0,0,0.3)}

/******Colorfull overlay class***************/
.bdpp-colorfull .bdpp-post-gridbox:nth-child(5n+1) .bdpp-post-img-bg::before{background-color: rgba(233,30,99,0.4)}
.bdpp-colorfull .bdpp-post-gridbox:nth-child(5n+2) .bdpp-post-img-bg::before{background-color: rgba(63,81,181,0.4)}
.bdpp-colorfull .bdpp-post-gridbox:nth-child(5n+3) .bdpp-post-img-bg::before{background-color: rgba(76,175,80,0.4)}
.bdpp-colorfull .bdpp-post-gridbox:nth-child(5n+4) .bdpp-post-img-bg::before{background-color: rgba(3,169,244,0.4)}
.bdpp-colorfull .bdpp-post-gridbox:nth-child(5n+5) .bdpp-post-img-bg::before{background-color: rgba(255,193,7,0.4)}

.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-title,
.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-title a,
.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-meta,
.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-meta span,
.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-content{color:#fff;}

.bdpp-post-grid-box-wrap .bdpp-post-gridbox-left{margin-bottom:20px;}
.bdpp-post-grid-box-wrap .bdpp-post-gridbox-right .bdpp-post-img-bg{margin-bottom:0px}
.bdpp-post-grid-box-wrap .bdpp-post-gridbox-right{padding-left:0px !important; margin-bottom:25px;}

h4.bdpp-post-title{margin-top:5px !important;}
.bdpp-post-grid-box-wrap .bdpp-post-content-overlay {line-height:25px;}

.bdpp-post-grid-box-wrap .bdpp-post-grid-content{position:relative;}
.bdpp-post-grid-box-wrap .bdpp-post-content-overlay {z-index:1;}

/***** Grid bdpp-design-1 *****/
.bdpp-post-grid-box-wrap.bdpp-design-1 .bdpp-post-grid-box-inr-wrap{font-size:0; margin-left: -0.9375em; margin-right: -0.9375em;}
.bdpp-post-grid-box-wrap.bdpp-design-1 .bdpp-post-gridbox-left{font-size: 15px;}
.bdpp-post-grid-box-wrap.bdpp-design-1 .bdpp-post-gridbox-right {float:none !important; display:inline-block; vertical-align:top; font-size: 15px;}
.bdpp-post-grid-box-wrap.bdpp-design-1 .bdpp-format-icon{position:absolute; text-align:center; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);}

/***** Grid bdpp-design-2 *****/
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-grid-box-inr-wrap{font-size:0; margin-left: -0.9375em; margin-right: -0.9375em;}
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-left .bdpp-post-img-bg{background-size: cover; background-repeat:no-repeat; background-position:center center;position: relative;overflow: hidden;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-left .bdpp-post-img-bg::before{position: absolute;z-index: 0;left: 0;top: 0;right: 0;bottom: 0;content: '';-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-left .bdpp-post-img-bg::before{background-color: transparent;background-image: linear-gradient(0deg, #222 0%, rgba(222,222,222,0) 70%)}
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-left .bdpp-post-content-overlay .bdpp-post-title,
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-left .bdpp-post-content-overlay .bdpp-post-title a,
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-left .bdpp-post-content-overlay .bdpp-post-meta,
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-left .bdpp-post-content-overlay .bdpp-post-meta span,
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-left .bdpp-post-content-overlay .bdpp-post-content,
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-left .bdpp-post-content-overlay .bdpp-rdmr-btn{color:#fff;}
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-left .bdpp-post-content-overlay .bdpp-rdmr-btn{border-color:#fff;}
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-left .bdpp-post-content-overlay{position:absolute; bottom:0; text-align:left; left:0; right:0; padding:20px;}
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-left .bdpp-post-cats{position: absolute; top:0; left:0; padding:20px; right:0; text-align:left;}
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-cat-link {padding: 3px 8px;background: #000;border: 0px; font-size:11px;color: #fff !important;}
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-format-icon{position:absolute; text-align:center; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-left .bdpp-format-icon{position:unset;}
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-left{font-size: 15px;}
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-right {float:none !important; display:inline-block; vertical-align:top; font-size: 15px;}
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-meta-down .bdpp-post-cat-link{background:none; padding:0px;}

/***** Grid bdpp-design-3 *****/
.bdpp-post-grid-box-wrap.bdpp-design-3 .bdpp-post-grid-box-inr-wrap{margin-left: -0.9375em; margin-right: -0.9375em;}
.bdpp-post-grid-box-wrap.bdpp-design-3 .bdpp-format-icon{position:absolute; text-align:center; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }

/***** Grid bdpp-design-4 *****/
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-post-grid-box-inr-wrap{margin-left: -0.9375em; margin-right: -0.9375em;}
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-post-gridbox-left .bdpp-post-img-bg{background-size: cover; background-repeat:no-repeat; background-position:center center;position: relative;overflow: hidden;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-post-gridbox-left .bdpp-post-img-bg::before{position: absolute;z-index: 0;left: 0;top: 0;right: 0;bottom: 0;content: '';-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-post-gridbox-left .bdpp-post-img-bg::before{background-color: transparent;background-image: linear-gradient(0deg, #222 0%, rgba(222,222,222,0) 70%)}
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-post-gridbox-left .bdpp-post-content-overlay .bdpp-post-title,
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-post-gridbox-left .bdpp-post-content-overlay .bdpp-post-title a,
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-post-gridbox-left .bdpp-post-content-overlay .bdpp-post-meta,
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-post-gridbox-left .bdpp-post-content-overlay .bdpp-post-meta span,
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-post-gridbox-left .bdpp-post-content-overlay .bdpp-post-content,
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-post-gridbox-left .bdpp-post-content-overlay .bdpp-rdmr-btn{color:#fff;}
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-post-gridbox-left .bdpp-post-content-overlay .bdpp-rdmr-btn{border-color:#fff;}
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-post-gridbox-left .bdpp-post-content-overlay{position:absolute; bottom:0; text-align:left; left:0; right:0; padding:20px;}
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-post-gridbox-left .bdpp-post-cats{position: absolute; top:0; left:0; padding:20px;  text-align:left;}
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-post-cat-link {padding: 3px 8px;background: #000;border: 0px; font-size:11px;color: #fff !important;}
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-format-icon{position:absolute; text-align:center; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-post-gridbox-left .bdpp-format-icon{position:unset;}
.bdpp-post-grid-box-wrap.bdpp-design-4 .bdpp-post-meta-down .bdpp-post-cat-link{background:none; padding:0px;}

/***** Grid bdpp-design-5 *****/
.bdpp-post-grid-box-wrap.bdpp-design-5 .bdpp-post-grid-box-inr-wrap{margin-left: -0.9375em; margin-right: -0.9375em;}
.bdpp-post-grid-box-wrap.bdpp-design-5 .bdpp-post-gridbox{margin-bottom:35px;}
.bdpp-post-grid-box-wrap.bdpp-design-5 .bdpp-format-icon{position:absolute; text-align:center; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }

/***** Grid bdpp-design-6 *****/
.bdpp-post-grid-box-wrap.bdpp-design-6 .bdpp-post-grid-box-inr-wrap{margin-left: -0.9375em; margin-right: -0.9375em;}
.bdpp-post-grid-box-wrap.bdpp-design-6 .bdpp-post-gridbox{margin-bottom:35px; text-align:center;}
.bdpp-post-grid-box-wrap.bdpp-design-6 .bdpp-post-gridbox-top .bdpp-post-img-bg::before{position: absolute;z-index: 0;left: 0;top: 0;right: 0;bottom: 0;content: '';-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.bdpp-post-grid-box-wrap.bdpp-design-6 .bdpp-post-gridbox-top .bdpp-post-img-bg::before{background-color: rgba(0,0,0,0.3)}
.bdpp-post-grid-box-wrap.bdpp-design-6 .bdpp-post-gridbox-top .bdpp-post-title	{text-shadow: 0 1px 1px rgba(0,0,0,.4);}
.bdpp-post-grid-box-wrap.bdpp-design-6 .bdpp-post-gridbox-top .bdpp-post-title,
.bdpp-post-grid-box-wrap.bdpp-design-6 .bdpp-post-gridbox-top .bdpp-post-title a,
.bdpp-post-grid-box-wrap.bdpp-design-6 .bdpp-post-gridbox-top .bdpp-post-meta,
.bdpp-post-grid-box-wrap.bdpp-design-6 .bdpp-post-gridbox-top .bdpp-post-meta span,
.bdpp-post-grid-box-wrap.bdpp-design-6 .bdpp-post-gridbox-top .bdpp-post-cats a,
.bdpp-post-grid-box-wrap.bdpp-design-6 .bdpp-post-gridbox-top .bdpp-post-content,
.bdpp-post-grid-box-wrap.bdpp-design-6 .bdpp-post-gridbox-top .bdpp-rdmr-btn{color:#fff; border-color:#fff;}
.bdpp-post-grid-box-wrap.bdpp-design-6 .bdpp-post-gridbox-top .bdpp-post-content-overlay{position:absolute; top:50%; left:0; right:0; padding:20px; -webkit-transform: translate(0%, -50%);-khtml-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);-ms-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.bdpp-post-grid-box-wrap.bdpp-design-6 .bdpp-format-icon{position:absolute; text-align:center; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
.bdpp-post-grid-box-wrap.bdpp-design-6 .bdpp-post-gridbox-top .bdpp-format-icon{position:unset; display:block;}
.bdpp-post-grid-box-wrap.bdpp-design-6 .bdpp-post-gridbox-top  .bdpp-post-meta-down .bdpp-post-cat-link{color:#fff;}

/***** Grid bdpp-design-7 *****/
.bdpp-post-grid-box-wrap.bdpp-design-7 .bdpp-post-content-overlay{position:absolute; bottom:0; text-align:left; left:0; right:0; padding:20px;}
.bdpp-post-grid-box-wrap.bdpp-design-7 .bdpp-post-content-overlay .bdpp-post-title	{text-shadow: 0 1px 1px rgba(0,0,0,.4);}
.bdpp-post-grid-box-wrap.bdpp-design-7 .bdpp-post-cats{position: absolute; top:0; left:0; padding:20px; text-align:left;}
.bdpp-post-grid-box-wrap.bdpp-design-7 .bdpp-post-cat-link {padding: 4px 8px;background: #000;border: 0px; font-size:11px;color: #fff !important;}
.bdpp-post-grid-box-wrap.bdpp-design-7 .bdpp-rdmr-btn{color:#fff; border-color:#fff;}
.bdpp-post-grid-box-wrap.bdpp-design-7 .bdpp-post-icon{color:#fff; text-align:center}
.bdpp-post-grid-box-wrap.bdpp-design-7 .bdpp-col-4 .bdpp-format-icon{position:absolute; bottom:0px; right:0px;}
.bdpp-post-grid-box-wrap.bdpp-design-7 .bdpp-col-4 .bdpp-format-icon .bdpp-post-icon{border-radius:0px; border:0px; background:rgba(255,255,255,0.8); font-size:14px; color:#555; line-height:32px; height:30px; width:30px;}
.bdpp-post-grid-box-wrap.bdpp-design-7 .bdpp-post-meta-down .bdpp-post-cat-link{background:none; padding:0px;}
/***** Grid bdpp-design-8 *****/
.bdpp-post-grid-box-wrap.bdpp-design-8 .bdpp-post-content-overlay{position:absolute; bottom:0; text-align:left; left:0; right:0; padding:20px;}
.bdpp-post-grid-box-wrap.bdpp-design-8 .bdpp-post-content-overlay .bdpp-post-title	{text-shadow: 0 1px 1px rgba(0,0,0,.4);}
.bdpp-post-grid-box-wrap.bdpp-design-8 .bdpp-post-cats{position: absolute; top:0; left:0; padding:20px;text-align:left;}
.bdpp-post-grid-box-wrap.bdpp-design-8 .bdpp-post-cat-link {padding: 4px 8px;background: #000;border: 0px; font-size:11px;color: #fff !important;}
.bdpp-post-grid-box-wrap.bdpp-design-8 .bdpp-post-icon{color:#fff; text-align:center}
.bdpp-post-grid-box-wrap.bdpp-design-8 .bdpp-rdmr-btn{color:#fff; border-color:#fff;}
.bdpp-post-grid-box-wrap.bdpp-design-8 .bdpp-post-meta-down .bdpp-post-cat-link{background:none; padding:0px;}
/***** Grid bdpp-design-9 *****/
.bdpp-post-grid-box-wrap.bdpp-design-9 .bdpp-post-content-overlay{position:absolute; bottom:0; text-align:left; left:0; right:0; padding:20px;}
.bdpp-post-grid-box-wrap.bdpp-design-9 .bdpp-post-content-overlay .bdpp-post-title	{text-shadow: 0 1px 1px rgba(0,0,0,.4);}
.bdpp-post-grid-box-wrap.bdpp-design-9 .bdpp-post-cats{position: absolute; top:0; left:0; padding:20px; right:0; text-align:left;}
.bdpp-post-grid-box-wrap.bdpp-design-9 .bdpp-post-cat-link {padding: 4px 8px;background: #000;border: 0px; font-size:11px;color: #fff !important;}
.bdpp-post-grid-box-wrap.bdpp-design-9 .bdpp-post-icon{color:#fff; text-align:center}
.bdpp-post-grid-box-wrap.bdpp-design-9 .bdpp-rdmr-btn{color:#fff; border-color:#fff;}
.bdpp-post-grid-box-wrap.bdpp-design-9 .bdpp-post-meta-down .bdpp-post-cat-link{background:none; padding:0px;}
/***** Grid bdpp-design-10 *****/
.bdpp-post-grid-box-wrap.bdpp-design-10 .bdpp-post-content-overlay{position:absolute; bottom:0; text-align:left; left:0; right:0; padding:20px;}
.bdpp-post-grid-box-wrap.bdpp-design-10 .bdpp-post-content-overlay .bdpp-post-title	{text-shadow: 0 1px 1px rgba(0,0,0,.4);}
.bdpp-post-grid-box-wrap.bdpp-design-10 .bdpp-post-cats{position: absolute; top:0; left:0; padding:20px; text-align:left;}
.bdpp-post-grid-box-wrap.bdpp-design-10 .bdpp-post-cat-link {padding: 4px 8px;background: #000;border: 0px; font-size:11px;color: #fff !important;}
.bdpp-post-grid-box-wrap.bdpp-design-10 .bdpp-rdmr-btn{color:#fff; border-color:#fff;}
.bdpp-post-grid-box-wrap.bdpp-design-10 .bdpp-post-icon{color:#fff; text-align:center}
.bdpp-post-grid-box-wrap.bdpp-design-10 .bdpp-col-4 .bdpp-format-icon{position:absolute; bottom:0px; right:0px;}
.bdpp-post-grid-box-wrap.bdpp-design-10 .bdpp-col-4 .bdpp-format-icon .bdpp-post-icon{border-radius:0px; border:0px; background:rgba(255,255,255,0.8); font-size:14px; color:#555; line-height:32px; height:30px; width:30px;}
.bdpp-post-grid-box-wrap.bdpp-design-10 .bdpp-post-meta-down .bdpp-post-cat-link{background:none; padding:0px;}

/***** Grid bdpp-design-11 *****/
.bdpp-post-grid-box-wrap.bdpp-design-11 .bdpp-post-content-overlay{position:absolute; bottom:0; text-align:left; left:0; right:0; padding:20px;}
.bdpp-post-grid-box-wrap.bdpp-design-11 .bdpp-post-content-overlay .bdpp-post-title	{text-shadow: 0 1px 1px rgba(0,0,0,.4);}
.bdpp-post-grid-box-wrap.bdpp-design-11 .bdpp-post-cats{position: absolute; top:0; left:0; padding:20px;  text-align:left;}
.bdpp-post-grid-box-wrap.bdpp-design-11 .bdpp-post-cat-link {padding: 4px 8px;background: #000;border: 0px; font-size:11px;color: #fff !important;}
.bdpp-post-grid-box-wrap.bdpp-design-11 .bdpp-rdmr-btn{color:#fff; border-color:#fff;}
.bdpp-post-grid-box-wrap.bdpp-design-11 .bdpp-post-icon{color:#fff; text-align:center}
.bdpp-post-grid-box-wrap.bdpp-design-11 .bdpp-format-icon{position:absolute; bottom:0px; right:0px;}
.bdpp-post-grid-box-wrap.bdpp-design-11 .bdpp-format-icon .bdpp-post-icon{border-radius:0px; border:0px; background:rgba(255,255,255,0.8); font-size:14px; color:#555; line-height:32px; height:30px; width:30px;}
.bdpp-post-grid-box-wrap.bdpp-design-11 .bdpp-post-meta-down .bdpp-post-cat-link{background:none; padding:0px;}
/***** Grid bdpp-design-12 *****/
.bdpp-post-grid-box-wrap.bdpp-design-12 .bdpp-post-content-overlay{position:absolute; bottom:0; text-align:left; left:0; right:0; padding:20px;}
.bdpp-post-grid-box-wrap.bdpp-design-12 .bdpp-post-content-overlay .bdpp-post-title	{text-shadow: 0 1px 1px rgba(0,0,0,.4);}
.bdpp-post-grid-box-wrap.bdpp-design-12 .bdpp-post-cats{position: absolute; top:0; left:0; padding:20px;  text-align:left;}
.bdpp-post-grid-box-wrap.bdpp-design-12 .bdpp-post-cat-link {padding: 4px 8px;background: #000;border: 0px; font-size:11px;color: #fff !important;}
.bdpp-post-grid-box-wrap.bdpp-design-12 .bdpp-format-icon{position:absolute; bottom:0px; right:0px;}
.bdpp-post-grid-box-wrap.bdpp-design-12 .bdpp-format-icon .bdpp-post-icon{border-radius:0px; border:0px; background:rgba(255,255,255,0.8); font-size:14px; color:#555; line-height:32px; height:30px; width:30px;}
.bdpp-post-grid-box-wrap.bdpp-design-12 .bdpp-post-icon{color:#fff; text-align:center}
.bdpp-post-grid-box-wrap.bdpp-design-12 .bdpp-post-meta-down .bdpp-post-cat-link{background:none; padding:0px;}
.bdpp-post-grid-box-wrap.bdpp-design-12 .bdpp-rdmr-btn{color:#fff; border-color:#fff;}
/*********************************************************
					Masonry Effects
**********************************************************/

/* Effect 2: Move Up */
.bdpp-post-masonry-wrap.bdpp-effect-2 .bdpp-post-grid{-webkit-transform: translateY(200px);  transform: translateY(200px);-webkit-animation: BdppMoveUp 0.65s ease forwards; animation: BdppMoveUp 0.65s ease forwards;}
@-webkit-keyframes BdppMoveUp {
	0% {}
	100%{ -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes BdppMoveUp {
	0% {}
	100%{-webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/* Effect 3: Fall Perspective */
.bdpp-post-masonry-wrap.bdpp-effect-3 {    -webkit-perspective: 1300px;perspective: 1300px;}
.bdpp-post-masonry-wrap.bdpp-effect-3 .bdpp-post-grid {-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);-webkit-animation: BdppFallPerspective .8s ease-in-out forwards; animation: BdppFallPerspective .8s ease-in-out forwards;
}
@-webkit-keyframes BdppFallPerspective {
	0% {}
	100%{ -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@keyframes BdppFallPerspective {
	0% {}
	100%{ -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* Effect 4: BdppFly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.bdpp-post-masonry-wrap.bdpp-effect-4 {-webkit-perspective: 1300px;perspective: 1300px;}
.bdpp-post-masonry-wrap.bdpp-effect-4 .bdpp-post-grid {-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform-origin: 50% 50% -300px;
	transform-origin: 50% 50% -300px;-webkit-transform: rotateX(-180deg);transform: rotateX(-180deg);-webkit-animation: BdppFly .8s ease-in-out forwards;
	animation: BdppFly .8s ease-in-out forwards;
}
@-webkit-keyframes BdppFly {
	0% {}
	100%{-webkit-transform: rotateX(0deg); opacity: 1;}
}
@keyframes BdppFly {
	0% {}
	100%{-webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 5: BdppFlip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.bdpp-post-masonry-wrap.bdpp-effect-5 {-webkit-perspective: 1300px;    perspective: 1300px;}
.bdpp-post-masonry-wrap.bdpp-effect-5 .bdpp-post-grid {-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform-origin: 0% 0%; transform-origin: 0% 0%;-webkit-transform: rotateX(-80deg); transform: rotateX(-80deg); -webkit-animation: BdppFlip .8s ease-in-out forwards; animation: BdppFlip .8s ease-in-out forwards;}
@-webkit-keyframes BdppFlip {
	0% {}
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}
@keyframes BdppFlip {
	0% {}
	100% {-webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1;}
}

/* Effect 6: BdppHelix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.bdpp-post-masonry-wrap.bdpp-effect-6 {-webkit-perspective: 1300px;perspective: 1300px;}
.bdpp-post-masonry-wrap.bdpp-effect-6 .bdpp-post-grid {-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);-webkit-animation: BdppHelix .8s ease-in-out forwards;animation: BdppHelix .8s ease-in-out forwards; animation-duration: 0.5s;
}
@-webkit-keyframes BdppHelix {
	0% { }
	100% {-webkit-transform: rotateY(0deg); opacity: 1; }
}
@keyframes BdppHelix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}

/* Effect 7: Bounce */
.bdpp-post-masonry-wrap.bdpp-effect-7 {-webkit-perspective: 1300px;perspective: 1300px;}
.bdpp-post-masonry-wrap.bdpp-effect-7 .bdpp-post-grid {-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform: scale(0.4);
	transform: scale(0.4);-webkit-animation: BdppPopUp .8s ease-in forwards;animation: BdppPopUp .8s ease-in forwards;animation-duration: 0.6s;
}
@-webkit-keyframes BdppPopUp{
	0% { }
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}
@keyframes BdppPopUp{
	0% { }
	70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

/*********************************************************
					Timeline CSS
**********************************************************/
.bdpp-tmln-wrap .bdpp-tmln-icon{ text-align:center; display:flex;}

.bdpp-tmln-wrap{position: relative;}
.bdpp-tmln-wrap .bdpp-tmln-inr-wrap{position:relative;}
/****Timeline design-1*******************/
.bdpp-tmln-wrap.bdpp-design-1 .bdpp-tmln-inr-wrap{width:100%; float:left;}
.bdpp-tmln-wrap.bdpp-design-1 .bdpp-format-icon{width:100%; line-height:0px !important;}
.bdpp-tmln-wrap.bdpp-design-1 .bdpp-post-icon{background:none; border:0px; color:#d9b44a; text-align:center;  width:100%; font-size:16px; line-height:normal;  height:auto;padding:10px 0;}
.bdpp-tmln-wrap.bdpp-design-1 .bdpp-tmln-inr-wrap:before{content: ""; width: 3px; height: 100%; background: #d9b44a; position: absolute; top: 0; left: 50%;}
.bdpp-tmln-wrap.bdpp-design-1 .bdpp-timeline{position: relative; width:50%; clear: left;float: left;  margin-bottom: 100px;}
.bdpp-tmln-wrap.bdpp-design-1 .bdpp-timeline:nth-child(2n){width:50%; clear: right;float: right; margin-top: 100px; margin-bottom: 0px;}
.bdpp-tmln-wrap.bdpp-design-1 .bdpp-timeline:before,
.bdpp-tmln-wrap.bdpp-design-1 .bdpp-timeline:after{content: ""; display: block; width: 100%; clear: both;}
.bdpp-tmln-wrap.bdpp-design-1 .bdpp-timeline:before{content: ""; width:5.2%; height: 3px; background: #d9b44a; margin-left: -5%; position: absolute; top: 100px; right: 0;}
.bdpp-tmln-wrap.bdpp-design-1 .bdpp-tmln-icon{width: 38px; height: 38px; border-radius: 50%; background: #fff; border: 2px solid #d9b44a; margin: 0 auto; position: absolute; top: 82px; right: 5.2%; z-index: 1;}
.bdpp-tmln-wrap.bdpp-design-1 .bdpp-tmln-content{width: 85%; padding: 30px; background: #fff; float: left; border: 3px solid #d9b44a; transition: all 0.3s ease 0s;}
.bdpp-tmln-wrap.bdpp-design-1 .bdpp-timeline:nth-child(2n):before{ margin-left: 0; left:0;}
.bdpp-tmln-wrap.bdpp-design-1 .bdpp-timeline:nth-child(2n) .bdpp-tmln-icon{right: auto; left: 5.2%;}
.bdpp-tmln-wrap.bdpp-design-1 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content{float: right; text-align: left;}
@media only screen and (max-width: 990px){
	.bdpp-tmln-wrap.bdpp-design-1 .bdpp-tmln-icon{width: 28px; height: 28px; top: 87px;}
	.bdpp-tmln-wrap.bdpp-design-1 .bdpp-post-icon{ padding:4px 0;}
}
@media only screen and (max-width: 640px){
	.bdpp-tmln-wrap.bdpp-design-1{ margin: 0 15px; }
	.bdpp-tmln-wrap.bdpp-design-1 .bdpp-timeline{width:100%;  margin-top:15px;  margin-bottom:0px; }
	.bdpp-tmln-wrap.bdpp-design-1 .bdpp-timeline:nth-child(2n){width:100%; margin-top:15px;}
	.bdpp-tmln-wrap.bdpp-design-1 .bdpp-tmln-inr-wrap:before{ left: 0; }
	.bdpp-tmln-wrap.bdpp-design-1 .bdpp-timeline:before{left: 0; margin: 0;}
	.bdpp-tmln-wrap.bdpp-design-1 .bdpp-tmln-icon,
	.bdpp-tmln-wrap.bdpp-design-1 .bdpp-timeline:nth-child(2n) .bdpp-tmln-icon{top: 87px; left: 4.5%; right: auto;}
	.bdpp-tmln-wrap.bdpp-design-1 .bdpp-tmln-content{width: 85%; float: right; text-align: left;}
	.bdpp-tmln-wrap.bdpp-design-1 .bdpp-tmln-content:before{ left: -10%; }
}
@media only screen and (max-width: 480px){	
	.bdpp-tmln-wrap.bdpp-design-1 .bdpp-timeline:before{ display: none; }
	.bdpp-tmln-wrap.bdpp-design-1 .bdpp-tmln-icon,
	.bdpp-tmln-wrap.bdpp-design-1 .bdpp-timeline:nth-child(2n) .bdpp-tmln-icon{left: -13px;}
}

/****Timeline design-2*******************/
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-format-icon{width: 40px;border: 1px solid #fff;border-radius: 50%;height: 40px;display: block;margin: 10px;}
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-post-icon{background:none; border:0px; text-align:center;  width:100%; font-size:16px; line-height:normal;  height:auto; padding:0 0 5px 0; vertical-align:middle;}
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-tmln-inr-wrap{padding-top: 50px; overflow: hidden; position: relative;}
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-tmln-inr-wrap:before{content: ""; width: 7px; height: 100%; background: #084772; margin: 0 auto; position: absolute; top: 80px; left: 0; right: 0;}
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline{width: 50%; padding: 20px 60px; border-top: 7px solid #084772; border-right: 7px solid #084772; border-radius: 0 30px 0 0; position: relative; right: -3.5px;}
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-tmln-icon{display: block; width: 60px; height: 60px; line-height:40px; border-radius: 50%; background: #e84c47; text-align: center; font-size: 25px; color: #fff;  position: absolute; top: -35px; left: 0;}
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-tmln-content{display: block; padding: 30px; background: #e84c47; color: #fff; position: relative;}
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-tmln-content:hover{text-decoration: none; color: #fff;}
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-tmln-content:before,
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-tmln-content:after{content: ""; display: block; width: 10px; height: 50px; border-radius: 10px; background: #e84c47; border: 1px solid #fff !important; position: absolute; top: -35px; left: 50px;}
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-tmln-content:after{left: auto; right: 50px;}
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline:nth-child(2n) .bdpp-tmln-icon{left: auto; right: 0;}
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline{ margin-bottom: 50px; float:left; clear:left; }
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline:nth-child(2n){ margin: 130px 0 30px 0; float:right; clear:right; border-right: none; border-left: 7px solid #084772; border-radius: 30px 0 0 0; right: auto; left: -3.5px;}
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content,
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content:before,
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content:after,
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline:nth-child(2n) .bdpp-tmln-icon{ background: #4bd9bf; }
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline:nth-child(3n) .bdpp-tmln-content,
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline:nth-child(3n) .bdpp-tmln-content:before,
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline:nth-child(3n) .bdpp-tmln-content:after,
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline:nth-child(3n) .bdpp-tmln-icon{ background: #ff9e09; }
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline:nth-child(4n) .bdpp-tmln-content,
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline:nth-child(4n) .bdpp-tmln-content:before,
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline:nth-child(4n) .bdpp-tmln-content:after,
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline:nth-child(4n) .bdpp-tmln-icon{ background: #3ebae7; }
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-post-cat-link,
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-post-title,
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-post-title a,
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-post-meta,
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-post-meta span,
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-rdmr-btn{color:#fff}
.bdpp-tmln-wrap.bdpp-design-2 .bdpp-rdmr-btn{border-color:#fff;}

@media only screen and (max-width: 767px){
	.bdpp-tmln-wrap.bdpp-design-2 .bdpp-tmln-inr-wrap:before{left: 0; right: auto;}
	.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline,
	.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline:nth-child(even),
	.bdpp-tmln-wrap.bdpp-design-2 .bdpp-timeline:nth-child(odd){width: 100%; float: none; padding: 20px 30px; margin: 0 0 30px 0; border-right: none; border-left: 7px solid #084772; border-radius: 30px 0 0 0; right: auto; left: 0;}
	.bdpp-tmln-wrap.bdpp-design-2 .bdpp-tmln-icon{left: auto; right: 0;}
}

/****Timeline design-3*******************/
.bdpp-tmln-wrap.bdpp-design-3 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
.bdpp-tmln-wrap.bdpp-design-3 .bdpp-tmln-inr-wrap:before,
.bdpp-tmln-wrap.bdpp-design-3 .bdpp-tmln-inr-wrap:after{content: ""; display: block; width: 100%; clear: both;}
.bdpp-tmln-wrap.bdpp-design-3 .bdpp-tmln-inr-wrap:before{width: 2px; height: 100%; background: #e5e9ed; margin: 0 auto; position: absolute; top: 0; left: 0; right: 0;}
.bdpp-tmln-wrap.bdpp-design-3 .bdpp-timeline{position:relative; }
.bdpp-tmln-wrap.bdpp-design-3 .bdpp-timeline{width: 100%; clear: both;}
.bdpp-tmln-wrap.bdpp-design-3 .bdpp-tmln-content{width: 45%; padding-right: 30px; float: left; position: relative;}
.bdpp-tmln-wrap.bdpp-design-3 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content {float: right; text-align: left;}
.bdpp-tmln-wrap.bdpp-design-3 .bdpp-timeline:after{content: ""; width: 12px; height: 12px; border-radius: 50%; background: #e5e9ed; position: absolute; top: 0px; right:0px; left:0px; margin:auto; transition: all 0.3s ease 0s;}
.bdpp-tmln-wrap.bdpp-design-3 .bdpp-tmln-content{padding: 50px 40px; background: #e5e9ed; position: relative; transition: all 0.3s ease 0s; z-index:1;}
.bdpp-tmln-wrap.bdpp-design-3 .bdpp-tmln-content:after{content: ""; border-top: 30px solid #e5e9ed; border-right: 15px solid transparent  !important; position: absolute; top: 0; right: -15px; transition: all 0.3s ease 0s;}
.bdpp-tmln-wrap.bdpp-design-3 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content:after{border-left: 15px solid transparent; border-right: none  !important; left: -15px; right: auto;}
@media only screen and (max-width: 767px) {
	.bdpp-tmln-wrap.bdpp-design-3 .bdpp-tmln-inr-wrap:before{margin: 0; left: 0;}
	.bdpp-tmln-wrap.bdpp-design-3 .bdpp-timeline{width: 100%; float: left; padding: 0 0 0 30px; margin-bottom: 20px;}
	.bdpp-tmln-wrap.bdpp-design-3 .bdpp-timeline:after{right: auto; left: -6px;}
	.bdpp-tmln-wrap.bdpp-design-3 .bdpp-tmln-content{padding: 20px; width:100%;}
	.bdpp-tmln-wrap.bdpp-design-3 .bdpp-tmln-content:after{border-left: 15px solid transparent; border-right: none; left: -15px; right: auto;}
	.bdpp-tmln-wrap.bdpp-design-3 .bdpp-timeline{margin-bottom: 20px;}
}

/****Timeline design-4*******************/
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
.bdpp-tmln-wrap.bdpp-design-4{overflow: hidden; position: relative;}
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-tmln-inr-wrap{float:left; width:100%; margin-bottom:30px;}
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-tmln-inr-wrap:before{content: ""; width: 3px; height: 100%; background: #3d3c4b; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline{position:relative;}
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline{width: 100%; clear: both; float:left;}
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-tmln-content{width: 45%; padding-right: 30px; float: left; position: relative;}
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content{float: right; text-align: left;}
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:before{content: ""; width: 40px; height: 3px; background: #3d3c4b; position: absolute; top: 50%; right: 50%; transform: translateY(-50%);}
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:after{content: "\f0d9"; font-family: "FontAwesome"; font-weight: 900; background:none !important; font-size: 40px; color: #3d3c4b; position: absolute; top: 50%; left: calc(50% - 50px);     transform: translateY(-50%);}
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-tmln-content{display: block; padding: 30px; background: linear-gradient(to right top, #df458b, #d53863); position: relative;}
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-tmln-content:hover{ text-decoration: none; }
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-tmln-content:before,
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-tmln-content:after{content: ""; border-top: 20px solid #474548 !important; border-left: 20px solid transparent !important; border-bottom: 20px solid transparent !important; position: absolute; bottom: -40px; left: 0;}
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-tmln-content:after{border-left: none !important; border-right: 20px solid transparent !important; left: auto; right: 0;}
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-tmln-icon{display: block; font-size: 40px; color: #fff; position: absolute; top: 50%; left: 20px; transform: translateY(-50%);}
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:nth-child(2n):before{right: auto; left: 50%;}
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:nth-child(2n):after{content: "\f0da"; right: auto; left: calc(50% + 35px);}

.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content{ background: linear-gradient(to right top, #bed056, #8f9a35); }
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:nth-child(3n) .bdpp-tmln-content{ background: linear-gradient(to right top, #fbd301, #e3a514); }
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:nth-child(4n) .bdpp-tmln-content{ background: linear-gradient(to right top, #34afbe, #3798a5); }
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:nth-child(5n) .bdpp-tmln-content{ background: linear-gradient(to right top, #019ed1, #0f2f74); }

.bdpp-tmln-wrap.bdpp-design-4 .bdpp-post-cat-link,
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-post-title,
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-post-title a,
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-post-meta,
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-post-meta span,
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-post-desc,
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-rdmr-btn,
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-post-fullcnt{color:#fff}
.bdpp-tmln-wrap.bdpp-design-4 .bdpp-rdmr-btn{border-color:#fff;}

@media only screen and (max-width: 767px){
	.bdpp-tmln-wrap.bdpp-design-4 .bdpp-tmln-inr-wrap:before{left: 0;transform: translateX(0);}
	.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline,
	.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:nth-child(even),
	.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:nth-child(odd){	width: 100%; padding: 0 0 0 60px;margin: 0 0 50px 0;}
	.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:before,
	.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:nth-child(2n):before{ left: 0; }
	.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:after,
	.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:nth-child(2n):after{ content: "\f0da";font-family: "FontAwesome";font-weight: 900;right: auto;left: 30px;}
	.bdpp-tmln-wrap.bdpp-design-4 .bdpp-tmln-content{width:100%;}
}
@media only screen and (max-width: 479px){
	.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline{margin-bottom:50px; float:left; width:100%;}
	.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline,
	.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:nth-child(even),
	.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:nth-child(odd){	padding: 0 0 0 60px;}
	.bdpp-tmln-wrap.bdpp-design-4 .bdpp-timeline:before{width: 30px;}
}

/****Timeline design-5*******************/
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-format-icon .bdpp-post-icon{ font-size:50px; background:none; border:0px; width:auto; height:auto; line-height:normal;   }
.bdpp-tmln-wrap.bdpp-design-5{margin: 20px 0;position: relative;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-inr-wrap:before{content: "";display: block;	width: 2px;	height: 100%;background: #ff794a;margin: 0 auto;position: absolute;top: 0;left: 0;right: 0;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-timeline{margin-bottom: 40px;position: relative;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-timeline:after{content: "";display: block;clear: both;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon{width: 18px;height: 18px;line-height: 18px;margin: auto;position: relative;top: 95px;left: 0;bottom: 0;right: 0;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon:before,
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon:after{content: "";	width: 100%;height: 100%;border-radius: 50%;position: absolute;top: 0;left: 0;transition: all 0.33s ease-out 0s;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon:before{background: #fff;border: 2px solid #00a79c;	left: -3px;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon:after{	border: 2px solid #ff794a;left: 3px;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-timeline:hover .bdpp-tmln-icon:before{left: 3px;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-timeline:hover .bdpp-tmln-icon:after{left: -3px;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon-content{width: 50%;float: left;position: relative;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon-content:before{content: "";width: 32.5%;height: 2px;background: #ff794a;margin: auto 0;position: absolute;	top: 0;right: 10px;bottom: 0;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon-outer{width: 175px;height: 175px;font-size: 16px;color: #000;text-align: center;margin: auto;z-index: 1;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon-outer:before,
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon-outer:after{content: "";width: 175px;height: 175px;margin: 0 auto;	border-radius: 50%;	position: absolute;	top: 0;	left: 0;right: 0;transition: all 0.33s ease-out 0s;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon-outer:before{background: #fff;	border: 2px solid #00a79c;left: -6px;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon-outer:after{border: 2px solid #ff794a;	left: 6px;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-timeline:hover .bdpp-tmln-icon-outer:before{left: 6px;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-timeline:hover .bdpp-tmln-icon-outer:after{left: -6px;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon-inner{	width: 100%;margin: auto;position: absolute;top: 60px;left: 0;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-content .bdpp-post-img-bg{margin-bottom:0px;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-content{width: 50%;	padding: 20px 0 20px 50px;float: right;	}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-bottom-content{padding-top:15px;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-timeline:nth-child(2n) .bdpp-tmln-icon-content{float: right;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-timeline:nth-child(2n) .bdpp-tmln-icon-content:before{left: 14px;}
.rtl .bdpp-tmln-wrap.bdpp-design-5 .bdpp-timeline:nth-child(2n) .bdpp-tmln-icon-content:before{left: auto; right:64%;}
.bdpp-tmln-wrap.bdpp-design-5 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content{padding: 20px 50px 20px 0;text-align: right;}
@media only screen and (max-width: 990px){
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon-content:before{
		width: 22.5%;
	}
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-content{
		padding: 10px 0 10px 30px;
	}
	
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content{
		padding: 10px 30px 10px 0;
	}
}
@media only screen and (max-width: 767px){
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-inr-wrap:before{
		margin: 0;
		left: 7px;
	}
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon-inner{   
		top: 40px;   
	}
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-timeline{
		margin-bottom: 20px;
	}
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon{
		margin: auto 0;
	}
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon-content{
		width: 95%;
		float: right;
	}
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-timeline .bdpp-tmln-icon-content::before,
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-timeline:nth-child(2n) .bdpp-tmln-icon-content::before{left:0px;}
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon {top:71px;}
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon-outer,
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon-outer:before,
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon-outer:after{
		width: 130px;
		height: 130px;
	}   
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-icon-content::before{width:50%;}
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-tmln-content,
	.bdpp-tmln-wrap.bdpp-design-5 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content{
		width: 95%;
		text-align: center;
		padding: 10px 0;
	}
   
}


/****Timeline design-6*******************/
.bdpp-tmln-wrap.bdpp-design-6 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
.bdpp-tmln-wrap.bdpp-design-6 .bdpp-tmln-inr-wrap:before,
.bdpp-tmln-wrap.bdpp-design-6 .bdpp-tmln-inr-wrap:after{content: "";	display: block;	width: 100%;clear: both;}
.bdpp-tmln-wrap.bdpp-design-6 .bdpp-tmln-inr-wrap:before{width: 2px;	height: 100%;background: #e5e9ed;margin: 0 auto;position: absolute;top: 0;left: 0;right: 0;}
.bdpp-tmln-wrap.bdpp-design-6 .bdpp-timeline{position:relative; }
.bdpp-tmln-wrap.bdpp-design-6 .bdpp-timeline{width: 100%;clear: both;}
.bdpp-tmln-wrap.bdpp-design-6 .bdpp-tmln-content{width: 45%;	padding-right: 30px;float: left;position: relative;}
.bdpp-tmln-wrap.bdpp-design-6 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content {float: right;text-align: left;}
.bdpp-tmln-wrap.bdpp-design-6 .bdpp-timeline:after{content: "";width: 12px;height: 12px;border-radius: 50%;background: #e5e9ed;position: absolute;top: 0;right:0;left:0;	margin:auto;transition: all 0.3s ease 0s;}
.bdpp-tmln-wrap.bdpp-design-6 .bdpp-timeline:hover:after{transform:  scale(1.3);}
.bdpp-tmln-wrap.bdpp-design-6 .bdpp-tmln-content{padding: 30px;border:2px solid #e5e9ed;	position: relative;	transition: all 0.3s ease 0s;}
.bdpp-tmln-wrap.bdpp-design-6 .bdpp-tmln-content:after{content: "";border-top: 30px solid #e5e9ed;border-right: 15px solid transparent !important;position: absolute;top: -2px;right: -15px;	transition: all 0.3s ease 0s;}
.bdpp-tmln-wrap.bdpp-design-6 .bdpp-timeline:nth-child(2n){padding: 0 0 0 30px;}
.bdpp-tmln-wrap.bdpp-design-6 .bdpp-timeline:nth-child(2n):after{}
.bdpp-tmln-wrap.bdpp-design-6 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content:after{border-left: 15px solid transparent;border-right: none !important;left: -15px;right: auto;}
@media only screen and (max-width: 767px){
	.bdpp-tmln-wrap.bdpp-design-6 .bdpp-tmln-inr-wrap:before{
		margin: 0;
		left: 0;
	}
	.bdpp-tmln-wrap.bdpp-design-6 .bdpp-timeline{
		width: 100%;
		float: left;
		padding: 0 0 0 30px;
		margin-bottom: 20px;
	}
	.bdpp-tmln-wrap.bdpp-design-6 .bdpp-timeline:after{
		right: auto;
		left: -6px;
	}
	.bdpp-tmln-wrap.bdpp-design-6 .bdpp-tmln-content{
		padding: 20px;
		width:100%;
	}
	.bdpp-tmln-wrap.bdpp-design-6 .bdpp-tmln-content:after{
		border-left: 15px solid transparent;
		border-right: none;
		left: -15px;
		right: auto;
	}
	.bdpp-tmln-wrap.bdpp-design-6 .bdpp-timeline{
		margin-bottom: 20px;
	}
}

/****Timeline design-7*******************/
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-tmln-inr-wrap{
	overflow: hidden;
	position: relative;
	padding: 60px 0;
}

.bdpp-tmln-wrap.bdpp-design-7 .bdpp-tmln-inr-wrap:before{
	content: "";
	width: 1px;
	height: 100%;
	background: #cfcdcd;
	position: absolute;
	top: 0;
	left: 50%;
}
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline{
	width: 100%;
	clear: both;
	position: relative;
}
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline:before,
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline:after{
	content: "";
	display: block;
	clear: both;
}
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline:first-child:before,
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline:last-child:before{
	content: "";
	width: 11px;
	height: 11px;
	background: #cfcdcd;
	box-sizing: content-box;
	border: 5px solid #fff;
	box-shadow: 0 0 0 2px #cfcdcd;
	position: absolute;
	top: -54px;
	right: 0px;
	left:0;
	margin:0 auto;
	transform: rotate(45deg);
}
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline:last-child:before{
	top: auto;
	bottom: -54px;
}
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline:last-child:nth-child(even):before{
	right: 0;
	left: 0;
}
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-tmln-icon{
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #cfcdcd;
	position: absolute;
	top: 17px;
	right: 0px;
	left:0px;
	margin:0 auto;
	z-index: 1;
	transform: rotate(45deg);
}
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-tmln-icon:before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: background-color 0.2s ease 0s;
}
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline:hover .bdpp-tmln-icon:before{ background: #39b3ff; }
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-tmln-content{
	width: 45%;
	padding: 18px 30px;
	background: #fff;
	text-align: right;
	float: left;
	border: 1px solid transparent;
	position: relative;
	transition: all 0.3s ease 0s;
}
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline:hover .bdpp-tmln-content{
	border: 1px solid #cfcdcd;
}
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-tmln-content:before{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #cfcdcd;
	position: absolute;
	top: 21px;
	right: -7.3px;
	transform: rotate(45deg);
	transition: all 0.2s ease 0s;
}
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline:hover .bdpp-tmln-content:before{
	background: #39b3ff;
	border-color: #39b3ff;
}
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-tmln-content:after{
	content: "";
	width: 11%;
	height: 1px;
	background: #cfcdcd;
	position: absolute;
	top: 28px;
	right: -14%;
}


.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline:nth-child(2n),
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content{
	float: right;
	text-align: left;
}

.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content:before{ left: -7.3px; right:auto; }
.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content:after{ left: -14%; right:auto; }
@media only screen and (max-width: 767px){
	.bdpp-tmln-wrap.bdpp-design-7{ padding-left: 20px; }
	.bdpp-tmln-wrap.bdpp-design-7 .bdpp-tmln-inr-wrap:before{ left: 20px; }
	.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline{ width: 100%; }
	.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline,
	.bdpp-tmln-wrap.bdpp-design-7 .bdpp-tmln-content{
		float: right;
		text-align: left;
	}
	.bdpp-tmln-wrap.bdpp-design-7 .bdpp-tmln-content{width:85%;}
	.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline:first-child:before,
	.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline:last-child:nth-child(odd):before,
	.bdpp-tmln-wrap.bdpp-design-7 .bdpp-timeline:last-child:nth-child(2n)::before {
   
		right: auto;
		left: 10px;
	}
	.bdpp-tmln-wrap.bdpp-design-7 .bdpp-tmln-icon{
		right: auto;
		left: 8px;
	}
	.bdpp-tmln-wrap.bdpp-design-7 .bdpp-tmln-content:before{ left: -7.3px; }
	.bdpp-tmln-wrap.bdpp-design-7 .bdpp-tmln-content:after{ left: -14%; }
}

/****Timeline design-8*******************/
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-format-icon{width:100%}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-post-icon{background:none; border:0px; text-align:center;  width:100%; font-size:16px; line-height:normal;  height:auto; padding:0 0 5px 0; vertical-align:middle;}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-tmln-content{position:relative; z-index:9;}
.bdpp-tmln-wrap.bdpp-design-8{padding:0 50px;}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline{
	padding: 50px 60px;
	position: relative;
}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline:first-child{
	padding-top: 0;
}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline:last-child{
	padding-bottom: 0;
}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline:before,
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline:after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-tmln-icon{
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background: #837cb6;
	box-sizing: border-box;
	border: 2px solid transparent;	
	text-align: center;
	margin: auto 0;
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 0;
	left: -34px;
	bottom: 0;
	z-index: 2;
}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline:first-child .bdpp-tmln-icon,
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline:last-child .bdpp-tmln-icon{
	box-sizing: content-box;
	margin: 0;
	top: 0;
	left: -36px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #837cb6;
}

.bdpp-tmln-wrap.bdpp-design-8 .bdpp-post-img-bg{margin-bottom:0px;}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-tmln-content-inner{padding-top:15px;}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline:last-child .bdpp-tmln-icon{
	top: auto;
	bottom: 0;
}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline:nth-child(2n) .bdpp-tmln-icon{
	left: auto;
	right: -34px;
}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline:last-child:nth-child(2n) .bdpp-tmln-icon{
	right: -36px;
}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-bdpp-tmln-content{
	width: 50%;
}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content{
	float: right;
	text-align: right;
}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline .bdpp-post-img-bg{text-align:left;}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline:nth-child(2n) .bdpp-post-img-bg{text-align:right;}

.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline .bdpp-border{
	width: 50%;
	border-top: 2px solid #837cb6;
	border-bottom: 2px solid #837cb6;
	border-left: 2px solid #837cb6;
	border-radius: 6px 0 0 6px;
	position: absolute;
	top: 0;
	bottom: -2px;
	left: 0;
	z-index: 1;
}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline:nth-child(2n) .bdpp-border{
	border-left: none;
	border-right: 2px solid #837cb6;
	border-radius: 0 6px 6px 0;
	left: 50%;
}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline:first-child .bdpp-border{
	border-top: none;
}
.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline:last-child .bdpp-border{
	border-bottom: none;
}
@media only screen and (max-width: 990px){
	.bdpp-tmln-wrap.bdpp-design-8{padding:0px;}
	.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline{
		padding-right: 0px;
		margin: 0 0 0 35px;
	}
	.bdpp-tmln-wrap.bdpp-design-8 .bdpp-timeline:nth-child(2n){
		  padding-right: 50px;
		  padding-left:0px;
		margin: 0 35px 0 0;
	}
	.bdpp-tmln-wrap.bdpp-design-8 .bdpp-tmln-content{
		width: 100%;
	}
}


/****Timeline design-9*******************/
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-post-icon{ text-align:center;}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff;  text-align:center; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-tmln-inr-wrap{   
	position: relative;
	padding: 60px 0;
}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-tmln-inr-wrap{width:100%; float:left;}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-tmln-inr-wrap:before{
	content: "";
	width: 1px;
	height: 100%;
	background: #cfcdcd;
	position: absolute;
	top: 0;
	left: 50%;
}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline{
   
	clear: both;
	position: relative;
}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline:before,
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline:after{
	content: "";
	display: block;
	clear: both;
}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline:first-child:before,
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline:last-child:before{
	content: "";
	width: 11px;
	height: 11px;
	background: #cfcdcd;
	box-sizing: content-box;
	border: 5px solid #fff;
	box-shadow: 0 0 0 2px #cfcdcd;
	position: absolute;
	top: -54px;
	right: -11px;
	transform: rotate(45deg);
}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline:last-child:before{
	top: auto;
	bottom: -54px;
}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline:last-child:nth-child(even):before{
	right: auto;
	left: -11px;
}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-tmln-icon{
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #cfcdcd;
	position: absolute;
	top: 17px;   
	z-index: 1;
	transform: rotate(45deg);
}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-tmln-icon:before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: background-color 0.2s ease 0s;
}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline:hover .bdpp-tmln-icon:before{ background: #39b3ff; }
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-tmln-content{
	width: 85%;
	padding: 18px 30px;
	margin-bottom:25px;
	background: #fff;
	text-align: right;
	float: left;
	border: 1px solid #cfcdcd;
	position: relative;
	transition: all 0.3s ease 0s;
	text-align:left;
}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-post-img-bg{text-align:left;}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-tmln-content:before{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #cfcdcd;
	position: absolute;
	top: 21px;
   
	transform: rotate(45deg);
	transition: all 0.2s ease 0s;
}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline:hover .bdpp-tmln-content:before{
	background: #39b3ff;
	border-color: #39b3ff;
}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-tmln-content:after{
	content: "";
	width: 11%;
	height: 1px;
	background: #cfcdcd;
	position: absolute;
	top: 28px;
   
}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline:nth-child(2n),
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content{float: right; text-align: left;}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline:nth-child(2n) .bdpp-tmln-icon{left: -12px;}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content:before{ left: -8.7px; }
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content:after{ left: -14%; }

.bdpp-tmln-wrap.bdpp-design-9{ padding-left: 20px; }
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-tmln-inr-wrap:before{ left: 0px; }
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline{ width: 100%; }
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline,
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-tmln-content{float: right; text-align: left;}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline:first-child:before,
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-timeline:last-child:nth-child(odd):before{right: auto; left: -11px;}
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-tmln-icon{left: -12px; }
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-tmln-content:before{ left: -8.7px; }
.bdpp-tmln-wrap.bdpp-design-9 .bdpp-tmln-content:after{ left: -14%; }

/****Timeline design-10*******************/
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-post-icon{ text-align:center;}
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-format-icon{position:absolute; left:0px; right:0px; top:50%; color:#fff; text-align:center; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);   }
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-tmln-inr-wrap:before{content: ""; width: 3px; height: 100%; background: #d9b44a; position: absolute; top: 0; left: 50%;}
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-timeline{position: relative;}
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-timeline:before,
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-timeline:after{content: ""; display: block; width: 100%; clear: both;}
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-timeline:before{content: ""; width: 5.2%; height: 3px; background: #d9b44a; margin-left: -5%; position: absolute; top: 100px; left: 50%;}
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-timeline .bdpp-post-img-bg{text-align:left;}
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-tmln-icon{width: 28px; height: 28px; border-radius: 50%; background: #fff; border: 2px solid #d9b44a; margin: 0 auto; position: absolute; top: 87px; z-index: 1;}
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-tmln-content{padding: 30px; background: #fff; text-align: right; float: left; margin-top: 25px; border: 1px solid #d9b44a; transition: all 0.3s ease 0s;}
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-timeline:nth-child(2n):before{ margin-left: 0; }
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-timeline:nth-child(2n) .bdpp-tmln-icon{left: auto; right: 44.5%;}
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-timeline:nth-child(2n) .bdpp-tmln-content{float: right; text-align: left;}
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-tmln-icon{width: 28px; height: 28px; top: 87px;}
.bdpp-tmln-wrap.bdpp-design-10{ margin: 0 15px; }
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-tmln-inr-wrap:before{ left: 0; }
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-timeline:before{left: 0; margin: 0;}
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-tmln-icon,
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-timeline:nth-child(2n) .bdpp-tmln-icon{top: 87px; left: 4.5%; right: auto;}
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-tmln-content{width: 90%; float: right; text-align: left;}
.bdpp-tmln-wrap.bdpp-design-10 .bdpp-tmln-content:before{left: -10%;}

/***** Widget Grid CSS *****/
.bdpp-post-widget-wrap .owl-item .owl-lazy:not([src]), .bdpp-post-widget-wrap .owl-item .owl-lazy[src^=""]{max-height:none;}
.bdpp-post-widget-wrap .owl-item .bdpp-no-thumb .owl-lazy{opacity:1;}
.bdpp-post-widget-wrap .bdpp-post-img-bg img{box-shadow:none; border-radius:0; max-width:100%; max-height:100%;}
.bdpp-post-widget-wrap{margin-left: -0.9375em;margin-right: -0.9375em;}
.bdpp-post-widget-wrap .bdpp-post-list-left{padding-right:0px;}
.bdpp-post-widget-wrap .bdpp-post-widget-main{margin-bottom:25px;}
.bdpp-post-widget-wrap .bdpp-post-widget-main:last-child {margin-bottom:0px;}
.bdpp-post-widget-wrap .bdpp-post-img-bg{margin-bottom:0px;}
.bdpp-post-widget-wrap .bdpp-post-meta span{margin:0px;}
.bdpp-post-widget-wrap .bdpp-post-cats a, .bdpp-post-date{font-size:11px;}
.bdpp-post-widget-wrap .owl-dots .owl-dot {width: 10px !important;height: 10px !important;  padding: 0px !important; background: #555; margin: 0 2px; border-radius: 100%; display: inline-block; box-shadow: none;}
.bdpp-post-widget-wrap .owl-dots{width: 100%;text-align: center;}

/***** Design-1 *****/
.bdpp-post-widget-wrap .bdpp-post-desc{margin-top:10px; line-height: normal;}
.bdpp-post-widget-wrap.bdpp-design-1 .bdpp-post-cats{margin-bottom:5px !important;}
.bdpp-post-widget-wrap.bdpp-design-1 h4.bdpp-post-title{margin-top:0px !important;}

/***** Design-2 *****/
.bdpp-post-widget-wrap.bdpp-design-2 .bdpp-post-list-left .bdpp-post-count{position:absolute; left:0; top:0; color:#fff; background:rgba(0,0,0,0.8); padding:15px; line-height:10px;}
.bdpp-post-widget-wrap.bdpp-design-2 .bdpp-post-cats{margin-bottom:5px !important;}
.bdpp-post-widget-wrap.bdpp-design-2 h4.bdpp-post-title{margin-top:0px !important;}

/***** Design-3 *****/
.bdpp-post-widget-wrap.bdpp-design-3 .bdpp-post-count{ text-align:center; font-size:50px; color:#ddd;  line-height:50px; padding-top:5px;}
.bdpp-post-widget-wrap.bdpp-design-3 .bdpp-post-img-bg{margin-bottom:10px;}

/***** Design-4 *****/
.bdpp-post-widget-wrap.bdpp-design-4 .bdpp-post-img-bg{margin-bottom:10px;}

/***** Design-6 *****/
.bdpp-post-widget-wrap.bdpp-design-6 .bdpp-post-img-bg{margin-bottom:10px;}

/***** Design-7 *****/
.bdpp-post-widget-wrap.bdpp-design-7 .bdpp-post-count{ background:#000; text-align:left; margin-top:10px; text-align:center; font-size:15px; line-height: normal !important; width:30px; height:30px; padding:5px 0; border-radius:100%;  color:#fff;  }

/**********************************************************
					Category grid and slider designs
*************************************************************/
.bdpp-term-grid .bdpp-term-title .bdpp-fa-custom, .bdpp-term-slider .bdpp-term-title .bdpp-fa-custom{margin-right:7px;}
.bdpp-term-grid{margin-bottom:30px;}
.bdpp-term-grid-inr-wrap{margin-left: -0.9375em; margin-right: -0.9375em;}
.bdpp-term-grid a, .bdpp-term-slider a{text-decoration:none !important;}
.bdpp-term-inner{position:relative;}
a.bdpp-term-link-overlay{position:absolute; width:100%; top:0; bottom:0; z-index:2;}
.bdpp-term-img-wrapper {height: 200px;position: relative; background-color:#f1f1f1;background-repeat:no-repeat; background-position: top center; background-size:cover;}
.bdpp-term-slider-wrap.bdpp-has-arrows{padding-top:45px;}
.bdpp-term-slider-wrap .owl-item .owl-lazy:not([src]), .bdpp-term-slider-wrap .owl-item .owl-lazy[src^=""]{max-height:none;}
.bdpp-term-slider-wrap .owl-item .bdpp-no-thumb .owl-lazy{opacity:1;}
.bdpp-term-slider-wrap .owl-item img.owl-lazy{transition: opacity .4s ease, transform .3s ease-in-out;}

.bdpp-term-slider-wrap .owl-nav{position:absolute; top:0; right:0;}
.bdpp-term-slider-wrap .owl-nav .owl-next,
.bdpp-term-slider-wrap .owl-nav .owl-prev{display:inline-block; text-align:center !important;line-height: normal !important; cursor:pointer; background:rgba(0,0,0,0.8); color:#fff;  margin:0; font-size:25px;padding:2px 13px 6px 13px ; box-shadow:none; border-radius:0px;}
.bdpp-term-slider-wrap .owl-nav .owl-next:hover,
.bdpp-term-slider-wrap .owl-nav .owl-prev:hover,
.bdpp-term-slider-wrap .owl-nav .owl-next:focus,
.bdpp-term-slider-wrap .owl-nav .owl-prev:focus{background:#03a9f5;}

.bdpp-term-slider-wrap .owl-nav .owl-next{margin-left:2px;}
.bdpp-term-slider-wrap .owl-dots{ bottom:13px; width:100%; text-align:center;}
.bdpp-term-slider-wrap .owl-dots .owl-dot{width:10px !important; height:10px !important; background:#555; margin:0 2px; padding:0px !important; border-radius:100%; display:inline-block; box-shadow:none;}
.bdpp-term-slider-wrap .owl-dots .owl-dot.active{background:#fd6e4f;}

.bdpp-custom-color{position:absolute; width: 100%;top: 0;bottom: 0;}
/*********************Design-1*********************/
.bdpp-design-1 .bdpp-term-inner .bdpp-term-title{max-width:70%; border:3px solid #fff;  margin:0 auto;  padding:5px; text-align: center; background:#000; position:relative;  margin-top:-20px;}
.bdpp-design-1 .bdpp-term-inner .bdpp-term-title a, .bdpp-design-1 .bdpp-term-inner .bdpp-term-title span{ display:block; color:#fff; text-align: center;width: 100%;font-size: 14px;text-transform: capitalize; font-weight: 700;}
.bdpp-design-1 .bdpp-term-inner .bdpp-term-count{background:#fff;  color:#000;font-size: 16px; font-weight: 700;line-height: 40px;width: 48px;text-align: center;position: absolute;top:0; left:0;z-index: 1;}
.bdpp-design-1 .bdpp-term-inner .bdpp-term-bottom-wrapper .bdpp-term-description{text-align:center; margin-top:15px;}				
				
/*********************Design-2*********************/
.bdpp-design-2 .bdpp-term-inner .bdpp-term-title{ background:rgba(255,255,255,0.8); z-index:1; text-align:center; padding:5px; position:absolute;left:50%;top:50%; -webkit-transform: translateY(-50%) translateX(-50%);-ms-transform: translateY(-50%) translateX(-50%);-o-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%); width:70%; }
.bdpp-design-2 .bdpp-term-inner .bdpp-term-title a, .bdpp-design-2 .bdpp-term-inner .bdpp-term-title span{ display:block; color:#000; width: 100%;font-size: 14px;text-transform: capitalize; font-weight: 700;}
.bdpp-design-2 .bdpp-term-inner .bdpp-term-count{background:#fff;  color:#000;font-size: 16px; font-weight: 700;line-height: 40px;width: 48px;text-align: center;position: absolute;top:5px; left:5px;z-index: 1;}
.bdpp-design-2 .bdpp-term-inner .bdpp-term-bottom-wrapper{text-align:center; margin-top:15px;}					

/*********************Design-3*********************/
.bdpp-design-3 .bdpp-term-inner .term-heading-main{background:#3a54e1;}
.bdpp-design-3 .bdpp-term-inner .term-heading-main .bdpp-term-count{text-align: center; padding:0 15px;display: table-cell;vertical-align: middle;position: relative;}
.bdpp-design-3 .bdpp-term-inner .bdpp-term-title{ padding:10px; overflow: hidden;text-overflow: ellipsis;display: table-cell;width: 100%;}
.bdpp-design-3 .bdpp-term-inner .bdpp-term-title a, .bdpp-design-3 .bdpp-term-inner .bdpp-term-title span{ color:#fff; font-size: 14px;text-transform: capitalize; font-weight: 700;}
.bdpp-design-3 .bdpp-term-inner .bdpp-term-count{background:#fed13f; margin-right:10px;  color:#000;font-size: 16px; font-weight: 700;line-height: 45px;text-align: center;}
.bdpp-design-3 .bdpp-term-inner .bdpp-term-bottom-wrapper{text-align:left; margin-top:15px;}					

/*********************Design-4*********************/
.bdpp-design-4 .bdpp-term-inner .bdpp-term-img-wrapper:after{content:''; border:1px solid #fff; position:absolute; border-radius:3px; top:10px; right:10px; left:10px; bottom:10px;}
.bdpp-design-4 .bdpp-term-inner .term-heading-main{background:rgba(255,255,255,0.8); z-index:1; border-radius:3px; text-align:center; padding:5px; position:absolute;left:50%;top:50%; -webkit-transform: translateY(-50%) translateX(-50%);-ms-transform: translateY(-50%) translateX(-50%);-o-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%); width:70%; }
.bdpp-design-4 .bdpp-term-inner .term-heading-main .bdpp-term-title span{display:inline;}
.bdpp-design-4 .bdpp-term-inner .bdpp-term-title a, .bdpp-design-4 .bdpp-term-inner .bdpp-term-title span{  color:#000; width: 100%;font-size: 14px;text-transform: capitalize; font-weight: 700;}
.bdpp-design-4 .bdpp-term-inner .bdpp-term-count{color:#000;font-size: 16px; font-weight: 700; background:none !important;}
.bdpp-design-4 .bdpp-term-inner .bdpp-term-bottom-wrapper{text-align:center; margin-top:15px;}	

/*********************Design-5*********************/
.bdpp-design-5 .bdpp-term-inner .bdpp-term-img-wrapper{overflow:hidden;}
.bdpp-design-5 .bdpp-term-inner .bdpp-term-img-wrapper::before {
	content: ""; background: rgba(0,0,0,0.7); width: 100%; height: 100%; z-index:1; position: absolute; top: -100%; left: 0; -webkit-transition: all .5s; -moz-transition: all .5s;  -o-transition: all .5s;  transition: all .5s;
}
.bdpp-design-5 .bdpp-term-inner:hover .bdpp-term-img-wrapper::before { top: 0; }
.bdpp-design-5 .bdpp-term-inner .bdpp-term-img-wrapper .term-heading-main{position: absolute; z-index:2; bottom: -100%;width: 100%; padding: 10px 10px;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.bdpp-design-5 .bdpp-term-inner:hover .term-heading-main {  bottom: 0;  }
.bdpp-design-5 .bdpp-term-inner .bdpp-term-title a, .bdpp-design-5 .bdpp-term-inner .bdpp-term-title span{  color:#fff; width: 100%;font-size: 16px;text-transform: capitalize; font-weight: 700;}
.bdpp-design-5 .bdpp-term-inner .bdpp-term-count{color:#fff;font-size: 16px; font-weight: 700; background:none !important;}
.bdpp-design-5 .bdpp-term-inner .bdpp-term-bottom-wrapper{text-align:left; margin-top:15px;}

/*********************Design-6*********************/
.bdpp-design-6 .bdpp-term-inner .bdpp-term-title i.bdpp-fa-custom{font-size:50px;}
.bdpp-design-6 .bdpp-custom-color{background:rgba(0,0,0,0.4);}
.bdpp-design-6 .bdpp-term-inner .bdpp-term-title{ z-index:1; text-align:left; padding:5px; position:absolute;left:15px;top:50%; -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%); right:15px; }
.bdpp-design-6 .bdpp-term-inner .bdpp-term-title a, .bdpp-design-2 .bdpp-term-inner .bdpp-term-title span{ display:block; color:#fff; width: 100%;font-size: 14px;text-transform: capitalize; font-weight: 700;}
.bdpp-design-6 .bdpp-term-inner .bdpp-term-count{background:#fff;  color:#000;font-size: 16px; font-weight:normal;line-height: 40px;width: 40px;text-align: center; border-radius:100%; position: absolute;top:5px; right:5px;z-index: 1;}
.bdpp-design-6 .bdpp-term-inner .bdpp-term-bottom-wrapper{text-align:center; margin-top:15px;}					
.bdpp-design-6 .bdpp-term-title .bdpp-fa-custom{vertical-align:middle;}


/***** Widget Slider CSS CSS *****/
.bdpp-post-slider-wdgt{margin:0px;}
.bdpp-post-slider-wdgt a{text-decoration:none !important;}
.bdpp-post-slider-wdgt .bdpp-post-img-bg a.bdpp-post-link-bg,
.bdpp-post-scroling-wdgt  .bdpp-post-img-bg a.bdpp-post-link-bg {display:block; position:relative;height:300px; width:100%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.bdpp-post-slider-wdgt .bdpp-post-img-bg a.bdpp-post-link-bg:after,
.bdpp-post-scroling-wdgt .bdpp-post-img-bg a.bdpp-post-link-bg:after{content:""; position:absolute; background:rgba(0,0,0,0.4); left:0; right:0; top:0; bottom:0;}
.bdpp-post-slider-wdgt .bdpp-post-widget-overlay,
.bdpp-post-scroling-wdgt .bdpp-post-widget-overlay{position:absolute; left:0; right:0; z-index:1; bottom:0px; padding:15px; }
.bdpp-post-slider-wdgt .owl-nav{margin:0px !important;}
.bdpp-post-slider-wdgt .owl-prev,
.bdpp-post-slider-wdgt .owl-next{background:rgba(0,0,0,0.5); font-size:20px;  padding:0px 10px 3px 10px; color:#fff; line-height:normal !important; }
.bdpp-post-slider-wdgt .owl-prev:hover,
.bdpp-post-slider-wdgt .owl-next:hover,
.bdpp-post-slider-wdgt .owl-prev:focus,
.bdpp-post-slider-wdgt .owl-next:focus{background:#03a9f5;}

/***** Design-1 *****/
.bdpp-post-slider-wdgt.bdpp-design-1{ padding-top:40px;}
.bdpp-post-slider-wdgt.bdpp-design-1 .owl-nav{position:absolute; top:0; width:100%; text-align:right;}
.bdpp-post-slider-wdgt.bdpp-design-1 .owl-next{margin-left:2px;}
.bdpp-post-slider-wdgt.bdpp-design-1 .bdpp-col-s-5{padding-left:0px !important;}
.bdpp-post-slider-wdgt.bdpp-design-1 .bdpp-col-s-7{padding-right:0px !important;}
.bdpp-post-slider-wdgt.bdpp-design-1 .bdpp-col-s-12{padding:0px !important;}

/***** Design-2 *****/
.bdpp-post-slider-wdgt.bdpp-design-2 .bdpp-post-cat-link,
.bdpp-post-slider-wdgt.bdpp-design-2 .bdpp-post-title a,
.bdpp-post-slider-wdgt.bdpp-design-2 .bdpp-post-date,
.bdpp-post-slider-wdgt.bdpp-design-2 .bdpp-post-desc{color:#fff;}
.bdpp-post-slider-wdgt.bdpp-design-2 .bdpp-post-desc {line-height:normal;}
.bdpp-post-slider-wdgt.bdpp-design-2 .owl-prev,
.bdpp-post-slider-wdgt.bdpp-design-2 .owl-next{position:absolute; top:50%; -webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);}
.bdpp-post-slider-wdgt.bdpp-design-2 .owl-next{right:0px;}
.bdpp-post-slider-wdgt.owl-rtl .owl-nav .owl-next{left:0px; right:auto;}
.bdpp-post-slider-wdgt.owl-rtl .owl-nav .owl-prev{right:0px; left:auto;}

/***** Design-3 *****/
.bdpp-post-slider-wdgt.bdpp-design-3{padding-top:40px;}
.bdpp-post-slider-wdgt.bdpp-design-3 .owl-nav{position:absolute; top:0; width:100%; text-align:right;}
.bdpp-post-slider-wdgt.bdpp-design-3 .owl-next{margin-left:2px;}

/***** Design-4 *****/
.bdpp-post-slider-wdgt.bdpp-design-4{padding-top:40px;}
.bdpp-post-slider-wdgt.bdpp-design-4 .owl-nav{position:absolute; top:0; width:100%; text-align:right;}
.bdpp-post-slider-wdgt.bdpp-design-4 .owl-next{margin-left:2px;}
.bdpp-post-slider-wdgt.bdpp-design-4 .bdpp-post-count{text-align:center; font-size:50px; color:#ddd;  line-height:50px; padding-top:5px;}

/***** Vertical Scrolling Widget Common CSS *****/
.bdpp-vticker-scroling-wdgt{visibility: hidden; opacity:0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: opacity 0.5s linear; transition:opacity 0.5s linear; height:300;}
.inf-vticker-initialized{visibility: visible !important; opacity:1 !important;}
.bdpp-post-scroling-wdgt ul{margin:0 !important; padding:0px !important; list-style: none !important; width:100%;}
.bdpp-post-scroling-wdgt ul li{list-style: none !important;}
.bdpp-post-scroling-wdgt ul li:before,
.bdpp-post-scroling-wdgt ul li:after{content:none !important; padding:0px !important; margin:0px !important;}
.bdpp-post-scroling-wdgt .bdpp-post-list-content{padding:15px 0;}
.bdpp-post-scroling-wdgt .bdpp-post-cats a{text-decoration:none !important; font-size:11px; text-transform:capitalize; padding: 3px 3px;}
.bdpp-post-scroling-wdgt .bdpp-post-cats{margin-bottom:8px;}
.bdpp-post-scroling-wdgt h4.bdpp-post-title{margin: 0 0 8px 0 !important}
.bdpp-post-scroling-wdgt .bdpp-vscroll-btn-wrap{margin-bottom: 10px; padding-left:0.9375em; padding-right:0.9375em;}
.bdpp-post-scroling-wdgt .post-vticker-up,
.bdpp-post-scroling-wdgt .post-vticker-down{background:rgba(0,0,0,0.5); font-size:13px; cursor:pointer; display:inline-block; padding:5px 10px; color:#fff; line-height:normal !important; -moz-transition: all 0.5s ease-out 0s;
-ms-transition: all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s; }
.bdpp-post-scroling-wdgt .post-vticker-up:hover,
.bdpp-post-scroling-wdgt .post-vticker-down:hover,
.bdpp-post-scroling-wdgt .post-vticker-up:focus,
.bdpp-post-scroling-wdgt .post-vticker-down:focus{background:#03a9f5;}


/***** Vertical Scrolling Widget Design 3 *****/
.bdpp-post-scroling-wdgt.bdpp-design-3 .bdpp-post-cat-link,
.bdpp-post-scroling-wdgt.bdpp-design-3 .bdpp-post-title a,
.bdpp-post-scroling-wdgt.bdpp-design-3 .bdpp-post-date,
.bdpp-post-scroling-wdgt.bdpp-design-3 .bdpp-post-desc{color:#fff;}
.bdpp-post-scroling-wdgt.bdpp-design-3 .bdpp-post-desc {line-height:normal;}
.bdpp-post-scroling-wdgt.bdpp-design-3 {margin-left:0px; margin-right:0px;}
.bdpp-post-scroling-wdgt.bdpp-design-3 .bdpp-vscroll-btn-wrap{padding-left:0; padding-right:0;}
/***** Vertical Scrolling Widget Design 4 *****/
.bdpp-post-scroling-wdgt.bdpp-design-4 .bdpp-post-count{text-align:center; font-size:50px; color:#ddd;  line-height:50px; padding-top:5px;}
.bdpp-post-scroling-wdgt.bdpp-design-4 {margin-left:0px; margin-right:0px;}
.bdpp-post-scroling-wdgt.bdpp-design-4 .bdpp-col-s-9{padding-right:0px !important;}
.bdpp-post-scroling-wdgt.bdpp-design-4 .bdpp-vscroll-btn-wrap{padding-left:0; padding-right:0;}
/**********************************************************
					Creative designs
************************************************************/
.bdpp-post-ctv1-wrap{position:relative; overflow:hidden;}
.bdpp-post-ctv1-wrap .bdpp-post-ctv-one-inr-wrap{background:rgba(0,0,0,0.3);}
.bdpp-post-ctv1-wrap .bdpp-post-grid{z-index:2; overflow:hidden; height:250px; margin:0; position:relative; border-bottom:1px solid rgba(255,255,255,0.2);  border-left:1px solid rgba(255,255,255,0.2); -webkit-transition: all .35s ease-in-out;transition: all .35s ease-in-out;}
.bdpp-post-ctv1-wrap .bdpp-post-grid .bdpp-first{border-left:0;}
.bdpp-post-ctv1-wrap .bdpp-post-grid .bdpp-post-grid-bottom{position:absolute; bottom:-20px; left:0; right:0; padding:20px; -webkit-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; }
.bdpp-post-ctv1-wrap .bdpp-post-meta{color:#fff; max-height:0; overflow:hidden;  -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.bdpp-post-ctv1-wrap .bdpp-post-grid .bdpp-post-title{font-size:18px !important; line-height:26px !important;}
.bdpp-post-ctv1-wrap .bdpp-post-grid .bdpp-post-title a{font-size:18px !important; line-height:26px !important; color:#fff;}
.bdpp-post-ctv1-wrap .bdpp-post-grid .bdpp-post-cats{opacity: 0; color:#fff; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out; position: relative; color: #fff;padding: 20px 10px;}
.bdpp-post-ctv1-wrap .bdpp-post-grid .bdpp-post-cats a{color:#fff;}
.bdpp-post-ctv1-wrap .bdpp-post-grid:hover .bdpp-post-cats{opacity:1;}
.bdpp-post-ctv1-wrap .bdpp-post-grid:hover .bdpp-post-meta{max-height:100px;}
.bdpp-post-ctv1-wrap .bdpp-post-grid:hover{background-color:rgba(0,87,217,0.8); background-image:none !important;}
.bdpp-post-ctv1-wrap .bdpp-post-grid:hover .bdpp-post-grid-bottom{bottom:0;}
.bdpp-post-ctv1-thumb{position: absolute; top: 0; z-index: 1; left: 0; height: 100%; width: 100%; display: none; background-repeat: no-repeat; background-position: center; background-size: cover;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transition: transform 0.6s ease-in-out;
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
}
.bdpp-post-ctv1-thumb-active{-webkit-transform: scale(1); transform: scale(1); display: block;}

/**************************Grid CSS***************************/
.bdpp-column,
.bdpp-columns{padding-left:0.9375em; padding-right:0.9375em; width:100%; float:left; position: relative;}

.bdpp-col-s-1 {width: 8.33333%;}
.bdpp-col-s-2 {width: 16.66667%;}
.bdpp-col-s-3 {width: 25%;}
.bdpp-col-s-4 {width: 33.33333%;}
.bdpp-col-s-5 {width: 41.66667%;}
.bdpp-col-s-6 {width: 50%;}
.bdpp-col-s-7 {width: 58.33333%;}
.bdpp-col-s-8 {width: 66.66667%;}
.bdpp-col-s-9 {width: 75%;}
.bdpp-col-s-10 {width: 83.33333%;}
.bdpp-col-s-11 {width: 91.66667%;}
.bdpp-col-s-12 {width: 100%;}

.bdpp-col-nr-1{width: 100%;}
.bdpp-col-nr-2{width: 50%;}
.bdpp-col-nr-3{width: 33.33%;}
.bdpp-col-nr-4{width: 25%;}
.bdpp-col-nr-5{width: 20%;}
.bdpp-col-nr-6{width: 16.6666%;}
.bdpp-col-nr-7{width: 14.28571%;}
.bdpp-col-nr-8{width: 12.5%;}
.bdpp-col-nr-9{width: 11.1111%;}
.bdpp-col-nr-10{width: 10%;}
.bdpp-col-nr-11{width: 9.0909%;}
.bdpp-col-nr-12{width: 8.3333%;}

@media only screen and (max-width: 480px) {
	.bdpp-post-ctv1-wrap .bdpp-post-grid{width: 100% !important;}
}

@media only screen and (min-width: 40.0625em) {
	.bdpp-column,
	.bdpp-columns {position:relative; padding-left:0.9375em; padding-right:0.9375em; float: left;}
	.bdpp-col-1{width: 100%;}
	.bdpp-col-2{width: 50%;}
	.bdpp-col-3{width: 33.33%;}
	.bdpp-col-4{width: 25%;}
	.bdpp-col-5{width: 20%;}
	.bdpp-col-6{width: 16.6666%;}
	.bdpp-col-7{width: 14.28571%;}
	.bdpp-col-8{width: 12.5%;}
	.bdpp-col-9{width: 11.1111%;}
	.bdpp-col-10{width: 10%;}
	.bdpp-col-11{width: 9.0909%;}
	.bdpp-col-12{width: 8.3333%;}
	
	.bdpp-col-xl-1 {width: 8.33333%;}
	.bdpp-col-xl-2 {width: 16.66667%;}
	.bdpp-col-xl-3 {width: 25%;}
	.bdpp-col-xl-4 {width: 33.33333%;}
	.bdpp-col-xl-5 {width: 41.66667%;}
	.bdpp-col-xl-6 {width: 50%;}
	.bdpp-col-xl-7 {width: 58.33333%;}
	.bdpp-col-xl-8 {width: 66.66667%;}
	.bdpp-col-xl-9 {width: 75%;}
	.bdpp-col-xl-10 {width: 83.33333%;}
	.bdpp-col-xl-11 {width: 91.66667%;}
	.bdpp-col-xl-12 {width: 100%;}
}
@media only screen and (min-width: 40.0625em) {
	.bdpp-term-slider.bdpp-term-slide-1 .bdpp-term-img-wrapper{height: 350px;}
}
@media only screen and (max-width: 40.0625em) {
	.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-col-right{position:relative; top:0; right:0; -webkit-transform: translateY(0%);transform: translateY(0%); background:none; padding:0px; margin-top:-40px; margin-bottom:15px;}
	.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-col-right .bdpp-featured-meta{ max-width:85%; margin:0 auto; background:#fff; padding:15px;}
	.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-col-left{padding:15px;}
	
	.bdpp-post-slider-wrap.bdpp-design-4 .bdpp-col-left,
	.bdpp-post-slider-wrap.bdpp-design-4 .bdpp-col-right,
	.bdpp-post-slider-wrap.bdpp-design-6 .bdpp-col-left,
	.bdpp-post-slider-wrap.bdpp-design-6 .bdpp-col-right,
	.bdpp-post-slider-wrap.bdpp-design-8 .bdpp-col-left,
	.bdpp-post-slider-wrap.bdpp-design-8 .bdpp-col-right{display:block; float:left !important}
	.bdpp-post-slider-wrap.bdpp-design-4 .bdpp-col-left .bdpp-featured-meta,
	.bdpp-post-slider-wrap.bdpp-design-4 .bdpp-post-img-bg{margin:0px;}
	
	.bdpp-post-slider-wrap.bdpp-design-5 .bdpp-featured-meta,
	.bdpp-post-slider-wrap.bdpp-design-9 .bdpp-featured-meta{left:50px;right:50px; width:auto; max-width:100%;}
	.bdpp-post-slider-wrap.bdpp-design-6 .bdpp-col-right,
	.bdpp-post-slider-wrap.bdpp-design-4 .bdpp-col-right{padding-left:0px;}
	.bdpp-post-slider-wrap.bdpp-design-8 .bdpp-col-right{padding-right:0px;}
	.bdpp-post-slider-wrap.bdpp-design-8 .bdpp-col-left .bdpp-featured-meta{padding:20px 0;}
}
@media only screen and (max-width: 40.0625em) {
	h2.bdpp-post-title {
		font-size: 22px;
		line-height: 28px;
	}
	.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-post-title,
	.bdpp-post-carousel-wrap.bdpp-design-15 .bdpp-post-title{line-height: 35px;}
}

/* Tooltip */
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
.tooltipster-sidetip.tooltipster-noir .tooltipster-box{border-radius:0;border:3px solid #555;background:#fff}.tooltipster-sidetip.tooltipster-noir .tooltipster-content{color:#000}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow{height:11px;margin-left:-11px;width:22px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow{height:22px;margin-left:0;margin-top:-11px;width:11px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background{border:11px solid transparent}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#fff;top:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff;left:-4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background{border-right-color:#fff;left:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff;top:-4px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border{border-width:11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped{top:-11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped{left:-11px}
.tooltipster-sidetip.tooltipster-top.bdpp-tooltipster .tooltipster-arrow-border{border-top-color:#555}

/* RTL Support */
.rtl .bdpp-post-content-overlay, .rtl .bdpp-post-overlay{text-align:right !important;}
.rtl .bdpp-post-meta span i.fa, .rtl .bdpp-post-meta span svg {margin: 0 0 0 5px;}
.rtl .bdpp-block-date::after{right:auto; left:0;}
.rtl .bdpp-block-date{padding-left:15px; padding-right:0px;}.city_selector_toggle_link,.weather-atlas-wrapper .city_name,.weather-atlas-wrapper a{text-decoration:none!important;box-shadow:none!important;outline:0!important}.weather-atlas-wrapper{font-family:'Open Sans',sans-serif;font-size:1em;line-height:1.5;text-shadow:0 1px 1px rgba(0,0,0,.8);text-align:center}.weather-atlas-wrapper a{border:none!important}.weather-atlas-wrapper .weather-atlas-header{padding:.3em;text-align:center;background:rgba(0,0,0,.075);text-transform:uppercase}.weather-atlas-wrapper .weather-atlas-body{max-width:600px;margin:0 auto;padding:.7em 1.25em}@media (min-width :480px){.weather-atlas-wrapper{font-size:.9em}.weather-atlas-wrapper .current_horizontal{overflow:hidden;clear:both}.weather-atlas-wrapper .current_horizontal .current_temp{float:left;width:50%}.weather-atlas-wrapper .current_horizontal .current_text_2{font-size:1em;float:left;text-align:left;padding-left:10%;width:40%}}.weather-atlas-wrapper .current_temp{text-align:center;margin-bottom:.5em}.weather-atlas-wrapper .current_temp .wi{font-size:3.5em}.weather-atlas-wrapper .current_temp .sunrise_sunset,.weather-atlas-wrapper .current_temp .sunrise_sunset .wi{margin-top:.5em;font-size:.85em}.weather-atlas-wrapper .current_temp .temp{font-size:3.75em;line-height:1.2;margin-left:.1em;letter-spacing:-.05em}.weather-atlas-wrapper .current_temp .current_text{font-size:1.5em;line-height:1.2;text-transform:lowercase}.weather-atlas-wrapper .current_text_2{display:none}@media (min-width :480px){.weather-atlas-wrapper .current_text_2{margin-top:.2em;display:inline-block;text-align:left;font-size:.9em;text-transform:lowercase}}.weather-atlas-wrapper .daily,.weather-atlas-wrapper .hourly{margin-top:.25em;display:table;table-layout:fixed;width:100%;text-align:center}.weather-atlas-wrapper .daily.days,.weather-atlas-wrapper .hourly.hours{text-transform:lowercase;margin-top:.6em}.weather-atlas-wrapper .extended_day,.weather-atlas-wrapper .extended_hour{display:table-cell}.weather-atlas-wrapper .extended_day_4,.weather-atlas-wrapper .extended_day_5,.weather-atlas-wrapper .extended_hour_4,.weather-atlas-wrapper .extended_hour_5{display:none}@media (min-width :480px){.weather-atlas-wrapper .extended_day_4,.weather-atlas-wrapper .extended_day_5,.weather-atlas-wrapper .extended_hour_4,.weather-atlas-wrapper .extended_hour_5{display:table-cell}}.weather-atlas-wrapper .extended_day .wi,.weather-atlas-wrapper .extended_hour .wi{font-size:2em;line-height:1.3}.weather-atlas-wrapper .weather-atlas-footer{padding:.25em 1em;font-size:.85em;text-align:center;background:rgba(0,0,0,.05)}.weather-atlas-wrapper .weather-atlas-footer .weather-atlas-footer-block{display:inline-block}.ui-menu,.ui-menu-item,.weather-atlas-wrapper .city_name{font-family:'Open Sans',sans-serif;font-size:.85em;line-height:1;text-shadow:none;text-align:left;color:#000;text-transform:uppercase}.weather-atlas-wrapper .city_name{padding:.2em 5px;margin:-.3em;border:none!important}.weather-atlas-wrapper input.city_name{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.weather-atlas-wrapper .city_name::-webkit-input-placeholder{font-family:'Open Sans',sans-serif;color:#333;text-transform:lowercase}.weather-atlas-wrapper .city_name::-moz-placeholder{font-family:'Open Sans',sans-serif;color:#333;text-transform:lowercase}.weather-atlas-wrapper .city_name:-ms-input-placeholder{font-family:'Open Sans',sans-serif;color:#333;text-transform:lowercase}.weather-atlas-wrapper .city_name:-moz-placeholder{font-family:'Open Sans',sans-serif;color:#333;text-transform:lowercase}.weather-atlas-header-title-wrapper{display:inline-block;margin:0 0 0 10%;width:80%}.city_selector_toggle{display:inline-block;text-align:right;width:10%}.city_selector_toggle_link{font-size:1em;text-decoration:none !important;box-shadow:none !important;border:none !important;outline:none !important}.ui-autocomplete{position:absolute;z-index:10000;cursor:default;background:#fff;border-right:1px solid #ddd;border-bottom:1px solid #ddd}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu-item{list-style-type:none;padding:.5em 5px;margin:0 -1px 0 0;cursor:pointer;border-left:1px solid #ddd;border-top:1px solid #ddd}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{background:#ccc}.ui-autocomplete-input.ui-autocomplete-loading{background-image:url(/wp-admin/images/loading.gif);background-repeat:no-repeat;background-position:right center;visibility:visible}@font-face{font-family:weathericons;src:url(/wp-content/plugins/weather-atlas/public/font/weather-icons/../weather-icons/weathericons-regular-webfont.eot);src:url(/wp-content/plugins/weather-atlas/public/font/weather-icons/../weather-icons/weathericons-regular-webfont.eot?#iefix) format('embedded-opentype'),url(/wp-content/plugins/weather-atlas/public/font/weather-icons/../weather-icons/weathericons-regular-webfont.woff2) format('woff2'),url(/wp-content/plugins/weather-atlas/public/font/weather-icons/../weather-icons/weathericons-regular-webfont.woff) format('woff'),url(/wp-content/plugins/weather-atlas/public/font/weather-icons/../weather-icons/weathericons-regular-webfont.ttf) format('truetype'),url(/wp-content/plugins/weather-atlas/public/font/weather-icons/../weather-icons/weathericons-regular-webfont.svg#weather_iconsregular) format('svg');font-weight:400;font-style:normal}.wi{display:inline-block;font-family:weathericons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wi-fw{text-align:center;width:1.4em}.wi-weather-0:before{content:"\f056"}.wi-weather-1:before{content:"\f00e"}.wi-weather-2:before{content:"\f073"}.wi-weather-3:before{content:"\f01e"}.wi-weather-4:before{content:"\f01e"}.wi-weather-5:before{content:"\f017"}.wi-weather-6:before{content:"\f017"}.wi-weather-7:before{content:"\f017"}.wi-weather-8:before{content:"\f015"}.wi-weather-9:before{content:"\f01a"}.wi-weather-10:before{content:"\f015"}.wi-weather-11:before{content:"\f01a"}.wi-weather-12:before{content:"\f01a"}.wi-weather-13:before{content:"\f01b"}.wi-weather-14:before{content:"\f00a"}.wi-weather-15:before{content:"\f064"}.wi-weather-16:before{content:"\f01b"}.wi-weather-17:before{content:"\f015"}.wi-weather-18:before{content:"\f017"}.wi-weather-19:before{content:"\f063"}.wi-weather-20:before{content:"\f014"}.wi-weather-21:before{content:"\f021"}.wi-weather-22:before{content:"\f062"}.wi-weather-23:before{content:"\f050"}.wi-weather-24:before{content:"\f050"}.wi-weather-25:before{content:"\f076"}.wi-weather-26:before{content:"\f013"}.wi-weather-27:before{content:"\f031"}.wi-weather-28:before{content:"\f002"}.wi-weather-29:before{content:"\f031"}.wi-weather-30:before{content:"\f002"}.wi-weather-31:before{content:"\f02e"}.wi-weather-32:before{content:"\f00d"}.wi-weather-33:before{content:"\f083"}.wi-weather-34:before{content:"\f00c"}.wi-weather-35:before{content:"\f017"}.wi-weather-36:before{content:"\f072"}.wi-weather-37:before{content:"\f00e"}.wi-weather-38:before{content:"\f00e"}.wi-weather-39:before{content:"\f00e"}.wi-weather-40:before{content:"\f01a"}.wi-weather-41:before{content:"\f064"}.wi-weather-42:before{content:"\f01b"}.wi-weather-43:before{content:"\f064"}.wi-weather-44:before{content:"\f00c"}.wi-weather-45:before{content:"\f00e"}.wi-weather-46:before{content:"\f01b"}.wi-weather-47:before{content:"\f00e"}.wi-weather-3200:before{content:"\f077"}.wi-alien:before{content:"\f075"}.wi-celsius:before{content:"\f03c"}.wi-fahrenheit:before{content:"\f045"}.wi-degrees:before{content:"\f042"}.wi-thermometer:before{content:"\f055"}.wi-thermometer-exterior:before{content:"\f053"}.wi-thermometer-internal:before{content:"\f054"}.wi-cloud-down:before{content:"\f03d"}.wi-cloud-up:before{content:"\f040"}.wi-cloud-refresh:before{content:"\f03e"}.wi-horizon:before{content:"\f047"}.wi-horizon-alt:before{content:"\f046"}.wi-sunrise:before{content:"\f051"}.wi-sunset:before{content:"\f052"}.wi-moonrise:before{content:"\f0c9"}.wi-moonset:before{content:"\f0ca"}.wi-refresh:before{content:"\f04c"}.wi-refresh-alt:before{content:"\f04b"}.wi-umbrella:before{content:"\f084"}.wi-barometer:before{content:"\f079"}.wi-humidity:before{content:"\f07a"}.wi-na:before{content:"\f07b"}.wi-train:before{content:"\f0cb"}/**
 * Like Button toolbar button, loading text & container styles
 */

/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

div.jetpack-comment-likes-widget-wrapper {
	width: 100%;
	position: relative;
	min-height: 31px;
}

div.jetpack-comment-likes-widget-wrapper iframe {
	margin-bottom: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}

/* Loading text */
.post-likes-widget-placeholder,
.comment-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.comment-likes-widget-placeholder {
	height: 18px;
	position: absolute;
	display: flex;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.comment-likes-widget-placeholder::before {
	color: #2EA2CC;
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E");
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading,
.comment-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.comment-likes-widget-placeholder .loading {
	padding-left: 5px;
	margin-top: 4px;
	align-self: center;
	color: #4E4E4E;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}

/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating,
.cs-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/*****
Theme Name: MH Magazine
Theme URI: https://www.mhthemes.com/themes/mh/magazine/
Author: MH Themes
Author URI: https://www.mhthemes.com/
Description: WordPress theme for WordPress.com
Version: 1.3.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mh-magazine
Domain Path: /languages/
Tags: blog, breadcrumb-navigation, classic-menu, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, left-sidebar, magazine, multiple-menus, news, responsive-layout, right-sidebar, rtl-language-support, theme-options, threaded-comments, translation-ready, two-columns
Status: inactive
*****/

/***** CSS Reset based on the work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ v2.0 *****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after  {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/***** Structure *****/

html {
    font-size: 100%;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    background: #f7f7f7;
    word-wrap: break-word;
}

.container {
    width: 980px;
    margin: 20px auto 0;
    position: relative;
    -webkit-box-shadow: 0 0 5px 1px #a8a8a8;
    -moz-box-shadow: 0 0 5px 1px #a8a8a8;
    box-shadow: 0 0 5px 1px #a8a8a8;
}

.wrapper {
    padding: 20px;
    background: #fff;
}

.main {
    width: 100%;
    float: left;
}

.hp .main, .mh-two-sb .main, .mh-large .content {
    width: 940px;
}

.content, .mh-two-sb .content, .mh-large .hp .content, .mh-no-sb .hp .content {
    width: 620px;
    overflow: hidden;
}

.sidebar, .hp-sidebar {
     width: 300px;
     float: left;
}

.sidebar-2, .hp-sidebar-2 {
     width: 300px;
     float: right;
}

.sb-right {
    margin-left: 20px;
}

.sb-left {
    margin-right: 20px;
}

.left {
     float: left;
}

.right {
     float: right;
}

.mh-large .container, .mh-large .header-widget {
     width: 1300px;
}

.mh-no-sb .content {
    width:  100%;
}

/***** Accessibility *****/

.screen-reader-text {
	position: absolute;
	top: -9999rem;
	left: -9999rem;
}

/***** Columns *****/

.row [class*='col-']:first-child {
     margin:  0;
}

[class*='col-'] {
    float: left;
    margin-left: 2.04%;
    overflow: hidden;
}

.col-1-1 {
    width: 100%;
}

.col-1-2 {
    width: 48.98%;
}

.col-1-3 {
    width: 31.973%;
}

.col-2-3 {
    width: 65.986%;
}

.col-1-4 {
    width: 23.47%;
}

.col-3-4 {
    width: 74.49%;
}

.col-1-5 {
    width: 18.368%;
}

.col-1-6 {
    width: 14.966%;
}

.col-1-7 {
    width: 12.537%;
}

.col-1-8 {
    width: 10.715%;
}

.clear {
    clear: both;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

/***** Typography *****/

h1 {
    font-size: 32px;
    font-size: 2rem;
}

h2 {
    font-size: 24px;
    font-size: 1.5rem;
}

h3 {
    font-size: 20px;
    font-size: 1.25rem;
}

h4 {
    font-size: 18px;
    font-size: 1.125rem;
}

h5 {
    font-size: 16px;
    font-size: 1rem;
}

h6 {
    font-size: 14px;
    font-size: 0.875rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', serif;
    color: #000;
    line-height: 1.3;
    font-weight: 600;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

small {
    font-size: 6px;
    font-size: 0.375rem;
}

big {
    font-size: 20px;
    font-size: 1.25rem;
}

pre, code {
    font-family: "Consolas", Courier New, Courier, monospace;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    background: #f7f7f7;
    border: 1px solid #ebebeb;
}

pre {
    padding: 20px;
    padding: 1.25rem;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -webkit-pre-wrap;
}

kbd {
    padding: 0px 6px;
    padding: 0rem 0.375rem;
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 0.1875em;
    -moz-border-radius: 0.1875em;
    -moz-box-shadow: 0 0.0625em 0 rgba(0,  0,  0,  0.2),  0 0 0 0.125em white inset;
    -webkit-border-radius: 0.1875em;
    -webkit-box-shadow: 0 0.0625em 0 rgba(0,  0,  0,  0.2),  0 0 0 0.125em white inset;
    box-shadow: 0 0.0625em 0 rgba(0,  0,  0,  0.2),  0 0 0 0.125em white inset;
    text-shadow: 0 0.0625em 0 #fff;
}

blockquote {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	font-style: italic;
	color: #666;
	padding: 15px;
	padding: 0.9375rem;
	border-left: 5px solid #e64946;
	border-right: 2px solid #e64946;
	display: inline-block;
	box-shadow: 2px 2px 15px #ccc;
}

sup {
    vertical-align: super;
    font-size: 10px;
    font-size: 0.625rem;
}

sub {
    vertical-align: sub;
    font-size: 10px;
    font-size: 0.625rem;
}

abbr, acronym {
    border-bottom: 1px dashed;
    cursor: help;
}

cite {
    color: #9a9b97;
}

q {
    font-style: italic;
}

address {
    font-family: "Courier new";
    line-height: 1.5;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #e64946;
    text-decoration: underline;
}

.mh-excerpt a, .widget-title a  {
    text-decoration: none;
}

/***** Lists *****/

.entry ul, .commentlist ul  {
    list-style: square;
}

.entry ol, .commentlist ol  {
    list-style: decimal;
}

.entry ul, .commentlist ul, .entry ol, .commentlist ol  {
     margin: 0 0 20px 40px;
     margin: 0 0 1.25rem 2.5rem;
}

.entry ul ul, .commentlist ul ul, .entry ol ol, .commentlist ol ol  {
     margin: 0 0 0 40px;
     margin: 0 0 0 2.5rem;
}

dl {
     margin: 0 0 10px 20px;
     margin: 0 0 0.625rem 1.25rem;
}

dt, dd {
    display: list-item;
}

dt {
    list-style-type: square;
    font-weight: bold;
}

dd {
    list-style-type: circle;
    margin-left: 20px;
    margin-left: 1.25rem;
}

select {
    max-width: 100%;
}

/***** Header *****/

.header-widget {
    width: 980px;
    margin: 1em auto 0;
}

.header-wrap {
    background: #fff;
}

.header-wrap a {
    text-decoration: none;
}

.logo-wrap {
	position: relative;
    overflow: hidden;
}

.logo {
    display: inline-block;
    margin: 20px 15px;
}

.logo-name {
    text-transform: uppercase;
    text-shadow: 1px 2px 5px #969696;
    border-bottom: 3px solid #000;
    display: inline-block;
}

.logo-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
}

.logo-overlay {
	 position: absolute;
	 display: block;
	 top: 0;
	 right: 0;
	 margin-top: 40px;
	 text-align: right;
}

.logo-overlay .logo-name {
	font-size: 18px;
	font-size: 1.125rem;
	text-shadow: none;
	border-bottom: 0;
}

.logo-overlay .logo-desc {
	text-align: right;
}

/***** Newsticker *****/

.news-ticker {
    background: #f7f7f7;
    border-bottom: 1px solid #9a9b97;
}

.ticker-title {
    float: left;
    padding: 4px 10px;
    padding: 0.25rem 0.625rem;
    background: #e64946;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

#ticker {
    height: 2em;
    overflow: hidden;
}

#ticker li {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    padding: 2px 10px;
    padding: 0.125rem 0.625rem;
}

#ticker a {
	display: block;
    text-decoration: none;
}

#ticker a:hover .meta {
	color: #e64946;
}

#ticker .meta {
	color: #666;
}

/***** Navigation *****/

.header-nav {
    font-size: 12px;
    font-size: 0.75rem;
    position: absolute;
    right: 20px;
    background: #f6f6f6;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    z-index: 999;
}

.header-nav li {
    float: left;
    position: relative;
    -webkit-transition: background 0.6s ease-out;
    -moz-transition: background 0.6s ease-out;
    transition: background 0.6s ease-out;
}

.header-nav li a {
    display: block;
    line-height: 1.3;
    color: #666;
    padding: 0.3125em 0.625em;
    text-decoration: none;
}

.header-nav li:hover {
    background: #e64946;
}

.header-nav li:hover a {
    color: #fff;
}

.header-nav ul li:hover > ul {
    display: block;
    background: #2a2a2a;
    z-index: 9999;
}

.header-nav ul ul {
    display: none;
    position: absolute;
}

.header-nav ul ul li {
    width: 10em;
}

.header-nav ul ul ul {
    left: 100%;
    top: 0;
}

.main-nav {
    background: #2a2a2a;
    text-transform: uppercase;
}

.main-nav li {
    float: left;
    position: relative;
    border-left: 1px solid #000;
    -webkit-transition: background 0.6s ease-out;
    -moz-transition: background 0.6s ease-out;
    transition: background 0.6s ease-out;
}

.main-nav li:first-child {
    border: none;
}

.main-nav li:hover {
    background: #e64946;
}

.main-nav li a {
    display: block;
    color: #fff;
    padding: 0.416em 1em;
    text-decoration: none;
}

.main-nav ul li:hover > ul {
    display: block;
    background: #2a2a2a;
    z-index: 9999;
}

.main-nav ul ul {
    display: none;
    position: absolute;
}

.main-nav ul ul li {
    width: 13em;
    border: none;
}

.main-nav ul ul ul {
    left: 100%;
    top: 0;
}

.info-nav {
    background: #ddd;
}

.info-nav li {
    float: left;
    position: relative;
    font-size: 13px;
    font-size: 0.8125rem;
}

.info-nav li:first-child {
    border: none;
}

.info-nav li a {
    display: block;
    color: #2a2a2a;
    padding: 5px 14px;
}

.info-nav ul li:hover > ul {
    display: block;
    background: #ddd;
    z-index: 9999;
}

.info-nav ul ul {
    display: none;
    position: absolute;
}

.info-nav ul ul li {
    width: 13em;
    border: none;
}

.info-nav ul ul ul {
    left: 100%;
    top: 0;
}

.footer-nav {
    font-size: 13px;
    font-size: 0.8125rem;
    background: #e64946;
    font-weight: 400;
}

.footer-nav li {
    float: left;
    position: relative;
    -webkit-transition: background 0.6s ease-out;
    -moz-transition: background 0.6s ease-out;
    transition: background 0.6s ease-out;
}

.footer-nav li:hover {
    background: #2a2a2a;
}

.footer-nav li:hover a {
    color: #fff;
}

.footer-nav li a {
	display: block;
    line-height: 1.3;
    color: #fff;
    padding: 0.3125em 0.625em;
    text-decoration: none;
}

.footer-nav ul {
    float: right;
}

.footer-nav ul li:hover > ul {
    display: block;
    background: #e64946;
    z-index: 9999;
}

.footer-nav ul ul {
    display: none;
    position: absolute;
}

.footer-nav ul ul li {
    width: 10em;
}

.footer-nav ul ul ul {
    left: 100%;
    top: 0;
}

.tinynav {
    display: none;
}

/***** FlexSlider Browser Resets - Copyright 2012 WooThemes - GPLv2 license - http://www.gnu.org/licenses/gpl-2.0.html *****/

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/***** FlexSlider Default Styles *****/

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -12px 0 0;
    display: block;
    background: url(/wp-content/themes/mh-magazine/images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
    display: none;
}

.flex-direction-nav .flex-prev {
    left: -36px;
    display: none;
}

.flex-direction-nav .flex-disabled {
    opacity: 0.3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
    display: block;
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
    display: block;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 6px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,  0,  0,  0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,  0,  0,  0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,  0,  0,  0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,  0,  0,  0.9);
    cursor: default;
}

/***** FlexSlider Custom Styles *****/

.flexslider {
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.no-js .slides > li:first-child {
    display: block;
}

.slider-normal {
    width: 620px;
    max-width: 100%;
}

.slide-caption {
    width: 25em;
    max-width: 100%;
    position: absolute;
    background: #2a2a2a;
    color: #fff;
    top: 0;
    right: 0;
    border-bottom: 3px solid #e64946;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.slide-caption .mh-excerpt a {
    color: #fff;
}

.slide-wrap:hover .slide-caption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slide-title {
    color: #fff;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.slide-title:hover {
    color: #e64946;
}

.slide-data {
    padding: 10px;
    padding: 0.625rem;
}

/***** FlexSlider Custom Layouts *****/

.slider-layout2 .flex-control-nav {
    height: 10px;
    position: relative;
    bottom: 0;
    background: #666;
    text-align: left;
}

.slider-layout2 .flex-control-nav li {
    width: 20%;
    margin: 0;
}

.slider-layout2 .flex-control-paging li a {
    width: 100%;
    height: 100%;
    background: #666;
    border-radius: 0;
    box-shadow: none;
}

.slider-layout2 .flex-control-paging li a:hover {
    background: #aaa;
}

.slider-layout2 .flex-control-paging li a.flex-active {
    background: #e64946;
}

.slider-layout2 .slide-caption {
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0.90;
    filter: alpha(opacity=90);
    border: 0;
}

/***** FlexSlider Carousel *****/

[id*='mh_carousel_hp-'] {
    direction: ltr;
}

[id*='mh_carousel_hp-'] li {
    width: 174px;
    height: auto;
    margin-right: 12px;
}

.carousel-item {
    position: relative;
}

.carousel-layout1 {
    padding: 12px;
    background: #2a2a2a;
    border-top: 3px solid #e64946;
    border-bottom: 3px solid #e64946;
}

.carousel-layout1 .caption {
    position: absolute;
    padding: 2px 10px;
    padding: 0.125rem 0.625rem;
    background: #e64946;
    color: #fff;
    font-weight: 400;
    top: 10%;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.carousel-layout1 .carousel-item:hover .caption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-layout2 {
    padding: 0 12px;
}

.carousel-layout2 .caption {
    color: #e64946;
    padding: 0 2px;
}

.carousel-layout2 .carousel-item-title {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 2px;
}

.carousel-layout2 .carousel-item-title:hover {
    color: #e64946;
}

.carousel-layout2 .flex-direction-nav {
    display: none;
}

.no-js [id*='carousel-'], .no-js [class*='carousel-title-'] {
    display: none;
}

/***** Posts/Pages *****/

.breadcrumb, .breadcrumb a {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #aaa;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.breadcrumb a:hover {
	color: #e64946;
}

.post-header {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.entry-title {
    padding-bottom: 3px;
    padding-bottom: 0.1875rem;
}

.page-title-top, .subheading-top {
    border-bottom: 3px solid #2a2a2a;
}

.page-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.page-title-layout1 {
    color: #fff;
    padding: 0px 10px 3px;
    padding: 0rem 0.625rem 0.1875rem;
    background: #e64946;
    display: inline-block;
}

.page-title-layout2 {
    font-size: 32px;
    font-size: 2rem;
}

.subheading {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #fff;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    padding: 2px 7px 3px;
    padding: 0.125rem 0.4375rem 0.1875rem;
    background: #e64946;
    display: inline-block;
}

.meta {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #aaa;
    font-style: italic;
}

.post-meta {
    margin-top: 10px;
    margin-top: 0.625rem;
    padding: 5px;
    padding: 0.3125rem;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.post-meta a {
	color: #aaa;
}

.post-meta a:hover {
	color: #e64946;
}

.post-thumbnail {
    max-width: 940px;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry p, .entry blockquote, .entry .flex-vid, .entry row {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.entry blockquote p:last-child {
    margin: 0;
}

.entry a {
    color: #e64946;
}

.post-tags {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.post-tags li {
    float: left;
    margin: 0px 6px 6px 0px;
    margin: 0rem 0.375rem 0.375rem 0rem;
    background: #555555;
}

.post-tags li:hover {
    background: #e64946;
}

.post-tags a, .post-tags a:hover {
    color: #fff;
    padding: 2px 10px;
    padding: 0.125rem 0.625rem;
    display: block;
    text-decoration: none;
}

.section-title {
    padding: 10px;
    padding: 0.625rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    background: #f6f6f6;
    border: 1px solid #d7d8d8;
}

.sitemap .page-title {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.sitemap-list {
    list-style: none;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-left: 0;
}

.sitemap-list > li {
    border-bottom: 1px solid #ebebeb;
}

.sitemap .children {
    list-style: square;
    margin: 0 0 0 16px;
    margin: 0 0 0 1rem;
}

.sticky {
}

/***** Authorbox *****/

.author-box {
    line-height: 1.5;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    background: #f7f7f7;
}

.author-box-wrap {
    padding: 10px;
}

.author-box-avatar {
    float: left;
    margin-right: 10px;
}

.author-box-name {
    margin-bottom: 10px;
}

.author-box-postcount {
    font-weight: 400;
}

.author-box-layout1 {
    border-top: 3px solid #e64946;
    border-bottom: 3px solid #e64946;
}

/***** Loop / Archives / Search Results *****/

.loop-wrap {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.loop-data {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.loop-thumb {
    float: left;
    margin-right: 20px;
}

.loop-layout1, .loop-layout3 {
    border-bottom: 1px solid #ebebeb;
}

.loop-layout2 {
    padding: 0;
    background: #f9f9f9;
}

.loop-layout2 .meta {
    color: #fff;
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    background: #2a2a2a;
}

.loop-layout2 .meta a {
    color:  #fff;
}

.loop-layout2 .loop-content {
    padding: 10px 20px 20px 20px;
    padding: 0.625rem 1.25rem 1.25rem 1.25rem;
}

.loop-layout2 .loop-title {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.loop-layout3 .loop-title {
    font-size: 24px;
    font-size: 1.5rem;
}

.loop-layout3 .loop-thumb {
    float: none;
    margin: 0 0 20px;
}

.cat-desc {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    padding: 20px;
    padding: 1.25rem;
    background: #f7f7f7;
    border-top: 3px solid #e64946;
    border-bottom: 3px solid #e64946;
}


/***** Pagination *****/

.post .pagination {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
}

.page-numbers {
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    background: #eee;
    display: inline-block;
}

.page-numbers:hover, .current, a:hover .pagelink {
    background: #e64946;
    color: #fff;
    text-decoration: none;
}

.page-numbers a {
    display: block;
}

.pagelink {
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    background: #e64946;
    color: #fff;
}

a .pagelink {
     background: #eee;
     color: #444;
}

.post-nav a {
    font-size: 15px;
    font-size: 0.9375rem;
}


/***** Footer *****/

footer {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff;
    padding: 20px;
    padding: 1.25rem;
    background: #2a2a2a;
}

footer a {
    color: #f7f7f7;
}

.copyright-wrap {
    margin: 0 auto 20px;
    background: #2a2a2a;
    border-top: 3px solid #999;
}

.copyright {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 2px 5px;
    padding: 0.125rem 0.3125rem;
    color: #999;
}

.copyright a {
    color: #999;
}

/***** Images / Video *****/

img {
    max-width: 100%;
    width: auto\9;
    /* ie8 */
    height: auto;
    vertical-align: bottom;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
    margin: 0 0.625rem 0 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0 0 0 10px;
    margin: 0 0 0 0.625rem;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
    color: #9a9b97;
    margin-top: 5px;
    margin-top: 0.3125rem;
    display: inline-block;
}

.alignleft .wp-caption-text, .alignright .wp-caption-text {
    margin-bottom: 0;
}

.gallery dl {
    margin: 0;
}

.gallery dt {
    list-style: none;
}

.gallery-caption {
    position: relative;
    display: none;
}

.flex-vid {
    position: relative;
    padding-bottom: 55%;
    padding-top: 8px;
    height: 0;
    overflow: hidden;
}

.flex-vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/***** Tables *****/

table {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

td, th {
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

th {
    background-color: #f9f9f9;
    font-weight: 600;
    color: #000;
}

/***** Widgets *****/

.widget-title, .footer-widget-title  {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.footer-widget-title {
    color: #fff;
}

.wt-layout1 .widget-title, .wt-layout1 .footer-widget-title, .wt-layout3 .footer-widget-title {
    border-bottom: 3px solid #e64946;
    padding-bottom: 3px;
}

.wt-layout2 .widget-title, .wt-layout2 .footer-widget-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    padding: 8px 14px;
    padding: 0.5rem 0.875rem;
    background: #e64946;
}

.wt-layout2 .widget-title-link, .wt-layout2 .widget-title-link:hover {
    color: #fff;
}

.wt-layout3 .widget-title {
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    border-left: 10px solid #e64946;
    background: #f2f2f2;
}

.sb-widget, .footer-widget {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    overflow: hidden;
}

/***** MH Spotlight Widget *****/

.spotlight {
    position: relative;
    background: #2a2a2a;
    color: #ebebeb;
    padding: 20px;
}

.spotlight:hover .sl-caption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.spotlight .mh-excerpt a {
    color: #fff;
}

.sl-title {
    color: #fff;
    font-size: 32px;
    font-size: 2rem;
}

.sl-title:hover {
    color: #e64946;
}

.sl-caption {
    position: absolute;
    top: 10%;
    padding: 4px 10px;
    padding: 0.25rem 0.625rem;
    background: #e64946;
    color: #fff;
    font-weight: 400;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.sl-thumb {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    overflow: hidden;
}

/***** MH Custom Posts Widget *****/

.sb-widget .cp-wrap {
    padding: 15px 0px;
    padding: 0.9375rem 0rem;
    border-bottom: 1px solid #ebebeb;
}

.footer-widget .cp-wrap {
    padding: 5px 0px;
    padding: 0.3125rem 0rem;
    border-bottom: 1px solid #454545;
}

.cp-widget li:first-child {
    padding-top: 0;
}

.cp-thumb-xl {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.cp-thumb {
    float: left;
    margin-right: 10px;
    margin-right: 0.625rem;
}

.cp-xl-title {
    font-weight: 600;
}

.cp-widget-title {
    line-height: 1.3;
}

.cp-small {
    font-size: 13px;
    font-size: 0.8125rem;
}

.cp-small .meta {
    font-size: 11px;
    font-size: 0.6875rem;
}

.cp-widget .mh-excerpt {
    margin-top: 10px;
    margin-top: 0.625rem;
}

.sb-widget .cp-no-image {
    padding: 5px 0px;
    padding: 0.3125rem 0rem;
}

.home-wide .cp-thumb-xl {
    float: left;
    margin: 0px 20px 0px 0px;
    margin: 0rem 1.25rem 0rem 0rem;
}

.home-wide .cp-small {
    float: left;
    width: 50%;
    min-height: 55px;
}

.home-wide .cp-no-image {
    float: none;
    width: 100%;
    min-height: 0;
}

.home-wide .cp-small .cp-data {
    margin-right: 10px;
}

.home-wide .cp-widget .cp-small:first-child {
    padding-top: 15px;
    padding-top: 0.9375rem;
}

/***** Other MH Widgets *****/

.nip-thumb {
    float: left;
    margin: 0 2px 2px 0
}

/***** Default WordPress Widgets *****/

.sb-widget .menu > .menu-item, .sb-widget .cat-item {
    padding: 5px 0px;
    padding: 0.375rem 0rem;
    border-bottom: 1px solid #ebebeb;
}

.footer-widget .menu > .menu-item, .footer-widget .cat-item {
    padding: 5px 0px;
    padding: 0.3125rem 0rem;
    border-bottom: 1px solid #454545;
}

.sb-widget .menu-item:first-child, .sb-widget .cat-item:first-child, .footer-widget .menu-item:first-child, .footer-widget .cat-item:first-child {
    padding-top: 0;
}

.sb-widget .menu-item, .sb-widget .cat-item, .footer-widget .menu-item, .footer-widget .cat-item {
    line-height: 1.3;
}

#wp-calendar caption {
    text-align: left;
    padding: 10px;
    padding: 0.625rem;
    background: #f7f7f7;
}

#wp-calendar th, #wp-calendar td {
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    text-align: center;
}

#wp-calendar th {
    font-weight: 300;
}

#wp-calendar #prev {
    text-align: left;
}

.tagcloud a {
    margin: 2px;
    margin: 0.125rem;
    padding: 2px 10px;
    padding: 0.125rem 0.625rem;
    color: #666;
    white-space: nowrap;
    display: inline-block;
}

.sb-widget .tagcloud a {
    background: #f6f6f6;
}

.footer-widget .tagcloud a {
    background: #000;
}

.tagcloud a:hover, .sb-widget .tagcloud a:hover, .footer-widget .tagcloud a:hover {
    color: #fff;
    background: #e64946;
    text-decoration: none;
}

/***** Comments *****/

.no-comments {
    padding: 10px;
    padding: 0.625rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    background: #f6f6f6;
    border: 1px solid #d7d8d8;
}

.commentlist {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    list-style: none;
}

.commentlist .comment .vcard {
    line-height: 2.5;
    padding: 10px 0px;
    padding: 0.625rem 0rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.commentlist .comment .avatar {
    width: 2.5em;
    height: 2.5em;
    padding: 2px;
    padding: 0.125rem;
    margin-right: 6px;
    margin-right: 0.375rem;
    background: #fff;
    border: 1px solid #f7f7f7;
    vertical-align: middle;
}

.commentlist .bypostauthor .vcard {
    border-left: 3px solid #e64946;
}

.commentlist .bypostauthor .avatar {
    margin-left: 6px;
    margin-left: 0.375rem;
}

.commentlist .children {
    list-style: none;
}

.commentlist h1, .commentlist h2, .commentlist h3, .commentlist h4, .commentlist h5, .commentlist h6 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.comment-text p, .comment-text blockquote {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.comment-text blockquote p:last-child {
    margin: 0;
}

.comment-info {
    color: #e64946;
    margin: 20px 0px;
    margin: 1.25rem 0rem;
}

.comments-pagination {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.pinglist {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.pinglist .pings:first-child {
    border-top: 1px solid #ebebeb;
}

.pinglist .pings {
    line-height: 2.5;
    padding: 10px 0px;
    padding: 0.625rem 0rem;
    border-bottom: 1px solid #ebebeb;
}


/***** Forms *****/

input {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px;
    padding: 0.3125rem;
    border: 1px solid #d7d8d8;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

input[type=text] {
    width: 60%;
}

input[type=text]:hover, textarea:hover {
    border: 1px solid #e64946;
}

input[type=submit] {
    min-width: 75px;
    color: #fff;
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    background: #e64946;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border: 0;
}

input[type=submit]:hover {
    background: #2a2a2a;
}

textarea {
    width: 96%;
    line-height: 1.5;
    padding: 5px;
    padding: 0.3125rem;
    border: 1px solid #d7d8d8;
}

/***** Comment Form *****/

#respond {
    padding: 10px;
    padding: 0.625rem;
    background: #f6f6f6;
    border: 1px solid #d7d8d8;
}

#respond h3 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

#commentform p {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

#cancel-comment-reply-link {
    font-size: 12px;
    font-size: 0.75rem;
    background: #e64946;
    padding: 5px;
    padding: 0.3125rem;
    color: #fff;
}

#cancel-comment-reply-link:hover {
    background: #2a2a2a;
    text-decoration: none;
}

.required {
    color: #e64946;
}

/***** Contact Form 7 *****/

.wpcf7-form {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px;
    padding: 0.625rem;
    border: 1px solid #d7d8d8;
    background: #f7f7f7;
}

.wpcf7-form input[type=email] {
    width: 60%;
}

.wpcf7-form input[type=email]:hover {
    border: 1px solid #e64946;
}

.wpcf7-form p {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.wpcf7-response-output {
    background: #fff;
}

/***** Searchform *****/

#searchform {
    padding: 5px;
    padding: 0.3125rem;
    background: #f6f6f6;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

#searchform #s {
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    color: #444;
    background: none;
    border: none;
}

#searchform #s:focus {
    outline: none;
}

#searchsubmit {
    display: none;
}

/***** Shortcodes *****/

.dropcap {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 600;
    line-height: 0.8;
    color: #e64946;
    top: 0;
    margin-right: 6px;
    margin-right: 0.375rem;
    text-transform: uppercase;
    float: left;
    position: relative;
}

.highlight {
    padding: 2px 5px;
    padding: 0.125rem 0.3125rem;
}

.heading {
    border-bottom: 1px dotted #000;
}

.box {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 0;
    padding: 1.25rem 1.25rem 0;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    border: 1px solid #ebebeb;
}

.box ul, .box ol {
    margin: 0 0 20px 20px;
    margin: 0 0 1.25rem 1.25rem;
}

.normal {
    background: #f7f7f7;
}

.alert {
    background: #ffe8e8;
}

.success {
    background: #e5ffbc;
}

.infobox {
    background: #feffcb;
}

.event {
    background: #dfebff;
}

.hide-box {
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 999;
    cursor: pointer;
    color: #ddd;
}

.no-js .hide-box {
    display:  none;
}

#testimonials ul, #images ul  {
    list-style: none;
    margin: 0;
}

.testimonial, .image {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.testimonial {
    position: relative;
    font-style: italic;
    background: #f9f9f9;
    padding: 10px 10px 10px 60px;
    padding: 0.625rem 0.625rem 0.625rem 3.75rem;
    border: 1px solid #ebebeb;
}

.testimonial:before {
    position: absolute;
    top: 0;
    left: 10px;
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.testimonial-author {
    font-style: normal;
    color: #9a9b97;
}

/***** Media Queries *****/

@media screen and (max-width: 1340px) {

	#mh-mobile .container, #mh-mobile .header-widget {
    	width: 980px;
	}

	.mh-mobile .main, .mh-mobile .hp-sidebar-2, .mh-no-sb .mh-mobile .content {
    	width: 100%;
    }

	.mh-mobile .content, .mh-no-sb .mh-mobile .hp .content {
    	width: 620px;
	}

	.mh-mobile .sidebar-2 {
		width: 100%;
		margin: 20px 0 0 0;
		margin: 1.25rem 0 0 0;
	}

	.mh-mobile .sidebar-2 .cp-thumb-xl, .mh-mobile .hp-sidebar-2 .cp-thumb-xl {
    	float: left;
		margin-right: 20px;
	}

	.mh-mobile .sidebar-2 .cp-small, .mh-mobile .home-12 .cp-small {
    	float: left;
		width: 50%;
		min-height: 55px;
    }

	.mh-mobile .sidebar-2 .cp-no-image, .mh-mobile .home-12 .cp-no-image {
    	float: none;
		width: 100%;
		min-height: 0;
    }

	.mh-mobile .sidebar-2 .cp-small .cp-data, .mh-mobile .home-12 .cp-small .cp-data {
    	margin-right: 10px;
    }

	.mh-mobile .sidebar-2 .cp-widget .cp-small:first-child, .mh-mobile .home-12 .cp-widget .cp-small:first-child {
    	padding-top: 15px;
		padding-top: 0.9375rem;
    }

}

@media screen and (max-width: 1000px) {

	#mh-mobile .container, #mh-mobile .header-widget {
    	width: 768px;
    }

	#mh-mobile .container {
		margin-top: 0;
	}

	.mh-mobile .content, .mh-mobile .hp .content, .mh-mobile .sidebar, .mh-mobile .hp-sidebar, .mh-mobile .slider-normal, .mh-no-sb .mh-mobile .hp .content {
    	width: 100%;
    }

	.mh-mobile .sidebar {
    	margin: 20px 0 0 0;
		margin: 1.25rem 0 0 0;
	}

	.mh-mobile .sidebar-2, .mh-mobile .hp-sidebar {
    	margin: 0;
    }

	.mh-mobile .hp-sidebar-left, .mh-mobile .hp-sidebar-right {
    	width: 354px;
    }

	.mh-mobile .hp-sidebar-right {
    	margin-left: 20px;
    }

	.mh-mobile .slider-normal img, .mh-mobile .spotlight img, .mh-mobile .post-thumbnail img, .mh-mobile .hp-sidebar-left .cp-thumb-xl img, .mh-mobile .hp-sidebar-right .cp-thumb-xl img {
    	width: 100%;
	}

	.mh-mobile .sidebar .cp-thumb-xl, .mh-mobile .home-wide-2 .cp-thumb-xl {
    	float: left;
		margin: 0 20px 0 0;
		margin: 0 1.25rem 0 0;
    }

	.mh-mobile .sidebar .cp-small, .mh-mobile .home-wide-2 .cp-small {
    	float: left;
		width: 50%;
		min-height: 55px;
    }

	.mh-mobile .sidebar .cp-no-image, .mh-mobile .home-wide-2 .cp-no-image {
    	float: none;
		width: 100%;
		min-height: 0;
    }

	.mh-mobile .sidebar .cp-small .cp-data, .mh-mobile .home-wide-2 .cp-small .cp-data {
    	margin-right: 10px;
    }

	.mh-mobile .sidebar .cp-widget .cp-small:first-child, .mh-mobile .home-wide-2 .cp-widget .cp-small:first-child {
    	padding-top: 15px;
		padding-top: 0.9375rem;
	}

}

@media screen and (max-width: 767px) {

	#mh-mobile .container, #mh-mobile .header-widget {
    	width: 600px;
    }

	.mh-mobile .news-ticker {
		border-top: 1px solid #9a9b97;
	}

	.mh-mobile .header-nav {
    	position: relative;
		right: 0;
		border-left: none;
		border-right: none;
    }

	.mh-mobile .header-nav ul {
    	float: right;
    }

	.mh-mobile .entry-title {
    	font-size: 24px;
		font-size: 1.5rem;
    }

	.mh-mobile .hp-sidebar-left, .mh-mobile .hp-sidebar-right {
    	width: 270px;
    }

	.mh-mobile .mq-footer {
    	width: 100%;
		margin: 0;
    }

	.js .mh-mobile .tinynav {
    	display: block;
		width: 94%;
		padding: 0.25em 0;
		margin: 0 3% 1em;
    }

	.js .mh-mobile .main-nav {
    	background: none;
    }

	.js .mh-mobile .main-nav .menu {
    	display: none;
    }

}

@media screen and (max-width: 620px) {

	#mh-mobile .container, #mh-mobile .header-widget {
    	width: 400px;
	}

	.mh-mobile .ticker-item-meta {
    	display: none;
    }

	.mh-mobile .logo-name {
    	font-size: 24px;
		font-size: 1.5rem;
	}

	.mh-mobile .logo-desc {
    	font-size: 14px;
		font-size: 0.875rem;
    }

    .mh-mobile .logo-overlay {
		position: relative;
		margin-top: 10px;
		text-align: center;
	}

    .mh-mobile .logo-overlay .logo-name {
		font-size: 18px;
		font-size: 1.125rem;
	}

    .mh-mobile .logo-overlay .logo-desc, .mh-mobile .logo-wrap {
		text-align: center;
	}

	.mh-mobile .hp-sidebar-left, .mh-mobile .hp-sidebar-right {
	    width: 100%;
		margin: 0;
    }

	.mh-mobile .slider-normal img, .mh-mobile .spotlight img, .mh-mobile .post-thumbnail img {
    	width: auto;
    }

	.mh-mobile .loop-layout2 .loop-thumb img,  .mh-mobile .cp-thumb-xl img {
    	width: 100%;
    }

	.mh-mobile .slide-caption {
		position: relative;
    	width: 100%;
		bottom: 0;
		top: auto;
		border-top: 3px solid #e64946;
		border-bottom: none;
		opacity: 1;
	}

	.mh-mobile .slide-title, .mh-mobile .sl-title {
    	font-size: 20px;
		font-size: 1.25rem;
    }

	.mh-mobile .slide-data .mh-excerpt, .mh-mobile .flex-control-nav {
    	display: none;
    }

	.mh-mobile [class*='col-'] {
    	width: 100%;
		margin: 0;
    }

	.mh-mobile .loop-thumb {
    	margin-right: 10px;
    }

	.mh-mobile .loop-layout2 .loop-thumb {
    	float: none;
		margin: 0;
    }

	.mh-mobile .loop-layout2 .loop-content {
		padding: 10px;
		padding: 0.625rem;
    }

	.mh-mobile .sidebar .cp-thumb-xl, .mh-mobile .sidebar-2 .cp-thumb-xl, .mh-mobile .hp-sidebar-2 .cp-thumb-xl, .mh-mobile .home-wide .cp-thumb-xl, .mh-mobile .home-wide-2 .cp-thumb-xl {
    	float: none;
		margin: 0 0 10px 0;
		margin: 0 0 0.625rem 0;
    }

	.mh-mobile .sidebar .cp-small, .mh-mobile .sidebar-2 .cp-small, .mh-mobile .home-wide .cp-small, .mh-mobile .home-wide-2 .cp-small, .mh-mobile .home-12 .cp-small {
    	float: none;
		width: 100%;
		min-height: 0;
    }

	.mh-mobile .sidebar .cp-small .cp-data, .mh-mobile .sidebar-2 .cp-small .cp-data, .mh-mobile .home-wide .cp-small .cp-data, .mh-mobile .home-wide-2 .cp-small .cp-data, .mh-mobile .home-12 .cp-small .cp-data {
    	margin-right: 0;
    }

	.mh-mobile .home-wide .cp-widget .cp-small:first-child, .mh-mobile .home-wide-2 .cp-widget .cp-small:first-child, .mh-mobile .home-12 .cp-widget .cp-small:first-child {
    	padding-top: 0;
    }

	.mh-mobile .commentlist ul, .mh-mobile .commentlist ol, .mh-mobile .commentlist ul ul, .mh-mobile .commentlist ol ol {
    	margin: 0 0 20px 0;
		margin: 0 0 1.25rem 0;
    }

}

@media screen and (max-width: 420px) {

	#mh-mobile .container, #mh-mobile .header-widget {
    	width: 95%;
		min-width: 300px;
    }

	.mh-mobile .loop-layout1 .loop-thumb {
    	float: none;
		margin: 0 0 20px;
    }

}

/***** prettyPhoto *****/

div.light_square .pp_expand {
	background: url(/wp-content/themes/mh-magazine/./images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_expand:hover {
    background: url(/wp-content/themes/mh-magazine/./images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract {
    background: url(/wp-content/themes/mh-magazine/./images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract:hover {
    background: url(/wp-content/themes/mh-magazine/./images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(/wp-content/themes/mh-magazine/./images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_square .pp_nav .pp_play {
    background: url(/wp-content/themes/mh-magazine/./images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_nav .pp_pause {
    background: url(/wp-content/themes/mh-magazine/./images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_arrow_previous {
    background: url(/wp-content/themes/mh-magazine/./images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
    background: url(/wp-content/themes/mh-magazine/./images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
    background: url(/wp-content/themes/mh-magazine/./images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_square .pp_previous:hover {
    background: url(/wp-content/themes/mh-magazine/./images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0;
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}

.pp_social .twitter {
    float: left;
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
     float: left;
     height: 35px;
     position: relative;
     white-space: nowrap;
     margin: 0 0 0 5px;
     padding: 0;
}

.pp_gallery ul a {
    border: 1px rgba(0,  0,  0,  0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a img {
    border: 0;
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px;
}

#pp_full_res {
    line-height: 1 !important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}

div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline {
    color: #000;
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff;
}

div.light_square .pp_details {
    position: relative;
}

div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content {
    background: #fff;
}

div.light_square .pp_description {
    margin-right: 85px;
}

div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_square .pp_loaderIcon {
    background: url(/wp-content/themes/mh-magazine/./images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

.pp_top, .pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_top, * html .pp_bottom {
    padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
    display: none;
}
#subscribe-email input {
	width: 95%;
}

.comment-subscription-form {
	margin-bottom: 1em;
}

.comment-subscription-form .subscribe-label {
	display: inline !important;
}

/*
Text meant only for screen readers.
Provides support for themes that do not bundle this CSS yet.
@see https://make.wordpress.org/accessibility/2015/02/09/hiding-text-for-screen-readers-with-wordpress-core/
***********************************/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute ! important;
	width: 1px;
	word-wrap: normal ! important;
}
.widget_facebook_likebox {
	overflow: hidden;
}
/* Multi-Column Grid Layout */
.widgets-multi-column-grid ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.widgets-multi-column-grid ul li {
	background: none;
	clear: none;
	float: left;
	margin: 0 -5px -3px 0;
	padding: 0 8px 6px 0;
	border: none;
	list-style-type: none !important;
}

.widgets-multi-column-grid ul li a {
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.widgets-multi-column-grid .avatar {
	vertical-align: middle;
}

/* Ensure My Community images fit the 48 pixel grid. */
.widget_jetpack_my_community .avatar-48,
.widget_jetpack_my_community .avatar-240 {
	max-width: 48px;
	max-height: 48px;
}/* 
 * Top Posts Widget styles for Jetpack
 */

/* 2-Column Grid Layout */

.widgets-grid-layout {
	width: 100%;
}

.widgets-grid-layout:before,
.widgets-grid-layout:after {
	content: " ";
	display: table;
}

.widgets-grid-layout:after {
	clear: both;
}

.widget-grid-view-image {
	float: left;
	max-width: 50%;
}

.widget-grid-view-image a {
	display: block;
	margin: 0 2px 4px 0;
}

.widget-grid-view-image:nth-child(even) {
	float: right;
}

.widget-grid-view-image:nth-child(even) a {
	margin: 0 0 4px 2px;
}

.widgets-grid-layout .widget-grid-view-image img {
	max-width: 100%;
	height: auto;
}

/* Multi-Column Grid Layout */

.widgets-multi-column-grid ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.widgets-multi-column-grid ul li {
	background: none;
	clear: none;
	float: left;
	margin: 0 -5px -3px 0;
	padding: 0 8px 6px 0;
	border: none;
	list-style-type: none !important;
}

.widgets-multi-column-grid ul li a {
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.widgets-multi-column-grid .avatar {
	vertical-align: middle;
}

/* List Layout */

.widgets-list-layout {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.widgets-list-layout li:before,
.widgets-list-layout li:after {
	content:"";
	display:table;
}
.widgets-list-layout li:after {
	clear:both;
}
.widgets-list-layout li {
	zoom:1;
	margin-bottom: 1em;
	list-style-type: none !important;
}

.widgets-list-layout .widgets-list-layout-blavatar {
	float: left;
	width: 21.276596%;
	max-width: 40px;
	height: auto;
}

.widgets-list-layout-links {
	float: right;
	width: 73.404255%;
}

.widgets-list-layout span {
	opacity: 0.5;
}

.widgets-list-layout span:hover {
	opacity: 0.8;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../fonts/fontawesome-webfont.eot?v=4.6.3);src:url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.otw_recaptcha_conteniner.otw-button {
    background-color: #00aeef;
    border: 1px solid rgba(128, 128, 128, 0.4);
    color: white !important;
    cursor: pointer;
    display: inline-block !important;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 5px 0;
    outline: none;
    padding: 8px 16px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.25)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
    background-repeat: repeat-x;
    /* Hovers */
    /* IE Filters for IE8 */
    /* SVG + opacity for IE9 */
    /* Sizes */
    /* Radii */
    /* Icon buttons */
}
.otw-button {
    background-color: #00aeef;
    border: 1px solid rgba(128, 128, 128, 0.4);
    color: white !important;
    cursor: pointer;
    display: inline-block !important;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 5px 0;
    outline: none;
    padding: 8px 16px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.25)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
    background-repeat: repeat-x;
    /* Hovers */
    /* IE Filters for IE8 */
    /* SVG + opacity for IE9 */
    /* Sizes */
    /* Radii */
    /* Icon buttons */
}
.otw-button:hover{
    color: white;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.05)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(128, 128, 128, 0.6);
}
.otw-button:active {
    color: #ebebeb;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(128, 128, 128, 0.75);
}
.ie8 .otw-button {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#40000000',GradientType=0 );
}
.ie8 .otw-button:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#0d000000',GradientType=0 );
}
.ie8 .otw-button:active {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#66000000',GradientType=0 );
}
.ie9 .otw-button {
    position: relative;
}
.ie9 .otw-button:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.12;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczOTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxMTExMTEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2czOTEpIiAvPgo8L3N2Zz4=);
}
.ie9 .otw-button:hover:after {
    opacity: 0.05;
}
.ie9 .otw-button:active:after {
    opacity: 0.2;
}
.otw-button.large {
    font-size: 18px;
}
.otw-button.large img {
    max-height: 19px;
}
.otw-button.medium {
    font-size: 14px;
}
.otw-button.medium img {
    max-height: 15px;
}
.otw-button.small {
    font-size: 12px;
    padding: 5px 10px 6px;
}
.otw-button.small img {
    max-height: 13px;
}
.otw-button.tiny {
    font-size: 11px;
    padding: 4px 8px 5px;
}
.otw-button.tiny img {
    max-height: 12px;
}
.otw-button.expand {
    width: 100%;
    text-align: center;
}
.otw-button.radius, .otw-button.radius:after {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.otw-button.round, .otw-button.round:after {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
}
.otw-button i {
    display: block;
    float: left;
    margin: 1px 6px 0 0;
}
.otw-button img {
    margin-right: 8px;
}
.otw-button.right-icon i {
    float: right;
    margin: 1px 0 0 6px;
}
.otw-button.right-icon img {
    float: right;
    margin: 0 0 0 8px;
}
.otw-red {
    background-color: #ff1d25;
}

.otw-orange {
    background-color: #ff931e;
}

.otw-green {
    background-color: #8cc63f;
}

.otw-greenish {
    background-color: #23d7af;
}

.otw-aqua {
    background-color: #3fa9f5;
}

.otw-blue {
    background-color: #2356d7;
}

.otw-pink {
    background-color: #ff7bac;
}

.otw-silver {
    background-color: #d8d8d8;
}

.otw-brown {
    background-color: #c69c6d;
}

.otw-black {
    background-color: #1c1c1c;
}

.otw-white {
    background-color: white;
}

.otw-sc-link a {
    padding-right: 3px;
}
.otw-sc-link a i {
    display: block;
    float: left;
    margin: 0 3px 0 0;
}
.otw-sc-link a img {
    max-height: 13px;
    margin-right: 4px;
}
.otw-sc-link a.right-icon {
    padding: 0 0 0 3px;
}
.otw-sc-link a.right-icon i {
    float: right;
    margin: 0 0 0 3px;
}
.otw-sc-link a.right-icon img {
    margin: 0 0 0 4px;
}

[class*="social foundicon-"]:before {
    font-family: "SocialFoundicons";
}

[class*="general foundicon-"]:before {
    font-family: "GeneralFoundicons";
}

.otw-cs-pricebox {
    display: block;
    border: 1px solid #ecebeb;
    padding: 14.0px 18px;
    -webkit-box-shadow: 0 0 15px #ededed inset;
    -moz-box-shadow: 0 0 15px #ededed inset;
    box-shadow: 0 0 15px #ededed inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    margin-bottom: 20px;
}
.otw-cs-pricebox p {
    margin-bottom: 0;
}
.otw-cs-pricebox .price-head {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    padding: 0 18px;
    line-height: 1.6em;
    margin: 12px 0 12px 0 !important;
}
.otw-cs-pricebox .price {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16.0px;
    font-family: "Open Sans", sans-serif;
    color: #1c1c1c;
    word-spacing: 0.3em;
    text-shadow: 1px 1px 0 white;
}
.otw-cs-pricebox .price strong {
    font-weight: bold;
    font-size: 31.5px;
}

.otw-cs-pricebox div.pricebox_text {
    margin-top: 14.0px;
    margin-left: 14.0px;
    line-height: 1.4em;
    margin-bottom: 14.0px;
}
.otw-cs-pricebox ul {
    margin-top: 10px;
    margin-left: 5px;
    line-height: 1.4em;
}
.otw-cs-pricebox ul li {
    margin-bottom: 5px;
    font-size: 12px;
}
.otw-cs-pricebox.dark .price {
    background-color: #5c5c5c;
    background-image: none;
    color: white;
    text-shadow: 1px 1px 0 #1c1c1c;
}
.otw-cs-pricebox .otw_price_button {
    text-align: center;
    margin-bottom: 20px;
}
.otw-sc-divider {
    *zoom: 1;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    height: 1px;
    margin: 30px 0;
    clear: both;
}
.otw-sc-divider:before, .otw-sc-divider:after {
    content: " ";
    display: table;
}
.otw-sc-divider:after {
    clear: both;
}
.otw-sc-divider.empty {
    border-bottom: 0 none;
}
.otw-sc-divider span {
    position: relative;
    top: -0.5em;
    line-height: 1em;
    background: #fff;
    color: #00aeef;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}
.otw-sc-divider.otw-text-left span {
    padding-right: 10px;
}
.otw-sc-divider.otw-text-right span {
    padding-left: 10px;
}
.otw-sc-divider.otw-text-center span {
    padding: 0 10px;
}
.otw-sc-divider .dot {
    position: relative;
    top: -15px;
    display: block;
    float: right;
    overflow: hidden;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: white;
    background: #00aeef;
    height: 30px;
    width: 30px;
    padding-top: 7.5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 15px;
}
.otw-sc-divider .dot.center {
    float: none;
    margin: 0 auto;
}
.otw-sc-divider .dot.left {
    float: left;
}
.otw-sc-divider .dot.right {
    float: right;
}
.otw-sc-divider.scroll-top {
    margin: 50px 0;
    text-transform: uppercase;
}
.otw-sc-divider.scroll-top .dot {
    font-size: 14px;
}

.otw-sc-link a {
    padding-right: 3px;
}
.otw-sc-link a i {
    display: block;
    float: left;
    margin: 0 3px 0 0;
}
.otw-sc-link a img {
    max-height: 13px;
    margin-right: 4px;
}
.otw-sc-link a.right-icon {
    padding: 0 0 0 3px;
}
.otw-sc-link a.right-icon i {
    float: right;
    margin: 0 0 0 3px;
}
.otw-sc-link a.right-icon img {
    margin: 0 0 0 4px;
}

.otw-sc-box {
    line-height: 18px;
    margin-bottom: 20px;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 0;
}
.otw-sc-box div {
    padding: 16px 20px 18px 20px;
    font-size: 14px;
}
.otw-sc-box div h3 {
    margin-top: 0;
    font-size: 18px;
}
.otw-sc-box.with-icon i,
.otw-sc-box.with-icon > img {
    font-size: 24px;
    line-height: 24px;
    max-width: 24px;
    position: absolute;
    top: 10px;
    left: 22px;
}
.otw-sc-box.with-icon div {
    padding-left: 46px;
}
.otw-sc-box.with-icon.medium i {
    font-size: 32px;
    line-height: 32px;
}
.otw-sc-box.with-icon.medium div {
    padding-left: 52px;
}
.otw-sc-box.with-icon.medium > img {
    max-width: 32px;
}
.otw-sc-box.with-icon.large i {
    font-size: 48px;
    line-height: 48px;
}
.otw-sc-box.with-icon.large div {
    padding-left: 66px;
}
.otw-sc-box.with-icon.large > img {
    max-width: 48px;
}
.otw-sc-box.with-icon.xlarge i {
    font-size: 64px;
    line-height: 64px;
}
.otw-sc-box.with-icon.xlarge div {
    padding-left: 85px;
}
.otw-sc-box.with-icon.xlarge > img {
    max-width: 64px;
}

.otw-sc-box p,
.otw-sc-quote p {
    margin: 0;
}
.otw-sc-box.bordered,
.otw-sc-quote.bordered, 
.otw-custom-shortcode.bordered{
    border-width: 1px;
    border-style: solid;
}
.otw-sc-box.dashed,
.otw-sc-quote.dashed,
.otw-custom-shortcode.dashed {
    border-width: 1px;
    border-style: dashed;
}
.otw-sc-box.dotted,
.otw-sc-quote.dotted,
.otw-custom-shortcode.dotted {
    border-width: 1px;
    border-style: dotted;
}
.otw-sc-box.border-top-bottom,
.otw-sc-quote.border-top-bottom,
.otw-custom-shortcode.border-top-bottom {
    border-width: 1px 0;
}
.otw-sc-box.border-left-right,
.otw-sc-quote.border-left-right,
.otw-custom-shortcode.border-left-right {
    border-width: 0 1px;
}
.otw-sc-box.rounded-3,
.otw-sc-quote.rounded-3,
.otw-custom-shortcode.rounded-3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.otw-sc-box.rounded-5,
.otw-sc-quote.rounded-5,
.otw-custom-shortcode.rounded-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.otw-sc-box.rounded-10,
.otw-sc-quote.rounded-10,
.otw-custom-shortcode.rounded-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.otw-sc-box.shadow-inner,
.otw-sc-quote.shadow-inner,
.otw-custom-shortcode.shadow-inner {
    border-width: 1px;
    -webkit-box-shadow: 0 0 6px lightgrey inset;
    -moz-box-shadow: 0 0 6px lightgrey inset;
    box-shadow: 0 0 6px lightgrey inset;
}
.otw-sc-box.shadow-outer,
.otw-sc-quote.shadow-outer,
.otw-custom-shortcode.shadow-outer{
    border-width: 1px;
    -webkit-box-shadow: 0 0 7px lightgrey;
    -moz-box-shadow: 0 0 7px lightgrey;
    box-shadow: 0 0 7px lightgrey;
}
.otw-sc-box.shadow-down-left,
.otw-sc-quote.shadow-down-left,
.otw-custom-shortcode.shadow-down-left {
    border-width: 1px;
    -webkit-box-shadow: -3px 3px 5px lightgrey;
    -moz-box-shadow: -3px 3px 5px lightgrey;
    box-shadow: -3px 3px 5px lightgrey;
}
.otw-sc-box.shadow-down-right,
.otw-sc-quote.shadow-down-right,
.otw-custom-shortcode.shadow-down-right {
    border-width: 1px;
    -webkit-box-shadow: 3px 3px 5px lightgrey;
    -moz-box-shadow: 3px 3px 5px lightgrey;
    box-shadow: 3px 3px 5px lightgrey;
}

.otw-pattern-1 {
    background: transparent url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/pattern-1.png) repeat;
}

.otw-pattern-2 {
    background: transparent url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/pattern-2.png) repeat;
}

.otw-pattern-3 {
    background: transparent url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/pattern-3.png) repeat;
}

.otw-pattern-4 {
    background: transparent url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/pattern-4.png) repeat;
}

.otw-pattern-5 {
    background: transparent url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/pattern-5.png) repeat;
}

.otw-sc-about .work-position {
    font-size: 12px;
    margin-bottom: 6px;
    font-style: italic;
    color: #9b9b9b;
}

.otw-sc-about h3.widget-title{
    margin-top: 12px;
    margin-bottom: 12px;
}
.otw-sc-about div.image{
    float: left;
}
.otw-sc-about div.otw-sc-about-content{
    clear: both;
    overflow: hidden;
}
.otw-sc-quote {
    border: none;
    margin: 0 0 20px 0;
    padding: 20px 10px 20px 60px;
    background: transparent url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/blockquote.png) no-repeat 0 20px;
}
.otw-sc-quote p {
    padding: 0;
}
.otw-sc-quote.background {
    padding: 10px 0 10px 50px;
}
.otw-sc-quote.background p {
    padding: 10px;
}
.otw-sc-quote.bordered, .otw-sc-quote.dashed, .otw-sc-quote.dotted {
    border-color: #e0e0e0;
    border-width: 1px 0;
}

.otw-sc-dropcap {
    background-color: #1c1c1c;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    color: white;
    display: block;
    float: left;
    font-size: 14px;
    height: 31.2px;
    width: 31.2px;
    line-height: 30.2px;
    margin: 3px 10px 0 0;
    padding: 0;
    text-align: center;
}
.otw-sc-dropcap.otw-no-border-color {
    border-color: activeborder;
}
.otw-sc-dropcap.small {
    font-size: 14px;
}
.otw-sc-dropcap.small.otw-no-background {
    font-size: 21px;
}
.otw-sc-dropcap.medium {
    font-size: 21px;
}
.otw-sc-dropcap.medium.otw-no-background {
    font-size: 27px;
}
.otw-sc-dropcap.large {
    font-size: 32px;
    height: 50.4px;
    width: 50.4px;
    line-height: 48.4px;
}
.otw-sc-dropcap.large.otw-no-background {
    font-size: 41px;
}
.otw-sc-dropcap.shadow {
    -webkit-box-shadow: 1px 1px 3px #c9c9c9;
    -moz-box-shadow: 1px 1px 3px #c9c9c9;
    box-shadow: 1px 1px 3px #c9c9c9;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 0;
}
.otw-sc-dropcap.border {
    border-width: 2px;
    border-style: solid;
}
.otw-sc-dropcap.otw-no-background {
    background-color: transparent;
    color: #1c1c1c;
}
.otw-sc-dropcap.square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.otw-sc-highlight {
    padding: 1px 3px;
}
.otw-sc-highlight.with-border {
    padding: 0 2px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

abbr {
    border-bottom: 1px dashed #e0e0e0;
    cursor: help;
}

.otw-sc-toggle {
    margin-bottom: 20px;
}
.otw-sc-toggle .toggle-trigger {
    font-family: "Open Sans", sans-serif;
    background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/pattern-1.png) repeat scroll 0 0 transparent;
    text-shadow: 1px 1px 0 white;
    padding: 12px 18px;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
}
.otw-sc-toggle .toggle-trigger > img {
    margin-right: 8px;
    max-width: 18px;
}
.otw-sc-toggle .toggle-trigger span {
    text-shadow: 0 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: right;
    display: block;
    height: 21px;
    width: 21px;
    line-height: 21px;
    background: #00aeef url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/toggle-icon.png) no-repeat center top;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
}
.otw-sc-toggle .toggle-trigger:hover {
    background: #f6f6f6;
}
.otw-sc-toggle .toggle-trigger.closed span {
    background-position: center bottom;
}
.otw-sc-toggle .toggle-content {
    display: block;
    border: 1px solid #ecebeb;
    padding: 14px 18px;
    -webkit-box-shadow: 0 0 15px #ededed inset;
    -moz-box-shadow: 0 0 15px #ededed inset;
    box-shadow: 0 0 15px #ededed inset;
    border-top: 0 none;
}
.otw-sc-toggle .toggle-content p {
    margin-bottom: 0;
}

.otw-sc-accordion {
    margin-bottom: 20px;
}
.otw-sc-accordion .accordion-title {
    font-family: "Open Sans", sans-serif;
    background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/pattern-1.png) repeat scroll 0 0 transparent;
    text-shadow: 1px 1px 0 white;
    padding: 12px 18px;
    cursor: pointer;
    margin-bottom: 0px;
    color: #333333;
    text-transform: none;
    font-weight: 700;
}
.otw-sc-accordion .accordion-title > img {
    margin-right: 8px;
    max-width: 18px;
}
.otw-sc-accordion .accordion-title span {
    text-shadow: 0 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-align: center;
    height: 21px;
    width: 21px;
    background: #00aeef url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/toggle-icon.png) no-repeat center bottom;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
}
.otw-sc-accordion .accordion-title:hover {
    background: #f6f6f6;
}
.otw-sc-accordion .accordion-title.ui-state-active span {
    background-position: center top;
}
.otw-sc-accordion > div {
    display: block;
    border: 1px solid #ecebeb;
    padding: 14px 18px;
    -webkit-box-shadow: 0 0 15px #ededed inset;
    -moz-box-shadow: 0 0 15px #ededed inset;
    box-shadow: 0 0 15px #ededed inset;
    border-top: 0 none;
}
.otw-sc-accordion > div p {
    margin-bottom: 0;
    line-height: 1.6;
    direction: ltr;
    padding: 0;
    font-size: 12px;
}

.otw-row.display .otw-columns p {
    background: none repeat scroll 0 0 #ededed;
    border: 1px solid #e0e0e0;
    padding: 5px;
}

.otw-sc-tabs {
    position: relative;
    padding: 0;
    margin-bottom: 14px;
    zoom: 1;
}
.otw-sc-tabs .ui-tabs-nav {
    margin: 0 !important;
    padding: 0 !important;
}
.otw-sc-tabs .ui-tabs-nav li {
    font-size: 14px;
    list-style: none;
    float: left;
    position: relative;
    height: 36px;
    top: 0;
    margin: 1px 0 0 0;
    border-bottom: 0;
    padding: 0;
    white-space: normal;
    border: 1px solid #e0e0e0;
    border-width: 1px 1px 0 0;
    font-family: "Open Sans", sans-serif;
    background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/pattern-1.png) repeat scroll 0 0 transparent;
    text-shadow: 1px 1px 0 white;
}
.otw-sc-tabs .ui-tabs-nav li:first-child {
    border-left: 1px solid #e0e0e0;
}
.otw-sc-tabs .ui-tabs-nav li span.tab-title,
.otw-sc-tabs .ui-tabs-nav li a {
    float: left;
    margin-top: 1px;
    padding: 0.6em 1em;
    text-decoration: none;
    /* FixWebkit's ugly outline */
    outline: none;
}
.otw-sc-tabs .ui-tabs-nav li span.tab-title:hover,
.otw-sc-tabs .ui-tabs-nav li a:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(#f3f3f3, #f4f4f4);
    background-image: -moz-linear-gradient(#f3f3f3, #f4f4f4);
    background-image: -o-linear-gradient(#f3f3f3, #f4f4f4);
    background-image: linear-gradient(#f3f3f3, #f4f4f4);
}
.otw-sc-tabs .ui-tabs-nav li span.tab-title > img,
.otw-sc-tabs .ui-tabs-nav li a > img {
    margin-right: 4px;
    max-width: 18px;
}
.otw-sc-tabs .ui-tabs-nav li span.tab-title {
    font-weight: bold;
}
.otw-sc-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 0;
    border-bottom: 1px solid #f4f4f4;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
.otw-sc-tabs .ui-tabs-nav li.ui-tabs-active a {
    cursor: text;
    margin-top: 1px;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(#ffffff, #f4f4f4);
    background-image: -moz-linear-gradient(#ffffff, #f4f4f4);
    background-image: -o-linear-gradient(#ffffff, #f4f4f4);
    background-image: linear-gradient(#ffffff, #f4f4f4);
}
.otw-sc-tabs .ui-tabs-nav li.ui-state-disabled a, .otw-sc-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}
.otw-sc-tabs .ui-tabs-nav li a {
    cursor: pointer;
}
.otw-sc-tabs .ui-tabs-panel {
    display: block;
    border: 1px solid #ecebeb;
    padding: 14px 18px;
    -webkit-box-shadow: 0 0 15px #ededed inset;
    -moz-box-shadow: 0 0 15px #ededed inset;
    box-shadow: 0 0 15px #ededed inset;
}
.otw-sc-tabs .ui-tabs-panel p {
    margin-bottom: 0;
}
.otw-sc-tabs.vertical-tabs .ui-tabs-nav {
    float: left;
    width: 20%;
}
.otw-sc-tabs.vertical-tabs .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0 0 0 1px;
    border-width: 0 0 1px 1px;
}
.otw-sc-tabs.vertical-tabs .ui-tabs-nav li:first-child {
    border-top: 1px solid #e0e0e0;
}
.otw-sc-tabs.vertical-tabs .ui-tabs-nav li a {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.otw-sc-tabs.vertical-tabs .ui-tabs-nav li a:hover {
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(60%, #f3f3f3), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(left, #f3f3f3 60%, #f4f4f4);
    background-image: -moz-linear-gradient(left, #f3f3f3 60%, #f4f4f4);
    background-image: -o-linear-gradient(left, #f3f3f3 60%, #f4f4f4);
    background-image: linear-gradient(left, #f3f3f3 60%, #f4f4f4);
}
.otw-sc-tabs.vertical-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(60%, #ffffff), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(left, #ffffff 60%, #f4f4f4);
    background-image: -moz-linear-gradient(left, #ffffff 60%, #f4f4f4);
    background-image: -o-linear-gradient(left, #ffffff 60%, #f4f4f4);
    background-image: linear-gradient(left, #ffffff 60%, #f4f4f4);
    margin-top: 0;
    margin-left: 1px;
}
.otw-sc-tabs.vertical-tabs .ui-tabs-panel {
    margin-left: 20%;
}
.otw-sc-tabs .otw-post-tabs-content-wrapper{
    overflow: hidden;
}
.otw-sc-tabs .otw-post-tabs-content{
    float: left;
    margin-left: 5px;
}
@media only screen and (max-width: 1279px) {
    .otw-sc-tabs.vertical-tabs .ui-tabs-nav {
        float: left;
        width: 35%;
    }
    .otw-sc-tabs.vertical-tabs .ui-tabs-panel {
        margin-left: 35%;
    }
}
.alignleft img {
    float: left;
    margin: 0 1em 0.5em 0;
    width: auto;
}

.alignright img {
    float: right;
    margin: 0 0 0 0.5em 1em;
    width: auto;
}

.aligncenter img {
    margin: 0 auto 1em auto;
    display: block;
}

.otw-sc-image-style {
    margin-bottom: 10px;
}
.otw-sc-image-style.border img {
    padding: 5px;
    border: 1px solid #e0e0e0;
}
.otw-sc-image-style.rounded img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.otw-sc-social-icons ul {
    margin: 20px 0;
    *zoom: 1;
}
.otw-sc-social-icons ul:before, .otw-sc-social-icons ul:after {
    content: " ";
    display: table;
}
.otw-sc-social-icons ul:after {
    clear: both;
}
.otw-sc-social-icons ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.otw-sc-social-icons ul li i {
    display: block;
    float: left;
    margin-right: 5px;
}
.otw-sc-social-icons.small i {
    font-size: 12px;
    line-height: 12px;
}
.otw-sc-social-icons.medium i {
    font-size: 20px;
    line-height: 20px;
}
.otw-sc-social-icons.large i {
    font-size: 28px;
    line-height: 28px;
    margin-left: 7px;
}
.otw-sc-social-icons.xlarge i {
    font-size: 36px;
    line-height: 36px;
    margin-left: 7px;
}

.otw-sc-message {
    position: relative;
    padding: 12px 27px 12px 43px;
    margin-bottom: 20px;
    background-color: #dedede;
    border: 1px solid #e0e0e0;
    line-height: 1.4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom-width: 2px !important;
}
.otw-sc-message a {
    text-decoration: underline;
}
.otw-sc-message p {
    margin-bottom: 0;
    font-size: 12px;
}
.otw-sc-message i {
    position: absolute;
    left: 14px;
    top: 12px;
    font-size: 18px;
}
.otw-sc-message.otw-success {
    background-color: #C8E185;
    border: 1px solid #92ae45;
    color: #556528;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c1d390), color-stop(100%, #a9c264));
    background-image: -webkit-linear-gradient(#c1d390, #a9c264);
    background-image: -moz-linear-gradient(#c1d390, #a9c264);
    background-image: -o-linear-gradient(#c1d390, #a9c264);
    background-image: linear-gradient(#c1d390, #a9c264);
}
.otw-sc-message.otw-error {
    background-color: #EC8282;
    border: 1px solid #d84b4b;
    color: #b02626;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eca7a7), color-stop(100%, #e17575));
    background-image: -webkit-linear-gradient(#eca7a7, #e17575);
    background-image: -moz-linear-gradient(#eca7a7, #e17575);
    background-image: -o-linear-gradient(#eca7a7, #e17575);
    background-image: linear-gradient(#eca7a7, #e17575);
}
.otw-sc-message.otw-warning {
    background-color: #F3DC8F;
    border: 1px solid #efc744;
    color: #8e6f0c;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8e6ab), color-stop(100%, #f3d573));
    background-image: -webkit-linear-gradient(#f8e6ab, #f3d573);
    background-image: -moz-linear-gradient(#f8e6ab, #f3d573);
    background-image: -o-linear-gradient(#f8e6ab, #f3d573);
    background-image: linear-gradient(#f8e6ab, #f3d573);
}
.otw-sc-message.otw-tip {
    background-color: #77b6f6;
    border: 1px solid #358de3;
    color: #1966b2;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #98c4f1), color-stop(100%, #62a6e9));
    background-image: -webkit-linear-gradient(#98c4f1, #62a6e9);
    background-image: -moz-linear-gradient(#98c4f1, #62a6e9);
    background-image: -o-linear-gradient(#98c4f1, #62a6e9);
    background-image: linear-gradient(#98c4f1, #62a6e9);
}
.otw-sc-message.otw-neutral {
    background-color: #E8E8E8;
    border: 1px solid #c7c7c7;
    color: #7a7a7a;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
    background-image: -webkit-linear-gradient(#ffffff, #e0e0e0);
    background-image: -moz-linear-gradient(#ffffff, #e0e0e0);
    background-image: -o-linear-gradient(#ffffff, #e0e0e0);
    background-image: linear-gradient(#ffffff, #e0e0e0);
}
.otw-sc-message:after {
    content: " ";
    background: white url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/diag-background-translucent.png) repeat;
}
.otw-sc-message .close-message {
    cursor: pointer;
    font-family: courier,monospace;
    position: absolute;
    top: 0;
    right: 3px;
    padding: 5px;
    font-size: 10px;
}

.searchform {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 6px rgba(28, 28, 28, 0.2) inset;
    -moz-box-shadow: 0 0 6px rgba(28, 28, 28, 0.2) inset;
    box-shadow: 0 0 6px rgba(28, 28, 28, 0.2) inset;
    margin: 13px 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
}

input[type="search"].search-input {
    color: #a3a3a3;
    border: 0 none;
    box-shadow: none;
    width: 82%;
    display: inline;
    margin-bottom: 0;
    background: transparent;
    line-height: 14px;
    height: 27px;
    /* FixWebkit's ugly outline */
    outline: none;
}

.text-widget h5 {
    color: #00aeef;
    font-size: 14px;
    text-transform: uppercase;
}

.widget-body p {
    margin-bottom: 10px;
}

.read-more a {
    background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/read-more.png) no-repeat scroll right 3px transparent;
    padding-right: 17px;
    font-size: 12px;
    text-decoration: none;
    color: #00AEEF;
}

.otw-sc-clients {
    *zoom: 1;
    margin-bottom: 40px;
}
.otw-sc-clients:before, .otw-sc-clients:after {
    content: " ";
    display: table;
}
.otw-sc-clients:after {
    clear: both;
}
.otw-sc-clients .block-grid {
    overflow: visible;
    margin: 0 !important;
}
.otw-sc-clients .block-grid li {
    -webkit-box-shadow: 0 0 1px #cccccc;
    -moz-box-shadow: 0 0 1px #cccccc;
    box-shadow: 0 0 1px #cccccc;
    text-align: center;
    padding: 5px 0 !important;
}
.otw-sc-clients img {
    -webkit-transition: 0.8s all ease-out;
    -o-transition: 0.8s all ease-out;
    -moz-transition: 0.8s all ease-out;
    transition: 0.8s all ease-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/desaturate.svg#greyscale);
    filter: grayscale(100%);
}
.otw-sc-clients img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: none;
    filter: grayscale(0);
}

.otw-sc-contentbox {
    margin-bottom: 20px;
}
.otw-sc-contentbox .otw-contentbox-title {
    padding: 12px 18px;
    margin: 0;
    font-size: 16px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.otw-sc-contentbox .otw-contentbox-title.otw-regular-title {
    font-family: "Open Sans", sans-serif;
    background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/pattern-1.png) repeat scroll 0 0 transparent;
    text-shadow: 1px 1px 0 white;
}
.otw-sc-contentbox .otw-contentbox-title.otw-red-title-gradient, .otw-sc-contentbox .otw-contentbox-title.otw-orange-title-gradient, .otw-sc-contentbox .otw-contentbox-title.otw-green-title-gradient, .otw-sc-contentbox .otw-contentbox-title.otw-greenish-title-gradient, .otw-sc-contentbox .otw-contentbox-title.otw-aqua-title-gradient, .otw-sc-contentbox .otw-contentbox-title.otw-blue-title-gradient, .otw-sc-contentbox .otw-contentbox-title.otw-pink-title-gradient, .otw-sc-contentbox .otw-contentbox-title.otw-silver-title-gradient, .otw-sc-contentbox .otw-contentbox-title.otw-brown-title-gradient, .otw-sc-contentbox .otw-contentbox-title.otw-black-title-gradient {
    font-family: "Open Sans", sans-serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.otw-sc-contentbox .otw-contentbox-title > img {
    margin-right: 8px;
    max-width: 18px;
}
.otw-sc-contentbox .contentbox-content {
    display: block;
    border: 1px solid #ecebeb;
    padding: 14px 18px;
    -webkit-box-shadow: 0 0 15px #ededed inset;
    -moz-box-shadow: 0 0 15px #ededed inset;
    box-shadow: 0 0 15px #ededed inset;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    line-height: 1.5em;
}
.otw-sc-contentbox .contentbox-content p {
    margin-bottom: 0;
    margin-top: 0;
}
.otw-sc-contentbox .contentbox-content a {
    text-decoration: underline;
}
.otw-sc-contentbox .contentbox-content h1, .otw-sc-contentbox .contentbox-content h2, .otw-sc-contentbox .contentbox-content h3, .otw-sc-contentbox .contentbox-content h4, .otw-sc-contentbox .contentbox-content h5, .otw-sc-contentbox .contentbox-content h6 {
    margin-top: 0;
}
.otw-sc-contentbox .contentbox-content h5{
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    /*color: #333333;*/
    text-rendering: optimizeLegibility;
    line-height: 1.1;
    margin-bottom: 12px;
    margin-top: 0px;
}

.otw-widget-twitter ul li {
    padding: 5px 0;
    list-style: none;
    border-bottom: 1px solid #e0e0e0;
}

.otw-widget-calendar table {
    width: 100%;
}
.otw-widget-calendar caption {
    font-family: "Open Sans", sans-serif;
    color: #00aeef;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 10px 0;
}
.otw-widget-calendar thead th {
    color: #00aeef;
    font-size: 14px;
    text-align: right;
    padding: 9px 7px;
}
.otw-widget-calendar tbody td {
    padding: 8px 7px;
    text-align: right;
}
.otw-widget-calendar tfoot td {
    padding: 6px 5px;
}
.otw-widget-calendar tfoot td.next {
    text-align: right;
    font-family: "Open Sans", sans-serif;
}

.otw-widget-blogauthorinfo {
    margin: 30px 0;
    padding: 30px 0 10px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}
.otw-widget-blogauthorinfo .author-contents {
    /*  margin-left: 10px;
      float: left;*/
}
.otw-widget-blogauthorinfo .widget-title {
    margin: 0 0 8px 0;
    clear: none;
    color: #333333;
}
.otw-widget-blogauthorinfo .image {
    float: left;
    display: block;
    position: relative;
    margin: 0px 10px 0px 0;
    width: auto;
    height: auto;
}
.otw-widget-blogauthorinfo p {
    margin: 0px;
    padding: 0px;
}
.otw-widget-blogauthorinfo .read-more {
    clear: both;
    margin-top: 20px;
}

.otw-widget-flickr .image {
    float: left;
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 10px 20px 0;
    margin-bottom: 20px;
}
.otw-widget-flickr .image img {
    border: 1px solid #b8b8b8;
}
.otw-widget-flickr .image-list {
    *zoom: 1;
}
.otw-widget-flickr .image-list:before, .otw-widget-flickr .image-list:after {
    content: " ";
    display: table;
}
.otw-widget-flickr .image-list:after {
    clear: both;
}
.otw-widget-flickr a.more {
    display: block;
    padding-right: 10px;
    padding-bottom: 20px;
}
.otw-widget-flickr .image-list div{
    float: left;
    margin: 0 10px 10px 0;
    padding: 0px;
}

.otw-widget-tagcloud ul {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.otw-widget-tagcloud ul li, .otw-widget-tagcloud ul a {
    float: left;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    position: relative;
}
.otw-widget-tagcloud ul li {
    margin: 0 5px 5px 0;
}
.otw-widget-tagcloud ul a {
    background: none repeat scroll 0 0 #00aeef;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: white;
    padding: 0 10px 0 10px;
    text-decoration: none;
}
.otw-widget-tagcloud ul a:before {
    border-color: transparent #00aeef transparent transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    content: "";
    float: left;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 0;
}
.otw-widget-tagcloud ul a:after {
    background: none repeat scroll 0 0 white;
    border-radius: 2px 2px 2px 2px;
    box-shadow: -1px -1px 2px #0089bc;
    content: "";
    float: left;
    height: 4px;
    left: 2px;
    position: absolute;
    top: 8px;
    width: 4px;
}
.otw-widget-tagcloud ul a:hover {
    background: none repeat scroll 0 0 #0089bc;
}
.otw-widget-tagcloud ul a:hover:before {
    border-color: transparent #0089bc transparent transparent;
}


.otw-red-background, .button.otw-red-background {
    background-color: #ff1d25;
}

.otw-orange-background, .button.otw-orange-background {
    background-color: #ff931e;
}

.otw-green-background, .button.otw-green-background {
    background-color: #8cc63f;
}

.otw-greenish-background, .button.otw-greenish-background {
    background-color: #23d7af;
}

.otw-aqua-background, .button.otw-aqua-background {
    background-color: #3fa9f5;
}

.otw-blue-background, .button.otw-blue-background {
    background-color: #2356d7;
}

.otw-pink-background, .button.otw-pink-background {
    background-color: #ff7bac;
}

.otw-purple-background, .button.otw-purple-background {
    background-color: #915ecc;
}

.otw-silver-background, .button.otw-silver-background {
    background-color: #d8d8d8;
}

.otw-brown-background, .button.otw-brown-background {
    background-color: #c69c6d;
}

.otw-black-background, .button.otw-black-background {
    background-color: #1c1c1c;
}

.otw-white-background, .button.otw-white-background {
    background-color: white;
}

.otw-text-left {
    text-align: left;
}

.otw-text-right {
    text-align: right;
}

.otw-text-center {
    text-align: center;
}


.otw-red-border {
    border-color: #ff1d25;
}

.otw-orange-border {
    border-color: #ff931e;
}

.otw-green-border {
    border-color: #8cc63f;
}

.otw-greenish-border {
    border-color: #23d7af;
}

.otw-aqua-border {
    border-color: #3fa9f5;
}

.otw-blue-border {
    border-color: #2356d7;
}

.otw-pink-border {
    border-color: #ff7bac;
}

.otw-purple-border {
    border-color: #915ecc;
}

.otw-silver-border {
    border-color: #d8d8d8;
}

.otw-brown-border {
    border-color: #c69c6d;
}

.otw-black-border {
    border-color: #1c1c1c;
}

.otw-white-border {
    border-color: white;
}


.otw-red-link a {
    color: #ff1d25;
}
.otw-red-link a:hover {
    color: #d00007;
}
.otw-red-link a:active {
    color: #ff5056;
}

.otw-orange-link a {
    color: #ff931e;
}
.otw-orange-link a:hover {
    color: #d16c00;
}
.otw-orange-link a:active {
    color: #ffab51;
}

.otw-green-link a {
    color: #8cc63f;
}
.otw-green-link a:hover {
    color: #638e2a;
}
.otw-green-link a:active {
    color: #a4d266;
}

.otw-greenish-link a {
    color: #23d7af;
}
.otw-greenish-link a:hover {
    color: #189579;
}
.otw-greenish-link a:active {
    color: #4be2c0;
}

.otw-aqua-link a {
    color: #3fa9f5;
}
.otw-aqua-link a:hover {
    color: #0b85dc;
}
.otw-aqua-link a:active {
    color: #6fbff8;
}

.otw-blue-link a {
    color: #2356d7;
}
.otw-blue-link a:hover {
    color: #183c95;
}
.otw-blue-link a:active {
    color: #4b76e2;
}

.otw-pink-link a {
    color: #ff7bac;
}
.otw-pink-link a:hover {
    color: #ff2f7c;
}
.otw-pink-link a:active {
    color: #ffaecc;
}

.otw-purple-link a {
    color: #915ecc;
}
.otw-purple-link a:hover {
    color: #6b35a8;
}
.otw-purple-link a:active {
    color: #ab85d8;
}

.otw-silver-link a {
    color: #d8d8d8;
}
.otw-silver-link a:hover {
    color: #b2b2b2;
}
.otw-silver-link a:active {
    color: #f2f2f2;
}

.otw-brown-link a {
    color: #c69c6d;
}
.otw-brown-link a:hover {
    color: #a67641;
}
.otw-brown-link a:active {
    color: #d4b592;
}

.otw-black-link a {
    color: #1c1c1c;
}
.otw-black-link a:hover {
    color: black;
}
.otw-black-link a:active {
    color: #363636;
}


.otw-red-title-gradient {
    background-color: #ff1d25;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff1d25), color-stop(100%, #b60006));
    background-image: -webkit-linear-gradient(#ff1d25, #b60006);
    background-image: -moz-linear-gradient(#ff1d25, #b60006);
    background-image: -o-linear-gradient(#ff1d25, #b60006);
    background-image: linear-gradient(#ff1d25, #b60006);
}

.otw-orange-title-gradient {
    background-color: #ff931e;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff931e), color-stop(100%, #b75f00));
    background-image: -webkit-linear-gradient(#ff931e, #b75f00);
    background-image: -moz-linear-gradient(#ff931e, #b75f00);
    background-image: -o-linear-gradient(#ff931e, #b75f00);
    background-image: linear-gradient(#ff931e, #b75f00);
}

.otw-green-title-gradient {
    background-color: #8cc63f;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8cc63f), color-stop(100%, #567b24));
    background-image: -webkit-linear-gradient(#8cc63f, #567b24);
    background-image: -moz-linear-gradient(#8cc63f, #567b24);
    background-image: -o-linear-gradient(#8cc63f, #567b24);
    background-image: linear-gradient(#8cc63f, #567b24);
}

.otw-greenish-title-gradient {
    background-color: #23d7af;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #23d7af), color-stop(100%, #157f68));
    background-image: -webkit-linear-gradient(#23d7af, #157f68);
    background-image: -moz-linear-gradient(#23d7af, #157f68);
    background-image: -o-linear-gradient(#23d7af, #157f68);
    background-image: linear-gradient(#23d7af, #157f68);
}

.otw-aqua-title-gradient {
    background-color: #3fa9f5;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3fa9f5), color-stop(100%, #0a76c4));
    background-image: -webkit-linear-gradient(#3fa9f5, #0a76c4);
    background-image: -moz-linear-gradient(#3fa9f5, #0a76c4);
    background-image: -o-linear-gradient(#3fa9f5, #0a76c4);
    background-image: linear-gradient(#3fa9f5, #0a76c4);
}

.otw-blue-title-gradient {
    background-color: #2356d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2356d7), color-stop(100%, #15337f));
    background-image: -webkit-linear-gradient(#2356d7, #15337f);
    background-image: -moz-linear-gradient(#2356d7, #15337f);
    background-image: -o-linear-gradient(#2356d7, #15337f);
    background-image: linear-gradient(#2356d7, #15337f);
}

.otw-pink-title-gradient {
    background-color: #ff7bac;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff7bac), color-stop(100%, #ff156c));
    background-image: -webkit-linear-gradient(#ff7bac, #ff156c);
    background-image: -moz-linear-gradient(#ff7bac, #ff156c);
    background-image: -o-linear-gradient(#ff7bac, #ff156c);
    background-image: linear-gradient(#ff7bac, #ff156c);
}

.otw-purple-title-gradient {
    background-color: #915ecc;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #915ecc), color-stop(100%, #5e2f95));
    background-image: -webkit-linear-gradient(#915ecc, #5e2f95);
    background-image: -moz-linear-gradient(#915ecc, #5e2f95);
    background-image: -o-linear-gradient(#915ecc, #5e2f95);
    background-image: linear-gradient(#915ecc, #5e2f95);
}

.otw-silver-title-gradient {
    background-color: #d8d8d8;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d8d8d8), color-stop(100%, #a5a5a5));
    background-image: -webkit-linear-gradient(#d8d8d8, #a5a5a5);
    background-image: -moz-linear-gradient(#d8d8d8, #a5a5a5);
    background-image: -o-linear-gradient(#d8d8d8, #a5a5a5);
    background-image: linear-gradient(#d8d8d8, #a5a5a5);
}

.otw-brown-title-gradient {
    background-color: #c69c6d;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c69c6d), color-stop(100%, #93693a));
    background-image: -webkit-linear-gradient(#c69c6d, #93693a);
    background-image: -moz-linear-gradient(#c69c6d, #93693a);
    background-image: -o-linear-gradient(#c69c6d, #93693a);
    background-image: linear-gradient(#c69c6d, #93693a);
}

.otw-black-title-gradient {
    background-color: #1c1c1c;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1c1c1c), color-stop(100%, #000000));
    background-image: -webkit-linear-gradient(#1c1c1c, #000000);
    background-image: -moz-linear-gradient(#1c1c1c, #000000);
    background-image: -o-linear-gradient(#1c1c1c, #000000);
    background-image: linear-gradient(#1c1c1c, #000000);
}

.otw-red-title h1, .otw-red-title h2, .otw-red-title h3, .otw-red-title h4, .otw-red-title h5, .otw-red-title h6 {
    color: #ff1d25;
}

.otw-orange-title h1, .otw-orange-title h2, .otw-orange-title h3, .otw-orange-title h4, .otw-orange-title h5, .otw-orange-title h6 {
    color: #ff931e;
}

.otw-green-title h1, .otw-green-title h2, .otw-green-title h3, .otw-green-title h4, .otw-green-title h5, .otw-green-title h6 {
    color: #8cc63f;
}

.otw-greenish-title h1, .otw-greenish-title h2, .otw-greenish-title h3, .otw-greenish-title h4, .otw-greenish-title h5, .otw-greenish-title h6 {
    color: #23d7af;
}

.otw-aqua-title h1, .otw-aqua-title h2, .otw-aqua-title h3, .otw-aqua-title h4, .otw-aqua-title h5, .otw-aqua-title h6 {
    color: #3fa9f5;
}

.otw-blue-title h1, .otw-blue-title h2, .otw-blue-title h3, .otw-blue-title h4, .otw-blue-title h5, .otw-blue-title h6 {
    color: #2356d7;
}

.otw-pink-title h1, .otw-pink-title h2, .otw-pink-title h3, .otw-pink-title h4, .otw-pink-title h5, .otw-pink-title h6 {
    color: #ff7bac;
}

.otw-purple-title h1, .otw-purple-title h2, .otw-purple-title h3, .otw-purple-title h4, .otw-purple-title h5, .otw-purple-title h6 {
    color: #915ecc;
}

.otw-silver-title h1, .otw-silver-title h2, .otw-silver-title h3, .otw-silver-title h4, .otw-silver-title h5, .otw-silver-title h6 {
    color: #d8d8d8;
}

.otw-brown-title h1, .otw-brown-title h2, .otw-brown-title h3, .otw-brown-title h4, .otw-brown-title h5, .otw-brown-title h6 {
    color: #c69c6d;
}

.otw-black-title h1, .otw-black-title h2, .otw-black-title h3, .otw-black-title h4, .otw-black-title h5, .otw-black-title h6 {
    color: #1c1c1c;
}
.right {
    float: right;
}
.otw-sc-contact-form {
    color: #636363;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.otw-sc-contact-form label{
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}
.otw-sc-contact-form label.right {
    float: none;
    text-align: right;
}
.otw-sc-contact-form label.inline {
    line-height: 43.5px;
    margin: 0 0 21px 0;
    display: inline;
}
.otw-sc-contact-form textarea{
    background-color: white;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 3px #f4f4f4, inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 3px #f4f4f4, inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 3px #f4f4f4, inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #969696;
    display: block;
    font-size: ms(2);
    margin: 0 0 21px 0;
    padding: 7px;
    height: auto;
    width: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.otw-sc-contact-form input[type=text]{
    background-color: white;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 3px #f4f4f4, inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 3px #f4f4f4, inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 3px #f4f4f4, inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #969696;
    display: block;
    font-size: ms(2);
    margin: 0 0 21px 0;
    padding: 7px;
    width: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.otw-sc-contact-form input[type="text"]:focus, .otw-sc-contact-form input[type="password"]:focus, .otw-sc-contact-form textarea:focus {
    background: #fafafa;
    border-color: #b3b3b3;
}
.otw-sc-contact-form .additional {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
    margin: 0 20px 0 5px;
    font-size: 12px;
}
.otw-sc-contact-form .button {
    background-color: #00aeef;
    border: 1px solid rgba(128, 128, 128, 0.4);
    color: white !important;
    cursor: pointer;
    display: inline-block !important;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 5px 0;
    outline: none;
    padding: 8px 16px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.25)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
    background-repeat: repeat-x;
    white-space: nowrap;
    /* Hovers */
    /* IE Filters for IE8 */
    /* SVG + opacity for IE9 */
    /* Sizes */
    /* Radii */
    /* Icon buttons */
}
.otw-sc-contact-form .button:hover {
    color: white;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.05)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(128, 128, 128, 0.6);
}
.otw-sc-contact-form .button:active {
    color: #ebebeb;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(128, 128, 128, 0.75);
}
.otw-sc-contact-form .ie8 .button {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#40000000',GradientType=0 );
}
.otw-sc-contact-form .ie8 .button:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#0d000000',GradientType=0 );
}
.otw-sc-contact-form .ie8 .button:active {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#66000000',GradientType=0 );
}
.otw-sc-contact-form .ie9 .button {
    position: relative;
}
.otw-sc-contact-form .ie9 .button:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.12;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczOTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxMTExMTEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2czOTEpIiAvPgo8L3N2Zz4=);
}
.otw-sc-contact-form .ie9 .button:hover:after {
    opacity: 0.05;
}
.otw-sc-contact-form .ie9 .button:active:after {
    opacity: 0.2;
}

.otw-sc-contact-form .button.radius, .otw-sc-contact-form .button.radius:after {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.otw-sc-contact-form div.otw_recaptcha_conteniner{
    clear: both;
    margin: 0 0 10px 0;
}
.otw-sc-contact-form div.otw_recaptcha_conteniner span.error{
    margin: 0 !important;
}
.otw-sc-contact-form div.otw_recaptcha_conteniner img{
    max-width: none;
}
.otw-sc-contact-form div.otw_recaptcha_conteniner .recaptcha_input_area{
    float: left !important;
}
.otw-sc-contact-form p.otw-red_text{
    color: #B02626;
    font-size: 12px;
    margin-top: -10px !important;
}
.otw-sc-contact-form div.otw_recaptcha_conteniner p.otw-red_text{
    color: #B02626;
    font-size: 12px;
    margin-top: 10px !important;
    clear: both;
    width: 100%;
}
.otw-sc-faq dl {
    margin: 0 0 20px 0;
    padding: 0;
}
.otw-sc-faq h3.widget-title{
    font-size: 23px;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #333333;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
    margin-bottom: 12px;
    margin-top: 12px;
    text-align: left;
}
.otw-sc-faq dl dt {
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    padding: 5px 0;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
}
.otw-sc-faq dl dt span {
    text-shadow: 0 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    float: left;
    margin-right: 6px;
    text-align: center;
    height: 17px;
    width: 17px;
    background: #00aeef url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/toggle-icon.png) no-repeat center -2px;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
}
.otw-sc-faq dl dt.open-faq span {
    background-position: center -23px;
}
.otw-sc-faq dl dd {
    line-height: 1.4em;
    padding: 10px 23px;
    margin-bottom: 5px;
}

.otw-sc-contact-form #commentsText {
    height: 182px;
    margin-bottom: 20px;
}
.otw-sc-contact-form label.inline {
    margin-right: 30px;
}

.otw-red-text {
    color: #ff1d25;
}

.otw-orange-text {
    color: #ff931e;
}

.otw-green-text {
    color: #8cc63f;
}

.otw-greenish-text {
    color: #23d7af;
}

.otw-aqua-text {
    color: #3fa9f5;
}

.otw-blue-text {
    color: #2356d7;
}

.otw-pink-text {
    color: #ff7bac;
}

.otw-purple-text {
    color: #915ecc;
}

.otw-silver-text {
    color: #d8d8d8;
}

.otw-brown-text {
    color: #c69c6d;
}

.otw-black-text {
    color: #1c1c1c;
}

.otw-white-text {
    color: white;
}

.otw-red-text a{
    color: #ff1d25 !important;
}

.otw-orange-text a{
    color: #ff931e !important;
}

.otw-green-text a{
    color: #8cc63f !important;
}

.otw-greenish-text a{
    color: #23d7af !important;
}

.otw-aqua-text a{
    color: #3fa9f5 !important;
}

.otw-blue-text a{
    color: #2356d7 !important;
}

.otw-pink-text a{
    color: #ff7bac !important;
}

.otw-purple-text a{
    color: #915ecc !important;
}

.otw-silver-text a{
    color: #d8d8d8 !important;
}

.otw-brown-text a{
    color: #c69c6d !important;
}

.otw-black-text a{
    color: #1c1c1c !important;
}

.otw-white-text a{
    color: white !important;
}

ul.otw-list li {
    list-style-position: inside;
    list-style-image: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/bullets/bullet-1.gif);
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
ul.otw-list.with-icon.list-style-1 li {
    list-style-image: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/bullets/bullet-1.gif);
}
ul.otw-list.with-icon.list-style-2 li {
    list-style-image: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/bullets/bullet-2.gif);
}
ul.otw-list.with-icon.list-style-3 li {
    list-style-image: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/bullets/bullet-3.gif);
}
ul.otw-list.with-icon.list-style-4 li {
    list-style-image: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/bullets/bullet-4.gif);
}
ul.otw-list.with-icon.list-style-5 li {
    list-style-image: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/bullets/bullet-5.gif);
}
ul.otw-list.with-icon.list-style-6 li {
    list-style-image: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/bullets/bullet-6.gif);
}
ul.otw-list.with-icon.list-style-7 li {
    list-style-image: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/bullets/bullet-7.gif);
}
ul.otw-list.with-icon.list-style-8 li {
    list-style-image: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/bullets/bullet-8.gif);
}
ul.otw-list.with-icon.list-style-9 li {
    list-style-image: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/bullets/bullet-9.gif);
}
ul.otw-list.with-icon.list-style-10 li {
    list-style-image: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/bullets/bullet-10.gif);
}

ol.otw-list.lower-alpha li {
    list-style-type: lower-alpha;
}
ol.otw-list.upper-roman li {
    list-style-type: upper-roman;
}
ol.otw-list.lower-greek li {
    list-style-type: lower-greek;
}
.otw-widget-list {
    margin-bottom: 40px;
}
.otw-widget-list li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
}
.otw-widget-list li a:link, .otw-widget-list li a:visited {
    color: #636363;
}
.otw-widget-list li a:hover {
    color: #00aeef;
}
.otw-widget-list li:hover:before,
.otw-widget-list li.active a,
.otw-widget-list li.active:before {
    color: #00aeef;
}

.otw-sc-services {
    margin-bottom: 20px;
}
.otw-sc-services i{
    color: #636363;
}
.otw-sc-services.with-left-icon i,
.otw-sc-services.with-left-icon a > img {
    position: absolute;
}
.otw-sc-services.with-left-icon div {
    padding-left: 40px;
}
.otw-sc-services.with-left-icon.small i {
    font-size: 32px;
    line-height: 32px;
}
.otw-sc-services.with-left-icon.small div, .otw-sc-services.with-left-icon.small h3 {
    padding-left: 48px;
}
.otw-sc-services.with-left-icon.small a > img {
    max-height: 32px;
}
.otw-sc-services.with-left-icon.medium i {
    font-size: 48px;
    line-height: 48px;
}
.otw-sc-services.with-left-icon.medium div, .otw-sc-services.with-left-icon.medium h3 {
    padding-left: 62px;
}
.otw-sc-services.with-left-icon.medium a > img {
    max-height: 48px;
}
.otw-sc-services.with-left-icon.large i {
    font-size: 64px;
    line-height: 64px;
}
.otw-sc-services.with-left-icon.large div, .otw-sc-services.with-left-icon.large h3 {
    padding-left: 76px;
}
.otw-sc-services.with-left-icon.large a > img {
    max-height: 64px;
}
.otw-sc-services.with-center-icon.small i {
    font-size: 32px;
    line-height: 32px;
}
.otw-sc-services.with-center-icon.medium i {
    font-size: 48px;
    line-height: 48px;
}
.otw-sc-services.with-center-icon.large i {
    font-size: 64px;
    line-height: 64px;
}
.otw-sc-services.center {
    text-align: center;
}
.otw-sc-services.center .image-content-text,
.otw-sc-services.center .read-more {
    text-align: left;
}
.otw-sc-services .image-content-text p{
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 14px;
}
.otw-sc-services .titleseparator {
    padding-top: 6px;
    border-top: 1px solid #e0e0e0;
}
.otw-sc-services .widget-title {
    margin-top: 12px; 
    margin-bottom: 12px; 
    color: #00AEEF;
}
.otw-sc-services .widget-title a{
    color: #00AEEF;
    text-decoration: none;
}
.otw-sc-services .widget-title a:hover{
    color: #009BD5;
}
.otw-sc-about .work-position {
    font-size: 12px;
    margin-bottom: 6px;
    font-style: italic;
    color: #9b9b9b;
}

.animate-on-hover .image-shadow-overlay{
	overflow: hidden;
}
.otw-post-archive .animate-on-hover .image-shadow-overlay{
	overflow: inherit;
}
.animate-on-hover .image-shadow-overlay .image{
	float: left;
	max-width: 100%;
}
.animate-on-hover .image {
    position: relative;
}
.animate-on-hover .image img {
    display: block;
}
.animate-on-hover .image .shadow-overlay {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.01) inset;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.01) inset;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.01) inset;
}

.ie8 .animate-on-hover .image .shadow-overlay {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ie8 .animate-on-hover .image .shadow-overlay:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.otw-sc-testimonials {
    position: relative;
}
.otw-sc-testimonials .control-nav {
    position: absolute;
    top: 4px;
    right: 0;
}
.otw-sc-testimonials .control-nav .testimonials-prev,
.otw-sc-testimonials .control-nav .testimonials-next {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: transparent url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/testimonials-nav.png) no-repeat left center;
    cursor: pointer;
}
.otw-sc-testimonials .control-nav .testimonials-prev:hover,
.otw-sc-testimonials .control-nav .testimonials-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}
.otw-sc-testimonials .control-nav .testimonials-next {
    background-position: right center;
}
.otw-sc-testimonials .testimonials-box {
    position: relative;
    *zoom: 1;
}
.otw-sc-testimonials .testimonials-box:before, .otw-sc-testimonials .testimonials-box:after {
    content: " ";
    display: table;
}
.otw-sc-testimonials .testimonials-box:after {
    clear: both;
}
.otw-sc-testimonials .testimonials-slide {
    display: none;
    top: 0;
}
.otw-sc-testimonials .testimonials-slide.active {
    display: block;
}
.otw-sc-testimonials .testimonials-slide .testimonials-row {
    margin-bottom: 20px;
}
.otw-sc-testimonials .testimonials-slide .testimonials-row .testimonial-client {
    margin-bottom: 15px;
}
.otw-sc-testimonials .testimonials-slide .testimonials-row .testimonial-text {
    position: relative;
    display: block;
    padding: 20px 20px 10px 20px;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    overflow: visible;
}
.otw-sc-testimonials .testimonials-slide .testimonials-row .testimonial-text p {
    margin-bottom: 10px;
}
.otw-sc-testimonials .testimonials-slide .testimonials-row .testimonial-text:after, .otw-sc-testimonials .testimonials-slide .testimonials-row .testimonial-text:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.otw-sc-testimonials .testimonials-slide .testimonials-row .testimonial-text:after {
    border-color: rgba(255, 255, 15, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
    left: 20px;
    margin-left: -6px;
}
.otw-sc-testimonials .testimonials-slide .testimonials-row .testimonial-text:before {
    border-color: rgba(228, 228, 228, 0);
    border-bottom-color: #e4e4e4;
    border-width: 7px;
    left: 20px;
    margin-left: -7px;
}
.otw-sc-testimonials .testimonials-slide .testimonials-row .testimonial-text p {
    padding-left: 30px;
    background: transparent url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/blockquote-testimonial.png) no-repeat 0 3px;
}
.otw-post-tabs .widget-row h4{
    margin: 12px 0;
}
.otw-post-tabs .widget-row p{
    margin-bottom: 10px;
}
.otw-post-tabs .image {
    float: left;
    display: block;
    position: relative;
    margin: 5px 0 0;
}
/*custom shortcodes*/
.otw-custom-shortcode{
    float: left;
    width: 100%;
    margin: 5px;
}
.otw-custom-shortcode-image_hfl{
    overflow: hidden;
}
.otw-custom-shortcode-image_hfl .otw-cs-image{
    width: 50%;
    float: left;
    margin: 0 10px 5px 0;
}
.otw-custom-shortcode-image_hfr{
    overflow: hidden;
}
.otw-custom-shortcode-image_hfr .otw-cs-image{
    width: 50%;
    float: right;
    margin: 0 10px 0 5px;
}

.otw-custom-shortcode-image_hl{
    overflow: hidden;
}
.otw-custom-shortcode-image_hl .otw-cs-image{
    width: 50%;
    float: left;
    margin: 0 10px 5px 0;
}
.otw-custom-shortcode-image_hl .otw-cs-text{
    float: right;
    width: 47%;
}
.otw-custom-shortcode-image_hr{
    overflow: hidden;
}
.otw-custom-shortcode-image_hr .otw-cs-image{
    width: 50%;
    float: right;
    margin: 0 10px 0 5px;
}
.otw-custom-shortcode-image_hr .otw-cs-text{
    float: left;
    width: 47%;
}
.otw-custom-shortcode i.tiny {
    font-size: 16px;
    line-height: 16px;
}
.otw-custom-shortcode i.small {
    font-size: 32px;
    line-height: 32px;
}
.otw-custom-shortcode i.medium {
    font-size: 48px;
    line-height: 48px;
}
.otw-custom-shortcode i.large {
    font-size: 64px;
    line-height: 64px;
}
.otw-custom-shortcode-button-wrapper{
    clear: both;
    margin: 0px !important;
    padding: 0px !important;
}
.otw-custom-shortcode-link-wrapper{
    clear: both;
    margin: 0px !important;
    padding: 0px !important;
}
.otw-cs-pricetable {
    *zoom: 1;
    margin-bottom: 20px;
    z-index: 3;
}

@media only screen and (min-width: 600px) {
    .otw-cs-pricetable {
        display: block;
        border: 1px solid #ecebeb;
        padding: 14.0px 18px;
        -webkit-box-shadow: 0 0 15px #ededed inset;
        -moz-box-shadow: 0 0 15px #ededed inset;
        box-shadow: 0 0 15px #ededed inset;
        padding: 0;
    }
    .otw-cs-pricetable p {
        margin-bottom: 0;
    }
}
.otw-cs-pricetable:before, .otw-cs-pricetable:after {
    content: " ";
    display: table;
}
.otw-cs-pricetable:after {
    clear: both;
}
.otw-cs-pricetable ul.price-section {
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 4;
}
@media only screen and (max-width: 599px) {
    .otw-cs-pricetable ul.price-section {
        margin-bottom: 20px;
        display: block;
        border: 1px solid #ecebeb;
        padding: 14.0px 18px;
        -webkit-box-shadow: 0 0 15px #ededed inset;
        -moz-box-shadow: 0 0 15px #ededed inset;
        box-shadow: 0 0 15px #ededed inset;
        padding: 0;
        width: 100%;
    }
    .otw-cs-pricetable ul.price-section p {
        margin-bottom: 0;
    }
}
.otw-cs-pricetable ul.price-section.column-header li {
    text-align: left;
    margin-left: 10px;
    white-space: nowrap;
}
@media only screen and (max-width: 599px) {
    .otw-cs-pricetable ul.price-section.column-header li {
        display: none;
    }
}
.otw-cs-pricetable ul.price-section:last-child li {
    margin-right: 10px;
}
.otw-cs-pricetable ul.price-section.special:last-child li {
    margin-right: 0px;
}
.otw-cs-pricetable ul.price-section.special {
    border: 5px solid white;
    position: relative;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    z-index: 5;
}
@media only screen and (min-width: 600px) {
    .otw-cs-pricetable ul.price-section.special {
        margin: -5px 0;
    }
}
.otw-cs-pricetable ul.price-section.special li {
    background: transparent url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/diag-background-translucent-darker.png) repeat;
}
.otw-cs-pricetable ul.price-section.special li:nth-child(2n+1) {
    background: #e9e9e9 url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/diag-background-translucent-darker.png) repeat;
}
.otw-cs-pricetable ul.price-section li {
    list-style: none;
    padding: 10px;
    margin: 0;
}
.otw-cs-pricetable ul.price-section li:nth-child(2n+1) {
    background: #f5f5f5;
}
.otw-cs-pricetable ul.price-section li.column-title {
    font-family: "Open Sans", sans-serif;
    text-shadow: 1px 1px 0 white;
    font-size: 16.0px;
    font-weight: bold;
    margin: 0;
    padding: 15px 10px;
}
.otw-cs-pricetable ul.price-section li.column-price {
    font-family: "Open Sans", sans-serif;
    text-shadow: 1px 1px 0 white;
    font-size: 27px;
    font-weight: bold;
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .otw-cs-pricetable ul.price-section li.column-title {
        font-size: 14.0px;
    }
    .otw-cs-pricetable ul.price-section li.column-price {
        font-size: 21.0px;
    }
}
.otw-cs-pricetable.dark ul.price-section li.column-title {
    background-color: #5c5c5c;
    background-image: none;
    color: white;
    text-shadow: 1px 1px 0 #1c1c1c;
}
.otw-cs-pricetable.dark ul.price-section.special {
    background-color: #424242;
}
.otw-cs-pricetable.dark ul.price-section.special li {
    background: transparent;
    color: white;
}
.otw-cs-pricetable.dark ul.price-section.special li.column-title, .otw-cs-pricetable.dark ul.price-section.special li.column-price {
    color: #00aeef;
    text-shadow: 0 0 0;
}

.ie8 .otw-table tr td,
.ie8 .otw-cs-pricetable ul li {
    border-bottom: 1px solid #e4e4e4;
}

ie8 .otw-cs-pricetable {
    border-style: solid;
    border-color: #e4e4e4;
    border-width: 0 1px 1px 1px;
}
ie8 .otw-cs-pricetable.dark ul li {
    border-bottom: 1px solid #1e1e1e;
}
ie8 .otw-cs-pricetable ul li.column-title, ie8 .otw-cs-pricetable ul li.column-foot {
    border-bottom: 0 none;
}
ie8 .otw-cs-pricetable ul.price-section {
    margin-top: 5px;
}
ie8 .otw-cs-pricetable ul.special {
    margin-top: 0;
    position: relative;
}

table.otw-table thead {
    font-family: "Open Sans", sans-serif;
    background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/pattern-1.png) repeat scroll 0 0 transparent;
    text-shadow: 1px 1px 0 white;
}
table.otw-table thead tr th {
    font-size: 16.0px;
    padding: 15px 10px;
}
table.otw-table tbody tr:nth-child(2n) {
    background: none repeat scroll 0 0 #f5f5f5;
}
table.otw-table.dark thead {
    background-color: #5c5c5c;
    background-image: none;
}
table.otw-table.dark thead tr th {
    color: white;
    text-shadow: 1px 1px 0 #1c1c1c;
}

table.otw-sortable-table tbody tr:hover {
    background-color: #e7e7e7;
}
table.otw-sortable-table tbody tr td {
    padding: 11px 10px;
}

table.footable {
    width: 100%;
}

table.otw-sortable-table {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    border-spacing: 0;
    margin-bottom: 20px;
}

table.otw-sortable-table thead, table.otw-sortable-table tfoot {
    background: #f5f5f5;
}

table.otw-sortable-table thead tr th,
table.otw-sortable-table tfoot tr th,
table.otw-sortable-table tbody tr td,
table.otw-sortable-table tr td,
table.otw-sortable-table tfoot tr td {
    display: table-cell;
    line-height: 18px;
    text-align: left;
}

table.otw-sortable-table thead tr th,
table.otw-sortable-table tfoot tr td {
    padding: 15px 10px;
    font-weight: bold;
}

table.otw-sortable-table thead tr th:first-child, table.otw-sortable-table tfoot tr td:first-child {
    border-left: none;
}

table.otw-sortable-table thead tr th:last-child, table.otw-sortable-table tfoot tr td:last-child {
    border-right: none;
}

table.otw-sortable-table tbody tr.even,
table.otw-sortable-table tbody tr.alt {
    background: #f9f9f9;
}

table.otw-sortable-table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

table.otw-sortable-table tbody tr td {
    vertical-align: top;
    border: none;
}
/* ===== SPECIFIC ===== */ 

/* Testimonials Slider */
.otw-b-testimonials-content {
    padding: 10px 15px;
    margin-bottom: 15px;
}
.otw-b-testimonials-content p {
    margin: 0;
}
.otw-b-testimonials-avatar img {
    border-radius: 50%;
    max-width: 50px;
    max-height: 50px;
    float: left;
    margin-right: 15px;
}
.otw-b-testimonials-avatar p {
    margin: 5px 0;
}
.otw-b-testimonials-avatar {
    clear: both;
    content: " ";
    display: table;
    width: 100%;
}
/* Contact */
.otw-b-map {
    width: 100%;
    height: 100%;
}
.otw-b-contact textarea {
    margin-bottom: 0;
}
.otw-b-contact.otw-b-contact-vertical > div {
    margin-bottom: 25px;
}
.otw-b-contact-padding {
    padding: 20px;
}

/* Login */
.otw-b-small-notification {
    font-size: 12px;
}
.otw-b-login-padding {
    padding: 15px 20px;
}
.otw-b-checkbox-line > * {
    vertical-align: middle;
    margin: 0;
}
.otw-b-login form {
    margin: 5px 0;
}

/* Promotion */
.otw-b-promotion-cta {
    margin: 15px 0;
}
.otw-b-promotion-padding .otw-b-promotion-content {
    padding: 15px 20px;
}

/* Carousel */
.otw-b-carousel {
    position: relative;
    margin: 25px auto;
}
.otw-b-carousel .owl-nav div {
    display: block;
    position: absolute;
    top: 10%;
    width: 30px;
    height: 30px;
    background: grey;
    background: rgba(0,0,0,.2);
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
}
.otw-b-carousel .owl-nav div:hover {
    background: rgba(0,0,0,.3);
}
.otw-b-carousel .owl-nav .owl-prev {
    left: -45px;
}
.otw-b-carousel .owl-nav .owl-next {
    right: -45px;
}
.otw-b-logo-carousel-item {
    margin: 0 10px;
    text-align: center;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.otw-b-logo-carousel-item:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.otw-b-logo-carousel-item a {
    display: inline-block;
}
.otw-b-logo-carousel-item a img {
    height: 100%;
    width: auto;
}

/* Gallery */
.otw-b-gallery-horizontal .otw-b-gallery-content {
    margin: 10px 0;
}
.otw-b-gallery-thumbs {
    list-style: none;
}
.otw-b-gallery-horizontal .otw-b-gallery-thumbs {
    text-align: center;
}
.otw-b-gallery-thumbs li {
    width: 130px;
    /*height: 130px;*/
    height:auto;
    max-height: 130px;
    max-width: 50%;
    padding: 0;
    display: inline-block;
} 
.otw-b-gallery-thumbs li a {
    display: block;
    padding: 4px;
    border: 1px solid #e0e0e0;
    margin: 4px;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.otw-b-gallery-thumbs li.otw-b-active a {
    opacity: .4;
}
.otw-b-gallery-content a {
    display: block;
    text-align: center;
}
.otw-b-gallery-content img {
    padding: 4px;
    border: 1px solid #e0e0e0;
    margin: 4px;
}

/* Style the thumbnails */
.pika-thumbs{ padding: 0 16px;}
.pika-thumbs li{ width: 144px; margin: 10px 0 0 17px; padding: 0; overflow: hidden;
                 float: left; list-style-type: none;padding: 3px; margin: 0 5px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage {position: relative; background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 40px 10px; text-align:center; height:250px;}
.pika-stage img{height:100%;}
.pika-stage .caption {position: absolute; background: #000; background: rgba(0,0,0,0.75);  border: 1px solid #141414; font-size: 11px; 
                      color: #fafafa; padding: 10px; text-align: right; bottom: 50px; right: 10px;}
.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
.pika-imgnav a.previous {background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
.pika-imgnav a.next {background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
.pika-imgnav a.play {background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
.pika-imgnav a.pause {background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
.pika-textnav a.previous {float: left; width: auto; display: block;}
.pika-textnav a.next {float: right; width: auto; display: block;}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */    
.pika-loader{ background:url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
              text-align:right; position:absolute; top:15px; right:15px; }

/* Make the thubms tile on the left */
.pika-thumbs li{width: 90px; height:55px;}
.pikachoose {width: 820px; margin: 0 auto;position:relative;}
.pika-stage {float: left; width: 70%;}
.pika-thumbs {margin: 10px 0 0 17px;width: 25%;float: left;}
.pika-thumbs li {margin: 5px 5px;}


/* Animated Testimonial */
.otw-b-animated-testimonial {padding: 30px 0 20px 0;}

/* Animated Image */
.otw-b-animated-image {padding: 50px 0 40px 0;}
.otw-b-animated-image .otw-b-animate-in-left {
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    left: -100px;
    opacity: 0;
}
.otw-b-animated-image .otw-b-animate-in-left.otw-b-animation-start {
    left: 0px;
    opacity: 1;
}
.otw-b-animated-image .otw-b-animate-in-right {
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    right: -100px;
    opacity: 0;
}
.otw-b-animated-image .otw-b-animate-in-right.otw-b-animation-start {
    right: 0px;
    opacity: 1;
}
.otw-b-animated-image .otw-b-animate-in-top {
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    top: -100px;
    opacity: 0;
}
.otw-b-animated-image .otw-b-animate-in-top.otw-b-animation-start {
    top: 0px;
    opacity: 1;
}
.otw-b-animated-image .otw-b-animate-in-bottom {
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    bottom: -100px;
    opacity: 0;
}
.otw-b-animated-image .otw-b-animate-in-bottom.otw-b-animation-start {
    bottom: 0px;
    opacity: 1;
}

/* Progress Bar */
.otw-b-meter { 
    position: relative;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 7px;
    padding: 4px;
    background: #e0e0e0;
}
.otw-b-meter-dark {background: #555;}
.otw-b-meter > span {
    display: block;
    height: 28px;
    border-radius: 5px;
    background-color: #999;
    position: relative;
    overflow: hidden;
}
.otw-b-meter > span:after, .otw-b-meter-animate > span > span {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    border-radius: 5px;
    background-image: 
        -webkit-gradient(linear, 0 0, 100% 100%, 
        color-stop(.25, rgba(255, 255, 255, .2)), 
        color-stop(.25, transparent), color-stop(.5, transparent), 
        color-stop(.5, rgba(255, 255, 255, .2)), 
        color-stop(.75, rgba(255, 255, 255, .2)), 
        color-stop(.75, transparent), to(transparent)
        );
    background-image: 
        -webkit-linear-gradient(
        -45deg, 
        rgba(255, 255, 255, .2) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgba(255, 255, 255, .2) 50%, 
        rgba(255, 255, 255, .2) 75%, 
        transparent 75%, 
        transparent
        );
    background-image: 
        -moz-linear-gradient(
        -45deg, 
        rgba(255, 255, 255, .2) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgba(255, 255, 255, .2) 50%, 
        rgba(255, 255, 255, .2) 75%, 
        transparent 75%, 
        transparent
        );
    background-image: 
        -ms-linear-gradient(
        -45deg, 
        rgba(255, 255, 255, .2) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgba(255, 255, 255, .2) 50%, 
        rgba(255, 255, 255, .2) 75%, 
        transparent 75%, 
        transparent
        );
    background-image: 
        -o-linear-gradient(
        -45deg, 
        rgba(255, 255, 255, .2) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgba(255, 255, 255, .2) 50%, 
        rgba(255, 255, 255, .2) 75%, 
        transparent 75%, 
        transparent
        );
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size:    50px 50px;
    background-size:         50px 50px;
    -webkit-animation: move 2s linear infinite;
    overflow: hidden;
}
.otw-b-meter > span > span.otw-b-meter-text {
    display: inline-block;
    position: relative;
    z-index: 1000;
    line-height: 22px;
    padding: 0 10px;
    color: white;
    width: auto;
    margin: 3px;
    border-radius: 3px;
    background: #999;
    background: rgba(0,0,0,.5);
}
.otw-b-meter-animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}
.otw-b-nostripes > span > span, .otw-b-nostripes > span:after {
    -webkit-animation: none;
    background-image: none;
}


/* Countdown */
.is-otw_b_countdown {text-align: center;}
.is-otw_b_countdown .otw_b_countdown-row span {display: inline-block; margin: 0 10px;}
.is-otw_b_countdown .otw_b_countdown-row .otw_b_countdown-amount {font-size: 34px;display: block;margin-bottom: 5px;}
.is-otw_b_countdown .otw_b_countdown-row .otw_b_countdown-period {font-size: 16px;}
.is-otw_b_countdown.otw-b-countdown-circle .otw_b_countdown-row .otw_b_countdown-amount, .is-otw_b_countdown.otw-b-countdown-rounded-small .otw_b_countdown-row .otw_b_countdown-amount, .is-otw_b_countdown.otw-b-countdown-rounded-medium .otw_b_countdown-row .otw_b_countdown-amount, .is-otw_b_countdown.otw-b-countdown-rounded-large .otw_b_countdown-row .otw_b_countdown-amount { padding: 0 10px; width: 90px; height: 90px;text-align: center; line-height: 90px;}

.is-otw_b_countdown.otw-b-countdown-large .otw_b_countdown-row span  {margin: 0 15px;}
.is-otw_b_countdown.otw-b-countdown-large .otw_b_countdown-row .otw_b_countdown-amount  {font-size: 58px;}
.is-otw_b_countdown.otw-b-countdown-large.otw-b-countdown-circle .otw_b_countdown-row .otw_b_countdown-amount, .is-otw_b_countdown.otw-b-countdown-large.otw-b-countdown-rounded-small .otw_b_countdown-row .otw_b_countdown-amount, .is-otw_b_countdown.otw-b-countdown-large.otw-b-countdown-rounded-medium .otw_b_countdown-row .otw_b_countdown-amount, .is-otw_b_countdown.otw-b-countdown-large.otw-b-countdown-rounded-large .otw_b_countdown-row .otw_b_countdown-amount { padding: 0 10px; width: 130px; height: 130px;text-align: center; margin: 0 10px 10px 10px; line-height: 130px;}


/* Flip Box */
.otw-b-flip-box {
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -o-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
}
.otw-b-flip-box.otw-b-flip-upside:hover .otw-b-flip-box-front {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.otw-b-flip-box.otw-b-flip-upside:hover .otw-b-flip-box-back {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.otw-b-flip-box.otw-b-flip-side:hover .otw-b-flip-box-front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.otw-b-flip-box.otw-b-flip-side:hover .otw-b-flip-box-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.otw-b-flip-box-front {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}
.otw-b-flip-box.otw-b-flip-side .otw-b-flip-box-front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.otw-b-flip-box.otw-b-flip-upside .otw-b-flip-box-front {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.otw-b-flip-box-back {
    display: block;
    position: absolute; 
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}
.otw-b-flip-box.otw-b-flip-side .otw-b-flip-box-back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.otw-b-flip-box.otw-b-flip-upside .otw-b-flip-box-back {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

/*info list*/ 
.otw-b-info-list  {padding: 20px 10px 10px 10px;margin-bottom: 10px; position: relative!important;}
.otw-b-info-list-left .otw-b-icon {float: left;}
.otw-b-info-list-right .otw-b-icon {float: right;}
.otw-b-info-list.otw-b-info-list-right {text-align: right;}
.otw-b-info-list-left .otw-b-floated-content {
    float: right; 
    display:   inline-block;  
}
.otw-b-floated-content.otw-has-has-icon {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
}
.otw-b-info-list-right .otw-b-floated-content {float: left; display: inline-block; }
.otw-b-info-list-left .otw-b-floated-content {float: right;  }
.otw-b-info-list-right .otw-b-floated-content {float: left;  }
.otw-b-info-list .otw-b-icon {position: relative; z-index: 5;}
.otw-b-info-list .otw-b-connector {width: 0; height: 100px; border: 1px dashed #bebebe; border-width: 0 0 0 1px; position: absolute; z-index: 0; left: 68px;}
.otw-b-info-list .otw-b-connector-original, .otw-b-connector-original {width: 0; height: 110%;border: 1px dashed #bebebe;border-width: 0 0 0 1px; position: absolute;z-index: 0;top: 65px;  }
.otw-b-info-list:last-child .otw-b-connector-original {display: none;}
.otw-b-icon-small-divider {top: 50px!important;}
/*.otw-b-info-list:first-child .otw-b-connector-original{top:auto;}*/

.otw-b-info-list-right.otw-b-connector-original {left: auto; right: 60px;}
.otw-b-icon-small-divider.otw-b-connector-original {left: 40px; } 
.otw-b-icon-large-divider.otw-b-connector-original {left: 50px; }  
.otw-b-icon-giant-divider.otw-b-connector-original {left: 60px; } 

.otw-b-icon-small-divider-right.otw-b-connector-original{left: auto; right: 40px;}
.otw-b-icon-large-divider-right.otw-b-connector-original{left: auto; right: 50px;}
.otw-b-icon-giant-divider-right.otw-b-connector-original {left: auto; right: 60px;}




.otw-b-info-list:last-child .otw-b-connector {display: none;}



/* Icon Box */
.otw-b-icon-box {}
.otw-b-icon {display: inline-block;margin: 0 auto 10px auto; width: 60px; height: 60px; line-height: 60px; font-size: 30px;-webkit-font-smoothing: antialiased;text-align: center;}
.otw-b-icon-large {width: 80px; height: 80px; line-height: 80px; font-size: 45px;}
.otw-b-icon-info-list {width: 100px; height: 100px; line-height: 100px; font-size: 55px;}
.otw-b-icon-giant {width: 100px; height: 100px; line-height: 100px; font-size: 55px;}
.otw-b-icon.otw-b-float-left {margin-right: 20px;} .otw-b-icon.otw-b-float-right {margin-left: 20px;}

.otw-b-relative-box {position: relative;padding-top: 45px;margin-top: 15px;}
.otw-b-relative-box .otw-b-icon {  text-align: center;margin-top: 0;}
.otw-b-relative-box .otw-b-icon-absolute {position: absolute; top: -30px; left: 50%; margin: 10px auto 10px -30px;}
.otw-b-relative-box .otw-b-icon-absolute.otw-b-icon-large {top: -40px; margin: 10px auto 10px -40px}
.otw-b-relative-box .otw-b-icon-absolute.otw-b-icon-giant {top: -50px; margin: 10px auto 10px -50px}

.otw-b-relative-box .otw-b-icon-absolute-small {margin-top:-50px;}
.otw-b-relative-box .otw-b-icon-absolute-large  {margin-top:-60px;}
.otw-b-relative-box .otw-b-icon-absolute-giant  {margin-top:-70px;}

/*===== COMMON =====*/

/* Generic box */
.otw-b-box {margin-bottom: 20px; padding: 20px 10px;}
.otw-b-box .otw-b-floated-content > * {margin-top: 0;}

/* Scaling (IE9+) */
.otw-b-scale90 {-webkit-transform: scale(.9); -moz-transform: scale(.9); transform: scale(.9); height: auto;}
.otw-b-scale80 {-webkit-transform: scale(.8); -moz-transform: scale(.8); transform: scale(.8); height: auto;}
.otw-b-scale70 {-webkit-transform: scale(.7); -moz-transform: scale(.7); transform: scale(.7); height: auto;}
.otw-b-scale60 {-webkit-transform: scale(.6); -moz-transform: scale(.6); transform: scale(.6); height: auto;}
.otw-b-scale50 {-webkit-transform: scale(.5); -moz-transform: scale(.5); transform: scale(.5); height: auto;}
.otw-b-scale40 {-webkit-transform: scale(.4); -moz-transform: scale(.4); transform: scale(.4); height: auto;}
.otw-b-scale30 {-webkit-transform: scale(.3); -moz-transform: scale(.3); transform: scale(.3); height: auto;}
.otw-b-scale20 {-webkit-transform: scale(.2); -moz-transform: scale(.2); transform: scale(.2); height: auto;}
.otw-b-scale10 {-webkit-transform: scale(.1); -moz-transform: scale(.1); transform: scale(.1); height: auto;}

/* Border style */
.otw-b-bd-solid, .otw-b-countdown-bd-solid .otw_b_countdown-amount {border-style: solid;}
.otw-b-bd-dashed, .otw-b-countdown-bd-dashed .otw_b_countdown-amount {border-style: dashed;}
.otw-b-bd-dotted, .otw-b-countdown-bd-dotted .otw_b_countdown-amount {border-style: dotted;}

/* Border type */
.otw-b-bd-all {border-width: 1px;}
.otw-b-bd-left {border-left-width: 1px;}
.otw-b-bd-right {border-right-width: 1px;}
.otw-b-bd-top {border-top-width: 1px;}
.otw-b-bd-bottom {border-bottom-width: 1px;}
.otw-b-bd-left-right {border-width: 0 1px;}
.otw-b-bd-top-bottom {border-width: 1px 0;}
.otw-b-bd-top-right {border-width: 1px 1px 0 0;}
.otw-b-bd-right-bottom {border-width: 0 1px 1px 0;}
.otw-b-bd-bottom-left {border-width: 0 0 1px 1px;}
.otw-b-bd-left-top {border-width: 1px 0 0 1px;}

/* Border width */
.otw-b-bd-1px, .otw-b-countdown-bd-1px .otw_b_countdown-amount {border-width: 1px;}
.otw-b-bd-2px, .otw-b-countdown-bd-2px .otw_b_countdown-amount {border-width: 2px;}
.otw-b-bd-3px, .otw-b-countdown-bd-3px .otw_b_countdown-amount {border-width: 3px;}

/* Border radius */
.otw-b-rounded-circle, .otw-b-countdown-circle .otw_b_countdown-amount {border-radius: 50%; border-radius: 150px; overflow: hidden;}
.otw-b-rounded-small, .otw-b-countdown-rounded-small .otw_b_countdown-amount {border-radius: 5px;}
.otw-b-rounded-medium, .otw-b-countdown-rounded-medium .otw_b_countdown-amount {border-radius: 10px;}
.otw-b-rounded-large, .otw-b-countdown-rounded-large .otw_b_countdown-amount {border-radius: 15px;}

/* Border color */
.otw-b-grey-bd, .otw-b-countdown-grey-bd .otw_b_countdown-amount {border-color: #e0e0e0;}
.otw-b-white-bd, .otw-b-countdown-white-bd .otw_b_countdown-amount {border-color: #fff;}
.otw-b-blue-flat-bd, .otw-b-countdown-blue-flat-bd .otw_b_countdown-amount {border-color: #3498db;}
.otw-b-bluesky-flat-bd, .otw-b-countdown-bluesky-flat-bd .otw_b_countdown-amount {border-color: #28c8d6;}
.otw-b-darkblue-flat-bd, .otw-b-countdown-darkblue-flat-bd .otw_b_countdown-amount {border-color: #34495e;}
.otw-b-purple-flat-bd, .otw-b-countdown-purple-flat-bd .otw_b_countdown-amount {border-color: #7258d4;}
.otw-b-magenta-flat-bd, .otw-b-countdown-magenta-flat-bd .otw_b_countdown-amount {border-color: #9b59b6;}
.otw-b-pink-flat-bd, .otw-b-countdown-pink-flat-bd .otw_b_countdown-amount {border-color: #dd50d8;}
.otw-b-yellow-flat-bd, .otw-b-countdown-yellow-flat-bd .otw_b_countdown-amount {border-color: #f1c40f;}
.otw-b-green-flat-bd, .otw-b-countdown-green-flat-bd .otw_b_countdown-amount {border-color: #2ecc71;}
.otw-b-greenyellow-flat-bd, .otw-b-countdown-greenyellow-flat-bd .otw_b_countdown-amount {border-color: #97d731;}
.otw-b-orange-flat-bd, .otw-b-countdown-orange-flat-bd .otw_b_countdown-amount {border-color: #f57c10;}
.otw-b-red-flat-bd, .otw-b-countdown-red-flat-bd .otw_b_countdown-amount {border-color: #e74c3c;}

/* Pattern style */
.pattern-b.pattern-b-1, .otw-b-countdown-pattern.otw-b-countdown-pattern-1 .otw_b_countdown-amount {background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images-shortcodes/patterns/subtle_grunge.png) repeat 0 0;}
.pattern-b.pattern-b-2, .otw-b-countdown-pattern.otw-b-countdown-pattern-2 .otw_b_countdown-amount {background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images-shortcodes/patterns/p6.png) repeat 0 0;}
.pattern-b.pattern-b-3, .otw-b-countdown-pattern.otw-b-countdown-pattern-3 .otw_b_countdown-amount {background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images-shortcodes/patterns/pw_pattern.png) repeat 0 0;}
.pattern-b.pattern-b-4, .otw-b-countdown-pattern.otw-b-countdown-pattern-4 .otw_b_countdown-amount {background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images-shortcodes/patterns/cream_pixels.png) repeat 0 0;}
.pattern-b.pattern-b-5, .otw-b-countdown-pattern.otw-b-countdown-pattern-5 .otw_b_countdown-amount {background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images-shortcodes/patterns/greyzz.png) repeat 0 0;}
.pattern-b.pattern-b-6, .otw-b-countdown-pattern.otw-b-countdown-pattern-6 .otw_b_countdown-amount {background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images-shortcodes/patterns/dimension.png) repeat 0 0;}
.pattern-b.pattern-b-7, .otw-b-countdown-pattern.otw-b-countdown-pattern-7 .otw_b_countdown-amount {background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images-shortcodes/patterns/grey.png) repeat 0 0;}
.pattern-b.pattern-b-8, .otw-b-countdown-pattern.otw-b-countdown-pattern-8 .otw_b_countdown-amount {background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images-shortcodes/patterns/swirl.png) repeat 0 0;}
.pattern-b.pattern-b-9, .otw-b-countdown-pattern.otw-b-countdown-pattern-9 .otw_b_countdown-amount {background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images-shortcodes/patterns/skelatal_weave.png) repeat 0 0;}
.pattern-b.pattern-b-10, .otw-b-countdown-pattern.otw-b-countdown-pattern-10 .otw_b_countdown-amount {background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images-shortcodes/patterns/wood_pattern.png) repeat 0 0;}

/* Box shadow */
.shadow-b-small {box-shadow: 0 1px 0 #b2b2b2; box-shadow: 0 1px 0 rgba(0,0,0,.3);}
.shadow-b-medium {box-shadow: 0 1px 3px #d9d9d9; box-shadow: 0 1px 3px rgba(0,0,0,.15);}
.shadow-b-large {box-shadow: 0 1px 7px #d9d9d9; box-shadow: 0 1px 7px rgba(0,0,0,.15);}
.shadow-b-giant {box-shadow: 0 0 25px #d9d9d9; box-shadow: 0 0 25px rgba(0,0,0,.15);}

/* Animations */
.animated-b {-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;transition: transform 0.3s;-webkit-animation-duration: .9s;animation-duration: .9s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-backface-visibility: hidden;-webkit-transform: translateZ(0);}
.animated-b.animated-b-rotate:hover {-webkit-transform: rotate(360deg) scale(1.2);transform: rotate(360deg) scale(1.2);}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-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-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-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-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-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 {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        -ms-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}
.animated-b.animated-b-bounce:hover, .animated-b-onload.animated-b-bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes wobble {
    0% {
        -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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-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);
        -ms-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);
        -ms-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);
        -ms-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);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.animated-b.animated-b-wobble:hover, .animated-b-onload.animated-b-wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes rubberBand {
    0% {
        -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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        -ms-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        -ms-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        -ms-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        -ms-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.animated-b.animated-b-rubberBand:hover, .animated-b-onload.animated-b-rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-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);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.animated-b.animated-b-swing:hover, .animated-b-onload.animated-b-swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-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);
        -ms-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);
        -ms-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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.animated-b.animated-b-tada:hover, .animated-b-onload.animated-b-tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* Background color */
.otw-b-countdown-grey-bgr .otw_b_countdown-amount {background-color: #e0e0e0;}
.otw-b-white-bgr, .otw-b-countdown-white-bgr .otw_b_countdown-amount {background-color: #fff;}
.otw-b-blue-flat-bgr, .otw-b-countdown-blue-flat-bgr .otw_b_countdown-amount, .otw-b-meter-blue-flat-bgr span {background-color: #3498db;}
.otw-b-bluesky-flat-bgr, .otw-b-countdown-bluesky-flat-bgr .otw_b_countdown-amount, .otw-b-meter-bluesky-flat-bgr span {background-color: #28c8d6;}
.otw-b-darkblue-flat-bgr, .otw-b-countdown-darkblue-flat-bgr .otw_b_countdown-amount, .otw-b-meter-darkblue-flat-bgr span {background-color: #34495e;}
.otw-b-purple-flat-bgr, .otw-b-countdown-purple-flat-bgr .otw_b_countdown-amount, .otw-b-meter-purple-flat-bgr span {background-color: #7258d4;}
.otw-b-magenta-flat-bgr, .otw-b-countdown-magenta-flat-bgr .otw_b_countdown-amount, .otw-b-meter-magenta-flat-bgr span {background-color: #9b59b6;}
.otw-b-pink-flat-bgr, .otw-b-countdown-pink-flat-bgr .otw_b_countdown-amount, .otw-b-meter-pink-flat-bgr span {background-color: #dd50d8;}
.otw-b-yellow-flat-bgr, .otw-b-countdown-yellow-flat-bgr .otw_b_countdown-amount, .otw-b-meter-yellow-flat-bgr span {background-color: #f1c40f;}
.otw-b-green-flat-bgr, .otw-b-countdown-green-flat-bgr .otw_b_countdown-amount, .otw-b-meter-green-flat-bgr span {background-color: #2ecc71;}
.otw-b-greenyellow-flat-bgr, .otw-b-countdown-greenyellow-flat-bgr .otw_b_countdown-amount, .otw-b-meter-greenyellow-flat-bgr span {background-color: #97d731;}
.otw-b-orange-flat-bgr, .otw-b-countdown-orange-flat-bgr .otw_b_countdown-amount, .otw-b-meter-orange-flat-bgr span {background-color: #f57c10;}
.otw-b-red-flat-bgr, .otw-b-countdown-red-flat-bgr .otw_b_countdown-amount, .otw-b-meter-red-flat-bgr span {background-color: #e74c3c;}


/* Contact form BG classes */
button.otw-button.otw-b-countdown-grey-bgr{background-color: #e0e0e0;}
button.otw-button.otw-b-white-bgr{background-color: #fff;}
button.otw-button.otw-b-blue-flat-bgr{background-color: #3498db;}
button.otw-button.otw-b-bluesky-flat-bgr{background-color: #28c8d6;}
button.otw-button.otw-b-darkblue-flat-bgr{background-color: #34495e;}
button.otw-button.otw-b-purple-flat-bgr{background-color: #7258d4;}
button.otw-button.otw-b-magenta-flat-bgr{background-color: #9b59b6;}
button.otw-button.otw-b-pink-flat-bgr{background-color: #dd50d8;}
button.otw-button.otw-b-yellow-flat-bgr {background-color: #f1c40f;}
button.otw-button.otw-b-green-flat-bgr{background-color: #2ecc71;}
button.otw-button.otw-b-greenyellow-flat-bgr{background-color: #97d731;}
button.otw-button.otw-b-orange-flat-bgr{background-color: #f57c10;}
button.otw-button.otw-b-red-flat-bgr{background-color: #e74c3c;}

.otw-b-blue-flat-bgr.otw-b-icon,
.otw-b-bluesky-flat-bgr.otw-b-icon,
.otw-b-darkblue-flat-bgr.otw-b-icon,
.otw-b-purple-flat-bgr.otw-b-icon,
.otw-b-magenta-flat-bgr.otw-b-icon,
.otw-b-pink-flat-bgr.otw-b-icon,
.otw-b-yellow-flat-bgr.otw-b-icon,
.otw-b-green-flat-bgr.otw-b-icon,
.otw-b-greenyellow-flat-bgr.otw-b-icon,
.otw-b-orange-flat-bgr.otw-b-icon,
.otw-b-red-flat-bgr.otw-b-icon {color: white!important;}


/* Color */
.otw-b-white-text, .otw-b-countdown-white-text .otw_b_countdown-amount, .otw-b-countdown-white-text-period .otw_b_countdown-period {color: #ffffff!important;}
.otw-b-blue-flat-text, .otw-b-countdown-blue-flat-text .otw_b_countdown-amount, .otw-b-countdown-blue-flat-text-period .otw_b_countdown-period {color: #3498db!important;}
.otw-b-bluesky-flat-text, .otw-b-countdown-bluesky-flat-text .otw_b_countdown-amount , .otw-b-countdown-bluesky-flat-text-period .otw_b_countdown-period{color: #28c8d6!important;}
.otw-b-darkblue-flat-text, .otw-b-countdown-darkblue-flat-text .otw_b_countdown-amount, .otw-b-countdown-darkblue-flat-text-period .otw_b_countdown-period {color: #34495e!important;}
.otw-b-purple-flat-text, .otw-b-countdown-purple-flat-text .otw_b_countdown-amount, .otw-b-countdown-purple-flat-text-period .otw_b_countdown-period {color: #7258d4!important;}
.otw-b-magenta-flat-text, .otw-b-countdown-magenta-flat-text .otw_b_countdown-amount, .otw-b-countdown-magenta-flat-text-period .otw_b_countdown-period {color: #9b59b6!important;}
.otw-b-pink-flat-text, .otw-b-countdown-pink-flat-text .otw_b_countdown-amount, .otw-b-countdown-pink-flat-text-period .otw_b_countdown-period {color: #dd50d8!important;}
.otw-b-yellow-flat-text, .otw-b-countdown-yellow-flat-text .otw_b_countdown-amount, .otw-b-countdown-yellow-flat-text-period .otw_b_countdown-period {color: #f1c40f!important;}
.otw-b-green-flat-text, .otw-b-countdown-green-flat-text .otw_b_countdown-amount, .otw-b-countdown-green-flat-text-period .otw_b_countdown-period {color: #2ecc71!important;}
.otw-b-greenyellow-flat-text, .otw-b-countdown-greenyellow-flat-text .otw_b_countdown-amount, .otw-b-countdown-greenyellow-flat-text-period .otw_b_countdown-period {color: #97d731!important;}
.otw-b-orange-flat-text, .otw-b-countdown-orange-flat-text .otw_b_countdown-amount, .otw-b-countdown-orange-flat-text-period .otw_b_countdown-period {color: #f57c10!important;}
.otw-b-red-flat-text, .otw-b-countdown-red-flat-text .otw_b_countdown-amount, .otw-b-countdown-red-flat-text-period .otw_b_countdown-period {color: #e74c3c!important;}

/* Margins */
.otw-b-mb0 {margin-bottom: 0;} .otw-b-mb5 {margin-bottom: 5px;} .otw-b-mb10 {margin-bottom: 10px;} .otw-b-mb15 {margin-bottom: 15px;} .otw-b-mb20 {margin-bottom: 20px;} .otw-b-mb25 {margin-bottom: 25px;} .otw-b-mb30 {margin-bottom: 30px;}
.otw-b-mt0 {margin-top: 0;} .otw-b-mt5 {margin-top: 5px;} .otw-b-mt10 {margin-top: 10px;} .otw-b-mt15 {margin-top: 15px;} .otw-b-mt20 {margin-top: 20px;} .otw-b-mt25 {margin-top: 25px;} .otw-b-mt30 {margin-top: 30px;}

.otw-b-float-left {float: left;}
.otw-b-float-right {float: right;}
.otw-b-hide {display: none;}
.otw-b-text-large {font-size: 25px;}

.otw-b-clearfix:before,
.otw-b-clearfix:after {
    content: " ";
    display: table;
}

.otw-b-clearfix:after {
    clear: both;
}

.otw-b-clearfix {
    *zoom: 1;
}
.otw-text-left {
    text-align: left;
}
.otw-text-right {
    text-align: right;
}
.otw-text-center {
    text-align: center;
}
.otw-sc-blog-post {
  position: relative;
  margin-bottom: 30px;
}
.otw-sc-blog-post .post-title {
  padding-right: 0 36px 0 0;
  margin: 0 0 0 0;
}
.otw-sc-blog-post .text {
  margin-top: 10px;
}

.otw-sc-blog-post .otw-post {
  margin-bottom: 1em;
}
.otw-sc-blog-post .post-meta span{
	margin-right: 5px;
	color: #969696;
	font-size: 11px;
	line-height: 1.4em;
}

.otw-sc-blog-post .post-more {
  *zoom: 1;
}
.otw-sc-blog-post .post-more:before, .otw-sc-blog-post .post-more:after {
  content: " ";
  display: table;
}
.otw-sc-blog-post .post-more:after {
  clear: both;
}
ul.pagination {
  margin: 20px 0;
  padding: 0;
}
ul.pagination li {
  display: inline;
  padding: 0;
  text-align: center;
}
ul.pagination li a {
  display: block;
  float: left;
  min-width: 20px;
  background: #e3e3e3;
  padding: 3px 5px;
  margin: 0 3px 0 0;
}
ul.pagination li:hover a {
  background: #d6d6d6;
}
ul.pagination li.current a {
  background: #00aeef;
  color: white;
}
.otw-post-archive {
  position: relative;
  margin-bottom: 30px;
}
.otw-post-archive .image {
  display: block;
  width: 220px;
  height: 170px;
  float: left;
}
.otw-post-archive .post-body {
  padding-left: 240px;
}
.otw-post-archive.otw-no-image .post-body {
	padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .otw-post-archive .image {
    float: none;
  }
  .otw-post-archive .post-body {
    padding-left: 0;
  }
}
.otw-post-archive .post-title {
  padding-right: 36px;
  clear: none;
}
.otw-post-archive .text {
  margin-top: 10px;
}
.otw-post-archive .otw-post {
  margin-bottom: 1em;
}
.otw-post-archive .post-more {
  *zoom: 1;
}
.otw-post-archive .post-more:before, .otw-post-archive .post-more:after {
  content: " ";
  display: table;
}
.otw-post-archive .post-more:after {
  clear: both;
}
.otw-widget-blog-latest .widget-row {
  min-height: 60px;
  margin-bottom: 20px;
}
.otw-widget-blog-latest .widget-row .image {
  float: left;
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
}
.otw-widget-blog-latest .widget-row h1, .otw-widget-blog-latest .widget-row h2, .otw-widget-blog-latest .widget-row h3, .otw-widget-blog-latest .widget-row h4, .otw-widget-blog-latest .widget-row h5, .otw-widget-blog-latest .widget-row h6 {
  font-size: 18px;
  margin: 0 0 10px 70px;
  clear: none;
}
.otw-widget-blog-latest .widget-row p {
  margin: 0 0 10px 70px;
  line-height: 14.0px;
}

.otw-widget-blog-latest .widget-row .post-meta {
  margin: 0 0 10px 70px;
  line-height: 14.0px;
}
.otw-widget-blog-latest .widget-row .read-more {
  margin: 0 0 0 70px;
  line-height: 14.0px;
}
.otw-sc-portfolio .otw-portfolio-filter {
  margin: 0 0 5px 0;
  padding: 0;
}
.otw-sc-portfolio .otw-portfolio-filter li {
  font-family: "Open Sans", sans-serif;
  color: #969696;
  display: inline;
  padding: 0;
}
.otw-sc-portfolio .otw-portfolio-filter li .separator {
  padding: 0 6px 0 5px;
}
.otw-sc-portfolio .otw-portfolio-filter li a:link,
.otw-sc-portfolio .otw-portfolio-filter li a:visited {
  color: #969696;
}
.otw-sc-portfolio .otw-portfolio-filter li a:hover,
.otw-sc-portfolio .otw-portfolio-filter li a:active, .otw-sc-portfolio .otw-portfolio-filter li.current a {
  color: #00aeef;
}
.otw-sc-portfolio .otw-portfolio {
  overflow: visible;
  list-style-type: none;
}
.otw-sc-portfolio .otw-portfolio.block-grid.one-up li {
  padding-left: 0;
  padding-right: 0;
}
.otw-sc-portfolio .otw-portfolio-item-link {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
  position: relative;
}
.otw-sc-portfolio .otw-portfolio-item-link > div.title {
  -webkit-transition: bottom 500ms ease-in-out;
  -moz-transition: bottom 500ms ease-in-out;
  -o-transition: bottom 500ms ease-in-out;
  transition: bottom 500ms ease-in-out;
  background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/gray-background-trasnp.png);
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.otw-sc-portfolio .otw-portfolio-item-link > div.title h1, .otw-sc-portfolio .otw-portfolio-item-link > div.title h2, .otw-sc-portfolio .otw-portfolio-item-link > div.title h3, .otw-sc-portfolio .otw-portfolio-item-link > div.title h4, .otw-sc-portfolio .otw-portfolio-item-link > div.title h5, .otw-sc-portfolio .otw-portfolio-item-link > div.title h6 {
  display: inline-block;
  color: white;
  margin: 0;
  padding: 11px;
  font-size: 18px;
}
.otw-sc-portfolio .otw-portfolio-item-link > div.text {
  -webkit-transition: bottom 500ms ease-in-out;
  -moz-transition: bottom 500ms ease-in-out;
  -o-transition: bottom 500ms ease-in-out;
  transition: bottom 500ms ease-in-out;
  background: url(/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/../images/blue-background-trans.png);
  color: white;
  padding: 10px;
  height: 80px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -80px;
}
.otw-sc-portfolio .otw-portfolio-item-link > div.text p{
  color: white;
  font-size: 12px;
}
.otw-sc-portfolio .otw-portfolio-item-link::before {
  z-index: 30;
}
@media only screen and (min-width: 768px) {
  .otw-sc-portfolio .otw-portfolio-item-link > div.title {
    width: 100%;
  }
  .otw-sc-portfolio .otw-portfolio-item-link > div.title h1, .otw-sc-portfolio .otw-portfolio-item-link > div.title h2, .otw-sc-portfolio .otw-portfolio-item-link > div.title h3, .otw-sc-portfolio .otw-portfolio-item-link > div.title h4, .otw-sc-portfolio .otw-portfolio-item-link > div.title h5, .otw-sc-portfolio .otw-portfolio-item-link > div.title h6 {
    display: block;
  }
  .otw-sc-portfolio .otw-portfolio-item-link:hover > div.title {
    -webkit-transition: bottom 500ms ease-in-out;
    -moz-transition: bottom 500ms ease-in-out;
    -o-transition: bottom 500ms ease-in-out;
    transition: bottom 500ms ease-in-out;
    bottom: 80px;
  }
  .otw-sc-portfolio .otw-portfolio-item-link:hover > div.text {
    -webkit-transition: bottom 500ms ease-in-out;
    -moz-transition: bottom 500ms ease-in-out;
    -o-transition: bottom 500ms ease-in-out;
    transition: bottom 500ms ease-in-out;
    bottom: 0px;
  }
}
.otw-sc-portfolio .otw-portfolio-item-text-column h3 {
  margin-top: 0;
  color: #636363;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .otw-sc-portfolio .otw-portfolio-item > div.title {
    width: auto !important;
  }
  .otw-sc-portfolio .otw-portfolio-item > div.title h1, .otw-sc-portfolio .otw-portfolio-item > div.title h2, .otw-sc-portfolio .otw-portfolio-item > div.title h3, .otw-sc-portfolio .otw-portfolio-item > div.title h4, .otw-sc-portfolio .otw-portfolio-item > div.title h5, .otw-sc-portfolio .otw-portfolio-item > div.title h6 {
    max-width: auto;
    display: inline-block;
  }
  .otw-sc-portfolio .otw-portfolio-item > div.text {
    display: none !important;
  }
  .otw-sc-portfolio .otw-portfolio-item::before {
    z-index: 30;
  }
  .otw-sc-portfolio .otw-portfolio-item:hover > div.title {
    bottom: 0 !important;
  }
}
.ie8 .otw-sc-portfolio .otw-portfolio-item-link > div.title {
  width: 100%;
}
.ie8 .otw-sc-portfolio .otw-portfolio-item-link > div.title h1, .ie8 .otw-sc-portfolio .otw-portfolio-item-link > div.title h2, .ie8 .otw-sc-portfolio .otw-portfolio-item-link > div.title h3, .ie8 .otw-sc-portfolio .otw-portfolio-item-link > div.title h4, .ie8 .otw-sc-portfolio .otw-portfolio-item-link > div.title h5, .ie8 .otw-sc-portfolio .otw-portfolio-item-link > div.title h6 {
  display: block;
}
.ie8 .otw-sc-portfolio .otw-portfolio-item-link:hover > div.title {
  bottom: 80px;
}
.ie8 .otw-sc-portfolio .otw-portfolio-item-link:hover > div.text {
  bottom: 0px;
}

.otw-portfolio-item-link {
  position: relative;
}
.otw-portfolio-item-link img {
  display: block;
}
.otw-portfolio-item-link .shadow-overlay {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.01) inset;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.01) inset;
}

.ie8 .otw-portfolio-item-link .shadow-overlay {
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ie8 .otw-portfolio-item-link .shadow-overlay:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.otw-widget-portfolio-latest .widget-row {
  min-height: 60px;
  margin-bottom: 20px;
}
.otw-widget-portfolio-latest .widget-row .image {
  float: left;
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
}
.otw-widget-portfolio-latest .widget-row h1, .otw-widget-portfolio-latest .widget-row h2, .otw-widget-portfolio-latest .widget-row h3, .otw-widget-portfolio-latest .widget-row h4, .otw-widget-portfolio-latest .widget-row h5, .otw-widget-portfolio-latest .widget-row h6 {
  font-size: 18px;
  margin: 0 0 10px 70px;
  clear: none;
}
.otw-widget-portfolio-latest .widget-row p {
  margin: 0 0 0 70px;
  line-height: 14.0px;
}
.otw-widget-portfolio-latest .widget-row .post-more {
  margin: 10px 0 0 70px;
  line-height: 14.0px;
}
.otw-widget-portfolio-latest .widget-row .post-meta {
  margin: 0 0 10px 70px;
  line-height: 14.0px;
}
.otw-custom_fields{
}
.otw-custom_fields h3{
	margin: 0 0 25px 0 !important;
	font-size: 16px !important;
}
.otw-custom_fields .otw_custom_fields_box{
	clear: both;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 15px;
	
}
.otw-custom_fields .otw_custom_fields_box.otw_custom_fields_with_delimiter{
	border-bottom: 1px solid #ebeaea;
}
.otw-custom_fields .otw_custom_fields_box h4{
	float: left;
	width: 50%;
	margin: 0 !important;
	font-size: 13px !important;
}

.otw-custom_fields .otw_custom_fields_box .otw_custom_fields-content{
	float: left;
	width: 50%;
	font-size: 13px !important;
	border: 0 !important;
	color: #474747;
}
.otw-custom_fields .otw_custom_fields_box .otw_custom_fields-content a{
	display: inline-block;
	margin-bottom: 5px;
	color: #474747;
	font-size: 13px !important;
	border: 0 !important;
}/**
 * Sharedaddy Base Styles
 *
 * Contains styles for modules, containers, buttons
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}


/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}

body.highlander-light h3.sd-title:before {
	border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark h3.sd-title:before {
	border-top: 1px solid rgba(255,255,255,.4);
}


/* Sharing services list */
.sd-sharing {
	margin-bottom: 1em;
}
.sd-content ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
}

.sd-content ul li.share-deprecated {
	opacity: 0.5;
}

.sd-content ul li.share-deprecated a span {
	text-decoration: line-through;
}

.sd-block.sd-gplus {
	margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	border-radius: 3px;
	color: #656565 !important;
	background: #f8f8f8;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	line-height: 23px;
	padding: 1px 8px 0px 5px;
}

.sd-social-text .sd-content ul li a.sd-button span,
.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
}



/* Our gray buttons should be smaller when seen with the official ones */
.sd-social-official .sd-content>ul>li>a.sd-button,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
	line-height: 17px;
	box-shadow: none; /* No shadow on gray buttons between the official ones */
	vertical-align: top;
}

.sd-social-official .sd-content ul li a.sd-button>span {
	line-height: 17px;
}
.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	color: #555;
	background: #fafafa;
	border: 1px solid #999999;
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}

/* All icons */
.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 18px/1 'social-logos';
	vertical-align: top;
	text-align: center;
}
/* text + icon styles should have relative and top position */
.sd-social-icon-text ul li a.sd-button:before {
	position: relative;
	top: 2px;
}

/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-content ul li a.sd-button:before {
		position: relative;
		top: 2px;
	}
}

.sd-social-official ul li a.sd-button:before {
	position: relative;
	top: -2px;
}
/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-official ul li a.sd-button:before {
		top: 0px;
	}
}

.sd-content ul li {
	margin: 0 5px 5px 0;
	padding: 0;
}
/* Add more pading on touch devices */
.jp-sharing-input-touch .sd-content ul li { padding-left: 10px; }

/* Text + icon & Official */
.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span,
.sd-content ul li.preview-item a.sd-button span {
	margin-left: 3px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}
/* Firefox specific hack to make the share more button look better on Firefox. */
@-moz-document url-prefix() {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}

.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f607';
}

.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f210';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f203';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
	content: '\f606';
}
.sd-social-official .sd-content li.share-telegram a:before {
	color: #0088cc;
}
.sd-social-icon .sd-content ul li.share-skype a:before,
.sd-social-text .sd-content ul li.share-skype a:before,
.sd-content ul li.share-skype div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-skype a:before {
	content: '\f220';
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	content: '\f608';
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	color: #43d854;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button {
	background: #43d854;
	color: #fff !important;
}


.sd-social-icon .sd-content ul li.share-deprecated a:before,
.sd-social-icon-text .sd-content li.share-deprecated a:before,
.sd-social-official .sd-content li.share-deprecated a:before,
.sd-content ul li.share-deprecated div.option.option-smart-off a:before {
	width: 1em;
	height: 1em;
	content: "\1F6AB";
}

/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}


/* Official buttons */
.sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
	line-height: 25px !important;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
	display: block;
	float: left;
	margin: 0 10px 5px 0 !important;
	height: 25px;
}

.sd-social-official .fb-share-button > span {
	vertical-align: top !important;
}

.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}


/* Individual official buttons */
.reddit_button iframe {
	margin-top: 1px;
}

.pocket_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
	margin: 0 !important;
}

.linkedin_button>span, .pinterest_button a {
	display: block !important;
}

.sd-social-official .sd-content .share-skype {
	width: 55px;
}

body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 21px;
	line-height: 16px;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;
}

body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul{
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0 !important;
	height: 0 !important;
}

.sharing-hidden .inner:before, .sharing-hidden .inner:after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner:after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 7px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	opacity: .6;
}



.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	top: 1px;
	top: 0px\9; /* IE8 and below */
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
	top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #1877F2;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #00acee;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #1e8cbe;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
	background: #0088cc;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-skype a.sd-button {
	background: #00AFF0;
	color: #fff !important;
}

/**
 * Screen Reader Text for "Icon Only" option
 */

.sharing-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/**
 * Sharing Email Dialog
 */

#sharing_email {
	width: 342px;
	position: absolute;
	z-index: 1001;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	text-align: left;
}

div.sharedaddy.sharedaddy-dark #sharing_email {
	border-color: #fff;
}

#sharing_email .errors {
	color: #fff;
	background-color: #771a09;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 1;
	margin: 10px 0 0 0;
}

#sharing_email label {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
	text-align: left;
	text-shadow: none;
}

#sharing_email form {
	margin: 0;
}

#sharing_email input[type="text"], #sharing_email input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	background: #fff;
	font-size: 12px;
	color: #333;
	max-width: none;
	padding: 1px 3px;
}
#jetpack-source_f_name {
	display: none!important;
	position: absolute !important;
	left: -9000px;
}

#sharing_email .sharing_cancel {
	padding: 0 0 0 1em;
	font-size: 12px;
	text-shadow: none;
}

#sharing_email .recaptcha {
	width: 312px;
	height: 123px;
	margin: 0 0 1em 0;
}

.sd-content .share-customize-link {
	margin-top: 0em;
	line-height: 11px;
}

.sd-content .share-customize-link a {
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
}
@font-face{font-family:social-logos;src:url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6);font-weight:400;font-style:normal}@font-face{font-family:social-logos;src:url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6);src:url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6#iefix) format("embedded-opentype"),url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABtUAAsAAAAAKlgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAPQAAAFZAuk/9Y21hcAAAAXwAAAGWAAAEWDeg0QRnbHlmAAADFAAAFNMAAB686Rw5FWhlYWQAABfoAAAAKwAAADYWJB25aGhlYQAAGBQAAAAbAAAAJAQaAi9obXR4AAAYMAAAAA8AAAC4WgAAAGxvY2EAABhAAAAAXgAAAF607K3cbWF4cAAAGKAAAAAfAAAAIAFAAKBuYW1lAAAYwAAAATQAAAJGA4c4LHBvc3QAABn0AAABXgAAAg1QKrNaeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mo4gYGVgYOBnzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yflNmAnH1mCDCjCACAIwbCEIAAAB4nN3UzW7TQBTF8b9jJ6lLAbep3QABQtKGj6ZSF30ElogVS16gj+8rZxZsypmcqCzpuh79ItsZxTO+5wYYA6VspYLRlkJnFBvdLfb3S4739yv+6PqSpc6qvooyplHHPJaxGZphNrTD/a5LZapTkxZp/fAAfRHEWLMazVo9zmoTafxv1n+PQk/9xi13Gt81fjyOn/zi935oibzmTPNeMWFDzTWnnDPnghd84Ua/MdNu39LwgQWfeMOUE1rt7j3v+MiVnlNqb0fa4Yo1X7X3z7yk0wImT1jlcz9O8sdoe7i6ydU1vXn6A9WAvjRVg74y1YXAVCGiMNWKGJmqRpSm+ik5pkoSE1NNiampukRtqjPRmCpOnJpqT5yZUkDMLK8/zk3JIFojf99Z7o24MOWGmBv5OUtTloiVKVXE2pQv4tKUNOLKyGvfWH6jQ2PKIcPMcr8NrSmbDPemlLJrTXll15mSS8Jyz6aD3NdpZLm3U2lKuPrPlHXSxJR60tSUf9KRqRNIteX/idSYuoO0MPUJaW10fwHJHpItAAB4nHVZeYwlR3nvququ6rtf393vnPf6vdcz82bezDt77mOP2bXXe3p3vbZjWK+x8AGYgDly2F4wshyQcxBhK84dEyOxKJESFMgfwFog+CMCgZRdJRAlSoKMkkiJIiX5IyTjfNVvZ2fWkHk91VXV1XV89X2/7/dVC6IAf+hH6KawJZwWHhY+BKUGo5Of74XBoD/OwoD/st44Gw8XUDttr6Nh2ua/JG8b1NAGyjbQoF9FYeAzEyWN9miYjQe+x2gILaCctsdhFZpk4yCkbeiszaA2gz6rCFqgBtUahYpTtZ1iPD3ViUVZZLpMw4gQUSWUUKdQCuN+Y1ZFVFwVKSIlR3NUjHQWGLZbDqYx/s3msLe4/aF5URJ7H1q//zxlMhGRZwwRQcTwChUmUQWdRSIRFT0uNufjyI2ZJsmKRH2XKKJkyIb9eFIo2gWZulGPUsQQlWxXtnRqfkq3Ii+xtEKgFp4tWeb8DKG4UkuIOkMI6dlMwoqIRVa1HC5Wmsv279AfCbZQFqaFI8Ip4V5BcPtV7FFWRb5n4g6yw/54NOxCzg/7G3g0bENukOWCH3BJdvFwA4NoMUu8IMxA5ib2B202GCX+624t0B07Cq1i3XnuacujuiFnO3JBY4F7bOOrelAISFebrwfN2DSLTT9OIhX9GqNrqqfbqngBf/qJJ9AL1IrbJZklsVdxFESfsGxFp2RDIrKh+vZxpBeURtUqtjqtkuVMTQe6Jz2iyYZJXcsrCiRf59fQG0JJSIUB5Pl294Zd1EENE1WQV0WrqL+BQG3a6aAfeBQetIfjMOEpPIIa9LqvmqixXN+sLzfg9gLcrP/aUU1T5ckrLymmqfAEzRsqPIfHL05ul1Sra7omXF82XAMuPp2JXr8Bc9KFCGS/JQitvWH5gDCNMZd0g3pBZns0qYPG2sPxoN4PWP6AryBvAPMP4JXxCK3I9D4q58mjHaoolCf/Hju7N504dtCsE9+tUAM0bL6WTs3PT52bmr8B7XVZ3pYNGa6f228Zv8o74K3O84RPV87nfBNs0RVCkGVVaAhtYVaYh9rRAm43LLGGgv4mSUO2gHyWspCFaRZm8M9G+R3dJOSboi5+A9Re+hbPUPT1X9060zyzZXW7vws5Z3t7eyEvocNgSJ8g5OOYfVLjd0Z+dLkzunhx1GnUah+H7FSn0/n9SZFPjd2eny74wpSwICwJh4UzINlGFw03EFi/Z6IMLJ0F4QZi7TThMAKanIKVbwJwcCTwvSAFEIBm0DYI4UnWBYUJ86Y1NAaoGSJh5cry8pWnefLzhSBtFdXazLu1MtqeC7XeZusLZrG3yqiyfCQpRV44tTquNdPxc63aTLWgxBuN4DXFmeowSUznY6dzqyNIviwRSTq67m8+euh4OB8F7bW42HexVbApkZKNF4hkLvXdw1d6K4XI1IPosGEVHcNQJQCMLUG6tf5vgcYzQRMKoFkCYmnGQPQ1BOKHHckslPphNmJIeO7iM888c+m55y49c/Ei3C/euNR+9tk2eubU0XN/c+6uU6fuOnd05+xdp46+dldcPnGiHPPucT7GdXRdsIQ1yLUa1Le9YNCaWA+H1pQN+hyPOfJ2EMvGUAly5SCbtjcRF+i4xjcDfWx3t9hqFREuNZsDohhX1G2DyhhhUZGUE+ojIUaMierZkumJCCcYU41aj+smRl/wWkX+soeaxe8Xm/crFM1jLEuyiXEfIYBD6AUVmPa6KqkEI0RNmOxt/WhxL2ICwIE/GCWjwQgMq19DPncXFTRgic+BrovyfV441x+N5lqWbZUdha0pvf65heUr6MbylZXhg2vyZzYW0jmMR5pitTc+I689OIR3bmEOH0sTYrATwfVhxf5g4pf8XEC3SoTbeG7t8OKxtLV96OTle88sLh5bWXr4kc2gVpur1dCxYzDcyUPbrfSXjy0unrn38tOPPLy0snudP5yr7e3L36MnQfdho1xYHSwOMA1WMThY+FSlV6n0Vnrlcu/bFZ6u8DJ6sjLJ3JHc3u/fg3WUhA2OnLnftcHxgsVggB3YzRHYzphv/T4ahYGFJmULUY5bHNMY+sgPVV1WTYmp0nsJ2XFUiWDfofYCUsT7maqyE4whFbRlXZGlE0imfyaBOnCMUunuyy7lG/kc1mEo+sQDpdJTIlNkDTqTpJ7IRPYAQqjIAVC4ZQtcTye2YAFmCVkyWkWJPxjV/XoK9wz+v//qq2+++uruVXT11TfffPXkya2TJ9+8582TJ08e1Jfze/oCuzZeR5RvW0400h4whEEPqgH5uEw4ugCzaI/aWW4F4z5HkLAXMI8FnG2wgEsIyMht/Tq7zZhvGQoTCVVFERybBMgrEcM3TaLNBbVAxDKVNcuNl+Kiq4oMiUEt7JhM3jp7SxF3nvIxk5oiIbLEmKXCG6D1kkQlHyPqqpJbzOqRojmuSHXGbBEj19GUqJ4VXUkvr0gM+0/tcMW9vecTHJ2erPy2+pAJlMLaGDh6rriwZrAgWBs9iIqryWqjsZr0my2vAv5j27XIzkfJET7ZPbDbvdZY3Vlt1Jtud6sLjnrB1LOd/fH/Bb2c+2vBzTtPfurArQRIBuwi7Ong2kv49NbM0enpozMrszNRko7HpyKHnEdbnc7sbAdYi6Ftn50+cu7IdJqG2akscoIBPOp0YDhyYM1NYfEnVg1umY/8thWDAiU5fsAEDq7+kWa/vxPFxkyt1jFUsngWd3+jOFUqTRXvEMCN/vF+EBlgwIZq1FW5tbADbUolYU/3vgPzAeMG3Mg56p4Eco7FZzfocz1KkfBhGtXHyWoC12JjbfXelSsrcK09NJBQeqYe1ZO1Y2tJbTXLxx29c80Dz3DARqaEZWEH+PUlKPfDKgkDj5mE0UbaJWl7mG0QWHPDFL2q2N8Qh12RTTALyCBwbD+XDnCkbA/JkDCK/ZKrgj0i1S358RN3FkfjYVopYFyopMP37GfHMysr51bKflQstVrjVuuEwlmTiX77p/eyV0ze3s8ke3Xl7MrKdHnTC1/jnY1bX52wsAPci6NCWRhCqX7Lj9VhUfawTWBT071lhQnIuJ27hoTvNBg0t20ffXb3y3qhoKPjkO4uL1cMzyu57g+XRTotS8tjRI2COw3Prxf0/Za7f/6l2C27cH33fuDpphY88KUYULHodg7Y3jWYm/eT8wLnPaqja7uft+PYRhd5eu0auoiuxc5bQk7dIH3wsccW9znmdfQaMDcNOH5jwgbGA8Aq5tcwh7IWj5E4InHmBuUh+trT5w+LjD6N/vV9hQcVffetnwVQodIjokzRo1958T0Mr6DKL44VCGLkv24uYfU/RQ18LqX/g27r7RdBbw/lkRoHTe7rwEOkXdDVXHYTe85jqyE3Zt+rAeZDM48jKHiTPc0GhKQrc9Mdy44ZlhFR9Fqpmg4O9dt+Ecg/RBZ+VZTqlGDgk8zwqM1a/syhdvc0uhEGd3dq1SlNZDWRaA27OirY64vjoxVPC6drQRviI+2FoO3bwBSUoB5sGc78Pd25Y9MHcP/4Pu4Dc+HIzmfv5THlIFd/zhhytwB+bn+BOdHkQcaEXuYYkuPDiTVRigkJCoapSlh0C5V2P+2UY4UBTANQR/Vqfb65lpQHtUJZMiW/Ws9RJQf5w++JpoMnZE0PqnZcc5VCmHXavUqxbZRkQmII7npxsmo7U0vH1puWOggaSm7vBzH9OrD2BcgBpQXV4ioNQW/uu/qwRZsQJ2/CImAxDfBvoP5AG8EGKPpL0TN2X9M9kWCx0yTteX/WpXNN0uyI+KF3yZH8qGJHypkzSmQj9DnNNDXGrhY7J0q4rIgiUou4dKJTvCp/7LIsX1YiRz55UnaiPR3d8zUfFH79bcjLeMQedidEws8hL6NdsoHDLjZBTzZgJZR5VbyBu8TEYQ9awEbgPGw34eEGqkLDLt6ANUJfvXxjUu6AWYPv1wbKAOr4+7B9KWdlAH3oIJi32juRIodH7jkUikmynjh29chKqkTDY+9FnY0luzgeucXeHJILgV9QkFpwCyomxNF0RVaxxIyZSE47kTI9BHY0GjXFyngz9mJcHVZ9r1yqz75zdP9w4d6e3Dk2SxqHT58e24YyW15qpWb80EF/0URJVdMrjVpJbA9ASUSDJOs7O8Pyl6aGan0l86JBX69Fmm9R0XD8gopk0wa6hSTRsh1qkcZsqM3MV8Rm1vGshZV+RXKs+WJtUFOYrGa/Nbx/1L84FjHr33XfiZFRWj7TqnQ1NZ1eqk0trgq344s3wFvWgUPPCH3gVAMfvLA/iV3XASA51xtNCB9QabD11mCUhJxtDSfuc3z96lXkb8X2TTuGNMgzgR3vXr/J/7bckuOU3Gsdf4vD29Y1J+bhqDMLkdLs9at/Ybhu0XUPxqN/mkd628Ip4T7hsvC48CzUwlgQ32XhxB8BxrC0TTknZRPACcJcmyb+cwOlHOc53kvcwiHWa4dvixknsCXddnWT5kBqORwkPQhtOEMIBj2gB310o5ya/Z34SFiPooLhSicIRZXmdtF0vLKu4eF9j903RJpxZOLgdr/oGqpc1rRvLJxZWDjzDp58Ui3LmuHu/lh3nMi2P23HNlwxxsHCoo8lSgozMwXoVfQqZp2cLhRCGMvQbETIg8gt6GXPCKhMJzQMDD28Znh8sN8xXBqUlVeq/fV+NU9eKofUNQpdPkxsVyfjnScMBwFwSmzb+DauvwF22uDxNEvBg2e5bLk0bzMjLtUJA7gaO69g/LI75J53ch+6L2Puia85lxRdueS0R61WiSr32VBpX2IMnP6offtc6ia6AajFABds8CUfBR6YhWwR8Eoa9kYp6/urKPNMDMY8SENOjiBiy8LUB5Dmx1EhG6Q9DsUYDDoNR0E6ORrMd4n/DuJ3Tt9BhxuTU8OJggT8LPCvMP4DhD6FPosQ+WOnPhfVygRk4szctVQjCFm8qlrEInbdmbuzKRGq3re94MhGkJqyQkXKNGs9mSnVNCvZjKKOKatMpK4ZBnGjVyqibyIIrhA+Dt2/ht4dzjWcAmRr2d0ztgO9lmq8CvBInIIqx4WxS/aSqYkiiwpM0hgWdTVs2F47tDy5QD3DVSRDIZKhmmVFDbx9HjDB2JIwl8dxBzHWNcG1MdrloTlgZAZFAN5JmYMmF8neY16+Ex6niSbe835JxVT6hfMSCUWDdj4yoDosfeUTPSri3j07I9mUZHnt1IVlJiqFOzjwtyVCujGSNAWXh0QbU0JKZgEzQ8dOoSoa4wqlBSIXLOxQVpcKpnh7PZ8XAsCgVeEclNoN8A9e7sTAPC2U54Ysr27wHfUmHo4Tuf2WIdfVW43aw82DvQzRV6Ij0fNUt+nzeiPSr+oN/ZHoMHV4Uae2TqMj8fO0n6f67do+vaP9Iu8CrUSQwhvP61FD/5iuvys64lL6vGHwF/kz55fyVL9V16YHmy7ylw/68D8UKkKX7yEPtmmOurnVAXsbc9ANM1BsdquKQzNvwpAwnZmOeXzpNL9VZzM7O710HLKz6LPZ9IuKYSjrm9NZNv1JfpJZNozydPaFdV6xtsZr1o23x4att+sRBc+5gFhCwdIWCMTAIEegyQeURQblVug4wfmfOxYlpP5Aku/QiG9i8J5kZgpoPqFbDlA7Kl7ARLqFQT8PuFAFDKIJ5Qf94FxGScPnp3MQBuZccwA+HT1quoHKzp1bI6Lpz87qZlydDTr0JYZM1b668Ripxy1r9EIclS0HWfL+2iZxwexPiQny8ZJRfoC1CjEZBJ5BBpgH9vCZAwenLza9QhwZMobIZHERBbqskSK6fvAYdve7KHCjUzU5sFy83jwRIbEhKQc5+1fycwubn+XwEwt+WpEyG4KPbJCNLJQwWHYdXU4SuF4vXh6OTj2erF8enkZT6N7HHnvsezu7/zQcPv4f/7g+HP6vcBu/fwBxBY9tKRtnlPFjTQ5+wHtA6cNGmrtFAFTgSfyWA2AGOjRG34+KZbVY0etuc0jG76jrvuM708BGZEWZLy+uq+r6XfesjWqVGH1cI3bNooY1bKoQ+s743bauoalFSlCxgVooTZPVpTXNvVPeaz8pb+aB6vIYlM8DuDS4ly5aR8EAHHMGU+RsnJ+u5Iu5YweOA4s+n1DaKBViSdKoHai6qjNnVEWVGcs2AUVM9c4d+RWR1Lc9P0C+ayFMyjYENEFRC0rgav2yRRT+3cHak+M/oK9DzMzlCHICZU+4Q8wm+Jh/GBlDDRTQ35JLD2ympaYbSlW/UZsLBrohWY65hMVGwa7/zFH07u33f/j488f9UrXcwtKJc96RS2GbPUnw3pnEDbA1B7jxBUEAgMoPALhPAxoLpCPLGUceKuEkj1Qgkmq1F4D45l++eCY/dIWLzzPNAa6Wc2GI6tO5amX5yvLsqdWp5YeXxwsSnV1cPLNY6m8li2cXSqKDDERJVZWIqEuMBA2DUBlDwEQKItMgILR9NN0za64cUYw77+194OHlqbWTsysPLxfbYrRwdjHZ6pegx0GHbn8AE2yBMZsSwUo1kKhCRCxKqQLY5PYraDmgCsaWbeE7cMYRNie6cetkkX8ZyY+aOanxWO6zOfAw/gkv5Xy+7wdh/rUvzI/v4eZx9Sg3m+ULV/0n4L5hURUCGVepebGiOExiku0iCZynOYRgt0BUTYUwQKHoRrP8z+Xm1lZ+u1wbLlc1UVFqhweW42Mm956llEnO9tJlRr1e5cI0hJuWIOxz5ZvAZnTwuMf5/rV4MJgtwDrClEoTPsJDyjC3RDYAvwOxVsKP6xtpr9GGJ8F+3TgDimIhvtnkIDlFZLlYrtfw7trigzbatohMJMckpUOt3oWibniOJIlSsDNbVVX+ecHx4r0q10yxtTo3vL4P0P/2OUCrP1l6KPpxqxaXick01fBRVFqYRliW8XefPcdvKC98Z6v1pKJNNT9fvDTs7f73PoQL/8/5qwuQmQJgS/Bv37pDMAB/SODpW5CirbxilycH9OAVYPir3M9PGBqIroN4SDj5EAwZ0I4a5sEiV25+hpDb4ybmupKyUYi+h7EkKwbTyOoDw7UW0ZihyBJB3BGJkq3LOm08tf9AhOq3PoguyIojqyKsGCpg2aIqO4rsF4OpoOjbtsNrgQeiyTPFtiePPvLRdeH/AKeeOU4AeJxjYGRgYABiW9k+nXh+m68M3EwMIHCrN68YmWZ8zXgNSHEwgKUB+Z8JIAB4nGNgZGBgYgACPTDJwPiagZEBFegBABdZAU8AeJxjYGBgYBqCGAAhEABbAAAAAAAArgEiAWwBxgIWApYCyAMmA1wDlAPABBwEPgS6BPoFNAV8Ba4GKgZ4Bp4G2Ac6B6QH8AjGCQ4JxAn6CqILCguGC8gMBgw2DHgMpAzuDUgNfg38DlwO3A8AD14AAHicY2BkYGDQY5jCwMEAAkxAzAWEDAz/wXwGABxQAeEAeJx1kT9OwzAYxV/atIgWISQkxIYnFtT0z8DQkaHdO3RgS1MnTeXGUexW6sYxOAHHYOQInIJD8BK+oUKqIzs///LetwTADb4QoF4BrpqzXi1c8PbHbdKtcEh+EO6gjyfhLv2zcI/2RbjP5o4TgvCS5h5vwi1c4124Tf8hHJI/hTu4w7dwl/5HuIdlEAr38Ri8OpvksRkYm1m30NnexNWpOuWlrlxuCzWORqd6rgtdxV6v1eqo3CGbeJ+qtLI7NbOF18ZYVVZ2qxMfbbwvp8NhKj5K7A4OFglyxDAYcFtk3A4LaNKeJkZ1NnXOL9muWzlvBRTGiDA6m54zXTSNGJ7vNRsrHHk6HJiZ0HqkvKfMWP4VhVkzuU6bZpJC2Xzb0iT0ETZNq8QUQz7pv3zEFCf9AkQtapF4nG2Q13LcMAxFdZ0VpZXiOL333ux8EylCEkcUQbN4vfn6SN6dTB6CF5wLDOYCKE6KQ5TF/+MCJ7iFDUoIVKixRYMWt3GKOzjDXdzDfTzAQzzCYzzBUzzDc7zAS7zCa7zBW7zDe3zAR3zCZ3zBV3zDd/zAT5zjAr8KIWf5m12laJSuo1ZZHgYK59Km6shVx5o8uVoHo5SyVOnAXvF1Q1fkkgomUd3LjhTztOmJtOit6abQ9JxDvMwyUDmMHJMYTBqzagbmwdLqcXZEb3NcdfuPFgfeGheTHIKca2vcRNq4zSyNFfOCeT71xiUKFNM6v/2rhOduoqXA1mqp9b70YemJQFqbVMZx3SpOe09V9JxMv28Pq0a/nNLGlOfl1OzZ1Yksrf7NTe3mN+KAIu1M6sZ2Ten4tSOXV2YmrnejTFF63+6YO55nCh1tdxy0X5xieS3dIKs955QVFcUfQjyYFwAA") format("woff"),url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.ttf?5d3b4da4f6c2460dd842dbf9e0992ea6) format("truetype");font-weight:400;font-style:normal}.social-logo{font-family:social-logos;display:inline-block;vertical-align:middle;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.social-logo__amazon:before{content:"\f600"}.social-logo__behance:before{content:"\f101"}.social-logo__blogger-alt:before{content:"\f601"}.social-logo__blogger:before{content:"\f602"}.social-logo__codepen:before{content:"\f216"}.social-logo__dribbble:before{content:"\f201"}.social-logo__dropbox:before{content:"\f225"}.social-logo__eventbrite:before{content:"\f603"}.social-logo__facebook:before{content:"\f203"}.social-logo__feed:before{content:"\f413"}.social-logo__flickr:before{content:"\f211"}.social-logo__foursquare:before{content:"\f226"}.social-logo__ghost:before{content:"\f61c"}.social-logo__github:before{content:"\f200"}.social-logo__google-plus-alt:before{content:"\f218"}.social-logo__google-plus:before{content:"\f206"}.social-logo__instagram:before{content:"\f215"}.social-logo__linkedin:before{content:"\f207"}.social-logo__mail:before{content:"\f410"}.social-logo__medium:before{content:"\f623"}.social-logo__path-alt:before{content:"\f604"}.social-logo__path:before{content:"\f219"}.social-logo__pinterest-alt:before{content:"\f210"}.social-logo__pinterest:before{content:"\f209"}.social-logo__pocket:before{content:"\f224"}.social-logo__polldaddy:before{content:"\f217"}.social-logo__print:before{content:"\f469"}.social-logo__reddit:before{content:"\f222"}.social-logo__share:before{content:"\f415"}.social-logo__skype:before{content:"\f220"}.social-logo__spotify:before{content:"\f515"}.social-logo__squarespace:before{content:"\f605"}.social-logo__stumbleupon:before{content:"\f223"}.social-logo__telegram:before{content:"\f606"}.social-logo__tumblr-alt:before{content:"\f607"}.social-logo__tumblr:before{content:"\f214"}.social-logo__twitch:before{content:"\f516"}.social-logo__twitter-alt:before{content:"\f202"}.social-logo__twitter:before{content:"\f610"}.social-logo__vimeo:before{content:"\f212"}.social-logo__whatsapp:before{content:"\f608"}.social-logo__wordpress:before{content:"\f205"}.social-logo__xanga:before{content:"\f609"}.social-logo__youtube:before{content:"\f213"}
/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/
[data-carousel-extra]{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:normal 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;opacity:1}.jp-carousel-slide{opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite.png?5) no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0 9px;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner,#jp-carousel-comment-form-spinner:after{border-radius:50%;width:20px;height:20px}#jp-carousel-comment-form-spinner{display:none;float:left;margin:22px 0 0 10px;font-size:10px;position:relative;text-indent:-9999em;border-top:4px solid rgba(255,255,255,.2);border-right:4px solid rgba(255,255,255,.2);border-bottom:4px solid rgba(255,255,255,.2);border-left:4px solid #fff;transform:translateZ(0);animation:load8 1.1s infinite linear}@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0}#jp-carousel-comment-form-commenting-as fieldset{clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px #000}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}
.contact-form .clear-form{clear:both}.contact-form input:-ms-input-placeholder{-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.contact-form input::-ms-input-placeholder{-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover:-ms-input-placeholder{opacity:.5}.contact-form input:hover::-ms-input-placeholder{opacity:.5}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus:-ms-input-placeholder{opacity:.3}.contact-form input:focus::-ms-input-placeholder{opacity:.3}.contact-form input:focus::placeholder{opacity:.3}.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{box-sizing:border-box;margin-bottom:1.5em;width:100%}.contact-form select{margin-bottom:1.5em}.contact-form textarea{box-sizing:border-box;float:none;height:200px;margin-bottom:1.5em;width:100%}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin:0 .75rem 0 5px}.contact-form input[type=checkbox]{top:0;margin-left:0}.contact-form label{margin-bottom:.25em;float:none;font-weight:700;display:block}.contact-form label.consent-implicit input{display:none}.contact-form label.checkbox,.contact-form label.checkbox-multiple,.contact-form label.radio{margin-bottom:.25em;float:none;font-weight:400;display:inline-flex;align-items:center}.contact-form .grunion-field-checkbox-multiple-wrap,.contact-form .grunion-field-checkbox-wrap,.contact-form .grunion-field-consent-wrap,.contact-form .grunion-field-radio-wrap{margin-bottom:1em}.contact-form label span{font-size:85%;margin-left:.25em;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto;word-wrap:break-word}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=tel],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea,.wp-block-column .contact-form input[type=email],.wp-block-column .contact-form input[type=tel],.wp-block-column .contact-form input[type=text],.wp-block-column .contact-form input[type=url],.wp-block-column .contact-form textarea{width:100%}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form{display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:row}.wp-block-jetpack-button,.wp-block-jetpack-contact-form .grunion-field-wrap{flex:0 0 100%}.wp-block-jetpack-button.alignright button{float:right}.wp-block-jetpack-contact-form .grunion-field-wrap{border-right:15px solid transparent}.wp-block-jetpack-contact-form .grunion-field-width-25-wrap{flex:0 0 25%}.wp-block-jetpack-contact-form .grunion-field-width-50-wrap{flex:0 0 50%}.wp-block-jetpack-contact-form .grunion-field-width-75-wrap{flex:0 0 75%}.grunion-field-checkbox-wrap,.grunion-field-consent-wrap{align-self:center}@media only screen and (min-width:600px){.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{width:50%}.wp-block-jetpack-contact-form input[type=email],.wp-block-jetpack-contact-form input[type=tel],.wp-block-jetpack-contact-form input[type=text],.wp-block-jetpack-contact-form input[type=url]{width:100%}}.jetpack-empty-spam-container{display:inline-block}.jetpack-empty-spam{display:inline-block}.jetpack-empty-spam-spinner{display:inline-block;margin-top:7px}
.infinite-loader{color:#000;display:block;height:28px;text-align:center}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}@keyframes spinner-inner{0%{opacity:1}100%{opacity:0}}.infinite-loader .spinner-inner div{left:47px;top:24px;position:absolute;animation:spinner-inner linear 1s infinite;background:#000;outline:1px solid #fff;width:6px;height:12px;border-radius:3px/6px;transform-origin:3px 26px}.infinite-loader .spinner-inner div:nth-child(1){transform:rotate(0);animation-delay:-.9166666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(2){transform:rotate(30deg);animation-delay:-.8333333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(3){transform:rotate(60deg);animation-delay:-.75s;background:#000}.infinite-loader .spinner-inner div:nth-child(4){transform:rotate(90deg);animation-delay:-.6666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(5){transform:rotate(120deg);animation-delay:-.5833333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(6){transform:rotate(150deg);animation-delay:-.5s;background:#000}.infinite-loader .spinner-inner div:nth-child(7){transform:rotate(180deg);animation-delay:-.4166666666666667s;background:#000}.infinite-loader .spinner-inner div:nth-child(8){transform:rotate(210deg);animation-delay:-.3333333333333333s;background:#000}.infinite-loader .spinner-inner div:nth-child(9){transform:rotate(240deg);animation-delay:-.25s;background:#000}.infinite-loader .spinner-inner div:nth-child(10){transform:rotate(270deg);animation-delay:-.16666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(11){transform:rotate(300deg);animation-delay:-83.33333333333333ms;background:#000}.infinite-loader .spinner-inner div:nth-child(12){transform:rotate(330deg);animation-delay:0s;background:#000}.infinite-loader .spinner{width:28px;height:28px;display:inline-block;overflow:hidden;background:0 0}.infinite-loader .spinner-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(.28);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-origin:0 0}.infinite-loader .spinner-inner div{box-sizing:content-box}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#infinite-aria{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.infinite-wrap:focus{outline:0!important}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px 10px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.comment-likes-widget-placeholder::before{color:#2ea2cc;width:16px;height:16px;content:'';display:inline-block;position:relative;top:3px;padding-right:5px;background-repeat:no-repeat;background-size:16px 16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E")}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:4px;align-self:center;color:#4e4e4e}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}
.jp-related-posts-i2__row{display:flex;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__post{flex-grow:1;flex-basis:0;margin:0 10px;display:flex;flex-direction:column;padding-left:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row;display:block}.jp-related-posts-i2__post-heading{margin:.5rem 0;font-size:1rem;line-height:1.2em}.jp-related-posts-i2__post-link{display:block;width:100%;line-height:1.2em}.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-img-link img{width:100%}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{margin-top:0;display:block}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{max-width:none;margin:0}.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link{margin-top:1rem}@media only screen and (max-width:640px){.jp-related-posts-i2__row{margin-top:0;display:block}.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post{max-width:none;margin:0;margin-top:1rem}.jp-related-posts-i2__post-img-link{margin-top:1rem}.jp-related-posts-i2__post-img-link img{width:350px}}#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em 0;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-sharing{margin-bottom:1em}.sd-content ul{padding:0!important;margin:0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a span{text-decoration:line-through}.sd-block.sd-gplus{margin:0 0 .5em 0}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#656565!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{width:1em;height:1em;content:"\1F6AB"}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px 0}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.reddit_button iframe{margin-top:1px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button a{display:block!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0 3px;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:21px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:1px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px 8px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#1877f2;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px 0;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em 0}.sd-content .share-customize-link{margin-top:0;line-height:11px}.sd-content .share-customize-link a{font-size:11px;font-family:"Open Sans",sans-serif}
.slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:#fff!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}
body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}
div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}
#subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}
.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}
.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.tiled-gallery.type-square .tiled-gallery-item img{object-fit:cover}
.jetpack-display-remote-posts{margin:5px 0 20px 0}.jetpack-display-remote-posts h4{margin:5px 0;padding:0}.jetpack-display-remote-posts p{margin:0;padding:0}.jetpack-display-remote-posts img{max-width:100%}
.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}
div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px 10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}
.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}
.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}
.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none}
.wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}
.widget_eu_cookie_law_widget{animation:fadeIn .8s;border:none;bottom:1em;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}@keyframes fadeIn{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}amp-consent.widget_eu_cookie_law_widget.widget.top{top:1em;margin:0}.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top{top:0;margin-top:3em}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law.hide{opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}#eu-cookie-law form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}.widget_eu_cookie_law_widget .customize-partial-edit-shortcut>button{left:0}
.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images img{max-width:100%;margin:5px}
.wpcom-instagram-images{display:grid;grid-gap:.5rem;grid-auto-columns:1fr}.wpcom-instagram-images:after,.wpcom-instagram-images:before{content:none}.wpcom-instagram-images a{display:block;margin:4px 2px}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{display:inline-block;vertical-align:top}.wpcom-instagram-columns-2 a{width:calc(50% - 8px)}.wpcom-instagram-columns-3 a{width:calc(33.3333% - 8px)}.wpcom-instagram-images .sq-bg-image{background-position:center;background-repeat:no-repeat;background-size:cover;height:0;overflow:hidden;padding-bottom:100%}.wpcom-instagram-columns-2{grid-template-columns:repeat(2,1fr)}.wpcom-instagram-columns-3{grid-template-columns:repeat(3,1fr)}@supports (display:grid){.wpcom-instagram-images a{display:block;margin:0}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{width:auto}}
.jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-top:1.5em;margin-bottom:.5em!important}.jetpack-search-filters-widget__clear{margin-top:.5em;margin-bottom:.5em}.jetpack-search-sort-wrapper{margin-top:1em;margin-bottom:1.5em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{width:auto;height:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;padding:0;list-style:none}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{font-weight:inherit;display:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name="s"]:-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::placeholder{color:transparent}body.search .jetpack-search-form input[name="s"].show-placeholder:-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::placeholder{color:inherit}
@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}
.jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{color:inherit;fill:currentColor;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}