/*
== ------------------------------------------------------------------- ==
== @@ Rating Stars (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_rating_stars_shortcode {
  display: inline-block;
  margin: 0 auto;
  width: 66px;
  height: 11px;
  background: url('images/rating-stars.png') left top;
}
.sc85_rating_stars_shortcode span {
  display: block;
  background: url('images/rating-stars.png') left bottom;
  width: 0px;
  height: 11px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sc85_rating_stars_shortcode {
    background-image: url('images/rating-stars@2x.png');
    background-size: 66px 22px;
  }
  .sc85_rating_stars_shortcode span {
    background-image: url('images/rating-stars@2x.png');
    background-size: 66px 22px;
  }
}
/*
== ------------------------------------------------------------------- ==
== @@ Post Navigation (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_post_navigation {
  background: #E6E6E6;
  color: #232323;
  overflow: hidden;
  display: block;
  width: 250px;
  height: 90px;
  z-index: 1;
  zoom: 1;
  cursor: pointer;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=0.9);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: fixed;
  top: 50%;
  margin-top: -45px;
}
.sc85_post_navigation.prev {
  left: 0;
  -webkit-transform: translate(-226px, 0);
  -ms-transform: translate(-226px, 0);
  transform: translate(-226px, 0);
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  /*
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
*/
}
.sc85_post_navigation.prev .arrow {
  right: 0;
}
.sc85_post_navigation.prev .title {
  text-align: right;
}
.sc85_post_navigation.prev:hover .arrow {
  right: auto;
  left: 0;
}
.sc85_post_navigation.next {
  right: 0;
  -webkit-transform: translate(226px, 0);
  -ms-transform: translate(226px, 0);
  transform: translate(226px, 0);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  /*
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
*/
}
.sc85_post_navigation.next .arrow {
  left: 0;
}
.sc85_post_navigation.next .title {
  text-align: left;
}
.sc85_post_navigation.next:hover .arrow {
  left: auto;
  right: 0;
}
.sc85_post_navigation .info {
  display: block;
  height: 100%;
  padding: 17px 24px;
  font-size: 0.9em;
}
.sc85_post_navigation .info .wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.sc85_post_navigation .info .title,
.sc85_post_navigation .info .image {
  display: table-cell;
  vertical-align: middle;
}
.sc85_post_navigation .info .title {
  width: 75%;
  padding: 0 20px;
}
.sc85_post_navigation .info .title .primary,
.sc85_post_navigation .info .title .secondary {
  display: block;
}
.sc85_post_navigation .info .title .secondary {
  color: #707070;
  font-size: 0.9em;
  margin-top: 2px;
}
.sc85_post_navigation .info .image img {
  width: 50px;
  height: 50px;
  background: #eee;
}
.sc85_post_navigation .arrow {
  display: block;
  width: 27px;
  height: 100%;
  position: absolute;
  text-align: center;
}
.sc85_post_navigation .arrow:before {
  line-height: 90px;
  font-size: 22px;
}
.sc85_post_navigation.prev .arrow:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f104';
}
.sc85_post_navigation.next .arrow:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
}
.sc85_post_navigation:hover {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #232323;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
}
@media print {
  .sc85_post_navigation {
    display: none;
  }
}
/*
== ------------------------------------------------------------------- ==
== @@ Social Icons (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_social_icons {
  font-size: 16px;
}
.sc85_social_icons a {
  padding: 2px;
}
/*
== ------------------------------------------------------------------- ==
== @@ Heading (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_heading .title,
.sc85_heading .subtitle {
  margin: 0;
  padding: 0;
}
.sc85_heading .title {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 4px;
}
.sc85_heading .title:last-child {
  margin-bottom: 0 !important;
}
.sc85_heading.left,
.sc85_heading.left * {
  text-align: left;
}
.sc85_heading.center,
.sc85_heading.center * {
  text-align: center;
}
.sc85_heading.right,
.sc85_heading.right * {
  text-align: right;
}
.sc85_heading.regular .title {
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 8px;
}
.sc85_heading.regular .subtitle {
  font-size: 14px;
  line-height: 1.6;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=0.8);
}
.sc85_heading.impact .title {
  width: 100%;
  font-size: 1.8em;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 15px;
}
.sc85_heading.impact .title .separator {
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sc85_heading.impact .subtitle {
  width: 100%;
  font-size: 1.235em;
  font-weight: lighter;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
.sc85_heading.impact.center .title .separator {
  left: 50%;
  margin-left: -15px;
}
.sc85_heading.impact.right .title .separator {
  left: auto;
  margin-left: 0;
  right: 0;
}
.sc85_heading.bold .title {
  width: 100%;
  font-size: 3.1em;
  font-weight: bold;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 15px;
}
.sc85_heading.bold .title .separator {
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sc85_heading.bold .subtitle {
  width: 100%;
  font-size: 1.235em;
  font-weight: lighter;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
.sc85_heading.bold.center .title .separator {
  left: 50%;
  margin-left: -15px;
}
.sc85_heading.bold.right .title .separator {
  left: auto;
  margin-left: 0;
  right: 0;
}
.sc85_heading.classic .title {
  font-family: 'Georgia', 'Times New Roman', 'serif';
  text-transform: none;
  margin-bottom: 8px;
}
.sc85_heading.classic .subtitle {
  font-family: 'Georgia', 'Times New Roman', 'serif';
  text-transform: none;
  font-size: 1.1em;
  opacity: 0.7;
}
.sc85_heading.condensed .title {
  font-weight: normal;
  font-size: 1.3em;
  margin-bottom: 4px;
}
.sc85_heading.condensed .subtitle {
  font-size: 1em;
}
.sc85_heading.inverted .title {
  font-size: 1.8em;
  margin-bottom: 0;
  margin-top: 4px;
  text-transform: none;
  font-family: inherit;
}
.sc85_heading.inverted .title:first-child {
  margin-top: 0 !important;
}
.sc85_heading.inverted .subtitle {
  text-transform: uppercase;
  font-weight: bold;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=0.7);
  letter-spacing: 0.5px;
}
/*
== ------------------------------------------------------------------- ==
== @@ Contacts (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_contacts .field {
  position: relative;
  padding-left: 16px;
  margin: 6px 0;
}
.sc85_contacts .field:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f179';
  position: absolute;
  left: 0;
  top: 0;
}
.sc85_contacts .field.email:before {
  content: '\f0e0';
  font-size: 0.9em;
  left: -1px;
}
.sc85_contacts .field.phone:before {
  content: '\f095';
  font-size: 1.1em;
}
.sc85_contacts .field.mobile:before {
  content: '\f10b';
  font-size: 1.5em;
  top: -4px;
  left: 0px;
}
.sc85_contacts .field.fax:before {
  content: '\f1ac';
  left: -2px;
}
.sc85_contacts .field.map:before {
  content: '\f041';
  font-size: 1.2em;
  left: 0px;
  top: -2px;
}
.sc85_contacts .field:last-child {
  margin-bottom: 0;
}
.sc85_contacts hr {
  border-style: none;
  height: 1px;
  background: #b0b0b0;
  margin: 10px 0;
}
/*
== ------------------------------------------------------------------- ==
== @@ Iconbox (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_iconbox .icon {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
}
.sc85_iconbox .info > * {
  margin-bottom: 12px;
}
.sc85_iconbox .info > *:last-child {
  margin-bottom: 0;
}
.sc85_iconbox .info .title {
  font-size: 1.13em;
}
.sc85_iconbox .info .subtitle {
  margin-top: -8px;
}
.sc85_iconbox.centered {
  text-align: center;
}
.sc85_iconbox.left_aligned {
  display: block;
  zoom: 1;
}
.sc85_iconbox.left_aligned:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc85_iconbox.left_aligned .icon {
  float: left;
  padding-top: 5px;
}
.sc85_iconbox.left_aligned .info {
  padding-left: 50px;
}
.sc85_iconbox.left_aligned .info .title {
  margin-top: 5px;
}
.sc85_iconbox.left_aligned_condensed {
  display: block;
  zoom: 1;
  padding: 20px 15px 18px 13px;
}
.sc85_iconbox.left_aligned_condensed:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc85_iconbox.left_aligned_condensed .icon {
  float: left;
}
.sc85_iconbox.left_aligned_condensed .info {
  padding-left: 50px;
}
.sc85_iconbox.left_aligned_condensed .info > * {
  margin-bottom: 3px;
}
.sc85_iconbox.left_aligned_condensed .info > *:last-child {
  margin-bottom: 0;
}
.sc85_iconbox.clean_left_aligned,
.sc85_iconbox.clean_right_aligned {
  border: none;
  padding: 0;
  display: block;
  zoom: 1;
}
.sc85_iconbox.clean_left_aligned:after,
.sc85_iconbox.clean_right_aligned:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc85_iconbox.clean_left_aligned .icon,
.sc85_iconbox.clean_right_aligned .icon {
  float: left;
  font-size: 21px;
}
.sc85_iconbox.clean_left_aligned .info,
.sc85_iconbox.clean_right_aligned .info {
  padding-left: 38px;
  padding-top: 3px;
}
.sc85_iconbox.clean_left_aligned .info > *,
.sc85_iconbox.clean_right_aligned .info > * {
  margin-bottom: 6px;
}
.sc85_iconbox.clean_left_aligned .info > *:last-child,
.sc85_iconbox.clean_right_aligned .info > *:last-child {
  margin-bottom: 0;
}
.sc85_iconbox.clean_right_aligned {
  text-align: right;
}
.sc85_iconbox.clean_right_aligned .icon {
  float: right;
}
.sc85_iconbox.clean_right_aligned .info {
  padding-right: 38px;
  padding-left: 0;
}
/*
== ------------------------------------------------------------------- ==
== @@ Recent Posts Preview (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_recent_posts_preview {
  display: block;
  zoom: 1;
  margin: 0 -1.5%;
}
.sc85_recent_posts_preview:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc85_recent_posts_preview .entry {
  float: left;
  width: 25%;
  padding: 0 1.5%;
}
.sc85_recent_posts_preview .entry .thumbnail {
  margin-bottom: 10px;
}
.sc85_recent_posts_preview .entry .thumbnail img {
  display: block;
}
.sc85_recent_posts_preview .entry .details h4 {
  margin: 0;
  margin-bottom: 2px;
}
.w_1cols.sc85_recent_posts_preview .entry {
  width: 100%;
  float: none;
}
.w_2cols.sc85_recent_posts_preview .entry {
  width: 50%;
}
.w_3cols.sc85_recent_posts_preview .entry {
  width: 33.3%;
}
.w_4cols.sc85_recent_posts_preview .entry {
  width: 25%;
}
.w_5cols.sc85_recent_posts_preview .entry {
  width: 20%;
}
/*
== ------------------------------------------------------------------- ==
== @@ Call to Action (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_call_to_action.left_aligned {
  text-align: left;
}
.sc85_call_to_action.center_aligned {
  text-align: center;
}
.sc85_call_to_action.right_aligned {
  text-align: right;
}
.sc85_call_to_action > .section {
  margin-bottom: 20px;
}
.sc85_call_to_action > .section:last-child {
  margin-bottom: 0;
}
.sc85_call_to_action .head * {
  margin: 0 0 5px;
}
.sc85_call_to_action .head *:last-child {
  margin: 0;
}
.sc85_call_to_action .title {
  font-size: 2.26em;
  line-height: 1.3;
}
.sc85_call_to_action .subtitle {
  font-size: 1.45em;
  line-height: 1.3;
}
.sc85_call_to_action .body {
  font-size: 1.14em;
  font-weight: lighter;
  padding-bottom: 4px;
  width: 80%;
}
.sc85_call_to_action.left_aligned .body {
  margin-left: 0;
  margin-right: auto;
}
.sc85_call_to_action.center_aligned .body {
  margin-left: auto;
  margin-right: auto;
}
.sc85_call_to_action.right_aligned .body {
  margin-left: auto;
  margin-right: 0;
}
.sc85_call_to_action .foot {
  font-size: 1.14em;
}
.sc85_call_to_action.text_as_subtitle .head {
  margin-bottom: 4px;
}
/*
== ------------------------------------------------------------------- ==
== @@ Pricing Tables (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_pricing_table {
  display: block;
  zoom: 1;
}
.sc85_pricing_table:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc85_pricing_table .entry {
  width: 25%;
  float: left;
  margin-left: -1px;
}
.sc85_pricing_table .entry .wrapper {
  display: block;
  zoom: 1;
}
.sc85_pricing_table .entry .wrapper:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc85_pricing_table.w_1cols .entry {
  width: 100%;
}
.sc85_pricing_table.w_2cols .entry {
  width: 50%;
}
.sc85_pricing_table.w_3cols .entry {
  width: 33.3%;
}
.sc85_pricing_table.w_4cols .entry {
  width: 25%;
}
.sc85_pricing_table.w_5cols .entry {
  width: 20%;
}
.sc85_pricing_table.w_6cols .entry {
  width: 16.666666%;
}
.sc85_pricing_table.wmt_6cols .entry {
  width: 25%;
}
.sc85_pricing_table.wmt_6cols .entry:nth-child(4n+1) {
  clear: both;
}
.sc85_pricing_table.w_1cols {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}
.sc85_pricing_table.w_2cols {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.sc85_pricing_table.w_3cols {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.sc85_pricing_table .entry {
  text-align: center;
  border: 1px solid #e2e2e2;
  padding: 20px 25px;
}
.sc85_pricing_table .entry .section {
  padding: 17px 0;
  border-bottom: 1px solid #e2e2e2;
}
.sc85_pricing_table .entry .section:first-child {
  padding-top: 0;
}
.sc85_pricing_table .entry .section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sc85_pricing_table .entry .head {
  padding-bottom: 10px;
  line-height: 1.3;
}
.sc85_pricing_table .entry .head .title {
  font-size: 1.28em;
  font-weight: bold;
}
.sc85_pricing_table .entry .head .subtitle {
  font-size: 0.865em;
}
.sc85_pricing_table .entry .price {
  line-height: 1;
}
.sc85_pricing_table .entry .price .value {
  font-size: 3em;
  font-weight: bold;
}
.sc85_pricing_table .entry .price .value > * {
  display: inline-block;
}
.sc85_pricing_table .entry .price .value .price_currency {
  font-size: 0.5em;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.sc85_pricing_table .entry .price .value .price_value cite {
  font-style: normal;
  font-size: 0.40em;
  margin-left: 1px;
  position: relative;
  bottom: 1px;
}
.sc85_pricing_table .entry .price .period {
  margin-top: 4px;
  font-size: 0.85em;
}
.sc85_pricing_table .entry .content {
  text-align: left;
}
.sc85_pricing_table .entry .content > *:empty {
  display: none;
}
.sc85_pricing_table .entry .content ul {
  margin-bottom: 0;
}
.sc85_pricing_table .entry .content li {
  line-height: 1.1;
  margin: 10px 0;
}
.sc85_pricing_table .entry .content li:first-child {
  margin-top: 0;
}
.sc85_pricing_table .entry .content li:last-child {
  margin-bottom: 0;
}
.sc85_pricing_table .entry.highlight {
  position: relative;
  top: -20px;
  margin-bottom: -20px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.04);
}
.sc85_pricing_table.has_highlight {
  padding-top: 20px;
}
.sc85_pricing_table .entry:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  /*
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
*/
}
.sc85_pricing_table .entry:last-child {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  /*
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
*/
}
.sc85_pricing_table .entry.highlight,
.sc85_pricing_table .entry.highlight:first-child,
.sc85_pricing_table .entry.highlight:last-child {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sc85_pricing_table.w_1cols .entry {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*
== ------------------------------------------------------------------- ==
== @@ Partners (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_partners {
  display: block;
  zoom: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sc85_partners:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc85_partners .entry {
  float: left;
  border: 1px solid #eee;
  text-align: center;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  word-wrap: break-word;
}
.sc85_partners .entry .logo {
  padding: 5px;
  height: 100%;
}
.sc85_partners .entry .logo:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.sc85_partners .entry .logo img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  margin: 0 auto;
}
.sc85_partners .entry .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  background: #ffffff;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sc85_partners .entry .overlay > .wrapper {
  display: table-cell;
  vertical-align: middle;
}
.sc85_partners .entry .overlay a {
  color: inherit;
}
.sc85_partners .entry .overlay .link {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sc85_partners .entry:hover .overlay {
  opacity: 1;
}
.sc85_partners.w_3cols {
  width: 80%;
}
.sc85_partners.w_2cols {
  width: 55%;
}
.sc85_partners.w_1cols {
  width: 25%;
}
.sc85_partners.w_5cols .entry {
  width: 20%;
}
.sc85_partners.w_4cols .entry {
  width: 25%;
}
.sc85_partners.w_3cols .entry {
  width: 33.3%;
}
.sc85_partners.w_2cols .entry {
  width: 50%;
}
.sc85_partners.w_1cols .entry {
  width: 100%;
}
/*
== ------------------------------------------------------------------- ==
== @@ Gallery (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_gallery .wrapper {
  display: block;
  zoom: 1;
  margin: 0 -0.7%;
}
.sc85_gallery .wrapper:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc85_gallery .image {
  float: left;
  padding: 0.7%;
}
.sc85_gallery a,
.sc85_gallery img {
  display: block;
}
.sc85_gallery.w_1cols .image {
  width: 100%;
}
.sc85_gallery.w_2cols .image {
  width: 50%;
}
.sc85_gallery.w_3cols .image {
  width: 33.3%;
}
.sc85_gallery.w_4cols .image {
  width: 25%;
}
.sc85_gallery.w_5cols .image {
  width: 20%;
}
.sc85_gallery.w_6cols .image {
  width: 16.6%;
}
.sc85_gallery.w_7cols .image {
  width: 14.28%;
}
.sc85_gallery.w_8cols .image {
  width: 12.5%;
}
.sc85_gallery.w_9cols .image {
  width: 11.1%;
}
.sc85_gallery.w_10cols .image {
  width: 10%;
}
/*
== ------------------------------------------------------------------- ==
== @@ Button (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_button {
  margin-bottom: 8px;
}
.sc85_button.inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.sc85_button.left {
  text-align: left;
}
.sc85_button.center {
  text-align: center;
}
.sc85_button.right {
  text-align: right;
}
.sc85_button .button {
  display: inline-block;
  vertical-align: middle;
  color: #4C4C4C;
  background: #eee;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 22px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.sc85_button .button:hover {
  background: #E0E0E0;
}
.sc85_button.large {
  font-size: 1.44em;
}
.sc85_button.large .button {
  padding: 12px 22px;
}
/*
== ------------------------------------------------------------------- ==
== @@ Bullet List (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_bullet_list li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0da';
  margin-right: 5px;
}
/*
== ------------------------------------------------------------------- ==
== @@ Popular Posts Widget (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_popular_posts_widget li {
  display: block;
  zoom: 1;
  margin-bottom: 5px;
}
.sc85_popular_posts_widget li:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc85_popular_posts_widget li .thumbnail {
  display: block;
  float: left;
  width: 15%;
}
.sc85_popular_posts_widget li .details {
  display: block;
  float: left;
  width: 85%;
  padding-left: 13px;
}
.sc85_popular_posts_widget li.no_thumbnail .details {
  padding-left: 0;
}
/*
== ------------------------------------------------------------------- ==
== @@ Post Sharing Links (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_post_sharing_links a {
  position: relative;
  top: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  text-align: left;
  background: url('images/social-icons.png') no-repeat 0 0;
  margin: 0 2px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.sc85_post_sharing_links a:first-child {
  margin-left: 0;
}
.sc85_post_sharing_links a:last-child {
  margin-right: 0;
}
.sc85_post_sharing_links a:hover {
  position: relative;
  top: -2px;
}
.sc85_post_sharing_links .facebook {
  background-position: 0 0;
}
.sc85_post_sharing_links .twitter {
  background-position: -25px 0;
}
.sc85_post_sharing_links .googleplus {
  background-position: -50px 0;
}
.sc85_post_sharing_links .linkedin {
  background-position: -75px 0;
}
.sc85_post_sharing_links .pinterest {
  background-position: -100px 0;
}
.sc85_post_sharing_links .email {
  background-position: -125px 0;
}
.sc85_post_sharing_links .vkontakte {
  background-position: -150px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sc85_post_sharing_links a {
    background-image: url('images/social-icons@2x.png');
    background-size: 175px 25px;
  }
}
/*
== ------------------------------------------------------------------- ==
== @@ Counter (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_counter.left {
  text-align: left;
}
.sc85_counter.center {
  text-align: center;
}
.sc85_counter.right {
  text-align: right;
}
.sc85_counter.left,
.sc85_counter.right {
  display: table;
  width: 100%;
}
.sc85_counter.left .counter_icon,
.sc85_counter.right .counter_icon {
  display: table-cell;
  vertical-align: middle;
  width: 1px;
}
.sc85_counter.left .counter_value,
.sc85_counter.right .counter_value {
  display: table-cell;
  vertical-align: middle;
  width: 1px;
}
.sc85_counter.left .counter_description,
.sc85_counter.right .counter_description {
  display: table-cell;
  vertical-align: middle;
}
.sc85_counter.left {
  text-align: left;
}
.sc85_counter.left .counter_icon {
  padding-right: 12px;
}
.sc85_counter.left .counter_description {
  padding-left: 12px;
}
.sc85_counter.right {
  text-align: right;
  direction: rtl;
}
.sc85_counter.right .counter_icon {
  padding-left: 12px;
}
.sc85_counter.right .counter_description {
  padding-right: 12px;
}
.sc85_counter.right * {
  direction: ltr;
}
.sc85_counter.center {
  text-align: center;
}
.sc85_counter.center .counter_icon {
  padding-bottom: 12px;
}
.sc85_counter.big .counter_value {
  font-size: 4.2em;
}
.sc85_counter.inline {
  display: inline-block;
}
.sc85_wrapper .sc85_counter.inline {
  margin-left: 25px;
  margin-right: 25px;
}
.sc85_counter .counter_icon {
  font-size: 30px;
  line-height: 30px;
}
.sc85_counter .counter_value {
  font-size: 2.8em;
  font-weight: 800;
  line-height: 1;
  font-family: 'Oswald';
}
.sc85_counter .counter_value .prefix,
.sc85_counter .counter_value .suffix {
  font-size: 0.6em;
}
.sc85_counter .counter_value .prefix {
  margin-right: 3px;
}
.sc85_counter .counter_value .suffix {
  margin-left: 3px;
}
.sc85_counter .counter_description {
  line-height: 1.3;
  margin-top: 6px;
}
.sc85_counter.digital_clock .counter_value {
  font-size: 1em;
}
.sc85_counter.digital_clock .counter_description {
  margin-top: 11px;
}
.sc85_counter.digital_clock .digit {
  position: relative;
  background: #333;
  background-color: #4A4A4A;
  background: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#232323));
  background: -webkit-linear-gradient(top, #4A4A4A, #232323);
  background: -moz-linear-gradient(top, #4A4A4A, #232323);
  background: -ms-linear-gradient(top, #4A4A4A, #232323);
  background: -o-linear-gradient(top, #4A4A4A, #232323);
  background: linear-gradient(top, #4A4A4A, #232323);
  background-color: #545454;
  background: -webkit-gradient(linear, left top, left bottom, from(#545454), to(#313131));
  background: -webkit-linear-gradient(top, #545454, #313131);
  background: -moz-linear-gradient(top, #545454, #313131);
  background: -ms-linear-gradient(top, #545454, #313131);
  background: -o-linear-gradient(top, #545454, #313131);
  background: linear-gradient(top, #545454, #313131);
  color: #F2F2F2;
  display: inline-block;
  margin: 0 1px;
  font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 6px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sc85_counter.digital_clock .digit:after {
  content: ' ';
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 100%;
}
/*
== ------------------------------------------------------------------- ==
== @@ Image Carousel (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_image_carousel {
  position: relative;
}
.sc85_image_carousel > .carousel_wrapper {
  display: block;
  zoom: 1;
}
.sc85_image_carousel > .carousel_wrapper:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc85_image_carousel img {
  display: block;
}
.sc85_image_carousel .item {
  float: left;
}
.sc85_image_carousel.w_1cols .item {
  width: 100%;
}
.sc85_image_carousel.w_2cols .item {
  width: 50%;
}
.sc85_image_carousel.w_3cols .item {
  width: 33.3%;
}
.sc85_image_carousel.w_4cols .item {
  width: 25%;
}
.sc85_image_carousel.w_5cols .item {
  width: 20%;
}
.sc85_image_carousel.w_6cols .item {
  width: 16.6%;
}
.sc85_image_carousel.w_7cols .item {
  width: 14.28%;
}
.sc85_image_carousel.w_8cols .item {
  width: 12.5%;
}
.sc85_image_carousel.w_9cols .item {
  width: 11.1%;
}
.sc85_image_carousel.w_10cols .item {
  width: 10%;
}
.sc85_image_carousel .negative_border {
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  z-index: 5;
}
.sc85_image_carousel .negative_border.left {
  left: 0;
}
.sc85_image_carousel .negative_border.right {
  right: 0;
}
.sc85_image_carousel .flickity-prev-next-button {
  z-index: 6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
  width: 38px;
  height: 38px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}
.sc85_image_carousel .flickity-prev-next-button svg {
  width: 32%;
  height: 32%;
  top: 50%;
  left: 50%;
  margin-top: -16%;
  margin-left: -16%;
}
.sc85_image_carousel .flickity-prev-next-button svg .arrow {
  fill: #FFF;
}
.sc85_image_carousel .flickity-prev-next-button.previous svg {
  margin-left: -15%;
}
.sc85_image_carousel .flickity-prev-next-button:hover {
  background: #000000;
}
.sc85_image_carousel:hover .flickity-prev-next-button {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sc85_image_carousel .flickity-page-dots {
  position: relative;
  bottom: 0;
  margin: 0;
  margin-top: 15px;
}
.sc85_image_carousel .flickity-page-dots .dot {
  margin: 0 3px;
  position: relative;
  width: 8px;
  height: 8px;
}
/*
== ------------------------------------------------------------------- ==
== @@ Icon (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_icon {
  margin-bottom: 8px;
}
.sc85_icon.inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.sc85_icon.left {
  text-align: left;
}
.sc85_icon.left .icon {
  margin-right: 4px;
}
.sc85_icon.center {
  text-align: center;
}
.sc85_icon.center .icon {
  display: block;
}
.sc85_icon.right {
  direction: rtl;
}
.sc85_icon.right .icon {
  margin-left: 4px;
}
.sc85_icon.right .icon_label {
  direction: ltr;
}
.sc85_icon .wrapper {
  display: inline-block;
  vertical-align: middle;
}
/*
== ------------------------------------------------------------------- ==
== @@ Posts Teasers Shortcode (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_posts_teasers_shortcode .details {
  padding-top: 14px;
}
.sc85_posts_teasers_shortcode .title {
  margin: 0;
}
.sc85_posts_teasers_shortcode .excerpt {
  margin-top: 7px;
}
.sc85_posts_teasers_shortcode .sc85_rating_stars_shortcode {
  margin-top: 7px;
}
.sc85_posts_teasers_shortcode .more {
  display: inline-block;
  margin-top: 7px;
}
.sc85_posts_teasers_shortcode .button {
  margin-top: 10px;
}
/*
== ------------------------------------------------------------------- ==
== @@ SC85 Teasers (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_teasers.sc85_grid_fitrows,
.sc85_teasers.sc85_grid_masonry {
  display: block;
  zoom: 1;
  margin: 0 -1.6%;
}
.sc85_teasers.sc85_grid_fitrows:after,
.sc85_teasers.sc85_grid_masonry:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc85_teasers.sc85_grid_fitrows .entry,
.sc85_teasers.sc85_grid_masonry .entry {
  float: left;
  width: 25%;
  padding: 0 1.6% 3.2%;
}
.sc85_teasers.sc85_grid_fitrows.w_1cols .entry,
.sc85_teasers.sc85_grid_masonry.w_1cols .entry {
  width: 100%;
}
.sc85_teasers.sc85_grid_fitrows.w_2cols .entry,
.sc85_teasers.sc85_grid_masonry.w_2cols .entry {
  width: 50%;
}
.sc85_teasers.sc85_grid_fitrows.w_3cols .entry,
.sc85_teasers.sc85_grid_masonry.w_3cols .entry {
  width: 33.3%;
}
.sc85_teasers.sc85_grid_fitrows.w_4cols .entry,
.sc85_teasers.sc85_grid_masonry.w_4cols .entry {
  width: 25%;
}
.sc85_teasers.sc85_carousel {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  /*
		// FOUC preventing
		opacity: 0;
		.transition(opacity 0.4s ease);

		&.is_hidden { display: none; }
		&.flickity-enabled { opacity: 1; }
		*/
}
.sc85_teasers.sc85_carousel:before,
.sc85_teasers.sc85_carousel:after {
  content: '';
  display: block;
  width: 15px;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  z-index: 5;
}
.sc85_teasers.sc85_carousel:before {
  left: 0;
}
.sc85_teasers.sc85_carousel:after {
  right: 0;
}
.sc85_teasers.sc85_carousel .flickity-prev-next-button {
  z-index: 6;
  background: transparent;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  filter: alpha(opacity=0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sc85_teasers.sc85_carousel .flickity-prev-next-button svg {
  width: 40%;
  height: 40%;
  top: 30%;
  left: 30%;
}
.sc85_teasers.sc85_carousel .flickity-prev-next-button.previous {
  left: -30px;
}
.sc85_teasers.sc85_carousel .flickity-prev-next-button.next {
  right: -30px;
}
.sc85_teasers.sc85_carousel .flickity-prev-next-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sc85_teasers.sc85_carousel:hover .flickity-prev-next-button {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
}
.sc85_teasers.sc85_carousel .entry {
  width: 33.3%;
  float: left;
}
.sc85_teasers.sc85_carousel .entry > .wrapper {
  margin: 0 15px;
}
.sc85_teasers.sc85_carousel.w_1cols .entry {
  width: 100%;
}
.sc85_teasers.sc85_carousel.w_2cols .entry {
  width: 50%;
}
.sc85_teasers.sc85_carousel.w_3cols .entry {
  width: 33.3%;
}
.sc85_teasers.sc85_carousel.w_4cols .entry {
  width: 25%;
}
.sc85_teasers.sc85_condensed .entry {
  position: relative;
  text-align: center;
}
.sc85_teasers.sc85_condensed .entry > .wrapper {
  position: relative;
}
.sc85_teasers.sc85_condensed .entry .thumbnail > * {
  display: block;
  padding-bottom: 66px;
}
.sc85_teasers.sc85_condensed .entry .thumbnail,
.sc85_teasers.sc85_condensed .entry .thumbnail img {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  /*
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
*/
}
.sc85_teasers.sc85_condensed .entry .details {
  background: #FFF;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px;
  border: 1px solid #ebeaea;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  /*
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
*/
}
.sc85_teasers.sc85_condensed .entry .body_area {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.sc85_teasers.sc85_condensed .entry .body_area .wrapper,
.sc85_teasers.sc85_condensed .entry .body_area .excerpt,
.sc85_teasers.sc85_condensed .entry .body_area .permalink {
  margin-top: 7px;
}
.sc85_teasers.sc85_condensed .entry .body_area .sc85_rating_stars_shortcode {
  display: block;
}
.sc85_teasers.sc85_condensed .entry .body_area .wrapper {
  margin-top: 5px;
}
.sc85_teasers.sc85_condensed .entry .body_area .more {
  font-size: 14px;
  padding: 8px 14px;
}
.sc85_teasers.sc85_condensed .entry .body_area .excerpt {
  margin-bottom: 0 !important;
}
.sc85_teasers.sc85_condensed .entry:hover .body_area {
  position: relative;
  -webkit-transition: all 0.2s ease 0.1s;
  transition: all 0.2s ease 0.1s;
}
/*
== ------------------------------------------------------------------- ==
== @@ SC85 Timetable (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
.sc85_timetable .entry {
  display: block;
  zoom: 1;
}
.sc85_timetable .entry:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc85_timetable .entry .weekday {
  float: left;
}
.sc85_timetable .entry .time {
  float: right;
}
.sc85_timetable .entry {
  padding: 4px 0;
}
.sc85_timetable .time .countdown,
.sc85_timetable .time .schedule {
  white-space: nowrap;
}
.sc85_timetable .time {
  display: block;
  zoom: 1;
}
.sc85_timetable .time:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc85_timetable .time .countdown,
.sc85_timetable .time .schedule {
  white-space: nowrap;
  display: block;
  text-align: right;
  float: right;
  margin-left: 15px;
}
.sc85_timetable .time .schedule > * {
  margin-left: 15px;
}
.sc85_timetable .time .schedule > *:first-child {
  margin-left: 0;
}
.sc85_timetable .time .countdown {
  display: none;
}
.sc85_timetable .entry.narrow .countdown,
.sc85_timetable .entry.narrow .schedule {
  float: none;
  padding: 0;
}
.sc85_timetable .entry.narrow .schedule > * {
  display: block;
}
/*
== ------------------------------------------------------------------- ==
== @@ Css Animations (oitentaecinco-shortcodes.less)
== ------------------------------------------------------------------- ==
*/
/*
== ------------------------------------------------------------------- ==
== @@ CSS Animations (css-animations.less)
== ------------------------------------------------------------------- ==
*/
.sc85_animate {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sc85_trigger_animation.sc85_top-to-bottom {
  -webkit-animation: sc85_ttb 0.5s 1 ease-out;
  animation: sc85_ttb 0.5s 1 ease-out;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
}
.sc85_trigger_animation.sc85_bottom-to-top {
  -webkit-animation: sc85_btt 0.5s 1 ease-out;
  animation: sc85_btt 0.5s 1 ease-out;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
}
.sc85_trigger_animation.sc85_left-to-right {
  -webkit-animation: sc85_ltr 0.5s 1 ease-out;
  animation: sc85_ltr 0.5s 1 ease-out;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
}
.sc85_trigger_animation.sc85_right-to-left {
  -webkit-animation: sc85_rtl 0.5s 1 ease-out;
  animation: sc85_rtl 0.5s 1 ease-out;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
}
.sc85_trigger_animation.sc85_appear {
  -webkit-animation: sc85_appear 0.5s 1 ease-out;
  animation: sc85_appear 0.5s 1 ease-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
}
/*
== ------------------------------------------------------------------- ==
== @@ CSS Animations > Top to Bottom (css-animations.less)
== ------------------------------------------------------------------- ==
*/
@-webkit-keyframes sc85_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
@-moz-keyframes sc85_ttb {
  0% {
    -moz-transform: translate(0, -10%);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -moz-transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
@-o-keyframes sc85_ttb {
  0% {
    -o-transform: translate(0, -10%);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -o-transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
@keyframes sc85_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    transform: translate(0, -10%);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
/*
== ------------------------------------------------------------------- ==
== @@ CSS Animations > Bottom to Top (css-animations.less)
== ------------------------------------------------------------------- ==
*/
@-webkit-keyframes sc85_btt {
  0% {
    -webkit-transform: translate(0, 10%);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
@-moz-keyframes sc85_btt {
  0% {
    -moz-transform: translate(0, 10%);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -moz-transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
@-o-keyframes sc85_btt {
  0% {
    -o-transform: translate(0, 10%);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -o-transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
@keyframes sc85_btt {
  0% {
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    transform: translate(0, 10%);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
/*
== ------------------------------------------------------------------- ==
== @@ CSS Animations > Left to Right (css-animations.less)
== ------------------------------------------------------------------- ==
*/
@-webkit-keyframes sc85_ltr {
  0% {
    -webkit-transform: translate(-10%, 0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
@-moz-keyframes sc85_ltr {
  0% {
    -moz-transform: translate(-10%, 0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -moz-transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
@-o-keyframes sc85_ltr {
  0% {
    -o-transform: translate(-10%, 0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -o-transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
@keyframes sc85_ltr {
  0% {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
/*
== ------------------------------------------------------------------- ==
== @@ CSS Animations > Right to Left (css-animations.less)
== ------------------------------------------------------------------- ==
*/
@-webkit-keyframes sc85_rtl {
  0% {
    -webkit-transform: translate(10%, 0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
@-moz-keyframes sc85_rtl {
  0% {
    -moz-transform: translate(10%, 0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -moz-transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
@-o-keyframes sc85_rtl {
  0% {
    -o-transform: translate(10%, 0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -o-transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
@keyframes sc85_rtl {
  0% {
    -webkit-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    transform: translate(10%, 0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
/*
== ------------------------------------------------------------------- ==
== @@ CSS Animations > Appear (css-animations.less)
== ------------------------------------------------------------------- ==
*/
@-webkit-keyframes sc85_appear {
  0% {
    -webkit-transform: scale(0.5);
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
    filter: alpha(opacity=0.1);
  }
  100% {
    -webkit-transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
@-moz-keyframes sc85_appear {
  0% {
    -moz-transform: scale(0.5);
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
    filter: alpha(opacity=0.1);
  }
  100% {
    -moz-transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
@-o-keyframes sc85_appear {
  0% {
    -o-transform: scale(0.5);
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
    filter: alpha(opacity=0.1);
  }
  100% {
    -o-transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
@keyframes sc85_appear {
  0% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
    filter: alpha(opacity=0.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
  }
}
