@import url(//fonts.googleapis.com/css?family=Lato);
@font-face {
  font-family: 'FontAwesome';
  src: url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), local('Oxygen-Regular'), url(//themes.googleusercontent.com/static/fonts/oxygen/v2/RzoNiRR1p2Mqyyz2RwqSMw.woff) format('woff');
}
.bi-customColors .bi-color {
  color: #7c7c7c;
}
.bi-customColors .bi-backgroundColor {
  color: #373737;
}
.bi-customColors .bi-titleColor {
  color: white;
}
.bi-customColors .bi-promoTitleColor {
  color: white;
}
.bi-customColors .bi-promoTypeColor {
  color: white;
}
.biDebug {
  background-color: #7c7c7c;
  color: white;
  font-size: 13pt;
  position: fixed;
  top: 0px;
  z-index: 2147483640;
  left: 0px;
}
#biPromotionExplanation {
  position: fixed;
  width: 98%;
  height: 97%;
  right: 0px;
  left: 0px;
  top: 5px;
  margin: 0px auto;
  overflow: auto;
  border: 1px solid #ebebeb;
  background-color: whitesmoke;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 5px #888888;
  -webkit-box-shadow: 0px 1px 5px #888888;
  box-shadow: 0px 1px 5px #888888;
  z-index: 2147483647;
}
#biPromotionExplanation TABLE {
  border-collapse: collapse;
  /*table-layout: fixed; maxim might regreat this */
  width: 100%;
}
#biPromotionExplanation TABLE TD {
  border: 1px solid black;
  -ms-word-break: break-word;
  word-break: break-word;
}
#biPromotionExplanation TABLE TH {
  border: 1px solid black;
  -ms-word-break: break-word;
  word-break: break-word;
}
#biPromotionExplanation TABLE TH.URL {
  min-width: 350px;
}
#biPromotionExplanation.wordBreakOff TD,
#biPromotionExplanation.wordBreakOff TR {
  -ms-word-break: normal;
  word-break: normal;
}
#biPromotionExplanation.wordBreakOff .explanationWordWrap {
  text-decoration: line-through;
}
.bi-wrap,
.bi-wrap *,
.bi-wrap a,
.bi-wrap input {
  font-family: 'Oxygen', Arial;
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
  color: white;
  background-color: white;
  background-image: initial;
  border-collapse: separate;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: none;
  height: auto;
  letter-spacing: normal;
  margin: 0;
  outline: 0;
  position: static;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: inherit;
  vertical-align: middle;
  overflow: visible;
  direction: ltr;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
.bi-wrap {
  visibility: hidden;
  display: block;
  position: fixed;
  z-index: 2147483640;
  font-size: 12px;
  /*&.bi-shown-first-time {
        -moz-animation: myfirst 4s forwards;
        -o-animation: myfirst 4s forwards;
        -webkit-animation: myfirst 4s forwards;
        animation: myfirst 4s forwards;
    }*/

  /* Chrome, Safari, Opera */

  /*@-webkit-keyframes myfirst {
        0%		{-webkit-transform: rotate(0deg);left:-250px;}
        25%		{-webkit-transform: rotate(30deg);left:-150px;}
        35%		{-webkit-transform: rotate(30deg);left:-150px;}
        50%		{-webkit-transform: rotate(0deg);left:500px;}
        55%		{-webkit-transform: rotate(0deg);left:500px;}
        70%		{-webkit-transform: rotate(0deg);left:500px;}
        100%	{-webkit-transform: rotate(-360deg);left:0px;}
    }*/

}
.bi-wrap.bi-entry-animation.bi-modal,
.bi-wrap.bi-entry-animation.bi-entrymodal,
.bi-wrap.bi-entry-animation.bi-form,
.bi-wrap.bi-entry-animation.bi-entryform,
.bi-wrap.bi-entry-animation.bi-entrygate,
.bi-wrap.bi-entry-animation.bi-gate,
.bi-wrap.bi-entry-animation.bi-image {
  top: 0;
}
.bi-wrap.bi-entry-animation.bi-modal.bi-shown-first-time,
.bi-wrap.bi-entry-animation.bi-entrymodal.bi-shown-first-time,
.bi-wrap.bi-entry-animation.bi-form.bi-shown-first-time,
.bi-wrap.bi-entry-animation.bi-entryform.bi-shown-first-time,
.bi-wrap.bi-entry-animation.bi-entrygate.bi-shown-first-time,
.bi-wrap.bi-entry-animation.bi-gate.bi-shown-first-time,
.bi-wrap.bi-entry-animation.bi-image.bi-shown-first-time {
  -moz-transition: top 1s ease 0s;
  -o-transition: top 1s ease 0s;
  -webkit-transition: top 1s ease 0s;
  transition: top 1s ease 0s;
}
.bi-wrap.bi-entry-animation.bi-standard.bi-left {
  left: 0;
}
.bi-wrap.bi-entry-animation.bi-standard.bi-left.bi-shown-first-time {
  -moz-transition: left 1s ease 0s;
  -o-transition: left 1s ease 0s;
  -webkit-transition: left 1s ease 0s;
  transition: left 1s ease 0s;
}
.bi-wrap.bi-entry-animation.bi-standard.bi-right {
  right: 0;
}
.bi-wrap.bi-entry-animation.bi-standard.bi-right.bi-shown-first-time {
  -moz-transition: right 1s ease 0s;
  -o-transition: right 1s ease 0s;
  -webkit-transition: right 1s ease 0s;
  transition: right 1s ease 0s;
}
.bi-wrap .bi-border {
  background-color: #7c7c7c;
}
.bi-wrap .bi-btn-wrap {
  background-color: #373737;
}
.bi-wrap .bi-body-promo-title {
  color: black;
}
.bi-wrap .bi-promo-icon {
  background-color: black;
  border-color: #ebebeb;
}
.bi-wrap .bi-tooltip {
  display: none;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 10px;
  max-width: 200px;
}
.bi-wrap .bi-tooltip-title {
  color: black;
  font-weight: bold;
  padding: 10px;
}
.bi-wrap .bi-tooltip-body {
  color: black;
  padding: 10px;
}
.bi-wrap .bi-bubble {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 7px;
  max-width: 100px;
}
.bi-wrap .bi-bubble-title {
  color: #4f4e4e;
  text-align: center;
  font-weight: bold;
}
.bi-wrap .bi-bubble-body {
  color: #4f4e4e;
  text-align: center;
}
.bi-wrap .bi-bubble-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-wrap .bi-bubble-arrow.bi-right {
  border-right: 15px solid #fdfdcd;
  border-left: 0;
  left: -15px;
  top: 20px;
}
.bi-wrap .bi-bubble-arrow.bi-left {
  border-left: 15px solid #fdfdcd;
  border-right: 0;
  right: -15px;
  top: 20px;
}
.bi-wrap .bi-bubble-arrow.bi-top {
  border-bottom: 15px solid #fdfdcd;
  border-top: 0;
  top: -10px;
  right: 19px;
}
.bi-wrap .bi-bubble-arrow.bi-bottom {
  border-top: 15px solid #fdfdcd;
  border-bottom: 0;
  bottom: -10px;
  right: 19px;
}
.bi-wrap .bi-bubble2 {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 10px;
  max-width: 200px;
}
.bi-wrap .bi-bubble2-title {
  color: #4f4e4e;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
}
.bi-wrap .bi-bubble2-body {
  color: #4f4e4e;
  padding: 10px;
}
.bi-wrap .bi-bubble2-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-wrap .bi-bubble2-arrow.bi-right {
  border-right: 15px solid #fdfdcd;
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-wrap .bi-bubble2-arrow.bi-left {
  border-left: 15px solid #fdfdcd;
  border-right: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-wrap .bi-bubble2-arrow.bi-top {
  border-bottom: 15px solid #fdfdcd;
  border-top: 0;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-wrap .bi-bubble2-arrow.bi-bottom {
  border-top: 15px solid #fdfdcd;
  border-bottom: 0;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-wrap .bi-bubble3 {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #4b87c8;
  border: 1px solid #2368b3;
  padding: 10px;
  max-width: 300px;
  font-size: 135%;
  background-image: url('../img/friends-circle-blue-32.png');
  background-repeat: no-repeat;
  background-position: 100% 95%;
}
.bi-wrap .bi-bubble3-title {
  color: white;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
}
.bi-wrap .bi-bubble3-body {
  color: white;
  padding: 10px;
}
.bi-wrap .bi-bubble3-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-wrap .bi-bubble3-arrow.bi-right {
  border-right: 15px solid #4b87c8;
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-wrap .bi-bubble3-arrow.bi-left {
  border-left: 15px solid #4b87c8;
  border-right: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-wrap .bi-bubble3-arrow.bi-top {
  border-bottom: 15px solid #4b87c8;
  border-top: 0;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-wrap .bi-bubble3-arrow.bi-bottom {
  border-top: 15px solid #4b87c8;
  border-bottom: 0;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-wrap .bi-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.bi-wrap .bi-rtl {
  text-align: right;
  direction: rtl;
}
.bi-wrap .bi-min {
  width: 25px;
}
.bi-wrap .bi-maximize {
  cursor: pointer;
}
.bi-wrap .bi-maximize:before {
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 120%;
  color: white;
  margin: 0px 10px 5px 10px;
  border-top-width: 0;
}
.bi-wrap .bi-minimize {
  /*width: 0;
        height: 0;
        border: 5px solid transparent;*/
  cursor: pointer;
  color: #7c7c7c;
}
.bi-wrap .bi-minimize:before {
  font-family: FontAwesome;
  content: "\f0d9";
  font-size: 120%;
}
.bi-wrap .bi-min-bg {
  height: 150px;
  background-color: #7c7c7c;
}
.bi-wrap .bi-min-text {
  color: white;
  width: 150px;
  font-family: Oxygen;
  font-size: 91%;
  letter-spacing: normal;
  margin: 0 4px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-transform: rotate(-90deg) translate(-100%, 0%);
  -ms-transform: rotate(-90deg) translate(-100%, 0%);
  -o-transform: rotate(-90deg) translate(-100%, 0%);
  -webkit-transform: rotate(-90deg) translate(-100%, 0%);
  transform: rotate(-90deg) translate(-100%, 0%);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.bi-wrap ::-webkit-scrollbar-thumb {
  background-color: #505050;
}
.bi-wrap ::-webkit-scrollbar-button {
  background: transparent;
}
.bi-wrap ::-webkit-scrollbar {
  background: #373737;
}
.bi-wrap .bi-panel {
  opacity: 1;
  padding: 10px;
  width: auto;
  /*border: 1px solid whitesmoke;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 2147483641;
  background-color: #373737;
}
.bi-wrap .bi-header {
  display: table;
  width: 100%;
  height: 16px;
}
.bi-wrap .bi-cell {
  display: table-cell;
  vertical-align: middle;
}
.bi-wrap .bi-row {
  display: table-row;
}
.bi-wrap .bi-body-title {
  font-size: 140%;
  margin-top: 25px;
  padding: 0 25px;
  color: white;
}
.bi-wrap .bi-title {
  display: table-cell;
  vertical-align: middle;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 2px;
  font-size: 90%;
  font-weight: bold;
  color: white;
}
.bi-wrap .bi-minimize-wrap {
  width: 1px;
}
.bi-wrap .bi-close {
  cursor: pointer;
  width: 16px;
  position: absolute;
  top: 0;
  right: -20px;
}
.bi-wrap .bi-close:before {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 100%;
  position: static;
  color: white;
}
.bi-wrap .bi-content {
  padding: 25px 0px;
}
.bi-wrap .bi-promo {
  cursor: pointer;
  overflow: hidden;
}
.bi-wrap .bi-promo-icon-wrap {
  display: table-cell;
  vertical-align: top;
}
.bi-wrap .bi-promo-icon-wrap:after {
  background-color: #7c7c7c;
}
.bi-wrap .bi-promo-text-wrap {
  display: table-cell;
}
.bi-wrap .bi-promo-title {
  font-size: 100%;
  line-height: 17px;
  color: white;
}
.bi-wrap .bi-promo-type {
  font-weight: bold;
  font-size: 100%;
  text-transform: capitalize;
  color: white;
}
.bi-wrap .bi-promo-content {
  display: none;
  clear: both;
  padding-top: 15px;
  cursor: default;
}
.bi-wrap .bi-action-call {
  display: none;
}
.bi-wrap .bi-promo-sep {
  height: 30px;
  background-color: transparent;
}
.bi-wrap .bi-show-more-text {
  font-size: 120%;
  vertical-align: middle;
  cursor: pointer;
  border-bottom: 1px solid;
  text-align: center;
  min-width: 90px;
  max-width: 90px;
  font-weight: bold;
  padding: 11px 0;
  margin: 0 0 0 25px;
  white-space: nowrap;
  color: black;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.bi-wrap .bi-show-more-content {
  display: none;
}
.bi-wrap .bi-btn {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 10px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
  width: 160px;
  text-align: center;
  margin-top: 10px;
  background: #7c7c7c;
}
.bi-wrap .bi-btn:hover {
  text-decoration: none;
  background: #626262;
}
.bi-wrap .bi-controls {
  text-align: center;
}
.bi-wrap .bi-pager-left {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #cccccc;
  margin: 0px 3px;
  cursor: pointer;
}
.bi-wrap .bi-pager-left:hover {
  border-right-color: #999999;
}
.bi-wrap .bi-pager-right {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #cccccc;
  margin: 0px 3px;
  cursor: pointer;
}
.bi-wrap .bi-pager-right:hover {
  border-left-color: #999999;
}
.bi-wrap .bi-pager-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 2px 3px;
  cursor: pointer;
  background-color: #999999;
}
.bi-wrap .bi-pager-dot:hover {
  background-color: white;
}
.bi-wrap .bi-pager-dot.bi-active {
  background-color: white;
}
.bi-wrap .bi-pwred {
  padding-top: 20px;
  text-align: right;
}
.bi-wrap .bi-pwred a {
  font-size: 90%;
  color: #cccccc;
}
.bi-wrap .bi-pwred a:hover {
  text-decoration: underline;
  color: white;
}
.bi-wrap .bi-countdown {
  padding-top: 5px;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.bi-wrap.bi-left {
  left: 2px;
}
.bi-wrap.bi-right .bi-minimize,
.bi-wrap.bi-right .bi-maximize {
  transform: rotate(180deg);
}
.bi-wrap.bi-top .bi-minimize,
.bi-wrap.bi-top .bi-maximize {
  transform: rotate(90deg);
}
.bi-wrap.bi-bottom .bi-minimize,
.bi-wrap.bi-bottom .bi-maximize {
  transform: rotate(270deg);
}
.bi-wrap.bi-Vtop {
  top: 50px;
}
.bi-wrap.bi-Vbottom {
  bottom: 50px;
}
.bi-wrap .bi-favicon {
  display: none;
}
.bi-wrap .bi-promo-thumbnail {
  width: auto;
  height: auto;
  width: 100%;
  display: block;
}
.bi-wrap.bi-standard.bi-wrap-min {
  width: auto !important;
}
.bi-wrap.bi-standard .bi-header {
  padding: 5px 5px 0 5px;
}
.bi-wrap.bi-standard .bi-controls {
  display: none;
}
.bi-wrap.bi-standard .bi-pwred {
  padding: 0 5px 5px 0;
}
.bi-wrap.bi-standard .bi-pwred a {
  height: 15px;
  display: inline-block;
}
.bi-wrap.bi-standard .bi-panel {
  padding: 1px;
}
.bi-wrap.bi-standard .bi-content {
  padding: 10px 0 0 0;
}
.bi-wrap.bi-standard .bi-promo-title {
  display: inline;
}
.bi-wrap.bi-standard .bi-minimize {
  color: #7c7c7c;
}
.bi-wrap.bi-standard .bi-promo-text-wrap {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 10px;
  height: 42px;
}
.bi-wrap.bi-standard .bi-promo a {
  display: block;
}
.bi-wrap.bi-standard .bi-promo a:hover .bi-promo-icon-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-wrap.bi-standard .bi-promo-sep {
  height: 2px;
}
.bi-wrap.bi-standard .bi-promo-type {
  display: none;
}
.bi-wrap.bi-standard .bi-promo-icon-wrap {
  display: block;
  padding: 0 12px;
}
.bi-wrap.bi-standard .bi-promo-icon-wrap:after {
  content: '';
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-wrap.bi-standard .bi-promo-thumbnail {
  max-width: 200px;
  max-height: 100px;
  margin: 0 auto;
}
.bi-wrap.bi-standard .bi-maximize:before {
  color: #7c7c7c;
}
.bi-wrap.bi-mstandard {
  top: 0;
  height: 100%;
}
.bi-wrap.bi-mstandard .bi-promo-thumbnail {
  max-width: 160px;
  max-height: 80px;
  width: auto;
  height: auto;
}
.bi-wrap.bi-mstandard .bi-promo-type {
  display: none;
}
.bi-wrap.bi-mstandard .bi-panel {
  opacity: 1;
  height: 100%;
  padding-right: 40px;
  padding: 0;
  position: relative;
}
.bi-wrap.bi-mstandard .bi-header {
  background-color: #2e2d2d;
  height: 10%;
  margin-left: -2px;
  width: 100%;
  font-size: 24px;
}
.bi-wrap.bi-mstandard .bi-title {
  color: white;
  text-align: center;
}
.bi-wrap.bi-mstandard .bi-title:after {
  content: "Content for you";
  text-transform: uppercase;
}
.bi-wrap.bi-mstandard .bi-content {
  padding: 25px 35px 0 4px;
  height: 80%;
}
.bi-wrap.bi-mstandard .bi-footer {
  padding-right: 45px;
}
.bi-wrap.bi-mstandard .bi-promo-text-wrap {
  padding-left: 175px;
  display: block;
}
.bi-wrap.bi-mstandard .bi-promo-icon-wrap {
  padding: 0 5px 0 0;
  vertical-align: middle;
  display: block;
  position: absolute;
}
.bi-wrap.bi-mstandard .bi-promo-title {
  font-size: 140%;
  font-family: tahoma;
  font-weight: 600;
}
.bi-wrap.bi-mstandard .bi-promo-content {
  padding-left: 20px;
  padding-top: 10px;
}
.bi-wrap.bi-mstandard .bi-promo-sep {
  height: 15px;
}
.bi-wrap.bi-mstandard .bi-min {
  height: 100%;
  position: relative;
}
.bi-wrap.bi-mstandard .bi-min-arrow {
  display: none;
}
.bi-wrap.bi-mstandard .bi-min-bg {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -75px;
  width: 25px;
}
.bi-wrap.bi-mstandard .bi-border {
  left: 0;
  margin-left: -2px;
  position: absolute;
  height: 100%;
  z-index: 2;
  width: 10px;
}
.bi-wrap.bi-mstandard .bi-panel .bi-min-bg {
  right: 6px;
  left: auto;
}
.bi-wrap.bi-mstandard .bi-panel .bi-border {
  right: 0;
  left: auto;
}
.bi-wrap.bi-mstandard .bi-min-text {
  margin: 0 6px;
}
.bi-wrap.bi-mstandard .bi-min-text:after {
  content: "Content for you";
}
.bi-wrap.bi-mstandard .bi-minimize {
  visibility: hidden;
}
.bi-wrap.bi-mstandard .bi-pwred {
  padding: 0;
}
.bi-wrap.bi-mstandard .bi-pwred a {
  font-size: 100%;
}
.bi-wrap.bi-mstandard .bi-controls {
  display: none;
}
.bi-wrap.bi-mstandard .bi-promo a {
  display: table-row;
}
.bi-wrap.bi-modeless {
  top: 0px;
  bottom: 0px;
}
.bi-wrap.bi-modeless.bi-wrap-min {
  bottom: auto;
}
.bi-wrap.bi-modeless .bi-promo-text-wrap {
  display: block;
}
.bi-wrap.bi-modeless .bi-header {
  padding: 5px 10px;
}
.bi-wrap.bi-modeless .bi-title {
  font-size: 90%;
}
.bi-wrap.bi-modeless .bi-panel {
  width: 300px;
  height: 100%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  padding: 0;
  opacity: 0.88;
}
.bi-wrap.bi-modeless .bi-panel:hover {
  opacity: 1;
}
.bi-wrap.bi-modeless .bi-content {
  height: calc(100% - 58px);
  overflow-y: auto;
  padding: 0;
}
.bi-wrap.bi-modeless .bi-promo {
  padding: 25px;
}
.bi-wrap.bi-modeless .bi-promo-icon-wrap:after {
  content: '';
  display: block;
  height: 5px;
  position: relative;
  bottom: 5px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-wrap.bi-modeless .bi-promo:hover .bi-promo-icon-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-wrap.bi-modeless.bi-right {
  right: 0px;
  border-right-width: 0px;
}
.bi-wrap.bi-modeless.bi-left {
  left: 0px;
  border-left-width: 0px;
}
.bi-wrap.bi-modeless .bi-promo-thumbnail {
  margin: auto;
  max-width: 320px;
  max-height: 160px;
}
.bi-wrap.bi-modeless .bi-promo-sep {
  display: none;
}
.bi-wrap.bi-modeless .bi-promo a {
  font-size: 140%;
}
.bi-wrap.bi-modeless .bi-promo-title {
  line-height: 26px;
  display: inline;
}
.bi-wrap.bi-modeless .bi-footer {
  bottom: 10px;
}
.bi-wrap.bi-modeless .bi-promo-content {
  display: none;
}
.bi-wrap.bi-modeless .bi-btn {
  display: none;
}
.bi-wrap.bi-modeless .bi-promo-type {
  display: none;
}
.bi-wrap.bi-modeless .bi-pwred {
  text-align: center;
  padding: 10px 0;
}
.bi-wrap.bi-modal,
.bi-wrap.bi-entrymodal {
  top: auto;
  bottom: auto;
}
.bi-wrap.bi-modal .bi-header,
.bi-wrap.bi-entrymodal .bi-header {
  padding: 0;
}
.bi-wrap.bi-modal .bi-title,
.bi-wrap.bi-entrymodal .bi-title {
  font-size: 140%;
  border-bottom: 1px solid;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding-bottom: 10px;
  padding-top: 10px;
  display: none;
}
.bi-wrap.bi-modal .bi-show-more-text,
.bi-wrap.bi-entrymodal .bi-show-more-text {
  margin-top: 50px;
}
.bi-wrap.bi-modal .bi-content,
.bi-wrap.bi-entrymodal .bi-content {
  padding: 0;
}
.bi-wrap.bi-modal .bi-panel,
.bi-wrap.bi-entrymodal .bi-panel {
  position: relative;
  width: 800px;
  padding: 0;
}
.bi-wrap.bi-modal .bi-promo,
.bi-wrap.bi-entrymodal .bi-promo {
  padding: 0;
}
.bi-wrap.bi-modal .bi-promo a,
.bi-wrap.bi-entrymodal .bi-promo a {
  display: block;
}
.bi-wrap.bi-modal .bi-promo-wrap,
.bi-wrap.bi-entrymodal .bi-promo-wrap {
  padding: 70px 30px;
}
.bi-wrap.bi-modal .bi-promo-icon-wrap,
.bi-wrap.bi-entrymodal .bi-promo-icon-wrap {
  width: 50%;
  text-align: center;
  float: none;
}
.bi-wrap.bi-modal .bi-promo-text-wrap,
.bi-wrap.bi-entrymodal .bi-promo-text-wrap {
  text-align: left;
  padding: 0 10px;
}
.bi-wrap.bi-modal .bi-promo-type,
.bi-wrap.bi-entrymodal .bi-promo-type {
  display: block;
  text-align: inherit;
}
.bi-wrap.bi-modal .bi-promo-type:before,
.bi-wrap.bi-entrymodal .bi-promo-type:before {
  content: attr(data-before);
  display: inline;
}
.bi-wrap.bi-modal.bi-left,
.bi-wrap.bi-entrymodal.bi-left,
.bi-wrap.bi-modal.bi-right,
.bi-wrap.bi-entrymodal.bi-right {
  right: auto;
  left: auto;
}
.bi-wrap.bi-modal .bi-promo a,
.bi-wrap.bi-entrymodal .bi-promo a {
  font-size: 180%;
}
.bi-wrap.bi-modal .bi-promo-title,
.bi-wrap.bi-entrymodal .bi-promo-title {
  /*line-height: 26px;
                    display: inline;*/
  text-align: inherit;
  line-height: 26px;
  margin: 0;
  display: block;
}
.bi-wrap.bi-modal .bi-promo-thumbnail,
.bi-wrap.bi-entrymodal .bi-promo-thumbnail {
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 200px;
  text-align: inherit;
  margin: 0 auto;
}
.bi-wrap.bi-modal .bi-pwred,
.bi-wrap.bi-entrymodal .bi-pwred {
  position: relative;
  text-align: center;
  padding: 0;
  height: 0;
  bottom: -10px;
}
.bi-wrap.bi-modal .bi-pwred a,
.bi-wrap.bi-entrymodal .bi-pwred a {
  height: 15px;
  display: inline-block;
  color: white;
}
.bi-wrap.bi-modal .bi-promo-sep,
.bi-wrap.bi-entrymodal .bi-promo-sep {
  width: 100%;
  height: 10px;
  background-color: #7c7c7c;
}
.bi-wrap.bi-modal .bi-btn-wrap,
.bi-wrap.bi-entrymodal .bi-btn-wrap {
  padding: 40px 0;
  text-align: center;
  background-color: #373737;
}
.bi-wrap.bi-modal .bi-btn,
.bi-wrap.bi-entrymodal .bi-btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 0;
  margin: 0px auto;
  line-height: 60px;
  width: auto;
  font-size: 50px;
  font-weight: normal;
  background-color: transparent;
}
.bi-wrap.bi-modal .bi-btn:after,
.bi-wrap.bi-entrymodal .bi-btn:after {
  -moz-transition: transform 0.5s ease, background-color 0.5s ease;
  -o-transition: transform 0.5s ease, background-color 0.5s ease;
  -webkit-transition: transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  content: '';
  background-color: #7c7c7c;
  display: block;
  height: 2px;
  margin: auto;
  position: relative;
}
.bi-wrap.bi-modal .bi-btn:hover,
.bi-wrap.bi-entrymodal .bi-btn:hover {
  background-color: transparent;
}
.bi-wrap.bi-modal .bi-panel:hover .bi-btn:after,
.bi-wrap.bi-entrymodal .bi-panel:hover .bi-btn:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #7c7c7c;
}
.bi-wrap.bi-modal.bi-mobile,
.bi-wrap.bi-entrymodal.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-wrap.bi-modal.bi-mobile .bi-panel,
.bi-wrap.bi-entrymodal.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-wrap.bi-modal.bi-mobile .bi-title,
.bi-wrap.bi-entrymodal.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-wrap.bi-modal.bi-mobile .bi-body-title,
.bi-wrap.bi-entrymodal.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-wrap.bi-modal.bi-mobile .bi-content,
.bi-wrap.bi-entrymodal.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-wrap.bi-modal.bi-mobile .bi-close,
.bi-wrap.bi-entrymodal.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-wrap.bi-modal.bi-mobile .bi-close:before,
.bi-wrap.bi-entrymodal.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-wrap.bi-modal.bi-mobile .bi-overlay,
.bi-wrap.bi-entrymodal.bi-mobile .bi-overlay {
  display: none;
}
.bi-wrap.bi-gate,
.bi-wrap.bi-form,
.bi-wrap.bi-entryform,
.bi-wrap.bi-entrygate {
  top: auto;
  bottom: auto;
  z-index: 2147483642;
}
.bi-wrap.bi-gate .bi-panel,
.bi-wrap.bi-form .bi-panel,
.bi-wrap.bi-entryform .bi-panel,
.bi-wrap.bi-entrygate .bi-panel {
  padding: 0 50px;
  width: 400px;
  position: relative;
  border: 0;
}
.bi-wrap.bi-gate .bi-header,
.bi-wrap.bi-form .bi-header,
.bi-wrap.bi-entryform .bi-header,
.bi-wrap.bi-entrygate .bi-header {
  height: 50px;
}
.bi-wrap.bi-gate .bi-title,
.bi-wrap.bi-form .bi-title,
.bi-wrap.bi-entryform .bi-title,
.bi-wrap.bi-entrygate .bi-title {
  padding-top: 30px;
  text-align: center;
  font-size: 200%;
  text-transform: none;
}
.bi-wrap.bi-gate .bi-body-title,
.bi-wrap.bi-form .bi-body-title,
.bi-wrap.bi-entryform .bi-body-title,
.bi-wrap.bi-entrygate .bi-body-title {
  padding: 0;
  text-align: center;
  font-size: 150%;
}
.bi-wrap.bi-gate .bi-content,
.bi-wrap.bi-form .bi-content,
.bi-wrap.bi-entryform .bi-content,
.bi-wrap.bi-entrygate .bi-content {
  padding: 20px 0;
  text-align: center;
}
.bi-wrap.bi-gate form label,
.bi-wrap.bi-form form label,
.bi-wrap.bi-entryform form label,
.bi-wrap.bi-entrygate form label {
  color: black;
}
.bi-wrap.bi-gate form input,
.bi-wrap.bi-form form input,
.bi-wrap.bi-entryform form input,
.bi-wrap.bi-entrygate form input,
.bi-wrap.bi-gate form textarea,
.bi-wrap.bi-form form textarea,
.bi-wrap.bi-entryform form textarea,
.bi-wrap.bi-entrygate form textarea,
.bi-wrap.bi-gate form select,
.bi-wrap.bi-form form select,
.bi-wrap.bi-entryform form select,
.bi-wrap.bi-entrygate form select,
.bi-wrap.bi-gate form option,
.bi-wrap.bi-form form option,
.bi-wrap.bi-entryform form option,
.bi-wrap.bi-entrygate form option {
  background-color: white;
  color: #888888;
  border-color: #cccccc;
}
.bi-wrap.bi-gate form input[type="submit"],
.bi-wrap.bi-form form input[type="submit"],
.bi-wrap.bi-entryform form input[type="submit"],
.bi-wrap.bi-entrygate form input[type="submit"],
.bi-wrap.bi-gate form textarea[type="submit"],
.bi-wrap.bi-form form textarea[type="submit"],
.bi-wrap.bi-entryform form textarea[type="submit"],
.bi-wrap.bi-entrygate form textarea[type="submit"],
.bi-wrap.bi-gate form select[type="submit"],
.bi-wrap.bi-form form select[type="submit"],
.bi-wrap.bi-entryform form select[type="submit"],
.bi-wrap.bi-entrygate form select[type="submit"],
.bi-wrap.bi-gate form option[type="submit"],
.bi-wrap.bi-form form option[type="submit"],
.bi-wrap.bi-entryform form option[type="submit"],
.bi-wrap.bi-entrygate form option[type="submit"] {
  background-color: #7c7c7c;
  border: 0;
  color: white;
}
.bi-wrap.bi-gate .bi-footer .bi-pwred,
.bi-wrap.bi-form .bi-footer .bi-pwred,
.bi-wrap.bi-entryform .bi-footer .bi-pwred,
.bi-wrap.bi-entrygate .bi-footer .bi-pwred {
  position: relative;
  bottom: -10px;
  text-align: center;
  padding: 0;
  height: 0;
}
.bi-wrap.bi-gate .bi-footer a,
.bi-wrap.bi-form .bi-footer a,
.bi-wrap.bi-entryform .bi-footer a,
.bi-wrap.bi-entrygate .bi-footer a {
  color: white;
}
.bi-wrap.bi-gate .bi-body-promo-title,
.bi-wrap.bi-form .bi-body-promo-title,
.bi-wrap.bi-entryform .bi-body-promo-title,
.bi-wrap.bi-entrygate .bi-body-promo-title {
  font-size: 166%;
  text-align: center;
}
.bi-wrap.bi-gate.bi-left,
.bi-wrap.bi-form.bi-left,
.bi-wrap.bi-entryform.bi-left,
.bi-wrap.bi-entrygate.bi-left,
.bi-wrap.bi-gate.bi-right,
.bi-wrap.bi-form.bi-right,
.bi-wrap.bi-entryform.bi-right,
.bi-wrap.bi-entrygate.bi-right {
  right: auto;
  left: auto;
}
.bi-wrap.bi-gate form,
.bi-wrap.bi-form form,
.bi-wrap.bi-entryform form,
.bi-wrap.bi-entrygate form {
  margin: 0px;
}
.bi-wrap.bi-gate form *,
.bi-wrap.bi-form form *,
.bi-wrap.bi-entryform form *,
.bi-wrap.bi-entrygate form * {
  display: block;
}
.bi-wrap.bi-gate form input[type="checkbox"],
.bi-wrap.bi-form form input[type="checkbox"],
.bi-wrap.bi-entryform form input[type="checkbox"],
.bi-wrap.bi-entrygate form input[type="checkbox"] {
  float: left;
  height: 19px;
  width: 19px;
  margin: 0 5px 5px 0;
}
.bi-wrap.bi-gate form input[type="checkbox"] + label:after,
.bi-wrap.bi-form form input[type="checkbox"] + label:after,
.bi-wrap.bi-entryform form input[type="checkbox"] + label:after,
.bi-wrap.bi-entrygate form input[type="checkbox"] + label:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.bi-wrap.bi-gate form label,
.bi-wrap.bi-form form label,
.bi-wrap.bi-entryform form label,
.bi-wrap.bi-entrygate form label {
  font-size: 125%;
  display: none;
}
.bi-wrap.bi-gate form label.bi-form-error,
.bi-wrap.bi-form form label.bi-form-error,
.bi-wrap.bi-entryform form label.bi-form-error,
.bi-wrap.bi-entrygate form label.bi-form-error {
  font-size: 120%;
}
.bi-wrap.bi-gate form input,
.bi-wrap.bi-form form input,
.bi-wrap.bi-entryform form input,
.bi-wrap.bi-entrygate form input,
.bi-wrap.bi-gate form textarea,
.bi-wrap.bi-form form textarea,
.bi-wrap.bi-entryform form textarea,
.bi-wrap.bi-entrygate form textarea,
.bi-wrap.bi-gate form select,
.bi-wrap.bi-form form select,
.bi-wrap.bi-entryform form select,
.bi-wrap.bi-entrygate form select,
.bi-wrap.bi-gate form option,
.bi-wrap.bi-form form option,
.bi-wrap.bi-entryform form option,
.bi-wrap.bi-entrygate form option {
  width: 100%;
  padding: 0px 4px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 16px;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  font-size: 140%;
  height: 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
}
.bi-wrap.bi-gate form input[type="submit"],
.bi-wrap.bi-form form input[type="submit"],
.bi-wrap.bi-entryform form input[type="submit"],
.bi-wrap.bi-entrygate form input[type="submit"] {
  /*font: normal 100%/100% Arial;*/
  background-image: none;
  line-height: 50px;
  height: 50px;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 170%;
  border: 0;
}
.bi-wrap.bi-gate form input::-webkit-input-placeholder,
.bi-wrap.bi-form form input::-webkit-input-placeholder,
.bi-wrap.bi-entryform form input::-webkit-input-placeholder,
.bi-wrap.bi-entrygate form input::-webkit-input-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-wrap.bi-gate form input::-moz-placeholder,
.bi-wrap.bi-form form input::-moz-placeholder,
.bi-wrap.bi-entryform form input::-moz-placeholder,
.bi-wrap.bi-entrygate form input::-moz-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-wrap.bi-gate form input:-moz-placeholder,
.bi-wrap.bi-form form input:-moz-placeholder,
.bi-wrap.bi-entryform form input:-moz-placeholder,
.bi-wrap.bi-entrygate form input:-moz-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-wrap.bi-gate form input:-ms-input-placeholder,
.bi-wrap.bi-form form input:-ms-input-placeholder,
.bi-wrap.bi-entryform form input:-ms-input-placeholder,
.bi-wrap.bi-entrygate form input:-ms-input-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-wrap.bi-gate.bi-mobile,
.bi-wrap.bi-form.bi-mobile,
.bi-wrap.bi-entryform.bi-mobile,
.bi-wrap.bi-entrygate.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-wrap.bi-gate.bi-mobile .bi-panel,
.bi-wrap.bi-form.bi-mobile .bi-panel,
.bi-wrap.bi-entryform.bi-mobile .bi-panel,
.bi-wrap.bi-entrygate.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-wrap.bi-gate.bi-mobile .bi-title,
.bi-wrap.bi-form.bi-mobile .bi-title,
.bi-wrap.bi-entryform.bi-mobile .bi-title,
.bi-wrap.bi-entrygate.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-wrap.bi-gate.bi-mobile .bi-body-title,
.bi-wrap.bi-form.bi-mobile .bi-body-title,
.bi-wrap.bi-entryform.bi-mobile .bi-body-title,
.bi-wrap.bi-entrygate.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-wrap.bi-gate.bi-mobile .bi-content,
.bi-wrap.bi-form.bi-mobile .bi-content,
.bi-wrap.bi-entryform.bi-mobile .bi-content,
.bi-wrap.bi-entrygate.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-wrap.bi-gate.bi-mobile .bi-close,
.bi-wrap.bi-form.bi-mobile .bi-close,
.bi-wrap.bi-entryform.bi-mobile .bi-close,
.bi-wrap.bi-entrygate.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-wrap.bi-gate.bi-mobile .bi-close:before,
.bi-wrap.bi-form.bi-mobile .bi-close:before,
.bi-wrap.bi-entryform.bi-mobile .bi-close:before,
.bi-wrap.bi-entrygate.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-wrap.bi-gate.bi-mobile .bi-overlay,
.bi-wrap.bi-form.bi-mobile .bi-overlay,
.bi-wrap.bi-entryform.bi-mobile .bi-overlay,
.bi-wrap.bi-entrygate.bi-mobile .bi-overlay {
  display: none;
}
.bi-wrap.bi-bar {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  /*height: 40px;*/

}
.bi-wrap.bi-bar.bi-bottom {
  bottom: 0;
  border-top: 1px solid transparent;
}
.bi-wrap.bi-bar.bi-top {
  top: 0;
  border-bottom: 1px solid transparent;
}
.bi-wrap.bi-bar .bi-tooltip {
  max-width: 400px;
}
.bi-wrap.bi-bar.bi-wrap-min {
  height: auto;
  left: auto;
  right: 0;
  margin-right: 15px;
}
.bi-wrap.bi-bar .bi-minimize-wrap {
  width: auto;
}
.bi-wrap.bi-bar .bi-min {
  width: auto;
  display: block;
}
.bi-wrap.bi-bar .bi-min-bg {
  height: 25px;
}
.bi-wrap.bi-bar .bi-min-text {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.bi-wrap.bi-bar .bi-minimize {
  margin: 0px 20px 5px 20px;
}
.bi-wrap.bi-bar .bi-header {
  width: 20px;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 25%;
}
.bi-wrap.bi-bar .bi-promo a {
  display: inline-block;
}
.bi-wrap.bi-bar .bi-promo-icon-wrap,
.bi-wrap.bi-bar .bi-promo-text-wrap {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0;
}
.bi-wrap.bi-bar .bi-footer {
  vertical-align: middle;
  position: absolute;
  right: 0px;
  top: 35%;
}
.bi-wrap.bi-bar .bi-pwred {
  padding: 0;
  text-align: center;
}
.bi-wrap.bi-bar .bi-panel {
  display: table;
  width: 100%;
  height: 70px;
  padding: 0;
}
.bi-wrap.bi-bar .bi-panel:hover .bi-promo a:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-wrap.bi-bar .bi-panel:hover .bi-promo-text-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-wrap.bi-bar .bi-row {
  height: 70px;
}
.bi-wrap.bi-bar .bi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.bi-wrap.bi-bar .bi-promo {
  cursor: auto;
  text-align: center;
}
.bi-wrap.bi-bar .bi-promo a {
  font-size: 130%;
  cursor: pointer;
  white-space: nowrap;
}
.bi-wrap.bi-bar .bi-promo-thumbnail {
  max-width: 80px;
  max-height: 55px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.bi-wrap.bi-bar .bi-promo-title {
  display: inline-block;
}
.bi-wrap.bi-bar .bi-promo-type {
  display: none;
}
.bi-wrap.bi-bar .bi-promo-type:after {
  content: "-";
  margin: 3px;
}
.bi-wrap.bi-bar .bi-cell {
  float: right;
}
.bi-wrap.bi-bar .bi-controls {
  float: right;
  width: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.bi-wrap.bi-bar .bi-promo-text-wrap {
  display: inline-block;
}
.bi-wrap.bi-bar .bi-promo-text-wrap:after {
  content: '';
  display: block;
  height: 1px;
  margin-top: 2px;
  -moz-transition: transform 0.5s ease, background-color 0.5s ease;
  -o-transition: transform 0.5s ease, background-color 0.5s ease;
  -webkit-transition: transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #7c7c7c;
}
.bi-wrap.bi-mbar {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  /*height: 40px;*/

}
.bi-wrap.bi-mbar.bi-bottom {
  bottom: 0;
}
.bi-wrap.bi-mbar.bi-top {
  top: 0;
}
.bi-wrap.bi-mbar .bi-tooltip {
  max-width: 400px;
}
.bi-wrap.bi-mbar.bi-wrap-min {
  height: auto;
  left: auto;
  right: 0;
  margin-right: 15px;
}
.bi-wrap.bi-mbar .bi-min {
  width: auto;
  display: block;
}
.bi-wrap.bi-mbar .bi-min-bg {
  height: 25px;
}
.bi-wrap.bi-mbar .bi-min-text {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.bi-wrap.bi-mbar .bi-minimize {
  margin: 0px 20px 5px 20px;
}
.bi-wrap.bi-mbar .bi-header {
  display: none;
}
.bi-wrap.bi-mbar .bi-footer {
  display: none;
}
.bi-wrap.bi-mbar .bi-panel {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 4px;
}
.bi-wrap.bi-mbar .bi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.bi-wrap.bi-mbar .bi-promo {
  cursor: auto;
  text-align: center;
}
.bi-wrap.bi-mbar .bi-promo a {
  font-size: 130%;
  cursor: pointer;
  display: inline;
  white-space: nowrap;
}
.bi-wrap.bi-mbar .bi-promo-title {
  display: inline-block;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bi-wrap.bi-mbar .bi-promo-type {
  display: inline-block;
}
.bi-wrap.bi-mbar .bi-promo-type:before {
  content: "-";
  margin: 3px;
}
.bi-wrap.bi-mbar .bi-cell {
  float: right;
}
.bi-wrap.bi-mbar .bi-controls {
  float: right;
  width: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.bi-wrap.bi-mbar .bi-promo-thumbnail {
  max-width: 50px;
  max-height: 40px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.bi-wrap.bi-entrygate .bi-overlay {
  opacity: 0.9;
}
.bi-wrap.bi-image .bi-panel,
.bi-wrap.bi-entryimage .bi-panel {
  padding: 0;
  max-width: 800px;
  position: relative;
}
.bi-wrap.bi-image .bi-img,
.bi-wrap.bi-entryimage .bi-img {
  width: 100%;
}
.bi-wrap.bi-image.bi-left,
.bi-wrap.bi-entryimage.bi-left,
.bi-wrap.bi-image.bi-right,
.bi-wrap.bi-entryimage.bi-right {
  right: auto;
  left: auto;
}
.bi-wrap.bi-image .bi-pwred,
.bi-wrap.bi-entryimage .bi-pwred {
  position: relative;
  bottom: -10px;
  text-align: center;
  padding: 0;
  height: 0;
}
.bi-wrap.bi-image .bi-pwred a,
.bi-wrap.bi-entryimage .bi-pwred a {
  color: white;
}
.bi-wrap.bi-image.bi-mobile,
.bi-wrap.bi-entryimage.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-wrap.bi-image.bi-mobile .bi-panel,
.bi-wrap.bi-entryimage.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-wrap.bi-image.bi-mobile .bi-title,
.bi-wrap.bi-entryimage.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-wrap.bi-image.bi-mobile .bi-body-title,
.bi-wrap.bi-entryimage.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-wrap.bi-image.bi-mobile .bi-content,
.bi-wrap.bi-entryimage.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-wrap.bi-image.bi-mobile .bi-close,
.bi-wrap.bi-entryimage.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-wrap.bi-image.bi-mobile .bi-close:before,
.bi-wrap.bi-entryimage.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-wrap.bi-image.bi-mobile .bi-overlay,
.bi-wrap.bi-entryimage.bi-mobile .bi-overlay {
  display: none;
}
.bi-wrap.bi-image.bi-mobile .bi-panel,
.bi-wrap.bi-entryimage.bi-mobile .bi-panel {
  padding: 0;
}
.bi-wrap.bi-scroll {
  width: 320px;
}
.bi-wrap.bi-scroll.bi-right {
  right: 0;
}
.bi-wrap.bi-scroll.bi-wrap-min {
  width: auto !important;
}
.bi-wrap.bi-scroll .bi-promo a {
  font-size: 125%;
}
.bi-wrap.bi-scroll .bi-promo-icon-wrap {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 50%;
  vertical-align: middle;
}
.bi-wrap.bi-scroll .bi-promo-thumbnail {
  display: block;
  height: auto;
  max-height: none;
  max-width: none;
  width: 100%;
}
.bi-wrap.bi-scroll .bi-promo-type {
  display: none;
}
.bi-wrap.bi-scroll.bi-bottom .bi-min,
.bi-wrap.bi-scroll.bi-top .bi-min {
  width: 150px;
}
.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-arrow,
.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-arrow {
  position: absolute;
  top: 4px;
  margin: 0 -15px;
}
.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-bg,
.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-bg {
  height: auto;
}
.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-bg .bi-min-text,
.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-bg .bi-min-text {
  margin: 0;
  transform: initial;
}
.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-maximize,
.bi-wrap.bi-scroll.bi-top .bi-min .bi-maximize {
  position: absolute;
  left: -22px;
}
.bi-wrap.bi-scroll.bi-bottom {
  bottom: 0;
}
.bi-wrap.bi-scroll.bi-bottom.bi-Vleft {
  left: 50px;
}
.bi-wrap.bi-scroll.bi-bottom.bi-Vright {
  right: 50px;
}
.bi-wrap.bi-scroll.bi-top {
  top: 0;
}
.bi-wrap.bi-scroll.bi-top.bi-Vleft {
  left: 50px;
}
.bi-wrap.bi-scroll.bi-top.bi-Vright {
  right: 50px;
}
.bi-wrap.bi-scroll.bi-mobile {
  width: 250px;
}
.bi-wrap.bi-scroll .bi-panel {
  opacity: 1;
  border: 0;
  padding: 0;
}
.bi-wrap.bi-scroll .bi-minimize {
  background-color: transparent;
  border: 0;
  right: 5px;
  top: 5px;
  position: absolute;
}
.bi-wrap.bi-scroll .bi-minimize:before {
  content: "\f00d";
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  font-size: 90%;
  color: #2a3d53;
}
.bi-wrap.bi-scroll .bi-header {
  position: absolute;
}
.bi-wrap.bi-scroll .bi-content {
  padding: 0;
}
.bi-wrap.bi-scroll .bi-promo > a {
  display: block;
}
.bi-wrap.bi-scroll .bi-promo-text-wrap {
  display: block;
}
.bi-wrap.bi-scroll .bi-promo-text-wrap:before {
  content: '';
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-wrap.bi-scroll .bi-title {
  display: none;
}
.bi-wrap.bi-scroll .bi-promo-title {
  font-size: 120%;
  padding: 20px 15px;
  line-height: 1.2;
}
.bi-wrap.bi-scroll .bi-footer {
  display: none;
}
.bi-wrap.bi-scroll .bi-maximize:before {
  color: #7c7c7c;
}
.bi-wrap.bi-static {
  position: static;
}
.bi-wrap.bi-static .bi-minimize {
  display: none;
}
.bi-wrap.bi-static .bi-panel {
  opacity: 1;
}
.bi-wrap.bi-static .bi-content {
  padding: 10px 0;
}
.bi-wrap.bi-static .bi-promo-container {
  display: table;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}
.bi-wrap.bi-static .bi-promo-sep {
  display: table-cell;
  width: 7px;
}
.bi-wrap.bi-static .bi-promo {
  /*width: 220px;
                height: 300px;*/
  display: table-cell;
  vertical-align: top;
  padding: 4px;
}
.bi-wrap.bi-static .bi-promo a {
  display: block;
}
.bi-wrap.bi-static .bi-promo-icon-wrap {
  display: block;
}
.bi-wrap.bi-static .bi-promo-thumbnail {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.bi-wrap.bi-static .bi-promo-text-wrap {
  display: block;
  padding-top: 10px;
}
.bi-wrap.bi-static .bi-promo-type {
  text-align: center;
  color: gray;
  font-family: 'Lato';
  font-weight: normal;
}
.bi-wrap.bi-static .bi-promo-title {
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  font-family: 'Lato';
  font-size: 130%;
  line-height: 27px;
  height: 60px;
}
.bi-wrap .bi-showfalse {
  display: none;
}
.bi-promo.bi-rtl,
.bi-promo.bi-rtl * {
  direction: rtl;
  text-align: right;
}
.bi-rtl .bi-title {
  text-align: right;
  padding: 0 2px 0 0;
}
.bi-rtl .bi-body-title,
.bi-rtl .bi-body-promo-title,
.bi-rtl .bi-dform-label {
  text-align: right;
}
.bi-rtl .bi-dform-text,
.bi-rtl .bi-form-error,
.bi-rtl .bi-dform-submit,
.bi-rtl .bi-dform-form {
  text-align: right;
  direction: rtl;
}
.bi-rtl .bi-show-more-text {
  direction: rtl;
  text-align: right;
}
/*&.bi-uberhub {
    .bi-uberhub();
}*/

@media only screen and (max-height: 500px) {
  .bi-wrap.bi-mstandard.bi-icons .bi-panel .bi-promo-sep {
    height: 20px;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), local('Oxygen-Regular'), url(//themes.googleusercontent.com/static/fonts/oxygen/v2/RzoNiRR1p2Mqyyz2RwqSMw.woff) format('woff');
}
@import url(//fonts.googleapis.com/css?family=Lato);
.bi-name-entrymodal .bi-customColors .bi-color {
  color: #7c7c7c;
}
.bi-name-entrymodal .bi-customColors .bi-backgroundColor {
  color: white;
}
.bi-name-entrymodal .bi-customColors .bi-titleColor {
  color: black;
}
.bi-name-entrymodal .bi-customColors .bi-promoTitleColor {
  color: #2f3130;
}
.bi-name-entrymodal .bi-customColors .bi-promoTypeColor {
  color: #2f3130;
}
.bi-name-entrymodal .biDebug {
  background-color: #7c7c7c;
  color: white;
  font-size: 13pt;
  position: fixed;
  top: 0px;
  z-index: 2147483640;
  left: 0px;
}
.bi-name-entrymodal #biPromotionExplanation {
  position: fixed;
  width: 98%;
  height: 97%;
  right: 0px;
  left: 0px;
  top: 5px;
  margin: 0px auto;
  overflow: auto;
  border: 1px solid #ebebeb;
  background-color: whitesmoke;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 5px #888888;
  -webkit-box-shadow: 0px 1px 5px #888888;
  box-shadow: 0px 1px 5px #888888;
  z-index: 2147483647;
}
.bi-name-entrymodal #biPromotionExplanation TABLE {
  border-collapse: collapse;
  /*table-layout: fixed; maxim might regreat this */
  width: 100%;
}
.bi-name-entrymodal #biPromotionExplanation TABLE TD {
  border: 1px solid black;
  -ms-word-break: break-word;
  word-break: break-word;
}
.bi-name-entrymodal #biPromotionExplanation TABLE TH {
  border: 1px solid black;
  -ms-word-break: break-word;
  word-break: break-word;
}
.bi-name-entrymodal #biPromotionExplanation TABLE TH.URL {
  min-width: 350px;
}
.bi-name-entrymodal #biPromotionExplanation.wordBreakOff TD,
.bi-name-entrymodal #biPromotionExplanation.wordBreakOff TR {
  -ms-word-break: normal;
  word-break: normal;
}
.bi-name-entrymodal #biPromotionExplanation.wordBreakOff .explanationWordWrap {
  text-decoration: line-through;
}
.bi-name-entrymodal .bi-wrap,
.bi-name-entrymodal .bi-wrap *,
.bi-name-entrymodal .bi-wrap a,
.bi-name-entrymodal .bi-wrap input {
  font-family: 'Oxygen', Arial;
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
  color: white;
  background-color: white;
  background-image: initial;
  border-collapse: separate;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: none;
  height: auto;
  letter-spacing: normal;
  margin: 0;
  outline: 0;
  position: static;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: inherit;
  vertical-align: middle;
  overflow: visible;
  direction: ltr;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
.bi-name-entrymodal.bi-wrap {
  visibility: hidden;
  display: block;
  position: fixed;
  z-index: 2147483640;
  font-size: 12px;
  /*&.bi-shown-first-time {
        -moz-animation: myfirst 4s forwards;
        -o-animation: myfirst 4s forwards;
        -webkit-animation: myfirst 4s forwards;
        animation: myfirst 4s forwards;
    }*/

  /* Chrome, Safari, Opera */

  /*@-webkit-keyframes myfirst {
        0%		{-webkit-transform: rotate(0deg);left:-250px;}
        25%		{-webkit-transform: rotate(30deg);left:-150px;}
        35%		{-webkit-transform: rotate(30deg);left:-150px;}
        50%		{-webkit-transform: rotate(0deg);left:500px;}
        55%		{-webkit-transform: rotate(0deg);left:500px;}
        70%		{-webkit-transform: rotate(0deg);left:500px;}
        100%	{-webkit-transform: rotate(-360deg);left:0px;}
    }*/

}
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-modal,
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-entrymodal,
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-form,
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-entryform,
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-entrygate,
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-gate,
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-image {
  top: 0;
}
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-modal.bi-shown-first-time,
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-entrymodal.bi-shown-first-time,
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-form.bi-shown-first-time,
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-entryform.bi-shown-first-time,
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-entrygate.bi-shown-first-time,
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-gate.bi-shown-first-time,
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-image.bi-shown-first-time {
  -moz-transition: top 1s ease 0s;
  -o-transition: top 1s ease 0s;
  -webkit-transition: top 1s ease 0s;
  transition: top 1s ease 0s;
}
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-standard.bi-left {
  left: 0;
}
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-standard.bi-left.bi-shown-first-time {
  -moz-transition: left 1s ease 0s;
  -o-transition: left 1s ease 0s;
  -webkit-transition: left 1s ease 0s;
  transition: left 1s ease 0s;
}
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-standard.bi-right {
  right: 0;
}
.bi-name-entrymodal.bi-wrap.bi-entry-animation.bi-standard.bi-right.bi-shown-first-time {
  -moz-transition: right 1s ease 0s;
  -o-transition: right 1s ease 0s;
  -webkit-transition: right 1s ease 0s;
  transition: right 1s ease 0s;
}
.bi-name-entrymodal.bi-wrap .bi-border {
  background-color: #7c7c7c;
}
.bi-name-entrymodal.bi-wrap .bi-btn-wrap {
  background-color: white;
}
.bi-name-entrymodal.bi-wrap .bi-body-promo-title {
  color: black;
}
.bi-name-entrymodal.bi-wrap .bi-promo-icon {
  background-color: black;
  border-color: #ebebeb;
}
.bi-name-entrymodal.bi-wrap .bi-tooltip {
  display: none;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 10px;
  max-width: 200px;
}
.bi-name-entrymodal.bi-wrap .bi-tooltip-title {
  color: black;
  font-weight: bold;
  padding: 10px;
}
.bi-name-entrymodal.bi-wrap .bi-tooltip-body {
  color: black;
  padding: 10px;
}
.bi-name-entrymodal.bi-wrap .bi-bubble {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 7px;
  max-width: 100px;
}
.bi-name-entrymodal.bi-wrap .bi-bubble-title {
  color: #4f4e4e;
  text-align: center;
  font-weight: bold;
}
.bi-name-entrymodal.bi-wrap .bi-bubble-body {
  color: #4f4e4e;
  text-align: center;
}
.bi-name-entrymodal.bi-wrap .bi-bubble-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-entrymodal.bi-wrap .bi-bubble-arrow.bi-right {
  border-right: 15px solid #fdfdcd;
  border-left: 0;
  left: -15px;
  top: 20px;
}
.bi-name-entrymodal.bi-wrap .bi-bubble-arrow.bi-left {
  border-left: 15px solid #fdfdcd;
  border-right: 0;
  right: -15px;
  top: 20px;
}
.bi-name-entrymodal.bi-wrap .bi-bubble-arrow.bi-top {
  border-bottom: 15px solid #fdfdcd;
  border-top: 0;
  top: -10px;
  right: 19px;
}
.bi-name-entrymodal.bi-wrap .bi-bubble-arrow.bi-bottom {
  border-top: 15px solid #fdfdcd;
  border-bottom: 0;
  bottom: -10px;
  right: 19px;
}
.bi-name-entrymodal.bi-wrap .bi-bubble2 {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 10px;
  max-width: 200px;
}
.bi-name-entrymodal.bi-wrap .bi-bubble2-title {
  color: #4f4e4e;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
}
.bi-name-entrymodal.bi-wrap .bi-bubble2-body {
  color: #4f4e4e;
  padding: 10px;
}
.bi-name-entrymodal.bi-wrap .bi-bubble2-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-entrymodal.bi-wrap .bi-bubble2-arrow.bi-right {
  border-right: 15px solid #fdfdcd;
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-entrymodal.bi-wrap .bi-bubble2-arrow.bi-left {
  border-left: 15px solid #fdfdcd;
  border-right: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-entrymodal.bi-wrap .bi-bubble2-arrow.bi-top {
  border-bottom: 15px solid #fdfdcd;
  border-top: 0;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-entrymodal.bi-wrap .bi-bubble2-arrow.bi-bottom {
  border-top: 15px solid #fdfdcd;
  border-bottom: 0;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-entrymodal.bi-wrap .bi-bubble3 {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #4b87c8;
  border: 1px solid #2368b3;
  padding: 10px;
  max-width: 300px;
  font-size: 135%;
  background-image: url('../img/friends-circle-blue-32.png');
  background-repeat: no-repeat;
  background-position: 100% 95%;
}
.bi-name-entrymodal.bi-wrap .bi-bubble3-title {
  color: white;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
}
.bi-name-entrymodal.bi-wrap .bi-bubble3-body {
  color: white;
  padding: 10px;
}
.bi-name-entrymodal.bi-wrap .bi-bubble3-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-entrymodal.bi-wrap .bi-bubble3-arrow.bi-right {
  border-right: 15px solid #4b87c8;
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-entrymodal.bi-wrap .bi-bubble3-arrow.bi-left {
  border-left: 15px solid #4b87c8;
  border-right: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-entrymodal.bi-wrap .bi-bubble3-arrow.bi-top {
  border-bottom: 15px solid #4b87c8;
  border-top: 0;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-entrymodal.bi-wrap .bi-bubble3-arrow.bi-bottom {
  border-top: 15px solid #4b87c8;
  border-bottom: 0;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-entrymodal.bi-wrap .bi-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.bi-name-entrymodal.bi-wrap .bi-rtl {
  text-align: right;
  direction: rtl;
}
.bi-name-entrymodal.bi-wrap .bi-min {
  width: 25px;
}
.bi-name-entrymodal.bi-wrap .bi-maximize {
  cursor: pointer;
}
.bi-name-entrymodal.bi-wrap .bi-maximize:before {
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 120%;
  color: white;
  margin: 0px 10px 5px 10px;
  border-top-width: 0;
}
.bi-name-entrymodal.bi-wrap .bi-minimize {
  /*width: 0;
        height: 0;
        border: 5px solid transparent;*/
  cursor: pointer;
  color: #7c7c7c;
}
.bi-name-entrymodal.bi-wrap .bi-minimize:before {
  font-family: FontAwesome;
  content: "\f0d9";
  font-size: 120%;
}
.bi-name-entrymodal.bi-wrap .bi-min-bg {
  height: 150px;
  background-color: #7c7c7c;
}
.bi-name-entrymodal.bi-wrap .bi-min-text {
  color: white;
  width: 150px;
  font-family: Oxygen;
  font-size: 91%;
  letter-spacing: normal;
  margin: 0 4px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-transform: rotate(-90deg) translate(-100%, 0%);
  -ms-transform: rotate(-90deg) translate(-100%, 0%);
  -o-transform: rotate(-90deg) translate(-100%, 0%);
  -webkit-transform: rotate(-90deg) translate(-100%, 0%);
  transform: rotate(-90deg) translate(-100%, 0%);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.bi-name-entrymodal.bi-wrap ::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
}
.bi-name-entrymodal.bi-wrap ::-webkit-scrollbar-button {
  background: transparent;
}
.bi-name-entrymodal.bi-wrap ::-webkit-scrollbar {
  background: white;
}
.bi-name-entrymodal.bi-wrap .bi-panel {
  opacity: 1;
  padding: 10px;
  width: auto;
  /*border: 1px solid whitesmoke;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 2147483641;
  background-color: white;
}
.bi-name-entrymodal.bi-wrap .bi-header {
  display: table;
  width: 100%;
  height: 16px;
}
.bi-name-entrymodal.bi-wrap .bi-cell {
  display: table-cell;
  vertical-align: middle;
}
.bi-name-entrymodal.bi-wrap .bi-row {
  display: table-row;
}
.bi-name-entrymodal.bi-wrap .bi-body-title {
  font-size: 140%;
  margin-top: 25px;
  padding: 0 25px;
  color: black;
}
.bi-name-entrymodal.bi-wrap .bi-title {
  display: table-cell;
  vertical-align: middle;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 2px;
  font-size: 90%;
  font-weight: bold;
  color: black;
}
.bi-name-entrymodal.bi-wrap .bi-minimize-wrap {
  width: 1px;
}
.bi-name-entrymodal.bi-wrap .bi-close {
  cursor: pointer;
  width: 16px;
  position: absolute;
  top: 0;
  right: -20px;
}
.bi-name-entrymodal.bi-wrap .bi-close:before {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 100%;
  position: static;
  color: white;
}
.bi-name-entrymodal.bi-wrap .bi-content {
  padding: 25px 0px;
}
.bi-name-entrymodal.bi-wrap .bi-promo {
  cursor: pointer;
  overflow: hidden;
}
.bi-name-entrymodal.bi-wrap .bi-promo-icon-wrap {
  display: table-cell;
  vertical-align: top;
}
.bi-name-entrymodal.bi-wrap .bi-promo-icon-wrap:after {
  background-color: #7c7c7c;
}
.bi-name-entrymodal.bi-wrap .bi-promo-text-wrap {
  display: table-cell;
}
.bi-name-entrymodal.bi-wrap .bi-promo-title {
  font-size: 100%;
  line-height: 17px;
  color: #2f3130;
}
.bi-name-entrymodal.bi-wrap .bi-promo-type {
  font-weight: bold;
  font-size: 100%;
  text-transform: capitalize;
  color: #2f3130;
}
.bi-name-entrymodal.bi-wrap .bi-promo-content {
  display: none;
  clear: both;
  padding-top: 15px;
  cursor: default;
}
.bi-name-entrymodal.bi-wrap .bi-action-call {
  display: none;
}
.bi-name-entrymodal.bi-wrap .bi-promo-sep {
  height: 30px;
  background-color: transparent;
}
.bi-name-entrymodal.bi-wrap .bi-show-more-text {
  font-size: 120%;
  vertical-align: middle;
  cursor: pointer;
  border-bottom: 1px solid;
  text-align: center;
  min-width: 90px;
  max-width: 90px;
  font-weight: bold;
  padding: 11px 0;
  margin: 0 0 0 25px;
  white-space: nowrap;
  color: black;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.bi-name-entrymodal.bi-wrap .bi-show-more-content {
  display: none;
}
.bi-name-entrymodal.bi-wrap .bi-btn {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 10px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
  width: 160px;
  text-align: center;
  margin-top: 10px;
  background: #7c7c7c;
}
.bi-name-entrymodal.bi-wrap .bi-btn:hover {
  text-decoration: none;
  background: #626262;
}
.bi-name-entrymodal.bi-wrap .bi-controls {
  text-align: center;
}
.bi-name-entrymodal.bi-wrap .bi-pager-left {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #cccccc;
  margin: 0px 3px;
  cursor: pointer;
}
.bi-name-entrymodal.bi-wrap .bi-pager-left:hover {
  border-right-color: #999999;
}
.bi-name-entrymodal.bi-wrap .bi-pager-right {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #cccccc;
  margin: 0px 3px;
  cursor: pointer;
}
.bi-name-entrymodal.bi-wrap .bi-pager-right:hover {
  border-left-color: #999999;
}
.bi-name-entrymodal.bi-wrap .bi-pager-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 2px 3px;
  cursor: pointer;
  background-color: #ebebeb;
}
.bi-name-entrymodal.bi-wrap .bi-pager-dot:hover {
  background-color: #999999;
}
.bi-name-entrymodal.bi-wrap .bi-pager-dot.bi-active {
  background-color: #999999;
}
.bi-name-entrymodal.bi-wrap .bi-pwred {
  padding-top: 20px;
  text-align: right;
}
.bi-name-entrymodal.bi-wrap .bi-pwred a {
  font-size: 90%;
  color: #cccccc;
}
.bi-name-entrymodal.bi-wrap .bi-pwred a:hover {
  text-decoration: underline;
  color: #3b3b3b;
}
.bi-name-entrymodal.bi-wrap .bi-countdown {
  padding-top: 5px;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.bi-name-entrymodal.bi-wrap.bi-left {
  left: 2px;
}
.bi-name-entrymodal.bi-wrap.bi-right .bi-minimize,
.bi-name-entrymodal.bi-wrap.bi-right .bi-maximize {
  transform: rotate(180deg);
}
.bi-name-entrymodal.bi-wrap.bi-top .bi-minimize,
.bi-name-entrymodal.bi-wrap.bi-top .bi-maximize {
  transform: rotate(90deg);
}
.bi-name-entrymodal.bi-wrap.bi-bottom .bi-minimize,
.bi-name-entrymodal.bi-wrap.bi-bottom .bi-maximize {
  transform: rotate(270deg);
}
.bi-name-entrymodal.bi-wrap.bi-Vtop {
  top: 50px;
}
.bi-name-entrymodal.bi-wrap.bi-Vbottom {
  bottom: 50px;
}
.bi-name-entrymodal.bi-wrap .bi-favicon {
  display: none;
}
.bi-name-entrymodal.bi-wrap .bi-promo-thumbnail {
  width: auto;
  height: auto;
  width: 100%;
  display: block;
}
.bi-name-entrymodal.bi-wrap.bi-standard.bi-wrap-min {
  width: auto !important;
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-header {
  padding: 5px 5px 0 5px;
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-controls {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-pwred {
  padding: 0 5px 5px 0;
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-pwred a {
  height: 15px;
  display: inline-block;
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-panel {
  padding: 1px;
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-content {
  padding: 10px 0 0 0;
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-promo-title {
  display: inline;
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-minimize {
  color: #7c7c7c;
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-promo-text-wrap {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 10px;
  height: 42px;
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-promo a {
  display: block;
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-promo a:hover .bi-promo-icon-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-promo-sep {
  height: 2px;
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-promo-type {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-promo-icon-wrap {
  display: block;
  padding: 0 12px;
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-promo-icon-wrap:after {
  content: '';
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-promo-thumbnail {
  max-width: 200px;
  max-height: 100px;
  margin: 0 auto;
}
.bi-name-entrymodal.bi-wrap.bi-standard .bi-maximize:before {
  color: #7c7c7c;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard {
  top: 0;
  height: 100%;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-promo-thumbnail {
  max-width: 160px;
  max-height: 80px;
  width: auto;
  height: auto;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-promo-type {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-panel {
  opacity: 1;
  height: 100%;
  padding-right: 40px;
  padding: 0;
  position: relative;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-header {
  background-color: #2e2d2d;
  height: 10%;
  margin-left: -2px;
  width: 100%;
  font-size: 24px;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-title {
  color: white;
  text-align: center;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-title:after {
  content: "Content for you";
  text-transform: uppercase;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-content {
  padding: 25px 35px 0 4px;
  height: 80%;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-footer {
  padding-right: 45px;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-promo-text-wrap {
  padding-left: 175px;
  display: block;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-promo-icon-wrap {
  padding: 0 5px 0 0;
  vertical-align: middle;
  display: block;
  position: absolute;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-promo-title {
  font-size: 140%;
  font-family: tahoma;
  font-weight: 600;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-promo-content {
  padding-left: 20px;
  padding-top: 10px;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-promo-sep {
  height: 15px;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-min {
  height: 100%;
  position: relative;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-min-arrow {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-min-bg {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -75px;
  width: 25px;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-border {
  left: 0;
  margin-left: -2px;
  position: absolute;
  height: 100%;
  z-index: 2;
  width: 10px;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-panel .bi-min-bg {
  right: 6px;
  left: auto;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-panel .bi-border {
  right: 0;
  left: auto;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-min-text {
  margin: 0 6px;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-min-text:after {
  content: "Content for you";
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-minimize {
  visibility: hidden;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-pwred {
  padding: 0;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-pwred a {
  font-size: 100%;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-controls {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-mstandard .bi-promo a {
  display: table-row;
}
.bi-name-entrymodal.bi-wrap.bi-modeless {
  top: 0px;
  bottom: 0px;
}
.bi-name-entrymodal.bi-wrap.bi-modeless.bi-wrap-min {
  bottom: auto;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-promo-text-wrap {
  display: block;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-header {
  padding: 5px 10px;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-title {
  font-size: 90%;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-panel {
  width: 300px;
  height: 100%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  padding: 0;
  opacity: 0.88;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-panel:hover {
  opacity: 1;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-content {
  height: calc(100% - 58px);
  overflow-y: auto;
  padding: 0;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-promo {
  padding: 25px;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-promo-icon-wrap:after {
  content: '';
  display: block;
  height: 5px;
  position: relative;
  bottom: 5px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-promo:hover .bi-promo-icon-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-entrymodal.bi-wrap.bi-modeless.bi-right {
  right: 0px;
  border-right-width: 0px;
}
.bi-name-entrymodal.bi-wrap.bi-modeless.bi-left {
  left: 0px;
  border-left-width: 0px;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-promo-thumbnail {
  margin: auto;
  max-width: 320px;
  max-height: 160px;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-promo-sep {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-promo a {
  font-size: 140%;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-promo-title {
  line-height: 26px;
  display: inline;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-footer {
  bottom: 10px;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-promo-content {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-btn {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-promo-type {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-modeless .bi-pwred {
  text-align: center;
  padding: 10px 0;
}
.bi-name-entrymodal.bi-wrap.bi-modal,
.bi-name-entrymodal.bi-wrap.bi-entrymodal {
  top: auto;
  bottom: auto;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-header,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-header {
  padding: 0;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-title,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-title {
  font-size: 140%;
  border-bottom: 1px solid;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding-bottom: 10px;
  padding-top: 10px;
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-show-more-text,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-show-more-text {
  margin-top: 50px;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-content,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-content {
  padding: 0;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-panel,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-panel {
  position: relative;
  width: 800px;
  padding: 0;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-promo,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-promo {
  padding: 0;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-promo a,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-promo a {
  display: block;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-promo-wrap,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-promo-wrap {
  padding: 70px 30px;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-promo-icon-wrap,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-promo-icon-wrap {
  width: 50%;
  text-align: center;
  float: none;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-promo-text-wrap,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-promo-text-wrap {
  text-align: left;
  padding: 0 10px;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-promo-type,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-promo-type {
  display: block;
  text-align: inherit;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-promo-type:before,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-promo-type:before {
  content: attr(data-before);
  display: inline;
}
.bi-name-entrymodal.bi-wrap.bi-modal.bi-left,
.bi-name-entrymodal.bi-wrap.bi-entrymodal.bi-left,
.bi-name-entrymodal.bi-wrap.bi-modal.bi-right,
.bi-name-entrymodal.bi-wrap.bi-entrymodal.bi-right {
  right: auto;
  left: auto;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-promo a,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-promo a {
  font-size: 180%;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-promo-title,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-promo-title {
  /*line-height: 26px;
                    display: inline;*/
  text-align: inherit;
  line-height: 26px;
  margin: 0;
  display: block;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-promo-thumbnail,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-promo-thumbnail {
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 200px;
  text-align: inherit;
  margin: 0 auto;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-pwred,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-pwred {
  position: relative;
  text-align: center;
  padding: 0;
  height: 0;
  bottom: -10px;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-pwred a,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-pwred a {
  height: 15px;
  display: inline-block;
  color: white;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-promo-sep,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-promo-sep {
  width: 100%;
  height: 10px;
  background-color: #7c7c7c;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-btn-wrap,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-btn-wrap {
  padding: 40px 0;
  text-align: center;
  background-color: #373737;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-btn,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 0;
  margin: 0px auto;
  line-height: 60px;
  width: auto;
  font-size: 50px;
  font-weight: normal;
  background-color: transparent;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-btn:after,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-btn:after {
  -moz-transition: transform 0.5s ease, background-color 0.5s ease;
  -o-transition: transform 0.5s ease, background-color 0.5s ease;
  -webkit-transition: transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  content: '';
  background-color: #7c7c7c;
  display: block;
  height: 2px;
  margin: auto;
  position: relative;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-btn:hover,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-btn:hover {
  background-color: transparent;
}
.bi-name-entrymodal.bi-wrap.bi-modal .bi-panel:hover .bi-btn:after,
.bi-name-entrymodal.bi-wrap.bi-entrymodal .bi-panel:hover .bi-btn:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #7c7c7c;
}
.bi-name-entrymodal.bi-wrap.bi-modal.bi-mobile,
.bi-name-entrymodal.bi-wrap.bi-entrymodal.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-entrymodal.bi-wrap.bi-modal.bi-mobile .bi-panel,
.bi-name-entrymodal.bi-wrap.bi-entrymodal.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-entrymodal.bi-wrap.bi-modal.bi-mobile .bi-title,
.bi-name-entrymodal.bi-wrap.bi-entrymodal.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-entrymodal.bi-wrap.bi-modal.bi-mobile .bi-body-title,
.bi-name-entrymodal.bi-wrap.bi-entrymodal.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-entrymodal.bi-wrap.bi-modal.bi-mobile .bi-content,
.bi-name-entrymodal.bi-wrap.bi-entrymodal.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-entrymodal.bi-wrap.bi-modal.bi-mobile .bi-close,
.bi-name-entrymodal.bi-wrap.bi-entrymodal.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-entrymodal.bi-wrap.bi-modal.bi-mobile .bi-close:before,
.bi-name-entrymodal.bi-wrap.bi-entrymodal.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-entrymodal.bi-wrap.bi-modal.bi-mobile .bi-overlay,
.bi-name-entrymodal.bi-wrap.bi-entrymodal.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-gate,
.bi-name-entrymodal.bi-wrap.bi-form,
.bi-name-entrymodal.bi-wrap.bi-entryform,
.bi-name-entrymodal.bi-wrap.bi-entrygate {
  top: auto;
  bottom: auto;
  z-index: 2147483642;
}
.bi-name-entrymodal.bi-wrap.bi-gate .bi-panel,
.bi-name-entrymodal.bi-wrap.bi-form .bi-panel,
.bi-name-entrymodal.bi-wrap.bi-entryform .bi-panel,
.bi-name-entrymodal.bi-wrap.bi-entrygate .bi-panel {
  padding: 0 50px;
  width: 400px;
  position: relative;
  border: 0;
}
.bi-name-entrymodal.bi-wrap.bi-gate .bi-header,
.bi-name-entrymodal.bi-wrap.bi-form .bi-header,
.bi-name-entrymodal.bi-wrap.bi-entryform .bi-header,
.bi-name-entrymodal.bi-wrap.bi-entrygate .bi-header {
  height: 50px;
}
.bi-name-entrymodal.bi-wrap.bi-gate .bi-title,
.bi-name-entrymodal.bi-wrap.bi-form .bi-title,
.bi-name-entrymodal.bi-wrap.bi-entryform .bi-title,
.bi-name-entrymodal.bi-wrap.bi-entrygate .bi-title {
  padding-top: 30px;
  text-align: center;
  font-size: 200%;
  text-transform: none;
}
.bi-name-entrymodal.bi-wrap.bi-gate .bi-body-title,
.bi-name-entrymodal.bi-wrap.bi-form .bi-body-title,
.bi-name-entrymodal.bi-wrap.bi-entryform .bi-body-title,
.bi-name-entrymodal.bi-wrap.bi-entrygate .bi-body-title {
  padding: 0;
  text-align: center;
  font-size: 150%;
}
.bi-name-entrymodal.bi-wrap.bi-gate .bi-content,
.bi-name-entrymodal.bi-wrap.bi-form .bi-content,
.bi-name-entrymodal.bi-wrap.bi-entryform .bi-content,
.bi-name-entrymodal.bi-wrap.bi-entrygate .bi-content {
  padding: 20px 0;
  text-align: center;
}
.bi-name-entrymodal.bi-wrap.bi-gate form label,
.bi-name-entrymodal.bi-wrap.bi-form form label,
.bi-name-entrymodal.bi-wrap.bi-entryform form label,
.bi-name-entrymodal.bi-wrap.bi-entrygate form label {
  color: black;
}
.bi-name-entrymodal.bi-wrap.bi-gate form input,
.bi-name-entrymodal.bi-wrap.bi-form form input,
.bi-name-entrymodal.bi-wrap.bi-entryform form input,
.bi-name-entrymodal.bi-wrap.bi-entrygate form input,
.bi-name-entrymodal.bi-wrap.bi-gate form textarea,
.bi-name-entrymodal.bi-wrap.bi-form form textarea,
.bi-name-entrymodal.bi-wrap.bi-entryform form textarea,
.bi-name-entrymodal.bi-wrap.bi-entrygate form textarea,
.bi-name-entrymodal.bi-wrap.bi-gate form select,
.bi-name-entrymodal.bi-wrap.bi-form form select,
.bi-name-entrymodal.bi-wrap.bi-entryform form select,
.bi-name-entrymodal.bi-wrap.bi-entrygate form select,
.bi-name-entrymodal.bi-wrap.bi-gate form option,
.bi-name-entrymodal.bi-wrap.bi-form form option,
.bi-name-entrymodal.bi-wrap.bi-entryform form option,
.bi-name-entrymodal.bi-wrap.bi-entrygate form option {
  background-color: white;
  color: #888888;
  border-color: #cccccc;
}
.bi-name-entrymodal.bi-wrap.bi-gate form input[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-form form input[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-entryform form input[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-entrygate form input[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-gate form textarea[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-form form textarea[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-entryform form textarea[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-entrygate form textarea[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-gate form select[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-form form select[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-entryform form select[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-entrygate form select[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-gate form option[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-form form option[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-entryform form option[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-entrygate form option[type="submit"] {
  background-color: #7c7c7c;
  border: 0;
  color: white;
}
.bi-name-entrymodal.bi-wrap.bi-gate .bi-footer .bi-pwred,
.bi-name-entrymodal.bi-wrap.bi-form .bi-footer .bi-pwred,
.bi-name-entrymodal.bi-wrap.bi-entryform .bi-footer .bi-pwred,
.bi-name-entrymodal.bi-wrap.bi-entrygate .bi-footer .bi-pwred {
  position: relative;
  bottom: -10px;
  text-align: center;
  padding: 0;
  height: 0;
}
.bi-name-entrymodal.bi-wrap.bi-gate .bi-footer a,
.bi-name-entrymodal.bi-wrap.bi-form .bi-footer a,
.bi-name-entrymodal.bi-wrap.bi-entryform .bi-footer a,
.bi-name-entrymodal.bi-wrap.bi-entrygate .bi-footer a {
  color: white;
}
.bi-name-entrymodal.bi-wrap.bi-gate .bi-body-promo-title,
.bi-name-entrymodal.bi-wrap.bi-form .bi-body-promo-title,
.bi-name-entrymodal.bi-wrap.bi-entryform .bi-body-promo-title,
.bi-name-entrymodal.bi-wrap.bi-entrygate .bi-body-promo-title {
  font-size: 166%;
  text-align: center;
}
.bi-name-entrymodal.bi-wrap.bi-gate.bi-left,
.bi-name-entrymodal.bi-wrap.bi-form.bi-left,
.bi-name-entrymodal.bi-wrap.bi-entryform.bi-left,
.bi-name-entrymodal.bi-wrap.bi-entrygate.bi-left,
.bi-name-entrymodal.bi-wrap.bi-gate.bi-right,
.bi-name-entrymodal.bi-wrap.bi-form.bi-right,
.bi-name-entrymodal.bi-wrap.bi-entryform.bi-right,
.bi-name-entrymodal.bi-wrap.bi-entrygate.bi-right {
  right: auto;
  left: auto;
}
.bi-name-entrymodal.bi-wrap.bi-gate form,
.bi-name-entrymodal.bi-wrap.bi-form form,
.bi-name-entrymodal.bi-wrap.bi-entryform form,
.bi-name-entrymodal.bi-wrap.bi-entrygate form {
  margin: 0px;
}
.bi-name-entrymodal.bi-wrap.bi-gate form *,
.bi-name-entrymodal.bi-wrap.bi-form form *,
.bi-name-entrymodal.bi-wrap.bi-entryform form *,
.bi-name-entrymodal.bi-wrap.bi-entrygate form * {
  display: block;
}
.bi-name-entrymodal.bi-wrap.bi-gate form input[type="checkbox"],
.bi-name-entrymodal.bi-wrap.bi-form form input[type="checkbox"],
.bi-name-entrymodal.bi-wrap.bi-entryform form input[type="checkbox"],
.bi-name-entrymodal.bi-wrap.bi-entrygate form input[type="checkbox"] {
  float: left;
  height: 19px;
  width: 19px;
  margin: 0 5px 5px 0;
}
.bi-name-entrymodal.bi-wrap.bi-gate form input[type="checkbox"] + label:after,
.bi-name-entrymodal.bi-wrap.bi-form form input[type="checkbox"] + label:after,
.bi-name-entrymodal.bi-wrap.bi-entryform form input[type="checkbox"] + label:after,
.bi-name-entrymodal.bi-wrap.bi-entrygate form input[type="checkbox"] + label:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.bi-name-entrymodal.bi-wrap.bi-gate form label,
.bi-name-entrymodal.bi-wrap.bi-form form label,
.bi-name-entrymodal.bi-wrap.bi-entryform form label,
.bi-name-entrymodal.bi-wrap.bi-entrygate form label {
  font-size: 125%;
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-gate form label.bi-form-error,
.bi-name-entrymodal.bi-wrap.bi-form form label.bi-form-error,
.bi-name-entrymodal.bi-wrap.bi-entryform form label.bi-form-error,
.bi-name-entrymodal.bi-wrap.bi-entrygate form label.bi-form-error {
  font-size: 120%;
}
.bi-name-entrymodal.bi-wrap.bi-gate form input,
.bi-name-entrymodal.bi-wrap.bi-form form input,
.bi-name-entrymodal.bi-wrap.bi-entryform form input,
.bi-name-entrymodal.bi-wrap.bi-entrygate form input,
.bi-name-entrymodal.bi-wrap.bi-gate form textarea,
.bi-name-entrymodal.bi-wrap.bi-form form textarea,
.bi-name-entrymodal.bi-wrap.bi-entryform form textarea,
.bi-name-entrymodal.bi-wrap.bi-entrygate form textarea,
.bi-name-entrymodal.bi-wrap.bi-gate form select,
.bi-name-entrymodal.bi-wrap.bi-form form select,
.bi-name-entrymodal.bi-wrap.bi-entryform form select,
.bi-name-entrymodal.bi-wrap.bi-entrygate form select,
.bi-name-entrymodal.bi-wrap.bi-gate form option,
.bi-name-entrymodal.bi-wrap.bi-form form option,
.bi-name-entrymodal.bi-wrap.bi-entryform form option,
.bi-name-entrymodal.bi-wrap.bi-entrygate form option {
  width: 100%;
  padding: 0px 4px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 16px;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  font-size: 140%;
  height: 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
}
.bi-name-entrymodal.bi-wrap.bi-gate form input[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-form form input[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-entryform form input[type="submit"],
.bi-name-entrymodal.bi-wrap.bi-entrygate form input[type="submit"] {
  /*font: normal 100%/100% Arial;*/
  background-image: none;
  line-height: 50px;
  height: 50px;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 170%;
  border: 0;
}
.bi-name-entrymodal.bi-wrap.bi-gate form input::-webkit-input-placeholder,
.bi-name-entrymodal.bi-wrap.bi-form form input::-webkit-input-placeholder,
.bi-name-entrymodal.bi-wrap.bi-entryform form input::-webkit-input-placeholder,
.bi-name-entrymodal.bi-wrap.bi-entrygate form input::-webkit-input-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-entrymodal.bi-wrap.bi-gate form input::-moz-placeholder,
.bi-name-entrymodal.bi-wrap.bi-form form input::-moz-placeholder,
.bi-name-entrymodal.bi-wrap.bi-entryform form input::-moz-placeholder,
.bi-name-entrymodal.bi-wrap.bi-entrygate form input::-moz-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-entrymodal.bi-wrap.bi-gate form input:-moz-placeholder,
.bi-name-entrymodal.bi-wrap.bi-form form input:-moz-placeholder,
.bi-name-entrymodal.bi-wrap.bi-entryform form input:-moz-placeholder,
.bi-name-entrymodal.bi-wrap.bi-entrygate form input:-moz-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-entrymodal.bi-wrap.bi-gate form input:-ms-input-placeholder,
.bi-name-entrymodal.bi-wrap.bi-form form input:-ms-input-placeholder,
.bi-name-entrymodal.bi-wrap.bi-entryform form input:-ms-input-placeholder,
.bi-name-entrymodal.bi-wrap.bi-entrygate form input:-ms-input-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-entrymodal.bi-wrap.bi-gate.bi-mobile,
.bi-name-entrymodal.bi-wrap.bi-form.bi-mobile,
.bi-name-entrymodal.bi-wrap.bi-entryform.bi-mobile,
.bi-name-entrymodal.bi-wrap.bi-entrygate.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-entrymodal.bi-wrap.bi-gate.bi-mobile .bi-panel,
.bi-name-entrymodal.bi-wrap.bi-form.bi-mobile .bi-panel,
.bi-name-entrymodal.bi-wrap.bi-entryform.bi-mobile .bi-panel,
.bi-name-entrymodal.bi-wrap.bi-entrygate.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-entrymodal.bi-wrap.bi-gate.bi-mobile .bi-title,
.bi-name-entrymodal.bi-wrap.bi-form.bi-mobile .bi-title,
.bi-name-entrymodal.bi-wrap.bi-entryform.bi-mobile .bi-title,
.bi-name-entrymodal.bi-wrap.bi-entrygate.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-entrymodal.bi-wrap.bi-gate.bi-mobile .bi-body-title,
.bi-name-entrymodal.bi-wrap.bi-form.bi-mobile .bi-body-title,
.bi-name-entrymodal.bi-wrap.bi-entryform.bi-mobile .bi-body-title,
.bi-name-entrymodal.bi-wrap.bi-entrygate.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-entrymodal.bi-wrap.bi-gate.bi-mobile .bi-content,
.bi-name-entrymodal.bi-wrap.bi-form.bi-mobile .bi-content,
.bi-name-entrymodal.bi-wrap.bi-entryform.bi-mobile .bi-content,
.bi-name-entrymodal.bi-wrap.bi-entrygate.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-entrymodal.bi-wrap.bi-gate.bi-mobile .bi-close,
.bi-name-entrymodal.bi-wrap.bi-form.bi-mobile .bi-close,
.bi-name-entrymodal.bi-wrap.bi-entryform.bi-mobile .bi-close,
.bi-name-entrymodal.bi-wrap.bi-entrygate.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-entrymodal.bi-wrap.bi-gate.bi-mobile .bi-close:before,
.bi-name-entrymodal.bi-wrap.bi-form.bi-mobile .bi-close:before,
.bi-name-entrymodal.bi-wrap.bi-entryform.bi-mobile .bi-close:before,
.bi-name-entrymodal.bi-wrap.bi-entrygate.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-entrymodal.bi-wrap.bi-gate.bi-mobile .bi-overlay,
.bi-name-entrymodal.bi-wrap.bi-form.bi-mobile .bi-overlay,
.bi-name-entrymodal.bi-wrap.bi-entryform.bi-mobile .bi-overlay,
.bi-name-entrymodal.bi-wrap.bi-entrygate.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-bar {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  /*height: 40px;*/

}
.bi-name-entrymodal.bi-wrap.bi-bar.bi-bottom {
  bottom: 0;
  border-top: 1px solid #7c7c7c;
}
.bi-name-entrymodal.bi-wrap.bi-bar.bi-top {
  top: 0;
  border-bottom: 1px solid #7c7c7c;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-tooltip {
  max-width: 400px;
}
.bi-name-entrymodal.bi-wrap.bi-bar.bi-wrap-min {
  height: auto;
  left: auto;
  right: 0;
  margin-right: 15px;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-minimize-wrap {
  width: auto;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-min {
  width: auto;
  display: block;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-min-bg {
  height: 25px;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-min-text {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-minimize {
  margin: 0px 20px 5px 20px;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-header {
  width: 20px;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 25%;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-promo a {
  display: inline-block;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-promo-icon-wrap,
.bi-name-entrymodal.bi-wrap.bi-bar .bi-promo-text-wrap {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-footer {
  vertical-align: middle;
  position: absolute;
  right: 0px;
  top: 35%;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-pwred {
  padding: 0;
  text-align: center;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-panel {
  display: table;
  width: 100%;
  height: 70px;
  padding: 0;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-panel:hover .bi-promo a:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-panel:hover .bi-promo-text-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-row {
  height: 70px;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-promo {
  cursor: auto;
  text-align: center;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-promo a {
  font-size: 130%;
  cursor: pointer;
  white-space: nowrap;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-promo-thumbnail {
  max-width: 80px;
  max-height: 55px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-promo-title {
  display: inline-block;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-promo-type {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-promo-type:after {
  content: "-";
  margin: 3px;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-cell {
  float: right;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-controls {
  float: right;
  width: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-promo-text-wrap {
  display: inline-block;
}
.bi-name-entrymodal.bi-wrap.bi-bar .bi-promo-text-wrap:after {
  content: '';
  display: block;
  height: 1px;
  margin-top: 2px;
  -moz-transition: transform 0.5s ease, background-color 0.5s ease;
  -o-transition: transform 0.5s ease, background-color 0.5s ease;
  -webkit-transition: transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #7c7c7c;
}
.bi-name-entrymodal.bi-wrap.bi-mbar {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  /*height: 40px;*/

}
.bi-name-entrymodal.bi-wrap.bi-mbar.bi-bottom {
  bottom: 0;
}
.bi-name-entrymodal.bi-wrap.bi-mbar.bi-top {
  top: 0;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-tooltip {
  max-width: 400px;
}
.bi-name-entrymodal.bi-wrap.bi-mbar.bi-wrap-min {
  height: auto;
  left: auto;
  right: 0;
  margin-right: 15px;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-min {
  width: auto;
  display: block;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-min-bg {
  height: 25px;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-min-text {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-minimize {
  margin: 0px 20px 5px 20px;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-header {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-footer {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-panel {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 4px;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-promo {
  cursor: auto;
  text-align: center;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-promo a {
  font-size: 130%;
  cursor: pointer;
  display: inline;
  white-space: nowrap;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-promo-title {
  display: inline-block;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-promo-type {
  display: inline-block;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-promo-type:before {
  content: "-";
  margin: 3px;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-cell {
  float: right;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-controls {
  float: right;
  width: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.bi-name-entrymodal.bi-wrap.bi-mbar .bi-promo-thumbnail {
  max-width: 50px;
  max-height: 40px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.bi-name-entrymodal.bi-wrap.bi-entrygate .bi-overlay {
  opacity: 0.9;
}
.bi-name-entrymodal.bi-wrap.bi-image .bi-panel,
.bi-name-entrymodal.bi-wrap.bi-entryimage .bi-panel {
  padding: 0;
  max-width: 800px;
  position: relative;
}
.bi-name-entrymodal.bi-wrap.bi-image .bi-img,
.bi-name-entrymodal.bi-wrap.bi-entryimage .bi-img {
  width: 100%;
}
.bi-name-entrymodal.bi-wrap.bi-image.bi-left,
.bi-name-entrymodal.bi-wrap.bi-entryimage.bi-left,
.bi-name-entrymodal.bi-wrap.bi-image.bi-right,
.bi-name-entrymodal.bi-wrap.bi-entryimage.bi-right {
  right: auto;
  left: auto;
}
.bi-name-entrymodal.bi-wrap.bi-image .bi-pwred,
.bi-name-entrymodal.bi-wrap.bi-entryimage .bi-pwred {
  position: relative;
  bottom: -10px;
  text-align: center;
  padding: 0;
  height: 0;
}
.bi-name-entrymodal.bi-wrap.bi-image .bi-pwred a,
.bi-name-entrymodal.bi-wrap.bi-entryimage .bi-pwred a {
  color: white;
}
.bi-name-entrymodal.bi-wrap.bi-image.bi-mobile,
.bi-name-entrymodal.bi-wrap.bi-entryimage.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-entrymodal.bi-wrap.bi-image.bi-mobile .bi-panel,
.bi-name-entrymodal.bi-wrap.bi-entryimage.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-entrymodal.bi-wrap.bi-image.bi-mobile .bi-title,
.bi-name-entrymodal.bi-wrap.bi-entryimage.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-entrymodal.bi-wrap.bi-image.bi-mobile .bi-body-title,
.bi-name-entrymodal.bi-wrap.bi-entryimage.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-entrymodal.bi-wrap.bi-image.bi-mobile .bi-content,
.bi-name-entrymodal.bi-wrap.bi-entryimage.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-entrymodal.bi-wrap.bi-image.bi-mobile .bi-close,
.bi-name-entrymodal.bi-wrap.bi-entryimage.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-entrymodal.bi-wrap.bi-image.bi-mobile .bi-close:before,
.bi-name-entrymodal.bi-wrap.bi-entryimage.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-entrymodal.bi-wrap.bi-image.bi-mobile .bi-overlay,
.bi-name-entrymodal.bi-wrap.bi-entryimage.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-image.bi-mobile .bi-panel,
.bi-name-entrymodal.bi-wrap.bi-entryimage.bi-mobile .bi-panel {
  padding: 0;
}
.bi-name-entrymodal.bi-wrap.bi-scroll {
  width: 320px;
}
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-right {
  right: 0;
}
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-wrap-min {
  width: auto !important;
}
.bi-name-entrymodal.bi-wrap.bi-scroll .bi-promo a {
  font-size: 125%;
}
.bi-name-entrymodal.bi-wrap.bi-scroll .bi-promo-icon-wrap {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 50%;
  vertical-align: middle;
}
.bi-name-entrymodal.bi-wrap.bi-scroll .bi-promo-thumbnail {
  display: block;
  height: auto;
  max-height: none;
  max-width: none;
  width: 100%;
}
.bi-name-entrymodal.bi-wrap.bi-scroll .bi-promo-type {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-bottom .bi-min,
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-top .bi-min {
  width: 150px;
}
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-arrow,
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-arrow {
  position: absolute;
  top: 4px;
  margin: 0 -15px;
}
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-bg,
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-bg {
  height: auto;
}
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-bg .bi-min-text,
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-bg .bi-min-text {
  margin: 0;
  transform: initial;
}
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-maximize,
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-top .bi-min .bi-maximize {
  position: absolute;
  left: -22px;
}
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-bottom {
  bottom: 0;
}
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-bottom.bi-Vleft {
  left: 50px;
}
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-bottom.bi-Vright {
  right: 50px;
}
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-top {
  top: 0;
}
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-top.bi-Vleft {
  left: 50px;
}
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-top.bi-Vright {
  right: 50px;
}
.bi-name-entrymodal.bi-wrap.bi-scroll.bi-mobile {
  width: 250px;
}
.bi-name-entrymodal.bi-wrap.bi-scroll .bi-panel {
  opacity: 1;
  border: 0;
  padding: 0;
}
.bi-name-entrymodal.bi-wrap.bi-scroll .bi-minimize {
  background-color: transparent;
  border: 0;
  right: 5px;
  top: 5px;
  position: absolute;
}
.bi-name-entrymodal.bi-wrap.bi-scroll .bi-minimize:before {
  content: "\f00d";
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  font-size: 90%;
  color: #2a3d53;
}
.bi-name-entrymodal.bi-wrap.bi-scroll .bi-header {
  position: absolute;
}
.bi-name-entrymodal.bi-wrap.bi-scroll .bi-content {
  padding: 0;
}
.bi-name-entrymodal.bi-wrap.bi-scroll .bi-promo > a {
  display: block;
}
.bi-name-entrymodal.bi-wrap.bi-scroll .bi-promo-text-wrap {
  display: block;
}
.bi-name-entrymodal.bi-wrap.bi-scroll .bi-promo-text-wrap:before {
  content: '';
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-entrymodal.bi-wrap.bi-scroll .bi-title {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-scroll .bi-promo-title {
  font-size: 120%;
  padding: 20px 15px;
  line-height: 1.2;
}
.bi-name-entrymodal.bi-wrap.bi-scroll .bi-footer {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-scroll .bi-maximize:before {
  color: #7c7c7c;
}
.bi-name-entrymodal.bi-wrap.bi-static {
  position: static;
}
.bi-name-entrymodal.bi-wrap.bi-static .bi-minimize {
  display: none;
}
.bi-name-entrymodal.bi-wrap.bi-static .bi-panel {
  opacity: 1;
}
.bi-name-entrymodal.bi-wrap.bi-static .bi-content {
  padding: 10px 0;
}
.bi-name-entrymodal.bi-wrap.bi-static .bi-promo-container {
  display: table;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}
.bi-name-entrymodal.bi-wrap.bi-static .bi-promo-sep {
  display: table-cell;
  width: 7px;
}
.bi-name-entrymodal.bi-wrap.bi-static .bi-promo {
  /*width: 220px;
                height: 300px;*/
  display: table-cell;
  vertical-align: top;
  padding: 4px;
}
.bi-name-entrymodal.bi-wrap.bi-static .bi-promo a {
  display: block;
}
.bi-name-entrymodal.bi-wrap.bi-static .bi-promo-icon-wrap {
  display: block;
}
.bi-name-entrymodal.bi-wrap.bi-static .bi-promo-thumbnail {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.bi-name-entrymodal.bi-wrap.bi-static .bi-promo-text-wrap {
  display: block;
  padding-top: 10px;
}
.bi-name-entrymodal.bi-wrap.bi-static .bi-promo-type {
  text-align: center;
  color: gray;
  font-family: 'Lato';
  font-weight: normal;
}
.bi-name-entrymodal.bi-wrap.bi-static .bi-promo-title {
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  font-family: 'Lato';
  font-size: 130%;
  line-height: 27px;
  height: 60px;
}
.bi-name-entrymodal.bi-wrap .bi-showfalse {
  display: none;
}
.bi-name-entrymodal .bi-promo.bi-rtl,
.bi-name-entrymodal .bi-promo.bi-rtl * {
  direction: rtl;
  text-align: right;
}
.bi-name-entrymodal.bi-rtl .bi-title {
  text-align: right;
  padding: 0 2px 0 0;
}
.bi-name-entrymodal.bi-rtl .bi-body-title,
.bi-name-entrymodal.bi-rtl .bi-body-promo-title,
.bi-name-entrymodal.bi-rtl .bi-dform-label {
  text-align: right;
}
.bi-name-entrymodal.bi-rtl .bi-dform-text,
.bi-name-entrymodal.bi-rtl .bi-form-error,
.bi-name-entrymodal.bi-rtl .bi-dform-submit,
.bi-name-entrymodal.bi-rtl .bi-dform-form {
  text-align: right;
  direction: rtl;
}
.bi-name-entrymodal.bi-rtl .bi-show-more-text {
  direction: rtl;
  text-align: right;
}
@media only screen and (max-height: 500px) {
  .bi-name-entrymodal .bi-wrap.bi-mstandard.bi-icons .bi-panel .bi-promo-sep {
    height: 20px;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), local('Oxygen-Regular'), url(//themes.googleusercontent.com/static/fonts/oxygen/v2/RzoNiRR1p2Mqyyz2RwqSMw.woff) format('woff');
}
@import url(//fonts.googleapis.com/css?family=Lato);
.bi-name-inpage .bi-customColors .bi-color {
  color: #7c7c7c;
}
.bi-name-inpage .bi-customColors .bi-backgroundColor {
  color: white;
}
.bi-name-inpage .bi-customColors .bi-titleColor {
  color: black;
}
.bi-name-inpage .bi-customColors .bi-promoTitleColor {
  color: #2f3130;
}
.bi-name-inpage .bi-customColors .bi-promoTypeColor {
  color: #2f3130;
}
.bi-name-inpage .biDebug {
  background-color: #7c7c7c;
  color: white;
  font-size: 13pt;
  position: fixed;
  top: 0px;
  z-index: 2147483640;
  left: 0px;
}
.bi-name-inpage #biPromotionExplanation {
  position: fixed;
  width: 98%;
  height: 97%;
  right: 0px;
  left: 0px;
  top: 5px;
  margin: 0px auto;
  overflow: auto;
  border: 1px solid #ebebeb;
  background-color: whitesmoke;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 5px #888888;
  -webkit-box-shadow: 0px 1px 5px #888888;
  box-shadow: 0px 1px 5px #888888;
  z-index: 2147483647;
}
.bi-name-inpage #biPromotionExplanation TABLE {
  border-collapse: collapse;
  /*table-layout: fixed; maxim might regreat this */
  width: 100%;
}
.bi-name-inpage #biPromotionExplanation TABLE TD {
  border: 1px solid black;
  -ms-word-break: break-word;
  word-break: break-word;
}
.bi-name-inpage #biPromotionExplanation TABLE TH {
  border: 1px solid black;
  -ms-word-break: break-word;
  word-break: break-word;
}
.bi-name-inpage #biPromotionExplanation TABLE TH.URL {
  min-width: 350px;
}
.bi-name-inpage #biPromotionExplanation.wordBreakOff TD,
.bi-name-inpage #biPromotionExplanation.wordBreakOff TR {
  -ms-word-break: normal;
  word-break: normal;
}
.bi-name-inpage #biPromotionExplanation.wordBreakOff .explanationWordWrap {
  text-decoration: line-through;
}
.bi-name-inpage .bi-wrap,
.bi-name-inpage .bi-wrap *,
.bi-name-inpage .bi-wrap a,
.bi-name-inpage .bi-wrap input {
  font-family: 'Oxygen', Arial;
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
  color: white;
  background-color: white;
  background-image: initial;
  border-collapse: separate;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: none;
  height: auto;
  letter-spacing: normal;
  margin: 0;
  outline: 0;
  position: static;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: inherit;
  vertical-align: middle;
  overflow: visible;
  direction: ltr;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
.bi-name-inpage.bi-wrap {
  visibility: hidden;
  display: block;
  position: fixed;
  z-index: 2147483640;
  font-size: 12px;
  /*&.bi-shown-first-time {
        -moz-animation: myfirst 4s forwards;
        -o-animation: myfirst 4s forwards;
        -webkit-animation: myfirst 4s forwards;
        animation: myfirst 4s forwards;
    }*/

  /* Chrome, Safari, Opera */

  /*@-webkit-keyframes myfirst {
        0%		{-webkit-transform: rotate(0deg);left:-250px;}
        25%		{-webkit-transform: rotate(30deg);left:-150px;}
        35%		{-webkit-transform: rotate(30deg);left:-150px;}
        50%		{-webkit-transform: rotate(0deg);left:500px;}
        55%		{-webkit-transform: rotate(0deg);left:500px;}
        70%		{-webkit-transform: rotate(0deg);left:500px;}
        100%	{-webkit-transform: rotate(-360deg);left:0px;}
    }*/

}
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-modal,
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-entrymodal,
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-form,
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-entryform,
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-entrygate,
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-gate,
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-image {
  top: 0;
}
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-modal.bi-shown-first-time,
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-entrymodal.bi-shown-first-time,
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-form.bi-shown-first-time,
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-entryform.bi-shown-first-time,
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-entrygate.bi-shown-first-time,
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-gate.bi-shown-first-time,
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-image.bi-shown-first-time {
  -moz-transition: top 1s ease 0s;
  -o-transition: top 1s ease 0s;
  -webkit-transition: top 1s ease 0s;
  transition: top 1s ease 0s;
}
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-standard.bi-left {
  left: 0;
}
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-standard.bi-left.bi-shown-first-time {
  -moz-transition: left 1s ease 0s;
  -o-transition: left 1s ease 0s;
  -webkit-transition: left 1s ease 0s;
  transition: left 1s ease 0s;
}
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-standard.bi-right {
  right: 0;
}
.bi-name-inpage.bi-wrap.bi-entry-animation.bi-standard.bi-right.bi-shown-first-time {
  -moz-transition: right 1s ease 0s;
  -o-transition: right 1s ease 0s;
  -webkit-transition: right 1s ease 0s;
  transition: right 1s ease 0s;
}
.bi-name-inpage.bi-wrap .bi-border {
  background-color: #7c7c7c;
}
.bi-name-inpage.bi-wrap .bi-btn-wrap {
  background-color: white;
}
.bi-name-inpage.bi-wrap .bi-body-promo-title {
  color: black;
}
.bi-name-inpage.bi-wrap .bi-promo-icon {
  background-color: black;
  border-color: #ebebeb;
}
.bi-name-inpage.bi-wrap .bi-tooltip {
  display: none;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 10px;
  max-width: 200px;
}
.bi-name-inpage.bi-wrap .bi-tooltip-title {
  color: black;
  font-weight: bold;
  padding: 10px;
}
.bi-name-inpage.bi-wrap .bi-tooltip-body {
  color: black;
  padding: 10px;
}
.bi-name-inpage.bi-wrap .bi-bubble {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 7px;
  max-width: 100px;
}
.bi-name-inpage.bi-wrap .bi-bubble-title {
  color: #4f4e4e;
  text-align: center;
  font-weight: bold;
}
.bi-name-inpage.bi-wrap .bi-bubble-body {
  color: #4f4e4e;
  text-align: center;
}
.bi-name-inpage.bi-wrap .bi-bubble-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-inpage.bi-wrap .bi-bubble-arrow.bi-right {
  border-right: 15px solid #fdfdcd;
  border-left: 0;
  left: -15px;
  top: 20px;
}
.bi-name-inpage.bi-wrap .bi-bubble-arrow.bi-left {
  border-left: 15px solid #fdfdcd;
  border-right: 0;
  right: -15px;
  top: 20px;
}
.bi-name-inpage.bi-wrap .bi-bubble-arrow.bi-top {
  border-bottom: 15px solid #fdfdcd;
  border-top: 0;
  top: -10px;
  right: 19px;
}
.bi-name-inpage.bi-wrap .bi-bubble-arrow.bi-bottom {
  border-top: 15px solid #fdfdcd;
  border-bottom: 0;
  bottom: -10px;
  right: 19px;
}
.bi-name-inpage.bi-wrap .bi-bubble2 {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 10px;
  max-width: 200px;
}
.bi-name-inpage.bi-wrap .bi-bubble2-title {
  color: #4f4e4e;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
}
.bi-name-inpage.bi-wrap .bi-bubble2-body {
  color: #4f4e4e;
  padding: 10px;
}
.bi-name-inpage.bi-wrap .bi-bubble2-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-inpage.bi-wrap .bi-bubble2-arrow.bi-right {
  border-right: 15px solid #fdfdcd;
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-inpage.bi-wrap .bi-bubble2-arrow.bi-left {
  border-left: 15px solid #fdfdcd;
  border-right: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-inpage.bi-wrap .bi-bubble2-arrow.bi-top {
  border-bottom: 15px solid #fdfdcd;
  border-top: 0;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-inpage.bi-wrap .bi-bubble2-arrow.bi-bottom {
  border-top: 15px solid #fdfdcd;
  border-bottom: 0;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-inpage.bi-wrap .bi-bubble3 {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #4b87c8;
  border: 1px solid #2368b3;
  padding: 10px;
  max-width: 300px;
  font-size: 135%;
  background-image: url('../img/friends-circle-blue-32.png');
  background-repeat: no-repeat;
  background-position: 100% 95%;
}
.bi-name-inpage.bi-wrap .bi-bubble3-title {
  color: white;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
}
.bi-name-inpage.bi-wrap .bi-bubble3-body {
  color: white;
  padding: 10px;
}
.bi-name-inpage.bi-wrap .bi-bubble3-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-inpage.bi-wrap .bi-bubble3-arrow.bi-right {
  border-right: 15px solid #4b87c8;
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-inpage.bi-wrap .bi-bubble3-arrow.bi-left {
  border-left: 15px solid #4b87c8;
  border-right: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-inpage.bi-wrap .bi-bubble3-arrow.bi-top {
  border-bottom: 15px solid #4b87c8;
  border-top: 0;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-inpage.bi-wrap .bi-bubble3-arrow.bi-bottom {
  border-top: 15px solid #4b87c8;
  border-bottom: 0;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-inpage.bi-wrap .bi-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.bi-name-inpage.bi-wrap .bi-rtl {
  text-align: right;
  direction: rtl;
}
.bi-name-inpage.bi-wrap .bi-min {
  width: 25px;
}
.bi-name-inpage.bi-wrap .bi-maximize {
  cursor: pointer;
}
.bi-name-inpage.bi-wrap .bi-maximize:before {
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 120%;
  color: white;
  margin: 0px 10px 5px 10px;
  border-top-width: 0;
}
.bi-name-inpage.bi-wrap .bi-minimize {
  /*width: 0;
        height: 0;
        border: 5px solid transparent;*/
  cursor: pointer;
  color: #7c7c7c;
}
.bi-name-inpage.bi-wrap .bi-minimize:before {
  font-family: FontAwesome;
  content: "\f0d9";
  font-size: 120%;
}
.bi-name-inpage.bi-wrap .bi-min-bg {
  height: 150px;
  background-color: #7c7c7c;
}
.bi-name-inpage.bi-wrap .bi-min-text {
  color: white;
  width: 150px;
  font-family: Oxygen;
  font-size: 91%;
  letter-spacing: normal;
  margin: 0 4px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-transform: rotate(-90deg) translate(-100%, 0%);
  -ms-transform: rotate(-90deg) translate(-100%, 0%);
  -o-transform: rotate(-90deg) translate(-100%, 0%);
  -webkit-transform: rotate(-90deg) translate(-100%, 0%);
  transform: rotate(-90deg) translate(-100%, 0%);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.bi-name-inpage.bi-wrap ::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
}
.bi-name-inpage.bi-wrap ::-webkit-scrollbar-button {
  background: transparent;
}
.bi-name-inpage.bi-wrap ::-webkit-scrollbar {
  background: white;
}
.bi-name-inpage.bi-wrap .bi-panel {
  opacity: 1;
  padding: 10px;
  width: auto;
  /*border: 1px solid whitesmoke;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 2147483641;
  background-color: white;
}
.bi-name-inpage.bi-wrap .bi-header {
  display: table;
  width: 100%;
  height: 16px;
}
.bi-name-inpage.bi-wrap .bi-cell {
  display: table-cell;
  vertical-align: middle;
}
.bi-name-inpage.bi-wrap .bi-row {
  display: table-row;
}
.bi-name-inpage.bi-wrap .bi-body-title {
  font-size: 140%;
  margin-top: 25px;
  padding: 0 25px;
  color: black;
}
.bi-name-inpage.bi-wrap .bi-title {
  display: table-cell;
  vertical-align: middle;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 2px;
  font-size: 90%;
  font-weight: bold;
  color: black;
}
.bi-name-inpage.bi-wrap .bi-minimize-wrap {
  width: 1px;
}
.bi-name-inpage.bi-wrap .bi-close {
  cursor: pointer;
  width: 16px;
  position: absolute;
  top: 0;
  right: -20px;
}
.bi-name-inpage.bi-wrap .bi-close:before {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 100%;
  position: static;
  color: white;
}
.bi-name-inpage.bi-wrap .bi-content {
  padding: 25px 0px;
}
.bi-name-inpage.bi-wrap .bi-promo {
  cursor: pointer;
  overflow: hidden;
}
.bi-name-inpage.bi-wrap .bi-promo-icon-wrap {
  display: table-cell;
  vertical-align: top;
}
.bi-name-inpage.bi-wrap .bi-promo-icon-wrap:after {
  background-color: #7c7c7c;
}
.bi-name-inpage.bi-wrap .bi-promo-text-wrap {
  display: table-cell;
}
.bi-name-inpage.bi-wrap .bi-promo-title {
  font-size: 100%;
  line-height: 17px;
  color: #2f3130;
}
.bi-name-inpage.bi-wrap .bi-promo-type {
  font-weight: bold;
  font-size: 100%;
  text-transform: capitalize;
  color: #2f3130;
}
.bi-name-inpage.bi-wrap .bi-promo-content {
  display: none;
  clear: both;
  padding-top: 15px;
  cursor: default;
}
.bi-name-inpage.bi-wrap .bi-action-call {
  display: none;
}
.bi-name-inpage.bi-wrap .bi-promo-sep {
  height: 30px;
  background-color: transparent;
}
.bi-name-inpage.bi-wrap .bi-show-more-text {
  font-size: 120%;
  vertical-align: middle;
  cursor: pointer;
  border-bottom: 1px solid;
  text-align: center;
  min-width: 90px;
  max-width: 90px;
  font-weight: bold;
  padding: 11px 0;
  margin: 0 0 0 25px;
  white-space: nowrap;
  color: black;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.bi-name-inpage.bi-wrap .bi-show-more-content {
  display: none;
}
.bi-name-inpage.bi-wrap .bi-btn {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 10px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
  width: 160px;
  text-align: center;
  margin-top: 10px;
  background: #7c7c7c;
}
.bi-name-inpage.bi-wrap .bi-btn:hover {
  text-decoration: none;
  background: #626262;
}
.bi-name-inpage.bi-wrap .bi-controls {
  text-align: center;
}
.bi-name-inpage.bi-wrap .bi-pager-left {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #cccccc;
  margin: 0px 3px;
  cursor: pointer;
}
.bi-name-inpage.bi-wrap .bi-pager-left:hover {
  border-right-color: #999999;
}
.bi-name-inpage.bi-wrap .bi-pager-right {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #cccccc;
  margin: 0px 3px;
  cursor: pointer;
}
.bi-name-inpage.bi-wrap .bi-pager-right:hover {
  border-left-color: #999999;
}
.bi-name-inpage.bi-wrap .bi-pager-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 2px 3px;
  cursor: pointer;
  background-color: #ebebeb;
}
.bi-name-inpage.bi-wrap .bi-pager-dot:hover {
  background-color: #999999;
}
.bi-name-inpage.bi-wrap .bi-pager-dot.bi-active {
  background-color: #999999;
}
.bi-name-inpage.bi-wrap .bi-pwred {
  padding-top: 20px;
  text-align: right;
}
.bi-name-inpage.bi-wrap .bi-pwred a {
  font-size: 90%;
  color: #cccccc;
}
.bi-name-inpage.bi-wrap .bi-pwred a:hover {
  text-decoration: underline;
  color: #3b3b3b;
}
.bi-name-inpage.bi-wrap .bi-countdown {
  padding-top: 5px;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.bi-name-inpage.bi-wrap.bi-left {
  left: 2px;
}
.bi-name-inpage.bi-wrap.bi-right .bi-minimize,
.bi-name-inpage.bi-wrap.bi-right .bi-maximize {
  transform: rotate(180deg);
}
.bi-name-inpage.bi-wrap.bi-top .bi-minimize,
.bi-name-inpage.bi-wrap.bi-top .bi-maximize {
  transform: rotate(90deg);
}
.bi-name-inpage.bi-wrap.bi-bottom .bi-minimize,
.bi-name-inpage.bi-wrap.bi-bottom .bi-maximize {
  transform: rotate(270deg);
}
.bi-name-inpage.bi-wrap.bi-Vtop {
  top: 50px;
}
.bi-name-inpage.bi-wrap.bi-Vbottom {
  bottom: 50px;
}
.bi-name-inpage.bi-wrap .bi-favicon {
  display: none;
}
.bi-name-inpage.bi-wrap .bi-promo-thumbnail {
  width: auto;
  height: auto;
  width: 100%;
  display: block;
}
.bi-name-inpage.bi-wrap.bi-standard.bi-wrap-min {
  width: auto !important;
}
.bi-name-inpage.bi-wrap.bi-standard .bi-header {
  padding: 5px 5px 0 5px;
}
.bi-name-inpage.bi-wrap.bi-standard .bi-controls {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-standard .bi-pwred {
  padding: 0 5px 5px 0;
}
.bi-name-inpage.bi-wrap.bi-standard .bi-pwred a {
  height: 15px;
  display: inline-block;
}
.bi-name-inpage.bi-wrap.bi-standard .bi-panel {
  padding: 1px;
}
.bi-name-inpage.bi-wrap.bi-standard .bi-content {
  padding: 10px 0 0 0;
}
.bi-name-inpage.bi-wrap.bi-standard .bi-promo-title {
  display: inline;
}
.bi-name-inpage.bi-wrap.bi-standard .bi-minimize {
  color: #7c7c7c;
}
.bi-name-inpage.bi-wrap.bi-standard .bi-promo-text-wrap {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 10px;
  height: 42px;
}
.bi-name-inpage.bi-wrap.bi-standard .bi-promo a {
  display: block;
}
.bi-name-inpage.bi-wrap.bi-standard .bi-promo a:hover .bi-promo-icon-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-inpage.bi-wrap.bi-standard .bi-promo-sep {
  height: 2px;
}
.bi-name-inpage.bi-wrap.bi-standard .bi-promo-type {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-standard .bi-promo-icon-wrap {
  display: block;
  padding: 0 12px;
}
.bi-name-inpage.bi-wrap.bi-standard .bi-promo-icon-wrap:after {
  content: '';
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-inpage.bi-wrap.bi-standard .bi-promo-thumbnail {
  max-width: 200px;
  max-height: 100px;
  margin: 0 auto;
}
.bi-name-inpage.bi-wrap.bi-standard .bi-maximize:before {
  color: #7c7c7c;
}
.bi-name-inpage.bi-wrap.bi-mstandard {
  top: 0;
  height: 100%;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-promo-thumbnail {
  max-width: 160px;
  max-height: 80px;
  width: auto;
  height: auto;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-promo-type {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-panel {
  opacity: 1;
  height: 100%;
  padding-right: 40px;
  padding: 0;
  position: relative;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-header {
  background-color: #2e2d2d;
  height: 10%;
  margin-left: -2px;
  width: 100%;
  font-size: 24px;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-title {
  color: white;
  text-align: center;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-title:after {
  content: "Content for you";
  text-transform: uppercase;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-content {
  padding: 25px 35px 0 4px;
  height: 80%;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-footer {
  padding-right: 45px;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-promo-text-wrap {
  padding-left: 175px;
  display: block;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-promo-icon-wrap {
  padding: 0 5px 0 0;
  vertical-align: middle;
  display: block;
  position: absolute;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-promo-title {
  font-size: 140%;
  font-family: tahoma;
  font-weight: 600;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-promo-content {
  padding-left: 20px;
  padding-top: 10px;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-promo-sep {
  height: 15px;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-min {
  height: 100%;
  position: relative;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-min-arrow {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-min-bg {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -75px;
  width: 25px;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-border {
  left: 0;
  margin-left: -2px;
  position: absolute;
  height: 100%;
  z-index: 2;
  width: 10px;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-panel .bi-min-bg {
  right: 6px;
  left: auto;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-panel .bi-border {
  right: 0;
  left: auto;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-min-text {
  margin: 0 6px;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-min-text:after {
  content: "Content for you";
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-minimize {
  visibility: hidden;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-pwred {
  padding: 0;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-pwred a {
  font-size: 100%;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-controls {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-mstandard .bi-promo a {
  display: table-row;
}
.bi-name-inpage.bi-wrap.bi-modeless {
  top: 0px;
  bottom: 0px;
}
.bi-name-inpage.bi-wrap.bi-modeless.bi-wrap-min {
  bottom: auto;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-promo-text-wrap {
  display: block;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-header {
  padding: 5px 10px;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-title {
  font-size: 90%;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-panel {
  width: 300px;
  height: 100%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  padding: 0;
  opacity: 0.88;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-panel:hover {
  opacity: 1;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-content {
  height: calc(100% - 58px);
  overflow-y: auto;
  padding: 0;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-promo {
  padding: 25px;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-promo-icon-wrap:after {
  content: '';
  display: block;
  height: 5px;
  position: relative;
  bottom: 5px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-promo:hover .bi-promo-icon-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-inpage.bi-wrap.bi-modeless.bi-right {
  right: 0px;
  border-right-width: 0px;
}
.bi-name-inpage.bi-wrap.bi-modeless.bi-left {
  left: 0px;
  border-left-width: 0px;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-promo-thumbnail {
  margin: auto;
  max-width: 320px;
  max-height: 160px;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-promo-sep {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-promo a {
  font-size: 140%;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-promo-title {
  line-height: 26px;
  display: inline;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-footer {
  bottom: 10px;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-promo-content {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-btn {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-promo-type {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-modeless .bi-pwred {
  text-align: center;
  padding: 10px 0;
}
.bi-name-inpage.bi-wrap.bi-modal,
.bi-name-inpage.bi-wrap.bi-entrymodal {
  top: auto;
  bottom: auto;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-header,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-header {
  padding: 0;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-title,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-title {
  font-size: 140%;
  border-bottom: 1px solid;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding-bottom: 10px;
  padding-top: 10px;
  display: none;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-show-more-text,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-show-more-text {
  margin-top: 50px;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-content,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-content {
  padding: 0;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-panel,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-panel {
  position: relative;
  width: 800px;
  padding: 0;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-promo,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-promo {
  padding: 0;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-promo a,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-promo a {
  display: block;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-promo-wrap,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-promo-wrap {
  padding: 70px 30px;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-promo-icon-wrap,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-promo-icon-wrap {
  width: 50%;
  text-align: center;
  float: none;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-promo-text-wrap,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-promo-text-wrap {
  text-align: left;
  padding: 0 10px;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-promo-type,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-promo-type {
  display: block;
  text-align: inherit;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-promo-type:before,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-promo-type:before {
  content: attr(data-before);
  display: inline;
}
.bi-name-inpage.bi-wrap.bi-modal.bi-left,
.bi-name-inpage.bi-wrap.bi-entrymodal.bi-left,
.bi-name-inpage.bi-wrap.bi-modal.bi-right,
.bi-name-inpage.bi-wrap.bi-entrymodal.bi-right {
  right: auto;
  left: auto;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-promo a,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-promo a {
  font-size: 180%;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-promo-title,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-promo-title {
  /*line-height: 26px;
                    display: inline;*/
  text-align: inherit;
  line-height: 26px;
  margin: 0;
  display: block;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-promo-thumbnail,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-promo-thumbnail {
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 200px;
  text-align: inherit;
  margin: 0 auto;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-pwred,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-pwred {
  position: relative;
  text-align: center;
  padding: 0;
  height: 0;
  bottom: -10px;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-pwred a,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-pwred a {
  height: 15px;
  display: inline-block;
  color: white;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-promo-sep,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-promo-sep {
  width: 100%;
  height: 10px;
  background-color: #7c7c7c;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-btn-wrap,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-btn-wrap {
  padding: 40px 0;
  text-align: center;
  background-color: #373737;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-btn,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 0;
  margin: 0px auto;
  line-height: 60px;
  width: auto;
  font-size: 50px;
  font-weight: normal;
  background-color: transparent;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-btn:after,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-btn:after {
  -moz-transition: transform 0.5s ease, background-color 0.5s ease;
  -o-transition: transform 0.5s ease, background-color 0.5s ease;
  -webkit-transition: transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  content: '';
  background-color: #7c7c7c;
  display: block;
  height: 2px;
  margin: auto;
  position: relative;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-btn:hover,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-btn:hover {
  background-color: transparent;
}
.bi-name-inpage.bi-wrap.bi-modal .bi-panel:hover .bi-btn:after,
.bi-name-inpage.bi-wrap.bi-entrymodal .bi-panel:hover .bi-btn:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #7c7c7c;
}
.bi-name-inpage.bi-wrap.bi-modal.bi-mobile,
.bi-name-inpage.bi-wrap.bi-entrymodal.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-inpage.bi-wrap.bi-modal.bi-mobile .bi-panel,
.bi-name-inpage.bi-wrap.bi-entrymodal.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-inpage.bi-wrap.bi-modal.bi-mobile .bi-title,
.bi-name-inpage.bi-wrap.bi-entrymodal.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-inpage.bi-wrap.bi-modal.bi-mobile .bi-body-title,
.bi-name-inpage.bi-wrap.bi-entrymodal.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-inpage.bi-wrap.bi-modal.bi-mobile .bi-content,
.bi-name-inpage.bi-wrap.bi-entrymodal.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-inpage.bi-wrap.bi-modal.bi-mobile .bi-close,
.bi-name-inpage.bi-wrap.bi-entrymodal.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-inpage.bi-wrap.bi-modal.bi-mobile .bi-close:before,
.bi-name-inpage.bi-wrap.bi-entrymodal.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-inpage.bi-wrap.bi-modal.bi-mobile .bi-overlay,
.bi-name-inpage.bi-wrap.bi-entrymodal.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-gate,
.bi-name-inpage.bi-wrap.bi-form,
.bi-name-inpage.bi-wrap.bi-entryform,
.bi-name-inpage.bi-wrap.bi-entrygate {
  top: auto;
  bottom: auto;
  z-index: 2147483642;
}
.bi-name-inpage.bi-wrap.bi-gate .bi-panel,
.bi-name-inpage.bi-wrap.bi-form .bi-panel,
.bi-name-inpage.bi-wrap.bi-entryform .bi-panel,
.bi-name-inpage.bi-wrap.bi-entrygate .bi-panel {
  padding: 0 50px;
  width: 400px;
  position: relative;
  border: 0;
}
.bi-name-inpage.bi-wrap.bi-gate .bi-header,
.bi-name-inpage.bi-wrap.bi-form .bi-header,
.bi-name-inpage.bi-wrap.bi-entryform .bi-header,
.bi-name-inpage.bi-wrap.bi-entrygate .bi-header {
  height: 50px;
}
.bi-name-inpage.bi-wrap.bi-gate .bi-title,
.bi-name-inpage.bi-wrap.bi-form .bi-title,
.bi-name-inpage.bi-wrap.bi-entryform .bi-title,
.bi-name-inpage.bi-wrap.bi-entrygate .bi-title {
  padding-top: 30px;
  text-align: center;
  font-size: 200%;
  text-transform: none;
}
.bi-name-inpage.bi-wrap.bi-gate .bi-body-title,
.bi-name-inpage.bi-wrap.bi-form .bi-body-title,
.bi-name-inpage.bi-wrap.bi-entryform .bi-body-title,
.bi-name-inpage.bi-wrap.bi-entrygate .bi-body-title {
  padding: 0;
  text-align: center;
  font-size: 150%;
}
.bi-name-inpage.bi-wrap.bi-gate .bi-content,
.bi-name-inpage.bi-wrap.bi-form .bi-content,
.bi-name-inpage.bi-wrap.bi-entryform .bi-content,
.bi-name-inpage.bi-wrap.bi-entrygate .bi-content {
  padding: 20px 0;
  text-align: center;
}
.bi-name-inpage.bi-wrap.bi-gate form label,
.bi-name-inpage.bi-wrap.bi-form form label,
.bi-name-inpage.bi-wrap.bi-entryform form label,
.bi-name-inpage.bi-wrap.bi-entrygate form label {
  color: black;
}
.bi-name-inpage.bi-wrap.bi-gate form input,
.bi-name-inpage.bi-wrap.bi-form form input,
.bi-name-inpage.bi-wrap.bi-entryform form input,
.bi-name-inpage.bi-wrap.bi-entrygate form input,
.bi-name-inpage.bi-wrap.bi-gate form textarea,
.bi-name-inpage.bi-wrap.bi-form form textarea,
.bi-name-inpage.bi-wrap.bi-entryform form textarea,
.bi-name-inpage.bi-wrap.bi-entrygate form textarea,
.bi-name-inpage.bi-wrap.bi-gate form select,
.bi-name-inpage.bi-wrap.bi-form form select,
.bi-name-inpage.bi-wrap.bi-entryform form select,
.bi-name-inpage.bi-wrap.bi-entrygate form select,
.bi-name-inpage.bi-wrap.bi-gate form option,
.bi-name-inpage.bi-wrap.bi-form form option,
.bi-name-inpage.bi-wrap.bi-entryform form option,
.bi-name-inpage.bi-wrap.bi-entrygate form option {
  background-color: white;
  color: #888888;
  border-color: #cccccc;
}
.bi-name-inpage.bi-wrap.bi-gate form input[type="submit"],
.bi-name-inpage.bi-wrap.bi-form form input[type="submit"],
.bi-name-inpage.bi-wrap.bi-entryform form input[type="submit"],
.bi-name-inpage.bi-wrap.bi-entrygate form input[type="submit"],
.bi-name-inpage.bi-wrap.bi-gate form textarea[type="submit"],
.bi-name-inpage.bi-wrap.bi-form form textarea[type="submit"],
.bi-name-inpage.bi-wrap.bi-entryform form textarea[type="submit"],
.bi-name-inpage.bi-wrap.bi-entrygate form textarea[type="submit"],
.bi-name-inpage.bi-wrap.bi-gate form select[type="submit"],
.bi-name-inpage.bi-wrap.bi-form form select[type="submit"],
.bi-name-inpage.bi-wrap.bi-entryform form select[type="submit"],
.bi-name-inpage.bi-wrap.bi-entrygate form select[type="submit"],
.bi-name-inpage.bi-wrap.bi-gate form option[type="submit"],
.bi-name-inpage.bi-wrap.bi-form form option[type="submit"],
.bi-name-inpage.bi-wrap.bi-entryform form option[type="submit"],
.bi-name-inpage.bi-wrap.bi-entrygate form option[type="submit"] {
  background-color: #7c7c7c;
  border: 0;
  color: white;
}
.bi-name-inpage.bi-wrap.bi-gate .bi-footer .bi-pwred,
.bi-name-inpage.bi-wrap.bi-form .bi-footer .bi-pwred,
.bi-name-inpage.bi-wrap.bi-entryform .bi-footer .bi-pwred,
.bi-name-inpage.bi-wrap.bi-entrygate .bi-footer .bi-pwred {
  position: relative;
  bottom: -10px;
  text-align: center;
  padding: 0;
  height: 0;
}
.bi-name-inpage.bi-wrap.bi-gate .bi-footer a,
.bi-name-inpage.bi-wrap.bi-form .bi-footer a,
.bi-name-inpage.bi-wrap.bi-entryform .bi-footer a,
.bi-name-inpage.bi-wrap.bi-entrygate .bi-footer a {
  color: white;
}
.bi-name-inpage.bi-wrap.bi-gate .bi-body-promo-title,
.bi-name-inpage.bi-wrap.bi-form .bi-body-promo-title,
.bi-name-inpage.bi-wrap.bi-entryform .bi-body-promo-title,
.bi-name-inpage.bi-wrap.bi-entrygate .bi-body-promo-title {
  font-size: 166%;
  text-align: center;
}
.bi-name-inpage.bi-wrap.bi-gate.bi-left,
.bi-name-inpage.bi-wrap.bi-form.bi-left,
.bi-name-inpage.bi-wrap.bi-entryform.bi-left,
.bi-name-inpage.bi-wrap.bi-entrygate.bi-left,
.bi-name-inpage.bi-wrap.bi-gate.bi-right,
.bi-name-inpage.bi-wrap.bi-form.bi-right,
.bi-name-inpage.bi-wrap.bi-entryform.bi-right,
.bi-name-inpage.bi-wrap.bi-entrygate.bi-right {
  right: auto;
  left: auto;
}
.bi-name-inpage.bi-wrap.bi-gate form,
.bi-name-inpage.bi-wrap.bi-form form,
.bi-name-inpage.bi-wrap.bi-entryform form,
.bi-name-inpage.bi-wrap.bi-entrygate form {
  margin: 0px;
}
.bi-name-inpage.bi-wrap.bi-gate form *,
.bi-name-inpage.bi-wrap.bi-form form *,
.bi-name-inpage.bi-wrap.bi-entryform form *,
.bi-name-inpage.bi-wrap.bi-entrygate form * {
  display: block;
}
.bi-name-inpage.bi-wrap.bi-gate form input[type="checkbox"],
.bi-name-inpage.bi-wrap.bi-form form input[type="checkbox"],
.bi-name-inpage.bi-wrap.bi-entryform form input[type="checkbox"],
.bi-name-inpage.bi-wrap.bi-entrygate form input[type="checkbox"] {
  float: left;
  height: 19px;
  width: 19px;
  margin: 0 5px 5px 0;
}
.bi-name-inpage.bi-wrap.bi-gate form input[type="checkbox"] + label:after,
.bi-name-inpage.bi-wrap.bi-form form input[type="checkbox"] + label:after,
.bi-name-inpage.bi-wrap.bi-entryform form input[type="checkbox"] + label:after,
.bi-name-inpage.bi-wrap.bi-entrygate form input[type="checkbox"] + label:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.bi-name-inpage.bi-wrap.bi-gate form label,
.bi-name-inpage.bi-wrap.bi-form form label,
.bi-name-inpage.bi-wrap.bi-entryform form label,
.bi-name-inpage.bi-wrap.bi-entrygate form label {
  font-size: 125%;
  display: none;
}
.bi-name-inpage.bi-wrap.bi-gate form label.bi-form-error,
.bi-name-inpage.bi-wrap.bi-form form label.bi-form-error,
.bi-name-inpage.bi-wrap.bi-entryform form label.bi-form-error,
.bi-name-inpage.bi-wrap.bi-entrygate form label.bi-form-error {
  font-size: 120%;
}
.bi-name-inpage.bi-wrap.bi-gate form input,
.bi-name-inpage.bi-wrap.bi-form form input,
.bi-name-inpage.bi-wrap.bi-entryform form input,
.bi-name-inpage.bi-wrap.bi-entrygate form input,
.bi-name-inpage.bi-wrap.bi-gate form textarea,
.bi-name-inpage.bi-wrap.bi-form form textarea,
.bi-name-inpage.bi-wrap.bi-entryform form textarea,
.bi-name-inpage.bi-wrap.bi-entrygate form textarea,
.bi-name-inpage.bi-wrap.bi-gate form select,
.bi-name-inpage.bi-wrap.bi-form form select,
.bi-name-inpage.bi-wrap.bi-entryform form select,
.bi-name-inpage.bi-wrap.bi-entrygate form select,
.bi-name-inpage.bi-wrap.bi-gate form option,
.bi-name-inpage.bi-wrap.bi-form form option,
.bi-name-inpage.bi-wrap.bi-entryform form option,
.bi-name-inpage.bi-wrap.bi-entrygate form option {
  width: 100%;
  padding: 0px 4px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 16px;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  font-size: 140%;
  height: 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
}
.bi-name-inpage.bi-wrap.bi-gate form input[type="submit"],
.bi-name-inpage.bi-wrap.bi-form form input[type="submit"],
.bi-name-inpage.bi-wrap.bi-entryform form input[type="submit"],
.bi-name-inpage.bi-wrap.bi-entrygate form input[type="submit"] {
  /*font: normal 100%/100% Arial;*/
  background-image: none;
  line-height: 50px;
  height: 50px;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 170%;
  border: 0;
}
.bi-name-inpage.bi-wrap.bi-gate form input::-webkit-input-placeholder,
.bi-name-inpage.bi-wrap.bi-form form input::-webkit-input-placeholder,
.bi-name-inpage.bi-wrap.bi-entryform form input::-webkit-input-placeholder,
.bi-name-inpage.bi-wrap.bi-entrygate form input::-webkit-input-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-inpage.bi-wrap.bi-gate form input::-moz-placeholder,
.bi-name-inpage.bi-wrap.bi-form form input::-moz-placeholder,
.bi-name-inpage.bi-wrap.bi-entryform form input::-moz-placeholder,
.bi-name-inpage.bi-wrap.bi-entrygate form input::-moz-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-inpage.bi-wrap.bi-gate form input:-moz-placeholder,
.bi-name-inpage.bi-wrap.bi-form form input:-moz-placeholder,
.bi-name-inpage.bi-wrap.bi-entryform form input:-moz-placeholder,
.bi-name-inpage.bi-wrap.bi-entrygate form input:-moz-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-inpage.bi-wrap.bi-gate form input:-ms-input-placeholder,
.bi-name-inpage.bi-wrap.bi-form form input:-ms-input-placeholder,
.bi-name-inpage.bi-wrap.bi-entryform form input:-ms-input-placeholder,
.bi-name-inpage.bi-wrap.bi-entrygate form input:-ms-input-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-inpage.bi-wrap.bi-gate.bi-mobile,
.bi-name-inpage.bi-wrap.bi-form.bi-mobile,
.bi-name-inpage.bi-wrap.bi-entryform.bi-mobile,
.bi-name-inpage.bi-wrap.bi-entrygate.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-inpage.bi-wrap.bi-gate.bi-mobile .bi-panel,
.bi-name-inpage.bi-wrap.bi-form.bi-mobile .bi-panel,
.bi-name-inpage.bi-wrap.bi-entryform.bi-mobile .bi-panel,
.bi-name-inpage.bi-wrap.bi-entrygate.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-inpage.bi-wrap.bi-gate.bi-mobile .bi-title,
.bi-name-inpage.bi-wrap.bi-form.bi-mobile .bi-title,
.bi-name-inpage.bi-wrap.bi-entryform.bi-mobile .bi-title,
.bi-name-inpage.bi-wrap.bi-entrygate.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-inpage.bi-wrap.bi-gate.bi-mobile .bi-body-title,
.bi-name-inpage.bi-wrap.bi-form.bi-mobile .bi-body-title,
.bi-name-inpage.bi-wrap.bi-entryform.bi-mobile .bi-body-title,
.bi-name-inpage.bi-wrap.bi-entrygate.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-inpage.bi-wrap.bi-gate.bi-mobile .bi-content,
.bi-name-inpage.bi-wrap.bi-form.bi-mobile .bi-content,
.bi-name-inpage.bi-wrap.bi-entryform.bi-mobile .bi-content,
.bi-name-inpage.bi-wrap.bi-entrygate.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-inpage.bi-wrap.bi-gate.bi-mobile .bi-close,
.bi-name-inpage.bi-wrap.bi-form.bi-mobile .bi-close,
.bi-name-inpage.bi-wrap.bi-entryform.bi-mobile .bi-close,
.bi-name-inpage.bi-wrap.bi-entrygate.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-inpage.bi-wrap.bi-gate.bi-mobile .bi-close:before,
.bi-name-inpage.bi-wrap.bi-form.bi-mobile .bi-close:before,
.bi-name-inpage.bi-wrap.bi-entryform.bi-mobile .bi-close:before,
.bi-name-inpage.bi-wrap.bi-entrygate.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-inpage.bi-wrap.bi-gate.bi-mobile .bi-overlay,
.bi-name-inpage.bi-wrap.bi-form.bi-mobile .bi-overlay,
.bi-name-inpage.bi-wrap.bi-entryform.bi-mobile .bi-overlay,
.bi-name-inpage.bi-wrap.bi-entrygate.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-bar {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  /*height: 40px;*/

}
.bi-name-inpage.bi-wrap.bi-bar.bi-bottom {
  bottom: 0;
  border-top: 1px solid #7c7c7c;
}
.bi-name-inpage.bi-wrap.bi-bar.bi-top {
  top: 0;
  border-bottom: 1px solid #7c7c7c;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-tooltip {
  max-width: 400px;
}
.bi-name-inpage.bi-wrap.bi-bar.bi-wrap-min {
  height: auto;
  left: auto;
  right: 0;
  margin-right: 15px;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-minimize-wrap {
  width: auto;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-min {
  width: auto;
  display: block;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-min-bg {
  height: 25px;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-min-text {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-minimize {
  margin: 0px 20px 5px 20px;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-header {
  width: 20px;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 25%;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-promo a {
  display: inline-block;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-promo-icon-wrap,
.bi-name-inpage.bi-wrap.bi-bar .bi-promo-text-wrap {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-footer {
  vertical-align: middle;
  position: absolute;
  right: 0px;
  top: 35%;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-pwred {
  padding: 0;
  text-align: center;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-panel {
  display: table;
  width: 100%;
  height: 70px;
  padding: 0;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-panel:hover .bi-promo a:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-inpage.bi-wrap.bi-bar .bi-panel:hover .bi-promo-text-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-inpage.bi-wrap.bi-bar .bi-row {
  height: 70px;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-promo {
  cursor: auto;
  text-align: center;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-promo a {
  font-size: 130%;
  cursor: pointer;
  white-space: nowrap;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-promo-thumbnail {
  max-width: 80px;
  max-height: 55px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-promo-title {
  display: inline-block;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-promo-type {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-promo-type:after {
  content: "-";
  margin: 3px;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-cell {
  float: right;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-controls {
  float: right;
  width: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-promo-text-wrap {
  display: inline-block;
}
.bi-name-inpage.bi-wrap.bi-bar .bi-promo-text-wrap:after {
  content: '';
  display: block;
  height: 1px;
  margin-top: 2px;
  -moz-transition: transform 0.5s ease, background-color 0.5s ease;
  -o-transition: transform 0.5s ease, background-color 0.5s ease;
  -webkit-transition: transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #7c7c7c;
}
.bi-name-inpage.bi-wrap.bi-mbar {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  /*height: 40px;*/

}
.bi-name-inpage.bi-wrap.bi-mbar.bi-bottom {
  bottom: 0;
}
.bi-name-inpage.bi-wrap.bi-mbar.bi-top {
  top: 0;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-tooltip {
  max-width: 400px;
}
.bi-name-inpage.bi-wrap.bi-mbar.bi-wrap-min {
  height: auto;
  left: auto;
  right: 0;
  margin-right: 15px;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-min {
  width: auto;
  display: block;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-min-bg {
  height: 25px;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-min-text {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-minimize {
  margin: 0px 20px 5px 20px;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-header {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-footer {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-panel {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 4px;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-promo {
  cursor: auto;
  text-align: center;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-promo a {
  font-size: 130%;
  cursor: pointer;
  display: inline;
  white-space: nowrap;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-promo-title {
  display: inline-block;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-promo-type {
  display: inline-block;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-promo-type:before {
  content: "-";
  margin: 3px;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-cell {
  float: right;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-controls {
  float: right;
  width: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.bi-name-inpage.bi-wrap.bi-mbar .bi-promo-thumbnail {
  max-width: 50px;
  max-height: 40px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.bi-name-inpage.bi-wrap.bi-entrygate .bi-overlay {
  opacity: 0.9;
}
.bi-name-inpage.bi-wrap.bi-image .bi-panel,
.bi-name-inpage.bi-wrap.bi-entryimage .bi-panel {
  padding: 0;
  max-width: 800px;
  position: relative;
}
.bi-name-inpage.bi-wrap.bi-image .bi-img,
.bi-name-inpage.bi-wrap.bi-entryimage .bi-img {
  width: 100%;
}
.bi-name-inpage.bi-wrap.bi-image.bi-left,
.bi-name-inpage.bi-wrap.bi-entryimage.bi-left,
.bi-name-inpage.bi-wrap.bi-image.bi-right,
.bi-name-inpage.bi-wrap.bi-entryimage.bi-right {
  right: auto;
  left: auto;
}
.bi-name-inpage.bi-wrap.bi-image .bi-pwred,
.bi-name-inpage.bi-wrap.bi-entryimage .bi-pwred {
  position: relative;
  bottom: -10px;
  text-align: center;
  padding: 0;
  height: 0;
}
.bi-name-inpage.bi-wrap.bi-image .bi-pwred a,
.bi-name-inpage.bi-wrap.bi-entryimage .bi-pwred a {
  color: white;
}
.bi-name-inpage.bi-wrap.bi-image.bi-mobile,
.bi-name-inpage.bi-wrap.bi-entryimage.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-inpage.bi-wrap.bi-image.bi-mobile .bi-panel,
.bi-name-inpage.bi-wrap.bi-entryimage.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-inpage.bi-wrap.bi-image.bi-mobile .bi-title,
.bi-name-inpage.bi-wrap.bi-entryimage.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-inpage.bi-wrap.bi-image.bi-mobile .bi-body-title,
.bi-name-inpage.bi-wrap.bi-entryimage.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-inpage.bi-wrap.bi-image.bi-mobile .bi-content,
.bi-name-inpage.bi-wrap.bi-entryimage.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-inpage.bi-wrap.bi-image.bi-mobile .bi-close,
.bi-name-inpage.bi-wrap.bi-entryimage.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-inpage.bi-wrap.bi-image.bi-mobile .bi-close:before,
.bi-name-inpage.bi-wrap.bi-entryimage.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-inpage.bi-wrap.bi-image.bi-mobile .bi-overlay,
.bi-name-inpage.bi-wrap.bi-entryimage.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-image.bi-mobile .bi-panel,
.bi-name-inpage.bi-wrap.bi-entryimage.bi-mobile .bi-panel {
  padding: 0;
}
.bi-name-inpage.bi-wrap.bi-scroll {
  width: 320px;
}
.bi-name-inpage.bi-wrap.bi-scroll.bi-right {
  right: 0;
}
.bi-name-inpage.bi-wrap.bi-scroll.bi-wrap-min {
  width: auto !important;
}
.bi-name-inpage.bi-wrap.bi-scroll .bi-promo a {
  font-size: 125%;
}
.bi-name-inpage.bi-wrap.bi-scroll .bi-promo-icon-wrap {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 50%;
  vertical-align: middle;
}
.bi-name-inpage.bi-wrap.bi-scroll .bi-promo-thumbnail {
  display: block;
  height: auto;
  max-height: none;
  max-width: none;
  width: 100%;
}
.bi-name-inpage.bi-wrap.bi-scroll .bi-promo-type {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-scroll.bi-bottom .bi-min,
.bi-name-inpage.bi-wrap.bi-scroll.bi-top .bi-min {
  width: 150px;
}
.bi-name-inpage.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-arrow,
.bi-name-inpage.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-arrow {
  position: absolute;
  top: 4px;
  margin: 0 -15px;
}
.bi-name-inpage.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-bg,
.bi-name-inpage.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-bg {
  height: auto;
}
.bi-name-inpage.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-bg .bi-min-text,
.bi-name-inpage.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-bg .bi-min-text {
  margin: 0;
  transform: initial;
}
.bi-name-inpage.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-maximize,
.bi-name-inpage.bi-wrap.bi-scroll.bi-top .bi-min .bi-maximize {
  position: absolute;
  left: -22px;
}
.bi-name-inpage.bi-wrap.bi-scroll.bi-bottom {
  bottom: 0;
}
.bi-name-inpage.bi-wrap.bi-scroll.bi-bottom.bi-Vleft {
  left: 50px;
}
.bi-name-inpage.bi-wrap.bi-scroll.bi-bottom.bi-Vright {
  right: 50px;
}
.bi-name-inpage.bi-wrap.bi-scroll.bi-top {
  top: 0;
}
.bi-name-inpage.bi-wrap.bi-scroll.bi-top.bi-Vleft {
  left: 50px;
}
.bi-name-inpage.bi-wrap.bi-scroll.bi-top.bi-Vright {
  right: 50px;
}
.bi-name-inpage.bi-wrap.bi-scroll.bi-mobile {
  width: 250px;
}
.bi-name-inpage.bi-wrap.bi-scroll .bi-panel {
  opacity: 1;
  border: 0;
  padding: 0;
}
.bi-name-inpage.bi-wrap.bi-scroll .bi-minimize {
  background-color: transparent;
  border: 0;
  right: 5px;
  top: 5px;
  position: absolute;
}
.bi-name-inpage.bi-wrap.bi-scroll .bi-minimize:before {
  content: "\f00d";
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  font-size: 90%;
  color: #2a3d53;
}
.bi-name-inpage.bi-wrap.bi-scroll .bi-header {
  position: absolute;
}
.bi-name-inpage.bi-wrap.bi-scroll .bi-content {
  padding: 0;
}
.bi-name-inpage.bi-wrap.bi-scroll .bi-promo > a {
  display: block;
}
.bi-name-inpage.bi-wrap.bi-scroll .bi-promo-text-wrap {
  display: block;
}
.bi-name-inpage.bi-wrap.bi-scroll .bi-promo-text-wrap:before {
  content: '';
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-inpage.bi-wrap.bi-scroll .bi-title {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-scroll .bi-promo-title {
  font-size: 120%;
  padding: 20px 15px;
  line-height: 1.2;
}
.bi-name-inpage.bi-wrap.bi-scroll .bi-footer {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-scroll .bi-maximize:before {
  color: #7c7c7c;
}
.bi-name-inpage.bi-wrap.bi-static {
  position: static;
}
.bi-name-inpage.bi-wrap.bi-static .bi-minimize {
  display: none;
}
.bi-name-inpage.bi-wrap.bi-static .bi-panel {
  opacity: 1;
}
.bi-name-inpage.bi-wrap.bi-static .bi-content {
  padding: 10px 0;
}
.bi-name-inpage.bi-wrap.bi-static .bi-promo-container {
  display: table;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}
.bi-name-inpage.bi-wrap.bi-static .bi-promo-sep {
  display: table-cell;
  width: 7px;
}
.bi-name-inpage.bi-wrap.bi-static .bi-promo {
  /*width: 220px;
                height: 300px;*/
  display: table-cell;
  vertical-align: top;
  padding: 4px;
}
.bi-name-inpage.bi-wrap.bi-static .bi-promo a {
  display: block;
}
.bi-name-inpage.bi-wrap.bi-static .bi-promo-icon-wrap {
  display: block;
}
.bi-name-inpage.bi-wrap.bi-static .bi-promo-thumbnail {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.bi-name-inpage.bi-wrap.bi-static .bi-promo-text-wrap {
  display: block;
  padding-top: 10px;
}
.bi-name-inpage.bi-wrap.bi-static .bi-promo-type {
  text-align: center;
  color: gray;
  font-family: 'Lato';
  font-weight: normal;
}
.bi-name-inpage.bi-wrap.bi-static .bi-promo-title {
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  font-family: 'Lato';
  font-size: 130%;
  line-height: 27px;
  height: 60px;
}
.bi-name-inpage.bi-wrap .bi-showfalse {
  display: none;
}
.bi-name-inpage .bi-promo.bi-rtl,
.bi-name-inpage .bi-promo.bi-rtl * {
  direction: rtl;
  text-align: right;
}
.bi-name-inpage.bi-rtl .bi-title {
  text-align: right;
  padding: 0 2px 0 0;
}
.bi-name-inpage.bi-rtl .bi-body-title,
.bi-name-inpage.bi-rtl .bi-body-promo-title,
.bi-name-inpage.bi-rtl .bi-dform-label {
  text-align: right;
}
.bi-name-inpage.bi-rtl .bi-dform-text,
.bi-name-inpage.bi-rtl .bi-form-error,
.bi-name-inpage.bi-rtl .bi-dform-submit,
.bi-name-inpage.bi-rtl .bi-dform-form {
  text-align: right;
  direction: rtl;
}
.bi-name-inpage.bi-rtl .bi-show-more-text {
  direction: rtl;
  text-align: right;
}
@media only screen and (max-height: 500px) {
  .bi-name-inpage .bi-wrap.bi-mstandard.bi-icons .bi-panel .bi-promo-sep {
    height: 20px;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), local('Oxygen-Regular'), url(//themes.googleusercontent.com/static/fonts/oxygen/v2/RzoNiRR1p2Mqyyz2RwqSMw.woff) format('woff');
}
@import url(//fonts.googleapis.com/css?family=Lato);
.bi-name-modal .bi-customColors .bi-color {
  color: #7c7c7c;
}
.bi-name-modal .bi-customColors .bi-backgroundColor {
  color: white;
}
.bi-name-modal .bi-customColors .bi-titleColor {
  color: black;
}
.bi-name-modal .bi-customColors .bi-promoTitleColor {
  color: #2f3130;
}
.bi-name-modal .bi-customColors .bi-promoTypeColor {
  color: #2f3130;
}
.bi-name-modal .biDebug {
  background-color: #7c7c7c;
  color: white;
  font-size: 13pt;
  position: fixed;
  top: 0px;
  z-index: 2147483640;
  left: 0px;
}
.bi-name-modal #biPromotionExplanation {
  position: fixed;
  width: 98%;
  height: 97%;
  right: 0px;
  left: 0px;
  top: 5px;
  margin: 0px auto;
  overflow: auto;
  border: 1px solid #ebebeb;
  background-color: whitesmoke;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 5px #888888;
  -webkit-box-shadow: 0px 1px 5px #888888;
  box-shadow: 0px 1px 5px #888888;
  z-index: 2147483647;
}
.bi-name-modal #biPromotionExplanation TABLE {
  border-collapse: collapse;
  /*table-layout: fixed; maxim might regreat this */
  width: 100%;
}
.bi-name-modal #biPromotionExplanation TABLE TD {
  border: 1px solid black;
  -ms-word-break: break-word;
  word-break: break-word;
}
.bi-name-modal #biPromotionExplanation TABLE TH {
  border: 1px solid black;
  -ms-word-break: break-word;
  word-break: break-word;
}
.bi-name-modal #biPromotionExplanation TABLE TH.URL {
  min-width: 350px;
}
.bi-name-modal #biPromotionExplanation.wordBreakOff TD,
.bi-name-modal #biPromotionExplanation.wordBreakOff TR {
  -ms-word-break: normal;
  word-break: normal;
}
.bi-name-modal #biPromotionExplanation.wordBreakOff .explanationWordWrap {
  text-decoration: line-through;
}
.bi-name-modal .bi-wrap,
.bi-name-modal .bi-wrap *,
.bi-name-modal .bi-wrap a,
.bi-name-modal .bi-wrap input {
  font-family: 'Oxygen', Arial;
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
  color: white;
  background-color: white;
  background-image: initial;
  border-collapse: separate;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: none;
  height: auto;
  letter-spacing: normal;
  margin: 0;
  outline: 0;
  position: static;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: inherit;
  vertical-align: middle;
  overflow: visible;
  direction: ltr;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
.bi-name-modal.bi-wrap {
  visibility: hidden;
  display: block;
  position: fixed;
  z-index: 2147483640;
  font-size: 12px;
  /*&.bi-shown-first-time {
        -moz-animation: myfirst 4s forwards;
        -o-animation: myfirst 4s forwards;
        -webkit-animation: myfirst 4s forwards;
        animation: myfirst 4s forwards;
    }*/

  /* Chrome, Safari, Opera */

  /*@-webkit-keyframes myfirst {
        0%		{-webkit-transform: rotate(0deg);left:-250px;}
        25%		{-webkit-transform: rotate(30deg);left:-150px;}
        35%		{-webkit-transform: rotate(30deg);left:-150px;}
        50%		{-webkit-transform: rotate(0deg);left:500px;}
        55%		{-webkit-transform: rotate(0deg);left:500px;}
        70%		{-webkit-transform: rotate(0deg);left:500px;}
        100%	{-webkit-transform: rotate(-360deg);left:0px;}
    }*/

}
.bi-name-modal.bi-wrap.bi-entry-animation.bi-modal,
.bi-name-modal.bi-wrap.bi-entry-animation.bi-entrymodal,
.bi-name-modal.bi-wrap.bi-entry-animation.bi-form,
.bi-name-modal.bi-wrap.bi-entry-animation.bi-entryform,
.bi-name-modal.bi-wrap.bi-entry-animation.bi-entrygate,
.bi-name-modal.bi-wrap.bi-entry-animation.bi-gate,
.bi-name-modal.bi-wrap.bi-entry-animation.bi-image {
  top: 0;
}
.bi-name-modal.bi-wrap.bi-entry-animation.bi-modal.bi-shown-first-time,
.bi-name-modal.bi-wrap.bi-entry-animation.bi-entrymodal.bi-shown-first-time,
.bi-name-modal.bi-wrap.bi-entry-animation.bi-form.bi-shown-first-time,
.bi-name-modal.bi-wrap.bi-entry-animation.bi-entryform.bi-shown-first-time,
.bi-name-modal.bi-wrap.bi-entry-animation.bi-entrygate.bi-shown-first-time,
.bi-name-modal.bi-wrap.bi-entry-animation.bi-gate.bi-shown-first-time,
.bi-name-modal.bi-wrap.bi-entry-animation.bi-image.bi-shown-first-time {
  -moz-transition: top 1s ease 0s;
  -o-transition: top 1s ease 0s;
  -webkit-transition: top 1s ease 0s;
  transition: top 1s ease 0s;
}
.bi-name-modal.bi-wrap.bi-entry-animation.bi-standard.bi-left {
  left: 0;
}
.bi-name-modal.bi-wrap.bi-entry-animation.bi-standard.bi-left.bi-shown-first-time {
  -moz-transition: left 1s ease 0s;
  -o-transition: left 1s ease 0s;
  -webkit-transition: left 1s ease 0s;
  transition: left 1s ease 0s;
}
.bi-name-modal.bi-wrap.bi-entry-animation.bi-standard.bi-right {
  right: 0;
}
.bi-name-modal.bi-wrap.bi-entry-animation.bi-standard.bi-right.bi-shown-first-time {
  -moz-transition: right 1s ease 0s;
  -o-transition: right 1s ease 0s;
  -webkit-transition: right 1s ease 0s;
  transition: right 1s ease 0s;
}
.bi-name-modal.bi-wrap .bi-border {
  background-color: #7c7c7c;
}
.bi-name-modal.bi-wrap .bi-btn-wrap {
  background-color: white;
}
.bi-name-modal.bi-wrap .bi-body-promo-title {
  color: black;
}
.bi-name-modal.bi-wrap .bi-promo-icon {
  background-color: black;
  border-color: #ebebeb;
}
.bi-name-modal.bi-wrap .bi-tooltip {
  display: none;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 10px;
  max-width: 200px;
}
.bi-name-modal.bi-wrap .bi-tooltip-title {
  color: black;
  font-weight: bold;
  padding: 10px;
}
.bi-name-modal.bi-wrap .bi-tooltip-body {
  color: black;
  padding: 10px;
}
.bi-name-modal.bi-wrap .bi-bubble {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 7px;
  max-width: 100px;
}
.bi-name-modal.bi-wrap .bi-bubble-title {
  color: #4f4e4e;
  text-align: center;
  font-weight: bold;
}
.bi-name-modal.bi-wrap .bi-bubble-body {
  color: #4f4e4e;
  text-align: center;
}
.bi-name-modal.bi-wrap .bi-bubble-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-modal.bi-wrap .bi-bubble-arrow.bi-right {
  border-right: 15px solid #fdfdcd;
  border-left: 0;
  left: -15px;
  top: 20px;
}
.bi-name-modal.bi-wrap .bi-bubble-arrow.bi-left {
  border-left: 15px solid #fdfdcd;
  border-right: 0;
  right: -15px;
  top: 20px;
}
.bi-name-modal.bi-wrap .bi-bubble-arrow.bi-top {
  border-bottom: 15px solid #fdfdcd;
  border-top: 0;
  top: -10px;
  right: 19px;
}
.bi-name-modal.bi-wrap .bi-bubble-arrow.bi-bottom {
  border-top: 15px solid #fdfdcd;
  border-bottom: 0;
  bottom: -10px;
  right: 19px;
}
.bi-name-modal.bi-wrap .bi-bubble2 {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 10px;
  max-width: 200px;
}
.bi-name-modal.bi-wrap .bi-bubble2-title {
  color: #4f4e4e;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
}
.bi-name-modal.bi-wrap .bi-bubble2-body {
  color: #4f4e4e;
  padding: 10px;
}
.bi-name-modal.bi-wrap .bi-bubble2-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-modal.bi-wrap .bi-bubble2-arrow.bi-right {
  border-right: 15px solid #fdfdcd;
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-modal.bi-wrap .bi-bubble2-arrow.bi-left {
  border-left: 15px solid #fdfdcd;
  border-right: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-modal.bi-wrap .bi-bubble2-arrow.bi-top {
  border-bottom: 15px solid #fdfdcd;
  border-top: 0;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-modal.bi-wrap .bi-bubble2-arrow.bi-bottom {
  border-top: 15px solid #fdfdcd;
  border-bottom: 0;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-modal.bi-wrap .bi-bubble3 {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #4b87c8;
  border: 1px solid #2368b3;
  padding: 10px;
  max-width: 300px;
  font-size: 135%;
  background-image: url('../img/friends-circle-blue-32.png');
  background-repeat: no-repeat;
  background-position: 100% 95%;
}
.bi-name-modal.bi-wrap .bi-bubble3-title {
  color: white;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
}
.bi-name-modal.bi-wrap .bi-bubble3-body {
  color: white;
  padding: 10px;
}
.bi-name-modal.bi-wrap .bi-bubble3-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-modal.bi-wrap .bi-bubble3-arrow.bi-right {
  border-right: 15px solid #4b87c8;
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-modal.bi-wrap .bi-bubble3-arrow.bi-left {
  border-left: 15px solid #4b87c8;
  border-right: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-modal.bi-wrap .bi-bubble3-arrow.bi-top {
  border-bottom: 15px solid #4b87c8;
  border-top: 0;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-modal.bi-wrap .bi-bubble3-arrow.bi-bottom {
  border-top: 15px solid #4b87c8;
  border-bottom: 0;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-modal.bi-wrap .bi-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.bi-name-modal.bi-wrap .bi-rtl {
  text-align: right;
  direction: rtl;
}
.bi-name-modal.bi-wrap .bi-min {
  width: 25px;
}
.bi-name-modal.bi-wrap .bi-maximize {
  cursor: pointer;
}
.bi-name-modal.bi-wrap .bi-maximize:before {
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 120%;
  color: white;
  margin: 0px 10px 5px 10px;
  border-top-width: 0;
}
.bi-name-modal.bi-wrap .bi-minimize {
  /*width: 0;
        height: 0;
        border: 5px solid transparent;*/
  cursor: pointer;
  color: #7c7c7c;
}
.bi-name-modal.bi-wrap .bi-minimize:before {
  font-family: FontAwesome;
  content: "\f0d9";
  font-size: 120%;
}
.bi-name-modal.bi-wrap .bi-min-bg {
  height: 150px;
  background-color: #7c7c7c;
}
.bi-name-modal.bi-wrap .bi-min-text {
  color: white;
  width: 150px;
  font-family: Oxygen;
  font-size: 91%;
  letter-spacing: normal;
  margin: 0 4px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-transform: rotate(-90deg) translate(-100%, 0%);
  -ms-transform: rotate(-90deg) translate(-100%, 0%);
  -o-transform: rotate(-90deg) translate(-100%, 0%);
  -webkit-transform: rotate(-90deg) translate(-100%, 0%);
  transform: rotate(-90deg) translate(-100%, 0%);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.bi-name-modal.bi-wrap ::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
}
.bi-name-modal.bi-wrap ::-webkit-scrollbar-button {
  background: transparent;
}
.bi-name-modal.bi-wrap ::-webkit-scrollbar {
  background: white;
}
.bi-name-modal.bi-wrap .bi-panel {
  opacity: 1;
  padding: 10px;
  width: auto;
  /*border: 1px solid whitesmoke;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 2147483641;
  background-color: white;
}
.bi-name-modal.bi-wrap .bi-header {
  display: table;
  width: 100%;
  height: 16px;
}
.bi-name-modal.bi-wrap .bi-cell {
  display: table-cell;
  vertical-align: middle;
}
.bi-name-modal.bi-wrap .bi-row {
  display: table-row;
}
.bi-name-modal.bi-wrap .bi-body-title {
  font-size: 140%;
  margin-top: 25px;
  padding: 0 25px;
  color: black;
}
.bi-name-modal.bi-wrap .bi-title {
  display: table-cell;
  vertical-align: middle;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 2px;
  font-size: 90%;
  font-weight: bold;
  color: black;
}
.bi-name-modal.bi-wrap .bi-minimize-wrap {
  width: 1px;
}
.bi-name-modal.bi-wrap .bi-close {
  cursor: pointer;
  width: 16px;
  position: absolute;
  top: 0;
  right: -20px;
}
.bi-name-modal.bi-wrap .bi-close:before {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 100%;
  position: static;
  color: white;
}
.bi-name-modal.bi-wrap .bi-content {
  padding: 25px 0px;
}
.bi-name-modal.bi-wrap .bi-promo {
  cursor: pointer;
  overflow: hidden;
}
.bi-name-modal.bi-wrap .bi-promo-icon-wrap {
  display: table-cell;
  vertical-align: top;
}
.bi-name-modal.bi-wrap .bi-promo-icon-wrap:after {
  background-color: #7c7c7c;
}
.bi-name-modal.bi-wrap .bi-promo-text-wrap {
  display: table-cell;
}
.bi-name-modal.bi-wrap .bi-promo-title {
  font-size: 100%;
  line-height: 17px;
  color: #2f3130;
}
.bi-name-modal.bi-wrap .bi-promo-type {
  font-weight: bold;
  font-size: 100%;
  text-transform: capitalize;
  color: #2f3130;
}
.bi-name-modal.bi-wrap .bi-promo-content {
  display: none;
  clear: both;
  padding-top: 15px;
  cursor: default;
}
.bi-name-modal.bi-wrap .bi-action-call {
  display: none;
}
.bi-name-modal.bi-wrap .bi-promo-sep {
  height: 30px;
  background-color: transparent;
}
.bi-name-modal.bi-wrap .bi-show-more-text {
  font-size: 120%;
  vertical-align: middle;
  cursor: pointer;
  border-bottom: 1px solid;
  text-align: center;
  min-width: 90px;
  max-width: 90px;
  font-weight: bold;
  padding: 11px 0;
  margin: 0 0 0 25px;
  white-space: nowrap;
  color: black;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.bi-name-modal.bi-wrap .bi-show-more-content {
  display: none;
}
.bi-name-modal.bi-wrap .bi-btn {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 10px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
  width: 160px;
  text-align: center;
  margin-top: 10px;
  background: #7c7c7c;
}
.bi-name-modal.bi-wrap .bi-btn:hover {
  text-decoration: none;
  background: #626262;
}
.bi-name-modal.bi-wrap .bi-controls {
  text-align: center;
}
.bi-name-modal.bi-wrap .bi-pager-left {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #cccccc;
  margin: 0px 3px;
  cursor: pointer;
}
.bi-name-modal.bi-wrap .bi-pager-left:hover {
  border-right-color: #999999;
}
.bi-name-modal.bi-wrap .bi-pager-right {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #cccccc;
  margin: 0px 3px;
  cursor: pointer;
}
.bi-name-modal.bi-wrap .bi-pager-right:hover {
  border-left-color: #999999;
}
.bi-name-modal.bi-wrap .bi-pager-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 2px 3px;
  cursor: pointer;
  background-color: #ebebeb;
}
.bi-name-modal.bi-wrap .bi-pager-dot:hover {
  background-color: #999999;
}
.bi-name-modal.bi-wrap .bi-pager-dot.bi-active {
  background-color: #999999;
}
.bi-name-modal.bi-wrap .bi-pwred {
  padding-top: 20px;
  text-align: right;
}
.bi-name-modal.bi-wrap .bi-pwred a {
  font-size: 90%;
  color: #cccccc;
}
.bi-name-modal.bi-wrap .bi-pwred a:hover {
  text-decoration: underline;
  color: #3b3b3b;
}
.bi-name-modal.bi-wrap .bi-countdown {
  padding-top: 5px;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.bi-name-modal.bi-wrap.bi-left {
  left: 2px;
}
.bi-name-modal.bi-wrap.bi-right .bi-minimize,
.bi-name-modal.bi-wrap.bi-right .bi-maximize {
  transform: rotate(180deg);
}
.bi-name-modal.bi-wrap.bi-top .bi-minimize,
.bi-name-modal.bi-wrap.bi-top .bi-maximize {
  transform: rotate(90deg);
}
.bi-name-modal.bi-wrap.bi-bottom .bi-minimize,
.bi-name-modal.bi-wrap.bi-bottom .bi-maximize {
  transform: rotate(270deg);
}
.bi-name-modal.bi-wrap.bi-Vtop {
  top: 50px;
}
.bi-name-modal.bi-wrap.bi-Vbottom {
  bottom: 50px;
}
.bi-name-modal.bi-wrap .bi-favicon {
  display: none;
}
.bi-name-modal.bi-wrap .bi-promo-thumbnail {
  width: auto;
  height: auto;
  width: 100%;
  display: block;
}
.bi-name-modal.bi-wrap.bi-standard.bi-wrap-min {
  width: auto !important;
}
.bi-name-modal.bi-wrap.bi-standard .bi-header {
  padding: 5px 5px 0 5px;
}
.bi-name-modal.bi-wrap.bi-standard .bi-controls {
  display: none;
}
.bi-name-modal.bi-wrap.bi-standard .bi-pwred {
  padding: 0 5px 5px 0;
}
.bi-name-modal.bi-wrap.bi-standard .bi-pwred a {
  height: 15px;
  display: inline-block;
}
.bi-name-modal.bi-wrap.bi-standard .bi-panel {
  padding: 1px;
}
.bi-name-modal.bi-wrap.bi-standard .bi-content {
  padding: 10px 0 0 0;
}
.bi-name-modal.bi-wrap.bi-standard .bi-promo-title {
  display: inline;
}
.bi-name-modal.bi-wrap.bi-standard .bi-minimize {
  color: #7c7c7c;
}
.bi-name-modal.bi-wrap.bi-standard .bi-promo-text-wrap {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 10px;
  height: 42px;
}
.bi-name-modal.bi-wrap.bi-standard .bi-promo a {
  display: block;
}
.bi-name-modal.bi-wrap.bi-standard .bi-promo a:hover .bi-promo-icon-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-modal.bi-wrap.bi-standard .bi-promo-sep {
  height: 2px;
}
.bi-name-modal.bi-wrap.bi-standard .bi-promo-type {
  display: none;
}
.bi-name-modal.bi-wrap.bi-standard .bi-promo-icon-wrap {
  display: block;
  padding: 0 12px;
}
.bi-name-modal.bi-wrap.bi-standard .bi-promo-icon-wrap:after {
  content: '';
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-modal.bi-wrap.bi-standard .bi-promo-thumbnail {
  max-width: 200px;
  max-height: 100px;
  margin: 0 auto;
}
.bi-name-modal.bi-wrap.bi-standard .bi-maximize:before {
  color: #7c7c7c;
}
.bi-name-modal.bi-wrap.bi-mstandard {
  top: 0;
  height: 100%;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-promo-thumbnail {
  max-width: 160px;
  max-height: 80px;
  width: auto;
  height: auto;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-promo-type {
  display: none;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-panel {
  opacity: 1;
  height: 100%;
  padding-right: 40px;
  padding: 0;
  position: relative;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-header {
  background-color: #2e2d2d;
  height: 10%;
  margin-left: -2px;
  width: 100%;
  font-size: 24px;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-title {
  color: white;
  text-align: center;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-title:after {
  content: "Content for you";
  text-transform: uppercase;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-content {
  padding: 25px 35px 0 4px;
  height: 80%;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-footer {
  padding-right: 45px;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-promo-text-wrap {
  padding-left: 175px;
  display: block;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-promo-icon-wrap {
  padding: 0 5px 0 0;
  vertical-align: middle;
  display: block;
  position: absolute;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-promo-title {
  font-size: 140%;
  font-family: tahoma;
  font-weight: 600;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-promo-content {
  padding-left: 20px;
  padding-top: 10px;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-promo-sep {
  height: 15px;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-min {
  height: 100%;
  position: relative;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-min-arrow {
  display: none;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-min-bg {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -75px;
  width: 25px;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-border {
  left: 0;
  margin-left: -2px;
  position: absolute;
  height: 100%;
  z-index: 2;
  width: 10px;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-panel .bi-min-bg {
  right: 6px;
  left: auto;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-panel .bi-border {
  right: 0;
  left: auto;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-min-text {
  margin: 0 6px;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-min-text:after {
  content: "Content for you";
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-minimize {
  visibility: hidden;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-pwred {
  padding: 0;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-pwred a {
  font-size: 100%;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-controls {
  display: none;
}
.bi-name-modal.bi-wrap.bi-mstandard .bi-promo a {
  display: table-row;
}
.bi-name-modal.bi-wrap.bi-modeless {
  top: 0px;
  bottom: 0px;
}
.bi-name-modal.bi-wrap.bi-modeless.bi-wrap-min {
  bottom: auto;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-promo-text-wrap {
  display: block;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-header {
  padding: 5px 10px;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-title {
  font-size: 90%;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-panel {
  width: 300px;
  height: 100%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  padding: 0;
  opacity: 0.88;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-panel:hover {
  opacity: 1;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-content {
  height: calc(100% - 58px);
  overflow-y: auto;
  padding: 0;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-promo {
  padding: 25px;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-promo-icon-wrap:after {
  content: '';
  display: block;
  height: 5px;
  position: relative;
  bottom: 5px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-promo:hover .bi-promo-icon-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-modal.bi-wrap.bi-modeless.bi-right {
  right: 0px;
  border-right-width: 0px;
}
.bi-name-modal.bi-wrap.bi-modeless.bi-left {
  left: 0px;
  border-left-width: 0px;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-promo-thumbnail {
  margin: auto;
  max-width: 320px;
  max-height: 160px;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-promo-sep {
  display: none;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-promo a {
  font-size: 140%;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-promo-title {
  line-height: 26px;
  display: inline;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-footer {
  bottom: 10px;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-promo-content {
  display: none;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-btn {
  display: none;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-promo-type {
  display: none;
}
.bi-name-modal.bi-wrap.bi-modeless .bi-pwred {
  text-align: center;
  padding: 10px 0;
}
.bi-name-modal.bi-wrap.bi-modal,
.bi-name-modal.bi-wrap.bi-entrymodal {
  top: auto;
  bottom: auto;
}
.bi-name-modal.bi-wrap.bi-modal .bi-header,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-header {
  padding: 0;
}
.bi-name-modal.bi-wrap.bi-modal .bi-title,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-title {
  font-size: 140%;
  border-bottom: 1px solid;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding-bottom: 10px;
  padding-top: 10px;
  display: none;
}
.bi-name-modal.bi-wrap.bi-modal .bi-show-more-text,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-show-more-text {
  margin-top: 50px;
}
.bi-name-modal.bi-wrap.bi-modal .bi-content,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-content {
  padding: 0;
}
.bi-name-modal.bi-wrap.bi-modal .bi-panel,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-panel {
  position: relative;
  width: 800px;
  padding: 0;
}
.bi-name-modal.bi-wrap.bi-modal .bi-promo,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-promo {
  padding: 0;
}
.bi-name-modal.bi-wrap.bi-modal .bi-promo a,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-promo a {
  display: block;
}
.bi-name-modal.bi-wrap.bi-modal .bi-promo-wrap,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-promo-wrap {
  padding: 70px 30px;
}
.bi-name-modal.bi-wrap.bi-modal .bi-promo-icon-wrap,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-promo-icon-wrap {
  width: 50%;
  text-align: center;
  float: none;
}
.bi-name-modal.bi-wrap.bi-modal .bi-promo-text-wrap,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-promo-text-wrap {
  text-align: left;
  padding: 0 10px;
}
.bi-name-modal.bi-wrap.bi-modal .bi-promo-type,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-promo-type {
  display: block;
  text-align: inherit;
}
.bi-name-modal.bi-wrap.bi-modal .bi-promo-type:before,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-promo-type:before {
  content: attr(data-before);
  display: inline;
}
.bi-name-modal.bi-wrap.bi-modal.bi-left,
.bi-name-modal.bi-wrap.bi-entrymodal.bi-left,
.bi-name-modal.bi-wrap.bi-modal.bi-right,
.bi-name-modal.bi-wrap.bi-entrymodal.bi-right {
  right: auto;
  left: auto;
}
.bi-name-modal.bi-wrap.bi-modal .bi-promo a,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-promo a {
  font-size: 180%;
}
.bi-name-modal.bi-wrap.bi-modal .bi-promo-title,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-promo-title {
  /*line-height: 26px;
                    display: inline;*/
  text-align: inherit;
  line-height: 26px;
  margin: 0;
  display: block;
}
.bi-name-modal.bi-wrap.bi-modal .bi-promo-thumbnail,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-promo-thumbnail {
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 200px;
  text-align: inherit;
  margin: 0 auto;
}
.bi-name-modal.bi-wrap.bi-modal .bi-pwred,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-pwred {
  position: relative;
  text-align: center;
  padding: 0;
  height: 0;
  bottom: -10px;
}
.bi-name-modal.bi-wrap.bi-modal .bi-pwred a,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-pwred a {
  height: 15px;
  display: inline-block;
  color: white;
}
.bi-name-modal.bi-wrap.bi-modal .bi-promo-sep,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-promo-sep {
  width: 100%;
  height: 10px;
  background-color: #7c7c7c;
}
.bi-name-modal.bi-wrap.bi-modal .bi-btn-wrap,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-btn-wrap {
  padding: 40px 0;
  text-align: center;
  background-color: #373737;
}
.bi-name-modal.bi-wrap.bi-modal .bi-btn,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 0;
  margin: 0px auto;
  line-height: 60px;
  width: auto;
  font-size: 50px;
  font-weight: normal;
  background-color: transparent;
}
.bi-name-modal.bi-wrap.bi-modal .bi-btn:after,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-btn:after {
  -moz-transition: transform 0.5s ease, background-color 0.5s ease;
  -o-transition: transform 0.5s ease, background-color 0.5s ease;
  -webkit-transition: transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  content: '';
  background-color: #7c7c7c;
  display: block;
  height: 2px;
  margin: auto;
  position: relative;
}
.bi-name-modal.bi-wrap.bi-modal .bi-btn:hover,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-btn:hover {
  background-color: transparent;
}
.bi-name-modal.bi-wrap.bi-modal .bi-panel:hover .bi-btn:after,
.bi-name-modal.bi-wrap.bi-entrymodal .bi-panel:hover .bi-btn:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #7c7c7c;
}
.bi-name-modal.bi-wrap.bi-modal.bi-mobile,
.bi-name-modal.bi-wrap.bi-entrymodal.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-modal.bi-wrap.bi-modal.bi-mobile .bi-panel,
.bi-name-modal.bi-wrap.bi-entrymodal.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-modal.bi-wrap.bi-modal.bi-mobile .bi-title,
.bi-name-modal.bi-wrap.bi-entrymodal.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-modal.bi-wrap.bi-modal.bi-mobile .bi-body-title,
.bi-name-modal.bi-wrap.bi-entrymodal.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-modal.bi-wrap.bi-modal.bi-mobile .bi-content,
.bi-name-modal.bi-wrap.bi-entrymodal.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-modal.bi-wrap.bi-modal.bi-mobile .bi-close,
.bi-name-modal.bi-wrap.bi-entrymodal.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-modal.bi-wrap.bi-modal.bi-mobile .bi-close:before,
.bi-name-modal.bi-wrap.bi-entrymodal.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-modal.bi-wrap.bi-modal.bi-mobile .bi-overlay,
.bi-name-modal.bi-wrap.bi-entrymodal.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-modal.bi-wrap.bi-gate,
.bi-name-modal.bi-wrap.bi-form,
.bi-name-modal.bi-wrap.bi-entryform,
.bi-name-modal.bi-wrap.bi-entrygate {
  top: auto;
  bottom: auto;
  z-index: 2147483642;
}
.bi-name-modal.bi-wrap.bi-gate .bi-panel,
.bi-name-modal.bi-wrap.bi-form .bi-panel,
.bi-name-modal.bi-wrap.bi-entryform .bi-panel,
.bi-name-modal.bi-wrap.bi-entrygate .bi-panel {
  padding: 0 50px;
  width: 400px;
  position: relative;
  border: 0;
}
.bi-name-modal.bi-wrap.bi-gate .bi-header,
.bi-name-modal.bi-wrap.bi-form .bi-header,
.bi-name-modal.bi-wrap.bi-entryform .bi-header,
.bi-name-modal.bi-wrap.bi-entrygate .bi-header {
  height: 50px;
}
.bi-name-modal.bi-wrap.bi-gate .bi-title,
.bi-name-modal.bi-wrap.bi-form .bi-title,
.bi-name-modal.bi-wrap.bi-entryform .bi-title,
.bi-name-modal.bi-wrap.bi-entrygate .bi-title {
  padding-top: 30px;
  text-align: center;
  font-size: 200%;
  text-transform: none;
}
.bi-name-modal.bi-wrap.bi-gate .bi-body-title,
.bi-name-modal.bi-wrap.bi-form .bi-body-title,
.bi-name-modal.bi-wrap.bi-entryform .bi-body-title,
.bi-name-modal.bi-wrap.bi-entrygate .bi-body-title {
  padding: 0;
  text-align: center;
  font-size: 150%;
}
.bi-name-modal.bi-wrap.bi-gate .bi-content,
.bi-name-modal.bi-wrap.bi-form .bi-content,
.bi-name-modal.bi-wrap.bi-entryform .bi-content,
.bi-name-modal.bi-wrap.bi-entrygate .bi-content {
  padding: 20px 0;
  text-align: center;
}
.bi-name-modal.bi-wrap.bi-gate form label,
.bi-name-modal.bi-wrap.bi-form form label,
.bi-name-modal.bi-wrap.bi-entryform form label,
.bi-name-modal.bi-wrap.bi-entrygate form label {
  color: black;
}
.bi-name-modal.bi-wrap.bi-gate form input,
.bi-name-modal.bi-wrap.bi-form form input,
.bi-name-modal.bi-wrap.bi-entryform form input,
.bi-name-modal.bi-wrap.bi-entrygate form input,
.bi-name-modal.bi-wrap.bi-gate form textarea,
.bi-name-modal.bi-wrap.bi-form form textarea,
.bi-name-modal.bi-wrap.bi-entryform form textarea,
.bi-name-modal.bi-wrap.bi-entrygate form textarea,
.bi-name-modal.bi-wrap.bi-gate form select,
.bi-name-modal.bi-wrap.bi-form form select,
.bi-name-modal.bi-wrap.bi-entryform form select,
.bi-name-modal.bi-wrap.bi-entrygate form select,
.bi-name-modal.bi-wrap.bi-gate form option,
.bi-name-modal.bi-wrap.bi-form form option,
.bi-name-modal.bi-wrap.bi-entryform form option,
.bi-name-modal.bi-wrap.bi-entrygate form option {
  background-color: white;
  color: #888888;
  border-color: #cccccc;
}
.bi-name-modal.bi-wrap.bi-gate form input[type="submit"],
.bi-name-modal.bi-wrap.bi-form form input[type="submit"],
.bi-name-modal.bi-wrap.bi-entryform form input[type="submit"],
.bi-name-modal.bi-wrap.bi-entrygate form input[type="submit"],
.bi-name-modal.bi-wrap.bi-gate form textarea[type="submit"],
.bi-name-modal.bi-wrap.bi-form form textarea[type="submit"],
.bi-name-modal.bi-wrap.bi-entryform form textarea[type="submit"],
.bi-name-modal.bi-wrap.bi-entrygate form textarea[type="submit"],
.bi-name-modal.bi-wrap.bi-gate form select[type="submit"],
.bi-name-modal.bi-wrap.bi-form form select[type="submit"],
.bi-name-modal.bi-wrap.bi-entryform form select[type="submit"],
.bi-name-modal.bi-wrap.bi-entrygate form select[type="submit"],
.bi-name-modal.bi-wrap.bi-gate form option[type="submit"],
.bi-name-modal.bi-wrap.bi-form form option[type="submit"],
.bi-name-modal.bi-wrap.bi-entryform form option[type="submit"],
.bi-name-modal.bi-wrap.bi-entrygate form option[type="submit"] {
  background-color: #7c7c7c;
  border: 0;
  color: white;
}
.bi-name-modal.bi-wrap.bi-gate .bi-footer .bi-pwred,
.bi-name-modal.bi-wrap.bi-form .bi-footer .bi-pwred,
.bi-name-modal.bi-wrap.bi-entryform .bi-footer .bi-pwred,
.bi-name-modal.bi-wrap.bi-entrygate .bi-footer .bi-pwred {
  position: relative;
  bottom: -10px;
  text-align: center;
  padding: 0;
  height: 0;
}
.bi-name-modal.bi-wrap.bi-gate .bi-footer a,
.bi-name-modal.bi-wrap.bi-form .bi-footer a,
.bi-name-modal.bi-wrap.bi-entryform .bi-footer a,
.bi-name-modal.bi-wrap.bi-entrygate .bi-footer a {
  color: white;
}
.bi-name-modal.bi-wrap.bi-gate .bi-body-promo-title,
.bi-name-modal.bi-wrap.bi-form .bi-body-promo-title,
.bi-name-modal.bi-wrap.bi-entryform .bi-body-promo-title,
.bi-name-modal.bi-wrap.bi-entrygate .bi-body-promo-title {
  font-size: 166%;
  text-align: center;
}
.bi-name-modal.bi-wrap.bi-gate.bi-left,
.bi-name-modal.bi-wrap.bi-form.bi-left,
.bi-name-modal.bi-wrap.bi-entryform.bi-left,
.bi-name-modal.bi-wrap.bi-entrygate.bi-left,
.bi-name-modal.bi-wrap.bi-gate.bi-right,
.bi-name-modal.bi-wrap.bi-form.bi-right,
.bi-name-modal.bi-wrap.bi-entryform.bi-right,
.bi-name-modal.bi-wrap.bi-entrygate.bi-right {
  right: auto;
  left: auto;
}
.bi-name-modal.bi-wrap.bi-gate form,
.bi-name-modal.bi-wrap.bi-form form,
.bi-name-modal.bi-wrap.bi-entryform form,
.bi-name-modal.bi-wrap.bi-entrygate form {
  margin: 0px;
}
.bi-name-modal.bi-wrap.bi-gate form *,
.bi-name-modal.bi-wrap.bi-form form *,
.bi-name-modal.bi-wrap.bi-entryform form *,
.bi-name-modal.bi-wrap.bi-entrygate form * {
  display: block;
}
.bi-name-modal.bi-wrap.bi-gate form input[type="checkbox"],
.bi-name-modal.bi-wrap.bi-form form input[type="checkbox"],
.bi-name-modal.bi-wrap.bi-entryform form input[type="checkbox"],
.bi-name-modal.bi-wrap.bi-entrygate form input[type="checkbox"] {
  float: left;
  height: 19px;
  width: 19px;
  margin: 0 5px 5px 0;
}
.bi-name-modal.bi-wrap.bi-gate form input[type="checkbox"] + label:after,
.bi-name-modal.bi-wrap.bi-form form input[type="checkbox"] + label:after,
.bi-name-modal.bi-wrap.bi-entryform form input[type="checkbox"] + label:after,
.bi-name-modal.bi-wrap.bi-entrygate form input[type="checkbox"] + label:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.bi-name-modal.bi-wrap.bi-gate form label,
.bi-name-modal.bi-wrap.bi-form form label,
.bi-name-modal.bi-wrap.bi-entryform form label,
.bi-name-modal.bi-wrap.bi-entrygate form label {
  font-size: 125%;
  display: none;
}
.bi-name-modal.bi-wrap.bi-gate form label.bi-form-error,
.bi-name-modal.bi-wrap.bi-form form label.bi-form-error,
.bi-name-modal.bi-wrap.bi-entryform form label.bi-form-error,
.bi-name-modal.bi-wrap.bi-entrygate form label.bi-form-error {
  font-size: 120%;
}
.bi-name-modal.bi-wrap.bi-gate form input,
.bi-name-modal.bi-wrap.bi-form form input,
.bi-name-modal.bi-wrap.bi-entryform form input,
.bi-name-modal.bi-wrap.bi-entrygate form input,
.bi-name-modal.bi-wrap.bi-gate form textarea,
.bi-name-modal.bi-wrap.bi-form form textarea,
.bi-name-modal.bi-wrap.bi-entryform form textarea,
.bi-name-modal.bi-wrap.bi-entrygate form textarea,
.bi-name-modal.bi-wrap.bi-gate form select,
.bi-name-modal.bi-wrap.bi-form form select,
.bi-name-modal.bi-wrap.bi-entryform form select,
.bi-name-modal.bi-wrap.bi-entrygate form select,
.bi-name-modal.bi-wrap.bi-gate form option,
.bi-name-modal.bi-wrap.bi-form form option,
.bi-name-modal.bi-wrap.bi-entryform form option,
.bi-name-modal.bi-wrap.bi-entrygate form option {
  width: 100%;
  padding: 0px 4px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 16px;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  font-size: 140%;
  height: 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
}
.bi-name-modal.bi-wrap.bi-gate form input[type="submit"],
.bi-name-modal.bi-wrap.bi-form form input[type="submit"],
.bi-name-modal.bi-wrap.bi-entryform form input[type="submit"],
.bi-name-modal.bi-wrap.bi-entrygate form input[type="submit"] {
  /*font: normal 100%/100% Arial;*/
  background-image: none;
  line-height: 50px;
  height: 50px;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 170%;
  border: 0;
}
.bi-name-modal.bi-wrap.bi-gate form input::-webkit-input-placeholder,
.bi-name-modal.bi-wrap.bi-form form input::-webkit-input-placeholder,
.bi-name-modal.bi-wrap.bi-entryform form input::-webkit-input-placeholder,
.bi-name-modal.bi-wrap.bi-entrygate form input::-webkit-input-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-modal.bi-wrap.bi-gate form input::-moz-placeholder,
.bi-name-modal.bi-wrap.bi-form form input::-moz-placeholder,
.bi-name-modal.bi-wrap.bi-entryform form input::-moz-placeholder,
.bi-name-modal.bi-wrap.bi-entrygate form input::-moz-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-modal.bi-wrap.bi-gate form input:-moz-placeholder,
.bi-name-modal.bi-wrap.bi-form form input:-moz-placeholder,
.bi-name-modal.bi-wrap.bi-entryform form input:-moz-placeholder,
.bi-name-modal.bi-wrap.bi-entrygate form input:-moz-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-modal.bi-wrap.bi-gate form input:-ms-input-placeholder,
.bi-name-modal.bi-wrap.bi-form form input:-ms-input-placeholder,
.bi-name-modal.bi-wrap.bi-entryform form input:-ms-input-placeholder,
.bi-name-modal.bi-wrap.bi-entrygate form input:-ms-input-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-modal.bi-wrap.bi-gate.bi-mobile,
.bi-name-modal.bi-wrap.bi-form.bi-mobile,
.bi-name-modal.bi-wrap.bi-entryform.bi-mobile,
.bi-name-modal.bi-wrap.bi-entrygate.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-modal.bi-wrap.bi-gate.bi-mobile .bi-panel,
.bi-name-modal.bi-wrap.bi-form.bi-mobile .bi-panel,
.bi-name-modal.bi-wrap.bi-entryform.bi-mobile .bi-panel,
.bi-name-modal.bi-wrap.bi-entrygate.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-modal.bi-wrap.bi-gate.bi-mobile .bi-title,
.bi-name-modal.bi-wrap.bi-form.bi-mobile .bi-title,
.bi-name-modal.bi-wrap.bi-entryform.bi-mobile .bi-title,
.bi-name-modal.bi-wrap.bi-entrygate.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-modal.bi-wrap.bi-gate.bi-mobile .bi-body-title,
.bi-name-modal.bi-wrap.bi-form.bi-mobile .bi-body-title,
.bi-name-modal.bi-wrap.bi-entryform.bi-mobile .bi-body-title,
.bi-name-modal.bi-wrap.bi-entrygate.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-modal.bi-wrap.bi-gate.bi-mobile .bi-content,
.bi-name-modal.bi-wrap.bi-form.bi-mobile .bi-content,
.bi-name-modal.bi-wrap.bi-entryform.bi-mobile .bi-content,
.bi-name-modal.bi-wrap.bi-entrygate.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-modal.bi-wrap.bi-gate.bi-mobile .bi-close,
.bi-name-modal.bi-wrap.bi-form.bi-mobile .bi-close,
.bi-name-modal.bi-wrap.bi-entryform.bi-mobile .bi-close,
.bi-name-modal.bi-wrap.bi-entrygate.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-modal.bi-wrap.bi-gate.bi-mobile .bi-close:before,
.bi-name-modal.bi-wrap.bi-form.bi-mobile .bi-close:before,
.bi-name-modal.bi-wrap.bi-entryform.bi-mobile .bi-close:before,
.bi-name-modal.bi-wrap.bi-entrygate.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-modal.bi-wrap.bi-gate.bi-mobile .bi-overlay,
.bi-name-modal.bi-wrap.bi-form.bi-mobile .bi-overlay,
.bi-name-modal.bi-wrap.bi-entryform.bi-mobile .bi-overlay,
.bi-name-modal.bi-wrap.bi-entrygate.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-modal.bi-wrap.bi-bar {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  /*height: 40px;*/

}
.bi-name-modal.bi-wrap.bi-bar.bi-bottom {
  bottom: 0;
  border-top: 1px solid #7c7c7c;
}
.bi-name-modal.bi-wrap.bi-bar.bi-top {
  top: 0;
  border-bottom: 1px solid #7c7c7c;
}
.bi-name-modal.bi-wrap.bi-bar .bi-tooltip {
  max-width: 400px;
}
.bi-name-modal.bi-wrap.bi-bar.bi-wrap-min {
  height: auto;
  left: auto;
  right: 0;
  margin-right: 15px;
}
.bi-name-modal.bi-wrap.bi-bar .bi-minimize-wrap {
  width: auto;
}
.bi-name-modal.bi-wrap.bi-bar .bi-min {
  width: auto;
  display: block;
}
.bi-name-modal.bi-wrap.bi-bar .bi-min-bg {
  height: 25px;
}
.bi-name-modal.bi-wrap.bi-bar .bi-min-text {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.bi-name-modal.bi-wrap.bi-bar .bi-minimize {
  margin: 0px 20px 5px 20px;
}
.bi-name-modal.bi-wrap.bi-bar .bi-header {
  width: 20px;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 25%;
}
.bi-name-modal.bi-wrap.bi-bar .bi-promo a {
  display: inline-block;
}
.bi-name-modal.bi-wrap.bi-bar .bi-promo-icon-wrap,
.bi-name-modal.bi-wrap.bi-bar .bi-promo-text-wrap {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0;
}
.bi-name-modal.bi-wrap.bi-bar .bi-footer {
  vertical-align: middle;
  position: absolute;
  right: 0px;
  top: 35%;
}
.bi-name-modal.bi-wrap.bi-bar .bi-pwred {
  padding: 0;
  text-align: center;
}
.bi-name-modal.bi-wrap.bi-bar .bi-panel {
  display: table;
  width: 100%;
  height: 70px;
  padding: 0;
}
.bi-name-modal.bi-wrap.bi-bar .bi-panel:hover .bi-promo a:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-modal.bi-wrap.bi-bar .bi-panel:hover .bi-promo-text-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-modal.bi-wrap.bi-bar .bi-row {
  height: 70px;
}
.bi-name-modal.bi-wrap.bi-bar .bi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.bi-name-modal.bi-wrap.bi-bar .bi-promo {
  cursor: auto;
  text-align: center;
}
.bi-name-modal.bi-wrap.bi-bar .bi-promo a {
  font-size: 130%;
  cursor: pointer;
  white-space: nowrap;
}
.bi-name-modal.bi-wrap.bi-bar .bi-promo-thumbnail {
  max-width: 80px;
  max-height: 55px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.bi-name-modal.bi-wrap.bi-bar .bi-promo-title {
  display: inline-block;
}
.bi-name-modal.bi-wrap.bi-bar .bi-promo-type {
  display: none;
}
.bi-name-modal.bi-wrap.bi-bar .bi-promo-type:after {
  content: "-";
  margin: 3px;
}
.bi-name-modal.bi-wrap.bi-bar .bi-cell {
  float: right;
}
.bi-name-modal.bi-wrap.bi-bar .bi-controls {
  float: right;
  width: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.bi-name-modal.bi-wrap.bi-bar .bi-promo-text-wrap {
  display: inline-block;
}
.bi-name-modal.bi-wrap.bi-bar .bi-promo-text-wrap:after {
  content: '';
  display: block;
  height: 1px;
  margin-top: 2px;
  -moz-transition: transform 0.5s ease, background-color 0.5s ease;
  -o-transition: transform 0.5s ease, background-color 0.5s ease;
  -webkit-transition: transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #7c7c7c;
}
.bi-name-modal.bi-wrap.bi-mbar {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  /*height: 40px;*/

}
.bi-name-modal.bi-wrap.bi-mbar.bi-bottom {
  bottom: 0;
}
.bi-name-modal.bi-wrap.bi-mbar.bi-top {
  top: 0;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-tooltip {
  max-width: 400px;
}
.bi-name-modal.bi-wrap.bi-mbar.bi-wrap-min {
  height: auto;
  left: auto;
  right: 0;
  margin-right: 15px;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-min {
  width: auto;
  display: block;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-min-bg {
  height: 25px;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-min-text {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-minimize {
  margin: 0px 20px 5px 20px;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-header {
  display: none;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-footer {
  display: none;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-panel {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 4px;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-promo {
  cursor: auto;
  text-align: center;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-promo a {
  font-size: 130%;
  cursor: pointer;
  display: inline;
  white-space: nowrap;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-promo-title {
  display: inline-block;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-promo-type {
  display: inline-block;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-promo-type:before {
  content: "-";
  margin: 3px;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-cell {
  float: right;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-controls {
  float: right;
  width: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.bi-name-modal.bi-wrap.bi-mbar .bi-promo-thumbnail {
  max-width: 50px;
  max-height: 40px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.bi-name-modal.bi-wrap.bi-entrygate .bi-overlay {
  opacity: 0.9;
}
.bi-name-modal.bi-wrap.bi-image .bi-panel,
.bi-name-modal.bi-wrap.bi-entryimage .bi-panel {
  padding: 0;
  max-width: 800px;
  position: relative;
}
.bi-name-modal.bi-wrap.bi-image .bi-img,
.bi-name-modal.bi-wrap.bi-entryimage .bi-img {
  width: 100%;
}
.bi-name-modal.bi-wrap.bi-image.bi-left,
.bi-name-modal.bi-wrap.bi-entryimage.bi-left,
.bi-name-modal.bi-wrap.bi-image.bi-right,
.bi-name-modal.bi-wrap.bi-entryimage.bi-right {
  right: auto;
  left: auto;
}
.bi-name-modal.bi-wrap.bi-image .bi-pwred,
.bi-name-modal.bi-wrap.bi-entryimage .bi-pwred {
  position: relative;
  bottom: -10px;
  text-align: center;
  padding: 0;
  height: 0;
}
.bi-name-modal.bi-wrap.bi-image .bi-pwred a,
.bi-name-modal.bi-wrap.bi-entryimage .bi-pwred a {
  color: white;
}
.bi-name-modal.bi-wrap.bi-image.bi-mobile,
.bi-name-modal.bi-wrap.bi-entryimage.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-modal.bi-wrap.bi-image.bi-mobile .bi-panel,
.bi-name-modal.bi-wrap.bi-entryimage.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-modal.bi-wrap.bi-image.bi-mobile .bi-title,
.bi-name-modal.bi-wrap.bi-entryimage.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-modal.bi-wrap.bi-image.bi-mobile .bi-body-title,
.bi-name-modal.bi-wrap.bi-entryimage.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-modal.bi-wrap.bi-image.bi-mobile .bi-content,
.bi-name-modal.bi-wrap.bi-entryimage.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-modal.bi-wrap.bi-image.bi-mobile .bi-close,
.bi-name-modal.bi-wrap.bi-entryimage.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-modal.bi-wrap.bi-image.bi-mobile .bi-close:before,
.bi-name-modal.bi-wrap.bi-entryimage.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-modal.bi-wrap.bi-image.bi-mobile .bi-overlay,
.bi-name-modal.bi-wrap.bi-entryimage.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-modal.bi-wrap.bi-image.bi-mobile .bi-panel,
.bi-name-modal.bi-wrap.bi-entryimage.bi-mobile .bi-panel {
  padding: 0;
}
.bi-name-modal.bi-wrap.bi-scroll {
  width: 320px;
}
.bi-name-modal.bi-wrap.bi-scroll.bi-right {
  right: 0;
}
.bi-name-modal.bi-wrap.bi-scroll.bi-wrap-min {
  width: auto !important;
}
.bi-name-modal.bi-wrap.bi-scroll .bi-promo a {
  font-size: 125%;
}
.bi-name-modal.bi-wrap.bi-scroll .bi-promo-icon-wrap {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 50%;
  vertical-align: middle;
}
.bi-name-modal.bi-wrap.bi-scroll .bi-promo-thumbnail {
  display: block;
  height: auto;
  max-height: none;
  max-width: none;
  width: 100%;
}
.bi-name-modal.bi-wrap.bi-scroll .bi-promo-type {
  display: none;
}
.bi-name-modal.bi-wrap.bi-scroll.bi-bottom .bi-min,
.bi-name-modal.bi-wrap.bi-scroll.bi-top .bi-min {
  width: 150px;
}
.bi-name-modal.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-arrow,
.bi-name-modal.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-arrow {
  position: absolute;
  top: 4px;
  margin: 0 -15px;
}
.bi-name-modal.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-bg,
.bi-name-modal.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-bg {
  height: auto;
}
.bi-name-modal.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-bg .bi-min-text,
.bi-name-modal.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-bg .bi-min-text {
  margin: 0;
  transform: initial;
}
.bi-name-modal.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-maximize,
.bi-name-modal.bi-wrap.bi-scroll.bi-top .bi-min .bi-maximize {
  position: absolute;
  left: -22px;
}
.bi-name-modal.bi-wrap.bi-scroll.bi-bottom {
  bottom: 0;
}
.bi-name-modal.bi-wrap.bi-scroll.bi-bottom.bi-Vleft {
  left: 50px;
}
.bi-name-modal.bi-wrap.bi-scroll.bi-bottom.bi-Vright {
  right: 50px;
}
.bi-name-modal.bi-wrap.bi-scroll.bi-top {
  top: 0;
}
.bi-name-modal.bi-wrap.bi-scroll.bi-top.bi-Vleft {
  left: 50px;
}
.bi-name-modal.bi-wrap.bi-scroll.bi-top.bi-Vright {
  right: 50px;
}
.bi-name-modal.bi-wrap.bi-scroll.bi-mobile {
  width: 250px;
}
.bi-name-modal.bi-wrap.bi-scroll .bi-panel {
  opacity: 1;
  border: 0;
  padding: 0;
}
.bi-name-modal.bi-wrap.bi-scroll .bi-minimize {
  background-color: transparent;
  border: 0;
  right: 5px;
  top: 5px;
  position: absolute;
}
.bi-name-modal.bi-wrap.bi-scroll .bi-minimize:before {
  content: "\f00d";
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  font-size: 90%;
  color: #2a3d53;
}
.bi-name-modal.bi-wrap.bi-scroll .bi-header {
  position: absolute;
}
.bi-name-modal.bi-wrap.bi-scroll .bi-content {
  padding: 0;
}
.bi-name-modal.bi-wrap.bi-scroll .bi-promo > a {
  display: block;
}
.bi-name-modal.bi-wrap.bi-scroll .bi-promo-text-wrap {
  display: block;
}
.bi-name-modal.bi-wrap.bi-scroll .bi-promo-text-wrap:before {
  content: '';
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-modal.bi-wrap.bi-scroll .bi-title {
  display: none;
}
.bi-name-modal.bi-wrap.bi-scroll .bi-promo-title {
  font-size: 120%;
  padding: 20px 15px;
  line-height: 1.2;
}
.bi-name-modal.bi-wrap.bi-scroll .bi-footer {
  display: none;
}
.bi-name-modal.bi-wrap.bi-scroll .bi-maximize:before {
  color: #7c7c7c;
}
.bi-name-modal.bi-wrap.bi-static {
  position: static;
}
.bi-name-modal.bi-wrap.bi-static .bi-minimize {
  display: none;
}
.bi-name-modal.bi-wrap.bi-static .bi-panel {
  opacity: 1;
}
.bi-name-modal.bi-wrap.bi-static .bi-content {
  padding: 10px 0;
}
.bi-name-modal.bi-wrap.bi-static .bi-promo-container {
  display: table;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}
.bi-name-modal.bi-wrap.bi-static .bi-promo-sep {
  display: table-cell;
  width: 7px;
}
.bi-name-modal.bi-wrap.bi-static .bi-promo {
  /*width: 220px;
                height: 300px;*/
  display: table-cell;
  vertical-align: top;
  padding: 4px;
}
.bi-name-modal.bi-wrap.bi-static .bi-promo a {
  display: block;
}
.bi-name-modal.bi-wrap.bi-static .bi-promo-icon-wrap {
  display: block;
}
.bi-name-modal.bi-wrap.bi-static .bi-promo-thumbnail {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.bi-name-modal.bi-wrap.bi-static .bi-promo-text-wrap {
  display: block;
  padding-top: 10px;
}
.bi-name-modal.bi-wrap.bi-static .bi-promo-type {
  text-align: center;
  color: gray;
  font-family: 'Lato';
  font-weight: normal;
}
.bi-name-modal.bi-wrap.bi-static .bi-promo-title {
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  font-family: 'Lato';
  font-size: 130%;
  line-height: 27px;
  height: 60px;
}
.bi-name-modal.bi-wrap .bi-showfalse {
  display: none;
}
.bi-name-modal .bi-promo.bi-rtl,
.bi-name-modal .bi-promo.bi-rtl * {
  direction: rtl;
  text-align: right;
}
.bi-name-modal.bi-rtl .bi-title {
  text-align: right;
  padding: 0 2px 0 0;
}
.bi-name-modal.bi-rtl .bi-body-title,
.bi-name-modal.bi-rtl .bi-body-promo-title,
.bi-name-modal.bi-rtl .bi-dform-label {
  text-align: right;
}
.bi-name-modal.bi-rtl .bi-dform-text,
.bi-name-modal.bi-rtl .bi-form-error,
.bi-name-modal.bi-rtl .bi-dform-submit,
.bi-name-modal.bi-rtl .bi-dform-form {
  text-align: right;
  direction: rtl;
}
.bi-name-modal.bi-rtl .bi-show-more-text {
  direction: rtl;
  text-align: right;
}
@media only screen and (max-height: 500px) {
  .bi-name-modal .bi-wrap.bi-mstandard.bi-icons .bi-panel .bi-promo-sep {
    height: 20px;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), local('Oxygen-Regular'), url(//themes.googleusercontent.com/static/fonts/oxygen/v2/RzoNiRR1p2Mqyyz2RwqSMw.woff) format('woff');
}
@import url(//fonts.googleapis.com/css?family=Lato);
.bi-name-form .bi-customColors .bi-color {
  color: #7c7c7c;
}
.bi-name-form .bi-customColors .bi-backgroundColor {
  color: white;
}
.bi-name-form .bi-customColors .bi-titleColor {
  color: black;
}
.bi-name-form .bi-customColors .bi-promoTitleColor {
  color: #2f3130;
}
.bi-name-form .bi-customColors .bi-promoTypeColor {
  color: #2f3130;
}
.bi-name-form .biDebug {
  background-color: #7c7c7c;
  color: white;
  font-size: 13pt;
  position: fixed;
  top: 0px;
  z-index: 2147483640;
  left: 0px;
}
.bi-name-form #biPromotionExplanation {
  position: fixed;
  width: 98%;
  height: 97%;
  right: 0px;
  left: 0px;
  top: 5px;
  margin: 0px auto;
  overflow: auto;
  border: 1px solid #ebebeb;
  background-color: whitesmoke;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 5px #888888;
  -webkit-box-shadow: 0px 1px 5px #888888;
  box-shadow: 0px 1px 5px #888888;
  z-index: 2147483647;
}
.bi-name-form #biPromotionExplanation TABLE {
  border-collapse: collapse;
  /*table-layout: fixed; maxim might regreat this */
  width: 100%;
}
.bi-name-form #biPromotionExplanation TABLE TD {
  border: 1px solid black;
  -ms-word-break: break-word;
  word-break: break-word;
}
.bi-name-form #biPromotionExplanation TABLE TH {
  border: 1px solid black;
  -ms-word-break: break-word;
  word-break: break-word;
}
.bi-name-form #biPromotionExplanation TABLE TH.URL {
  min-width: 350px;
}
.bi-name-form #biPromotionExplanation.wordBreakOff TD,
.bi-name-form #biPromotionExplanation.wordBreakOff TR {
  -ms-word-break: normal;
  word-break: normal;
}
.bi-name-form #biPromotionExplanation.wordBreakOff .explanationWordWrap {
  text-decoration: line-through;
}
.bi-name-form .bi-wrap,
.bi-name-form .bi-wrap *,
.bi-name-form .bi-wrap a,
.bi-name-form .bi-wrap input {
  font-family: 'Oxygen', Arial;
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
  color: white;
  background-color: white;
  background-image: initial;
  border-collapse: separate;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: none;
  height: auto;
  letter-spacing: normal;
  margin: 0;
  outline: 0;
  position: static;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: inherit;
  vertical-align: middle;
  overflow: visible;
  direction: ltr;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
.bi-name-form.bi-wrap {
  visibility: hidden;
  display: block;
  position: fixed;
  z-index: 2147483640;
  font-size: 12px;
  /*&.bi-shown-first-time {
        -moz-animation: myfirst 4s forwards;
        -o-animation: myfirst 4s forwards;
        -webkit-animation: myfirst 4s forwards;
        animation: myfirst 4s forwards;
    }*/

  /* Chrome, Safari, Opera */

  /*@-webkit-keyframes myfirst {
        0%		{-webkit-transform: rotate(0deg);left:-250px;}
        25%		{-webkit-transform: rotate(30deg);left:-150px;}
        35%		{-webkit-transform: rotate(30deg);left:-150px;}
        50%		{-webkit-transform: rotate(0deg);left:500px;}
        55%		{-webkit-transform: rotate(0deg);left:500px;}
        70%		{-webkit-transform: rotate(0deg);left:500px;}
        100%	{-webkit-transform: rotate(-360deg);left:0px;}
    }*/

}
.bi-name-form.bi-wrap.bi-entry-animation.bi-modal,
.bi-name-form.bi-wrap.bi-entry-animation.bi-entrymodal,
.bi-name-form.bi-wrap.bi-entry-animation.bi-form,
.bi-name-form.bi-wrap.bi-entry-animation.bi-entryform,
.bi-name-form.bi-wrap.bi-entry-animation.bi-entrygate,
.bi-name-form.bi-wrap.bi-entry-animation.bi-gate,
.bi-name-form.bi-wrap.bi-entry-animation.bi-image {
  top: 0;
}
.bi-name-form.bi-wrap.bi-entry-animation.bi-modal.bi-shown-first-time,
.bi-name-form.bi-wrap.bi-entry-animation.bi-entrymodal.bi-shown-first-time,
.bi-name-form.bi-wrap.bi-entry-animation.bi-form.bi-shown-first-time,
.bi-name-form.bi-wrap.bi-entry-animation.bi-entryform.bi-shown-first-time,
.bi-name-form.bi-wrap.bi-entry-animation.bi-entrygate.bi-shown-first-time,
.bi-name-form.bi-wrap.bi-entry-animation.bi-gate.bi-shown-first-time,
.bi-name-form.bi-wrap.bi-entry-animation.bi-image.bi-shown-first-time {
  -moz-transition: top 1s ease 0s;
  -o-transition: top 1s ease 0s;
  -webkit-transition: top 1s ease 0s;
  transition: top 1s ease 0s;
}
.bi-name-form.bi-wrap.bi-entry-animation.bi-standard.bi-left {
  left: 0;
}
.bi-name-form.bi-wrap.bi-entry-animation.bi-standard.bi-left.bi-shown-first-time {
  -moz-transition: left 1s ease 0s;
  -o-transition: left 1s ease 0s;
  -webkit-transition: left 1s ease 0s;
  transition: left 1s ease 0s;
}
.bi-name-form.bi-wrap.bi-entry-animation.bi-standard.bi-right {
  right: 0;
}
.bi-name-form.bi-wrap.bi-entry-animation.bi-standard.bi-right.bi-shown-first-time {
  -moz-transition: right 1s ease 0s;
  -o-transition: right 1s ease 0s;
  -webkit-transition: right 1s ease 0s;
  transition: right 1s ease 0s;
}
.bi-name-form.bi-wrap .bi-border {
  background-color: #7c7c7c;
}
.bi-name-form.bi-wrap .bi-btn-wrap {
  background-color: white;
}
.bi-name-form.bi-wrap .bi-body-promo-title {
  color: black;
}
.bi-name-form.bi-wrap .bi-promo-icon {
  background-color: black;
  border-color: #ebebeb;
}
.bi-name-form.bi-wrap .bi-tooltip {
  display: none;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 10px;
  max-width: 200px;
}
.bi-name-form.bi-wrap .bi-tooltip-title {
  color: black;
  font-weight: bold;
  padding: 10px;
}
.bi-name-form.bi-wrap .bi-tooltip-body {
  color: black;
  padding: 10px;
}
.bi-name-form.bi-wrap .bi-bubble {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 7px;
  max-width: 100px;
}
.bi-name-form.bi-wrap .bi-bubble-title {
  color: #4f4e4e;
  text-align: center;
  font-weight: bold;
}
.bi-name-form.bi-wrap .bi-bubble-body {
  color: #4f4e4e;
  text-align: center;
}
.bi-name-form.bi-wrap .bi-bubble-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-form.bi-wrap .bi-bubble-arrow.bi-right {
  border-right: 15px solid #fdfdcd;
  border-left: 0;
  left: -15px;
  top: 20px;
}
.bi-name-form.bi-wrap .bi-bubble-arrow.bi-left {
  border-left: 15px solid #fdfdcd;
  border-right: 0;
  right: -15px;
  top: 20px;
}
.bi-name-form.bi-wrap .bi-bubble-arrow.bi-top {
  border-bottom: 15px solid #fdfdcd;
  border-top: 0;
  top: -10px;
  right: 19px;
}
.bi-name-form.bi-wrap .bi-bubble-arrow.bi-bottom {
  border-top: 15px solid #fdfdcd;
  border-bottom: 0;
  bottom: -10px;
  right: 19px;
}
.bi-name-form.bi-wrap .bi-bubble2 {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 10px;
  max-width: 200px;
}
.bi-name-form.bi-wrap .bi-bubble2-title {
  color: #4f4e4e;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
}
.bi-name-form.bi-wrap .bi-bubble2-body {
  color: #4f4e4e;
  padding: 10px;
}
.bi-name-form.bi-wrap .bi-bubble2-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-form.bi-wrap .bi-bubble2-arrow.bi-right {
  border-right: 15px solid #fdfdcd;
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-form.bi-wrap .bi-bubble2-arrow.bi-left {
  border-left: 15px solid #fdfdcd;
  border-right: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-form.bi-wrap .bi-bubble2-arrow.bi-top {
  border-bottom: 15px solid #fdfdcd;
  border-top: 0;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-form.bi-wrap .bi-bubble2-arrow.bi-bottom {
  border-top: 15px solid #fdfdcd;
  border-bottom: 0;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-form.bi-wrap .bi-bubble3 {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #4b87c8;
  border: 1px solid #2368b3;
  padding: 10px;
  max-width: 300px;
  font-size: 135%;
  background-image: url('../img/friends-circle-blue-32.png');
  background-repeat: no-repeat;
  background-position: 100% 95%;
}
.bi-name-form.bi-wrap .bi-bubble3-title {
  color: white;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
}
.bi-name-form.bi-wrap .bi-bubble3-body {
  color: white;
  padding: 10px;
}
.bi-name-form.bi-wrap .bi-bubble3-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-form.bi-wrap .bi-bubble3-arrow.bi-right {
  border-right: 15px solid #4b87c8;
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-form.bi-wrap .bi-bubble3-arrow.bi-left {
  border-left: 15px solid #4b87c8;
  border-right: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-form.bi-wrap .bi-bubble3-arrow.bi-top {
  border-bottom: 15px solid #4b87c8;
  border-top: 0;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-form.bi-wrap .bi-bubble3-arrow.bi-bottom {
  border-top: 15px solid #4b87c8;
  border-bottom: 0;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-form.bi-wrap .bi-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.bi-name-form.bi-wrap .bi-rtl {
  text-align: right;
  direction: rtl;
}
.bi-name-form.bi-wrap .bi-min {
  width: 25px;
}
.bi-name-form.bi-wrap .bi-maximize {
  cursor: pointer;
}
.bi-name-form.bi-wrap .bi-maximize:before {
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 120%;
  color: white;
  margin: 0px 10px 5px 10px;
  border-top-width: 0;
}
.bi-name-form.bi-wrap .bi-minimize {
  /*width: 0;
        height: 0;
        border: 5px solid transparent;*/
  cursor: pointer;
  color: #7c7c7c;
}
.bi-name-form.bi-wrap .bi-minimize:before {
  font-family: FontAwesome;
  content: "\f0d9";
  font-size: 120%;
}
.bi-name-form.bi-wrap .bi-min-bg {
  height: 150px;
  background-color: #7c7c7c;
}
.bi-name-form.bi-wrap .bi-min-text {
  color: white;
  width: 150px;
  font-family: Oxygen;
  font-size: 91%;
  letter-spacing: normal;
  margin: 0 4px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-transform: rotate(-90deg) translate(-100%, 0%);
  -ms-transform: rotate(-90deg) translate(-100%, 0%);
  -o-transform: rotate(-90deg) translate(-100%, 0%);
  -webkit-transform: rotate(-90deg) translate(-100%, 0%);
  transform: rotate(-90deg) translate(-100%, 0%);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.bi-name-form.bi-wrap ::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
}
.bi-name-form.bi-wrap ::-webkit-scrollbar-button {
  background: transparent;
}
.bi-name-form.bi-wrap ::-webkit-scrollbar {
  background: white;
}
.bi-name-form.bi-wrap .bi-panel {
  opacity: 1;
  padding: 10px;
  width: auto;
  /*border: 1px solid whitesmoke;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 2147483641;
  background-color: white;
}
.bi-name-form.bi-wrap .bi-header {
  display: table;
  width: 100%;
  height: 16px;
}
.bi-name-form.bi-wrap .bi-cell {
  display: table-cell;
  vertical-align: middle;
}
.bi-name-form.bi-wrap .bi-row {
  display: table-row;
}
.bi-name-form.bi-wrap .bi-body-title {
  font-size: 140%;
  margin-top: 25px;
  padding: 0 25px;
  color: black;
}
.bi-name-form.bi-wrap .bi-title {
  display: table-cell;
  vertical-align: middle;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 2px;
  font-size: 90%;
  font-weight: bold;
  color: black;
}
.bi-name-form.bi-wrap .bi-minimize-wrap {
  width: 1px;
}
.bi-name-form.bi-wrap .bi-close {
  cursor: pointer;
  width: 16px;
  position: absolute;
  top: 0;
  right: -20px;
}
.bi-name-form.bi-wrap .bi-close:before {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 100%;
  position: static;
  color: white;
}
.bi-name-form.bi-wrap .bi-content {
  padding: 25px 0px;
}
.bi-name-form.bi-wrap .bi-promo {
  cursor: pointer;
  overflow: hidden;
}
.bi-name-form.bi-wrap .bi-promo-icon-wrap {
  display: table-cell;
  vertical-align: top;
}
.bi-name-form.bi-wrap .bi-promo-icon-wrap:after {
  background-color: #7c7c7c;
}
.bi-name-form.bi-wrap .bi-promo-text-wrap {
  display: table-cell;
}
.bi-name-form.bi-wrap .bi-promo-title {
  font-size: 100%;
  line-height: 17px;
  color: #2f3130;
}
.bi-name-form.bi-wrap .bi-promo-type {
  font-weight: bold;
  font-size: 100%;
  text-transform: capitalize;
  color: #2f3130;
}
.bi-name-form.bi-wrap .bi-promo-content {
  display: none;
  clear: both;
  padding-top: 15px;
  cursor: default;
}
.bi-name-form.bi-wrap .bi-action-call {
  display: none;
}
.bi-name-form.bi-wrap .bi-promo-sep {
  height: 30px;
  background-color: transparent;
}
.bi-name-form.bi-wrap .bi-show-more-text {
  font-size: 120%;
  vertical-align: middle;
  cursor: pointer;
  border-bottom: 1px solid;
  text-align: center;
  min-width: 90px;
  max-width: 90px;
  font-weight: bold;
  padding: 11px 0;
  margin: 0 0 0 25px;
  white-space: nowrap;
  color: black;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.bi-name-form.bi-wrap .bi-show-more-content {
  display: none;
}
.bi-name-form.bi-wrap .bi-btn {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 10px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
  width: 160px;
  text-align: center;
  margin-top: 10px;
  background: #7c7c7c;
}
.bi-name-form.bi-wrap .bi-btn:hover {
  text-decoration: none;
  background: #626262;
}
.bi-name-form.bi-wrap .bi-controls {
  text-align: center;
}
.bi-name-form.bi-wrap .bi-pager-left {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #cccccc;
  margin: 0px 3px;
  cursor: pointer;
}
.bi-name-form.bi-wrap .bi-pager-left:hover {
  border-right-color: #999999;
}
.bi-name-form.bi-wrap .bi-pager-right {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #cccccc;
  margin: 0px 3px;
  cursor: pointer;
}
.bi-name-form.bi-wrap .bi-pager-right:hover {
  border-left-color: #999999;
}
.bi-name-form.bi-wrap .bi-pager-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 2px 3px;
  cursor: pointer;
  background-color: #ebebeb;
}
.bi-name-form.bi-wrap .bi-pager-dot:hover {
  background-color: #999999;
}
.bi-name-form.bi-wrap .bi-pager-dot.bi-active {
  background-color: #999999;
}
.bi-name-form.bi-wrap .bi-pwred {
  padding-top: 20px;
  text-align: right;
}
.bi-name-form.bi-wrap .bi-pwred a {
  font-size: 90%;
  color: #cccccc;
}
.bi-name-form.bi-wrap .bi-pwred a:hover {
  text-decoration: underline;
  color: #3b3b3b;
}
.bi-name-form.bi-wrap .bi-countdown {
  padding-top: 5px;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.bi-name-form.bi-wrap.bi-left {
  left: 2px;
}
.bi-name-form.bi-wrap.bi-right .bi-minimize,
.bi-name-form.bi-wrap.bi-right .bi-maximize {
  transform: rotate(180deg);
}
.bi-name-form.bi-wrap.bi-top .bi-minimize,
.bi-name-form.bi-wrap.bi-top .bi-maximize {
  transform: rotate(90deg);
}
.bi-name-form.bi-wrap.bi-bottom .bi-minimize,
.bi-name-form.bi-wrap.bi-bottom .bi-maximize {
  transform: rotate(270deg);
}
.bi-name-form.bi-wrap.bi-Vtop {
  top: 50px;
}
.bi-name-form.bi-wrap.bi-Vbottom {
  bottom: 50px;
}
.bi-name-form.bi-wrap .bi-favicon {
  display: none;
}
.bi-name-form.bi-wrap .bi-promo-thumbnail {
  width: auto;
  height: auto;
  width: 100%;
  display: block;
}
.bi-name-form.bi-wrap.bi-standard.bi-wrap-min {
  width: auto !important;
}
.bi-name-form.bi-wrap.bi-standard .bi-header {
  padding: 5px 5px 0 5px;
}
.bi-name-form.bi-wrap.bi-standard .bi-controls {
  display: none;
}
.bi-name-form.bi-wrap.bi-standard .bi-pwred {
  padding: 0 5px 5px 0;
}
.bi-name-form.bi-wrap.bi-standard .bi-pwred a {
  height: 15px;
  display: inline-block;
}
.bi-name-form.bi-wrap.bi-standard .bi-panel {
  padding: 1px;
}
.bi-name-form.bi-wrap.bi-standard .bi-content {
  padding: 10px 0 0 0;
}
.bi-name-form.bi-wrap.bi-standard .bi-promo-title {
  display: inline;
}
.bi-name-form.bi-wrap.bi-standard .bi-minimize {
  color: #7c7c7c;
}
.bi-name-form.bi-wrap.bi-standard .bi-promo-text-wrap {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 10px;
  height: 42px;
}
.bi-name-form.bi-wrap.bi-standard .bi-promo a {
  display: block;
}
.bi-name-form.bi-wrap.bi-standard .bi-promo a:hover .bi-promo-icon-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-form.bi-wrap.bi-standard .bi-promo-sep {
  height: 2px;
}
.bi-name-form.bi-wrap.bi-standard .bi-promo-type {
  display: none;
}
.bi-name-form.bi-wrap.bi-standard .bi-promo-icon-wrap {
  display: block;
  padding: 0 12px;
}
.bi-name-form.bi-wrap.bi-standard .bi-promo-icon-wrap:after {
  content: '';
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-form.bi-wrap.bi-standard .bi-promo-thumbnail {
  max-width: 200px;
  max-height: 100px;
  margin: 0 auto;
}
.bi-name-form.bi-wrap.bi-standard .bi-maximize:before {
  color: #7c7c7c;
}
.bi-name-form.bi-wrap.bi-mstandard {
  top: 0;
  height: 100%;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-promo-thumbnail {
  max-width: 160px;
  max-height: 80px;
  width: auto;
  height: auto;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-promo-type {
  display: none;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-panel {
  opacity: 1;
  height: 100%;
  padding-right: 40px;
  padding: 0;
  position: relative;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-header {
  background-color: #2e2d2d;
  height: 10%;
  margin-left: -2px;
  width: 100%;
  font-size: 24px;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-title {
  color: white;
  text-align: center;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-title:after {
  content: "Content for you";
  text-transform: uppercase;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-content {
  padding: 25px 35px 0 4px;
  height: 80%;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-footer {
  padding-right: 45px;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-promo-text-wrap {
  padding-left: 175px;
  display: block;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-promo-icon-wrap {
  padding: 0 5px 0 0;
  vertical-align: middle;
  display: block;
  position: absolute;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-promo-title {
  font-size: 140%;
  font-family: tahoma;
  font-weight: 600;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-promo-content {
  padding-left: 20px;
  padding-top: 10px;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-promo-sep {
  height: 15px;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-min {
  height: 100%;
  position: relative;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-min-arrow {
  display: none;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-min-bg {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -75px;
  width: 25px;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-border {
  left: 0;
  margin-left: -2px;
  position: absolute;
  height: 100%;
  z-index: 2;
  width: 10px;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-panel .bi-min-bg {
  right: 6px;
  left: auto;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-panel .bi-border {
  right: 0;
  left: auto;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-min-text {
  margin: 0 6px;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-min-text:after {
  content: "Content for you";
}
.bi-name-form.bi-wrap.bi-mstandard .bi-minimize {
  visibility: hidden;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-pwred {
  padding: 0;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-pwred a {
  font-size: 100%;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-controls {
  display: none;
}
.bi-name-form.bi-wrap.bi-mstandard .bi-promo a {
  display: table-row;
}
.bi-name-form.bi-wrap.bi-modeless {
  top: 0px;
  bottom: 0px;
}
.bi-name-form.bi-wrap.bi-modeless.bi-wrap-min {
  bottom: auto;
}
.bi-name-form.bi-wrap.bi-modeless .bi-promo-text-wrap {
  display: block;
}
.bi-name-form.bi-wrap.bi-modeless .bi-header {
  padding: 5px 10px;
}
.bi-name-form.bi-wrap.bi-modeless .bi-title {
  font-size: 90%;
}
.bi-name-form.bi-wrap.bi-modeless .bi-panel {
  width: 300px;
  height: 100%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  padding: 0;
  opacity: 0.88;
}
.bi-name-form.bi-wrap.bi-modeless .bi-panel:hover {
  opacity: 1;
}
.bi-name-form.bi-wrap.bi-modeless .bi-content {
  height: calc(100% - 58px);
  overflow-y: auto;
  padding: 0;
}
.bi-name-form.bi-wrap.bi-modeless .bi-promo {
  padding: 25px;
}
.bi-name-form.bi-wrap.bi-modeless .bi-promo-icon-wrap:after {
  content: '';
  display: block;
  height: 5px;
  position: relative;
  bottom: 5px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-form.bi-wrap.bi-modeless .bi-promo:hover .bi-promo-icon-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-form.bi-wrap.bi-modeless.bi-right {
  right: 0px;
  border-right-width: 0px;
}
.bi-name-form.bi-wrap.bi-modeless.bi-left {
  left: 0px;
  border-left-width: 0px;
}
.bi-name-form.bi-wrap.bi-modeless .bi-promo-thumbnail {
  margin: auto;
  max-width: 320px;
  max-height: 160px;
}
.bi-name-form.bi-wrap.bi-modeless .bi-promo-sep {
  display: none;
}
.bi-name-form.bi-wrap.bi-modeless .bi-promo a {
  font-size: 140%;
}
.bi-name-form.bi-wrap.bi-modeless .bi-promo-title {
  line-height: 26px;
  display: inline;
}
.bi-name-form.bi-wrap.bi-modeless .bi-footer {
  bottom: 10px;
}
.bi-name-form.bi-wrap.bi-modeless .bi-promo-content {
  display: none;
}
.bi-name-form.bi-wrap.bi-modeless .bi-btn {
  display: none;
}
.bi-name-form.bi-wrap.bi-modeless .bi-promo-type {
  display: none;
}
.bi-name-form.bi-wrap.bi-modeless .bi-pwred {
  text-align: center;
  padding: 10px 0;
}
.bi-name-form.bi-wrap.bi-modal,
.bi-name-form.bi-wrap.bi-entrymodal {
  top: auto;
  bottom: auto;
}
.bi-name-form.bi-wrap.bi-modal .bi-header,
.bi-name-form.bi-wrap.bi-entrymodal .bi-header {
  padding: 0;
}
.bi-name-form.bi-wrap.bi-modal .bi-title,
.bi-name-form.bi-wrap.bi-entrymodal .bi-title {
  font-size: 140%;
  border-bottom: 1px solid;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding-bottom: 10px;
  padding-top: 10px;
  display: none;
}
.bi-name-form.bi-wrap.bi-modal .bi-show-more-text,
.bi-name-form.bi-wrap.bi-entrymodal .bi-show-more-text {
  margin-top: 50px;
}
.bi-name-form.bi-wrap.bi-modal .bi-content,
.bi-name-form.bi-wrap.bi-entrymodal .bi-content {
  padding: 0;
}
.bi-name-form.bi-wrap.bi-modal .bi-panel,
.bi-name-form.bi-wrap.bi-entrymodal .bi-panel {
  position: relative;
  width: 800px;
  padding: 0;
}
.bi-name-form.bi-wrap.bi-modal .bi-promo,
.bi-name-form.bi-wrap.bi-entrymodal .bi-promo {
  padding: 0;
}
.bi-name-form.bi-wrap.bi-modal .bi-promo a,
.bi-name-form.bi-wrap.bi-entrymodal .bi-promo a {
  display: block;
}
.bi-name-form.bi-wrap.bi-modal .bi-promo-wrap,
.bi-name-form.bi-wrap.bi-entrymodal .bi-promo-wrap {
  padding: 70px 30px;
}
.bi-name-form.bi-wrap.bi-modal .bi-promo-icon-wrap,
.bi-name-form.bi-wrap.bi-entrymodal .bi-promo-icon-wrap {
  width: 50%;
  text-align: center;
  float: none;
}
.bi-name-form.bi-wrap.bi-modal .bi-promo-text-wrap,
.bi-name-form.bi-wrap.bi-entrymodal .bi-promo-text-wrap {
  text-align: left;
  padding: 0 10px;
}
.bi-name-form.bi-wrap.bi-modal .bi-promo-type,
.bi-name-form.bi-wrap.bi-entrymodal .bi-promo-type {
  display: block;
  text-align: inherit;
}
.bi-name-form.bi-wrap.bi-modal .bi-promo-type:before,
.bi-name-form.bi-wrap.bi-entrymodal .bi-promo-type:before {
  content: attr(data-before);
  display: inline;
}
.bi-name-form.bi-wrap.bi-modal.bi-left,
.bi-name-form.bi-wrap.bi-entrymodal.bi-left,
.bi-name-form.bi-wrap.bi-modal.bi-right,
.bi-name-form.bi-wrap.bi-entrymodal.bi-right {
  right: auto;
  left: auto;
}
.bi-name-form.bi-wrap.bi-modal .bi-promo a,
.bi-name-form.bi-wrap.bi-entrymodal .bi-promo a {
  font-size: 180%;
}
.bi-name-form.bi-wrap.bi-modal .bi-promo-title,
.bi-name-form.bi-wrap.bi-entrymodal .bi-promo-title {
  /*line-height: 26px;
                    display: inline;*/
  text-align: inherit;
  line-height: 26px;
  margin: 0;
  display: block;
}
.bi-name-form.bi-wrap.bi-modal .bi-promo-thumbnail,
.bi-name-form.bi-wrap.bi-entrymodal .bi-promo-thumbnail {
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 200px;
  text-align: inherit;
  margin: 0 auto;
}
.bi-name-form.bi-wrap.bi-modal .bi-pwred,
.bi-name-form.bi-wrap.bi-entrymodal .bi-pwred {
  position: relative;
  text-align: center;
  padding: 0;
  height: 0;
  bottom: -10px;
}
.bi-name-form.bi-wrap.bi-modal .bi-pwred a,
.bi-name-form.bi-wrap.bi-entrymodal .bi-pwred a {
  height: 15px;
  display: inline-block;
  color: white;
}
.bi-name-form.bi-wrap.bi-modal .bi-promo-sep,
.bi-name-form.bi-wrap.bi-entrymodal .bi-promo-sep {
  width: 100%;
  height: 10px;
  background-color: #7c7c7c;
}
.bi-name-form.bi-wrap.bi-modal .bi-btn-wrap,
.bi-name-form.bi-wrap.bi-entrymodal .bi-btn-wrap {
  padding: 40px 0;
  text-align: center;
  background-color: #373737;
}
.bi-name-form.bi-wrap.bi-modal .bi-btn,
.bi-name-form.bi-wrap.bi-entrymodal .bi-btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 0;
  margin: 0px auto;
  line-height: 60px;
  width: auto;
  font-size: 50px;
  font-weight: normal;
  background-color: transparent;
}
.bi-name-form.bi-wrap.bi-modal .bi-btn:after,
.bi-name-form.bi-wrap.bi-entrymodal .bi-btn:after {
  -moz-transition: transform 0.5s ease, background-color 0.5s ease;
  -o-transition: transform 0.5s ease, background-color 0.5s ease;
  -webkit-transition: transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  content: '';
  background-color: #7c7c7c;
  display: block;
  height: 2px;
  margin: auto;
  position: relative;
}
.bi-name-form.bi-wrap.bi-modal .bi-btn:hover,
.bi-name-form.bi-wrap.bi-entrymodal .bi-btn:hover {
  background-color: transparent;
}
.bi-name-form.bi-wrap.bi-modal .bi-panel:hover .bi-btn:after,
.bi-name-form.bi-wrap.bi-entrymodal .bi-panel:hover .bi-btn:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #7c7c7c;
}
.bi-name-form.bi-wrap.bi-modal.bi-mobile,
.bi-name-form.bi-wrap.bi-entrymodal.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-form.bi-wrap.bi-modal.bi-mobile .bi-panel,
.bi-name-form.bi-wrap.bi-entrymodal.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-form.bi-wrap.bi-modal.bi-mobile .bi-title,
.bi-name-form.bi-wrap.bi-entrymodal.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-form.bi-wrap.bi-modal.bi-mobile .bi-body-title,
.bi-name-form.bi-wrap.bi-entrymodal.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-form.bi-wrap.bi-modal.bi-mobile .bi-content,
.bi-name-form.bi-wrap.bi-entrymodal.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-form.bi-wrap.bi-modal.bi-mobile .bi-close,
.bi-name-form.bi-wrap.bi-entrymodal.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-form.bi-wrap.bi-modal.bi-mobile .bi-close:before,
.bi-name-form.bi-wrap.bi-entrymodal.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-form.bi-wrap.bi-modal.bi-mobile .bi-overlay,
.bi-name-form.bi-wrap.bi-entrymodal.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-form.bi-wrap.bi-gate,
.bi-name-form.bi-wrap.bi-form,
.bi-name-form.bi-wrap.bi-entryform,
.bi-name-form.bi-wrap.bi-entrygate {
  top: auto;
  bottom: auto;
  z-index: 2147483642;
}
.bi-name-form.bi-wrap.bi-gate .bi-panel,
.bi-name-form.bi-wrap.bi-form .bi-panel,
.bi-name-form.bi-wrap.bi-entryform .bi-panel,
.bi-name-form.bi-wrap.bi-entrygate .bi-panel {
  padding: 0 50px;
  width: 400px;
  position: relative;
  border: 0;
}
.bi-name-form.bi-wrap.bi-gate .bi-header,
.bi-name-form.bi-wrap.bi-form .bi-header,
.bi-name-form.bi-wrap.bi-entryform .bi-header,
.bi-name-form.bi-wrap.bi-entrygate .bi-header {
  height: 50px;
}
.bi-name-form.bi-wrap.bi-gate .bi-title,
.bi-name-form.bi-wrap.bi-form .bi-title,
.bi-name-form.bi-wrap.bi-entryform .bi-title,
.bi-name-form.bi-wrap.bi-entrygate .bi-title {
  padding-top: 30px;
  text-align: center;
  font-size: 200%;
  text-transform: none;
}
.bi-name-form.bi-wrap.bi-gate .bi-body-title,
.bi-name-form.bi-wrap.bi-form .bi-body-title,
.bi-name-form.bi-wrap.bi-entryform .bi-body-title,
.bi-name-form.bi-wrap.bi-entrygate .bi-body-title {
  padding: 0;
  text-align: center;
  font-size: 150%;
}
.bi-name-form.bi-wrap.bi-gate .bi-content,
.bi-name-form.bi-wrap.bi-form .bi-content,
.bi-name-form.bi-wrap.bi-entryform .bi-content,
.bi-name-form.bi-wrap.bi-entrygate .bi-content {
  padding: 20px 0;
  text-align: center;
}
.bi-name-form.bi-wrap.bi-gate form label,
.bi-name-form.bi-wrap.bi-form form label,
.bi-name-form.bi-wrap.bi-entryform form label,
.bi-name-form.bi-wrap.bi-entrygate form label {
  color: black;
}
.bi-name-form.bi-wrap.bi-gate form input,
.bi-name-form.bi-wrap.bi-form form input,
.bi-name-form.bi-wrap.bi-entryform form input,
.bi-name-form.bi-wrap.bi-entrygate form input,
.bi-name-form.bi-wrap.bi-gate form textarea,
.bi-name-form.bi-wrap.bi-form form textarea,
.bi-name-form.bi-wrap.bi-entryform form textarea,
.bi-name-form.bi-wrap.bi-entrygate form textarea,
.bi-name-form.bi-wrap.bi-gate form select,
.bi-name-form.bi-wrap.bi-form form select,
.bi-name-form.bi-wrap.bi-entryform form select,
.bi-name-form.bi-wrap.bi-entrygate form select,
.bi-name-form.bi-wrap.bi-gate form option,
.bi-name-form.bi-wrap.bi-form form option,
.bi-name-form.bi-wrap.bi-entryform form option,
.bi-name-form.bi-wrap.bi-entrygate form option {
  background-color: white;
  color: #888888;
  border-color: #cccccc;
}
.bi-name-form.bi-wrap.bi-gate form input[type="submit"],
.bi-name-form.bi-wrap.bi-form form input[type="submit"],
.bi-name-form.bi-wrap.bi-entryform form input[type="submit"],
.bi-name-form.bi-wrap.bi-entrygate form input[type="submit"],
.bi-name-form.bi-wrap.bi-gate form textarea[type="submit"],
.bi-name-form.bi-wrap.bi-form form textarea[type="submit"],
.bi-name-form.bi-wrap.bi-entryform form textarea[type="submit"],
.bi-name-form.bi-wrap.bi-entrygate form textarea[type="submit"],
.bi-name-form.bi-wrap.bi-gate form select[type="submit"],
.bi-name-form.bi-wrap.bi-form form select[type="submit"],
.bi-name-form.bi-wrap.bi-entryform form select[type="submit"],
.bi-name-form.bi-wrap.bi-entrygate form select[type="submit"],
.bi-name-form.bi-wrap.bi-gate form option[type="submit"],
.bi-name-form.bi-wrap.bi-form form option[type="submit"],
.bi-name-form.bi-wrap.bi-entryform form option[type="submit"],
.bi-name-form.bi-wrap.bi-entrygate form option[type="submit"] {
  background-color: #7c7c7c;
  border: 0;
  color: white;
}
.bi-name-form.bi-wrap.bi-gate .bi-footer .bi-pwred,
.bi-name-form.bi-wrap.bi-form .bi-footer .bi-pwred,
.bi-name-form.bi-wrap.bi-entryform .bi-footer .bi-pwred,
.bi-name-form.bi-wrap.bi-entrygate .bi-footer .bi-pwred {
  position: relative;
  bottom: -10px;
  text-align: center;
  padding: 0;
  height: 0;
}
.bi-name-form.bi-wrap.bi-gate .bi-footer a,
.bi-name-form.bi-wrap.bi-form .bi-footer a,
.bi-name-form.bi-wrap.bi-entryform .bi-footer a,
.bi-name-form.bi-wrap.bi-entrygate .bi-footer a {
  color: white;
}
.bi-name-form.bi-wrap.bi-gate .bi-body-promo-title,
.bi-name-form.bi-wrap.bi-form .bi-body-promo-title,
.bi-name-form.bi-wrap.bi-entryform .bi-body-promo-title,
.bi-name-form.bi-wrap.bi-entrygate .bi-body-promo-title {
  font-size: 166%;
  text-align: center;
}
.bi-name-form.bi-wrap.bi-gate.bi-left,
.bi-name-form.bi-wrap.bi-form.bi-left,
.bi-name-form.bi-wrap.bi-entryform.bi-left,
.bi-name-form.bi-wrap.bi-entrygate.bi-left,
.bi-name-form.bi-wrap.bi-gate.bi-right,
.bi-name-form.bi-wrap.bi-form.bi-right,
.bi-name-form.bi-wrap.bi-entryform.bi-right,
.bi-name-form.bi-wrap.bi-entrygate.bi-right {
  right: auto;
  left: auto;
}
.bi-name-form.bi-wrap.bi-gate form,
.bi-name-form.bi-wrap.bi-form form,
.bi-name-form.bi-wrap.bi-entryform form,
.bi-name-form.bi-wrap.bi-entrygate form {
  margin: 0px;
}
.bi-name-form.bi-wrap.bi-gate form *,
.bi-name-form.bi-wrap.bi-form form *,
.bi-name-form.bi-wrap.bi-entryform form *,
.bi-name-form.bi-wrap.bi-entrygate form * {
  display: block;
}
.bi-name-form.bi-wrap.bi-gate form input[type="checkbox"],
.bi-name-form.bi-wrap.bi-form form input[type="checkbox"],
.bi-name-form.bi-wrap.bi-entryform form input[type="checkbox"],
.bi-name-form.bi-wrap.bi-entrygate form input[type="checkbox"] {
  float: left;
  height: 19px;
  width: 19px;
  margin: 0 5px 5px 0;
}
.bi-name-form.bi-wrap.bi-gate form input[type="checkbox"] + label:after,
.bi-name-form.bi-wrap.bi-form form input[type="checkbox"] + label:after,
.bi-name-form.bi-wrap.bi-entryform form input[type="checkbox"] + label:after,
.bi-name-form.bi-wrap.bi-entrygate form input[type="checkbox"] + label:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.bi-name-form.bi-wrap.bi-gate form label,
.bi-name-form.bi-wrap.bi-form form label,
.bi-name-form.bi-wrap.bi-entryform form label,
.bi-name-form.bi-wrap.bi-entrygate form label {
  font-size: 125%;
  display: none;
}
.bi-name-form.bi-wrap.bi-gate form label.bi-form-error,
.bi-name-form.bi-wrap.bi-form form label.bi-form-error,
.bi-name-form.bi-wrap.bi-entryform form label.bi-form-error,
.bi-name-form.bi-wrap.bi-entrygate form label.bi-form-error {
  font-size: 120%;
}
.bi-name-form.bi-wrap.bi-gate form input,
.bi-name-form.bi-wrap.bi-form form input,
.bi-name-form.bi-wrap.bi-entryform form input,
.bi-name-form.bi-wrap.bi-entrygate form input,
.bi-name-form.bi-wrap.bi-gate form textarea,
.bi-name-form.bi-wrap.bi-form form textarea,
.bi-name-form.bi-wrap.bi-entryform form textarea,
.bi-name-form.bi-wrap.bi-entrygate form textarea,
.bi-name-form.bi-wrap.bi-gate form select,
.bi-name-form.bi-wrap.bi-form form select,
.bi-name-form.bi-wrap.bi-entryform form select,
.bi-name-form.bi-wrap.bi-entrygate form select,
.bi-name-form.bi-wrap.bi-gate form option,
.bi-name-form.bi-wrap.bi-form form option,
.bi-name-form.bi-wrap.bi-entryform form option,
.bi-name-form.bi-wrap.bi-entrygate form option {
  width: 100%;
  padding: 0px 4px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 16px;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  font-size: 140%;
  height: 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
}
.bi-name-form.bi-wrap.bi-gate form input[type="submit"],
.bi-name-form.bi-wrap.bi-form form input[type="submit"],
.bi-name-form.bi-wrap.bi-entryform form input[type="submit"],
.bi-name-form.bi-wrap.bi-entrygate form input[type="submit"] {
  /*font: normal 100%/100% Arial;*/
  background-image: none;
  line-height: 50px;
  height: 50px;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 170%;
  border: 0;
}
.bi-name-form.bi-wrap.bi-gate form input::-webkit-input-placeholder,
.bi-name-form.bi-wrap.bi-form form input::-webkit-input-placeholder,
.bi-name-form.bi-wrap.bi-entryform form input::-webkit-input-placeholder,
.bi-name-form.bi-wrap.bi-entrygate form input::-webkit-input-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-form.bi-wrap.bi-gate form input::-moz-placeholder,
.bi-name-form.bi-wrap.bi-form form input::-moz-placeholder,
.bi-name-form.bi-wrap.bi-entryform form input::-moz-placeholder,
.bi-name-form.bi-wrap.bi-entrygate form input::-moz-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-form.bi-wrap.bi-gate form input:-moz-placeholder,
.bi-name-form.bi-wrap.bi-form form input:-moz-placeholder,
.bi-name-form.bi-wrap.bi-entryform form input:-moz-placeholder,
.bi-name-form.bi-wrap.bi-entrygate form input:-moz-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-form.bi-wrap.bi-gate form input:-ms-input-placeholder,
.bi-name-form.bi-wrap.bi-form form input:-ms-input-placeholder,
.bi-name-form.bi-wrap.bi-entryform form input:-ms-input-placeholder,
.bi-name-form.bi-wrap.bi-entrygate form input:-ms-input-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-form.bi-wrap.bi-gate.bi-mobile,
.bi-name-form.bi-wrap.bi-form.bi-mobile,
.bi-name-form.bi-wrap.bi-entryform.bi-mobile,
.bi-name-form.bi-wrap.bi-entrygate.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-form.bi-wrap.bi-gate.bi-mobile .bi-panel,
.bi-name-form.bi-wrap.bi-form.bi-mobile .bi-panel,
.bi-name-form.bi-wrap.bi-entryform.bi-mobile .bi-panel,
.bi-name-form.bi-wrap.bi-entrygate.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-form.bi-wrap.bi-gate.bi-mobile .bi-title,
.bi-name-form.bi-wrap.bi-form.bi-mobile .bi-title,
.bi-name-form.bi-wrap.bi-entryform.bi-mobile .bi-title,
.bi-name-form.bi-wrap.bi-entrygate.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-form.bi-wrap.bi-gate.bi-mobile .bi-body-title,
.bi-name-form.bi-wrap.bi-form.bi-mobile .bi-body-title,
.bi-name-form.bi-wrap.bi-entryform.bi-mobile .bi-body-title,
.bi-name-form.bi-wrap.bi-entrygate.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-form.bi-wrap.bi-gate.bi-mobile .bi-content,
.bi-name-form.bi-wrap.bi-form.bi-mobile .bi-content,
.bi-name-form.bi-wrap.bi-entryform.bi-mobile .bi-content,
.bi-name-form.bi-wrap.bi-entrygate.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-form.bi-wrap.bi-gate.bi-mobile .bi-close,
.bi-name-form.bi-wrap.bi-form.bi-mobile .bi-close,
.bi-name-form.bi-wrap.bi-entryform.bi-mobile .bi-close,
.bi-name-form.bi-wrap.bi-entrygate.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-form.bi-wrap.bi-gate.bi-mobile .bi-close:before,
.bi-name-form.bi-wrap.bi-form.bi-mobile .bi-close:before,
.bi-name-form.bi-wrap.bi-entryform.bi-mobile .bi-close:before,
.bi-name-form.bi-wrap.bi-entrygate.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-form.bi-wrap.bi-gate.bi-mobile .bi-overlay,
.bi-name-form.bi-wrap.bi-form.bi-mobile .bi-overlay,
.bi-name-form.bi-wrap.bi-entryform.bi-mobile .bi-overlay,
.bi-name-form.bi-wrap.bi-entrygate.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-form.bi-wrap.bi-bar {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  /*height: 40px;*/

}
.bi-name-form.bi-wrap.bi-bar.bi-bottom {
  bottom: 0;
  border-top: 1px solid #7c7c7c;
}
.bi-name-form.bi-wrap.bi-bar.bi-top {
  top: 0;
  border-bottom: 1px solid #7c7c7c;
}
.bi-name-form.bi-wrap.bi-bar .bi-tooltip {
  max-width: 400px;
}
.bi-name-form.bi-wrap.bi-bar.bi-wrap-min {
  height: auto;
  left: auto;
  right: 0;
  margin-right: 15px;
}
.bi-name-form.bi-wrap.bi-bar .bi-minimize-wrap {
  width: auto;
}
.bi-name-form.bi-wrap.bi-bar .bi-min {
  width: auto;
  display: block;
}
.bi-name-form.bi-wrap.bi-bar .bi-min-bg {
  height: 25px;
}
.bi-name-form.bi-wrap.bi-bar .bi-min-text {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.bi-name-form.bi-wrap.bi-bar .bi-minimize {
  margin: 0px 20px 5px 20px;
}
.bi-name-form.bi-wrap.bi-bar .bi-header {
  width: 20px;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 25%;
}
.bi-name-form.bi-wrap.bi-bar .bi-promo a {
  display: inline-block;
}
.bi-name-form.bi-wrap.bi-bar .bi-promo-icon-wrap,
.bi-name-form.bi-wrap.bi-bar .bi-promo-text-wrap {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0;
}
.bi-name-form.bi-wrap.bi-bar .bi-footer {
  vertical-align: middle;
  position: absolute;
  right: 0px;
  top: 35%;
}
.bi-name-form.bi-wrap.bi-bar .bi-pwred {
  padding: 0;
  text-align: center;
}
.bi-name-form.bi-wrap.bi-bar .bi-panel {
  display: table;
  width: 100%;
  height: 70px;
  padding: 0;
}
.bi-name-form.bi-wrap.bi-bar .bi-panel:hover .bi-promo a:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-form.bi-wrap.bi-bar .bi-panel:hover .bi-promo-text-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-form.bi-wrap.bi-bar .bi-row {
  height: 70px;
}
.bi-name-form.bi-wrap.bi-bar .bi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.bi-name-form.bi-wrap.bi-bar .bi-promo {
  cursor: auto;
  text-align: center;
}
.bi-name-form.bi-wrap.bi-bar .bi-promo a {
  font-size: 130%;
  cursor: pointer;
  white-space: nowrap;
}
.bi-name-form.bi-wrap.bi-bar .bi-promo-thumbnail {
  max-width: 80px;
  max-height: 55px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.bi-name-form.bi-wrap.bi-bar .bi-promo-title {
  display: inline-block;
}
.bi-name-form.bi-wrap.bi-bar .bi-promo-type {
  display: none;
}
.bi-name-form.bi-wrap.bi-bar .bi-promo-type:after {
  content: "-";
  margin: 3px;
}
.bi-name-form.bi-wrap.bi-bar .bi-cell {
  float: right;
}
.bi-name-form.bi-wrap.bi-bar .bi-controls {
  float: right;
  width: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.bi-name-form.bi-wrap.bi-bar .bi-promo-text-wrap {
  display: inline-block;
}
.bi-name-form.bi-wrap.bi-bar .bi-promo-text-wrap:after {
  content: '';
  display: block;
  height: 1px;
  margin-top: 2px;
  -moz-transition: transform 0.5s ease, background-color 0.5s ease;
  -o-transition: transform 0.5s ease, background-color 0.5s ease;
  -webkit-transition: transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #7c7c7c;
}
.bi-name-form.bi-wrap.bi-mbar {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  /*height: 40px;*/

}
.bi-name-form.bi-wrap.bi-mbar.bi-bottom {
  bottom: 0;
}
.bi-name-form.bi-wrap.bi-mbar.bi-top {
  top: 0;
}
.bi-name-form.bi-wrap.bi-mbar .bi-tooltip {
  max-width: 400px;
}
.bi-name-form.bi-wrap.bi-mbar.bi-wrap-min {
  height: auto;
  left: auto;
  right: 0;
  margin-right: 15px;
}
.bi-name-form.bi-wrap.bi-mbar .bi-min {
  width: auto;
  display: block;
}
.bi-name-form.bi-wrap.bi-mbar .bi-min-bg {
  height: 25px;
}
.bi-name-form.bi-wrap.bi-mbar .bi-min-text {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.bi-name-form.bi-wrap.bi-mbar .bi-minimize {
  margin: 0px 20px 5px 20px;
}
.bi-name-form.bi-wrap.bi-mbar .bi-header {
  display: none;
}
.bi-name-form.bi-wrap.bi-mbar .bi-footer {
  display: none;
}
.bi-name-form.bi-wrap.bi-mbar .bi-panel {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 4px;
}
.bi-name-form.bi-wrap.bi-mbar .bi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.bi-name-form.bi-wrap.bi-mbar .bi-promo {
  cursor: auto;
  text-align: center;
}
.bi-name-form.bi-wrap.bi-mbar .bi-promo a {
  font-size: 130%;
  cursor: pointer;
  display: inline;
  white-space: nowrap;
}
.bi-name-form.bi-wrap.bi-mbar .bi-promo-title {
  display: inline-block;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bi-name-form.bi-wrap.bi-mbar .bi-promo-type {
  display: inline-block;
}
.bi-name-form.bi-wrap.bi-mbar .bi-promo-type:before {
  content: "-";
  margin: 3px;
}
.bi-name-form.bi-wrap.bi-mbar .bi-cell {
  float: right;
}
.bi-name-form.bi-wrap.bi-mbar .bi-controls {
  float: right;
  width: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.bi-name-form.bi-wrap.bi-mbar .bi-promo-thumbnail {
  max-width: 50px;
  max-height: 40px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.bi-name-form.bi-wrap.bi-entrygate .bi-overlay {
  opacity: 0.9;
}
.bi-name-form.bi-wrap.bi-image .bi-panel,
.bi-name-form.bi-wrap.bi-entryimage .bi-panel {
  padding: 0;
  max-width: 800px;
  position: relative;
}
.bi-name-form.bi-wrap.bi-image .bi-img,
.bi-name-form.bi-wrap.bi-entryimage .bi-img {
  width: 100%;
}
.bi-name-form.bi-wrap.bi-image.bi-left,
.bi-name-form.bi-wrap.bi-entryimage.bi-left,
.bi-name-form.bi-wrap.bi-image.bi-right,
.bi-name-form.bi-wrap.bi-entryimage.bi-right {
  right: auto;
  left: auto;
}
.bi-name-form.bi-wrap.bi-image .bi-pwred,
.bi-name-form.bi-wrap.bi-entryimage .bi-pwred {
  position: relative;
  bottom: -10px;
  text-align: center;
  padding: 0;
  height: 0;
}
.bi-name-form.bi-wrap.bi-image .bi-pwred a,
.bi-name-form.bi-wrap.bi-entryimage .bi-pwred a {
  color: white;
}
.bi-name-form.bi-wrap.bi-image.bi-mobile,
.bi-name-form.bi-wrap.bi-entryimage.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-form.bi-wrap.bi-image.bi-mobile .bi-panel,
.bi-name-form.bi-wrap.bi-entryimage.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-form.bi-wrap.bi-image.bi-mobile .bi-title,
.bi-name-form.bi-wrap.bi-entryimage.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-form.bi-wrap.bi-image.bi-mobile .bi-body-title,
.bi-name-form.bi-wrap.bi-entryimage.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-form.bi-wrap.bi-image.bi-mobile .bi-content,
.bi-name-form.bi-wrap.bi-entryimage.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-form.bi-wrap.bi-image.bi-mobile .bi-close,
.bi-name-form.bi-wrap.bi-entryimage.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-form.bi-wrap.bi-image.bi-mobile .bi-close:before,
.bi-name-form.bi-wrap.bi-entryimage.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-form.bi-wrap.bi-image.bi-mobile .bi-overlay,
.bi-name-form.bi-wrap.bi-entryimage.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-form.bi-wrap.bi-image.bi-mobile .bi-panel,
.bi-name-form.bi-wrap.bi-entryimage.bi-mobile .bi-panel {
  padding: 0;
}
.bi-name-form.bi-wrap.bi-scroll {
  width: 320px;
}
.bi-name-form.bi-wrap.bi-scroll.bi-right {
  right: 0;
}
.bi-name-form.bi-wrap.bi-scroll.bi-wrap-min {
  width: auto !important;
}
.bi-name-form.bi-wrap.bi-scroll .bi-promo a {
  font-size: 125%;
}
.bi-name-form.bi-wrap.bi-scroll .bi-promo-icon-wrap {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 50%;
  vertical-align: middle;
}
.bi-name-form.bi-wrap.bi-scroll .bi-promo-thumbnail {
  display: block;
  height: auto;
  max-height: none;
  max-width: none;
  width: 100%;
}
.bi-name-form.bi-wrap.bi-scroll .bi-promo-type {
  display: none;
}
.bi-name-form.bi-wrap.bi-scroll.bi-bottom .bi-min,
.bi-name-form.bi-wrap.bi-scroll.bi-top .bi-min {
  width: 150px;
}
.bi-name-form.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-arrow,
.bi-name-form.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-arrow {
  position: absolute;
  top: 4px;
  margin: 0 -15px;
}
.bi-name-form.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-bg,
.bi-name-form.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-bg {
  height: auto;
}
.bi-name-form.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-bg .bi-min-text,
.bi-name-form.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-bg .bi-min-text {
  margin: 0;
  transform: initial;
}
.bi-name-form.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-maximize,
.bi-name-form.bi-wrap.bi-scroll.bi-top .bi-min .bi-maximize {
  position: absolute;
  left: -22px;
}
.bi-name-form.bi-wrap.bi-scroll.bi-bottom {
  bottom: 0;
}
.bi-name-form.bi-wrap.bi-scroll.bi-bottom.bi-Vleft {
  left: 50px;
}
.bi-name-form.bi-wrap.bi-scroll.bi-bottom.bi-Vright {
  right: 50px;
}
.bi-name-form.bi-wrap.bi-scroll.bi-top {
  top: 0;
}
.bi-name-form.bi-wrap.bi-scroll.bi-top.bi-Vleft {
  left: 50px;
}
.bi-name-form.bi-wrap.bi-scroll.bi-top.bi-Vright {
  right: 50px;
}
.bi-name-form.bi-wrap.bi-scroll.bi-mobile {
  width: 250px;
}
.bi-name-form.bi-wrap.bi-scroll .bi-panel {
  opacity: 1;
  border: 0;
  padding: 0;
}
.bi-name-form.bi-wrap.bi-scroll .bi-minimize {
  background-color: transparent;
  border: 0;
  right: 5px;
  top: 5px;
  position: absolute;
}
.bi-name-form.bi-wrap.bi-scroll .bi-minimize:before {
  content: "\f00d";
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  font-size: 90%;
  color: #2a3d53;
}
.bi-name-form.bi-wrap.bi-scroll .bi-header {
  position: absolute;
}
.bi-name-form.bi-wrap.bi-scroll .bi-content {
  padding: 0;
}
.bi-name-form.bi-wrap.bi-scroll .bi-promo > a {
  display: block;
}
.bi-name-form.bi-wrap.bi-scroll .bi-promo-text-wrap {
  display: block;
}
.bi-name-form.bi-wrap.bi-scroll .bi-promo-text-wrap:before {
  content: '';
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-form.bi-wrap.bi-scroll .bi-title {
  display: none;
}
.bi-name-form.bi-wrap.bi-scroll .bi-promo-title {
  font-size: 120%;
  padding: 20px 15px;
  line-height: 1.2;
}
.bi-name-form.bi-wrap.bi-scroll .bi-footer {
  display: none;
}
.bi-name-form.bi-wrap.bi-scroll .bi-maximize:before {
  color: #7c7c7c;
}
.bi-name-form.bi-wrap.bi-static {
  position: static;
}
.bi-name-form.bi-wrap.bi-static .bi-minimize {
  display: none;
}
.bi-name-form.bi-wrap.bi-static .bi-panel {
  opacity: 1;
}
.bi-name-form.bi-wrap.bi-static .bi-content {
  padding: 10px 0;
}
.bi-name-form.bi-wrap.bi-static .bi-promo-container {
  display: table;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}
.bi-name-form.bi-wrap.bi-static .bi-promo-sep {
  display: table-cell;
  width: 7px;
}
.bi-name-form.bi-wrap.bi-static .bi-promo {
  /*width: 220px;
                height: 300px;*/
  display: table-cell;
  vertical-align: top;
  padding: 4px;
}
.bi-name-form.bi-wrap.bi-static .bi-promo a {
  display: block;
}
.bi-name-form.bi-wrap.bi-static .bi-promo-icon-wrap {
  display: block;
}
.bi-name-form.bi-wrap.bi-static .bi-promo-thumbnail {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.bi-name-form.bi-wrap.bi-static .bi-promo-text-wrap {
  display: block;
  padding-top: 10px;
}
.bi-name-form.bi-wrap.bi-static .bi-promo-type {
  text-align: center;
  color: gray;
  font-family: 'Lato';
  font-weight: normal;
}
.bi-name-form.bi-wrap.bi-static .bi-promo-title {
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  font-family: 'Lato';
  font-size: 130%;
  line-height: 27px;
  height: 60px;
}
.bi-name-form.bi-wrap .bi-showfalse {
  display: none;
}
.bi-name-form .bi-promo.bi-rtl,
.bi-name-form .bi-promo.bi-rtl * {
  direction: rtl;
  text-align: right;
}
.bi-name-form.bi-rtl .bi-title {
  text-align: right;
  padding: 0 2px 0 0;
}
.bi-name-form.bi-rtl .bi-body-title,
.bi-name-form.bi-rtl .bi-body-promo-title,
.bi-name-form.bi-rtl .bi-dform-label {
  text-align: right;
}
.bi-name-form.bi-rtl .bi-dform-text,
.bi-name-form.bi-rtl .bi-form-error,
.bi-name-form.bi-rtl .bi-dform-submit,
.bi-name-form.bi-rtl .bi-dform-form {
  text-align: right;
  direction: rtl;
}
.bi-name-form.bi-rtl .bi-show-more-text {
  direction: rtl;
  text-align: right;
}
@media only screen and (max-height: 500px) {
  .bi-name-form .bi-wrap.bi-mstandard.bi-icons .bi-panel .bi-promo-sep {
    height: 20px;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), local('Oxygen-Regular'), url(//themes.googleusercontent.com/static/fonts/oxygen/v2/RzoNiRR1p2Mqyyz2RwqSMw.woff) format('woff');
}
@import url(//fonts.googleapis.com/css?family=Lato);
.bi-name-modeless .bi-customColors .bi-color {
  color: #7c7c7c;
}
.bi-name-modeless .bi-customColors .bi-backgroundColor {
  color: white;
}
.bi-name-modeless .bi-customColors .bi-titleColor {
  color: black;
}
.bi-name-modeless .bi-customColors .bi-promoTitleColor {
  color: #2f3130;
}
.bi-name-modeless .bi-customColors .bi-promoTypeColor {
  color: #2f3130;
}
.bi-name-modeless .biDebug {
  background-color: #7c7c7c;
  color: white;
  font-size: 13pt;
  position: fixed;
  top: 0px;
  z-index: 2147483640;
  left: 0px;
}
.bi-name-modeless #biPromotionExplanation {
  position: fixed;
  width: 98%;
  height: 97%;
  right: 0px;
  left: 0px;
  top: 5px;
  margin: 0px auto;
  overflow: auto;
  border: 1px solid #ebebeb;
  background-color: whitesmoke;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 5px #888888;
  -webkit-box-shadow: 0px 1px 5px #888888;
  box-shadow: 0px 1px 5px #888888;
  z-index: 2147483647;
}
.bi-name-modeless #biPromotionExplanation TABLE {
  border-collapse: collapse;
  /*table-layout: fixed; maxim might regreat this */
  width: 100%;
}
.bi-name-modeless #biPromotionExplanation TABLE TD {
  border: 1px solid black;
  -ms-word-break: break-word;
  word-break: break-word;
}
.bi-name-modeless #biPromotionExplanation TABLE TH {
  border: 1px solid black;
  -ms-word-break: break-word;
  word-break: break-word;
}
.bi-name-modeless #biPromotionExplanation TABLE TH.URL {
  min-width: 350px;
}
.bi-name-modeless #biPromotionExplanation.wordBreakOff TD,
.bi-name-modeless #biPromotionExplanation.wordBreakOff TR {
  -ms-word-break: normal;
  word-break: normal;
}
.bi-name-modeless #biPromotionExplanation.wordBreakOff .explanationWordWrap {
  text-decoration: line-through;
}
.bi-name-modeless .bi-wrap,
.bi-name-modeless .bi-wrap *,
.bi-name-modeless .bi-wrap a,
.bi-name-modeless .bi-wrap input {
  font-family: 'Oxygen', Arial;
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
  color: white;
  background-color: white;
  background-image: initial;
  border-collapse: separate;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: none;
  height: auto;
  letter-spacing: normal;
  margin: 0;
  outline: 0;
  position: static;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: inherit;
  vertical-align: middle;
  overflow: visible;
  direction: ltr;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
.bi-name-modeless.bi-wrap {
  visibility: hidden;
  display: block;
  position: fixed;
  z-index: 2147483640;
  font-size: 12px;
  /*&.bi-shown-first-time {
        -moz-animation: myfirst 4s forwards;
        -o-animation: myfirst 4s forwards;
        -webkit-animation: myfirst 4s forwards;
        animation: myfirst 4s forwards;
    }*/

  /* Chrome, Safari, Opera */

  /*@-webkit-keyframes myfirst {
        0%		{-webkit-transform: rotate(0deg);left:-250px;}
        25%		{-webkit-transform: rotate(30deg);left:-150px;}
        35%		{-webkit-transform: rotate(30deg);left:-150px;}
        50%		{-webkit-transform: rotate(0deg);left:500px;}
        55%		{-webkit-transform: rotate(0deg);left:500px;}
        70%		{-webkit-transform: rotate(0deg);left:500px;}
        100%	{-webkit-transform: rotate(-360deg);left:0px;}
    }*/

}
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-modal,
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-entrymodal,
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-form,
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-entryform,
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-entrygate,
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-gate,
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-image {
  top: 0;
}
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-modal.bi-shown-first-time,
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-entrymodal.bi-shown-first-time,
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-form.bi-shown-first-time,
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-entryform.bi-shown-first-time,
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-entrygate.bi-shown-first-time,
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-gate.bi-shown-first-time,
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-image.bi-shown-first-time {
  -moz-transition: top 1s ease 0s;
  -o-transition: top 1s ease 0s;
  -webkit-transition: top 1s ease 0s;
  transition: top 1s ease 0s;
}
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-standard.bi-left {
  left: 0;
}
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-standard.bi-left.bi-shown-first-time {
  -moz-transition: left 1s ease 0s;
  -o-transition: left 1s ease 0s;
  -webkit-transition: left 1s ease 0s;
  transition: left 1s ease 0s;
}
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-standard.bi-right {
  right: 0;
}
.bi-name-modeless.bi-wrap.bi-entry-animation.bi-standard.bi-right.bi-shown-first-time {
  -moz-transition: right 1s ease 0s;
  -o-transition: right 1s ease 0s;
  -webkit-transition: right 1s ease 0s;
  transition: right 1s ease 0s;
}
.bi-name-modeless.bi-wrap .bi-border {
  background-color: #7c7c7c;
}
.bi-name-modeless.bi-wrap .bi-btn-wrap {
  background-color: white;
}
.bi-name-modeless.bi-wrap .bi-body-promo-title {
  color: black;
}
.bi-name-modeless.bi-wrap .bi-promo-icon {
  background-color: black;
  border-color: #ebebeb;
}
.bi-name-modeless.bi-wrap .bi-tooltip {
  display: none;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 10px;
  max-width: 200px;
}
.bi-name-modeless.bi-wrap .bi-tooltip-title {
  color: black;
  font-weight: bold;
  padding: 10px;
}
.bi-name-modeless.bi-wrap .bi-tooltip-body {
  color: black;
  padding: 10px;
}
.bi-name-modeless.bi-wrap .bi-bubble {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 7px;
  max-width: 100px;
}
.bi-name-modeless.bi-wrap .bi-bubble-title {
  color: #4f4e4e;
  text-align: center;
  font-weight: bold;
}
.bi-name-modeless.bi-wrap .bi-bubble-body {
  color: #4f4e4e;
  text-align: center;
}
.bi-name-modeless.bi-wrap .bi-bubble-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-modeless.bi-wrap .bi-bubble-arrow.bi-right {
  border-right: 15px solid #fdfdcd;
  border-left: 0;
  left: -15px;
  top: 20px;
}
.bi-name-modeless.bi-wrap .bi-bubble-arrow.bi-left {
  border-left: 15px solid #fdfdcd;
  border-right: 0;
  right: -15px;
  top: 20px;
}
.bi-name-modeless.bi-wrap .bi-bubble-arrow.bi-top {
  border-bottom: 15px solid #fdfdcd;
  border-top: 0;
  top: -10px;
  right: 19px;
}
.bi-name-modeless.bi-wrap .bi-bubble-arrow.bi-bottom {
  border-top: 15px solid #fdfdcd;
  border-bottom: 0;
  bottom: -10px;
  right: 19px;
}
.bi-name-modeless.bi-wrap .bi-bubble2 {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 10px;
  max-width: 200px;
}
.bi-name-modeless.bi-wrap .bi-bubble2-title {
  color: #4f4e4e;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
}
.bi-name-modeless.bi-wrap .bi-bubble2-body {
  color: #4f4e4e;
  padding: 10px;
}
.bi-name-modeless.bi-wrap .bi-bubble2-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-modeless.bi-wrap .bi-bubble2-arrow.bi-right {
  border-right: 15px solid #fdfdcd;
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-modeless.bi-wrap .bi-bubble2-arrow.bi-left {
  border-left: 15px solid #fdfdcd;
  border-right: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-modeless.bi-wrap .bi-bubble2-arrow.bi-top {
  border-bottom: 15px solid #fdfdcd;
  border-top: 0;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-modeless.bi-wrap .bi-bubble2-arrow.bi-bottom {
  border-top: 15px solid #fdfdcd;
  border-bottom: 0;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-modeless.bi-wrap .bi-bubble3 {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #4b87c8;
  border: 1px solid #2368b3;
  padding: 10px;
  max-width: 300px;
  font-size: 135%;
  background-image: url('../img/friends-circle-blue-32.png');
  background-repeat: no-repeat;
  background-position: 100% 95%;
}
.bi-name-modeless.bi-wrap .bi-bubble3-title {
  color: white;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
}
.bi-name-modeless.bi-wrap .bi-bubble3-body {
  color: white;
  padding: 10px;
}
.bi-name-modeless.bi-wrap .bi-bubble3-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-modeless.bi-wrap .bi-bubble3-arrow.bi-right {
  border-right: 15px solid #4b87c8;
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-modeless.bi-wrap .bi-bubble3-arrow.bi-left {
  border-left: 15px solid #4b87c8;
  border-right: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-modeless.bi-wrap .bi-bubble3-arrow.bi-top {
  border-bottom: 15px solid #4b87c8;
  border-top: 0;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-modeless.bi-wrap .bi-bubble3-arrow.bi-bottom {
  border-top: 15px solid #4b87c8;
  border-bottom: 0;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-modeless.bi-wrap .bi-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.bi-name-modeless.bi-wrap .bi-rtl {
  text-align: right;
  direction: rtl;
}
.bi-name-modeless.bi-wrap .bi-min {
  width: 25px;
}
.bi-name-modeless.bi-wrap .bi-maximize {
  cursor: pointer;
}
.bi-name-modeless.bi-wrap .bi-maximize:before {
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 120%;
  color: white;
  margin: 0px 10px 5px 10px;
  border-top-width: 0;
}
.bi-name-modeless.bi-wrap .bi-minimize {
  /*width: 0;
        height: 0;
        border: 5px solid transparent;*/
  cursor: pointer;
  color: #7c7c7c;
}
.bi-name-modeless.bi-wrap .bi-minimize:before {
  font-family: FontAwesome;
  content: "\f0d9";
  font-size: 120%;
}
.bi-name-modeless.bi-wrap .bi-min-bg {
  height: 150px;
  background-color: #7c7c7c;
}
.bi-name-modeless.bi-wrap .bi-min-text {
  color: white;
  width: 150px;
  font-family: Oxygen;
  font-size: 91%;
  letter-spacing: normal;
  margin: 0 4px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-transform: rotate(-90deg) translate(-100%, 0%);
  -ms-transform: rotate(-90deg) translate(-100%, 0%);
  -o-transform: rotate(-90deg) translate(-100%, 0%);
  -webkit-transform: rotate(-90deg) translate(-100%, 0%);
  transform: rotate(-90deg) translate(-100%, 0%);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.bi-name-modeless.bi-wrap ::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
}
.bi-name-modeless.bi-wrap ::-webkit-scrollbar-button {
  background: transparent;
}
.bi-name-modeless.bi-wrap ::-webkit-scrollbar {
  background: white;
}
.bi-name-modeless.bi-wrap .bi-panel {
  opacity: 1;
  padding: 10px;
  width: auto;
  /*border: 1px solid whitesmoke;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 2147483641;
  background-color: white;
}
.bi-name-modeless.bi-wrap .bi-header {
  display: table;
  width: 100%;
  height: 16px;
}
.bi-name-modeless.bi-wrap .bi-cell {
  display: table-cell;
  vertical-align: middle;
}
.bi-name-modeless.bi-wrap .bi-row {
  display: table-row;
}
.bi-name-modeless.bi-wrap .bi-body-title {
  font-size: 140%;
  margin-top: 25px;
  padding: 0 25px;
  color: black;
}
.bi-name-modeless.bi-wrap .bi-title {
  display: table-cell;
  vertical-align: middle;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 2px;
  font-size: 90%;
  font-weight: bold;
  color: black;
}
.bi-name-modeless.bi-wrap .bi-minimize-wrap {
  width: 1px;
}
.bi-name-modeless.bi-wrap .bi-close {
  cursor: pointer;
  width: 16px;
  position: absolute;
  top: 0;
  right: -20px;
}
.bi-name-modeless.bi-wrap .bi-close:before {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 100%;
  position: static;
  color: white;
}
.bi-name-modeless.bi-wrap .bi-content {
  padding: 25px 0px;
}
.bi-name-modeless.bi-wrap .bi-promo {
  cursor: pointer;
  overflow: hidden;
}
.bi-name-modeless.bi-wrap .bi-promo-icon-wrap {
  display: table-cell;
  vertical-align: top;
}
.bi-name-modeless.bi-wrap .bi-promo-icon-wrap:after {
  background-color: #7c7c7c;
}
.bi-name-modeless.bi-wrap .bi-promo-text-wrap {
  display: table-cell;
}
.bi-name-modeless.bi-wrap .bi-promo-title {
  font-size: 100%;
  line-height: 17px;
  color: #2f3130;
}
.bi-name-modeless.bi-wrap .bi-promo-type {
  font-weight: bold;
  font-size: 100%;
  text-transform: capitalize;
  color: #2f3130;
}
.bi-name-modeless.bi-wrap .bi-promo-content {
  display: none;
  clear: both;
  padding-top: 15px;
  cursor: default;
}
.bi-name-modeless.bi-wrap .bi-action-call {
  display: none;
}
.bi-name-modeless.bi-wrap .bi-promo-sep {
  height: 30px;
  background-color: transparent;
}
.bi-name-modeless.bi-wrap .bi-show-more-text {
  font-size: 120%;
  vertical-align: middle;
  cursor: pointer;
  border-bottom: 1px solid;
  text-align: center;
  min-width: 90px;
  max-width: 90px;
  font-weight: bold;
  padding: 11px 0;
  margin: 0 0 0 25px;
  white-space: nowrap;
  color: black;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.bi-name-modeless.bi-wrap .bi-show-more-content {
  display: none;
}
.bi-name-modeless.bi-wrap .bi-btn {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 10px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
  width: 160px;
  text-align: center;
  margin-top: 10px;
  background: #7c7c7c;
}
.bi-name-modeless.bi-wrap .bi-btn:hover {
  text-decoration: none;
  background: #626262;
}
.bi-name-modeless.bi-wrap .bi-controls {
  text-align: center;
}
.bi-name-modeless.bi-wrap .bi-pager-left {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #cccccc;
  margin: 0px 3px;
  cursor: pointer;
}
.bi-name-modeless.bi-wrap .bi-pager-left:hover {
  border-right-color: #999999;
}
.bi-name-modeless.bi-wrap .bi-pager-right {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #cccccc;
  margin: 0px 3px;
  cursor: pointer;
}
.bi-name-modeless.bi-wrap .bi-pager-right:hover {
  border-left-color: #999999;
}
.bi-name-modeless.bi-wrap .bi-pager-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 2px 3px;
  cursor: pointer;
  background-color: #ebebeb;
}
.bi-name-modeless.bi-wrap .bi-pager-dot:hover {
  background-color: #999999;
}
.bi-name-modeless.bi-wrap .bi-pager-dot.bi-active {
  background-color: #999999;
}
.bi-name-modeless.bi-wrap .bi-pwred {
  padding-top: 20px;
  text-align: right;
}
.bi-name-modeless.bi-wrap .bi-pwred a {
  font-size: 90%;
  color: #cccccc;
}
.bi-name-modeless.bi-wrap .bi-pwred a:hover {
  text-decoration: underline;
  color: #3b3b3b;
}
.bi-name-modeless.bi-wrap .bi-countdown {
  padding-top: 5px;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.bi-name-modeless.bi-wrap.bi-left {
  left: 2px;
}
.bi-name-modeless.bi-wrap.bi-right .bi-minimize,
.bi-name-modeless.bi-wrap.bi-right .bi-maximize {
  transform: rotate(180deg);
}
.bi-name-modeless.bi-wrap.bi-top .bi-minimize,
.bi-name-modeless.bi-wrap.bi-top .bi-maximize {
  transform: rotate(90deg);
}
.bi-name-modeless.bi-wrap.bi-bottom .bi-minimize,
.bi-name-modeless.bi-wrap.bi-bottom .bi-maximize {
  transform: rotate(270deg);
}
.bi-name-modeless.bi-wrap.bi-Vtop {
  top: 50px;
}
.bi-name-modeless.bi-wrap.bi-Vbottom {
  bottom: 50px;
}
.bi-name-modeless.bi-wrap .bi-favicon {
  display: none;
}
.bi-name-modeless.bi-wrap .bi-promo-thumbnail {
  width: auto;
  height: auto;
  width: 100%;
  display: block;
}
.bi-name-modeless.bi-wrap.bi-standard.bi-wrap-min {
  width: auto !important;
}
.bi-name-modeless.bi-wrap.bi-standard .bi-header {
  padding: 5px 5px 0 5px;
}
.bi-name-modeless.bi-wrap.bi-standard .bi-controls {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-standard .bi-pwred {
  padding: 0 5px 5px 0;
}
.bi-name-modeless.bi-wrap.bi-standard .bi-pwred a {
  height: 15px;
  display: inline-block;
}
.bi-name-modeless.bi-wrap.bi-standard .bi-panel {
  padding: 1px;
}
.bi-name-modeless.bi-wrap.bi-standard .bi-content {
  padding: 10px 0 0 0;
}
.bi-name-modeless.bi-wrap.bi-standard .bi-promo-title {
  display: inline;
}
.bi-name-modeless.bi-wrap.bi-standard .bi-minimize {
  color: #7c7c7c;
}
.bi-name-modeless.bi-wrap.bi-standard .bi-promo-text-wrap {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 10px;
  height: 42px;
}
.bi-name-modeless.bi-wrap.bi-standard .bi-promo a {
  display: block;
}
.bi-name-modeless.bi-wrap.bi-standard .bi-promo a:hover .bi-promo-icon-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-modeless.bi-wrap.bi-standard .bi-promo-sep {
  height: 2px;
}
.bi-name-modeless.bi-wrap.bi-standard .bi-promo-type {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-standard .bi-promo-icon-wrap {
  display: block;
  padding: 0 12px;
}
.bi-name-modeless.bi-wrap.bi-standard .bi-promo-icon-wrap:after {
  content: '';
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-modeless.bi-wrap.bi-standard .bi-promo-thumbnail {
  max-width: 200px;
  max-height: 100px;
  margin: 0 auto;
}
.bi-name-modeless.bi-wrap.bi-standard .bi-maximize:before {
  color: #7c7c7c;
}
.bi-name-modeless.bi-wrap.bi-mstandard {
  top: 0;
  height: 100%;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-promo-thumbnail {
  max-width: 160px;
  max-height: 80px;
  width: auto;
  height: auto;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-promo-type {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-panel {
  opacity: 1;
  height: 100%;
  padding-right: 40px;
  padding: 0;
  position: relative;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-header {
  background-color: #2e2d2d;
  height: 10%;
  margin-left: -2px;
  width: 100%;
  font-size: 24px;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-title {
  color: white;
  text-align: center;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-title:after {
  content: "Content for you";
  text-transform: uppercase;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-content {
  padding: 25px 35px 0 4px;
  height: 80%;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-footer {
  padding-right: 45px;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-promo-text-wrap {
  padding-left: 175px;
  display: block;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-promo-icon-wrap {
  padding: 0 5px 0 0;
  vertical-align: middle;
  display: block;
  position: absolute;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-promo-title {
  font-size: 140%;
  font-family: tahoma;
  font-weight: 600;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-promo-content {
  padding-left: 20px;
  padding-top: 10px;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-promo-sep {
  height: 15px;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-min {
  height: 100%;
  position: relative;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-min-arrow {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-min-bg {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -75px;
  width: 25px;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-border {
  left: 0;
  margin-left: -2px;
  position: absolute;
  height: 100%;
  z-index: 2;
  width: 10px;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-panel .bi-min-bg {
  right: 6px;
  left: auto;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-panel .bi-border {
  right: 0;
  left: auto;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-min-text {
  margin: 0 6px;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-min-text:after {
  content: "Content for you";
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-minimize {
  visibility: hidden;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-pwred {
  padding: 0;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-pwred a {
  font-size: 100%;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-controls {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-mstandard .bi-promo a {
  display: table-row;
}
.bi-name-modeless.bi-wrap.bi-modeless {
  top: 0px;
  bottom: 0px;
}
.bi-name-modeless.bi-wrap.bi-modeless.bi-wrap-min {
  bottom: auto;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-promo-text-wrap {
  display: block;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-header {
  padding: 5px 10px;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-title {
  font-size: 90%;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-panel {
  width: 300px;
  height: 100%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  padding: 0;
  opacity: 0.88;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-panel:hover {
  opacity: 1;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-content {
  height: calc(100% - 58px);
  overflow-y: auto;
  padding: 0;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-promo {
  padding: 25px;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-promo-icon-wrap:after {
  content: '';
  display: block;
  height: 5px;
  position: relative;
  bottom: 5px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-promo:hover .bi-promo-icon-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-modeless.bi-wrap.bi-modeless.bi-right {
  right: 0px;
  border-right-width: 0px;
}
.bi-name-modeless.bi-wrap.bi-modeless.bi-left {
  left: 0px;
  border-left-width: 0px;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-promo-thumbnail {
  margin: auto;
  max-width: 320px;
  max-height: 160px;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-promo-sep {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-promo a {
  font-size: 140%;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-promo-title {
  line-height: 26px;
  display: inline;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-footer {
  bottom: 10px;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-promo-content {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-btn {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-promo-type {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-modeless .bi-pwred {
  text-align: center;
  padding: 10px 0;
}
.bi-name-modeless.bi-wrap.bi-modal,
.bi-name-modeless.bi-wrap.bi-entrymodal {
  top: auto;
  bottom: auto;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-header,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-header {
  padding: 0;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-title,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-title {
  font-size: 140%;
  border-bottom: 1px solid;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding-bottom: 10px;
  padding-top: 10px;
  display: none;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-show-more-text,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-show-more-text {
  margin-top: 50px;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-content,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-content {
  padding: 0;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-panel,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-panel {
  position: relative;
  width: 800px;
  padding: 0;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-promo,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-promo {
  padding: 0;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-promo a,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-promo a {
  display: block;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-promo-wrap,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-promo-wrap {
  padding: 70px 30px;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-promo-icon-wrap,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-promo-icon-wrap {
  width: 50%;
  text-align: center;
  float: none;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-promo-text-wrap,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-promo-text-wrap {
  text-align: left;
  padding: 0 10px;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-promo-type,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-promo-type {
  display: block;
  text-align: inherit;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-promo-type:before,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-promo-type:before {
  content: attr(data-before);
  display: inline;
}
.bi-name-modeless.bi-wrap.bi-modal.bi-left,
.bi-name-modeless.bi-wrap.bi-entrymodal.bi-left,
.bi-name-modeless.bi-wrap.bi-modal.bi-right,
.bi-name-modeless.bi-wrap.bi-entrymodal.bi-right {
  right: auto;
  left: auto;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-promo a,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-promo a {
  font-size: 180%;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-promo-title,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-promo-title {
  /*line-height: 26px;
                    display: inline;*/
  text-align: inherit;
  line-height: 26px;
  margin: 0;
  display: block;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-promo-thumbnail,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-promo-thumbnail {
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 200px;
  text-align: inherit;
  margin: 0 auto;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-pwred,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-pwred {
  position: relative;
  text-align: center;
  padding: 0;
  height: 0;
  bottom: -10px;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-pwred a,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-pwred a {
  height: 15px;
  display: inline-block;
  color: white;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-promo-sep,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-promo-sep {
  width: 100%;
  height: 10px;
  background-color: #7c7c7c;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-btn-wrap,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-btn-wrap {
  padding: 40px 0;
  text-align: center;
  background-color: #373737;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-btn,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 0;
  margin: 0px auto;
  line-height: 60px;
  width: auto;
  font-size: 50px;
  font-weight: normal;
  background-color: transparent;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-btn:after,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-btn:after {
  -moz-transition: transform 0.5s ease, background-color 0.5s ease;
  -o-transition: transform 0.5s ease, background-color 0.5s ease;
  -webkit-transition: transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  content: '';
  background-color: #7c7c7c;
  display: block;
  height: 2px;
  margin: auto;
  position: relative;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-btn:hover,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-btn:hover {
  background-color: transparent;
}
.bi-name-modeless.bi-wrap.bi-modal .bi-panel:hover .bi-btn:after,
.bi-name-modeless.bi-wrap.bi-entrymodal .bi-panel:hover .bi-btn:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #7c7c7c;
}
.bi-name-modeless.bi-wrap.bi-modal.bi-mobile,
.bi-name-modeless.bi-wrap.bi-entrymodal.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-modeless.bi-wrap.bi-modal.bi-mobile .bi-panel,
.bi-name-modeless.bi-wrap.bi-entrymodal.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-modeless.bi-wrap.bi-modal.bi-mobile .bi-title,
.bi-name-modeless.bi-wrap.bi-entrymodal.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-modeless.bi-wrap.bi-modal.bi-mobile .bi-body-title,
.bi-name-modeless.bi-wrap.bi-entrymodal.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-modeless.bi-wrap.bi-modal.bi-mobile .bi-content,
.bi-name-modeless.bi-wrap.bi-entrymodal.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-modeless.bi-wrap.bi-modal.bi-mobile .bi-close,
.bi-name-modeless.bi-wrap.bi-entrymodal.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-modeless.bi-wrap.bi-modal.bi-mobile .bi-close:before,
.bi-name-modeless.bi-wrap.bi-entrymodal.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-modeless.bi-wrap.bi-modal.bi-mobile .bi-overlay,
.bi-name-modeless.bi-wrap.bi-entrymodal.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-gate,
.bi-name-modeless.bi-wrap.bi-form,
.bi-name-modeless.bi-wrap.bi-entryform,
.bi-name-modeless.bi-wrap.bi-entrygate {
  top: auto;
  bottom: auto;
  z-index: 2147483642;
}
.bi-name-modeless.bi-wrap.bi-gate .bi-panel,
.bi-name-modeless.bi-wrap.bi-form .bi-panel,
.bi-name-modeless.bi-wrap.bi-entryform .bi-panel,
.bi-name-modeless.bi-wrap.bi-entrygate .bi-panel {
  padding: 0 50px;
  width: 400px;
  position: relative;
  border: 0;
}
.bi-name-modeless.bi-wrap.bi-gate .bi-header,
.bi-name-modeless.bi-wrap.bi-form .bi-header,
.bi-name-modeless.bi-wrap.bi-entryform .bi-header,
.bi-name-modeless.bi-wrap.bi-entrygate .bi-header {
  height: 50px;
}
.bi-name-modeless.bi-wrap.bi-gate .bi-title,
.bi-name-modeless.bi-wrap.bi-form .bi-title,
.bi-name-modeless.bi-wrap.bi-entryform .bi-title,
.bi-name-modeless.bi-wrap.bi-entrygate .bi-title {
  padding-top: 30px;
  text-align: center;
  font-size: 200%;
  text-transform: none;
}
.bi-name-modeless.bi-wrap.bi-gate .bi-body-title,
.bi-name-modeless.bi-wrap.bi-form .bi-body-title,
.bi-name-modeless.bi-wrap.bi-entryform .bi-body-title,
.bi-name-modeless.bi-wrap.bi-entrygate .bi-body-title {
  padding: 0;
  text-align: center;
  font-size: 150%;
}
.bi-name-modeless.bi-wrap.bi-gate .bi-content,
.bi-name-modeless.bi-wrap.bi-form .bi-content,
.bi-name-modeless.bi-wrap.bi-entryform .bi-content,
.bi-name-modeless.bi-wrap.bi-entrygate .bi-content {
  padding: 20px 0;
  text-align: center;
}
.bi-name-modeless.bi-wrap.bi-gate form label,
.bi-name-modeless.bi-wrap.bi-form form label,
.bi-name-modeless.bi-wrap.bi-entryform form label,
.bi-name-modeless.bi-wrap.bi-entrygate form label {
  color: black;
}
.bi-name-modeless.bi-wrap.bi-gate form input,
.bi-name-modeless.bi-wrap.bi-form form input,
.bi-name-modeless.bi-wrap.bi-entryform form input,
.bi-name-modeless.bi-wrap.bi-entrygate form input,
.bi-name-modeless.bi-wrap.bi-gate form textarea,
.bi-name-modeless.bi-wrap.bi-form form textarea,
.bi-name-modeless.bi-wrap.bi-entryform form textarea,
.bi-name-modeless.bi-wrap.bi-entrygate form textarea,
.bi-name-modeless.bi-wrap.bi-gate form select,
.bi-name-modeless.bi-wrap.bi-form form select,
.bi-name-modeless.bi-wrap.bi-entryform form select,
.bi-name-modeless.bi-wrap.bi-entrygate form select,
.bi-name-modeless.bi-wrap.bi-gate form option,
.bi-name-modeless.bi-wrap.bi-form form option,
.bi-name-modeless.bi-wrap.bi-entryform form option,
.bi-name-modeless.bi-wrap.bi-entrygate form option {
  background-color: white;
  color: #888888;
  border-color: #cccccc;
}
.bi-name-modeless.bi-wrap.bi-gate form input[type="submit"],
.bi-name-modeless.bi-wrap.bi-form form input[type="submit"],
.bi-name-modeless.bi-wrap.bi-entryform form input[type="submit"],
.bi-name-modeless.bi-wrap.bi-entrygate form input[type="submit"],
.bi-name-modeless.bi-wrap.bi-gate form textarea[type="submit"],
.bi-name-modeless.bi-wrap.bi-form form textarea[type="submit"],
.bi-name-modeless.bi-wrap.bi-entryform form textarea[type="submit"],
.bi-name-modeless.bi-wrap.bi-entrygate form textarea[type="submit"],
.bi-name-modeless.bi-wrap.bi-gate form select[type="submit"],
.bi-name-modeless.bi-wrap.bi-form form select[type="submit"],
.bi-name-modeless.bi-wrap.bi-entryform form select[type="submit"],
.bi-name-modeless.bi-wrap.bi-entrygate form select[type="submit"],
.bi-name-modeless.bi-wrap.bi-gate form option[type="submit"],
.bi-name-modeless.bi-wrap.bi-form form option[type="submit"],
.bi-name-modeless.bi-wrap.bi-entryform form option[type="submit"],
.bi-name-modeless.bi-wrap.bi-entrygate form option[type="submit"] {
  background-color: #7c7c7c;
  border: 0;
  color: white;
}
.bi-name-modeless.bi-wrap.bi-gate .bi-footer .bi-pwred,
.bi-name-modeless.bi-wrap.bi-form .bi-footer .bi-pwred,
.bi-name-modeless.bi-wrap.bi-entryform .bi-footer .bi-pwred,
.bi-name-modeless.bi-wrap.bi-entrygate .bi-footer .bi-pwred {
  position: relative;
  bottom: -10px;
  text-align: center;
  padding: 0;
  height: 0;
}
.bi-name-modeless.bi-wrap.bi-gate .bi-footer a,
.bi-name-modeless.bi-wrap.bi-form .bi-footer a,
.bi-name-modeless.bi-wrap.bi-entryform .bi-footer a,
.bi-name-modeless.bi-wrap.bi-entrygate .bi-footer a {
  color: white;
}
.bi-name-modeless.bi-wrap.bi-gate .bi-body-promo-title,
.bi-name-modeless.bi-wrap.bi-form .bi-body-promo-title,
.bi-name-modeless.bi-wrap.bi-entryform .bi-body-promo-title,
.bi-name-modeless.bi-wrap.bi-entrygate .bi-body-promo-title {
  font-size: 166%;
  text-align: center;
}
.bi-name-modeless.bi-wrap.bi-gate.bi-left,
.bi-name-modeless.bi-wrap.bi-form.bi-left,
.bi-name-modeless.bi-wrap.bi-entryform.bi-left,
.bi-name-modeless.bi-wrap.bi-entrygate.bi-left,
.bi-name-modeless.bi-wrap.bi-gate.bi-right,
.bi-name-modeless.bi-wrap.bi-form.bi-right,
.bi-name-modeless.bi-wrap.bi-entryform.bi-right,
.bi-name-modeless.bi-wrap.bi-entrygate.bi-right {
  right: auto;
  left: auto;
}
.bi-name-modeless.bi-wrap.bi-gate form,
.bi-name-modeless.bi-wrap.bi-form form,
.bi-name-modeless.bi-wrap.bi-entryform form,
.bi-name-modeless.bi-wrap.bi-entrygate form {
  margin: 0px;
}
.bi-name-modeless.bi-wrap.bi-gate form *,
.bi-name-modeless.bi-wrap.bi-form form *,
.bi-name-modeless.bi-wrap.bi-entryform form *,
.bi-name-modeless.bi-wrap.bi-entrygate form * {
  display: block;
}
.bi-name-modeless.bi-wrap.bi-gate form input[type="checkbox"],
.bi-name-modeless.bi-wrap.bi-form form input[type="checkbox"],
.bi-name-modeless.bi-wrap.bi-entryform form input[type="checkbox"],
.bi-name-modeless.bi-wrap.bi-entrygate form input[type="checkbox"] {
  float: left;
  height: 19px;
  width: 19px;
  margin: 0 5px 5px 0;
}
.bi-name-modeless.bi-wrap.bi-gate form input[type="checkbox"] + label:after,
.bi-name-modeless.bi-wrap.bi-form form input[type="checkbox"] + label:after,
.bi-name-modeless.bi-wrap.bi-entryform form input[type="checkbox"] + label:after,
.bi-name-modeless.bi-wrap.bi-entrygate form input[type="checkbox"] + label:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.bi-name-modeless.bi-wrap.bi-gate form label,
.bi-name-modeless.bi-wrap.bi-form form label,
.bi-name-modeless.bi-wrap.bi-entryform form label,
.bi-name-modeless.bi-wrap.bi-entrygate form label {
  font-size: 125%;
  display: none;
}
.bi-name-modeless.bi-wrap.bi-gate form label.bi-form-error,
.bi-name-modeless.bi-wrap.bi-form form label.bi-form-error,
.bi-name-modeless.bi-wrap.bi-entryform form label.bi-form-error,
.bi-name-modeless.bi-wrap.bi-entrygate form label.bi-form-error {
  font-size: 120%;
}
.bi-name-modeless.bi-wrap.bi-gate form input,
.bi-name-modeless.bi-wrap.bi-form form input,
.bi-name-modeless.bi-wrap.bi-entryform form input,
.bi-name-modeless.bi-wrap.bi-entrygate form input,
.bi-name-modeless.bi-wrap.bi-gate form textarea,
.bi-name-modeless.bi-wrap.bi-form form textarea,
.bi-name-modeless.bi-wrap.bi-entryform form textarea,
.bi-name-modeless.bi-wrap.bi-entrygate form textarea,
.bi-name-modeless.bi-wrap.bi-gate form select,
.bi-name-modeless.bi-wrap.bi-form form select,
.bi-name-modeless.bi-wrap.bi-entryform form select,
.bi-name-modeless.bi-wrap.bi-entrygate form select,
.bi-name-modeless.bi-wrap.bi-gate form option,
.bi-name-modeless.bi-wrap.bi-form form option,
.bi-name-modeless.bi-wrap.bi-entryform form option,
.bi-name-modeless.bi-wrap.bi-entrygate form option {
  width: 100%;
  padding: 0px 4px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 16px;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  font-size: 140%;
  height: 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
}
.bi-name-modeless.bi-wrap.bi-gate form input[type="submit"],
.bi-name-modeless.bi-wrap.bi-form form input[type="submit"],
.bi-name-modeless.bi-wrap.bi-entryform form input[type="submit"],
.bi-name-modeless.bi-wrap.bi-entrygate form input[type="submit"] {
  /*font: normal 100%/100% Arial;*/
  background-image: none;
  line-height: 50px;
  height: 50px;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 170%;
  border: 0;
}
.bi-name-modeless.bi-wrap.bi-gate form input::-webkit-input-placeholder,
.bi-name-modeless.bi-wrap.bi-form form input::-webkit-input-placeholder,
.bi-name-modeless.bi-wrap.bi-entryform form input::-webkit-input-placeholder,
.bi-name-modeless.bi-wrap.bi-entrygate form input::-webkit-input-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-modeless.bi-wrap.bi-gate form input::-moz-placeholder,
.bi-name-modeless.bi-wrap.bi-form form input::-moz-placeholder,
.bi-name-modeless.bi-wrap.bi-entryform form input::-moz-placeholder,
.bi-name-modeless.bi-wrap.bi-entrygate form input::-moz-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-modeless.bi-wrap.bi-gate form input:-moz-placeholder,
.bi-name-modeless.bi-wrap.bi-form form input:-moz-placeholder,
.bi-name-modeless.bi-wrap.bi-entryform form input:-moz-placeholder,
.bi-name-modeless.bi-wrap.bi-entrygate form input:-moz-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-modeless.bi-wrap.bi-gate form input:-ms-input-placeholder,
.bi-name-modeless.bi-wrap.bi-form form input:-ms-input-placeholder,
.bi-name-modeless.bi-wrap.bi-entryform form input:-ms-input-placeholder,
.bi-name-modeless.bi-wrap.bi-entrygate form input:-ms-input-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-modeless.bi-wrap.bi-gate.bi-mobile,
.bi-name-modeless.bi-wrap.bi-form.bi-mobile,
.bi-name-modeless.bi-wrap.bi-entryform.bi-mobile,
.bi-name-modeless.bi-wrap.bi-entrygate.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-modeless.bi-wrap.bi-gate.bi-mobile .bi-panel,
.bi-name-modeless.bi-wrap.bi-form.bi-mobile .bi-panel,
.bi-name-modeless.bi-wrap.bi-entryform.bi-mobile .bi-panel,
.bi-name-modeless.bi-wrap.bi-entrygate.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-modeless.bi-wrap.bi-gate.bi-mobile .bi-title,
.bi-name-modeless.bi-wrap.bi-form.bi-mobile .bi-title,
.bi-name-modeless.bi-wrap.bi-entryform.bi-mobile .bi-title,
.bi-name-modeless.bi-wrap.bi-entrygate.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-modeless.bi-wrap.bi-gate.bi-mobile .bi-body-title,
.bi-name-modeless.bi-wrap.bi-form.bi-mobile .bi-body-title,
.bi-name-modeless.bi-wrap.bi-entryform.bi-mobile .bi-body-title,
.bi-name-modeless.bi-wrap.bi-entrygate.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-modeless.bi-wrap.bi-gate.bi-mobile .bi-content,
.bi-name-modeless.bi-wrap.bi-form.bi-mobile .bi-content,
.bi-name-modeless.bi-wrap.bi-entryform.bi-mobile .bi-content,
.bi-name-modeless.bi-wrap.bi-entrygate.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-modeless.bi-wrap.bi-gate.bi-mobile .bi-close,
.bi-name-modeless.bi-wrap.bi-form.bi-mobile .bi-close,
.bi-name-modeless.bi-wrap.bi-entryform.bi-mobile .bi-close,
.bi-name-modeless.bi-wrap.bi-entrygate.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-modeless.bi-wrap.bi-gate.bi-mobile .bi-close:before,
.bi-name-modeless.bi-wrap.bi-form.bi-mobile .bi-close:before,
.bi-name-modeless.bi-wrap.bi-entryform.bi-mobile .bi-close:before,
.bi-name-modeless.bi-wrap.bi-entrygate.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-modeless.bi-wrap.bi-gate.bi-mobile .bi-overlay,
.bi-name-modeless.bi-wrap.bi-form.bi-mobile .bi-overlay,
.bi-name-modeless.bi-wrap.bi-entryform.bi-mobile .bi-overlay,
.bi-name-modeless.bi-wrap.bi-entrygate.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-bar {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  /*height: 40px;*/

}
.bi-name-modeless.bi-wrap.bi-bar.bi-bottom {
  bottom: 0;
  border-top: 1px solid #7c7c7c;
}
.bi-name-modeless.bi-wrap.bi-bar.bi-top {
  top: 0;
  border-bottom: 1px solid #7c7c7c;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-tooltip {
  max-width: 400px;
}
.bi-name-modeless.bi-wrap.bi-bar.bi-wrap-min {
  height: auto;
  left: auto;
  right: 0;
  margin-right: 15px;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-minimize-wrap {
  width: auto;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-min {
  width: auto;
  display: block;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-min-bg {
  height: 25px;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-min-text {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-minimize {
  margin: 0px 20px 5px 20px;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-header {
  width: 20px;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 25%;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-promo a {
  display: inline-block;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-promo-icon-wrap,
.bi-name-modeless.bi-wrap.bi-bar .bi-promo-text-wrap {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-footer {
  vertical-align: middle;
  position: absolute;
  right: 0px;
  top: 35%;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-pwred {
  padding: 0;
  text-align: center;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-panel {
  display: table;
  width: 100%;
  height: 70px;
  padding: 0;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-panel:hover .bi-promo a:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-modeless.bi-wrap.bi-bar .bi-panel:hover .bi-promo-text-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-modeless.bi-wrap.bi-bar .bi-row {
  height: 70px;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-promo {
  cursor: auto;
  text-align: center;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-promo a {
  font-size: 130%;
  cursor: pointer;
  white-space: nowrap;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-promo-thumbnail {
  max-width: 80px;
  max-height: 55px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-promo-title {
  display: inline-block;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-promo-type {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-promo-type:after {
  content: "-";
  margin: 3px;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-cell {
  float: right;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-controls {
  float: right;
  width: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-promo-text-wrap {
  display: inline-block;
}
.bi-name-modeless.bi-wrap.bi-bar .bi-promo-text-wrap:after {
  content: '';
  display: block;
  height: 1px;
  margin-top: 2px;
  -moz-transition: transform 0.5s ease, background-color 0.5s ease;
  -o-transition: transform 0.5s ease, background-color 0.5s ease;
  -webkit-transition: transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #7c7c7c;
}
.bi-name-modeless.bi-wrap.bi-mbar {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  /*height: 40px;*/

}
.bi-name-modeless.bi-wrap.bi-mbar.bi-bottom {
  bottom: 0;
}
.bi-name-modeless.bi-wrap.bi-mbar.bi-top {
  top: 0;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-tooltip {
  max-width: 400px;
}
.bi-name-modeless.bi-wrap.bi-mbar.bi-wrap-min {
  height: auto;
  left: auto;
  right: 0;
  margin-right: 15px;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-min {
  width: auto;
  display: block;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-min-bg {
  height: 25px;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-min-text {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-minimize {
  margin: 0px 20px 5px 20px;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-header {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-footer {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-panel {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 4px;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-promo {
  cursor: auto;
  text-align: center;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-promo a {
  font-size: 130%;
  cursor: pointer;
  display: inline;
  white-space: nowrap;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-promo-title {
  display: inline-block;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-promo-type {
  display: inline-block;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-promo-type:before {
  content: "-";
  margin: 3px;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-cell {
  float: right;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-controls {
  float: right;
  width: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.bi-name-modeless.bi-wrap.bi-mbar .bi-promo-thumbnail {
  max-width: 50px;
  max-height: 40px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.bi-name-modeless.bi-wrap.bi-entrygate .bi-overlay {
  opacity: 0.9;
}
.bi-name-modeless.bi-wrap.bi-image .bi-panel,
.bi-name-modeless.bi-wrap.bi-entryimage .bi-panel {
  padding: 0;
  max-width: 800px;
  position: relative;
}
.bi-name-modeless.bi-wrap.bi-image .bi-img,
.bi-name-modeless.bi-wrap.bi-entryimage .bi-img {
  width: 100%;
}
.bi-name-modeless.bi-wrap.bi-image.bi-left,
.bi-name-modeless.bi-wrap.bi-entryimage.bi-left,
.bi-name-modeless.bi-wrap.bi-image.bi-right,
.bi-name-modeless.bi-wrap.bi-entryimage.bi-right {
  right: auto;
  left: auto;
}
.bi-name-modeless.bi-wrap.bi-image .bi-pwred,
.bi-name-modeless.bi-wrap.bi-entryimage .bi-pwred {
  position: relative;
  bottom: -10px;
  text-align: center;
  padding: 0;
  height: 0;
}
.bi-name-modeless.bi-wrap.bi-image .bi-pwred a,
.bi-name-modeless.bi-wrap.bi-entryimage .bi-pwred a {
  color: white;
}
.bi-name-modeless.bi-wrap.bi-image.bi-mobile,
.bi-name-modeless.bi-wrap.bi-entryimage.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-modeless.bi-wrap.bi-image.bi-mobile .bi-panel,
.bi-name-modeless.bi-wrap.bi-entryimage.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-modeless.bi-wrap.bi-image.bi-mobile .bi-title,
.bi-name-modeless.bi-wrap.bi-entryimage.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-modeless.bi-wrap.bi-image.bi-mobile .bi-body-title,
.bi-name-modeless.bi-wrap.bi-entryimage.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-modeless.bi-wrap.bi-image.bi-mobile .bi-content,
.bi-name-modeless.bi-wrap.bi-entryimage.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-modeless.bi-wrap.bi-image.bi-mobile .bi-close,
.bi-name-modeless.bi-wrap.bi-entryimage.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-modeless.bi-wrap.bi-image.bi-mobile .bi-close:before,
.bi-name-modeless.bi-wrap.bi-entryimage.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-modeless.bi-wrap.bi-image.bi-mobile .bi-overlay,
.bi-name-modeless.bi-wrap.bi-entryimage.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-image.bi-mobile .bi-panel,
.bi-name-modeless.bi-wrap.bi-entryimage.bi-mobile .bi-panel {
  padding: 0;
}
.bi-name-modeless.bi-wrap.bi-scroll {
  width: 320px;
}
.bi-name-modeless.bi-wrap.bi-scroll.bi-right {
  right: 0;
}
.bi-name-modeless.bi-wrap.bi-scroll.bi-wrap-min {
  width: auto !important;
}
.bi-name-modeless.bi-wrap.bi-scroll .bi-promo a {
  font-size: 125%;
}
.bi-name-modeless.bi-wrap.bi-scroll .bi-promo-icon-wrap {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 50%;
  vertical-align: middle;
}
.bi-name-modeless.bi-wrap.bi-scroll .bi-promo-thumbnail {
  display: block;
  height: auto;
  max-height: none;
  max-width: none;
  width: 100%;
}
.bi-name-modeless.bi-wrap.bi-scroll .bi-promo-type {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-scroll.bi-bottom .bi-min,
.bi-name-modeless.bi-wrap.bi-scroll.bi-top .bi-min {
  width: 150px;
}
.bi-name-modeless.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-arrow,
.bi-name-modeless.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-arrow {
  position: absolute;
  top: 4px;
  margin: 0 -15px;
}
.bi-name-modeless.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-bg,
.bi-name-modeless.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-bg {
  height: auto;
}
.bi-name-modeless.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-bg .bi-min-text,
.bi-name-modeless.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-bg .bi-min-text {
  margin: 0;
  transform: initial;
}
.bi-name-modeless.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-maximize,
.bi-name-modeless.bi-wrap.bi-scroll.bi-top .bi-min .bi-maximize {
  position: absolute;
  left: -22px;
}
.bi-name-modeless.bi-wrap.bi-scroll.bi-bottom {
  bottom: 0;
}
.bi-name-modeless.bi-wrap.bi-scroll.bi-bottom.bi-Vleft {
  left: 50px;
}
.bi-name-modeless.bi-wrap.bi-scroll.bi-bottom.bi-Vright {
  right: 50px;
}
.bi-name-modeless.bi-wrap.bi-scroll.bi-top {
  top: 0;
}
.bi-name-modeless.bi-wrap.bi-scroll.bi-top.bi-Vleft {
  left: 50px;
}
.bi-name-modeless.bi-wrap.bi-scroll.bi-top.bi-Vright {
  right: 50px;
}
.bi-name-modeless.bi-wrap.bi-scroll.bi-mobile {
  width: 250px;
}
.bi-name-modeless.bi-wrap.bi-scroll .bi-panel {
  opacity: 1;
  border: 0;
  padding: 0;
}
.bi-name-modeless.bi-wrap.bi-scroll .bi-minimize {
  background-color: transparent;
  border: 0;
  right: 5px;
  top: 5px;
  position: absolute;
}
.bi-name-modeless.bi-wrap.bi-scroll .bi-minimize:before {
  content: "\f00d";
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  font-size: 90%;
  color: #2a3d53;
}
.bi-name-modeless.bi-wrap.bi-scroll .bi-header {
  position: absolute;
}
.bi-name-modeless.bi-wrap.bi-scroll .bi-content {
  padding: 0;
}
.bi-name-modeless.bi-wrap.bi-scroll .bi-promo > a {
  display: block;
}
.bi-name-modeless.bi-wrap.bi-scroll .bi-promo-text-wrap {
  display: block;
}
.bi-name-modeless.bi-wrap.bi-scroll .bi-promo-text-wrap:before {
  content: '';
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-modeless.bi-wrap.bi-scroll .bi-title {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-scroll .bi-promo-title {
  font-size: 120%;
  padding: 20px 15px;
  line-height: 1.2;
}
.bi-name-modeless.bi-wrap.bi-scroll .bi-footer {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-scroll .bi-maximize:before {
  color: #7c7c7c;
}
.bi-name-modeless.bi-wrap.bi-static {
  position: static;
}
.bi-name-modeless.bi-wrap.bi-static .bi-minimize {
  display: none;
}
.bi-name-modeless.bi-wrap.bi-static .bi-panel {
  opacity: 1;
}
.bi-name-modeless.bi-wrap.bi-static .bi-content {
  padding: 10px 0;
}
.bi-name-modeless.bi-wrap.bi-static .bi-promo-container {
  display: table;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}
.bi-name-modeless.bi-wrap.bi-static .bi-promo-sep {
  display: table-cell;
  width: 7px;
}
.bi-name-modeless.bi-wrap.bi-static .bi-promo {
  /*width: 220px;
                height: 300px;*/
  display: table-cell;
  vertical-align: top;
  padding: 4px;
}
.bi-name-modeless.bi-wrap.bi-static .bi-promo a {
  display: block;
}
.bi-name-modeless.bi-wrap.bi-static .bi-promo-icon-wrap {
  display: block;
}
.bi-name-modeless.bi-wrap.bi-static .bi-promo-thumbnail {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.bi-name-modeless.bi-wrap.bi-static .bi-promo-text-wrap {
  display: block;
  padding-top: 10px;
}
.bi-name-modeless.bi-wrap.bi-static .bi-promo-type {
  text-align: center;
  color: gray;
  font-family: 'Lato';
  font-weight: normal;
}
.bi-name-modeless.bi-wrap.bi-static .bi-promo-title {
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  font-family: 'Lato';
  font-size: 130%;
  line-height: 27px;
  height: 60px;
}
.bi-name-modeless.bi-wrap .bi-showfalse {
  display: none;
}
.bi-name-modeless .bi-promo.bi-rtl,
.bi-name-modeless .bi-promo.bi-rtl * {
  direction: rtl;
  text-align: right;
}
.bi-name-modeless.bi-rtl .bi-title {
  text-align: right;
  padding: 0 2px 0 0;
}
.bi-name-modeless.bi-rtl .bi-body-title,
.bi-name-modeless.bi-rtl .bi-body-promo-title,
.bi-name-modeless.bi-rtl .bi-dform-label {
  text-align: right;
}
.bi-name-modeless.bi-rtl .bi-dform-text,
.bi-name-modeless.bi-rtl .bi-form-error,
.bi-name-modeless.bi-rtl .bi-dform-submit,
.bi-name-modeless.bi-rtl .bi-dform-form {
  text-align: right;
  direction: rtl;
}
.bi-name-modeless.bi-rtl .bi-show-more-text {
  direction: rtl;
  text-align: right;
}
@media only screen and (max-height: 500px) {
  .bi-name-modeless .bi-wrap.bi-mstandard.bi-icons .bi-panel .bi-promo-sep {
    height: 20px;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), local('Oxygen-Regular'), url(//themes.googleusercontent.com/static/fonts/oxygen/v2/RzoNiRR1p2Mqyyz2RwqSMw.woff) format('woff');
}
@import url(//fonts.googleapis.com/css?family=Lato);
.bi-name-entrygate .bi-customColors .bi-color {
  color: #7c7c7c;
}
.bi-name-entrygate .bi-customColors .bi-backgroundColor {
  color: #7c7c7c;
}
.bi-name-entrygate .bi-customColors .bi-titleColor {
  color: white;
}
.bi-name-entrygate .bi-customColors .bi-promoTitleColor {
  color: white;
}
.bi-name-entrygate .bi-customColors .bi-promoTypeColor {
  color: white;
}
.bi-name-entrygate .biDebug {
  background-color: #7c7c7c;
  color: white;
  font-size: 13pt;
  position: fixed;
  top: 0px;
  z-index: 2147483640;
  left: 0px;
}
.bi-name-entrygate #biPromotionExplanation {
  position: fixed;
  width: 98%;
  height: 97%;
  right: 0px;
  left: 0px;
  top: 5px;
  margin: 0px auto;
  overflow: auto;
  border: 1px solid #ebebeb;
  background-color: whitesmoke;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 5px #888888;
  -webkit-box-shadow: 0px 1px 5px #888888;
  box-shadow: 0px 1px 5px #888888;
  z-index: 2147483647;
}
.bi-name-entrygate #biPromotionExplanation TABLE {
  border-collapse: collapse;
  /*table-layout: fixed; maxim might regreat this */
  width: 100%;
}
.bi-name-entrygate #biPromotionExplanation TABLE TD {
  border: 1px solid black;
  -ms-word-break: break-word;
  word-break: break-word;
}
.bi-name-entrygate #biPromotionExplanation TABLE TH {
  border: 1px solid black;
  -ms-word-break: break-word;
  word-break: break-word;
}
.bi-name-entrygate #biPromotionExplanation TABLE TH.URL {
  min-width: 350px;
}
.bi-name-entrygate #biPromotionExplanation.wordBreakOff TD,
.bi-name-entrygate #biPromotionExplanation.wordBreakOff TR {
  -ms-word-break: normal;
  word-break: normal;
}
.bi-name-entrygate #biPromotionExplanation.wordBreakOff .explanationWordWrap {
  text-decoration: line-through;
}
.bi-name-entrygate .bi-wrap,
.bi-name-entrygate .bi-wrap *,
.bi-name-entrygate .bi-wrap a,
.bi-name-entrygate .bi-wrap input {
  font-family: 'Oxygen', Arial;
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
  color: white;
  background-color: white;
  background-image: initial;
  border-collapse: separate;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: none;
  height: auto;
  letter-spacing: normal;
  margin: 0;
  outline: 0;
  position: static;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: inherit;
  vertical-align: middle;
  overflow: visible;
  direction: ltr;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
.bi-name-entrygate.bi-wrap {
  visibility: hidden;
  display: block;
  position: fixed;
  z-index: 2147483640;
  font-size: 12px;
  /*&.bi-shown-first-time {
        -moz-animation: myfirst 4s forwards;
        -o-animation: myfirst 4s forwards;
        -webkit-animation: myfirst 4s forwards;
        animation: myfirst 4s forwards;
    }*/

  /* Chrome, Safari, Opera */

  /*@-webkit-keyframes myfirst {
        0%		{-webkit-transform: rotate(0deg);left:-250px;}
        25%		{-webkit-transform: rotate(30deg);left:-150px;}
        35%		{-webkit-transform: rotate(30deg);left:-150px;}
        50%		{-webkit-transform: rotate(0deg);left:500px;}
        55%		{-webkit-transform: rotate(0deg);left:500px;}
        70%		{-webkit-transform: rotate(0deg);left:500px;}
        100%	{-webkit-transform: rotate(-360deg);left:0px;}
    }*/

}
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-modal,
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-entrymodal,
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-form,
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-entryform,
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-entrygate,
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-gate,
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-image {
  top: 0;
}
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-modal.bi-shown-first-time,
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-entrymodal.bi-shown-first-time,
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-form.bi-shown-first-time,
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-entryform.bi-shown-first-time,
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-entrygate.bi-shown-first-time,
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-gate.bi-shown-first-time,
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-image.bi-shown-first-time {
  -moz-transition: top 1s ease 0s;
  -o-transition: top 1s ease 0s;
  -webkit-transition: top 1s ease 0s;
  transition: top 1s ease 0s;
}
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-standard.bi-left {
  left: 0;
}
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-standard.bi-left.bi-shown-first-time {
  -moz-transition: left 1s ease 0s;
  -o-transition: left 1s ease 0s;
  -webkit-transition: left 1s ease 0s;
  transition: left 1s ease 0s;
}
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-standard.bi-right {
  right: 0;
}
.bi-name-entrygate.bi-wrap.bi-entry-animation.bi-standard.bi-right.bi-shown-first-time {
  -moz-transition: right 1s ease 0s;
  -o-transition: right 1s ease 0s;
  -webkit-transition: right 1s ease 0s;
  transition: right 1s ease 0s;
}
.bi-name-entrygate.bi-wrap .bi-border {
  background-color: #7c7c7c;
}
.bi-name-entrygate.bi-wrap .bi-btn-wrap {
  background-color: #7c7c7c;
}
.bi-name-entrygate.bi-wrap .bi-body-promo-title {
  color: black;
}
.bi-name-entrygate.bi-wrap .bi-promo-icon {
  background-color: black;
  border-color: #ebebeb;
}
.bi-name-entrygate.bi-wrap .bi-tooltip {
  display: none;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 10px;
  max-width: 200px;
}
.bi-name-entrygate.bi-wrap .bi-tooltip-title {
  color: black;
  font-weight: bold;
  padding: 10px;
}
.bi-name-entrygate.bi-wrap .bi-tooltip-body {
  color: black;
  padding: 10px;
}
.bi-name-entrygate.bi-wrap .bi-bubble {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 7px;
  max-width: 100px;
}
.bi-name-entrygate.bi-wrap .bi-bubble-title {
  color: #4f4e4e;
  text-align: center;
  font-weight: bold;
}
.bi-name-entrygate.bi-wrap .bi-bubble-body {
  color: #4f4e4e;
  text-align: center;
}
.bi-name-entrygate.bi-wrap .bi-bubble-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-entrygate.bi-wrap .bi-bubble-arrow.bi-right {
  border-right: 15px solid #fdfdcd;
  border-left: 0;
  left: -15px;
  top: 20px;
}
.bi-name-entrygate.bi-wrap .bi-bubble-arrow.bi-left {
  border-left: 15px solid #fdfdcd;
  border-right: 0;
  right: -15px;
  top: 20px;
}
.bi-name-entrygate.bi-wrap .bi-bubble-arrow.bi-top {
  border-bottom: 15px solid #fdfdcd;
  border-top: 0;
  top: -10px;
  right: 19px;
}
.bi-name-entrygate.bi-wrap .bi-bubble-arrow.bi-bottom {
  border-top: 15px solid #fdfdcd;
  border-bottom: 0;
  bottom: -10px;
  right: 19px;
}
.bi-name-entrygate.bi-wrap .bi-bubble2 {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 10px;
  max-width: 200px;
}
.bi-name-entrygate.bi-wrap .bi-bubble2-title {
  color: #4f4e4e;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
}
.bi-name-entrygate.bi-wrap .bi-bubble2-body {
  color: #4f4e4e;
  padding: 10px;
}
.bi-name-entrygate.bi-wrap .bi-bubble2-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-entrygate.bi-wrap .bi-bubble2-arrow.bi-right {
  border-right: 15px solid #fdfdcd;
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-entrygate.bi-wrap .bi-bubble2-arrow.bi-left {
  border-left: 15px solid #fdfdcd;
  border-right: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-entrygate.bi-wrap .bi-bubble2-arrow.bi-top {
  border-bottom: 15px solid #fdfdcd;
  border-top: 0;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-entrygate.bi-wrap .bi-bubble2-arrow.bi-bottom {
  border-top: 15px solid #fdfdcd;
  border-bottom: 0;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-entrygate.bi-wrap .bi-bubble3 {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #4b87c8;
  border: 1px solid #2368b3;
  padding: 10px;
  max-width: 300px;
  font-size: 135%;
  background-image: url('../img/friends-circle-blue-32.png');
  background-repeat: no-repeat;
  background-position: 100% 95%;
}
.bi-name-entrygate.bi-wrap .bi-bubble3-title {
  color: white;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
}
.bi-name-entrygate.bi-wrap .bi-bubble3-body {
  color: white;
  padding: 10px;
}
.bi-name-entrygate.bi-wrap .bi-bubble3-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-entrygate.bi-wrap .bi-bubble3-arrow.bi-right {
  border-right: 15px solid #4b87c8;
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-entrygate.bi-wrap .bi-bubble3-arrow.bi-left {
  border-left: 15px solid #4b87c8;
  border-right: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-entrygate.bi-wrap .bi-bubble3-arrow.bi-top {
  border-bottom: 15px solid #4b87c8;
  border-top: 0;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-entrygate.bi-wrap .bi-bubble3-arrow.bi-bottom {
  border-top: 15px solid #4b87c8;
  border-bottom: 0;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-entrygate.bi-wrap .bi-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.bi-name-entrygate.bi-wrap .bi-rtl {
  text-align: right;
  direction: rtl;
}
.bi-name-entrygate.bi-wrap .bi-min {
  width: 25px;
}
.bi-name-entrygate.bi-wrap .bi-maximize {
  cursor: pointer;
}
.bi-name-entrygate.bi-wrap .bi-maximize:before {
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 120%;
  color: white;
  margin: 0px 10px 5px 10px;
  border-top-width: 0;
}
.bi-name-entrygate.bi-wrap .bi-minimize {
  /*width: 0;
        height: 0;
        border: 5px solid transparent;*/
  cursor: pointer;
  color: #7c7c7c;
}
.bi-name-entrygate.bi-wrap .bi-minimize:before {
  font-family: FontAwesome;
  content: "\f0d9";
  font-size: 120%;
}
.bi-name-entrygate.bi-wrap .bi-min-bg {
  height: 150px;
  background-color: #7c7c7c;
}
.bi-name-entrygate.bi-wrap .bi-min-text {
  color: white;
  width: 150px;
  font-family: Oxygen;
  font-size: 91%;
  letter-spacing: normal;
  margin: 0 4px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-transform: rotate(-90deg) translate(-100%, 0%);
  -ms-transform: rotate(-90deg) translate(-100%, 0%);
  -o-transform: rotate(-90deg) translate(-100%, 0%);
  -webkit-transform: rotate(-90deg) translate(-100%, 0%);
  transform: rotate(-90deg) translate(-100%, 0%);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.bi-name-entrygate.bi-wrap ::-webkit-scrollbar-thumb {
  background-color: #969696;
}
.bi-name-entrygate.bi-wrap ::-webkit-scrollbar-button {
  background: transparent;
}
.bi-name-entrygate.bi-wrap ::-webkit-scrollbar {
  background: #7c7c7c;
}
.bi-name-entrygate.bi-wrap .bi-panel {
  opacity: 1;
  padding: 10px;
  width: auto;
  /*border: 1px solid whitesmoke;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 2147483641;
  background-color: #7c7c7c;
}
.bi-name-entrygate.bi-wrap .bi-header {
  display: table;
  width: 100%;
  height: 16px;
}
.bi-name-entrygate.bi-wrap .bi-cell {
  display: table-cell;
  vertical-align: middle;
}
.bi-name-entrygate.bi-wrap .bi-row {
  display: table-row;
}
.bi-name-entrygate.bi-wrap .bi-body-title {
  font-size: 140%;
  margin-top: 25px;
  padding: 0 25px;
  color: white;
}
.bi-name-entrygate.bi-wrap .bi-title {
  display: table-cell;
  vertical-align: middle;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 2px;
  font-size: 90%;
  font-weight: bold;
  color: white;
}
.bi-name-entrygate.bi-wrap .bi-minimize-wrap {
  width: 1px;
}
.bi-name-entrygate.bi-wrap .bi-close {
  cursor: pointer;
  width: 16px;
  position: absolute;
  top: 0;
  right: -20px;
}
.bi-name-entrygate.bi-wrap .bi-close:before {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 100%;
  position: static;
  color: white;
}
.bi-name-entrygate.bi-wrap .bi-content {
  padding: 25px 0px;
}
.bi-name-entrygate.bi-wrap .bi-promo {
  cursor: pointer;
  overflow: hidden;
}
.bi-name-entrygate.bi-wrap .bi-promo-icon-wrap {
  display: table-cell;
  vertical-align: top;
}
.bi-name-entrygate.bi-wrap .bi-promo-icon-wrap:after {
  background-color: #7c7c7c;
}
.bi-name-entrygate.bi-wrap .bi-promo-text-wrap {
  display: table-cell;
}
.bi-name-entrygate.bi-wrap .bi-promo-title {
  font-size: 100%;
  line-height: 17px;
  color: white;
}
.bi-name-entrygate.bi-wrap .bi-promo-type {
  font-weight: bold;
  font-size: 100%;
  text-transform: capitalize;
  color: white;
}
.bi-name-entrygate.bi-wrap .bi-promo-content {
  display: none;
  clear: both;
  padding-top: 15px;
  cursor: default;
}
.bi-name-entrygate.bi-wrap .bi-action-call {
  display: none;
}
.bi-name-entrygate.bi-wrap .bi-promo-sep {
  height: 30px;
  background-color: transparent;
}
.bi-name-entrygate.bi-wrap .bi-show-more-text {
  font-size: 120%;
  vertical-align: middle;
  cursor: pointer;
  border-bottom: 1px solid;
  text-align: center;
  min-width: 90px;
  max-width: 90px;
  font-weight: bold;
  padding: 11px 0;
  margin: 0 0 0 25px;
  white-space: nowrap;
  color: black;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.bi-name-entrygate.bi-wrap .bi-show-more-content {
  display: none;
}
.bi-name-entrygate.bi-wrap .bi-btn {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 10px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
  width: 160px;
  text-align: center;
  margin-top: 10px;
  background: #7c7c7c;
}
.bi-name-entrygate.bi-wrap .bi-btn:hover {
  text-decoration: none;
  background: #626262;
}
.bi-name-entrygate.bi-wrap .bi-controls {
  text-align: center;
}
.bi-name-entrygate.bi-wrap .bi-pager-left {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #cccccc;
  margin: 0px 3px;
  cursor: pointer;
}
.bi-name-entrygate.bi-wrap .bi-pager-left:hover {
  border-right-color: #999999;
}
.bi-name-entrygate.bi-wrap .bi-pager-right {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #cccccc;
  margin: 0px 3px;
  cursor: pointer;
}
.bi-name-entrygate.bi-wrap .bi-pager-right:hover {
  border-left-color: #999999;
}
.bi-name-entrygate.bi-wrap .bi-pager-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 2px 3px;
  cursor: pointer;
  background-color: #999999;
}
.bi-name-entrygate.bi-wrap .bi-pager-dot:hover {
  background-color: white;
}
.bi-name-entrygate.bi-wrap .bi-pager-dot.bi-active {
  background-color: white;
}
.bi-name-entrygate.bi-wrap .bi-pwred {
  padding-top: 20px;
  text-align: right;
}
.bi-name-entrygate.bi-wrap .bi-pwred a {
  font-size: 90%;
  color: #cccccc;
}
.bi-name-entrygate.bi-wrap .bi-pwred a:hover {
  text-decoration: underline;
  color: white;
}
.bi-name-entrygate.bi-wrap .bi-countdown {
  padding-top: 5px;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.bi-name-entrygate.bi-wrap.bi-left {
  left: 2px;
}
.bi-name-entrygate.bi-wrap.bi-right .bi-minimize,
.bi-name-entrygate.bi-wrap.bi-right .bi-maximize {
  transform: rotate(180deg);
}
.bi-name-entrygate.bi-wrap.bi-top .bi-minimize,
.bi-name-entrygate.bi-wrap.bi-top .bi-maximize {
  transform: rotate(90deg);
}
.bi-name-entrygate.bi-wrap.bi-bottom .bi-minimize,
.bi-name-entrygate.bi-wrap.bi-bottom .bi-maximize {
  transform: rotate(270deg);
}
.bi-name-entrygate.bi-wrap.bi-Vtop {
  top: 50px;
}
.bi-name-entrygate.bi-wrap.bi-Vbottom {
  bottom: 50px;
}
.bi-name-entrygate.bi-wrap .bi-favicon {
  display: none;
}
.bi-name-entrygate.bi-wrap .bi-promo-thumbnail {
  width: auto;
  height: auto;
  width: 100%;
  display: block;
}
.bi-name-entrygate.bi-wrap.bi-standard.bi-wrap-min {
  width: auto !important;
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-header {
  padding: 5px 5px 0 5px;
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-controls {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-pwred {
  padding: 0 5px 5px 0;
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-pwred a {
  height: 15px;
  display: inline-block;
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-panel {
  padding: 1px;
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-content {
  padding: 10px 0 0 0;
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-promo-title {
  display: inline;
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-minimize {
  color: #7c7c7c;
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-promo-text-wrap {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 10px;
  height: 42px;
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-promo a {
  display: block;
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-promo a:hover .bi-promo-icon-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-promo-sep {
  height: 2px;
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-promo-type {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-promo-icon-wrap {
  display: block;
  padding: 0 12px;
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-promo-icon-wrap:after {
  content: '';
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-promo-thumbnail {
  max-width: 200px;
  max-height: 100px;
  margin: 0 auto;
}
.bi-name-entrygate.bi-wrap.bi-standard .bi-maximize:before {
  color: #7c7c7c;
}
.bi-name-entrygate.bi-wrap.bi-mstandard {
  top: 0;
  height: 100%;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-promo-thumbnail {
  max-width: 160px;
  max-height: 80px;
  width: auto;
  height: auto;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-promo-type {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-panel {
  opacity: 1;
  height: 100%;
  padding-right: 40px;
  padding: 0;
  position: relative;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-header {
  background-color: #2e2d2d;
  height: 10%;
  margin-left: -2px;
  width: 100%;
  font-size: 24px;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-title {
  color: white;
  text-align: center;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-title:after {
  content: "Content for you";
  text-transform: uppercase;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-content {
  padding: 25px 35px 0 4px;
  height: 80%;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-footer {
  padding-right: 45px;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-promo-text-wrap {
  padding-left: 175px;
  display: block;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-promo-icon-wrap {
  padding: 0 5px 0 0;
  vertical-align: middle;
  display: block;
  position: absolute;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-promo-title {
  font-size: 140%;
  font-family: tahoma;
  font-weight: 600;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-promo-content {
  padding-left: 20px;
  padding-top: 10px;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-promo-sep {
  height: 15px;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-min {
  height: 100%;
  position: relative;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-min-arrow {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-min-bg {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -75px;
  width: 25px;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-border {
  left: 0;
  margin-left: -2px;
  position: absolute;
  height: 100%;
  z-index: 2;
  width: 10px;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-panel .bi-min-bg {
  right: 6px;
  left: auto;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-panel .bi-border {
  right: 0;
  left: auto;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-min-text {
  margin: 0 6px;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-min-text:after {
  content: "Content for you";
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-minimize {
  visibility: hidden;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-pwred {
  padding: 0;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-pwred a {
  font-size: 100%;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-controls {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-mstandard .bi-promo a {
  display: table-row;
}
.bi-name-entrygate.bi-wrap.bi-modeless {
  top: 0px;
  bottom: 0px;
}
.bi-name-entrygate.bi-wrap.bi-modeless.bi-wrap-min {
  bottom: auto;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-promo-text-wrap {
  display: block;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-header {
  padding: 5px 10px;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-title {
  font-size: 90%;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-panel {
  width: 300px;
  height: 100%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  padding: 0;
  opacity: 0.88;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-panel:hover {
  opacity: 1;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-content {
  height: calc(100% - 58px);
  overflow-y: auto;
  padding: 0;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-promo {
  padding: 25px;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-promo-icon-wrap:after {
  content: '';
  display: block;
  height: 5px;
  position: relative;
  bottom: 5px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-promo:hover .bi-promo-icon-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-entrygate.bi-wrap.bi-modeless.bi-right {
  right: 0px;
  border-right-width: 0px;
}
.bi-name-entrygate.bi-wrap.bi-modeless.bi-left {
  left: 0px;
  border-left-width: 0px;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-promo-thumbnail {
  margin: auto;
  max-width: 320px;
  max-height: 160px;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-promo-sep {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-promo a {
  font-size: 140%;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-promo-title {
  line-height: 26px;
  display: inline;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-footer {
  bottom: 10px;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-promo-content {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-btn {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-promo-type {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-modeless .bi-pwred {
  text-align: center;
  padding: 10px 0;
}
.bi-name-entrygate.bi-wrap.bi-modal,
.bi-name-entrygate.bi-wrap.bi-entrymodal {
  top: auto;
  bottom: auto;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-header,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-header {
  padding: 0;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-title,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-title {
  font-size: 140%;
  border-bottom: 1px solid;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding-bottom: 10px;
  padding-top: 10px;
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-show-more-text,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-show-more-text {
  margin-top: 50px;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-content,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-content {
  padding: 0;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-panel,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-panel {
  position: relative;
  width: 800px;
  padding: 0;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-promo,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-promo {
  padding: 0;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-promo a,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-promo a {
  display: block;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-promo-wrap,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-promo-wrap {
  padding: 70px 30px;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-promo-icon-wrap,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-promo-icon-wrap {
  width: 50%;
  text-align: center;
  float: none;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-promo-text-wrap,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-promo-text-wrap {
  text-align: left;
  padding: 0 10px;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-promo-type,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-promo-type {
  display: block;
  text-align: inherit;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-promo-type:before,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-promo-type:before {
  content: attr(data-before);
  display: inline;
}
.bi-name-entrygate.bi-wrap.bi-modal.bi-left,
.bi-name-entrygate.bi-wrap.bi-entrymodal.bi-left,
.bi-name-entrygate.bi-wrap.bi-modal.bi-right,
.bi-name-entrygate.bi-wrap.bi-entrymodal.bi-right {
  right: auto;
  left: auto;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-promo a,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-promo a {
  font-size: 180%;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-promo-title,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-promo-title {
  /*line-height: 26px;
                    display: inline;*/
  text-align: inherit;
  line-height: 26px;
  margin: 0;
  display: block;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-promo-thumbnail,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-promo-thumbnail {
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 200px;
  text-align: inherit;
  margin: 0 auto;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-pwred,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-pwred {
  position: relative;
  text-align: center;
  padding: 0;
  height: 0;
  bottom: -10px;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-pwred a,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-pwred a {
  height: 15px;
  display: inline-block;
  color: white;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-promo-sep,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-promo-sep {
  width: 100%;
  height: 10px;
  background-color: #7c7c7c;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-btn-wrap,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-btn-wrap {
  padding: 40px 0;
  text-align: center;
  background-color: #373737;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-btn,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 0;
  margin: 0px auto;
  line-height: 60px;
  width: auto;
  font-size: 50px;
  font-weight: normal;
  background-color: transparent;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-btn:after,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-btn:after {
  -moz-transition: transform 0.5s ease, background-color 0.5s ease;
  -o-transition: transform 0.5s ease, background-color 0.5s ease;
  -webkit-transition: transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  content: '';
  background-color: #7c7c7c;
  display: block;
  height: 2px;
  margin: auto;
  position: relative;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-btn:hover,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-btn:hover {
  background-color: transparent;
}
.bi-name-entrygate.bi-wrap.bi-modal .bi-panel:hover .bi-btn:after,
.bi-name-entrygate.bi-wrap.bi-entrymodal .bi-panel:hover .bi-btn:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #7c7c7c;
}
.bi-name-entrygate.bi-wrap.bi-modal.bi-mobile,
.bi-name-entrygate.bi-wrap.bi-entrymodal.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-entrygate.bi-wrap.bi-modal.bi-mobile .bi-panel,
.bi-name-entrygate.bi-wrap.bi-entrymodal.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-entrygate.bi-wrap.bi-modal.bi-mobile .bi-title,
.bi-name-entrygate.bi-wrap.bi-entrymodal.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-entrygate.bi-wrap.bi-modal.bi-mobile .bi-body-title,
.bi-name-entrygate.bi-wrap.bi-entrymodal.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-entrygate.bi-wrap.bi-modal.bi-mobile .bi-content,
.bi-name-entrygate.bi-wrap.bi-entrymodal.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-entrygate.bi-wrap.bi-modal.bi-mobile .bi-close,
.bi-name-entrygate.bi-wrap.bi-entrymodal.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-entrygate.bi-wrap.bi-modal.bi-mobile .bi-close:before,
.bi-name-entrygate.bi-wrap.bi-entrymodal.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-entrygate.bi-wrap.bi-modal.bi-mobile .bi-overlay,
.bi-name-entrygate.bi-wrap.bi-entrymodal.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-gate,
.bi-name-entrygate.bi-wrap.bi-form,
.bi-name-entrygate.bi-wrap.bi-entryform,
.bi-name-entrygate.bi-wrap.bi-entrygate {
  top: auto;
  bottom: auto;
  z-index: 2147483642;
}
.bi-name-entrygate.bi-wrap.bi-gate .bi-panel,
.bi-name-entrygate.bi-wrap.bi-form .bi-panel,
.bi-name-entrygate.bi-wrap.bi-entryform .bi-panel,
.bi-name-entrygate.bi-wrap.bi-entrygate .bi-panel {
  padding: 0 50px;
  width: 400px;
  position: relative;
  border: 0;
}
.bi-name-entrygate.bi-wrap.bi-gate .bi-header,
.bi-name-entrygate.bi-wrap.bi-form .bi-header,
.bi-name-entrygate.bi-wrap.bi-entryform .bi-header,
.bi-name-entrygate.bi-wrap.bi-entrygate .bi-header {
  height: 50px;
}
.bi-name-entrygate.bi-wrap.bi-gate .bi-title,
.bi-name-entrygate.bi-wrap.bi-form .bi-title,
.bi-name-entrygate.bi-wrap.bi-entryform .bi-title,
.bi-name-entrygate.bi-wrap.bi-entrygate .bi-title {
  padding-top: 30px;
  text-align: center;
  font-size: 200%;
  text-transform: none;
}
.bi-name-entrygate.bi-wrap.bi-gate .bi-body-title,
.bi-name-entrygate.bi-wrap.bi-form .bi-body-title,
.bi-name-entrygate.bi-wrap.bi-entryform .bi-body-title,
.bi-name-entrygate.bi-wrap.bi-entrygate .bi-body-title {
  padding: 0;
  text-align: center;
  font-size: 150%;
}
.bi-name-entrygate.bi-wrap.bi-gate .bi-content,
.bi-name-entrygate.bi-wrap.bi-form .bi-content,
.bi-name-entrygate.bi-wrap.bi-entryform .bi-content,
.bi-name-entrygate.bi-wrap.bi-entrygate .bi-content {
  padding: 20px 0;
  text-align: center;
}
.bi-name-entrygate.bi-wrap.bi-gate form label,
.bi-name-entrygate.bi-wrap.bi-form form label,
.bi-name-entrygate.bi-wrap.bi-entryform form label,
.bi-name-entrygate.bi-wrap.bi-entrygate form label {
  color: black;
}
.bi-name-entrygate.bi-wrap.bi-gate form input,
.bi-name-entrygate.bi-wrap.bi-form form input,
.bi-name-entrygate.bi-wrap.bi-entryform form input,
.bi-name-entrygate.bi-wrap.bi-entrygate form input,
.bi-name-entrygate.bi-wrap.bi-gate form textarea,
.bi-name-entrygate.bi-wrap.bi-form form textarea,
.bi-name-entrygate.bi-wrap.bi-entryform form textarea,
.bi-name-entrygate.bi-wrap.bi-entrygate form textarea,
.bi-name-entrygate.bi-wrap.bi-gate form select,
.bi-name-entrygate.bi-wrap.bi-form form select,
.bi-name-entrygate.bi-wrap.bi-entryform form select,
.bi-name-entrygate.bi-wrap.bi-entrygate form select,
.bi-name-entrygate.bi-wrap.bi-gate form option,
.bi-name-entrygate.bi-wrap.bi-form form option,
.bi-name-entrygate.bi-wrap.bi-entryform form option,
.bi-name-entrygate.bi-wrap.bi-entrygate form option {
  background-color: white;
  color: #888888;
  border-color: #cccccc;
}
.bi-name-entrygate.bi-wrap.bi-gate form input[type="submit"],
.bi-name-entrygate.bi-wrap.bi-form form input[type="submit"],
.bi-name-entrygate.bi-wrap.bi-entryform form input[type="submit"],
.bi-name-entrygate.bi-wrap.bi-entrygate form input[type="submit"],
.bi-name-entrygate.bi-wrap.bi-gate form textarea[type="submit"],
.bi-name-entrygate.bi-wrap.bi-form form textarea[type="submit"],
.bi-name-entrygate.bi-wrap.bi-entryform form textarea[type="submit"],
.bi-name-entrygate.bi-wrap.bi-entrygate form textarea[type="submit"],
.bi-name-entrygate.bi-wrap.bi-gate form select[type="submit"],
.bi-name-entrygate.bi-wrap.bi-form form select[type="submit"],
.bi-name-entrygate.bi-wrap.bi-entryform form select[type="submit"],
.bi-name-entrygate.bi-wrap.bi-entrygate form select[type="submit"],
.bi-name-entrygate.bi-wrap.bi-gate form option[type="submit"],
.bi-name-entrygate.bi-wrap.bi-form form option[type="submit"],
.bi-name-entrygate.bi-wrap.bi-entryform form option[type="submit"],
.bi-name-entrygate.bi-wrap.bi-entrygate form option[type="submit"] {
  background-color: #ff7f00;
  border: 0;
  color: white;
}
.bi-name-entrygate.bi-wrap.bi-gate .bi-footer .bi-pwred,
.bi-name-entrygate.bi-wrap.bi-form .bi-footer .bi-pwred,
.bi-name-entrygate.bi-wrap.bi-entryform .bi-footer .bi-pwred,
.bi-name-entrygate.bi-wrap.bi-entrygate .bi-footer .bi-pwred {
  position: relative;
  bottom: -10px;
  text-align: center;
  padding: 0;
  height: 0;
}
.bi-name-entrygate.bi-wrap.bi-gate .bi-footer a,
.bi-name-entrygate.bi-wrap.bi-form .bi-footer a,
.bi-name-entrygate.bi-wrap.bi-entryform .bi-footer a,
.bi-name-entrygate.bi-wrap.bi-entrygate .bi-footer a {
  color: white;
}
.bi-name-entrygate.bi-wrap.bi-gate .bi-body-promo-title,
.bi-name-entrygate.bi-wrap.bi-form .bi-body-promo-title,
.bi-name-entrygate.bi-wrap.bi-entryform .bi-body-promo-title,
.bi-name-entrygate.bi-wrap.bi-entrygate .bi-body-promo-title {
  font-size: 166%;
  text-align: center;
}
.bi-name-entrygate.bi-wrap.bi-gate.bi-left,
.bi-name-entrygate.bi-wrap.bi-form.bi-left,
.bi-name-entrygate.bi-wrap.bi-entryform.bi-left,
.bi-name-entrygate.bi-wrap.bi-entrygate.bi-left,
.bi-name-entrygate.bi-wrap.bi-gate.bi-right,
.bi-name-entrygate.bi-wrap.bi-form.bi-right,
.bi-name-entrygate.bi-wrap.bi-entryform.bi-right,
.bi-name-entrygate.bi-wrap.bi-entrygate.bi-right {
  right: auto;
  left: auto;
}
.bi-name-entrygate.bi-wrap.bi-gate form,
.bi-name-entrygate.bi-wrap.bi-form form,
.bi-name-entrygate.bi-wrap.bi-entryform form,
.bi-name-entrygate.bi-wrap.bi-entrygate form {
  margin: 0px;
}
.bi-name-entrygate.bi-wrap.bi-gate form *,
.bi-name-entrygate.bi-wrap.bi-form form *,
.bi-name-entrygate.bi-wrap.bi-entryform form *,
.bi-name-entrygate.bi-wrap.bi-entrygate form * {
  display: block;
}
.bi-name-entrygate.bi-wrap.bi-gate form input[type="checkbox"],
.bi-name-entrygate.bi-wrap.bi-form form input[type="checkbox"],
.bi-name-entrygate.bi-wrap.bi-entryform form input[type="checkbox"],
.bi-name-entrygate.bi-wrap.bi-entrygate form input[type="checkbox"] {
  float: left;
  height: 19px;
  width: 19px;
  margin: 0 5px 5px 0;
}
.bi-name-entrygate.bi-wrap.bi-gate form input[type="checkbox"] + label:after,
.bi-name-entrygate.bi-wrap.bi-form form input[type="checkbox"] + label:after,
.bi-name-entrygate.bi-wrap.bi-entryform form input[type="checkbox"] + label:after,
.bi-name-entrygate.bi-wrap.bi-entrygate form input[type="checkbox"] + label:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.bi-name-entrygate.bi-wrap.bi-gate form label,
.bi-name-entrygate.bi-wrap.bi-form form label,
.bi-name-entrygate.bi-wrap.bi-entryform form label,
.bi-name-entrygate.bi-wrap.bi-entrygate form label {
  font-size: 125%;
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-gate form label.bi-form-error,
.bi-name-entrygate.bi-wrap.bi-form form label.bi-form-error,
.bi-name-entrygate.bi-wrap.bi-entryform form label.bi-form-error,
.bi-name-entrygate.bi-wrap.bi-entrygate form label.bi-form-error {
  font-size: 120%;
}
.bi-name-entrygate.bi-wrap.bi-gate form input,
.bi-name-entrygate.bi-wrap.bi-form form input,
.bi-name-entrygate.bi-wrap.bi-entryform form input,
.bi-name-entrygate.bi-wrap.bi-entrygate form input,
.bi-name-entrygate.bi-wrap.bi-gate form textarea,
.bi-name-entrygate.bi-wrap.bi-form form textarea,
.bi-name-entrygate.bi-wrap.bi-entryform form textarea,
.bi-name-entrygate.bi-wrap.bi-entrygate form textarea,
.bi-name-entrygate.bi-wrap.bi-gate form select,
.bi-name-entrygate.bi-wrap.bi-form form select,
.bi-name-entrygate.bi-wrap.bi-entryform form select,
.bi-name-entrygate.bi-wrap.bi-entrygate form select,
.bi-name-entrygate.bi-wrap.bi-gate form option,
.bi-name-entrygate.bi-wrap.bi-form form option,
.bi-name-entrygate.bi-wrap.bi-entryform form option,
.bi-name-entrygate.bi-wrap.bi-entrygate form option {
  width: 100%;
  padding: 0px 4px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 16px;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  font-size: 140%;
  height: 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
}
.bi-name-entrygate.bi-wrap.bi-gate form input[type="submit"],
.bi-name-entrygate.bi-wrap.bi-form form input[type="submit"],
.bi-name-entrygate.bi-wrap.bi-entryform form input[type="submit"],
.bi-name-entrygate.bi-wrap.bi-entrygate form input[type="submit"] {
  /*font: normal 100%/100% Arial;*/
  background-image: none;
  line-height: 50px;
  height: 50px;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 170%;
  border: 0;
}
.bi-name-entrygate.bi-wrap.bi-gate form input::-webkit-input-placeholder,
.bi-name-entrygate.bi-wrap.bi-form form input::-webkit-input-placeholder,
.bi-name-entrygate.bi-wrap.bi-entryform form input::-webkit-input-placeholder,
.bi-name-entrygate.bi-wrap.bi-entrygate form input::-webkit-input-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-entrygate.bi-wrap.bi-gate form input::-moz-placeholder,
.bi-name-entrygate.bi-wrap.bi-form form input::-moz-placeholder,
.bi-name-entrygate.bi-wrap.bi-entryform form input::-moz-placeholder,
.bi-name-entrygate.bi-wrap.bi-entrygate form input::-moz-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-entrygate.bi-wrap.bi-gate form input:-moz-placeholder,
.bi-name-entrygate.bi-wrap.bi-form form input:-moz-placeholder,
.bi-name-entrygate.bi-wrap.bi-entryform form input:-moz-placeholder,
.bi-name-entrygate.bi-wrap.bi-entrygate form input:-moz-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-entrygate.bi-wrap.bi-gate form input:-ms-input-placeholder,
.bi-name-entrygate.bi-wrap.bi-form form input:-ms-input-placeholder,
.bi-name-entrygate.bi-wrap.bi-entryform form input:-ms-input-placeholder,
.bi-name-entrygate.bi-wrap.bi-entrygate form input:-ms-input-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-entrygate.bi-wrap.bi-gate.bi-mobile,
.bi-name-entrygate.bi-wrap.bi-form.bi-mobile,
.bi-name-entrygate.bi-wrap.bi-entryform.bi-mobile,
.bi-name-entrygate.bi-wrap.bi-entrygate.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-entrygate.bi-wrap.bi-gate.bi-mobile .bi-panel,
.bi-name-entrygate.bi-wrap.bi-form.bi-mobile .bi-panel,
.bi-name-entrygate.bi-wrap.bi-entryform.bi-mobile .bi-panel,
.bi-name-entrygate.bi-wrap.bi-entrygate.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-entrygate.bi-wrap.bi-gate.bi-mobile .bi-title,
.bi-name-entrygate.bi-wrap.bi-form.bi-mobile .bi-title,
.bi-name-entrygate.bi-wrap.bi-entryform.bi-mobile .bi-title,
.bi-name-entrygate.bi-wrap.bi-entrygate.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-entrygate.bi-wrap.bi-gate.bi-mobile .bi-body-title,
.bi-name-entrygate.bi-wrap.bi-form.bi-mobile .bi-body-title,
.bi-name-entrygate.bi-wrap.bi-entryform.bi-mobile .bi-body-title,
.bi-name-entrygate.bi-wrap.bi-entrygate.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-entrygate.bi-wrap.bi-gate.bi-mobile .bi-content,
.bi-name-entrygate.bi-wrap.bi-form.bi-mobile .bi-content,
.bi-name-entrygate.bi-wrap.bi-entryform.bi-mobile .bi-content,
.bi-name-entrygate.bi-wrap.bi-entrygate.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-entrygate.bi-wrap.bi-gate.bi-mobile .bi-close,
.bi-name-entrygate.bi-wrap.bi-form.bi-mobile .bi-close,
.bi-name-entrygate.bi-wrap.bi-entryform.bi-mobile .bi-close,
.bi-name-entrygate.bi-wrap.bi-entrygate.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-entrygate.bi-wrap.bi-gate.bi-mobile .bi-close:before,
.bi-name-entrygate.bi-wrap.bi-form.bi-mobile .bi-close:before,
.bi-name-entrygate.bi-wrap.bi-entryform.bi-mobile .bi-close:before,
.bi-name-entrygate.bi-wrap.bi-entrygate.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-entrygate.bi-wrap.bi-gate.bi-mobile .bi-overlay,
.bi-name-entrygate.bi-wrap.bi-form.bi-mobile .bi-overlay,
.bi-name-entrygate.bi-wrap.bi-entryform.bi-mobile .bi-overlay,
.bi-name-entrygate.bi-wrap.bi-entrygate.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-bar {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  /*height: 40px;*/

}
.bi-name-entrygate.bi-wrap.bi-bar.bi-bottom {
  bottom: 0;
  border-top: 1px solid transparent;
}
.bi-name-entrygate.bi-wrap.bi-bar.bi-top {
  top: 0;
  border-bottom: 1px solid transparent;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-tooltip {
  max-width: 400px;
}
.bi-name-entrygate.bi-wrap.bi-bar.bi-wrap-min {
  height: auto;
  left: auto;
  right: 0;
  margin-right: 15px;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-minimize-wrap {
  width: auto;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-min {
  width: auto;
  display: block;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-min-bg {
  height: 25px;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-min-text {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-minimize {
  margin: 0px 20px 5px 20px;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-header {
  width: 20px;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 25%;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-promo a {
  display: inline-block;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-promo-icon-wrap,
.bi-name-entrygate.bi-wrap.bi-bar .bi-promo-text-wrap {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-footer {
  vertical-align: middle;
  position: absolute;
  right: 0px;
  top: 35%;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-pwred {
  padding: 0;
  text-align: center;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-panel {
  display: table;
  width: 100%;
  height: 70px;
  padding: 0;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-panel:hover .bi-promo a:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-panel:hover .bi-promo-text-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-row {
  height: 70px;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-promo {
  cursor: auto;
  text-align: center;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-promo a {
  font-size: 130%;
  cursor: pointer;
  white-space: nowrap;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-promo-thumbnail {
  max-width: 80px;
  max-height: 55px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-promo-title {
  display: inline-block;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-promo-type {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-promo-type:after {
  content: "-";
  margin: 3px;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-cell {
  float: right;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-controls {
  float: right;
  width: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-promo-text-wrap {
  display: inline-block;
}
.bi-name-entrygate.bi-wrap.bi-bar .bi-promo-text-wrap:after {
  content: '';
  display: block;
  height: 1px;
  margin-top: 2px;
  -moz-transition: transform 0.5s ease, background-color 0.5s ease;
  -o-transition: transform 0.5s ease, background-color 0.5s ease;
  -webkit-transition: transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #7c7c7c;
}
.bi-name-entrygate.bi-wrap.bi-mbar {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  /*height: 40px;*/

}
.bi-name-entrygate.bi-wrap.bi-mbar.bi-bottom {
  bottom: 0;
}
.bi-name-entrygate.bi-wrap.bi-mbar.bi-top {
  top: 0;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-tooltip {
  max-width: 400px;
}
.bi-name-entrygate.bi-wrap.bi-mbar.bi-wrap-min {
  height: auto;
  left: auto;
  right: 0;
  margin-right: 15px;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-min {
  width: auto;
  display: block;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-min-bg {
  height: 25px;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-min-text {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-minimize {
  margin: 0px 20px 5px 20px;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-header {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-footer {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-panel {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 4px;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-promo {
  cursor: auto;
  text-align: center;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-promo a {
  font-size: 130%;
  cursor: pointer;
  display: inline;
  white-space: nowrap;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-promo-title {
  display: inline-block;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-promo-type {
  display: inline-block;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-promo-type:before {
  content: "-";
  margin: 3px;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-cell {
  float: right;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-controls {
  float: right;
  width: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.bi-name-entrygate.bi-wrap.bi-mbar .bi-promo-thumbnail {
  max-width: 50px;
  max-height: 40px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.bi-name-entrygate.bi-wrap.bi-entrygate .bi-overlay {
  opacity: 0.9;
}
.bi-name-entrygate.bi-wrap.bi-image .bi-panel,
.bi-name-entrygate.bi-wrap.bi-entryimage .bi-panel {
  padding: 0;
  max-width: 800px;
  position: relative;
}
.bi-name-entrygate.bi-wrap.bi-image .bi-img,
.bi-name-entrygate.bi-wrap.bi-entryimage .bi-img {
  width: 100%;
}
.bi-name-entrygate.bi-wrap.bi-image.bi-left,
.bi-name-entrygate.bi-wrap.bi-entryimage.bi-left,
.bi-name-entrygate.bi-wrap.bi-image.bi-right,
.bi-name-entrygate.bi-wrap.bi-entryimage.bi-right {
  right: auto;
  left: auto;
}
.bi-name-entrygate.bi-wrap.bi-image .bi-pwred,
.bi-name-entrygate.bi-wrap.bi-entryimage .bi-pwred {
  position: relative;
  bottom: -10px;
  text-align: center;
  padding: 0;
  height: 0;
}
.bi-name-entrygate.bi-wrap.bi-image .bi-pwred a,
.bi-name-entrygate.bi-wrap.bi-entryimage .bi-pwred a {
  color: white;
}
.bi-name-entrygate.bi-wrap.bi-image.bi-mobile,
.bi-name-entrygate.bi-wrap.bi-entryimage.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-entrygate.bi-wrap.bi-image.bi-mobile .bi-panel,
.bi-name-entrygate.bi-wrap.bi-entryimage.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-entrygate.bi-wrap.bi-image.bi-mobile .bi-title,
.bi-name-entrygate.bi-wrap.bi-entryimage.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-entrygate.bi-wrap.bi-image.bi-mobile .bi-body-title,
.bi-name-entrygate.bi-wrap.bi-entryimage.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-entrygate.bi-wrap.bi-image.bi-mobile .bi-content,
.bi-name-entrygate.bi-wrap.bi-entryimage.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-entrygate.bi-wrap.bi-image.bi-mobile .bi-close,
.bi-name-entrygate.bi-wrap.bi-entryimage.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-entrygate.bi-wrap.bi-image.bi-mobile .bi-close:before,
.bi-name-entrygate.bi-wrap.bi-entryimage.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-entrygate.bi-wrap.bi-image.bi-mobile .bi-overlay,
.bi-name-entrygate.bi-wrap.bi-entryimage.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-image.bi-mobile .bi-panel,
.bi-name-entrygate.bi-wrap.bi-entryimage.bi-mobile .bi-panel {
  padding: 0;
}
.bi-name-entrygate.bi-wrap.bi-scroll {
  width: 320px;
}
.bi-name-entrygate.bi-wrap.bi-scroll.bi-right {
  right: 0;
}
.bi-name-entrygate.bi-wrap.bi-scroll.bi-wrap-min {
  width: auto !important;
}
.bi-name-entrygate.bi-wrap.bi-scroll .bi-promo a {
  font-size: 125%;
}
.bi-name-entrygate.bi-wrap.bi-scroll .bi-promo-icon-wrap {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 50%;
  vertical-align: middle;
}
.bi-name-entrygate.bi-wrap.bi-scroll .bi-promo-thumbnail {
  display: block;
  height: auto;
  max-height: none;
  max-width: none;
  width: 100%;
}
.bi-name-entrygate.bi-wrap.bi-scroll .bi-promo-type {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-scroll.bi-bottom .bi-min,
.bi-name-entrygate.bi-wrap.bi-scroll.bi-top .bi-min {
  width: 150px;
}
.bi-name-entrygate.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-arrow,
.bi-name-entrygate.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-arrow {
  position: absolute;
  top: 4px;
  margin: 0 -15px;
}
.bi-name-entrygate.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-bg,
.bi-name-entrygate.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-bg {
  height: auto;
}
.bi-name-entrygate.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-bg .bi-min-text,
.bi-name-entrygate.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-bg .bi-min-text {
  margin: 0;
  transform: initial;
}
.bi-name-entrygate.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-maximize,
.bi-name-entrygate.bi-wrap.bi-scroll.bi-top .bi-min .bi-maximize {
  position: absolute;
  left: -22px;
}
.bi-name-entrygate.bi-wrap.bi-scroll.bi-bottom {
  bottom: 0;
}
.bi-name-entrygate.bi-wrap.bi-scroll.bi-bottom.bi-Vleft {
  left: 50px;
}
.bi-name-entrygate.bi-wrap.bi-scroll.bi-bottom.bi-Vright {
  right: 50px;
}
.bi-name-entrygate.bi-wrap.bi-scroll.bi-top {
  top: 0;
}
.bi-name-entrygate.bi-wrap.bi-scroll.bi-top.bi-Vleft {
  left: 50px;
}
.bi-name-entrygate.bi-wrap.bi-scroll.bi-top.bi-Vright {
  right: 50px;
}
.bi-name-entrygate.bi-wrap.bi-scroll.bi-mobile {
  width: 250px;
}
.bi-name-entrygate.bi-wrap.bi-scroll .bi-panel {
  opacity: 1;
  border: 0;
  padding: 0;
}
.bi-name-entrygate.bi-wrap.bi-scroll .bi-minimize {
  background-color: transparent;
  border: 0;
  right: 5px;
  top: 5px;
  position: absolute;
}
.bi-name-entrygate.bi-wrap.bi-scroll .bi-minimize:before {
  content: "\f00d";
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  font-size: 90%;
  color: #2a3d53;
}
.bi-name-entrygate.bi-wrap.bi-scroll .bi-header {
  position: absolute;
}
.bi-name-entrygate.bi-wrap.bi-scroll .bi-content {
  padding: 0;
}
.bi-name-entrygate.bi-wrap.bi-scroll .bi-promo > a {
  display: block;
}
.bi-name-entrygate.bi-wrap.bi-scroll .bi-promo-text-wrap {
  display: block;
}
.bi-name-entrygate.bi-wrap.bi-scroll .bi-promo-text-wrap:before {
  content: '';
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-entrygate.bi-wrap.bi-scroll .bi-title {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-scroll .bi-promo-title {
  font-size: 120%;
  padding: 20px 15px;
  line-height: 1.2;
}
.bi-name-entrygate.bi-wrap.bi-scroll .bi-footer {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-scroll .bi-maximize:before {
  color: #7c7c7c;
}
.bi-name-entrygate.bi-wrap.bi-static {
  position: static;
}
.bi-name-entrygate.bi-wrap.bi-static .bi-minimize {
  display: none;
}
.bi-name-entrygate.bi-wrap.bi-static .bi-panel {
  opacity: 1;
}
.bi-name-entrygate.bi-wrap.bi-static .bi-content {
  padding: 10px 0;
}
.bi-name-entrygate.bi-wrap.bi-static .bi-promo-container {
  display: table;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}
.bi-name-entrygate.bi-wrap.bi-static .bi-promo-sep {
  display: table-cell;
  width: 7px;
}
.bi-name-entrygate.bi-wrap.bi-static .bi-promo {
  /*width: 220px;
                height: 300px;*/
  display: table-cell;
  vertical-align: top;
  padding: 4px;
}
.bi-name-entrygate.bi-wrap.bi-static .bi-promo a {
  display: block;
}
.bi-name-entrygate.bi-wrap.bi-static .bi-promo-icon-wrap {
  display: block;
}
.bi-name-entrygate.bi-wrap.bi-static .bi-promo-thumbnail {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.bi-name-entrygate.bi-wrap.bi-static .bi-promo-text-wrap {
  display: block;
  padding-top: 10px;
}
.bi-name-entrygate.bi-wrap.bi-static .bi-promo-type {
  text-align: center;
  color: gray;
  font-family: 'Lato';
  font-weight: normal;
}
.bi-name-entrygate.bi-wrap.bi-static .bi-promo-title {
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  font-family: 'Lato';
  font-size: 130%;
  line-height: 27px;
  height: 60px;
}
.bi-name-entrygate.bi-wrap .bi-showfalse {
  display: none;
}
.bi-name-entrygate .bi-promo.bi-rtl,
.bi-name-entrygate .bi-promo.bi-rtl * {
  direction: rtl;
  text-align: right;
}
.bi-name-entrygate.bi-rtl .bi-title {
  text-align: right;
  padding: 0 2px 0 0;
}
.bi-name-entrygate.bi-rtl .bi-body-title,
.bi-name-entrygate.bi-rtl .bi-body-promo-title,
.bi-name-entrygate.bi-rtl .bi-dform-label {
  text-align: right;
}
.bi-name-entrygate.bi-rtl .bi-dform-text,
.bi-name-entrygate.bi-rtl .bi-form-error,
.bi-name-entrygate.bi-rtl .bi-dform-submit,
.bi-name-entrygate.bi-rtl .bi-dform-form {
  text-align: right;
  direction: rtl;
}
.bi-name-entrygate.bi-rtl .bi-show-more-text {
  direction: rtl;
  text-align: right;
}
@media only screen and (max-height: 500px) {
  .bi-name-entrygate .bi-wrap.bi-mstandard.bi-icons .bi-panel .bi-promo-sep {
    height: 20px;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), local('Oxygen-Regular'), url(//themes.googleusercontent.com/static/fonts/oxygen/v2/RzoNiRR1p2Mqyyz2RwqSMw.woff) format('woff');
}
@import url(//fonts.googleapis.com/css?family=Lato);
.bi-name-gate .bi-customColors .bi-color {
  color: #7c7c7c;
}
.bi-name-gate .bi-customColors .bi-backgroundColor {
  color: #7c7c7c;
}
.bi-name-gate .bi-customColors .bi-titleColor {
  color: white;
}
.bi-name-gate .bi-customColors .bi-promoTitleColor {
  color: white;
}
.bi-name-gate .bi-customColors .bi-promoTypeColor {
  color: white;
}
.bi-name-gate .biDebug {
  background-color: #7c7c7c;
  color: white;
  font-size: 13pt;
  position: fixed;
  top: 0px;
  z-index: 2147483640;
  left: 0px;
}
.bi-name-gate #biPromotionExplanation {
  position: fixed;
  width: 98%;
  height: 97%;
  right: 0px;
  left: 0px;
  top: 5px;
  margin: 0px auto;
  overflow: auto;
  border: 1px solid #ebebeb;
  background-color: whitesmoke;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 5px #888888;
  -webkit-box-shadow: 0px 1px 5px #888888;
  box-shadow: 0px 1px 5px #888888;
  z-index: 2147483647;
}
.bi-name-gate #biPromotionExplanation TABLE {
  border-collapse: collapse;
  /*table-layout: fixed; maxim might regreat this */
  width: 100%;
}
.bi-name-gate #biPromotionExplanation TABLE TD {
  border: 1px solid black;
  -ms-word-break: break-word;
  word-break: break-word;
}
.bi-name-gate #biPromotionExplanation TABLE TH {
  border: 1px solid black;
  -ms-word-break: break-word;
  word-break: break-word;
}
.bi-name-gate #biPromotionExplanation TABLE TH.URL {
  min-width: 350px;
}
.bi-name-gate #biPromotionExplanation.wordBreakOff TD,
.bi-name-gate #biPromotionExplanation.wordBreakOff TR {
  -ms-word-break: normal;
  word-break: normal;
}
.bi-name-gate #biPromotionExplanation.wordBreakOff .explanationWordWrap {
  text-decoration: line-through;
}
.bi-name-gate .bi-wrap,
.bi-name-gate .bi-wrap *,
.bi-name-gate .bi-wrap a,
.bi-name-gate .bi-wrap input {
  font-family: 'Oxygen', Arial;
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
  color: white;
  background-color: white;
  background-image: initial;
  border-collapse: separate;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: none;
  height: auto;
  letter-spacing: normal;
  margin: 0;
  outline: 0;
  position: static;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: inherit;
  vertical-align: middle;
  overflow: visible;
  direction: ltr;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
.bi-name-gate.bi-wrap {
  visibility: hidden;
  display: block;
  position: fixed;
  z-index: 2147483640;
  font-size: 12px;
  /*&.bi-shown-first-time {
        -moz-animation: myfirst 4s forwards;
        -o-animation: myfirst 4s forwards;
        -webkit-animation: myfirst 4s forwards;
        animation: myfirst 4s forwards;
    }*/

  /* Chrome, Safari, Opera */

  /*@-webkit-keyframes myfirst {
        0%		{-webkit-transform: rotate(0deg);left:-250px;}
        25%		{-webkit-transform: rotate(30deg);left:-150px;}
        35%		{-webkit-transform: rotate(30deg);left:-150px;}
        50%		{-webkit-transform: rotate(0deg);left:500px;}
        55%		{-webkit-transform: rotate(0deg);left:500px;}
        70%		{-webkit-transform: rotate(0deg);left:500px;}
        100%	{-webkit-transform: rotate(-360deg);left:0px;}
    }*/

}
.bi-name-gate.bi-wrap.bi-entry-animation.bi-modal,
.bi-name-gate.bi-wrap.bi-entry-animation.bi-entrymodal,
.bi-name-gate.bi-wrap.bi-entry-animation.bi-form,
.bi-name-gate.bi-wrap.bi-entry-animation.bi-entryform,
.bi-name-gate.bi-wrap.bi-entry-animation.bi-entrygate,
.bi-name-gate.bi-wrap.bi-entry-animation.bi-gate,
.bi-name-gate.bi-wrap.bi-entry-animation.bi-image {
  top: 0;
}
.bi-name-gate.bi-wrap.bi-entry-animation.bi-modal.bi-shown-first-time,
.bi-name-gate.bi-wrap.bi-entry-animation.bi-entrymodal.bi-shown-first-time,
.bi-name-gate.bi-wrap.bi-entry-animation.bi-form.bi-shown-first-time,
.bi-name-gate.bi-wrap.bi-entry-animation.bi-entryform.bi-shown-first-time,
.bi-name-gate.bi-wrap.bi-entry-animation.bi-entrygate.bi-shown-first-time,
.bi-name-gate.bi-wrap.bi-entry-animation.bi-gate.bi-shown-first-time,
.bi-name-gate.bi-wrap.bi-entry-animation.bi-image.bi-shown-first-time {
  -moz-transition: top 1s ease 0s;
  -o-transition: top 1s ease 0s;
  -webkit-transition: top 1s ease 0s;
  transition: top 1s ease 0s;
}
.bi-name-gate.bi-wrap.bi-entry-animation.bi-standard.bi-left {
  left: 0;
}
.bi-name-gate.bi-wrap.bi-entry-animation.bi-standard.bi-left.bi-shown-first-time {
  -moz-transition: left 1s ease 0s;
  -o-transition: left 1s ease 0s;
  -webkit-transition: left 1s ease 0s;
  transition: left 1s ease 0s;
}
.bi-name-gate.bi-wrap.bi-entry-animation.bi-standard.bi-right {
  right: 0;
}
.bi-name-gate.bi-wrap.bi-entry-animation.bi-standard.bi-right.bi-shown-first-time {
  -moz-transition: right 1s ease 0s;
  -o-transition: right 1s ease 0s;
  -webkit-transition: right 1s ease 0s;
  transition: right 1s ease 0s;
}
.bi-name-gate.bi-wrap .bi-border {
  background-color: #7c7c7c;
}
.bi-name-gate.bi-wrap .bi-btn-wrap {
  background-color: #7c7c7c;
}
.bi-name-gate.bi-wrap .bi-body-promo-title {
  color: black;
}
.bi-name-gate.bi-wrap .bi-promo-icon {
  background-color: black;
  border-color: #ebebeb;
}
.bi-name-gate.bi-wrap .bi-tooltip {
  display: none;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 10px;
  max-width: 200px;
}
.bi-name-gate.bi-wrap .bi-tooltip-title {
  color: black;
  font-weight: bold;
  padding: 10px;
}
.bi-name-gate.bi-wrap .bi-tooltip-body {
  color: black;
  padding: 10px;
}
.bi-name-gate.bi-wrap .bi-bubble {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 7px;
  max-width: 100px;
}
.bi-name-gate.bi-wrap .bi-bubble-title {
  color: #4f4e4e;
  text-align: center;
  font-weight: bold;
}
.bi-name-gate.bi-wrap .bi-bubble-body {
  color: #4f4e4e;
  text-align: center;
}
.bi-name-gate.bi-wrap .bi-bubble-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-gate.bi-wrap .bi-bubble-arrow.bi-right {
  border-right: 15px solid #fdfdcd;
  border-left: 0;
  left: -15px;
  top: 20px;
}
.bi-name-gate.bi-wrap .bi-bubble-arrow.bi-left {
  border-left: 15px solid #fdfdcd;
  border-right: 0;
  right: -15px;
  top: 20px;
}
.bi-name-gate.bi-wrap .bi-bubble-arrow.bi-top {
  border-bottom: 15px solid #fdfdcd;
  border-top: 0;
  top: -10px;
  right: 19px;
}
.bi-name-gate.bi-wrap .bi-bubble-arrow.bi-bottom {
  border-top: 15px solid #fdfdcd;
  border-bottom: 0;
  bottom: -10px;
  right: 19px;
}
.bi-name-gate.bi-wrap .bi-bubble2 {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #fdfdcd;
  border: 1px solid #e8e8a6;
  padding: 10px;
  max-width: 200px;
}
.bi-name-gate.bi-wrap .bi-bubble2-title {
  color: #4f4e4e;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
}
.bi-name-gate.bi-wrap .bi-bubble2-body {
  color: #4f4e4e;
  padding: 10px;
}
.bi-name-gate.bi-wrap .bi-bubble2-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-gate.bi-wrap .bi-bubble2-arrow.bi-right {
  border-right: 15px solid #fdfdcd;
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-gate.bi-wrap .bi-bubble2-arrow.bi-left {
  border-left: 15px solid #fdfdcd;
  border-right: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-gate.bi-wrap .bi-bubble2-arrow.bi-top {
  border-bottom: 15px solid #fdfdcd;
  border-top: 0;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-gate.bi-wrap .bi-bubble2-arrow.bi-bottom {
  border-top: 15px solid #fdfdcd;
  border-bottom: 0;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-gate.bi-wrap .bi-bubble3 {
  display: none;
  line-height: 18px;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  background-color: #4b87c8;
  border: 1px solid #2368b3;
  padding: 10px;
  max-width: 300px;
  font-size: 135%;
  background-image: url('../img/friends-circle-blue-32.png');
  background-repeat: no-repeat;
  background-position: 100% 95%;
}
.bi-name-gate.bi-wrap .bi-bubble3-title {
  color: white;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
}
.bi-name-gate.bi-wrap .bi-bubble3-body {
  color: white;
  padding: 10px;
}
.bi-name-gate.bi-wrap .bi-bubble3-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.bi-name-gate.bi-wrap .bi-bubble3-arrow.bi-right {
  border-right: 15px solid #4b87c8;
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-gate.bi-wrap .bi-bubble3-arrow.bi-left {
  border-left: 15px solid #4b87c8;
  border-right: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  /* half the height */

}
.bi-name-gate.bi-wrap .bi-bubble3-arrow.bi-top {
  border-bottom: 15px solid #4b87c8;
  border-top: 0;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-gate.bi-wrap .bi-bubble3-arrow.bi-bottom {
  border-top: 15px solid #4b87c8;
  border-bottom: 0;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  /* half the width */

}
.bi-name-gate.bi-wrap .bi-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.bi-name-gate.bi-wrap .bi-rtl {
  text-align: right;
  direction: rtl;
}
.bi-name-gate.bi-wrap .bi-min {
  width: 25px;
}
.bi-name-gate.bi-wrap .bi-maximize {
  cursor: pointer;
}
.bi-name-gate.bi-wrap .bi-maximize:before {
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 120%;
  color: white;
  margin: 0px 10px 5px 10px;
  border-top-width: 0;
}
.bi-name-gate.bi-wrap .bi-minimize {
  /*width: 0;
        height: 0;
        border: 5px solid transparent;*/
  cursor: pointer;
  color: #7c7c7c;
}
.bi-name-gate.bi-wrap .bi-minimize:before {
  font-family: FontAwesome;
  content: "\f0d9";
  font-size: 120%;
}
.bi-name-gate.bi-wrap .bi-min-bg {
  height: 150px;
  background-color: #7c7c7c;
}
.bi-name-gate.bi-wrap .bi-min-text {
  color: white;
  width: 150px;
  font-family: Oxygen;
  font-size: 91%;
  letter-spacing: normal;
  margin: 0 4px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-transform: rotate(-90deg) translate(-100%, 0%);
  -ms-transform: rotate(-90deg) translate(-100%, 0%);
  -o-transform: rotate(-90deg) translate(-100%, 0%);
  -webkit-transform: rotate(-90deg) translate(-100%, 0%);
  transform: rotate(-90deg) translate(-100%, 0%);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.bi-name-gate.bi-wrap ::-webkit-scrollbar-thumb {
  background-color: #969696;
}
.bi-name-gate.bi-wrap ::-webkit-scrollbar-button {
  background: transparent;
}
.bi-name-gate.bi-wrap ::-webkit-scrollbar {
  background: #7c7c7c;
}
.bi-name-gate.bi-wrap .bi-panel {
  opacity: 1;
  padding: 10px;
  width: auto;
  /*border: 1px solid whitesmoke;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 2147483641;
  background-color: #7c7c7c;
}
.bi-name-gate.bi-wrap .bi-header {
  display: table;
  width: 100%;
  height: 16px;
}
.bi-name-gate.bi-wrap .bi-cell {
  display: table-cell;
  vertical-align: middle;
}
.bi-name-gate.bi-wrap .bi-row {
  display: table-row;
}
.bi-name-gate.bi-wrap .bi-body-title {
  font-size: 140%;
  margin-top: 25px;
  padding: 0 25px;
  color: white;
}
.bi-name-gate.bi-wrap .bi-title {
  display: table-cell;
  vertical-align: middle;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 2px;
  font-size: 90%;
  font-weight: bold;
  color: white;
}
.bi-name-gate.bi-wrap .bi-minimize-wrap {
  width: 1px;
}
.bi-name-gate.bi-wrap .bi-close {
  cursor: pointer;
  width: 16px;
  position: absolute;
  top: 0;
  right: -20px;
}
.bi-name-gate.bi-wrap .bi-close:before {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 100%;
  position: static;
  color: white;
}
.bi-name-gate.bi-wrap .bi-content {
  padding: 25px 0px;
}
.bi-name-gate.bi-wrap .bi-promo {
  cursor: pointer;
  overflow: hidden;
}
.bi-name-gate.bi-wrap .bi-promo-icon-wrap {
  display: table-cell;
  vertical-align: top;
}
.bi-name-gate.bi-wrap .bi-promo-icon-wrap:after {
  background-color: #7c7c7c;
}
.bi-name-gate.bi-wrap .bi-promo-text-wrap {
  display: table-cell;
}
.bi-name-gate.bi-wrap .bi-promo-title {
  font-size: 100%;
  line-height: 17px;
  color: white;
}
.bi-name-gate.bi-wrap .bi-promo-type {
  font-weight: bold;
  font-size: 100%;
  text-transform: capitalize;
  color: white;
}
.bi-name-gate.bi-wrap .bi-promo-content {
  display: none;
  clear: both;
  padding-top: 15px;
  cursor: default;
}
.bi-name-gate.bi-wrap .bi-action-call {
  display: none;
}
.bi-name-gate.bi-wrap .bi-promo-sep {
  height: 30px;
  background-color: transparent;
}
.bi-name-gate.bi-wrap .bi-show-more-text {
  font-size: 120%;
  vertical-align: middle;
  cursor: pointer;
  border-bottom: 1px solid;
  text-align: center;
  min-width: 90px;
  max-width: 90px;
  font-weight: bold;
  padding: 11px 0;
  margin: 0 0 0 25px;
  white-space: nowrap;
  color: black;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.bi-name-gate.bi-wrap .bi-show-more-content {
  display: none;
}
.bi-name-gate.bi-wrap .bi-btn {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 10px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
  width: 160px;
  text-align: center;
  margin-top: 10px;
  background: #7c7c7c;
}
.bi-name-gate.bi-wrap .bi-btn:hover {
  text-decoration: none;
  background: #626262;
}
.bi-name-gate.bi-wrap .bi-controls {
  text-align: center;
}
.bi-name-gate.bi-wrap .bi-pager-left {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #cccccc;
  margin: 0px 3px;
  cursor: pointer;
}
.bi-name-gate.bi-wrap .bi-pager-left:hover {
  border-right-color: #999999;
}
.bi-name-gate.bi-wrap .bi-pager-right {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #cccccc;
  margin: 0px 3px;
  cursor: pointer;
}
.bi-name-gate.bi-wrap .bi-pager-right:hover {
  border-left-color: #999999;
}
.bi-name-gate.bi-wrap .bi-pager-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 2px 3px;
  cursor: pointer;
  background-color: #999999;
}
.bi-name-gate.bi-wrap .bi-pager-dot:hover {
  background-color: white;
}
.bi-name-gate.bi-wrap .bi-pager-dot.bi-active {
  background-color: white;
}
.bi-name-gate.bi-wrap .bi-pwred {
  padding-top: 20px;
  text-align: right;
}
.bi-name-gate.bi-wrap .bi-pwred a {
  font-size: 90%;
  color: #cccccc;
}
.bi-name-gate.bi-wrap .bi-pwred a:hover {
  text-decoration: underline;
  color: white;
}
.bi-name-gate.bi-wrap .bi-countdown {
  padding-top: 5px;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.bi-name-gate.bi-wrap.bi-left {
  left: 2px;
}
.bi-name-gate.bi-wrap.bi-right .bi-minimize,
.bi-name-gate.bi-wrap.bi-right .bi-maximize {
  transform: rotate(180deg);
}
.bi-name-gate.bi-wrap.bi-top .bi-minimize,
.bi-name-gate.bi-wrap.bi-top .bi-maximize {
  transform: rotate(90deg);
}
.bi-name-gate.bi-wrap.bi-bottom .bi-minimize,
.bi-name-gate.bi-wrap.bi-bottom .bi-maximize {
  transform: rotate(270deg);
}
.bi-name-gate.bi-wrap.bi-Vtop {
  top: 50px;
}
.bi-name-gate.bi-wrap.bi-Vbottom {
  bottom: 50px;
}
.bi-name-gate.bi-wrap .bi-favicon {
  display: none;
}
.bi-name-gate.bi-wrap .bi-promo-thumbnail {
  width: auto;
  height: auto;
  width: 100%;
  display: block;
}
.bi-name-gate.bi-wrap.bi-standard.bi-wrap-min {
  width: auto !important;
}
.bi-name-gate.bi-wrap.bi-standard .bi-header {
  padding: 5px 5px 0 5px;
}
.bi-name-gate.bi-wrap.bi-standard .bi-controls {
  display: none;
}
.bi-name-gate.bi-wrap.bi-standard .bi-pwred {
  padding: 0 5px 5px 0;
}
.bi-name-gate.bi-wrap.bi-standard .bi-pwred a {
  height: 15px;
  display: inline-block;
}
.bi-name-gate.bi-wrap.bi-standard .bi-panel {
  padding: 1px;
}
.bi-name-gate.bi-wrap.bi-standard .bi-content {
  padding: 10px 0 0 0;
}
.bi-name-gate.bi-wrap.bi-standard .bi-promo-title {
  display: inline;
}
.bi-name-gate.bi-wrap.bi-standard .bi-minimize {
  color: #7c7c7c;
}
.bi-name-gate.bi-wrap.bi-standard .bi-promo-text-wrap {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 10px;
  height: 42px;
}
.bi-name-gate.bi-wrap.bi-standard .bi-promo a {
  display: block;
}
.bi-name-gate.bi-wrap.bi-standard .bi-promo a:hover .bi-promo-icon-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-gate.bi-wrap.bi-standard .bi-promo-sep {
  height: 2px;
}
.bi-name-gate.bi-wrap.bi-standard .bi-promo-type {
  display: none;
}
.bi-name-gate.bi-wrap.bi-standard .bi-promo-icon-wrap {
  display: block;
  padding: 0 12px;
}
.bi-name-gate.bi-wrap.bi-standard .bi-promo-icon-wrap:after {
  content: '';
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-gate.bi-wrap.bi-standard .bi-promo-thumbnail {
  max-width: 200px;
  max-height: 100px;
  margin: 0 auto;
}
.bi-name-gate.bi-wrap.bi-standard .bi-maximize:before {
  color: #7c7c7c;
}
.bi-name-gate.bi-wrap.bi-mstandard {
  top: 0;
  height: 100%;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-promo-thumbnail {
  max-width: 160px;
  max-height: 80px;
  width: auto;
  height: auto;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-promo-type {
  display: none;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-panel {
  opacity: 1;
  height: 100%;
  padding-right: 40px;
  padding: 0;
  position: relative;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-header {
  background-color: #2e2d2d;
  height: 10%;
  margin-left: -2px;
  width: 100%;
  font-size: 24px;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-title {
  color: white;
  text-align: center;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-title:after {
  content: "Content for you";
  text-transform: uppercase;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-content {
  padding: 25px 35px 0 4px;
  height: 80%;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-footer {
  padding-right: 45px;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-promo-text-wrap {
  padding-left: 175px;
  display: block;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-promo-icon-wrap {
  padding: 0 5px 0 0;
  vertical-align: middle;
  display: block;
  position: absolute;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-promo-title {
  font-size: 140%;
  font-family: tahoma;
  font-weight: 600;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-promo-content {
  padding-left: 20px;
  padding-top: 10px;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-promo-sep {
  height: 15px;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-min {
  height: 100%;
  position: relative;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-min-arrow {
  display: none;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-min-bg {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -75px;
  width: 25px;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-border {
  left: 0;
  margin-left: -2px;
  position: absolute;
  height: 100%;
  z-index: 2;
  width: 10px;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-panel .bi-min-bg {
  right: 6px;
  left: auto;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-panel .bi-border {
  right: 0;
  left: auto;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-min-text {
  margin: 0 6px;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-min-text:after {
  content: "Content for you";
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-minimize {
  visibility: hidden;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-pwred {
  padding: 0;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-pwred a {
  font-size: 100%;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-controls {
  display: none;
}
.bi-name-gate.bi-wrap.bi-mstandard .bi-promo a {
  display: table-row;
}
.bi-name-gate.bi-wrap.bi-modeless {
  top: 0px;
  bottom: 0px;
}
.bi-name-gate.bi-wrap.bi-modeless.bi-wrap-min {
  bottom: auto;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-promo-text-wrap {
  display: block;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-header {
  padding: 5px 10px;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-title {
  font-size: 90%;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-panel {
  width: 300px;
  height: 100%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  padding: 0;
  opacity: 0.88;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-panel:hover {
  opacity: 1;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-content {
  height: calc(100% - 58px);
  overflow-y: auto;
  padding: 0;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-promo {
  padding: 25px;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-promo-icon-wrap:after {
  content: '';
  display: block;
  height: 5px;
  position: relative;
  bottom: 5px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-promo:hover .bi-promo-icon-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-gate.bi-wrap.bi-modeless.bi-right {
  right: 0px;
  border-right-width: 0px;
}
.bi-name-gate.bi-wrap.bi-modeless.bi-left {
  left: 0px;
  border-left-width: 0px;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-promo-thumbnail {
  margin: auto;
  max-width: 320px;
  max-height: 160px;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-promo-sep {
  display: none;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-promo a {
  font-size: 140%;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-promo-title {
  line-height: 26px;
  display: inline;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-footer {
  bottom: 10px;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-promo-content {
  display: none;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-btn {
  display: none;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-promo-type {
  display: none;
}
.bi-name-gate.bi-wrap.bi-modeless .bi-pwred {
  text-align: center;
  padding: 10px 0;
}
.bi-name-gate.bi-wrap.bi-modal,
.bi-name-gate.bi-wrap.bi-entrymodal {
  top: auto;
  bottom: auto;
}
.bi-name-gate.bi-wrap.bi-modal .bi-header,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-header {
  padding: 0;
}
.bi-name-gate.bi-wrap.bi-modal .bi-title,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-title {
  font-size: 140%;
  border-bottom: 1px solid;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding-bottom: 10px;
  padding-top: 10px;
  display: none;
}
.bi-name-gate.bi-wrap.bi-modal .bi-show-more-text,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-show-more-text {
  margin-top: 50px;
}
.bi-name-gate.bi-wrap.bi-modal .bi-content,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-content {
  padding: 0;
}
.bi-name-gate.bi-wrap.bi-modal .bi-panel,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-panel {
  position: relative;
  width: 800px;
  padding: 0;
}
.bi-name-gate.bi-wrap.bi-modal .bi-promo,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-promo {
  padding: 0;
}
.bi-name-gate.bi-wrap.bi-modal .bi-promo a,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-promo a {
  display: block;
}
.bi-name-gate.bi-wrap.bi-modal .bi-promo-wrap,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-promo-wrap {
  padding: 70px 30px;
}
.bi-name-gate.bi-wrap.bi-modal .bi-promo-icon-wrap,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-promo-icon-wrap {
  width: 50%;
  text-align: center;
  float: none;
}
.bi-name-gate.bi-wrap.bi-modal .bi-promo-text-wrap,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-promo-text-wrap {
  text-align: left;
  padding: 0 10px;
}
.bi-name-gate.bi-wrap.bi-modal .bi-promo-type,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-promo-type {
  display: block;
  text-align: inherit;
}
.bi-name-gate.bi-wrap.bi-modal .bi-promo-type:before,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-promo-type:before {
  content: attr(data-before);
  display: inline;
}
.bi-name-gate.bi-wrap.bi-modal.bi-left,
.bi-name-gate.bi-wrap.bi-entrymodal.bi-left,
.bi-name-gate.bi-wrap.bi-modal.bi-right,
.bi-name-gate.bi-wrap.bi-entrymodal.bi-right {
  right: auto;
  left: auto;
}
.bi-name-gate.bi-wrap.bi-modal .bi-promo a,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-promo a {
  font-size: 180%;
}
.bi-name-gate.bi-wrap.bi-modal .bi-promo-title,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-promo-title {
  /*line-height: 26px;
                    display: inline;*/
  text-align: inherit;
  line-height: 26px;
  margin: 0;
  display: block;
}
.bi-name-gate.bi-wrap.bi-modal .bi-promo-thumbnail,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-promo-thumbnail {
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 200px;
  text-align: inherit;
  margin: 0 auto;
}
.bi-name-gate.bi-wrap.bi-modal .bi-pwred,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-pwred {
  position: relative;
  text-align: center;
  padding: 0;
  height: 0;
  bottom: -10px;
}
.bi-name-gate.bi-wrap.bi-modal .bi-pwred a,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-pwred a {
  height: 15px;
  display: inline-block;
  color: white;
}
.bi-name-gate.bi-wrap.bi-modal .bi-promo-sep,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-promo-sep {
  width: 100%;
  height: 10px;
  background-color: #7c7c7c;
}
.bi-name-gate.bi-wrap.bi-modal .bi-btn-wrap,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-btn-wrap {
  padding: 40px 0;
  text-align: center;
  background-color: #373737;
}
.bi-name-gate.bi-wrap.bi-modal .bi-btn,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 0;
  margin: 0px auto;
  line-height: 60px;
  width: auto;
  font-size: 50px;
  font-weight: normal;
  background-color: transparent;
}
.bi-name-gate.bi-wrap.bi-modal .bi-btn:after,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-btn:after {
  -moz-transition: transform 0.5s ease, background-color 0.5s ease;
  -o-transition: transform 0.5s ease, background-color 0.5s ease;
  -webkit-transition: transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  content: '';
  background-color: #7c7c7c;
  display: block;
  height: 2px;
  margin: auto;
  position: relative;
}
.bi-name-gate.bi-wrap.bi-modal .bi-btn:hover,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-btn:hover {
  background-color: transparent;
}
.bi-name-gate.bi-wrap.bi-modal .bi-panel:hover .bi-btn:after,
.bi-name-gate.bi-wrap.bi-entrymodal .bi-panel:hover .bi-btn:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #7c7c7c;
}
.bi-name-gate.bi-wrap.bi-modal.bi-mobile,
.bi-name-gate.bi-wrap.bi-entrymodal.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-gate.bi-wrap.bi-modal.bi-mobile .bi-panel,
.bi-name-gate.bi-wrap.bi-entrymodal.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-gate.bi-wrap.bi-modal.bi-mobile .bi-title,
.bi-name-gate.bi-wrap.bi-entrymodal.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-gate.bi-wrap.bi-modal.bi-mobile .bi-body-title,
.bi-name-gate.bi-wrap.bi-entrymodal.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-gate.bi-wrap.bi-modal.bi-mobile .bi-content,
.bi-name-gate.bi-wrap.bi-entrymodal.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-gate.bi-wrap.bi-modal.bi-mobile .bi-close,
.bi-name-gate.bi-wrap.bi-entrymodal.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-gate.bi-wrap.bi-modal.bi-mobile .bi-close:before,
.bi-name-gate.bi-wrap.bi-entrymodal.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-gate.bi-wrap.bi-modal.bi-mobile .bi-overlay,
.bi-name-gate.bi-wrap.bi-entrymodal.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-gate.bi-wrap.bi-gate,
.bi-name-gate.bi-wrap.bi-form,
.bi-name-gate.bi-wrap.bi-entryform,
.bi-name-gate.bi-wrap.bi-entrygate {
  top: auto;
  bottom: auto;
  z-index: 2147483642;
}
.bi-name-gate.bi-wrap.bi-gate .bi-panel,
.bi-name-gate.bi-wrap.bi-form .bi-panel,
.bi-name-gate.bi-wrap.bi-entryform .bi-panel,
.bi-name-gate.bi-wrap.bi-entrygate .bi-panel {
  padding: 0 50px;
  width: 400px;
  position: relative;
  border: 0;
}
.bi-name-gate.bi-wrap.bi-gate .bi-header,
.bi-name-gate.bi-wrap.bi-form .bi-header,
.bi-name-gate.bi-wrap.bi-entryform .bi-header,
.bi-name-gate.bi-wrap.bi-entrygate .bi-header {
  height: 50px;
}
.bi-name-gate.bi-wrap.bi-gate .bi-title,
.bi-name-gate.bi-wrap.bi-form .bi-title,
.bi-name-gate.bi-wrap.bi-entryform .bi-title,
.bi-name-gate.bi-wrap.bi-entrygate .bi-title {
  padding-top: 30px;
  text-align: center;
  font-size: 200%;
  text-transform: none;
}
.bi-name-gate.bi-wrap.bi-gate .bi-body-title,
.bi-name-gate.bi-wrap.bi-form .bi-body-title,
.bi-name-gate.bi-wrap.bi-entryform .bi-body-title,
.bi-name-gate.bi-wrap.bi-entrygate .bi-body-title {
  padding: 0;
  text-align: center;
  font-size: 150%;
}
.bi-name-gate.bi-wrap.bi-gate .bi-content,
.bi-name-gate.bi-wrap.bi-form .bi-content,
.bi-name-gate.bi-wrap.bi-entryform .bi-content,
.bi-name-gate.bi-wrap.bi-entrygate .bi-content {
  padding: 20px 0;
  text-align: center;
}
.bi-name-gate.bi-wrap.bi-gate form label,
.bi-name-gate.bi-wrap.bi-form form label,
.bi-name-gate.bi-wrap.bi-entryform form label,
.bi-name-gate.bi-wrap.bi-entrygate form label {
  color: black;
}
.bi-name-gate.bi-wrap.bi-gate form input,
.bi-name-gate.bi-wrap.bi-form form input,
.bi-name-gate.bi-wrap.bi-entryform form input,
.bi-name-gate.bi-wrap.bi-entrygate form input,
.bi-name-gate.bi-wrap.bi-gate form textarea,
.bi-name-gate.bi-wrap.bi-form form textarea,
.bi-name-gate.bi-wrap.bi-entryform form textarea,
.bi-name-gate.bi-wrap.bi-entrygate form textarea,
.bi-name-gate.bi-wrap.bi-gate form select,
.bi-name-gate.bi-wrap.bi-form form select,
.bi-name-gate.bi-wrap.bi-entryform form select,
.bi-name-gate.bi-wrap.bi-entrygate form select,
.bi-name-gate.bi-wrap.bi-gate form option,
.bi-name-gate.bi-wrap.bi-form form option,
.bi-name-gate.bi-wrap.bi-entryform form option,
.bi-name-gate.bi-wrap.bi-entrygate form option {
  background-color: white;
  color: #888888;
  border-color: #cccccc;
}
.bi-name-gate.bi-wrap.bi-gate form input[type="submit"],
.bi-name-gate.bi-wrap.bi-form form input[type="submit"],
.bi-name-gate.bi-wrap.bi-entryform form input[type="submit"],
.bi-name-gate.bi-wrap.bi-entrygate form input[type="submit"],
.bi-name-gate.bi-wrap.bi-gate form textarea[type="submit"],
.bi-name-gate.bi-wrap.bi-form form textarea[type="submit"],
.bi-name-gate.bi-wrap.bi-entryform form textarea[type="submit"],
.bi-name-gate.bi-wrap.bi-entrygate form textarea[type="submit"],
.bi-name-gate.bi-wrap.bi-gate form select[type="submit"],
.bi-name-gate.bi-wrap.bi-form form select[type="submit"],
.bi-name-gate.bi-wrap.bi-entryform form select[type="submit"],
.bi-name-gate.bi-wrap.bi-entrygate form select[type="submit"],
.bi-name-gate.bi-wrap.bi-gate form option[type="submit"],
.bi-name-gate.bi-wrap.bi-form form option[type="submit"],
.bi-name-gate.bi-wrap.bi-entryform form option[type="submit"],
.bi-name-gate.bi-wrap.bi-entrygate form option[type="submit"] {
  background-color: #ff7f00;
  border: 0;
  color: white;
}
.bi-name-gate.bi-wrap.bi-gate .bi-footer .bi-pwred,
.bi-name-gate.bi-wrap.bi-form .bi-footer .bi-pwred,
.bi-name-gate.bi-wrap.bi-entryform .bi-footer .bi-pwred,
.bi-name-gate.bi-wrap.bi-entrygate .bi-footer .bi-pwred {
  position: relative;
  bottom: -10px;
  text-align: center;
  padding: 0;
  height: 0;
}
.bi-name-gate.bi-wrap.bi-gate .bi-footer a,
.bi-name-gate.bi-wrap.bi-form .bi-footer a,
.bi-name-gate.bi-wrap.bi-entryform .bi-footer a,
.bi-name-gate.bi-wrap.bi-entrygate .bi-footer a {
  color: white;
}
.bi-name-gate.bi-wrap.bi-gate .bi-body-promo-title,
.bi-name-gate.bi-wrap.bi-form .bi-body-promo-title,
.bi-name-gate.bi-wrap.bi-entryform .bi-body-promo-title,
.bi-name-gate.bi-wrap.bi-entrygate .bi-body-promo-title {
  font-size: 166%;
  text-align: center;
}
.bi-name-gate.bi-wrap.bi-gate.bi-left,
.bi-name-gate.bi-wrap.bi-form.bi-left,
.bi-name-gate.bi-wrap.bi-entryform.bi-left,
.bi-name-gate.bi-wrap.bi-entrygate.bi-left,
.bi-name-gate.bi-wrap.bi-gate.bi-right,
.bi-name-gate.bi-wrap.bi-form.bi-right,
.bi-name-gate.bi-wrap.bi-entryform.bi-right,
.bi-name-gate.bi-wrap.bi-entrygate.bi-right {
  right: auto;
  left: auto;
}
.bi-name-gate.bi-wrap.bi-gate form,
.bi-name-gate.bi-wrap.bi-form form,
.bi-name-gate.bi-wrap.bi-entryform form,
.bi-name-gate.bi-wrap.bi-entrygate form {
  margin: 0px;
}
.bi-name-gate.bi-wrap.bi-gate form *,
.bi-name-gate.bi-wrap.bi-form form *,
.bi-name-gate.bi-wrap.bi-entryform form *,
.bi-name-gate.bi-wrap.bi-entrygate form * {
  display: block;
}
.bi-name-gate.bi-wrap.bi-gate form input[type="checkbox"],
.bi-name-gate.bi-wrap.bi-form form input[type="checkbox"],
.bi-name-gate.bi-wrap.bi-entryform form input[type="checkbox"],
.bi-name-gate.bi-wrap.bi-entrygate form input[type="checkbox"] {
  float: left;
  height: 19px;
  width: 19px;
  margin: 0 5px 5px 0;
}
.bi-name-gate.bi-wrap.bi-gate form input[type="checkbox"] + label:after,
.bi-name-gate.bi-wrap.bi-form form input[type="checkbox"] + label:after,
.bi-name-gate.bi-wrap.bi-entryform form input[type="checkbox"] + label:after,
.bi-name-gate.bi-wrap.bi-entrygate form input[type="checkbox"] + label:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.bi-name-gate.bi-wrap.bi-gate form label,
.bi-name-gate.bi-wrap.bi-form form label,
.bi-name-gate.bi-wrap.bi-entryform form label,
.bi-name-gate.bi-wrap.bi-entrygate form label {
  font-size: 125%;
  display: none;
}
.bi-name-gate.bi-wrap.bi-gate form label.bi-form-error,
.bi-name-gate.bi-wrap.bi-form form label.bi-form-error,
.bi-name-gate.bi-wrap.bi-entryform form label.bi-form-error,
.bi-name-gate.bi-wrap.bi-entrygate form label.bi-form-error {
  font-size: 120%;
}
.bi-name-gate.bi-wrap.bi-gate form input,
.bi-name-gate.bi-wrap.bi-form form input,
.bi-name-gate.bi-wrap.bi-entryform form input,
.bi-name-gate.bi-wrap.bi-entrygate form input,
.bi-name-gate.bi-wrap.bi-gate form textarea,
.bi-name-gate.bi-wrap.bi-form form textarea,
.bi-name-gate.bi-wrap.bi-entryform form textarea,
.bi-name-gate.bi-wrap.bi-entrygate form textarea,
.bi-name-gate.bi-wrap.bi-gate form select,
.bi-name-gate.bi-wrap.bi-form form select,
.bi-name-gate.bi-wrap.bi-entryform form select,
.bi-name-gate.bi-wrap.bi-entrygate form select,
.bi-name-gate.bi-wrap.bi-gate form option,
.bi-name-gate.bi-wrap.bi-form form option,
.bi-name-gate.bi-wrap.bi-entryform form option,
.bi-name-gate.bi-wrap.bi-entrygate form option {
  width: 100%;
  padding: 0px 4px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 16px;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  font-size: 140%;
  height: 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
}
.bi-name-gate.bi-wrap.bi-gate form input[type="submit"],
.bi-name-gate.bi-wrap.bi-form form input[type="submit"],
.bi-name-gate.bi-wrap.bi-entryform form input[type="submit"],
.bi-name-gate.bi-wrap.bi-entrygate form input[type="submit"] {
  /*font: normal 100%/100% Arial;*/
  background-image: none;
  line-height: 50px;
  height: 50px;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 170%;
  border: 0;
}
.bi-name-gate.bi-wrap.bi-gate form input::-webkit-input-placeholder,
.bi-name-gate.bi-wrap.bi-form form input::-webkit-input-placeholder,
.bi-name-gate.bi-wrap.bi-entryform form input::-webkit-input-placeholder,
.bi-name-gate.bi-wrap.bi-entrygate form input::-webkit-input-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-gate.bi-wrap.bi-gate form input::-moz-placeholder,
.bi-name-gate.bi-wrap.bi-form form input::-moz-placeholder,
.bi-name-gate.bi-wrap.bi-entryform form input::-moz-placeholder,
.bi-name-gate.bi-wrap.bi-entrygate form input::-moz-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-gate.bi-wrap.bi-gate form input:-moz-placeholder,
.bi-name-gate.bi-wrap.bi-form form input:-moz-placeholder,
.bi-name-gate.bi-wrap.bi-entryform form input:-moz-placeholder,
.bi-name-gate.bi-wrap.bi-entrygate form input:-moz-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-gate.bi-wrap.bi-gate form input:-ms-input-placeholder,
.bi-name-gate.bi-wrap.bi-form form input:-ms-input-placeholder,
.bi-name-gate.bi-wrap.bi-entryform form input:-ms-input-placeholder,
.bi-name-gate.bi-wrap.bi-entrygate form input:-ms-input-placeholder {
  color: #cccccc;
  line-height: normal;
}
.bi-name-gate.bi-wrap.bi-gate.bi-mobile,
.bi-name-gate.bi-wrap.bi-form.bi-mobile,
.bi-name-gate.bi-wrap.bi-entryform.bi-mobile,
.bi-name-gate.bi-wrap.bi-entrygate.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-gate.bi-wrap.bi-gate.bi-mobile .bi-panel,
.bi-name-gate.bi-wrap.bi-form.bi-mobile .bi-panel,
.bi-name-gate.bi-wrap.bi-entryform.bi-mobile .bi-panel,
.bi-name-gate.bi-wrap.bi-entrygate.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-gate.bi-wrap.bi-gate.bi-mobile .bi-title,
.bi-name-gate.bi-wrap.bi-form.bi-mobile .bi-title,
.bi-name-gate.bi-wrap.bi-entryform.bi-mobile .bi-title,
.bi-name-gate.bi-wrap.bi-entrygate.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-gate.bi-wrap.bi-gate.bi-mobile .bi-body-title,
.bi-name-gate.bi-wrap.bi-form.bi-mobile .bi-body-title,
.bi-name-gate.bi-wrap.bi-entryform.bi-mobile .bi-body-title,
.bi-name-gate.bi-wrap.bi-entrygate.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-gate.bi-wrap.bi-gate.bi-mobile .bi-content,
.bi-name-gate.bi-wrap.bi-form.bi-mobile .bi-content,
.bi-name-gate.bi-wrap.bi-entryform.bi-mobile .bi-content,
.bi-name-gate.bi-wrap.bi-entrygate.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-gate.bi-wrap.bi-gate.bi-mobile .bi-close,
.bi-name-gate.bi-wrap.bi-form.bi-mobile .bi-close,
.bi-name-gate.bi-wrap.bi-entryform.bi-mobile .bi-close,
.bi-name-gate.bi-wrap.bi-entrygate.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-gate.bi-wrap.bi-gate.bi-mobile .bi-close:before,
.bi-name-gate.bi-wrap.bi-form.bi-mobile .bi-close:before,
.bi-name-gate.bi-wrap.bi-entryform.bi-mobile .bi-close:before,
.bi-name-gate.bi-wrap.bi-entrygate.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-gate.bi-wrap.bi-gate.bi-mobile .bi-overlay,
.bi-name-gate.bi-wrap.bi-form.bi-mobile .bi-overlay,
.bi-name-gate.bi-wrap.bi-entryform.bi-mobile .bi-overlay,
.bi-name-gate.bi-wrap.bi-entrygate.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-gate.bi-wrap.bi-bar {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  /*height: 40px;*/

}
.bi-name-gate.bi-wrap.bi-bar.bi-bottom {
  bottom: 0;
  border-top: 1px solid transparent;
}
.bi-name-gate.bi-wrap.bi-bar.bi-top {
  top: 0;
  border-bottom: 1px solid transparent;
}
.bi-name-gate.bi-wrap.bi-bar .bi-tooltip {
  max-width: 400px;
}
.bi-name-gate.bi-wrap.bi-bar.bi-wrap-min {
  height: auto;
  left: auto;
  right: 0;
  margin-right: 15px;
}
.bi-name-gate.bi-wrap.bi-bar .bi-minimize-wrap {
  width: auto;
}
.bi-name-gate.bi-wrap.bi-bar .bi-min {
  width: auto;
  display: block;
}
.bi-name-gate.bi-wrap.bi-bar .bi-min-bg {
  height: 25px;
}
.bi-name-gate.bi-wrap.bi-bar .bi-min-text {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.bi-name-gate.bi-wrap.bi-bar .bi-minimize {
  margin: 0px 20px 5px 20px;
}
.bi-name-gate.bi-wrap.bi-bar .bi-header {
  width: 20px;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 25%;
}
.bi-name-gate.bi-wrap.bi-bar .bi-promo a {
  display: inline-block;
}
.bi-name-gate.bi-wrap.bi-bar .bi-promo-icon-wrap,
.bi-name-gate.bi-wrap.bi-bar .bi-promo-text-wrap {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0;
}
.bi-name-gate.bi-wrap.bi-bar .bi-footer {
  vertical-align: middle;
  position: absolute;
  right: 0px;
  top: 35%;
}
.bi-name-gate.bi-wrap.bi-bar .bi-pwred {
  padding: 0;
  text-align: center;
}
.bi-name-gate.bi-wrap.bi-bar .bi-panel {
  display: table;
  width: 100%;
  height: 70px;
  padding: 0;
}
.bi-name-gate.bi-wrap.bi-bar .bi-panel:hover .bi-promo a:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-gate.bi-wrap.bi-bar .bi-panel:hover .bi-promo-text-wrap:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bi-name-gate.bi-wrap.bi-bar .bi-row {
  height: 70px;
}
.bi-name-gate.bi-wrap.bi-bar .bi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.bi-name-gate.bi-wrap.bi-bar .bi-promo {
  cursor: auto;
  text-align: center;
}
.bi-name-gate.bi-wrap.bi-bar .bi-promo a {
  font-size: 130%;
  cursor: pointer;
  white-space: nowrap;
}
.bi-name-gate.bi-wrap.bi-bar .bi-promo-thumbnail {
  max-width: 80px;
  max-height: 55px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.bi-name-gate.bi-wrap.bi-bar .bi-promo-title {
  display: inline-block;
}
.bi-name-gate.bi-wrap.bi-bar .bi-promo-type {
  display: none;
}
.bi-name-gate.bi-wrap.bi-bar .bi-promo-type:after {
  content: "-";
  margin: 3px;
}
.bi-name-gate.bi-wrap.bi-bar .bi-cell {
  float: right;
}
.bi-name-gate.bi-wrap.bi-bar .bi-controls {
  float: right;
  width: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.bi-name-gate.bi-wrap.bi-bar .bi-promo-text-wrap {
  display: inline-block;
}
.bi-name-gate.bi-wrap.bi-bar .bi-promo-text-wrap:after {
  content: '';
  display: block;
  height: 1px;
  margin-top: 2px;
  -moz-transition: transform 0.5s ease, background-color 0.5s ease;
  -o-transition: transform 0.5s ease, background-color 0.5s ease;
  -webkit-transition: transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #7c7c7c;
}
.bi-name-gate.bi-wrap.bi-mbar {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  /*height: 40px;*/

}
.bi-name-gate.bi-wrap.bi-mbar.bi-bottom {
  bottom: 0;
}
.bi-name-gate.bi-wrap.bi-mbar.bi-top {
  top: 0;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-tooltip {
  max-width: 400px;
}
.bi-name-gate.bi-wrap.bi-mbar.bi-wrap-min {
  height: auto;
  left: auto;
  right: 0;
  margin-right: 15px;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-min {
  width: auto;
  display: block;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-min-bg {
  height: 25px;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-min-text {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-minimize {
  margin: 0px 20px 5px 20px;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-header {
  display: none;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-footer {
  display: none;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-panel {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 4px;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-promo {
  cursor: auto;
  text-align: center;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-promo a {
  font-size: 130%;
  cursor: pointer;
  display: inline;
  white-space: nowrap;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-promo-title {
  display: inline-block;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-promo-type {
  display: inline-block;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-promo-type:before {
  content: "-";
  margin: 3px;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-cell {
  float: right;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-controls {
  float: right;
  width: auto;
  vertical-align: middle;
  padding-right: 20px;
}
.bi-name-gate.bi-wrap.bi-mbar .bi-promo-thumbnail {
  max-width: 50px;
  max-height: 40px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.bi-name-gate.bi-wrap.bi-entrygate .bi-overlay {
  opacity: 0.9;
}
.bi-name-gate.bi-wrap.bi-image .bi-panel,
.bi-name-gate.bi-wrap.bi-entryimage .bi-panel {
  padding: 0;
  max-width: 800px;
  position: relative;
}
.bi-name-gate.bi-wrap.bi-image .bi-img,
.bi-name-gate.bi-wrap.bi-entryimage .bi-img {
  width: 100%;
}
.bi-name-gate.bi-wrap.bi-image.bi-left,
.bi-name-gate.bi-wrap.bi-entryimage.bi-left,
.bi-name-gate.bi-wrap.bi-image.bi-right,
.bi-name-gate.bi-wrap.bi-entryimage.bi-right {
  right: auto;
  left: auto;
}
.bi-name-gate.bi-wrap.bi-image .bi-pwred,
.bi-name-gate.bi-wrap.bi-entryimage .bi-pwred {
  position: relative;
  bottom: -10px;
  text-align: center;
  padding: 0;
  height: 0;
}
.bi-name-gate.bi-wrap.bi-image .bi-pwred a,
.bi-name-gate.bi-wrap.bi-entryimage .bi-pwred a {
  color: white;
}
.bi-name-gate.bi-wrap.bi-image.bi-mobile,
.bi-name-gate.bi-wrap.bi-entryimage.bi-mobile {
  top: 10px !important;
  left: 10px !important;
  right: 10px !important;
  box-shadow: 3px 3px 4px #777777;
}
.bi-name-gate.bi-wrap.bi-image.bi-mobile .bi-panel,
.bi-name-gate.bi-wrap.bi-entryimage.bi-mobile .bi-panel {
  opacity: 1;
  width: auto !important;
  height: auto !important;
  padding: 0 10px;
}
.bi-name-gate.bi-wrap.bi-image.bi-mobile .bi-title,
.bi-name-gate.bi-wrap.bi-entryimage.bi-mobile .bi-title {
  font-size: 150%;
}
.bi-name-gate.bi-wrap.bi-image.bi-mobile .bi-body-title,
.bi-name-gate.bi-wrap.bi-entryimage.bi-mobile .bi-body-title {
  font-size: 130%;
  margin-top: 10px;
}
.bi-name-gate.bi-wrap.bi-image.bi-mobile .bi-content,
.bi-name-gate.bi-wrap.bi-entryimage.bi-mobile .bi-content {
  padding: 20px 0 0 0;
}
.bi-name-gate.bi-wrap.bi-image.bi-mobile .bi-close,
.bi-name-gate.bi-wrap.bi-entryimage.bi-mobile .bi-close {
  background: white;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  /*border: 1px solid #000;*/
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  text-align: center;
  box-sizing: content-box;
  top: 2px;
  right: 4px;
}
.bi-name-gate.bi-wrap.bi-image.bi-mobile .bi-close:before,
.bi-name-gate.bi-wrap.bi-entryimage.bi-mobile .bi-close:before {
  content: "❌";
  color: black;
  font-size: 140%;
}
.bi-name-gate.bi-wrap.bi-image.bi-mobile .bi-overlay,
.bi-name-gate.bi-wrap.bi-entryimage.bi-mobile .bi-overlay {
  display: none;
}
.bi-name-gate.bi-wrap.bi-image.bi-mobile .bi-panel,
.bi-name-gate.bi-wrap.bi-entryimage.bi-mobile .bi-panel {
  padding: 0;
}
.bi-name-gate.bi-wrap.bi-scroll {
  width: 320px;
}
.bi-name-gate.bi-wrap.bi-scroll.bi-right {
  right: 0;
}
.bi-name-gate.bi-wrap.bi-scroll.bi-wrap-min {
  width: auto !important;
}
.bi-name-gate.bi-wrap.bi-scroll .bi-promo a {
  font-size: 125%;
}
.bi-name-gate.bi-wrap.bi-scroll .bi-promo-icon-wrap {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 50%;
  vertical-align: middle;
}
.bi-name-gate.bi-wrap.bi-scroll .bi-promo-thumbnail {
  display: block;
  height: auto;
  max-height: none;
  max-width: none;
  width: 100%;
}
.bi-name-gate.bi-wrap.bi-scroll .bi-promo-type {
  display: none;
}
.bi-name-gate.bi-wrap.bi-scroll.bi-bottom .bi-min,
.bi-name-gate.bi-wrap.bi-scroll.bi-top .bi-min {
  width: 150px;
}
.bi-name-gate.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-arrow,
.bi-name-gate.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-arrow {
  position: absolute;
  top: 4px;
  margin: 0 -15px;
}
.bi-name-gate.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-bg,
.bi-name-gate.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-bg {
  height: auto;
}
.bi-name-gate.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-min-bg .bi-min-text,
.bi-name-gate.bi-wrap.bi-scroll.bi-top .bi-min .bi-min-bg .bi-min-text {
  margin: 0;
  transform: initial;
}
.bi-name-gate.bi-wrap.bi-scroll.bi-bottom .bi-min .bi-maximize,
.bi-name-gate.bi-wrap.bi-scroll.bi-top .bi-min .bi-maximize {
  position: absolute;
  left: -22px;
}
.bi-name-gate.bi-wrap.bi-scroll.bi-bottom {
  bottom: 0;
}
.bi-name-gate.bi-wrap.bi-scroll.bi-bottom.bi-Vleft {
  left: 50px;
}
.bi-name-gate.bi-wrap.bi-scroll.bi-bottom.bi-Vright {
  right: 50px;
}
.bi-name-gate.bi-wrap.bi-scroll.bi-top {
  top: 0;
}
.bi-name-gate.bi-wrap.bi-scroll.bi-top.bi-Vleft {
  left: 50px;
}
.bi-name-gate.bi-wrap.bi-scroll.bi-top.bi-Vright {
  right: 50px;
}
.bi-name-gate.bi-wrap.bi-scroll.bi-mobile {
  width: 250px;
}
.bi-name-gate.bi-wrap.bi-scroll .bi-panel {
  opacity: 1;
  border: 0;
  padding: 0;
}
.bi-name-gate.bi-wrap.bi-scroll .bi-minimize {
  background-color: transparent;
  border: 0;
  right: 5px;
  top: 5px;
  position: absolute;
}
.bi-name-gate.bi-wrap.bi-scroll .bi-minimize:before {
  content: "\f00d";
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  font-size: 90%;
  color: #2a3d53;
}
.bi-name-gate.bi-wrap.bi-scroll .bi-header {
  position: absolute;
}
.bi-name-gate.bi-wrap.bi-scroll .bi-content {
  padding: 0;
}
.bi-name-gate.bi-wrap.bi-scroll .bi-promo > a {
  display: block;
}
.bi-name-gate.bi-wrap.bi-scroll .bi-promo-text-wrap {
  display: block;
}
.bi-name-gate.bi-wrap.bi-scroll .bi-promo-text-wrap:before {
  content: '';
  display: block;
  height: 3px;
  position: relative;
  bottom: 3px;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: #7c7c7c;
}
.bi-name-gate.bi-wrap.bi-scroll .bi-title {
  display: none;
}
.bi-name-gate.bi-wrap.bi-scroll .bi-promo-title {
  font-size: 120%;
  padding: 20px 15px;
  line-height: 1.2;
}
.bi-name-gate.bi-wrap.bi-scroll .bi-footer {
  display: none;
}
.bi-name-gate.bi-wrap.bi-scroll .bi-maximize:before {
  color: #7c7c7c;
}
.bi-name-gate.bi-wrap.bi-static {
  position: static;
}
.bi-name-gate.bi-wrap.bi-static .bi-minimize {
  display: none;
}
.bi-name-gate.bi-wrap.bi-static .bi-panel {
  opacity: 1;
}
.bi-name-gate.bi-wrap.bi-static .bi-content {
  padding: 10px 0;
}
.bi-name-gate.bi-wrap.bi-static .bi-promo-container {
  display: table;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}
.bi-name-gate.bi-wrap.bi-static .bi-promo-sep {
  display: table-cell;
  width: 7px;
}
.bi-name-gate.bi-wrap.bi-static .bi-promo {
  /*width: 220px;
                height: 300px;*/
  display: table-cell;
  vertical-align: top;
  padding: 4px;
}
.bi-name-gate.bi-wrap.bi-static .bi-promo a {
  display: block;
}
.bi-name-gate.bi-wrap.bi-static .bi-promo-icon-wrap {
  display: block;
}
.bi-name-gate.bi-wrap.bi-static .bi-promo-thumbnail {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.bi-name-gate.bi-wrap.bi-static .bi-promo-text-wrap {
  display: block;
  padding-top: 10px;
}
.bi-name-gate.bi-wrap.bi-static .bi-promo-type {
  text-align: center;
  color: gray;
  font-family: 'Lato';
  font-weight: normal;
}
.bi-name-gate.bi-wrap.bi-static .bi-promo-title {
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  font-family: 'Lato';
  font-size: 130%;
  line-height: 27px;
  height: 60px;
}
.bi-name-gate.bi-wrap .bi-showfalse {
  display: none;
}
.bi-name-gate .bi-promo.bi-rtl,
.bi-name-gate .bi-promo.bi-rtl * {
  direction: rtl;
  text-align: right;
}
.bi-name-gate.bi-rtl .bi-title {
  text-align: right;
  padding: 0 2px 0 0;
}
.bi-name-gate.bi-rtl .bi-body-title,
.bi-name-gate.bi-rtl .bi-body-promo-title,
.bi-name-gate.bi-rtl .bi-dform-label {
  text-align: right;
}
.bi-name-gate.bi-rtl .bi-dform-text,
.bi-name-gate.bi-rtl .bi-form-error,
.bi-name-gate.bi-rtl .bi-dform-submit,
.bi-name-gate.bi-rtl .bi-dform-form {
  text-align: right;
  direction: rtl;
}
.bi-name-gate.bi-rtl .bi-show-more-text {
  direction: rtl;
  text-align: right;
}
@media only screen and (max-height: 500px) {
  .bi-name-gate .bi-wrap.bi-mstandard.bi-icons .bi-panel .bi-promo-sep {
    height: 20px;
  }
}
