/* Colors */
/* Fonts */
/* Links */
/* Shelf marker */
/* Buttons sizes */
.sprite {
  display: block;
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
}
.pub-sprite {
  display: block;
  background-image: url('/img/pub-sprite.png');
  background-repeat: no-repeat;
}
.normal-links a {
  color: #3991d3;
  border-bottom-color: #b0d3ed;
}
.normal-links a em {
  border-bottom-color: #b0d3ed;
}
.normal-links a.hover {
  color: #e56950;
  border-bottom-color: #e56950;
}
.normal-links a.hover em {
  border-bottom-color: #e56950;
}
.normal-links a:visited {
  color: #3991d3;
  border-bottom-color: #b0d3ed;
}
.normal-links a:visited em {
  border-bottom-color: #b0d3ed;
}
.no-touch-normal-links a:hover,
.no-touch-normal-links a:visited:hover {
  color: #e56950;
  border-bottom-color: #e56950;
}
.no-touch-normal-links a:hover em,
.no-touch-normal-links a:visited:hover em {
  border-bottom-color: #e56950;
}
.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* Inputs */
textarea,
.input {
  margin: 0px;
  font-size: 14px;
  color: #666561;
  border: 1px solid #cccbc2;
  line-height: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(13, 13, 12, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(13, 13, 12, 0.1);
  box-shadow: inset 0 1px 2px rgba(13, 13, 12, 0.1);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
textarea.inline,
.input.inline {
  display: block;
  float: left;
}
textarea.error,
.input.error {
  box-shadow: 0 0 0px 2px #f23d18 !important;
  -webkit-box-shadow: 0 0 0px 2px #f23d18 !important;
  border-color: #f23d18 !important;
  outline: none;
}
textarea {
  padding: 10px;
  resize: none;
  min-height: 40px;
}
textarea:valid,
textarea:focus {
  min-height: 120px;
}
textarea.autoheight {
  overflow: hidden;
}
.input {
  height: 30px;
  padding: 5px;
}
.input.password::-ms-clear {
  display: none;
}
.input.password::-ms-reveal {
  display: none;
}
.input-secured {
  overflow: hidden;
  cursor: pointer;
  width: 33px;
  height: 20px;
  padding: 5px;
  display: inline-block;
  margin-left: -43px;
  line-height: 30px;
  vertical-align: middle;
}
.input-secured span {
  display: block;
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  width: 21px;
  height: 16px;
  display: inline-block;
  margin-left: 8px;
  background-position: -696px 0px;
}
.input-secured.checked span {
  background-position: -674px 1px;
}
.touch .input-secured {
  display: none;
}
.strength-meter {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.85em;
  color: #999891;
  margin-left: 5px;
  width: 150px;
  text-align: center;
}
.strength-meter .progress {
  width: 100%;
  background-color: #e5e5e5;
  height: 4px;
  margin-bottom: 0px;
}
.strength-meter .progress .fill {
  height: 4px;
  background-color: orange;
}
.strength-meter .span {
  white-space: nowrap;
}
.autosaver {
  height: 28px;
  width: 24px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.autosaver.saved {
  display: block;
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  margin-left: 9px;
  background-position: -933px 9px;
}
.autosaver.saved:after {
  content: attr(title);
  line-height: 28px;
  padding-left: 24px;
  color: #1db212;
  font-size: 0.95em;
}
.autosaver.progress {
  background: url('/img/spinners.gif') 0px 3px no-repeat;
}
.input.subscribe-book-input {
  height: 28px;
}
/* Red */
/* Green */
/* Blue */
/* Gray */
/* Graychecked */
/* White */
/* Red on dark */
/* Green on dark */
/* Blue on dark */
/* Black */
/* Sepia */
/* Transparent */
/* Badges */
/* Styles */
.button {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  /* Types */
  /* Sizes */
  /* Colors */
}
.button::-moz-focus-inner {
  padding: 0;
}
.button.prepend {
  margin-right: 0px !important;
}
.button.append {
  margin-left: 0px !important;
  border-left: none;
}
.button.nocaption .icon {
  margin-right: 0px !important;
}
.button .icon {
  display: block;
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.button.icon-thumb .icon {
  background-position: -984px 1px;
  width: 16px;
  margin-right: 6px;
}
.button.icon-check .icon {
  background-position: -879px 5px;
  width: 12px;
  margin-right: 8px;
}
.button.icon-check-big .icon {
  background-position: -912px 5px;
  width: 18px;
  margin-right: 8px;
}
.button.icon-share .icon {
  background-position: -1416px 4px;
  width: 16px;
  margin-right: 6px;
}
.button.inline {
  display: block;
  float: left;
}
.button.inline2 {
  display: inline-block;
}
.button.standard {
  padding: 1px 15px;
  font-size: 14px;
  line-height: 14px;
  height: 28px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.button.standard .icon {
  height: 26px;
}
.button.standard.icon-plus .icon {
  background-position: -1124px 7px;
  width: 10px;
  margin-right: 11px;
}
.button.standard.icon-plus.hover .icon {
  background-position: -1138px 7px;
}
.button.standard.prepend {
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -khtml-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.button.standard.append {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -khtml-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  padding-left: 12px;
  padding-right: 12px;
}
.button.small {
  padding: 1px 10px;
  font-size: 12px;
  line-height: 12px;
  height: 24px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.button.small .icon {
  height: 22px;
}
.button.small.icon-plus {
  padding-right: 7px;
  padding-left: 7px;
}
.button.small.icon-plus .icon {
  background-position: -1150px 6px;
  width: 10px;
  margin-right: 11px;
}
.button.small.icon-plus.hover .icon {
  background-position: -1150px 6px;
}
.button.small.prepend {
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -khtml-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.button.small.append {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -khtml-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  padding-left: 8px;
  padding-right: 8px;
}
.button.micro {
  padding: 0px 10px;
  font-size: 12px;
  line-height: 10px;
  height: 22px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.button.micro .icon {
  height: 20px;
}
.button.micro.icon-plus {
  padding-right: 5px;
  padding-left: 5px;
}
.button.micro.icon-plus .icon {
  background-position: -1150px 6px;
  width: 10px;
  margin-right: 11px;
}
.button.micro.icon-plus.hover .icon {
  background-position: -1150px 6px;
}
.button.micro.prepend {
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -khtml-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.button.micro.append {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -khtml-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  padding-left: 8px;
  padding-right: 8px;
}
.button.disabled {
  cursor: default !important;
}
.button.disabled.active {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.button.red {
  color: white;
  background-color: #cc2414;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #80160d;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.red.hover {
  color: white;
  background-color: #b31f12;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #80160d;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.red.active {
  color: white;
  background-color: #80160d;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #4d0d08;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.red.disabled {
  color: rgba(255, 255, 255, 0.4) !important;
  background-color: #cc2414 !important;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4))) !important;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0) !important;
  border-color: #80160d !important;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2) !important;
}
.button.green {
  color: white;
  background-color: #52cc14;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #33800d;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.green.hover {
  color: white;
  background-color: #47b312;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #33800d;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.green.active {
  color: white;
  background-color: #33800d;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f4d08;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.green.disabled {
  color: rgba(255, 255, 255, 0.4) !important;
  background-color: #52cc14 !important;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4))) !important;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0) !important;
  border-color: #33800d !important;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2) !important;
}
.button.blue {
  color: white;
  background-color: #1480cc;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #0d5080;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.blue.hover {
  color: white;
  background-color: #1270b3;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #0d5080;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.blue.active {
  color: white;
  background-color: #0d5080;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #08304d;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.blue.disabled {
  color: rgba(255, 255, 255, 0.4) !important;
  background-color: #1480cc !important;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4))) !important;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0) !important;
  border-color: #0d5080 !important;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2) !important;
}
.button.gray {
  color: #666561;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#1a000000, GradientType=0);
  border-color: #cccccc;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.button.gray.hover {
  color: #333330;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#1a000000, GradientType=0);
  border-color: #b3b3b3;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.button.gray.active {
  color: #333330;
  background-color: #cccccc;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#1a000000, GradientType=0);
  border-color: #999999;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.button.gray.disabled {
  color: #cccbc2 !important;
  background-color: #ffffff !important;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1))) !important;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#1a000000, GradientType=0) !important;
  border-color: #cccccc !important;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7) !important;
}
.button.graychecked {
  color: #999891;
  background-color: white;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0);
  border-color: #cccbc2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.button.graychecked.small .icon {
  width: 14px;
  margin-right: 8px;
}
.button.graychecked.small.hover .icon {
  background-position: -861px 3px;
}
.button.graychecked.micro {
  padding-left: 4px;
  padding-right: 2px;
}
.button.graychecked.micro .icon {
  width: 14px;
  margin-right: 8px;
}
.button.graychecked.micro.hover .icon {
  background-position: -861px 3px;
}
.button.graychecked.standard.hover .icon {
  background-position: -861px 5px;
  width: 14px;
  margin-right: 10px;
  margin-left: 2px;
}
.button.graychecked.hover {
  color: #e6675c;
  background-color: #ffe8e6;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0);
  border-color: #e6675c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.button.graychecked.active {
  color: #e6675c;
  background-color: #ffe8e6;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0);
  border-color: #e6675c;
  -webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.button.graychecked.disabled {
  color: #cccbc2 !important;
  background-color: white !important;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0))) !important;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0) !important;
  border-color: #cccbc2 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7) !important;
}
.button.redondark {
  color: white;
  background-color: #cc2414;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.redondark.hover {
  color: white;
  background-color: #b31f12;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.redondark.active {
  color: white;
  background-color: #80160d;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.redondark.disabled {
  color: rgba(255, 255, 255, 0.4) !important;
  background-color: #cc2414 !important;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4))) !important;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0) !important;
  border-color: #1f1f1f !important;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2) !important;
}
.button.greenondark {
  color: white;
  background-color: #52cc14;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.greenondark.hover {
  color: white;
  background-color: #47b312;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.greenondark.active {
  color: white;
  background-color: #33800d;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.greenondark.disabled {
  color: rgba(255, 255, 255, 0.4) !important;
  background-color: #52cc14 !important;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4))) !important;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0) !important;
  border-color: #1f1f1f !important;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2) !important;
}
.button.blueondark {
  color: white;
  background-color: #1480cc;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.blueondark.hover {
  color: white;
  background-color: #1270b3;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.blueondark.active {
  color: white;
  background-color: #0d5080;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.button.blueondark.disabled {
  color: rgba(255, 255, 255, 0.4) !important;
  background-color: #1480cc !important;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4))) !important;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0) !important;
  border-color: #1f1f1f !important;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2) !important;
}
.button.black {
  color: white;
  background-color: #4d4d4d;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.1);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}
.button.black.hover {
  color: white;
  background-color: #333333;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.1);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}
.button.black.active {
  color: white;
  background-color: #333333;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}
.button.black.disabled {
  color: rgba(255, 255, 255, 0.5) !important;
  background-color: #4d4d4d !important;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4))) !important;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0) !important;
  border-color: #1f1f1f !important;
  -webkit-box-shadow: 0px 1px rgba(0, 0, 0, 0.02), inset 0px 1px rgba(255, 255, 255, 0.1) !important;
  -moz-box-shadow: 0px 1px rgba(0, 0, 0, 0.02), inset 0px 1px rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0px 1px rgba(0, 0, 0, 0.02), inset 0px 1px rgba(255, 255, 255, 0.1) !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5) !important;
}
.button.sepia {
  color: #999891;
  background-color: #faf6e6;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0);
  border-color: #ccc9bc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.button.sepia.hover {
  color: #666561;
  background-color: #e5e2d3;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0);
  border-color: #b2b0a4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.button.sepia.active {
  color: #666561;
  background-color: #e5e2d3;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0);
  border-color: #b2b0a4;
  -webkit-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.button.sepia.disabled {
  color: #cccbc2 !important;
  background-color: #faf6e6 !important;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0))) !important;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0) !important;
  border-color: #ccc9bc !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.button.transparent {
  color: #666561;
  background-color: transparent;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=0);
  border-color: transparent;
  -webkit-box-shadow: transparent;
  -moz-box-shadow: transparent;
  box-shadow: transparent;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.button.transparent.hover {
  color: #666561;
  background-color: transparent;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=0);
  border-color: transparent;
  -webkit-box-shadow: transparent;
  -moz-box-shadow: transparent;
  box-shadow: transparent;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.button.transparent.active {
  color: #666561;
  background-color: transparent;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=0);
  border-color: transparent;
  -webkit-box-shadow: transparent;
  -moz-box-shadow: transparent;
  box-shadow: transparent;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.button.transparent.disabled {
  color: #666561 !important;
  background-color: transparent !important;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) !important;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%) !important;
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%) !important;
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%) !important;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=0) !important;
  border-color: transparent !important;
  -webkit-box-shadow: transparent !important;
  -moz-box-shadow: transparent !important;
  box-shadow: transparent !important;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7) !important;
}
.button.white {
  color: #999891;
  background-color: white;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0);
  border-color: #cccbc2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.button.white.hover {
  color: #666561;
  background-color: white;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0);
  border-color: #cccbc2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.button.white.active {
  color: #666561;
  background-color: white;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0);
  border-color: #cccbc2;
  -webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.button.white.disabled {
  color: #cccbc2 !important;
  background-color: white !important;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0))) !important;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0) !important;
  border-color: #cccbc2 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7) !important;
}
.no-touch .button.standard.icon-plus:hover .icon {
  background-position: -1138px 7px;
}
.no-touch .button.small.icon-plus:hover .icon {
  background-position: -1150px 6px;
}
.no-touch .button.micro.icon-plus:hover .icon {
  background-position: -1150px 6px;
}
.no-touch .button.disabled:active {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.no-touch .button.red:hover {
  color: white;
  background-color: #b31f12;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #80160d;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .button.red:active {
  color: white;
  background-color: #80160d;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #4d0d08;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .button.green:hover {
  color: white;
  background-color: #47b312;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #33800d;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .button.green:active {
  color: white;
  background-color: #33800d;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f4d08;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .button.blue:hover {
  color: white;
  background-color: #1270b3;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #0d5080;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .button.blue:active {
  color: white;
  background-color: #0d5080;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #08304d;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .button.gray:hover {
  color: #333330;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#1a000000, GradientType=0);
  border-color: #b3b3b3;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.no-touch .button.gray:active {
  color: #333330;
  background-color: #cccccc;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#1a000000, GradientType=0);
  border-color: #999999;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
:not(.disabled) .no-touch .button.graychecked.small:active .icon {
  background-position: -861px 3px;
}
:not(.disabled) .no-touch .button.graychecked.micro:active .icon {
  background-position: -861px 3px;
}
:not(.disabled) .no-touch .button.graychecked.standard:active .icon {
  background-position: -861px 5px;
  width: 14px;
  margin-right: 10px;
  margin-left: 2px;
}
:not(.disabled) .no-touch .button.graychecked:active {
  color: #e6675c;
  background-color: #ffe8e6;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0);
  border-color: #e6675c;
  -webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.no-touch .button.redondark:hover {
  color: white;
  background-color: #b31f12;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .button.redondark:active {
  color: white;
  background-color: #80160d;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .button.greenondark:hover {
  color: white;
  background-color: #47b312;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .button.greenondark:active {
  color: white;
  background-color: #33800d;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .button.blueondark:hover {
  color: white;
  background-color: #1270b3;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .button.blueondark:active {
  color: white;
  background-color: #0d5080;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .button.black:hover {
  color: white;
  background-color: #333333;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.1);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}
.no-touch .button.black:active {
  color: white;
  background-color: #333333;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#66000000, GradientType=0);
  border-color: #1f1f1f;
  -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px rgba(255, 255, 255, 0.1), inset 0px 2px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}
.no-touch .button.sepia:hover {
  color: #666561;
  background-color: #e5e2d3;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0);
  border-color: #b2b0a4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.no-touch .button.sepia:active {
  color: #666561;
  background-color: #e5e2d3;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0);
  border-color: #b2b0a4;
  -webkit-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.no-touch .button.transparent:hover {
  color: #666561;
  background-color: transparent;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=0);
  border-color: transparent;
  -webkit-box-shadow: transparent;
  -moz-box-shadow: transparent;
  box-shadow: transparent;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.no-touch .button.transparent:active {
  color: #666561;
  background-color: transparent;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=0);
  border-color: transparent;
  -webkit-box-shadow: transparent;
  -moz-box-shadow: transparent;
  box-shadow: transparent;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.no-touch .button.white:hover {
  color: #666561;
  background-color: white;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0);
  border-color: #cccbc2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.no-touch .button.white:active {
  color: #666561;
  background-color: white;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000, GradientType=0);
  border-color: #cccbc2;
  -webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
input.button,
button.button {
  font-weight: bold;
}
input.button.standard.active,
button.button.standard.active {
  padding-top: 2px;
  padding-bottom: 0px;
}
input.button.small.active,
button.button.small.active {
  padding-top: 2px;
  padding-bottom: 0px;
}
input.button.micro.active,
button.button.micro.active {
  padding-top: 2px;
  padding-bottom: 0px;
}
.no-touch input.button.standard:active,
.no-touch button.button.standard:active {
  padding-top: 2px;
  padding-bottom: 0px;
}
.no-touch input.button.small:active,
.no-touch button.button.small:active {
  padding-top: 2px;
  padding-bottom: 0px;
}
.no-touch input.button.micro:active,
.no-touch button.button.micro:active {
  padding-top: 2px;
  padding-bottom: 0px;
}
a.button,
div.button {
  font-weight: normal;
  border: none;
}
a.button.standard,
div.button.standard {
  padding-right: 0;
  padding-left: 0;
  line-height: 28px;
}
a.button.small,
div.button.small {
  padding-right: 0;
  padding-left: 0;
  line-height: 24px;
}
a.button.micro,
div.button.micro {
  padding-right: 0;
  padding-left: 0;
  line-height: 22px;
}
a.button img,
div.button img {
  vertical-align: middle;
}
a.button em,
div.button em {
  border-bottom: 1px dashed #b0d3ed;
}
a.button.hover,
div.button.hover {
  color: #e56950;
}
a.button.hover em,
div.button.hover em {
  border-bottom-color: #e56950;
}
a.button:visited,
div.button:visited {
  color: #3991d3;
}
a.button:visited em,
div.button:visited em {
  border-bottom-color: #b0d3ed;
}
.no-touch a.button:hover,
.no-touch div.button:hover,
.no-touch a.button:hover:visited,
.no-touch div.button:hover:visited {
  color: #e56950;
}
.no-touch a.button:hover em,
.no-touch div.button:hover em,
.no-touch a.button:hover:visited em,
.no-touch div.button:hover:visited em {
  border-bottom-color: #e56950;
}
.badge-free {
  background-color: #b2f291;
  color: #25871e;
  position: absolute;
  bottom: 14px;
  left: -10px;
  padding: 1px 4px;
  font-size: 0.85em;
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.badge-personal {
  background-color: #f2d291;
  color: #665214;
  position: absolute;
  bottom: 14px;
  left: -10px;
  padding: 1px 4px;
  font-size: 0.85em;
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.badge {
  padding: 8px 10px;
  display: inline-block;
}
.badge.free {
  color: #306614;
  background-color: #b2f291;
}
.badge.free a {
  color: #306614 !important;
  border-bottom: none;
}
.badge.free a.hover {
  color: #306614 !important;
}
.badge.subscription {
  color: #144b66;
  background-color: #91d2f2;
}
.badge.subscription a {
  color: #144b66 !important;
  border-bottom: none;
}
.badge.subscription a.hover {
  color: #144b66 !important;
}
.badge.unavailable {
  color: #333330;
  background-color: #ccc;
}
.badge.unavailable a {
  color: #333330 !important;
  border-bottom: none;
}
.badge.unavailable a.hover {
  color: #333330 !important;
}
.badge.nofile {
  color: #75756e;
  background-color: #e0e0d3;
}
.badge.nofile a {
  color: #75756e !important;
  border-bottom: none;
}
.badge.nofile a.hover {
  color: #75756e !important;
}
.badge.personal {
  color: #665214;
  background-color: #f2d291;
}
.badge.personal a {
  color: #665214 !important;
  border-bottom: none;
}
.badge.personal a.hover {
  color: #665214 !important;
}
.no-touch .badge.free {
  color: #306614;
  background-color: #b2f291;
}
.no-touch .badge.free a {
  color: #306614 !important;
  border-bottom: 1px solid rgba(48, 102, 20, 0.5);
}
.no-touch .badge.free a:hover {
  color: #306614 !important;
}
.no-touch .badge.subscription {
  color: #144b66;
  background-color: #91d2f2;
}
.no-touch .badge.subscription a {
  color: #144b66 !important;
  border-bottom: 1px solid rgba(20, 75, 102, 0.5);
}
.no-touch .badge.subscription a:hover {
  color: #144b66 !important;
}
.no-touch .badge.unavailable {
  color: #333330;
  background-color: #ccc;
}
.no-touch .badge.unavailable a {
  color: #333330 !important;
  border-bottom: 1px solid rgba(51, 51, 48, 0.5);
}
.no-touch .badge.unavailable a:hover {
  color: #333330 !important;
}
.no-touch .badge.nofile {
  color: #75756e;
  background-color: #e0e0d3;
}
.no-touch .badge.nofile a {
  color: #75756e !important;
  border-bottom: 1px solid rgba(117, 117, 110, 0.5);
}
.no-touch .badge.nofile a:hover {
  color: #75756e !important;
}
.no-touch .badge.personal {
  color: #665214;
  background-color: #f2d291;
}
.no-touch .badge.personal a {
  color: #665214 !important;
  border-bottom: 1px solid rgba(102, 82, 20, 0.5);
}
.no-touch .badge.personal a:hover {
  color: #665214 !important;
}
button.hint:focus:before,
button.hint:focus:after,
button[data-hint]:focus:before,
button[data-hint]:focus:after {
  visibility: hidden;
}
button.hint:hover:before,
button.hint:hover:after,
button[data-hint]:hover:before,
button[data-hint]:hover:after {
  visibility: visible !important;
}
button.append.hint--bottom:before,
button.append.hint--bottom:after {
  left: 12px;
}
button.append.hint--right:before,
button.append.hint--right:after {
  bottom: 14px;
}
button.append.hint--right:before {
  margin-bottom: 0;
}
.btn-yellow {
  border-radius: 4px;
  box-shadow: 0 3px 0 0 #e5ad06;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #ffc107;
  padding: 11px 25px;
  color: #333330;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  display: inline-block;
  cursor: pointer;
  font-family: inherit;
}
.btn-yellow:hover {
  box-shadow: 0 3px 8px 0 #ffc107, 0 3px 0 0 #e5ad06;
}
.btn-yellow:active {
  box-shadow: 0 3px 8px 0 #ffc107, 0 1px 0 0 #e5ad06;
  background-color: #f3b806;
  position: relative;
  top: 2px;
}
.btn-yellow:disabled {
  opacity: .5;
}
.btn-white {
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  background-color: #fffdf2;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #333330;
  padding: 7px 12px 5px;
  display: inline-block;
  cursor: pointer;
  font-family: inherit;
}
.btn-transparent {
  display: block;
  min-width: 150px;
  height: 56px;
  margin-right: 16px;
  border-radius: 4px;
  border: solid 1px #e0e0d3;
  font-size: 0.875rem;
  line-height: 1.71;
  text-align: center;
  color: #8f9085;
  font-family: inherit;
}
.btn-transparent img {
  margin-top: 8px;
  margin-bottom: -7px;
}
.btn-transparent:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.btn-transparent:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn-transparent:disabled {
  opacity: 0.5;
}
.btn-dark-blue {
  padding: 5px 14px 7px;
  border-radius: 4px;
  background-color: #1f6699;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  border: 0;
}
.btn-dark-blue:visited {
  color: #ffffff;
}
.btn-dark-blue:active {
  color: #ffffff;
}
.btn-dark-blue:hover {
  color: #ccc !important;
}
.btn-blue {
  border-radius: 4px;
  box-shadow: 0 3px 0 0 #297ccf;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #2e8ae6;
  padding: 13px 25px;
  color: #fffdf2;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
  display: inline-block;
  cursor: pointer;
  font-family: inherit;
}
.btn-blue:hover {
  box-shadow: 0 3px 8px 0 #2e8ae6, 0 3px 0 0 #297ccf;
}
.btn-blue:active {
  box-shadow: 0 3px 8px 0 #2e8ae6, 0 1px 0 0 #297ccf;
  background-color: #2b83db;
  position: relative;
  top: 2px;
}
.btn-blue:disabled {
  opacity: .5;
}
.btn-gray {
  border-radius: 4px;
  box-shadow: 0 3px 0 0 #d9d9cc;
  border: solid 1px #d9d9cc;
  background-color: #f7f5ea;
  padding: 13px 25px;
  color: #75756e;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
  display: inline-block;
  cursor: pointer;
  font-family: inherit;
}
.btn-gray:hover {
  box-shadow: 0 3px 8px 0 #e0e0d3, 0 3px 0 0 #d9d9cc;
}
.btn-gray:active {
  box-shadow: 0 3px 8px 0 #e0e0d3, 0 1px 0 0 #d9d9cc;
  background-color: #ebe9df;
  position: relative;
  top: 2px;
}
.btn-gray:disabled {
  opacity: .5;
}
.btn-sm {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 7px 16px 5px;
}
.btn-white-inverse {
  border-radius: 4px;
  border: solid 2px #fffdf2c0;
  background-color: #333330;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #fffdf2c0;
  padding: 7px 12px 5px;
  display: inline-block;
  cursor: pointer;
  font-family: inherit;
}
.btn-disabled {
  border: solid 1px #d9d9cc;
  background-color: rgba(0, 0, 0, 0.04);
  color: #75756e;
  box-shadow: none !important;
  font-family: inherit;
}
.btn-full-width {
  display: block;
  width: 100%;
}
.subscription-status-banners .status-banner {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  padding-top: 76px;
  padding-bottom: 16px;
}
.subscription-status-banners .status-banner .content {
  box-sizing: border-box;
  display: flex;
}
.subscription-status-banners .status-banner .content .info-part {
  flex-grow: 1;
  margin-right: 20px;
}
.subscription-status-banners .status-banner .content .action-part {
  flex-grow: 0;
  display: flex;
  align-items: center;
}
.subscription-status-banners .status-banner .content .action-part a {
  display: inline-block;
  padding: 7px 11px 7px 12px;
  border-radius: 4px;
  border: solid 1px #000000;
  color: #333330;
  font-size: 1rem;
  font-weight: 500;
}
.subscription-status-banners .status-banner .content b {
  display: block;
  margin-bottom: 4px;
  color: #33332f;
}
.subscription-status-banners .status-banner-aqua {
  background-color: #91f2a1;
}
.subscription-status-banners .status-banner-lime {
  background-color: #50dce3;
}
.subscription-status-banners .status-banner-mustard {
  background-color: #f2d991;
}
.subscription-status-banners .status-banner-grey {
  background-color: #f5f3e8;
}
.menu {
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.33;
  background-color: #333330;
  height: 64px;
  margin: 0;
  min-width: 320px;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}
.menu .menu-mobile {
  width: 100%;
  display: none;
  position: absolute;
  background-color: #333330;
  top: 64px;
  z-index: 10;
}
.menu .menu-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
  display: block;
}
.menu .menu-mobile ul li {
  display: block !important;
  list-style: none;
  margin: 0 0 0 51px;
  padding: 0;
  font-size: 1rem;
  letter-spacing: 1px;
}
.menu .menu-mobile ul li .active {
  text-transform: uppercase;
  display: inline-block;
}
.menu .menu-mobile ul li .active b {
  font-weight: bold;
  display: inline-block;
  color: #fffdf2;
}
.menu .menu-mobile ul li a,
.menu .menu-mobile ul li span {
  border-bottom: none;
  text-transform: uppercase;
  padding: 13px 16px;
  display: inline-block;
}
.menu .menu-mobile ul li a b,
.menu .menu-mobile ul li span b {
  font-weight: bold;
  display: inline-block;
  color: rgba(255, 253, 242, 0.75);
  border-bottom: 1px solid rgba(255, 253, 242, 0.33);
}
.menu .menu-mobile ul li a b:hover,
.menu .menu-mobile ul li span b:hover {
  border-bottom: 1px solid #fffdf2;
}
.menu .menu-mobile ul li:first-child a,
.menu .menu-mobile ul li:first-child span {
  padding-top: 6px;
}
.menu .menu-mobile ul li:last-child a,
.menu .menu-mobile ul li:last-child span {
  padding-bottom: 24px;
}
.menu .menu-actions {
  display: flex;
  flex-grow: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.menu .menu-actions ul {
  flex-grow: 1;
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
  display: block;
}
.menu .menu-actions ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  letter-spacing: 1px;
}
.menu .menu-actions ul li .active {
  text-transform: uppercase;
  padding: 22px 18px 20px;
  display: inline-block;
}
.menu .menu-actions ul li .active b {
  font-weight: bold;
  display: inline-block;
  color: #fffdf2;
}
.menu .menu-actions ul li a {
  padding: 22px 18px 20px;
  display: inline-block;
  border-bottom: none;
  text-transform: uppercase;
}
.menu .menu-actions ul li a b {
  font-weight: bold;
  display: inline-block;
  color: rgba(255, 253, 242, 0.75);
  border-bottom: 1px solid rgba(255, 253, 242, 0.33);
}
.menu .menu-actions ul li a b:hover {
  border-bottom: 1px solid #fffdf2;
}
.menu .menu-actions ul li.mobile-menu {
  display: none;
}
.menu #big-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.menu #big-logo svg,
.menu #small-logo svg {
  color: #FFFDF2;
}
.menu #big-logo {
  width: 114px;
  padding-top: 17px;
  margin-left: 24px;
  display: block;
  float: left;
  border-bottom: none;
}
.menu #small-logo {
  width: 27px;
  padding-top: 18px;
  display: none;
  border-bottom: none;
}
@media (max-width: 600px) {
  .menu .menu-actions {
    position: unset;
  }
  .menu .menu-actions ul li {
    display: none;
    margin-right: 0;
  }
  .menu .menu-actions ul li:first-child,
  .menu .menu-actions ul li:last-child {
    display: inline-block;
  }
  .menu .menu-actions ul li a,
  .menu .menu-actions ul li .active {
    padding: 22px 16px;
  }
  .menu .menu-actions ul li.mobile-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    top: -5px;
    height: 30px;
    width: 30px;
    left: -30px;
  }
  .menu .menu-actions ul li.mobile-menu .mobile-menu-button {
    margin: 15px 15px 15px 11px;
    height: 30px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    display: inline-block;
    color: #fffdf2;
    font-weight: 900;
    position: absolute;
    cursor: pointer;
  }
  .menu .menu-actions ul li.mobile-menu .mobile-menu-button.active {
    padding: 0;
  }
  .menu .menu-actions ul li.mobile-menu .mobile-menu-button img {
    position: relative;
    top: 3px;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    transition: transform 300ms;
  }
  .menu .menu-actions ul li.mobile-menu .mobile-menu-button.expanded img {
    transform: rotate(180deg);
  }
  .menu #small-logo {
    display: block;
    width: 38px;
    float: left;
    margin-left: 12px;
  }
  .menu #big-logo {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .menu .menu-actions ul li {
    display: inline-block;
  }
  .menu .menu-actions ul li a,
  .menu .menu-actions ul li .active {
    padding: 22px 16px;
  }
  .menu #small-logo {
    display: block;
    width: 38px;
    float: left;
    margin-left: 12px;
  }
  .menu #big-logo {
    display: none;
  }
}
.widget-ResponsiveAuthorInfo {
  background: #f5f3e8;
  padding-top: 104px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget-ResponsiveAuthorInfo .info {
  display: flex;
  margin-bottom: 32px;
  margin-top: -2px;
}
.widget-ResponsiveAuthorInfo .info .photo {
  flex-grow: 0;
  margin-right: 40px;
}
.widget-ResponsiveAuthorInfo .info .photo .photo-frame {
  position: relative;
  display: block;
  overflow: hidden;
}
.widget-ResponsiveAuthorInfo .info .photo .photo-frame img {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.widget-ResponsiveAuthorInfo .info .photo .photo-frame:after {
  content: '';
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
.widget-ResponsiveAuthorInfo .info .description {
  flex-grow: 1;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.widget-ResponsiveAuthorInfo .info .description a {
  text-decoration: none;
  color: #333330;
  border-bottom: 1px solid rgba(51, 51, 48, 0.3);
}
.widget-ResponsiveAuthorInfo .info .description h1 {
  line-height: 2.25rem;
  padding-bottom: 1px;
  margin: 0;
  display: inline;
}
.widget-ResponsiveAuthorInfo .info .description .author-info {
  margin-top: 8px;
  max-height: 92px;
  overflow-y: hidden;
}
.widget-ResponsiveAuthorInfo .info .description .author-info p {
  margin-bottom: .5em;
}
.widget-ResponsiveAuthorInfo .info .description .author-info p:last-of-type {
  margin-bottom: 0;
}
.widget-ResponsiveAuthorInfo .info .description .author-info a {
  color: #2e8ae6;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid;
  border-color: rgba(46, 138, 230, 0.33);
}
.widget-ResponsiveAuthorInfo .info .description .author-info a:hover {
  border-bottom: 1px solid #2e8ae6;
}
.widget-ResponsiveAuthorInfo .info .description .author-info a.show-more {
  color: #8f8f86;
  border-bottom: 1px dashed;
  border-color: rgba(143, 143, 134, 0.33);
  cursor: pointer;
}
.widget-ResponsiveAuthorInfo .info .description .author-info a.show-more:hover {
  border-bottom: 1px dashed;
  border-color: rgba(143, 143, 134, 0.33);
}
.widget-ResponsiveAuthorInfo .info .description .author-info b,
.widget-ResponsiveAuthorInfo .info .description .author-info strong {
  font-weight: bold;
}
.widget-ResponsiveAuthorInfo .info .description .author-info em,
.widget-ResponsiveAuthorInfo .info .description .author-info i {
  font-style: italic;
}
.widget-ResponsiveAuthorInfo .info .description .author-info ol,
.widget-ResponsiveAuthorInfo .info .description .author-info ul {
  list-style: initial;
  margin: 10px 30px;
}
.widget-ResponsiveAuthorInfo .info .description .author-info ol {
  list-style: decimal;
}
.widget-ResponsiveAuthorInfo .tabs-wrapper {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.widget-ResponsiveAuthorInfo .tabs-wrapper::-webkit-scrollbar {
  display: none;
}
.widget-ResponsiveAuthorInfo .tabs-wrapper .tabs {
  display: flex;
  position: relative;
  top: 1px;
  white-space: nowrap;
}
.widget-ResponsiveAuthorInfo .tabs-wrapper .tabs h2,
.widget-ResponsiveAuthorInfo .tabs-wrapper .tabs div {
  flex-grow: 0;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 13px 12px;
  margin: 0 16px 0 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.widget-ResponsiveAuthorInfo .tabs-wrapper .tabs h2 {
  position: relative;
}
.widget-ResponsiveAuthorInfo .tabs-wrapper .tabs h2:after {
  content: '';
  display: block;
  border-radius: 2px;
  background-color: #ffc107;
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.widget-ResponsiveAuthorInfo .tabs-wrapper .tabs a {
  color: #75756e;
  border-bottom: 1px solid rgba(117, 117, 110, 0.3);
}
@media (max-width: 767px) {
  .widget-ResponsiveAuthorInfo .info {
    margin-top: -10px;
    margin-bottom: 16px;
  }
  .widget-ResponsiveAuthorInfo .info .photo {
    margin-right: 12px;
  }
  .widget-ResponsiveAuthorInfo .info .photo .photo-frame img {
    width: 80px;
    height: 80px;
  }
  .widget-ResponsiveAuthorInfo .info .description {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .widget-ResponsiveAuthorInfo .info .description h1 {
    line-height: 1.75rem;
  }
  .widget-ResponsiveAuthorInfo .tabs-wrapper .tabs h2,
  .widget-ResponsiveAuthorInfo .tabs-wrapper .tabs div {
    margin: 0;
  }
}
.widget-ResponsiveAuthorSeoText .book-footer-text {
  font-size: 1rem;
  line-height: 1.38;
  color: #8f8f86;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .widget-ResponsiveAuthorSeoText .book-footer-text {
    font-size: 0.875rem;
    line-height: 1.43;
    margin-bottom: 48px;
  }
}
.widget-ResponsiveBookGridList .grid {
  max-width: 640px;
}
.widget-ResponsiveBookGridList .grid .book-item {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.widget-ResponsiveBookGridList .grid .book-item:first-child {
  margin-top: 40px;
}
.widget-ResponsiveBookGridList .grid .book-item .cover-part {
  flex-grow: 0;
  margin-right: 20px;
}
.widget-ResponsiveBookGridList .grid .book-item .cover-part .small-cover,
.widget-ResponsiveBookGridList .grid .book-item .cover-part .small-cover-frame {
  display: block;
  width: 100px;
  border-radius: 3px;
  overflow: hidden;
}
.widget-ResponsiveBookGridList .grid .book-item .cover-part .small-cover-frame {
  position: relative;
}
.widget-ResponsiveBookGridList .grid .book-item .cover-part .small-cover-frame::after {
  content: '';
  border-radius: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
.widget-ResponsiveBookGridList .grid .book-item .description {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #8f8f86;
  position: relative;
}
.widget-ResponsiveBookGridList .grid .book-item .description a {
  color: #8f8f86;
}
.widget-ResponsiveBookGridList .grid .book-item .description h3 {
  color: #333330;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .widget-ResponsiveBookGridList .grid {
    max-width: 720px;
  }
  .widget-ResponsiveBookGridList .grid .book-item {
    margin-bottom: 20px;
  }
  .widget-ResponsiveBookGridList .grid .book-item:first-child {
    margin-top: 32px;
  }
  .widget-ResponsiveBookGridList .grid .book-item:last-child {
    margin-bottom: 32px;
  }
  .widget-ResponsiveBookGridList .grid .book-item .cover-part {
    margin-right: 12px;
  }
  .widget-ResponsiveBookGridList .grid .book-item .cover-part .small-cover,
  .widget-ResponsiveBookGridList .grid .book-item .cover-part .small-cover-frame {
    width: 80px;
    border-radius: 2px;
  }
  .widget-ResponsiveBookGridList .grid .book-item .description {
    flex-grow: 1;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #8f8f86;
    position: relative;
  }
  .widget-ResponsiveBookGridList .grid .book-item .description h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.widget-ResponsiveBookAuthor {
  line-height: 1.33;
}
.widget-ResponsiveBookAuthor .mr {
  margin-right: 0;
}
.widget-ResponsiveBookAuthor .author-description {
  max-height: 135px;
  overflow-y: hidden;
}
.widget-ResponsiveBookAuthor .show-more {
  color: #8f8f86;
  border-bottom: 1px dashed;
  border-color: rgba(143, 143, 134, 0.33);
  cursor: pointer;
}
.widget-ResponsiveBookAuthor .author-block {
  margin-bottom: 24px;
}
.widget-ResponsiveBookAuthor .author-block h3 {
  margin-top: 0;
  margin-bottom: 8px;
}
.widget-ResponsiveBookAuthor .author-block h3 a {
  font-size: 1rem;
  line-height: 1.5;
  color: #8f8f86;
  font-weight: normal;
  border-bottom: 0;
}
.widget-ResponsiveBookAuthor .author-block h3 a b {
  color: #33332f;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
  margin-right: 12px;
  border-bottom: 1px solid rgba(51, 51, 47, 0.33);
}
.widget-ResponsiveBookAuthor .author-block h3 a b:hover {
  border-bottom: 1px solid #33332f;
}
.widget-ResponsiveBookAuthor .author-block-info {
  max-width: 640px;
}
.widget-ResponsiveBookAuthor .author-photo {
  width: 96px;
  height: 96px;
  border-radius: 2px;
  display: block;
}
.widget-ResponsiveBookAuthor .author-photo-frame {
  display: inline-block;
  position: relative;
  margin-left: 24px;
}
.widget-ResponsiveBookAuthor .author-photo-frame:after {
  content: '';
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.12);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .widget-ResponsiveBookAuthor .author-block-info {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .widget-ResponsiveBookAuthor .author-block {
    line-height: 1.38;
    margin-right: 12px;
  }
  .widget-ResponsiveBookAuthor .author-block h3 a {
    font-size: .875rem;
    line-height: 1.43;
  }
  .widget-ResponsiveBookAuthor .author-block h3 a b {
    font-size: 1.125rem;
    line-height: 1.25;
  }
}
@media (min-width: 1400px) {
  .widget-ResponsiveBookAuthor .author-block-info {
    max-width: 752px;
  }
}
.widget-ResponsiveBookInfo {
  padding-top: 104px;
  display: block;
  line-height: 1.33;
}
.widget-ResponsiveBookInfo .page-content {
  margin-bottom: 64px;
}
.widget-ResponsiveBookInfo h1 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.13;
  margin: 0 0 8px 0;
  display: block;
}
.widget-ResponsiveBookInfo .cover-row {
  display: inline-block;
  float: left;
}
.widget-ResponsiveBookInfo .cover-frame {
  display: inline-block;
  position: relative;
  margin-right: 40px;
}
.widget-ResponsiveBookInfo .hidden-read-button {
  width: inherit;
}
.widget-ResponsiveBookInfo .cover {
  margin: 0;
  display: block;
  border-radius: 3.4px;
}
.widget-ResponsiveBookInfo .blured-cover {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  z-index: -2;
}
.widget-ResponsiveBookInfo .blured-cover img {
  filter: blur(20px);
  width: 100%;
}
.widget-ResponsiveBookInfo .cover-frame:after {
  border-radius: 3.4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  top: 0;
}
.widget-ResponsiveBookInfo .book-header {
  margin-bottom: 24px;
}
.widget-ResponsiveBookInfo .book-header h2.authors,
.widget-ResponsiveBookInfo .book-header a {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #2e8ae6;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.widget-ResponsiveBookInfo .book-header a {
  border-bottom: 1px solid;
  border-color: rgba(46, 138, 230, 0.33);
}
.widget-ResponsiveBookInfo .book-header a:hover {
  border-color: #2e8ae6;
}
.widget-ResponsiveBookInfo .book-counters {
  font-size: 1rem;
  line-height: 1.5;
  color: #8f8f86;
  height: 24px;
  overflow: hidden;
  margin-top: 1em;
}
.widget-ResponsiveBookInfo .book-counters span {
  margin-right: 20px;
  display: inline-block;
}
.widget-ResponsiveBookInfo .book-counters span:last-child {
  margin-right: 0 !important;
}
.widget-ResponsiveBookInfo .book-counters .new-badge-free {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.78px;
  color: #52cc14;
  text-transform: uppercase;
}
.widget-ResponsiveBookInfo .book-counters svg {
  position: relative;
  top: 5px;
  color: #EFC02F;
}
.widget-ResponsiveBookInfo .clear {
  clear: both;
}
.widget-ResponsiveBookInfo .book-description {
  margin-top: 32px;
  margin-bottom: 1em;
}
.widget-ResponsiveBookInfo .book-content {
  margin-bottom: 32px;
}
.widget-ResponsiveBookInfo .book-description-text,
.widget-ResponsiveBookInfo .book-description-content {
  width: 100%;
  display: inline-block;
}
.widget-ResponsiveBookInfo .book-description-text {
  max-height: 208px;
}
.widget-ResponsiveBookInfo .book-description-text blockquote {
  font-style: italic;
  border-left: 5px solid #ffc107;
  padding-left: 1em;
}
.widget-ResponsiveBookInfo .book-description-text p {
  margin-bottom: .75em;
}
.widget-ResponsiveBookInfo .book-description-text a {
  color: #2e8ae6;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid;
  border-color: rgba(46, 138, 230, 0.33);
}
.widget-ResponsiveBookInfo .book-description-text a:hover {
  border-bottom: 1px solid #2e8ae6;
}
.widget-ResponsiveBookInfo .book-description-text a.show-more {
  color: #8f8f86;
  border-bottom: 1px dashed;
  border-color: rgba(143, 143, 134, 0.33);
  cursor: pointer;
}
.widget-ResponsiveBookInfo .book-description-text a.show-more:hover {
  border-bottom: 1px dashed;
  border-color: rgba(143, 143, 134, 0.33);
}
.widget-ResponsiveBookInfo .book-description-text b,
.widget-ResponsiveBookInfo .book-description-text strong {
  font-weight: bold;
}
.widget-ResponsiveBookInfo .book-description-text em,
.widget-ResponsiveBookInfo .book-description-text i {
  font-style: italic;
}
.widget-ResponsiveBookInfo .book-description-text ol,
.widget-ResponsiveBookInfo .book-description-text ul {
  list-style: initial;
  margin: 10px 30px;
}
.widget-ResponsiveBookInfo .book-description-text ol {
  list-style: decimal;
}
.widget-ResponsiveBookInfo .book-description-content {
  max-height: 135px;
  overflow-y: hidden;
}
.widget-ResponsiveBookInfo .book-description-content a.show-more {
  color: #8f8f86;
  border-bottom: 1px dashed;
  border-color: rgba(143, 143, 134, 0.33);
  cursor: pointer;
}
.widget-ResponsiveBookInfo .book-description-content a.show-more:hover {
  border-bottom: 1px dashed;
  border-color: rgba(143, 143, 134, 0.33);
}
.widget-ResponsiveBookInfo .book-content h3 {
  display: block;
  margin-bottom: 8px;
  font-weight: 900;
  color: #33332f;
  font-size: 1.25rem;
}
.widget-ResponsiveBookInfo .book-buttons {
  display: flex;
  height: 56px;
  margin-bottom: 16px;
}
.widget-ResponsiveBookInfo .book-buttons a {
  display: block;
  width: 150px;
  height: 56px;
  margin-right: 16px;
  border-radius: 4px;
  border: solid 1px #e0e0d3;
  font-size: 0.875rem;
  line-height: 1.71;
  text-align: center;
  color: #8f9085;
}
.widget-ResponsiveBookInfo .book-buttons a svg {
  color: #74746E;
  margin-top: 8px;
  margin-bottom: -7px;
}
.widget-ResponsiveBookInfo .book-information {
  margin-bottom: 32px;
}
.widget-ResponsiveBookInfo .book-information,
.widget-ResponsiveBookInfo .book-information a {
  font-size: 1rem;
  line-height: 1.38;
  color: #75756e;
}
.widget-ResponsiveBookInfo .book-information a {
  border-bottom: 1px solid rgba(117, 117, 110, 0.33);
}
.widget-ResponsiveBookInfo .book-information a:hover {
  border-bottom: 1px solid #75756e;
}
.widget-ResponsiveBookInfo .tags {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-ResponsiveBookInfo .tags li {
  padding: 6px 8px 6px 8px;
  border-radius: 2px;
  background-color: rgba(57, 145, 211, 0.1);
  display: inline-block;
  margin: 0 8px 8px 0;
}
.widget-ResponsiveBookInfo .tags a {
  font-size: 1rem;
  color: #2e8ae6;
  border-bottom: 1px solid rgba(46, 138, 230, 0.33);
  max-width: 640px;
}
.widget-ResponsiveBookInfo .tags a:hover {
  border-bottom: 1px solid #2e8ae6;
}
@media (max-width: 340px) {
  .widget-ResponsiveBookInfo .book-description {
    margin-top: 24px;
  }
  .widget-ResponsiveBookInfo .how-to-read-image {
    width: 110px !important;
  }
  .widget-ResponsiveBookInfo #readButton {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .widget-ResponsiveBookInfo .book-description {
    margin-top: 24px;
  }
  .widget-ResponsiveBookInfo .page-content {
    margin-bottom: 48px;
  }
  .widget-ResponsiveBookInfo .mr {
    margin-right: 12px;
    margin-left: 12px;
  }
  .widget-ResponsiveBookInfo .new-badge-free {
    font-size: .813rem;
  }
  .widget-ResponsiveBookInfo .book-counters {
    margin-top: 1em;
    font-size: .875rem;
  }
  .widget-ResponsiveBookInfo .book-counters span {
    margin-right: 10px;
  }
  .widget-ResponsiveBookInfo .book-content h3 {
    font-size: 1.125rem;
    line-height: 1.25;
  }
  .widget-ResponsiveBookInfo .blured-cover {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 140px;
    z-index: -2;
  }
  .widget-ResponsiveBookInfo .blured-cover img {
    max-width: 140px;
    filter: blur(20px);
  }
  .widget-ResponsiveBookInfo .cover-row {
    float: unset;
    display: block;
    margin: 0;
  }
  .widget-ResponsiveBookInfo .cover-frame {
    display: block;
    width: 200px;
    margin: 0 auto 24px;
  }
  .widget-ResponsiveBookInfo .book-header {
    clear: both;
  }
  .widget-ResponsiveBookInfo .cover,
  .widget-ResponsiveBookInfo .cover-frame:after {
    border-radius: 6px;
  }
  .widget-ResponsiveBookInfo .book-cover-big {
    display: none;
  }
  .widget-ResponsiveBookInfo .btn-transparent {
    border: 0 !important;
    min-width: 0 !important;
    flex-grow: 1;
  }
  .widget-ResponsiveBookInfo .btn-transparent:last-child {
    margin-right: 0;
  }
  .widget-ResponsiveBookInfo .book-buttons a {
    width: unset;
  }
  .widget-ResponsiveBookInfo .book-buttons a img {
    margin-top: 8px;
    margin-bottom: -7px;
  }
  .widget-ResponsiveBookInfo .book-information,
  .widget-ResponsiveBookInfo .book-information a {
    font-size: 0.875rem;
    line-height: 1.43;
  }
  .widget-ResponsiveBookInfo .book-footer-text {
    font-size: 0.875rem;
    line-height: 1.43;
  }
  .widget-ResponsiveBookInfo #readButton {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .widget-ResponsiveBookInfo .book-page-content .book-description {
    margin-top: 24px;
  }
  .widget-ResponsiveBookInfo .book-page-content .book-description,
  .widget-ResponsiveBookInfo .book-page-content .book-content {
    max-width: none;
  }
  .widget-ResponsiveBookInfo .book-page-content .book-cover-big {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .widget-ResponsiveBookInfo .book-page-content .cover-row {
    display: none;
  }
  .widget-ResponsiveBookInfo .book-page-content .book-cover-big {
    display: block;
    width: 240px;
    float: left;
    margin-bottom: 64px;
  }
  .widget-ResponsiveBookInfo .book-page-content .hidden-read-button {
    display: none;
    padding-top: 30px;
    width: 240px;
  }
  .widget-ResponsiveBookInfo .book-page-content .hidden-read-button a {
    display: table;
    margin: 0 auto;
  }
  .widget-ResponsiveBookInfo .book-page-content .page-content {
    display: block;
    width: 632px;
    float: right;
    margin-bottom: 64px;
  }
}
@media (min-width: 1400px) {
  .widget-ResponsiveBookInfo .book-page-content .cover-row {
    display: none;
  }
  .widget-ResponsiveBookInfo .book-page-content .book-cover-big {
    display: block;
    width: 350px;
    float: left;
    margin-bottom: 64px;
  }
  .widget-ResponsiveBookInfo .book-page-content .hidden-read-button {
    display: none;
    padding-top: 30px;
    width: inherit;
  }
  .widget-ResponsiveBookInfo .book-page-content .hidden-read-button a {
    display: table;
    margin: 0 auto;
  }
  .widget-ResponsiveBookInfo .book-page-content .page-content {
    display: block;
    width: 640px;
    float: right;
  }
}
.widget-ResponsiveBookInCollection .collections-block h3 {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
  color: #33332f;
  margin: 0 0 16px 0;
}
.widget-ResponsiveBookInCollection .collections {
  margin-bottom: 48px;
  max-height: 162px;
  overflow: hidden;
}
.widget-ResponsiveBookInCollection .collection-block {
  margin-right: 16px;
}
.widget-ResponsiveBookInCollection .collection-block .collection-image {
  width: 320px;
  border-radius: 4px;
}
.widget-ResponsiveBookInCollection .collection-block .collection-frame {
  width: 320px;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 0;
}
.widget-ResponsiveBookInCollection .collection-block .collection-frame:after {
  border-radius: 4px;
}
.widget-ResponsiveBookInCollection .collection-block *:focus {
  outline: none;
}
@media (max-width: 374px) {
  .widget-ResponsiveBookInCollection .slick-slide {
    line-height: 1rem;
  }
  .widget-ResponsiveBookInCollection .collection-block {
    padding-left: 12px;
    margin-right: 4px;
  }
  .widget-ResponsiveBookInCollection .collection-block .collection-image,
  .widget-ResponsiveBookInCollection .collection-block .collection-frame {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .widget-ResponsiveBookInCollection .collections-block h3 {
    font-size: 1.125rem;
    line-height: 1.25;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .widget-ResponsiveBookInCollection .collection-block {
    padding-left: 12px;
    margin-right: 4px;
  }
  .widget-ResponsiveBookInCollection .collection-block .collection-image,
  .widget-ResponsiveBookInCollection .collection-block .collection-frame {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .widget-ResponsiveBookInCollection .collections {
    margin-right: calc((-100vw + 735px) / 2);
  }
}
.widget-ResponsiveBookReviews {
  line-height: 1.33;
}
.widget-ResponsiveBookReviews .reviews {
  margin-bottom: 48px;
  max-width: 640px;
}
.widget-ResponsiveBookReviews .reviews .reviews-header {
  color: #8f8f86;
  font-size: 0.875rem;
  line-height: 1.71;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 28px;
}
.widget-ResponsiveBookReviews .reviews .reviews-header svg {
  position: relative;
  top: 4px;
  color: #EFC02F;
}
.widget-ResponsiveBookReviews .reviews .reviews-header h3 {
  display: inline-block;
  margin: 0 16px 0 0;
  color: #33332f;
  font-weight: 900;
  line-height: 1.2;
  font-size: 1.25rem;
}
.widget-ResponsiveBookReviews .reviews .reviews-header h3 a {
  border-bottom: 1px solid rgba(51, 51, 47, 0.33);
}
.widget-ResponsiveBookReviews .reviews .reviews-header h3 a:hover {
  border-bottom: 1px solid #33332f;
}
.widget-ResponsiveBookReviews .reviews .blank-review {
  display: flex;
  margin-bottom: 36px;
  align-items: center;
}
.widget-ResponsiveBookReviews .reviews .blank-review div:last-child {
  flex-grow: 1;
}
.widget-ResponsiveBookReviews .reviews .review {
  display: flex;
  margin-bottom: 35px;
}
.widget-ResponsiveBookReviews .reviews .review span {
  line-height: 1.33;
  font-size: 1.125rem;
}
.widget-ResponsiveBookReviews .reviews .review:last-of-type {
  margin-bottom: 23px;
}
.widget-ResponsiveBookReviews .reviews .review-header {
  font-size: 0.875rem !important;
  line-height: 1.43;
  color: #8f8f86;
  position: relative;
  top: -4px;
  left: -4px;
}
.widget-ResponsiveBookReviews .reviews .review-header a {
  color: #8f8f86;
  border-bottom: 1px solid rgba(143, 143, 134, 0.33);
}
.widget-ResponsiveBookReviews .reviews .review-header a:hover {
  border-bottom: 1px solid #8f8f86;
}
.widget-ResponsiveBookReviews .reviews .review-header svg {
  position: relative;
  top: 5px;
  color: #DFDFD2;
  margin-right: -2px;
}
.widget-ResponsiveBookReviews .reviews .review-header svg:last-of-type {
  margin-right: 8px;
}
.widget-ResponsiveBookReviews .reviews .review-header svg.active {
  color: #EFC02F;
}
.widget-ResponsiveBookReviews .reviews .avatar {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  display: block;
  overflow: hidden;
}
.widget-ResponsiveBookReviews .reviews .avatar-frame {
  display: inline-block;
  position: relative;
  margin-right: 16px;
}
.widget-ResponsiveBookReviews .reviews .avatar-frame:after {
  content: '';
  border-radius: 100px;
  border: solid 1px rgba(0, 0, 0, 0.12);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.widget-ResponsiveBookReviews .reviews .blank-review-button {
  font-size: 1rem;
  color: #75756e;
  border-radius: 3px;
  border: solid 1px #bdbdb1;
  background-color: #ffffff;
  padding: 6px 8px;
  display: block;
}
@media (max-width: 767px) {
  .widget-ResponsiveBookReviews .reviews .reviews-header {
    margin-bottom: 19px;
  }
  .widget-ResponsiveBookReviews .reviews .reviews-header h3 {
    font-size: 1.125rem;
    line-height: 1.25;
  }
  .widget-ResponsiveBookReviews .reviews .review span {
    line-height: 1.38;
    font-size: 1rem;
  }
  .widget-ResponsiveBookReviews .reviews .review-header {
    font-size: 0.75rem !important;
    line-height: 1.67;
  }
  .widget-ResponsiveBookReviews .reviews .avatar {
    width: 40px;
    height: 40px;
    border-radius: 80px;
  }
}
@media (max-width: 1024px) {
  .widget-ResponsiveBookReviews .reviews {
    max-width: none;
  }
}
@media (min-width: 1400px) {
  .widget-ResponsiveBookReviews .reviews {
    max-width: 752px;
  }
}
.widget-ResponsiveBookSeoText .book-footer-text {
  font-size: 1rem;
  line-height: 1.38;
  color: #8f8f86;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .widget-ResponsiveBookSeoText .book-footer-text {
    font-size: 0.875rem;
    line-height: 1.43;
    margin-bottom: 48px;
  }
}
.widget-ResponsiveBooksSlider .recommend-books-block h3 {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
  color: #33332f;
  margin: 0 0 16px 0;
}
.widget-ResponsiveBooksSlider .slider-books {
  margin-bottom: 40px;
  max-height: 380px;
  overflow: hidden;
}
.widget-ResponsiveBooksSlider .small-book-block {
  width: 142px;
  margin-right: 20px;
  float: left;
}
.widget-ResponsiveBooksSlider .small-book-block a:first-child {
  display: block;
  height: 215px;
  position: relative;
}
.widget-ResponsiveBooksSlider .small-book-block a:first-child .wrapper {
  position: absolute;
  bottom: 0;
}
.widget-ResponsiveBooksSlider .small-book-block .new-badge-free {
  font-size: 0.688rem;
  line-height: 1.125;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: bold;
  color: #52cc14;
}
.widget-ResponsiveBooksSlider .small-book-block *:focus {
  outline: none;
}
.widget-ResponsiveBooksSlider .small-book-block .title {
  clear: both;
  font-size: 0.938rem;
  line-height: 1.25rem;
  color: #2e8ae6;
  border-bottom: 1px solid rgba(46, 138, 230, 0.33);
}
.widget-ResponsiveBooksSlider .small-book-block .title:hover {
  border-bottom: 1px solid #2e8ae6;
}
.widget-ResponsiveBooksSlider .small-book-block .title::after {
  content: '';
  margin-bottom: 2px;
  display: block;
}
.widget-ResponsiveBooksSlider .small-book-block .author {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #75756e;
}
.widget-ResponsiveBooksSlider .small-book-block .author::after {
  content: '';
  margin-bottom: 2px;
  display: block;
}
.widget-ResponsiveBooksSlider .small-book-block .small-cover,
.widget-ResponsiveBooksSlider .small-book-block .small-cover-frame {
  width: 120px;
  border-radius: 1px;
  overflow: hidden;
}
.widget-ResponsiveBooksSlider .small-book-block .small-cover-frame {
  display: block;
  margin: 0 0 8px 0;
  position: relative;
}
.widget-ResponsiveBooksSlider .small-book-block .small-cover-frame::after {
  content: '';
  border-radius: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 374px) {
  .widget-ResponsiveBooksSlider .slick-slide {
    line-height: 1rem;
  }
  .widget-ResponsiveBooksSlider .small-book-block {
    margin-right: 8px;
    padding-left: 12px;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .widget-ResponsiveBooksSlider .recommend-books-block h3 {
    font-size: 1.125rem;
    line-height: 1.25;
  }
  .widget-ResponsiveBooksSlider .small-book-block {
    margin-right: 8px;
    padding-left: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .widget-ResponsiveBooksSlider .author-books,
  .widget-ResponsiveBooksSlider .slider-books {
    margin-right: calc((-100vw + 720px) / 2);
  }
}
@media (min-width: 1400px) {
  .widget-ResponsiveBooksSlider .small-book-block {
    margin-right: 22px;
  }
}
.widget-ResponsiveBlog {
  background: #F5F3E8;
  position: relative;
}
.widget-ResponsiveBlog .gradient {
  background: linear-gradient(0deg, #fffdf2 0%, rgba(255, 253, 242, 0) 100%);
  height: 300px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.widget-ResponsiveBlog .blog-list-main-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 124px 0 0 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
  z-index: 2;
  position: relative;
}
.widget-ResponsiveBlog .blog-list-main-content h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.375rem;
  margin-bottom: 14px;
}
.widget-ResponsiveBlog .blog-list-main-content .top-text {
  padding-bottom: 40px;
}
.widget-ResponsiveBlog .blog-list-main-content .bottom-text {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #8f8f86;
  padding: 32px 0 48px 0;
}
.widget-ResponsiveBlog .blog-list-main-content .bottom-text p {
  margin-bottom: 8px;
}
.widget-ResponsiveBlog .blog-list-main-content .blog-list-content {
  max-width: 640px;
}
.widget-ResponsiveBlog .blog-list-main-content .blog-list-content a {
  color: #333330;
}
.widget-ResponsiveBlog .blog-list-main-content .blog-list-content .blog-item {
  margin-bottom: 32px;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.widget-ResponsiveBlog .blog-list-main-content .blog-list-content .blog-item .blog-item-text {
  padding: 24px;
}
.widget-ResponsiveBlog .blog-list-main-content .blog-list-content .blog-item .blog-item-text h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-bottom: 8px;
}
.widget-ResponsiveBlog .blog-list-main-content .blog-list-content .blog-item img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .widget-ResponsiveBlog .blog-list-main-content {
    max-width: 640px;
    padding: 124px 64px 0 64px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .widget-ResponsiveBlog .blog-list-main-content {
    width: 100%;
    padding: 104px 0 0 0;
  }
  .widget-ResponsiveBlog .blog-list-main-content h1 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.75rem;
  }
  .widget-ResponsiveBlog .blog-list-main-content .top-text {
    padding: 0 12px 32px 12px;
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .widget-ResponsiveBlog .blog-list-main-content .bottom-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 32px 12px 48px 12px;
  }
  .widget-ResponsiveBlog .blog-list-main-content .blog-list-content .blog-item {
    margin-right: 12px;
    margin-left: 12px;
  }
  .widget-ResponsiveBlog .blog-list-main-content .blog-list-content .blog-item .blog-item-text {
    padding: 20px 12px;
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .widget-ResponsiveBlog .blog-list-main-content .blog-list-content .blog-item .blog-item-text h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.widget-ResponsiveBlogPost .blog-post-main-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 124px 0 0 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content {
  max-width: 640px;
  margin-bottom: 64px;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h1,
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h2,
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h3,
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h4,
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h5,
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h6 {
  margin-top: 40px;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.375rem;
  margin-bottom: 14px;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h2,
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h3,
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h4,
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h5,
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h6 {
  margin-bottom: 16px;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h2 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h3 {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.625rem;
  letter-spacing: 0.5px;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h4,
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h5,
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h6 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content p {
  margin-bottom: 16px;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content hr {
  border: 0;
  height: 1px;
  margin: 1.5em 0;
  color: inherit;
  background-color: currentColor;
  opacity: .2;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content .datetime {
  font-size: 1rem;
  color: #75756e;
  margin-bottom: 24px;
  display: block;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content a {
  color: #2e8ae6;
  text-decoration: underline;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content b,
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content strong {
  font-weight: bold;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content em,
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content i {
  font-style: italic;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content blockquote {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.5rem;
  border-left: 5px solid #ffc107;
  padding-left: 19px;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content .wtext {
  margin-bottom: 18px;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content .image-w-100 {
  max-width: 100%;
  height: auto !important;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content sup {
  line-height: 1;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  vertical-align: super;
  font-size: small;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content ul {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content ul li {
  display: list-item;
  margin-bottom: 8px;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 40px;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content ol li {
  display: list-item;
  margin-bottom: 8px;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content .details {
  margin: 16px 30px 30px 0;
  display: block;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content .details .popup-content {
  margin-top: 5px;
  padding: 15px;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content .details .popup-content .share-text {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 1em;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content .details .popup-content a {
  border-bottom: none;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content .details .popup-content a.social {
  margin-right: 7px;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content .details .popup-content .input {
  width: 250px;
  margin-top: 10px;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content .details .popup-content .input::-ms-clear {
  display: none;
}
.widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content button {
  margin-right: 8px;
}
@media (max-width: 1024px) {
  .widget-ResponsiveBlogPost .blog-post-main-content {
    max-width: 640px;
    padding: 124px 64px 0 64px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .widget-ResponsiveBlogPost .blog-post-main-content {
    width: 100%;
    padding: 104px 0 0 0;
  }
  .widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content {
    padding: 20px 12px;
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 48px;
  }
  .widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content .datetime {
    font-size: 0.875rem;
  }
  .widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h1 {
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h2 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h3 {
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1.5rem;
    letter-spacing: 0.5px;
  }
  .widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h4,
  .widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h5,
  .widget-ResponsiveBlogPost .blog-post-main-content .blog-post-content h6 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.375rem;
  }
}
.widget-ResponsiveBlogRecent {
  background: #F5F3E8;
  position: relative;
}
.widget-ResponsiveBlogRecent .read_more {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  display: block;
}
.widget-ResponsiveBlogRecent .gradient {
  background: linear-gradient(0deg, #fffdf2 0%, rgba(255, 253, 242, 0) 100%);
  height: 300px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.widget-ResponsiveBlogRecent .blog-list-main-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 64px 0 0 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
  z-index: 2;
  position: relative;
}
.widget-ResponsiveBlogRecent .blog-list-main-content h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.375rem;
  margin-bottom: 14px;
}
.widget-ResponsiveBlogRecent .blog-list-main-content .top-text {
  padding-bottom: 40px;
}
.widget-ResponsiveBlogRecent .blog-list-main-content .bottom-text {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #8f8f86;
  padding: 32px 0 48px 0;
}
.widget-ResponsiveBlogRecent .blog-list-main-content .blog-list-content {
  max-width: 640px;
}
.widget-ResponsiveBlogRecent .blog-list-main-content .blog-list-content a {
  color: #333330;
}
.widget-ResponsiveBlogRecent .blog-list-main-content .blog-list-content .blog-item {
  margin-bottom: 32px;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.widget-ResponsiveBlogRecent .blog-list-main-content .blog-list-content .blog-item .blog-item-text {
  padding: 24px;
}
.widget-ResponsiveBlogRecent .blog-list-main-content .blog-list-content .blog-item .blog-item-text h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-bottom: 8px;
}
.widget-ResponsiveBlogRecent .blog-list-main-content .blog-list-content .blog-item img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .widget-ResponsiveBlogRecent .blog-list-main-content {
    max-width: 640px;
    padding: 64px 64px 0 64px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .widget-ResponsiveBlogRecent .read_more {
    margin-left: 12px;
  }
  .widget-ResponsiveBlogRecent .blog-list-main-content {
    width: 100%;
    padding: 48px 0 0 0;
  }
  .widget-ResponsiveBlogRecent .blog-list-main-content h1 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.75rem;
  }
  .widget-ResponsiveBlogRecent .blog-list-main-content .top-text {
    padding: 0 12px 40px 12px;
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .widget-ResponsiveBlogRecent .blog-list-main-content .bottom-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 32px 12px 48px 12px;
  }
  .widget-ResponsiveBlogRecent .blog-list-main-content .blog-list-content .blog-item {
    margin-right: 12px;
    margin-left: 12px;
  }
  .widget-ResponsiveBlogRecent .blog-list-main-content .blog-list-content .blog-item .blog-item-text {
    padding: 20px 12px;
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .widget-ResponsiveBlogRecent .blog-list-main-content .blog-list-content .blog-item .blog-item-text h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.widget-ResponsiveFooter {
  line-height: 1.33;
}
.widget-ResponsiveFooter div.footer {
  color: #8f8f86;
  font-size: .75rem;
}
.widget-ResponsiveFooter div.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-ResponsiveFooter div.footer ul li {
  margin-top: 11px;
}
.widget-ResponsiveFooter div.footer .col-1 a,
.widget-ResponsiveFooter div.footer .col-2 a {
  color: #2e8ae6;
  font-size: 1rem;
  border-bottom: 1px solid rgba(46, 138, 230, 0.33);
}
.widget-ResponsiveFooter div.footer .col-1 a:hover,
.widget-ResponsiveFooter div.footer .col-2 a:hover {
  border-bottom: 1px solid #2e8ae6;
}
.widget-ResponsiveFooter div.footer .col-1,
.widget-ResponsiveFooter div.footer .col-2,
.widget-ResponsiveFooter div.footer .col-3 {
  display: block;
  float: left;
  width: 33%;
  margin-bottom: 64px;
}
.widget-ResponsiveFooter div.footer .social-links {
  display: inline-block;
  margin-bottom: 10px;
}
.widget-ResponsiveFooter div.footer .social-links a {
  display: inline-block;
  margin: 15px 16px 0 0;
}
.widget-ResponsiveFooter div.footer .social-links a:last-child {
  margin: 15px 0 0 0;
}
.widget-ResponsiveFooter div.footer .social-links a svg {
  color: #BCBCB0;
}
.widget-ResponsiveFooter div.footer select {
  margin-left: 0;
  margin-top: 22px;
  position: relative;
}
.widget-ResponsiveFooter div.footer .select-css {
  display: inline-block;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 #d9d9cc;
  border: solid 1px #d9d9cc;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  color: #8f8f86;
  padding: 7px 30px 5px 10px;
  background-image: url('/img/expand-more.svg');
  background-position: right 8px top 9px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-color: #f7f5ea;
}
.widget-ResponsiveFooter div.footer .select-css:hover {
  box-shadow: 0 3px 8px 0 #e0e0d3, 0 2px 0 0 #d9d9cc;
  cursor: pointer;
}
.widget-ResponsiveFooter div.footer .select-css:active,
.widget-ResponsiveFooter div.footer .select-css:focus {
  outline: none;
  box-shadow: 0 3px 8px 0 #e0e0d3, 0 1px 0 0 #d9d9cc;
  border: solid 1px #d9d9cc;
  background-color: #ebe9df;
}
.widget-ResponsiveFooter div.footer .select-css::-ms-expand {
  display: none;
}
.widget-ResponsiveFooter div.footer .select-css option {
  font-weight: normal;
}
@media (max-width: 767px) {
  .widget-ResponsiveFooter div.footer .col-1,
  .widget-ResponsiveFooter div.footer .col-2 {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 0;
  }
  .widget-ResponsiveFooter div.footer .col-1 a,
  .widget-ResponsiveFooter div.footer .col-2 a {
    font-size: .875rem;
  }
  .widget-ResponsiveFooter div.footer .col-3 {
    width: 100%;
    margin-top: 40px;
  }
  .widget-ResponsiveFooter div.footer .social-links a:last-child {
    margin: 15px 32px 0 0;
  }
  .widget-ResponsiveFooter div.footer select {
    position: relative;
    top: -10px;
  }
}
.widget-ResponsivePaymentsResult .payment-result-links {
  margin-bottom: 64px;
}
.widget-ResponsivePaymentsResult .payment-result-links p:first-of-type {
  color: #75756e;
  margin-bottom: 32px;
}
.widget-ResponsivePaymentsResult .result-block {
  padding-top: 128px;
  padding-bottom: 10px;
  margin-bottom: 32px;
}
.widget-ResponsivePaymentsResult .result-block.result-success {
  background-color: #d2f2c2;
}
.widget-ResponsivePaymentsResult .result-block.result-error {
  background-color: #f2cece;
}
.widget-ResponsivePaymentsResult .result-block.result-wait {
  background-color: #f2e9ce;
}
.widget-ResponsivePaymentsResult .result-block p {
  margin-bottom: 8px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #333330;
}
.widget-ResponsivePaymentsResult .result-block p a.mail-link {
  color: #333330;
  text-decoration: underline;
}
.widget-ResponsivePaymentsResult .result-block .btn-blue {
  padding: 11px 23px;
  margin: 32px 0 17px;
}
.widget-ResponsivePaymentsResult .result-block .btn-gray {
  padding: 11px 23px;
  margin: 0 0 25px 0;
}
.widget-ResponsivePaymentsResult h1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75rem;
  color: #333330;
}
.widget-ResponsivePaymentsResult .link {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #2e8ae6;
  position: relative;
  border-bottom: 1px solid rgba(46, 138, 230, 0.33);
}
.widget-ResponsivePaymentsResult .link:after {
  content: '';
  position: absolute;
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%232e8ae6' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l-1.4 1.4 5.6 5.6H4v2h12.2l-5.6 5.6L12 20l8-8z'/%3E%3C/svg%3E");
  background-size: cover;
  width: 20px;
  height: 20px;
  right: -26px;
  top: 2px;
}
.widget-ResponsivePaymentsResult .link:hover {
  border-bottom: 1px solid #2e8ae6;
}
.widget-ResponsivePaymentsResult p {
  margin-bottom: 16px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #333330;
}
@media (max-width: 375px) {
  .widget-ResponsivePaymentsResult .btn-blue {
    width: 100%;
    text-align: center;
  }
}
.widget-ResponsivePublisherInfo {
  background: #f5f3e8;
  padding-top: 104px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget-ResponsivePublisherInfo .info {
  margin-bottom: 32px;
  margin-top: -2px;
}
.widget-ResponsivePublisherInfo .info .logo {
  margin-right: 40px;
  margin-bottom: 1.5em;
}
.widget-ResponsivePublisherInfo .info .logo img {
  max-height: 80px;
  max-width: 160px;
  mix-blend-mode: multiply;
}
.widget-ResponsivePublisherInfo .info .description {
  flex-grow: 1;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.widget-ResponsivePublisherInfo .info .description a {
  text-decoration: none;
  color: #333330;
  border-bottom: 1px solid rgba(51, 51, 48, 0.3);
}
.widget-ResponsivePublisherInfo .info .description h1 {
  line-height: 2.25rem;
  padding-bottom: 1px;
  margin: 0;
  display: inline;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info {
  margin-top: 8px;
  max-height: 92px;
  overflow-y: hidden;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info p {
  margin-bottom: .5em;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info p:last-of-type {
  margin-bottom: 0;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info a {
  color: #2e8ae6;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid;
  border-color: rgba(46, 138, 230, 0.33);
}
.widget-ResponsivePublisherInfo .info .description .publisher-info a:hover {
  border-bottom: 1px solid #2e8ae6;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info a.show-more {
  color: #8f8f86;
  border-bottom: 1px dashed;
  border-color: rgba(143, 143, 134, 0.33);
  cursor: pointer;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info a.show-more:hover {
  border-bottom: 1px dashed;
  border-color: rgba(143, 143, 134, 0.33);
}
.widget-ResponsivePublisherInfo .info .description .publisher-info b,
.widget-ResponsivePublisherInfo .info .description .publisher-info strong {
  font-weight: bold;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info em,
.widget-ResponsivePublisherInfo .info .description .publisher-info i {
  font-style: italic;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info ol,
.widget-ResponsivePublisherInfo .info .description .publisher-info ul {
  list-style: initial;
  margin: 10px 30px;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info ol {
  list-style: decimal;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info ul.soc-icons {
  list-style: none;
  margin: 0.5em 0 0 0;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info ul.soc-icons a {
  border: 0;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info ul.soc-icons a span {
  display: block;
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 9px;
  vertical-align: middle;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info ul.soc-icons a.link span {
  background-position: -1024px 0px;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info ul.soc-icons a.twitter span {
  background-position: -440px 0px;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info ul.soc-icons a.facebook span {
  background-position: -400px 0px;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info ul.soc-icons a.google span {
  background-position: -520px 0px;
}
.widget-ResponsivePublisherInfo .info .description .publisher-info ul.soc-icons a.vkontakte span {
  background-position: -480px 0px;
}
.widget-ResponsivePublisherInfo .info .description ul {
  margin-top: 20px;
}
.widget-ResponsivePublisherInfo .info .description ul li {
  line-height: 1.6em;
}
.widget-ResponsivePublisherInfo .tabs-wrapper {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.widget-ResponsivePublisherInfo .tabs-wrapper::-webkit-scrollbar {
  display: none;
}
.widget-ResponsivePublisherInfo .tabs-wrapper .tabs {
  display: flex;
  position: relative;
  top: 1px;
  white-space: nowrap;
}
.widget-ResponsivePublisherInfo .tabs-wrapper .tabs h2,
.widget-ResponsivePublisherInfo .tabs-wrapper .tabs div {
  flex-grow: 0;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 13px 12px;
  margin: 0 16px 0 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.widget-ResponsivePublisherInfo .tabs-wrapper .tabs h2 {
  position: relative;
}
.widget-ResponsivePublisherInfo .tabs-wrapper .tabs h2:after {
  content: '';
  display: block;
  border-radius: 2px;
  background-color: #ffc107;
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.widget-ResponsivePublisherInfo .tabs-wrapper .tabs a {
  color: #75756e;
  border-bottom: 1px solid rgba(117, 117, 110, 0.3);
}
@media (max-width: 767px) {
  .widget-ResponsivePublisherInfo .info {
    margin-bottom: 16px;
  }
  .widget-ResponsivePublisherInfo .info .logo {
    margin-right: 12px;
    max-height: 60px;
    max-width: 120px;
  }
  .widget-ResponsivePublisherInfo .info .logo img {
    max-height: 60px;
    max-width: 120px;
  }
  .widget-ResponsivePublisherInfo .info .description {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .widget-ResponsivePublisherInfo .info .description h1 {
    line-height: 1.75rem;
  }
  .widget-ResponsivePublisherInfo .tabs-wrapper .tabs h2,
  .widget-ResponsivePublisherInfo .tabs-wrapper .tabs div {
    margin: 0;
  }
}
.widget-ResponsivePricing {
  color: #75756e;
  padding-top: 64px;
  line-height: 1.5rem;
  margin-bottom: 4em;
}
.widget-ResponsivePricing a.arrow-href:after {
  content: '';
  position: absolute;
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%232e8ae6' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l-1.4 1.4 5.6 5.6H4v2h12.2l-5.6 5.6L12 20l8-8z'/%3E%3C/svg%3E");
  background-size: cover;
  width: 20px;
  height: 20px;
  right: -26px;
  top: 2px;
}
.widget-ResponsivePricing .expand-href a {
  border-bottom: 1px dashed rgba(46, 138, 230, 0.33);
}
.widget-ResponsivePricing .expand-href a:hover {
  border-bottom: 1px dashed #2e8ae6;
}
.widget-ResponsivePricing .expand-href img {
  position: relative;
  top: 5px;
}
.widget-ResponsivePricing .expand-href img.rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}
.widget-ResponsivePricing h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.25rem;
  color: #333330;
  margin: 64px 0 14px 0;
}
.widget-ResponsivePricing h2 {
  color: #33332f;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  padding: 46px 0 24px;
  margin: 0;
}
.widget-ResponsivePricing h3 {
  color: #333330;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}
.widget-ResponsivePricing .faq-anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}
.widget-ResponsivePricing p {
  margin: 0 0 27px 0;
  padding: 0;
}
.widget-ResponsivePricing a {
  color: #2e8ae6;
  position: relative;
  border-bottom: 1px solid rgba(46, 138, 230, 0.33);
}
.widget-ResponsivePricing a:hover {
  border-bottom: 1px solid #2e8ae6;
}
.widget-ResponsivePricing .payment_logos {
  padding-top: 64px;
  padding-bottom: 18px;
}
.widget-ResponsivePricing .payment_logos img {
  margin-right: 12px;
}
.widget-ResponsivePricing .payment_logos img:last-of-type {
  margin-right: 0;
}
.widget-ResponsivePricing .description {
  max-width: 720px;
}
.widget-ResponsivePricing .description p {
  margin: 0 0 18px 0;
}
.widget-ResponsivePricing .mobile-image {
  display: none;
}
.widget-ResponsivePricing .pricing-options {
  display: flex;
  margin-top: 40px;
}
.widget-ResponsivePricing .pricing-options .plans {
  width: 400px;
}
.widget-ResponsivePricing .pricing-options .plans #payButton {
  margin-top: 24px;
  height: 52px;
}
.widget-ResponsivePricing .pricing-options .plans .plan {
  padding: 12px 12px 12px 16px;
  border-radius: 8px;
  border: solid 1px #bdbdb1;
  background-color: #ffffff;
  color: #75756e;
  display: flex;
  margin-bottom: 12px;
  cursor: pointer;
}
.widget-ResponsivePricing .pricing-options .plans .plan.active {
  border: solid 2px #2e8ae6;
  padding: 11px 11px 11px 15px;
}
.widget-ResponsivePricing .pricing-options .plans .plan.active .action .checkbox {
  border: solid 5px #2e8ae6;
}
.widget-ResponsivePricing .pricing-options .plans .plan:last-of-type {
  margin-bottom: 24px;
}
.widget-ResponsivePricing .pricing-options .plans .plan .action {
  margin-right: 14px;
}
.widget-ResponsivePricing .pricing-options .plans .plan .action .checkbox {
  width: 16px;
  height: 16px;
  margin: 4px;
  padding: 2px;
  border: solid 1px #bdbdb1;
  background-color: #ffffff;
  border-radius: 16px;
  box-sizing: border-box;
}
.widget-ResponsivePricing .pricing-options .plans .plan .type {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #75756e;
  flex-grow: 1;
}
.widget-ResponsivePricing .pricing-options .plans .plan .type b {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #333330;
}
.widget-ResponsivePricing .pricing-options .plans .plan .price {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: right;
  color: #8f8f86;
  white-space: nowrap;
}
.widget-ResponsivePricing .pricing-options .plans .plan .price b {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #333330;
}
.widget-ResponsivePricing .pricing-options .plans .plan .price .comment {
  display: block;
  font-size: 0.875rem;
  color: #333330;
  line-height: 0.4rem;
  top: 4px;
  position: relative;
  z-index: 2;
}
.widget-ResponsivePricing .pricing-options .plans .plan .price .comment:before {
  content: '';
  position: absolute;
  background-color: #feef27;
  top: -2px;
  bottom: -3px;
  left: 1px;
  right: -2px;
  transform: rotate(-2deg);
  z-index: -1;
}
.widget-ResponsivePricing .pricing-options .image img {
  display: block;
  margin: 0 0 0 64px;
}
.widget-ResponsivePricing .active-subscriptions a.banner-href {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}
.widget-ResponsivePricing .active-subscriptions a.banner-href:first-of-type {
  margin-top: 32px;
}
.widget-ResponsivePricing .active-subscriptions a.banner-href:last-of-type {
  margin-bottom: 24px;
}
.widget-ResponsivePricing .active-subscriptions a.banner-href .service-banner {
  padding: 20px 16px 19px 80px;
  border-radius: 8px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  color: #333330;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 16px 0 0 0;
  position: relative;
}
.widget-ResponsivePricing .active-subscriptions a.banner-href .service-banner p {
  opacity: 0.7;
  margin: 4px 0 0 0;
}
.widget-ResponsivePricing .active-subscriptions a.banner-href .service-banner strong {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.widget-ResponsivePricing .active-subscriptions p {
  margin-bottom: 16px;
}
.widget-ResponsivePricing .subscription-banner {
  background-image: linear-gradient(104deg, #dcf291, #91f2a1);
}
.widget-ResponsivePricing .subscription-banner:after {
  font-size: 2rem;
  content: '🧐';
  position: absolute;
  left: 24px;
  top: calc(40%);
  width: 32px;
  height: 42px;
}
.widget-ResponsivePricing .special-service-banner {
  background-image: linear-gradient(111deg, #f2c991, #f29f91 100%);
}
.widget-ResponsivePricing .special-service-banner:after {
  font-size: 2rem;
  content: '🌻';
  position: absolute;
  left: 24px;
  top: calc(40%);
  width: 32px;
  height: 42px;
}
@media (max-width: 767px) {
  .widget-ResponsivePricing {
    line-height: 1.375rem;
  }
  .widget-ResponsivePricing a.arrow-href {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .widget-ResponsivePricing a.arrow-href:after {
    top: 0px;
  }
  .widget-ResponsivePricing h1 {
    margin: 32px 0 8px 0;
    font-size: 1.5rem;
  }
  .widget-ResponsivePricing h2 {
    font-size: 1.125rem;
    padding: 30px 0 24px;
  }
  .widget-ResponsivePricing h3 {
    font-size: 1rem;
  }
  .widget-ResponsivePricing .payment_logos {
    padding-top: 48px;
  }
  .widget-ResponsivePricing .mobile-image {
    display: block;
    margin-top: 36px;
  }
  .widget-ResponsivePricing .mobile-image img {
    display: block;
    margin: 0 auto;
  }
  .widget-ResponsivePricing .pricing-options {
    display: block;
    margin-top: 24px;
  }
  .widget-ResponsivePricing .pricing-options .plans {
    width: 100%;
  }
  .widget-ResponsivePricing .pricing-options .image {
    display: none;
  }
}
.widget-ResponsiveRecommenders {
  line-height: 1.33;
}
.widget-ResponsiveRecommenders .recommenders {
  margin-bottom: 48px;
  max-width: 640px;
}
.widget-ResponsiveRecommenders .recommenders .user-item {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
.widget-ResponsiveRecommenders .recommenders .user-item:first-child {
  padding-top: 40px;
}
.widget-ResponsiveRecommenders .recommenders .user-item .avatar-part {
  flex-grow: 0;
}
.widget-ResponsiveRecommenders .recommenders .user-item .avatar-part .avatar {
  width: 64px;
  height: 64px;
  border-radius: 128px;
  display: block;
  overflow: hidden;
}
.widget-ResponsiveRecommenders .recommenders .user-item .avatar-part .avatar-frame {
  display: block;
  position: relative;
  margin-right: 24px;
}
.widget-ResponsiveRecommenders .recommenders .user-item .avatar-part .avatar-frame:after {
  content: '';
  border-radius: 128px;
  border: solid 1px rgba(0, 0, 0, 0.12);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.widget-ResponsiveRecommenders .recommenders .user-item .name-part {
  flex-grow: 1;
  padding-right: 24px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.66em;
}
.widget-ResponsiveRecommenders .recommenders .user-item .name-part a {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2rem;
  color: #333330;
}
.widget-ResponsiveRecommenders .recommenders .user-item .button-part {
  flex-grow: 0;
}
.widget-ResponsiveRecommenders .recommenders .user-item .button-part .btn-yellow {
  padding: 6px 12px 4px;
  box-shadow: 0 2px 0 0 #e5ad06;
}
@media (max-width: 767px) {
  .widget-ResponsiveRecommenders .recommenders {
    max-width: 720px;
  }
  .widget-ResponsiveRecommenders .recommenders .user-item:first-child {
    padding-top: 32px;
  }
  .widget-ResponsiveRecommenders .recommenders .user-item .avatar-part .avatar {
    width: 48px;
    height: 48px;
  }
  .widget-ResponsiveRecommenders .recommenders .user-item .avatar-part .avatar-frame {
    display: block;
    position: relative;
    margin-right: 12px;
  }
  .widget-ResponsiveRecommenders .recommenders .user-item .avatar-part .avatar-frame:after {
    content: '';
    border-radius: 100px;
    border: solid 1px rgba(0, 0, 0, 0.12);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .widget-ResponsiveRecommenders .recommenders .user-item .name-part {
    padding-right: 8px;
  }
  .widget-ResponsiveRecommenders .recommenders .user-item .name-part a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .widget-ResponsiveRecommenders .recommenders .user-item .button-part .btn-yellow {
    padding: 5px 8px 3px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    box-shadow: 0 2px 0 0 #e5ad06;
  }
}
.widget-ResponsiveSeveralBooksReviews {
  line-height: 1.33;
}
.widget-ResponsiveSeveralBooksReviews .reviews {
  margin-top: 44px;
  margin-bottom: 48px;
  max-width: 640px;
}
.widget-ResponsiveSeveralBooksReviews .reviews .reviews-header {
  color: #8f8f86;
  font-size: 0.875rem;
  line-height: 1.71;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 28px;
}
.widget-ResponsiveSeveralBooksReviews .reviews .reviews-header svg {
  position: relative;
  top: 4px;
  color: #EFC02F;
}
.widget-ResponsiveSeveralBooksReviews .reviews .reviews-header h3 {
  display: inline-block;
  margin: 0 16px 0 0;
  color: #33332f;
  font-weight: 900;
  line-height: 1.2;
  font-size: 1.25rem;
}
.widget-ResponsiveSeveralBooksReviews .reviews .reviews-header h3 a {
  border-bottom: 1px solid rgba(51, 51, 47, 0.33);
}
.widget-ResponsiveSeveralBooksReviews .reviews .reviews-header h3 a:hover {
  border-bottom: 1px solid #33332f;
}
.widget-ResponsiveSeveralBooksReviews .reviews .blank-review {
  display: flex;
  margin-bottom: 36px;
  align-items: center;
}
.widget-ResponsiveSeveralBooksReviews .reviews .blank-review div:last-child {
  flex-grow: 1;
}
.widget-ResponsiveSeveralBooksReviews .reviews .review {
  display: flex;
  margin-bottom: 19px;
}
.widget-ResponsiveSeveralBooksReviews .reviews .review span {
  line-height: 1.33;
  font-size: 1.125rem;
}
.widget-ResponsiveSeveralBooksReviews .reviews .review:last-of-type {
  margin-bottom: 23px;
}
.widget-ResponsiveSeveralBooksReviews .reviews .review-header {
  font-size: 0.875rem !important;
  line-height: 1.43;
  color: #8f8f86;
  position: relative;
  top: -4px;
  left: -4px;
}
.widget-ResponsiveSeveralBooksReviews .reviews .review-header a {
  color: #8f8f86;
  border-bottom: 1px solid rgba(143, 143, 134, 0.33);
}
.widget-ResponsiveSeveralBooksReviews .reviews .review-header a:hover {
  border-bottom: 1px solid #8f8f86;
}
.widget-ResponsiveSeveralBooksReviews .reviews .review-header svg {
  position: relative;
  top: 5px;
  color: #DFDFD2;
  margin-right: -2px;
}
.widget-ResponsiveSeveralBooksReviews .reviews .review-header svg:last-of-type {
  margin-right: 8px;
}
.widget-ResponsiveSeveralBooksReviews .reviews .review-header svg.active {
  color: #EFC02F;
}
.widget-ResponsiveSeveralBooksReviews .reviews .avatar-place {
  width: 64px;
}
.widget-ResponsiveSeveralBooksReviews .reviews .avatar {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  display: block;
  overflow: hidden;
}
.widget-ResponsiveSeveralBooksReviews .reviews .avatar-frame {
  display: inline-block;
  position: relative;
  margin-right: 16px;
}
.widget-ResponsiveSeveralBooksReviews .reviews .avatar-frame:after {
  content: '';
  border-radius: 100px;
  border: solid 1px rgba(0, 0, 0, 0.12);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.widget-ResponsiveSeveralBooksReviews .reviews .blank-review-button {
  font-size: 1rem;
  color: #75756e;
  border-radius: 3px;
  border: solid 1px #bdbdb1;
  background-color: #ffffff;
  padding: 6px 8px;
  display: block;
}
@media (max-width: 767px) {
  .widget-ResponsiveSeveralBooksReviews .reviews {
    max-width: 720px;
    margin-top: 32px;
  }
  .widget-ResponsiveSeveralBooksReviews .reviews .reviews-header {
    margin-bottom: 19px;
  }
  .widget-ResponsiveSeveralBooksReviews .reviews .reviews-header h3 {
    font-size: 1.125rem;
    line-height: 1.25;
  }
  .widget-ResponsiveSeveralBooksReviews .reviews .review span {
    line-height: 1.38;
    font-size: 1rem;
  }
  .widget-ResponsiveSeveralBooksReviews .reviews .review-header {
    font-size: 0.75rem !important;
    line-height: 1.67;
  }
  .widget-ResponsiveSeveralBooksReviews .reviews .avatar-place {
    width: 56px;
  }
  .widget-ResponsiveSeveralBooksReviews .reviews .avatar {
    width: 40px;
    height: 40px;
    border-radius: 80px;
  }
}
@media (max-width: 1024px) {
  .widget-ResponsiveSeveralBooksReviews .reviews {
    max-width: none;
  }
}
@media (min-width: 1400px) {
  .widget-ResponsiveSeveralBooksReviews .reviews {
    max-width: 752px;
  }
}
.widget-ResponsiveSeveralBooksReviews .book-item {
  display: flex;
  margin-left: 64px;
  margin-bottom: 44px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 32px;
}
.widget-ResponsiveSeveralBooksReviews .book-item:first-child {
  margin-top: 40px;
}
.widget-ResponsiveSeveralBooksReviews .book-item:last-child {
  border-bottom: 0;
}
.widget-ResponsiveSeveralBooksReviews .book-item .cover-part {
  flex-grow: 0;
  margin-right: 20px;
}
.widget-ResponsiveSeveralBooksReviews .book-item .cover-part .small-cover,
.widget-ResponsiveSeveralBooksReviews .book-item .cover-part .small-cover-frame {
  display: block;
  width: 100px;
  border-radius: 3px;
  overflow: hidden;
}
.widget-ResponsiveSeveralBooksReviews .book-item .cover-part .small-cover-frame {
  position: relative;
}
.widget-ResponsiveSeveralBooksReviews .book-item .cover-part .small-cover-frame::after {
  content: '';
  border-radius: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
.widget-ResponsiveSeveralBooksReviews .book-item .description {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #8f8f86;
  position: relative;
}
.widget-ResponsiveSeveralBooksReviews .book-item .description a {
  color: #8f8f86;
}
.widget-ResponsiveSeveralBooksReviews .book-item .description h3 {
  color: #333330;
  padding-bottom: 3px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .widget-ResponsiveSeveralBooksReviews .book-item {
    margin-left: 56px;
    margin-bottom: 32px;
    padding-bottom: 24px;
  }
  .widget-ResponsiveSeveralBooksReviews .book-item .cover-part {
    margin-right: 12px;
  }
  .widget-ResponsiveSeveralBooksReviews .book-item .cover-part .small-cover,
  .widget-ResponsiveSeveralBooksReviews .book-item .cover-part .small-cover-frame {
    width: 80px;
    border-radius: 2px;
  }
  .widget-ResponsiveSeveralBooksReviews .book-item .description {
    flex-grow: 1;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #8f8f86;
    position: relative;
  }
  .widget-ResponsiveSeveralBooksReviews .book-item .description h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.widget-ResponsiveUnlimitedReadingBanner .content {
  padding-bottom: 64px;
}
.widget-ResponsiveUnlimitedReadingBanner button.btn-yellow {
  font-size: 20px;
  color: #333330;
  text-align: center;
  line-height: 24px;
  padding: 11px 24px;
  font-weight: 600;
  margin-top: 16px;
}
.widget-ResponsiveUnlimitedReadingBanner .banner2-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  position: relative;
  min-width: 280px;
}
.widget-ResponsiveUnlimitedReadingBanner .banner2-flex img {
  display: block;
  margin: 0 auto;
}
.widget-ResponsiveUnlimitedReadingBanner .banner2-flex .flex-col1 {
  flex: 2 1 0;
  align-self: auto;
  padding: 0 2vw;
}
.widget-ResponsiveUnlimitedReadingBanner .banner2-flex .flex-col2 {
  flex: 1 1 0;
  font-size: 20px;
  color: #333330;
  text-align: left;
  line-height: 22px;
  padding-top: 43px;
  padding-right: 4vw;
}
.widget-ResponsiveUnlimitedReadingBanner .banner2-flex .flex-col3 {
  flex: 1 1 0;
  align-self: auto;
  width: 40vw;
  display: none;
  background-image: url(/img/equalibra-summer-reading_2x.png);
  background-size: cover;
  background-position-x: left;
  height: 160px;
}
.widget-ResponsiveUnlimitedReadingBanner .banner2-flex .background {
  background-color: #EAF2CE;
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
  border-radius: 8px;
  z-index: -1;
}
@media only screen and (max-width: 749px) {
  .widget-ResponsiveUnlimitedReadingBanner .banner2-flex .flex-col2 {
    padding-left: 4vw;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
    padding-top: 32px;
    min-width: 160px;
  }
  .widget-ResponsiveUnlimitedReadingBanner button.btn-yellow {
    box-shadow: 0 2px 0 0 #E5AD06;
    font-size: 18px;
    line-height: 24px;
    padding: 7px 16px;
    font-weight: 500;
    margin-top: 12px;
  }
  .widget-ResponsiveUnlimitedReadingBanner .banner2 .col3 {
    display: table-cell;
  }
  .widget-ResponsiveUnlimitedReadingBanner .banner2-flex .background {
    height: 128px;
  }
  .widget-ResponsiveUnlimitedReadingBanner .banner1-flex .flex-col3 {
    display: none;
  }
  .widget-ResponsiveUnlimitedReadingBanner .banner1-flex .flex-col4 {
    display: block;
  }
  .widget-ResponsiveUnlimitedReadingBanner .banner2-flex .flex-col1 {
    display: none;
  }
  .widget-ResponsiveUnlimitedReadingBanner .banner2-flex .flex-col3 {
    display: block;
  }
}
.widget-ResponsiveAppsBanner .banner1 {
  min-width: 296px;
  position: relative;
  margin-bottom: 40px;
}
.widget-ResponsiveAppsBanner .banner1 a {
  color: #333330;
}
.widget-ResponsiveAppsBanner td {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.widget-ResponsiveAppsBanner .banner1 img {
  display: block;
  float: left;
}
.widget-ResponsiveAppsBanner .banner1 .table {
  border: 0;
  border-spacing: 0;
  width: 100%;
}
.widget-ResponsiveAppsBanner .banner1 .background {
  background-color: #FFC107;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  border-radius: 8px;
  z-index: -1;
}
.widget-ResponsiveAppsBanner .banner1 .col1 {
  padding-left: 3vw;
}
.widget-ResponsiveAppsBanner .banner1 .col2 {
  font-size: 18px;
  color: #333330;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  width: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 30px;
}
.widget-ResponsiveAppsBanner .banner1 .col2 span {
  text-align: left;
  display: inline-block;
}
.widget-ResponsiveAppsBanner .banner1 .col3 {
  padding-right: 4vw;
  padding-top: 32px;
  min-width: 340px;
}
.widget-ResponsiveAppsBanner .banner1 .col3 a img {
  padding-right: 16px;
}
.widget-ResponsiveAppsBanner .banner1 .col3 a:last-of-type img {
  padding-right: 0;
}
.widget-ResponsiveAppsBanner .banner1 .col4 {
  padding-right: 4vw;
  padding-top: 30px;
  display: none;
}
@media only screen and (max-width: 719px) {
  .widget-ResponsiveAppsBanner .banner1 .col3 {
    display: none;
  }
  .widget-ResponsiveAppsBanner .banner1 .col4 {
    display: table-cell;
  }
}
.widget-UserMenuNew {
  margin-right: 30px;
  max-width: 320px;
  overflow: hidden;
  color: #cccac2;
  float: right;
  white-space: nowrap;
  font-size: 16px;
  margin-right: 0;
}
.widget-UserMenuNew .user-avatar-frame {
  display: inline-block;
  position: relative;
  margin: 12px 24px 0 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 11;
}
.widget-UserMenuNew .user-avatar-frame:after {
  content: '';
  border-radius: 24px;
  border: solid 1px rgba(0, 0, 0, 0.12);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.widget-UserMenuNew .user-avatar-frame .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 24px;
  display: block;
}
.widget-UserMenuNew > a {
  border-bottom: none;
}
.widget-UserMenuNew > a > em {
  border-bottom-style: dashed;
}
.widget-UserMenuNew > button {
  margin: 14px 24px 3px 0;
  position: relative;
  z-index: 11;
}
.widget-UserMenuNew a.button span {
  background-color: #333330;
}
.widget-UserMenuNew a.button span.shadow {
  -webkit-box-shadow: 0 0 20px 20px #333330;
  -moz-box-shadow: 0 0 20px 20px #333330;
  box-shadow: 0 0 20px 20px #333330;
}
.widget-UserMenuNew a.button span.arrow {
  margin-top: 8px;
  vertical-align: top;
}
.widget-UserMenuNew div.button {
  cursor: initial;
}
.widget-UserMenuNew input.ui-password::-ms-clear {
  display: none;
}
.widget-UserMenuNew input.ui-password::-ms-reveal {
  display: none;
}
.widget-UserMenuNew .popup-content {
  z-index: 100;
  position: absolute;
  padding: 30px 20px;
  left: -10000px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(13, 13, 12, 0.3);
  -moz-box-shadow: 0 2px 10px rgba(13, 13, 12, 0.3);
  box-shadow: 0 2px 10px rgba(13, 13, 12, 0.3);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 1.6em;
  white-space: normal;
  color: #333330;
}
.widget-UserMenuNew .popup-content div.fields {
  width: 280px;
  float: left;
}
.widget-UserMenuNew .popup-content .text {
  width: 260px;
  float: left;
  padding-left: 40px;
}
.widget-UserMenuNew .popup-content a {
  color: #3991d3;
  border-bottom-color: #b0d3ed;
}
.widget-UserMenuNew .popup-content a em {
  border-bottom-color: #b0d3ed;
}
.widget-UserMenuNew .popup-content a.hover {
  color: #e56950;
  border-bottom-color: #e56950;
}
.widget-UserMenuNew .popup-content a.hover em {
  border-bottom-color: #e56950;
}
.widget-UserMenuNew .popup-content a:visited {
  color: #3991d3;
  border-bottom-color: #b0d3ed;
}
.widget-UserMenuNew .popup-content a:visited em {
  border-bottom-color: #b0d3ed;
}
.widget-UserMenuNew .popup-content.logged {
  top: 70px !important;
  margin-top: 7px;
  width: 280px;
  padding: 30px 30px 15px 30px;
  font-size: 0.9em;
}
.widget-UserMenuNew .popup-content.logged h1,
.widget-UserMenuNew .popup-content.logged b.user-name {
  font-size: 1.15em;
  color: #333330;
  max-width: 220px;
  overflow: hidden;
}
.widget-UserMenuNew .popup-content.logged h2 {
  font-size: 1.1em;
  color: #999891;
}
.widget-UserMenuNew .popup-content.logged h3 {
  font-size: 1em;
  color: #999891;
}
.widget-UserMenuNew .popup-content.logged .hint {
  line-height: 1.3em;
  margin-top: 0.8em;
  font-size: 0.85em;
  font-style: italic;
  color: #333330;
}
.widget-UserMenuNew .popup-content.logged .separator {
  width: 200%;
  border-top: 1px dashed #999891;
  margin: 30px -30px;
}
.widget-UserMenuNew .popup-content.logged ul {
  margin: 20px 0 0;
}
.widget-UserMenuNew .popup-content.logged ul li {
  margin: 8px 0;
  line-height: 1.5em;
}
.widget-UserMenuNew .popup-content.logged ul li .secondary {
  float: right;
  color: #5c993d;
  min-height: 0px;
  background-color: transparent;
}
.widget-UserMenuNew .popup-content.login {
  padding: 40px !important;
  max-width: 760px;
  color: #666561;
}
.widget-UserMenuNew .popup-content.login .close {
  margin-right: 15px;
  margin-top: -60px;
  color: #999891;
}
.widget-UserMenuNew .popup-content.login h3 {
  font-size: 1.3em;
  font-weight: bold;
  color: #333330;
  margin-bottom: 15px;
}
.widget-UserMenuNew .popup-content.login form {
  margin-top: 25px;
}
.widget-UserMenuNew .popup-content.login table {
  border: none;
}
.widget-UserMenuNew .popup-content.login table td {
  border: none;
  padding-right: 70px;
  vertical-align: middle;
  line-height: 1.2em;
  padding: 10px 70px 10px 0;
}
.widget-UserMenuNew .popup-content.login .input {
  width: 100%;
  margin-bottom: 30px;
}
.widget-UserMenuNew .popup-content.login a.image {
  margin: 0 6px 0 0;
  padding: 0;
}
.widget-UserMenuNew .popup-content.login p {
  line-height: 1.3em;
}
.widget-UserMenuNew .popup-content.login p:first-of-type {
  padding-top: 0;
}
.widget-UserMenuNew .popup-content.login .input-error {
  font-size: 0.8em;
}
.widget-UserMenuNew .popup-content.login div.error {
  margin: 30px 0 0 -15px;
  width: 610px;
}
.widget-UserMenuNew .popup-content.login .ui-name + .hint {
  display: block;
  margin-top: -19px;
  float: left;
  margin-bottom: 5px;
}
.widget-UserMenuNew .popup-content.login .hint {
  font-size: 0.75em;
  margin-bottom: 15px;
  padding: 0 0 0 2px;
}
.widget-UserMenuNew #modal-register .standard {
  height: 40px;
  margin-top: 10px;
}
.widget-UserMenuNew #modal-ask-email .standard {
  height: 40px;
  margin-top: 10px;
}
.widget-UserMenuNew #modal-recovery {
  max-width: 700px;
  padding: 35px 30px !important;
}
.widget-UserMenuNew #modal-recovery .close {
  margin-right: -17px;
  margin-top: -25px;
}
.widget-UserMenuNew #modal-recovery p {
  padding: 0.5em 0;
}
.widget-UserMenuNew #modal-recovery p.hint {
  font-size: 0.9em;
}
.widget-UserMenuNew #modal-recovery .input {
  max-width: 400px;
}
@media (max-width: 770px) {
  .widget-UserMenuNew .popup-content {
    border-radius: 0;
  }
  .widget-UserMenuNew .popup-content .text {
    clear: both;
    padding-left: 0;
    padding-top: 50px;
  }
  .widget-UserMenuNew .popup-content.login {
    padding: 30px !important;
  }
  .widget-UserMenuNew .popup-content#modal-recovery {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .widget-UserMenuNew .user-avatar-frame {
    margin-right: 12px;
  }
  .widget-UserMenuNew > button {
    margin-right: 12px;
  }
}
.no-touch .widget-UserMenuNew a.button span.arrow:hover {
  margin-top: 8px;
  vertical-align: top;
}
.no-touch .widget-UserMenuNew .popup-content a:hover,
.no-touch .widget-UserMenuNew .popup-content a:visited:hover {
  color: #e56950;
  border-bottom-color: #e56950;
}
.no-touch .widget-UserMenuNew .popup-content a:hover em,
.no-touch .widget-UserMenuNew .popup-content a:visited:hover em {
  border-bottom-color: #e56950;
}
/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjällemark.  
 * All Rights Reserved.  
 * Use, reproduction, distribution, and modification of this code is subject to the terms and 
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjällemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.no-touch .toast-message a:hover,
.toast-message a.hover
{
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: "alpha(opacity=80)";
}
.no-touch .toast-close-button:hover,
.toast-close-button.hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: "alpha(opacity=40)";
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-high-left {
  top: 20px;
  left: 20px;
}
.toast-high-right {
  top: 20px;
  right: 20px;
}
.toast-top-left {
  top: 80px;
  left: 20px;
}
.toast-top-right {
  top: 80px;
  right: 20px;
}
.toast-bottom-right {
  right: 20px;
  bottom: 20px;
}
.toast-bottom-left {
  bottom: 20px;
  left: 20px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 10px;
  padding: 15px 20px;
  max-width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff;
  float: right;
  clear: both;
  line-height: 1.25em;
}
.no-touch #toast-container > :hover,
#toast-container > .hover {
  cursor: pointer;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #59b247;
 -moz-box-shadow: 1px 1px 1px #4c993d;
 -webkit-box-shadow: 1px 1px 1px #4c993d;
 box-shadow: 1px 1px 1px #4c993d;
}
.toast-error {
 background-color: #cc5c52;
 -moz-box-shadow: 1px 1px 1px #99453d;
 -webkit-box-shadow: 1px 1px 1px #99453d;
 box-shadow: 1px 1px 1px #99453d;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 20px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 20px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 20px;
    width: 25em;
  }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*! Hint.css - v1.3.6 - 2015-10-31
* http://kushagragour.in/lab/hint/
* Copyright (c) 2015 Kushagra Gour; Licensed MIT */

.hint--bottom:after,.hint--top:after{margin-left:-18px}.hint,[data-hint]{position:relative;display:inline-block}.hint:after,.hint:before,[data-hint]:after,[data-hint]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0ms;-moz-transition-delay:0ms;transition-delay:0ms}.hint--always:after,.hint--always:before,.hint:focus:after,.hint:focus:before,.hint:hover:after,.hint:hover:before,[data-hint]:focus:after,[data-hint]:focus:before,[data-hint]:hover:after,[data-hint]:hover:before{opacity:1;visibility:visible}.hint:hover:after,.hint:hover:before,[data-hint]:hover:after,[data-hint]:hover:before{-webkit-transition-delay:100ms;-moz-transition-delay:100ms;transition-delay:100ms}.hint:before,[data-hint]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}.hint:after,[data-hint]:after{content:attr(data-hint);background:#383838;color:#fff;padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top:before{border-top-color:#383838;margin-bottom:-12px}.hint--bottom:before{border-bottom-color:#383838;margin-top:-12px}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:focus:after,.hint--top:focus:before,.hint--top:hover:after,.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:focus:after,.hint--bottom:focus:before,.hint--bottom:hover:after,.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-12px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:focus:after,.hint--right:focus:before,.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-12px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:focus:after,.hint--left:focus:before,.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #193b4d}.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always.hint--top:after,.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:after,.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0ms;-moz-transition-duration:0ms;transition-duration:0ms}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}
/* bottom */
.hint--bottom:before {
    transform: rotate(45deg) translate3d(-6px,2px,0) !important;
    -webkit-transform: rotate(45deg) translate3d(-6px,2px,0) !important;
    -moz-transform: rotate(45deg) translate3d(-6px,2px,0) !important;
    margin-top: -3px;
    margin-left: 5px;
}

.hint--bottom:hover:before, .hint--bottom:focus:before, .hint--bottom.hint--always:before {
    transform: rotate(45deg) translate3d(0,8px,0) !important;
    -webkit-transform: rotate(45deg) translate3d(0,8px,0) !important;
    -moz-transform: rotate(45deg) translate3d(0,8px,0) !important;
}

/* top */

.hint--top:before {
    transform: rotate(-135deg) translate3d(-6px,2px,0) !important;
    -webkit-transform: rotate(-135deg) translate3d(-6px,2px,0) !important;
    -moz-transform: rotate(-135deg) translate3d(-6px,2px,0) !important;
    margin-bottom: -3px;
    margin-left: -12px;
}

.hint--top:hover:before, .hint--top:focus:before, .hint--top.hint--always:before {
    transform: rotate(-135deg) translate3d(0px,8px,0) !important;
    -webkit-transform: rotate(-135deg) translate3d(0px,8px,0) !important;
    -moz-transform: rotate(-135deg) translate3d(0px,8px,0) !important;
}

/* left */

.hint--left:before {
    transform: rotate(135deg) translate3d(-6px,2px,0) !important;
    -webkit-transform: rotate(135deg) translate3d(-6px,2px,0) !important;
    -moz-transform: rotate(135deg) translate3d(-6px,2px,0) !important;
    margin-right: -3px;
    margin-bottom: -11px;
}

.hint--left:hover:before, .hint--left:focus:before, .hint--left.hint--always:before {
    transform: rotate(135deg) translate3d(0px,8px,0) !important;
    -webkit-transform: rotate(135deg) translate3d(0px,8px,0) !important;
    -moz-transform: rotate(135deg) translate3d(0px,8px,0) !important;
}

/* right */

.hint--right:before {
    transform: rotate(-45deg) translate3d(-6px,2px,0) !important;
    -webkit-transform: rotate(-45deg) translate3d(-6px,2px,0) !important;
    -moz-transform: rotate(-45deg) translate3d(-6px,2px,0) !important;
    margin-left: -3.5px;
    margin-bottom: 0;
}

.hint--right:hover:before, .hint--right:focus:before, .hint--right.hint--always:before  {
    transform: rotate(-45deg) translate3d(0px,8px,0) !important;
    -webkit-transform: rotate(-45deg) translate3d(0px,8px,0) !important;
    -moz-transform: rotate(-45deg) translate3d(0px,8px,0) !important;
}


.hint:after, [data-hint]:after {
    background: #fffbe5;
    color: #656565;
    text-shadow: none;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: normal;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.15);
    border: 1px solid #cccac0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.hint:before, [data-hint]:before {
    background: #fffbe5;
    background: -moz-linear-gradient(-45deg, rgba(255,251,229,1) 0%, rgba(255,251,229,1) 57%, rgba(255,255,255,0) 58%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,251,229,1)), color-stop(57%,rgba(255,251,229,1)), color-stop(58%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(-45deg, rgba(255,251,229,1) 0%,rgba(255,251,229,1) 57%,rgba(255,255,255,0) 58%);
    background: -o-linear-gradient(-45deg, rgba(255,251,229,1) 0%,rgba(255,251,229,1) 57%,rgba(255,255,255,0) 58%);
    background: -ms-linear-gradient(-45deg, rgba(255,251,229,1) 0%,rgba(255,251,229,1) 57%,rgba(255,255,255,0) 58%);
    background: linear-gradient(135deg, rgba(255,251,229,1) 0%,rgba(255,251,229,1) 57%,rgba(255,255,255,0) 58%);
    border-left: 1px solid #cccac0 !important;
    border-top: 1px solid #cccac0 !important;
    border-right: none !important;
    border-bottom: none !important;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    padding: 0;
}

.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.touch .hint:before,
.touch .hint:after,
.touch [data-hint]:before,
.touch [data-hint]:after {
    display: none !important;
}

div.popup-content:not(.hidden) + .hint:before,
div.popup-content:not(.hidden) + .hint:after,
div.popup-content:not(.hidden) + [data-hint]:before,
div.popup-content:not(.hidden) + [data-hint]:after,
.hidden.hint:before,
.hidden.hint:after,
.hidden[data-hint]:before,
.hidden[data-hint]:after {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}

.hint:before, .hint:after {
    display: none;
}
/**
 * This fade animation is based on Dan Eden's animate.css (http://daneden.me/animate/), under the terms of the MIT license.
 *
 * Copyright 2013 Dan Eden.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
div.hopscotch-bubble {
  background-color: #fffbe5;
  border: 1px solid #000;
  /* default */
  border: 1px solid #cccac0;
  /* transparent, if supported */
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  z-index: 999999 !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -moz-background-clip: padding;
  /* for Mozilla browsers*/
  -webkit-background-clip: padding;
  /* Webkit */
  background-clip: padding-box;
  /*  browsers with full support */
}
div.hopscotch-bubble * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
div.hopscotch-bubble.animate {
  -moz-transition-property: top, left;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: top, left;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: top, left;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-property: top, left;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: top, left;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}
div.hopscotch-bubble.invisible {
  opacity: 0;
}
div.hopscotch-bubble.hide,
div.hopscotch-bubble .hide,
div.hopscotch-bubble .hide-all {
  display: none;
}
div.hopscotch-bubble h3 {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 29px;
  margin: -1px 30px 0 0;
  padding: 0;
}
div.hopscotch-bubble .hopscotch-bubble-container {
  padding: 30px;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  /* to fix text flickering */
}
div.hopscotch-bubble .hopscotch-content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25em;
  font-size: 16px;
  margin: 0;
  padding-top: 8px;
  color: #666;
}
div.hopscotch-bubble .hopscotch-content p {
  padding: 7px 0;
}
div.hopscotch-bubble .hopscotch-content p:last-of-type {
  padding-bottom: 0;
}
div.hopscotch-bubble .hopscotch-bubble-content {
  margin: 0;
}
div.hopscotch-bubble.no-number .hopscotch-bubble-content {
  margin: 0;
}
div.hopscotch-bubble .hopscotch-bubble-close {
  color: #999790;
  display: block;
  padding: 9px;
  position: absolute;
  border: none;
  width: 12px;
  height: 12px;
  font-size: 22px;
  line-height: 12px;
  top: 0;
  right: 0;
  text-align: center;
  font-family: "Lucida Console", monospace;
}
div.hopscotch-bubble .hopscotch-bubble-close.hide,
div.hopscotch-bubble .hopscotch-bubble-close.hide-all {
  display: none;
}
div.hopscotch-bubble .hopscotch-bubble-close:before {
  content: "×";
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container {
  position: absolute;
  width: 38px;
  height: 38px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
  width: 0;
  height: 0;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -20px;
  left: 10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 19px solid #fffbe5;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  position: relative;
  top: -18px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 19px solid #000;
  border-bottom: 19px solid #cccac0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
  bottom: -39px;
  left: 10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 19px solid #fffbe5;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  position: relative;
  top: -20px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 19px solid #000;
  border-top: 19px solid #cccac0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-shadow {
  border-top: 18px solid rgba(0, 0, 0, 0.15);
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: 4px;
  top: 4px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  top: 10px;
  left: -20px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border-bottom: 19px solid transparent;
  border-right: 19px solid #fffbe5;
  border-top: 19px solid transparent;
  position: relative;
  left: 1px;
  top: -38px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 19px solid #000;
  border-right: 19px solid #cccac0;
  border-bottom: 19px solid transparent;
  border-top: 19px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
  top: 10px;
  right: -39px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-bottom: 19px solid transparent;
  border-left: 19px solid #fffbe5;
  border-top: 19px solid transparent;
  position: relative;
  left: -1px;
  top: -38px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 19px solid #000;
  border-left: 19px solid #cccac0;
  border-bottom: 19px solid transparent;
  border-top: 19px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-shadow {
  border-left: 18px solid rgba(0, 0, 0, 0.15);
  border-bottom: 18px solid transparent;
  border-top: 18px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: 4px;
  top: 4px;
}
div.hopscotch-bubble .hopscotch-actions {
  margin: 30px 0 0;
  text-align: right;
}
div.hopscotch-bubble .hopscotch-actions button {
  height: 36px;
  font-size: 16px;
  padding-left: 24px;
  padding-right: 24px;
}
a.hopscotch-prev {
  float: left;
  padding: 15px 0 1px;
  font-size: 15px;
  border-bottom-style: dashed;
  cursor: pointer;
}

html {
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #FFFDF2;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  padding: 0;
  margin: 0;
  color: #333330;
  font-size: 1.125rem;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
a {
  text-decoration: none;
}
.mr {
  margin-right: 0;
}
h1 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.13;
  margin: 0 0 8px 0;
  display: block;
}
.not-extra-width {
  margin-right: 30px;
}
.hidden {
  display: none;
}
.modal {
  position: fixed;
  padding: 40px 30px !important;
}
.modal .close {
  float: right;
  margin-right: -15px;
  margin-top: -30px;
}
.modal p {
  padding: 0.5em 0;
}
.image {
  display: block;
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  border-bottom: none;
  vertical-align: middle;
  display: inline-block;
  background-position: 1000px 0px;
}
.image.social {
  width: 30px;
  height: 31px;
}
.image.social.facebook {
  background-position: -263px 0px;
}
.image.social.vkontakte {
  background-position: -297px 0px;
}
.image.social.twitter {
  background-position: -331px 0px;
}
.image.social.google {
  background-position: -365px 0px;
}
.image.tag {
  background-position: -1003px 0px;
  margin-right: 12px;
  width: 17px;
  height: 17px;
}
.image.rss {
  background-position: -1177px 0px;
  width: 16px;
  height: 16px;
}
.image.star {
  width: 17px;
  height: 16px;
  margin-right: 1px;
}
.image.star.empty {
  background-position: -1197px 0px;
}
.image.star.half {
  background-position: -1218px 0px;
}
.image.star.full {
  background-position: -1239px 0px;
}
.image.arrow {
  width: 11px;
  height: 6px;
}
.image.arrow.blue-down {
  background-position: -1259px 0px;
}
.image.arrow.blue-down-hover {
  background-position: -1271px 0px;
}
.image.arrow.blue-up {
  background-position: -1352px 0px;
}
.image.arrow.gray-down {
  background-position: -1283px 0px;
}
.image.arrow.lightgray-down {
  background-position: -1311px 0px;
}
.image.arrow.blue-right {
  width: 6px;
  height: 8px;
  background-position: -1337px 0px;
}
.image.arrow.blue-right-hover {
  width: 6px;
  height: 8px;
  background-position: -1345px 0px;
}
#overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
}
.popup-content {
  z-index: 100;
  position: absolute;
  padding: 30px 20px;
  left: -10000px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 2px 10px rgba(13, 13, 12, 0.3);
  -moz-box-shadow: 0 2px 10px rgba(13, 13, 12, 0.3);
  box-shadow: 0 2px 10px rgba(13, 13, 12, 0.3);
}
.content {
  min-width: 320px;
  max-width: 960px;
  margin: 0 auto;
}
.content-dark {
  background: #f5f3e8;
}
@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }
  h1 {
    font-size: 1.5rem;
    line-height: 1.17;
  }
  .mr {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content {
    width: 720px;
  }
}
@media (min-width: 1400px) {
  .content {
    width: 1140px;
    max-width: none;
  }
}
header aside {
  float: right;
  width: 70px;
}
header .widget {
  display: inline-block;
  vertical-align: middle;
}
