html, body {
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }

body {
  background: transparent url("/img/main_bg.jpg") center center no-repeat;
  font-family: 'Roboto', sans-serif;
  background-attachment: fixed !important; }

.main-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 0 -63px 0;
  padding: 0; }

.footer-push, .footer {
  height: 63px;
  margin: 0;
  padding: 0; }

header .logo {
  display: block;
  width: 144px;
  height: 44px;
  margin: 0 auto;
  background: transparent url("/img/listo_logo.png") top left no-repeat; }

header .promo-text {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 27px;
  font-weight: 300; }
  header .promo-text .promo-top {
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5rem; }

header .header-wrapper {
  margin-bottom: 70px; }

.checkboxes-wrapper {
  margin-bottom: 100px;
  position: relative;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */ }
  .checkboxes-wrapper:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 105%;
    right: 0;
    top: 0;
    background-color: #fff;
    opacity: .2; }
  .checkboxes-wrapper [type="checkbox"]:not(:checked),
  .checkboxes-wrapper [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .checkboxes-wrapper [type="checkbox"]:not(:checked) + label,
  .checkboxes-wrapper [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300; }
  .checkboxes-wrapper [type="checkbox"]:not(:checked) + label:before,
  .checkboxes-wrapper [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    border: none;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: none;
    display: block; }
  .checkboxes-wrapper [type="checkbox"]:not(:checked) + label:after,
  .checkboxes-wrapper [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 3px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #09ad7e;
    transition: all .2s;
    display: block;
    width: 18px;
    height: 14px;
    background: transparent url("/img/sprite.png") top left no-repeat; }
  .checkboxes-wrapper [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .checkboxes-wrapper [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .checkboxes-wrapper [type="checkbox"]:disabled:not(:checked) + label:before,
  .checkboxes-wrapper [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd; }
  .checkboxes-wrapper [type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  .checkboxes-wrapper [type="checkbox"]:disabled + label {
    color: #aaa; }
  .checkboxes-wrapper [type="checkbox"]:checked:focus + label:before,
  .checkboxes-wrapper [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue; }
  .checkboxes-wrapper .slide-container {
    overflow: hidden;
    transition: max-height ease-in-out .5s;
    max-height: 210px; }
    .checkboxes-wrapper .slide-container.active {
      max-height: 999px; }
  .checkboxes-wrapper .show-points {
    color: #66b3ff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    border-bottom: 1px dashed #66b3ff;
    display: inline-block;
    font-weight: 300;
    cursor: pointer;
    position: relative;
    margin-top: 10px; }
    .checkboxes-wrapper .show-points:after {
      content: '';
      display: block;
      background: transparent url("/img/sprite.png") 0 -64px no-repeat;
      width: 15px;
      height: 8px;
      position: absolute;
      right: -22px;
      top: 8px; }
    .checkboxes-wrapper .show-points.active:after {
      background: transparent url("/img/sprite.png") 0 -122px no-repeat; }
  .checkboxes-wrapper .message {
    display: none; }
  .checkboxes-wrapper.error .message {
    display: block;
    color: #FFFFFF;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 16px;
    position: absolute;
    top: auto;
    left: 0px;
    font-weight: 300;
    background-color: #fb5f5f;
    padding: 8px 10px;
    border-radius: 5px;
    z-index: 100; }
    .checkboxes-wrapper.error .message:before {
      content: '';
      display: block;
      position: absolute;
      left: 20px;
      bottom: -5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #fb5f5f transparent transparent transparent; }

.radio-wrapper input[type="radio"] {
  display: none; }

.radio-wrapper input[type="radio"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  color: #ffffff;
  font-weight: 300; }

.radio-wrapper input[type="radio"] + label i {
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff; }

.radio-wrapper input[type="radio"] + label i:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #66b3ff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0; }

.radio-wrapper input[type="radio"]:checked + label i:after {
  opacity: 1; }

.radio-wrapper input[type="radio"] + label i:after,
.radio-wrapper input[type="radio"]:checked + label i:after {
  transition: opacity 0.3s linear; }

.checkboxes-publications-block .checkboxes-wrapper:after {
  display: none; }

.checkboxes-publications-block .checkboxes-wrapper .slide-container {
  transition: none;
  overflow: visible;
  max-height: 9999px;
  margin-bottom: 10px; }
  .checkboxes-publications-block .checkboxes-wrapper .slide-container.active {
    max-height: 9999px;
    height: 300px; }
  .checkboxes-publications-block .checkboxes-wrapper .slide-container p {
    min-width: 233px; }
  .checkboxes-publications-block .checkboxes-wrapper .slide-container .left-list-wrapper {
    float: left; }
  .checkboxes-publications-block .checkboxes-wrapper .slide-container ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .checkboxes-publications-block .checkboxes-wrapper .slide-container ul li span {
      font-size: 14px;
      font-size: 0.875rem;
      display: block;
      line-height: 20px;
      color: #ffffff;
      padding-left: 35px; }
    .checkboxes-publications-block .checkboxes-wrapper .slide-container ul.email-types {
      width: 50%;
      float: left; }
      .checkboxes-publications-block .checkboxes-wrapper .slide-container ul.email-types li label {
        margin-bottom: 0; }
    .checkboxes-publications-block .checkboxes-wrapper .slide-container ul .title {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 30px;
      color: #ffffff;
      margin-bottom: 15px;
      position: relative; }

.social-buttons-title {
  padding: 0 10px; }

.subscriptions-form {
  margin-bottom: 50px; }
  .subscriptions-form .btn {
    border-radius: 10px;
    background-color: #83b324;
    color: #ffffff;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 21px;
    border: none;
    width: auto;
    height: 50px;
    font-weight: 300;
    margin: 0 auto;
    display: block; }
    .subscriptions-form .btn:hover {
      background-color: #6b990f; }

.label-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 25px; }

.subscribe-wrapper .input-wrapper {
  float: left;
  position: relative; }
  .subscribe-wrapper .input-wrapper input {
    border-radius: 10px 0 0 10px;
    background-color: #fff;
    border: none;
    color: #000;
    height: 50px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    font-weight: 300;
    width: 295px;
    box-sizing: border-box;
    padding: 0 0 0 10px; }
  .subscribe-wrapper .input-wrapper .message {
    display: none; }
  .subscribe-wrapper .input-wrapper.error {
    position: relative; }
    .subscribe-wrapper .input-wrapper.error input {
      border-left: 1px solid red;
      border-top: 1px solid red;
      border-bottom: 1px solid red;
      background-color: #f8c0bf; }
    .subscribe-wrapper .input-wrapper.error .message {
      display: block;
      color: #ffffff;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 16px;
      position: absolute;
      bottom: -42px;
      left: 0;
      font-weight: 300;
      background-color: #fb5f5f;
      padding: 8px 10px;
      border-radius: 5px; }
      .subscribe-wrapper .input-wrapper.error .message:before {
        content: '';
        display: block;
        position: absolute;
        left: 20px;
        top: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #fb5f5f transparent; }

.subscribe-wrapper button {
  float: left;
  border-radius: 0 10px 10px 0;
  background-color: #83b324;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 21px;
  border: none;
  width: 143px;
  height: 50px;
  font-weight: 300; }
  .subscribe-wrapper button:hover {
    background-color: #6b990f; }

.error {
  position: relative; }
  .error input {
    border: 1px solid red !important; }

footer {
  height: 63px; }
  footer .footer-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 19px; }
    footer .footer-wrapper .copy {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 27px;
      color: #ffffff;
      opacity: .5;
      font-weight: 300; }
    footer .footer-wrapper .footer-links {
      padding: 0;
      margin: 0;
      float: right; }
      footer .footer-wrapper .footer-links li {
        display: inline-block;
        margin-left: 40px; }
        footer .footer-wrapper .footer-links li a {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 27px;
          color: #66b3ff;
          text-decoration: underline;
          font-weight: 300; }
          footer .footer-wrapper .footer-links li a:hover {
            text-decoration: none; }

.custom-modal {
  top: 15%; }
  .custom-modal .modal-header {
    padding: 0;
    border: none; }
  .custom-modal .modal-dialog {
    margin-top: 0; }
    .custom-modal .modal-dialog .modal-content {
      border-radius: 20px; }
  .custom-modal.in .modal-dialog {
    -webkit-transform: none;
    transform: none; }
  .custom-modal.fade .modal-dialog {
    -webkit-transform: none;
    transform: none; }
  .custom-modal .modal-body {
    padding: 50px; }
    .custom-modal .modal-body .text {
      color: #000;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 27px;
      margin-bottom: 30px; }
      .custom-modal .modal-body .text.success-text {
        padding-left: 71px;
        position: relative;
        margin-bottom: 0; }
        .custom-modal .modal-body .text.success-text:before {
          background: transparent url("/img/sprite.png") 0 -254px no-repeat;
          content: '';
          left: 0;
          top: 6px;
          display: block;
          width: 52px;
          height: 40px;
          position: absolute; }
        .custom-modal .modal-body .text.success-text + .contact-form {
          margin-bottom: 0; }
    .custom-modal .modal-body .email-form .button-wrapper {
      text-align: center; }
      .custom-modal .modal-body .email-form .button-wrapper button {
        color: #ffffff;
        display: inline-block;
        border: none;
        border-radius: 10px;
        font-size: 24px;
        font-size: 1.5rem;
        text-align: center;
        padding: 10px 25px;
        background-color: #83b324; }
        .custom-modal .modal-body .email-form .button-wrapper button:hover {
          background-color: #5d801a; }
    .custom-modal .modal-body .form-control {
      height: 46px;
      border-radius: 10px;
      border: 2px solid #cccccc;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      color: #000000; }
  .custom-modal .form-block {
    margin-bottom: 30px;
    position: relative; }
    .custom-modal .form-block .title {
      font-size: 24px;
      font-size: 1.5rem;
      color: #000;
      margin-bottom: 10px; }
    .custom-modal .form-block textarea {
      font-size: 18px !important;
      font-size: 18px !important/16pxrem;
      line-height: 24px !important;
      color: #000;
      padding: 10px 20px;
      width: 100%;
      height: 113px;
      border: 2px solid #cccccc;
      border-radius: 10px;
      resize: none; }
      .custom-modal .form-block textarea::-webkit-input-placeholder {
        color: #000000;
        font-size: 18px; }
      .custom-modal .form-block textarea::-moz-placeholder {
        color: #000000;
        font-size: 18px;
        opacity: 1; }
      .custom-modal .form-block textarea:-moz-placeholder {
        color: #000000;
        font-size: 18px;
        opacity: 1; }
      .custom-modal .form-block textarea:-ms-input-placeholder {
        color: #000000;
        font-size: 18px;
        opacity: 1; }
      .custom-modal .form-block textarea:focus::-webkit-input-placeholder {
        opacity: 0; }
      .custom-modal .form-block textarea:focus::-moz-placeholder {
        opacity: 0; }
      .custom-modal .form-block textarea:focus:-moz-placeholder {
        opacity: 0; }
      .custom-modal .form-block textarea:focus:-ms-input-placeholder {
        opacity: 0; }
      .custom-modal .form-block textarea:focus {
        outline: none;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    .custom-modal .form-block .info {
      font-size: 14px;
      font-size: 0.875rem;
      font-style: italic;
      color: #000;
      opacity: .5;
      clear: both; }
    .custom-modal .form-block .message {
      display: none; }
    .custom-modal .form-block.error textarea {
      border: 1px solid red;
      float: left;
      margin-bottom: 3px; }
    .custom-modal .form-block.error .message {
      display: block;
      color: red;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 16px;
      position: absolute;
      top: 11px;
      right: 0px;
      font-weight: 300;
      clear: both; }

.modal-open .custom-modal {
  overflow: visible; }

.modal-open .cancel-modal {
  opacity: 1; }

.cancel-modal {
  opacity: 0;
  transition: opacity ease-in-out .3s;
  display: block;
  position: fixed;
  right: 20px;
  top: 40px;
  width: 36px;
  height: 36px;
  background: transparent url("/img/sprite.png") 0 -344px no-repeat;
  cursor: pointer;
  z-index: 10000; }
  .cancel-modal:hover {
    background: transparent url("/img/sprite.png") 0 -430px no-repeat; }

.social-buttons {
  padding: 0;
  text-align: center; }
  .social-buttons li {
    display: inline-block;
    padding: 0 3px; }
    .social-buttons li a {
      font-size: 16px;
      font-size: 1rem;
      line-height: 38px;
      color: #ffffff;
      display: block;
      transition: background-color ease-in-out .5s;
      text-decoration: none;
      border-radius: 2px;
      height: 40px;
      min-width: 150px;
      position: relative;
      text-align: center; }
      .social-buttons li a.facebook {
        background-color: #306199;
        padding-left: 13px; }
        .social-buttons li a.facebook:hover {
          background-color: #244872; }
        .social-buttons li a.facebook:before {
          display: block;
          content: '';
          top: 11px;
          left: 27px;
          position: absolute;
          width: 9px;
          height: 16px;
          background: transparent url("/img/sprite.png") 0 -582px no-repeat; }
      .social-buttons li a.twitter {
        background-color: #26c4f1;
        padding-left: 19px; }
        .social-buttons li a.twitter:hover {
          background-color: #0eaad6; }
        .social-buttons li a.twitter:before {
          display: block;
          content: '';
          top: 14px;
          left: 36px;
          position: absolute;
          width: 15px;
          height: 12px;
          background: transparent url("/img/sprite.png") 0 -648px no-repeat; }
      .social-buttons li a.email {
        background-color: #0a88ff;
        padding-left: 18px; }
        .social-buttons li a.email:hover {
          background-color: #006ed6; }
        .social-buttons li a.email:before {
          display: block;
          content: '';
          top: 13px;
          left: 40px;
          position: absolute;
          width: 15px;
          height: 16px;
          background: transparent url("/img/sprite.png") 0 -516px no-repeat; }

.suggest-email-form .name-form-block {
  width: 48%;
  float: left;
  margin-right: 4%; }

.suggest-email-form .email-form-block {
  width: 48%;
  float: left; }

.suggest-email-form .last-block {
  clear: both; }

.contact-form {
  margin-bottom: 50px; }
  .contact-form .form-group {
    position: relative; }
    .contact-form .form-group input[type="text"] {
      border-radius: 10px;
      background-color: #fff;
      border: none;
      color: #000;
      height: 50px;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 27px;
      font-weight: 400;
      box-sizing: border-box;
      padding: 0 20px; }
    .contact-form .form-group input[type="email"] {
      border-radius: 10px;
      background-color: #fff;
      border: none;
      color: #000;
      height: 50px;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 27px;
      font-weight: 400;
      box-sizing: border-box;
      padding: 0 20px; }
    .contact-form .form-group textarea {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 27px;
      font-weight: 400;
      color: #000;
      padding: 10px 20px;
      width: 100%;
      height: 181px;
      border-radius: 10px;
      resize: none; }
    .contact-form .form-group label {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 27px;
      color: #ffffff;
      font-weight: 300; }
    .contact-form .form-group .error-block {
      display: none;
      color: red;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 16px;
      position: absolute;
      top: 5px;
      right: 0px;
      font-weight: 300; }
    .contact-form .form-group.error input[type="text"] {
      border: 1px solid red;
      background-color: #f8c0bf; }
    .contact-form .form-group.error input[type="email"] {
      border: 1px solid red;
      background-color: #f8c0bf; }
    .contact-form .form-group.error textarea {
      border: 1px solid red; }
    .contact-form .form-group.error .error-block {
      display: block; }
    .contact-form .form-group.error .captcha-error-block {
      position: inherit; }
  .contact-form .btn {
    border-radius: 10px;
    background-color: #83b324;
    color: #ffffff;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 21px;
    border: none;
    width: auto;
    height: 50px;
    font-weight: 300;
    margin-top: 10px; }
    .contact-form .btn:hover {
      background-color: #6b990f; }

.social-buttons li a svg path, .social-buttons li a svg polygon {
  fill: #fff; }

body.modal-open {
  padding-right: 0 !important; }

.preview-button-wrapper {
  text-align: right;
  padding-right: 20px; }
  .preview-button-wrapper .preview-button {
    font-size: 1.125rem;
    line-height: 45px;
    color: #66b3ff;
    text-decoration: underline;
    font-weight: 300; }
  .preview-button-wrapper .preview-button:hover {
    text-decoration: none; }

.close-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 40px; }

.close-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px; }

.weclosed-modal {
  top: 0; }
  .weclosed-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important; }

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 3000px) {
  .container {
    width: 940px; }
  header .header-wrapper {
    padding: 60px 0 0 0; }
    header .header-wrapper .logo {
      margin-bottom: 30px; }
  .subscribe-block {
    float: right; }
  .subscribe-wrapper {
    float: right; }
    .subscribe-wrapper .input-wrapper input {
      /* Firefox 19+ */
      /* Firefox 18- */ }
      .subscribe-wrapper .input-wrapper input::-webkit-input-placeholder {
        opacity: 1; }
      .subscribe-wrapper .input-wrapper input::-moz-placeholder {
        opacity: 1; }
      .subscribe-wrapper .input-wrapper input:-moz-placeholder {
        opacity: 1; }
      .subscribe-wrapper .input-wrapper input:-ms-input-placeholder {
        opacity: 1; }
      .subscribe-wrapper .input-wrapper input:focus {
        /* Firefox 19+ */
        /* Firefox 18- */ }
        .subscribe-wrapper .input-wrapper input:focus::-webkit-input-placeholder {
          opacity: 0; }
        .subscribe-wrapper .input-wrapper input:focus::-moz-placeholder {
          opacity: 0; }
        .subscribe-wrapper .input-wrapper input:focus:-moz-placeholder {
          opacity: 0; }
        .subscribe-wrapper .input-wrapper input:focus:-ms-input-placeholder {
          opacity: 0; }
    .subscribe-wrapper.ipt-subscribe-wrapper {
      float: none;
      max-width: 640px;
      margin: 0 auto;
      text-align: center; }
      .subscribe-wrapper.ipt-subscribe-wrapper .ipt-input-wrapper {
        width: 250px;
        margin: 0 auto 38px;
        float: none; }
        .subscribe-wrapper.ipt-subscribe-wrapper .ipt-input-wrapper input {
          width: 250px;
          -webkit-appearance: none;
          border: 1px solid #0cc668;
          border-radius: 5px;
          height: 40px;
          /* Firefox 19+ */
          /* Firefox 18- */ }
          .subscribe-wrapper.ipt-subscribe-wrapper .ipt-input-wrapper input::-webkit-input-placeholder {
            font-size: 15px;
            font-size: 0.9375rem;
            font-family: "Cabin", Georgia, serif;
            color: #666768; }
          .subscribe-wrapper.ipt-subscribe-wrapper .ipt-input-wrapper input::-moz-placeholder {
            font-size: 15px;
            font-size: 0.9375rem;
            font-family: "Cabin", Georgia, serif;
            color: #666768; }
          .subscribe-wrapper.ipt-subscribe-wrapper .ipt-input-wrapper input:-moz-placeholder {
            font-size: 15px;
            font-size: 0.9375rem;
            font-family: "Cabin", Georgia, serif;
            color: #666768; }
          .subscribe-wrapper.ipt-subscribe-wrapper .ipt-input-wrapper input:-ms-input-placeholder {
            font-size: 15px;
            font-size: 0.9375rem;
            font-family: "Cabin", Georgia, serif;
            color: #666768; }
      .subscribe-wrapper.ipt-subscribe-wrapper .ipt-subscribe-info-links a {
        display: inline-block;
        color: #a7c9e3;
        text-decoration: underline;
        font-family: "Cabin", Georgia, serif; }
        .subscribe-wrapper.ipt-subscribe-wrapper .ipt-subscribe-info-links a:hover {
          text-decoration: none; }
        .subscribe-wrapper.ipt-subscribe-wrapper .ipt-subscribe-info-links a.ipt-info-more {
          margin-bottom: 7px; }
      .subscribe-wrapper.ipt-subscribe-wrapper button {
        width: 189px;
        height: 57px;
        border-radius: 0;
        background-color: #2ccb6f;
        transition: all ease-in-out .3s;
        font-size: 24px;
        text-align: center;
        font-family: "Cabin", Georgia, serif;
        margin: 0 auto 25px;
        float: none;
        clear: both;
        display: block;
        position: relative;
        -webkit-transform: none;
        transform: none;
        left: auto;
        box-shadow: none; }
        .subscribe-wrapper.ipt-subscribe-wrapper button:hover {
          background-color: #13b356; }
  .checkboxes-publications-block .checkboxes-wrapper {
    padding-left: 260px; }
    .checkboxes-publications-block .checkboxes-wrapper .label-title {
      margin-bottom: 35px;
      max-width: 440px; }
      .checkboxes-publications-block .checkboxes-wrapper .label-title.email-types-label {
        max-width: inherit; }
  .suggest-btn {
    padding: 7px 20px 7px 20px;
    background-color: #737373;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    border-radius: 7px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 2px;
    transition: background-color ease-in-out .4s; }
    .suggest-btn:hover {
      background-color: #636060; }
  header .promo-text p {
    display: block;
    text-align: center; }
  header .promo-text .mobile-promo {
    display: none; }
  .social-buttons-title {
    margin-top: 55px;
    margin-left: 70px;
    display: block;
    float: left; }
  .social-buttons.social-buttons-mobile {
    display: none; }
  .social-buttons.social-buttons-desktop {
    display: block;
    text-align: right;
    float: right; }
    .social-buttons.social-buttons-desktop li a {
      min-width: 138px;
      line-height: 40px;
      border-radius: 5px; }
  .suggest-email-form .form-block.error {
    margin-bottom: 33px; }
    .suggest-email-form .form-block.error .message {
      top: auto;
      bottom: -20px; }
  body.modal-open .modal {
    overflow: visible !important; }
  body.modal-open .custom-modal {
    top: 0 !important;
    overflow-y: auto !important;
    padding-top: 10%; }
  .about-text {
    padding: 0 100px; }
    .about-text a {
      color: #FFFFFF;
      text-decoration: underline; }
  .contact-form {
    opacity: 1; }
    .contact-form .form-group .captcha + .error-block {
      position: absolute;
      bottom: -21px;
      left: 0px;
      top: auto; }
  .share-pseudomodal {
    padding-top: 2%; }
    .share-pseudomodal .cancel-modal {
      opacity: 1; }
    .share-pseudomodal .modal-dialog {
      margin-bottom: 100px; }
    .share-pseudomodal .modal-body {
      padding: 35px 40px; }
      .share-pseudomodal .modal-body .share-description {
        text-align: center;
        font-size: 16px;
        font-size: 1rem;
        line-height: 23px;
        margin-bottom: 20px;
        letter-spacing: -0.1px;
        font-weight: 400; }
      .share-pseudomodal .modal-body .fade-block {
        position: relative; }
        .share-pseudomodal .modal-body .fade-block .button-wrapper {
          transition: opacity ease-in-out .5s; }
          .share-pseudomodal .modal-body .fade-block .button-wrapper button {
            margin-bottom: 15px; }
          .share-pseudomodal .modal-body .fade-block .button-wrapper a {
            display: block;
            clear: both;
            font-size: 16px;
            font-size: 1rem;
            color: #66b3ff;
            text-decoration: underline;
            text-align: center; }
            .share-pseudomodal .modal-body .fade-block .button-wrapper a:hover {
              text-decoration: none; }
        .share-pseudomodal .modal-body .fade-block .thanks-wrapper {
          position: absolute;
          width: 100%;
          left: 0;
          top: 0;
          padding: 40px 0 40px 20px;
          background-color: #ffffff;
          opacity: 0;
          transition: opacity ease-in-out .5s;
          z-index: -1; }
          .share-pseudomodal .modal-body .fade-block .thanks-wrapper .icon {
            width: 52px;
            height: 52px;
            display: inline-block;
            background: transparent url("/img/thx_icon.png") top left no-repeat; }
          .share-pseudomodal .modal-body .fade-block .thanks-wrapper p {
            font-size: 18px;
            font-size: 1.125rem;
            display: inline-block;
            padding-left: 20px;
            margin-bottom: 0;
            position: relative;
            top: -20px; }
        .share-pseudomodal .modal-body .fade-block.active .button-wrapper {
          opacity: 0; }
        .share-pseudomodal .modal-body .fade-block.active .thanks-wrapper {
          opacity: 1;
          z-index: 1; }
    .share-pseudomodal.custom-modal .form-block {
      margin-bottom: 15px; }
      .share-pseudomodal.custom-modal .form-block textarea {
        height: 67px;
        font-size: 15px !important;
        font-size: 15px !important/16pxrem;
        line-height: 20px; }
      .share-pseudomodal.custom-modal .form-block.last-block {
        margin-bottom: 15px; }
        .share-pseudomodal.custom-modal .form-block.last-block textarea {
          height: 90px;
          font-size: 15px !important;
          font-size: 15px !important/16pxrem;
          line-height: 20px !important; }
      .share-pseudomodal.custom-modal .form-block .title {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 600;
        margin-bottom: 2px; }
    .share-pseudomodal.custom-modal .modal-body .form-control {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 20px; }
    .share-pseudomodal .logo {
      display: block;
      width: 144px;
      height: 44px;
      margin: 0 auto;
      background: transparent url("/img/listo_logo.png") top left no-repeat;
      margin-bottom: 13px; }
  .recent-wrapper {
    margin: 0 auto;
    max-width: 960px; }
    .recent-wrapper .recent-legend-block {
      position: absolute;
      font-family: Arial,Helvetica,sans-serif;
      font-size: 14px;
      padding: 5px 0 5px 0;
      text-align: left; }
      .recent-wrapper .recent-legend-block .title {
        font-size: 19px; }
      .recent-wrapper .recent-legend-block .recent-legend-block-holder {
        padding-left: 20px;
        margin-top: 100px; }
  body.home2 {
    background: transparent url("/img/main_bg2.jpg") center center no-repeat; }
    body.home2 header .header-wrapper {
      padding-top: 20px;
      margin-bottom: 15px; }
      body.home2 header .header-wrapper .logo {
        margin-bottom: 20px; }
    body.home2 header .promo-text {
      max-width: 490px;
      text-align: left;
      margin: 0 auto;
      padding-left: 45px; }
      body.home2 header .promo-text p {
        text-align: left;
        font-weight: normal;
        color: #000000; }
        body.home2 header .promo-text p.promo-top {
          font-weight: 500; }
    body.home2 .main-content {
      margin: 0 auto;
      max-width: 430px; }
      body.home2 .main-content .container {
        width: 100%;
        padding: 0; }
    body.home2 .subscribe-wrapper {
      float: left;
      margin-bottom: 15px; }
      body.home2 .subscribe-wrapper .input-wrapper input {
        width: 298px;
        border: 1px solid #b3b3b3;
        border-radius: 10px;
        padding-left: 18px;
        /* Firefox 19+ */
        /* Firefox 18- */ }
        body.home2 .subscribe-wrapper .input-wrapper input::-webkit-input-placeholder {
          font-size: 16px;
          font-size: 1rem;
          font-style: italic; }
        body.home2 .subscribe-wrapper .input-wrapper input::-moz-placeholder {
          font-size: 16px;
          font-size: 1rem;
          font-style: italic; }
        body.home2 .subscribe-wrapper .input-wrapper input:-moz-placeholder {
          font-size: 16px;
          font-size: 1rem;
          font-style: italic; }
        body.home2 .subscribe-wrapper .input-wrapper input:-ms-input-placeholder {
          font-size: 16px;
          font-size: 1rem;
          font-style: italic; }
    body.home2 .social-buttons.social-buttons-desktop {
      position: fixed;
      left: 0;
      top: 30%;
      z-index: 1000; }
      body.home2 .social-buttons.social-buttons-desktop li {
        display: block;
        padding: 0; }
        body.home2 .social-buttons.social-buttons-desktop li a {
          width: 48px;
          height: 48px;
          padding: 0;
          border-radius: 0;
          min-width: auto; }
          body.home2 .social-buttons.social-buttons-desktop li a.twitter {
            background-color: #0097ba; }
            body.home2 .social-buttons.social-buttons-desktop li a.twitter:hover {
              background-color: #067892; }
            body.home2 .social-buttons.social-buttons-desktop li a.twitter:before {
              display: block;
              content: '';
              top: 16px;
              left: 14px;
              position: absolute;
              width: 20px;
              height: 16px;
              background: transparent url("/img/sprite.png") 0 -946px no-repeat; }
          body.home2 .social-buttons.social-buttons-desktop li a.facebook {
            background-color: #1f5790; }
            body.home2 .social-buttons.social-buttons-desktop li a.facebook:hover {
              background-color: #124477; }
            body.home2 .social-buttons.social-buttons-desktop li a.facebook:before {
              display: block;
              content: '';
              top: 14px;
              left: 19px;
              position: absolute;
              width: 10px;
              height: 20px;
              background: transparent url("/img/sprite.png") 0 -1012px no-repeat; }
          body.home2 .social-buttons.social-buttons-desktop li a.email {
            background-color: #0081c2; }
            body.home2 .social-buttons.social-buttons-desktop li a.email:hover {
              background-color: #036698; }
            body.home2 .social-buttons.social-buttons-desktop li a.email:before {
              display: block;
              content: '';
              top: 16px;
              left: 13px;
              position: absolute;
              width: 22px;
              height: 16px;
              background: transparent url("/img/sprite.png") 0 -1082px no-repeat; }
    body.home2 .label-title {
      font-size: 16px;
      font-size: 1rem;
      color: #666666;
      margin-bottom: 10px; }
    body.home2 .checkboxes-wrapper {
      margin-bottom: 20px; }
      body.home2 .checkboxes-wrapper:after {
        display: none; }
      body.home2 .checkboxes-wrapper .show-points {
        color: #0081c2;
        font-size: 16px;
        font-size: 1rem;
        border-bottom: 1px dashed #0081c2;
        line-height: 16px;
        clear: both;
        float: none;
        position: absolute;
        left: 0;
        bottom: 30px;
        transition: left ease-in-out .3s; }
        body.home2 .checkboxes-wrapper .show-points:after {
          width: 5px;
          height: 8px;
          right: -12px;
          top: 5px;
          background: transparent url("/img/sprite.png") 0 -1148px no-repeat; }
        body.home2 .checkboxes-wrapper .show-points.active {
          left: 200px; }
          body.home2 .checkboxes-wrapper .show-points.active:after {
            background: transparent url("/img/sprite.png") 0 -1206px no-repeat; }
      body.home2 .checkboxes-wrapper .slide-container {
        width: 50%;
        overflow: hidden;
        transition: all ease-in-out .3s;
        max-height: 999px; }
        body.home2 .checkboxes-wrapper .slide-container .slide-fixed-wrapper {
          width: 400px; }
        body.home2 .checkboxes-wrapper .slide-container .left-side {
          width: 50%;
          float: left; }
        body.home2 .checkboxes-wrapper .slide-container .right-side {
          width: 50%;
          float: left; }
        body.home2 .checkboxes-wrapper .slide-container .slide-horizontal-container {
          min-width: 400px; }
        body.home2 .checkboxes-wrapper .slide-container.active {
          width: 100%; }
    body.home2 .checkboxes-wrapper [type="checkbox"]:not(:checked) + label, body.home2 .checkboxes-wrapper [type="checkbox"]:checked + label {
      color: #000000;
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 0;
      font-weight: normal; }
    body.home2 .checkboxes-wrapper [type="checkbox"]:not(:checked) + label:before, body.home2 .checkboxes-wrapper [type="checkbox"]:checked + label:before {
      border: 1px solid #b3b3b3; }
    body.home2 .checkboxes-block .home-subscribe-button {
      width: 300px;
      height: 80px;
      background-color: #83b324;
      text-align: center;
      color: #ffffff;
      font-family: 'Exo 2', sans-serif;
      font-weight: 500;
      border-radius: 10px;
      border: none;
      transition: background-color ease-in-out .3s;
      font-size: 38px;
      font-size: 2.375rem;
      padding-bottom: 6px; }
      body.home2 .checkboxes-block .home-subscribe-button:hover {
        background-color: #6b990f; }
    body.home2 .suggest-btn {
      padding: 0;
      background-color: transparent;
      color: #0081c2;
      font-size: 16px;
      font-size: 1rem;
      border-bottom: 1px dashed #0081c2;
      line-height: 16px;
      border-radius: 0;
      float: none;
      margin-left: 200px;
      transition: none;
      clear: both;
      margin-top: 30px; }
    body.home2 .preview-holder {
      width: 100%;
      padding-top: 35px;
      padding-bottom: 20px; }
      body.home2 .preview-holder .home-preview-link {
        padding: 0;
        font-weight: 300;
        background-color: transparent;
        color: #0081c2;
        font-size: 16px;
        font-size: 1rem;
        border-bottom: 1px dashed #0081c2;
        line-height: 16px;
        border-radius: 0;
        transition: none;
        clear: both;
        margin-top: 30px;
        text-decoration: none;
        margin-left: 247px; }
  header .promo-text .promo-top.ipt-promo-top {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: -19px;
    font-family: "Cabin", Georgia, serif; }
  header .promo-text .large-text {
    font-size: 20px;
    line-height: 27px;
    font-family: "Cabin", Georgia, serif;
    max-width: 640px;
    margin: 0 auto; }
  .ipt-subscribe-frame {
    background: transparent url("/img/main_bg_less_quality.jpg") center center no-repeat;
    background-size: cover; }
    .ipt-subscribe-frame .header-wrapper {
      margin-bottom: 35px; }
  .ipt-subscribe-footer {
    display: none; }
  .subscribe-wrapper.ipt-subscribe-wrapper .input-wrapper.error .message {
    min-width: 300px;
    bottom: -37px; } }

/* Medium Devices */
@media only screen and (max-width: 992px) {
  .container {
    width: 750px; }
  .subscribe-wrapper .input-wrapper input {
    width: 255px; }
  .checkboxes-publications-block .checkboxes-wrapper {
    padding-left: 163px; }
  .social-buttons-title {
    display: block;
    margin-left: 0; }
  .social-buttons.social-buttons-mobile {
    display: none; }
  .social-buttons.social-buttons-desktop {
    display: block;
    text-align: right;
    float: right; }
    .social-buttons.social-buttons-desktop li a {
      min-width: 125px;
      line-height: 40px;
      border-radius: 5px; }
      .social-buttons.social-buttons-desktop li a.facebook:before {
        left: 21px; }
      .social-buttons.social-buttons-desktop li a.twitter:before {
        left: 30px; }
      .social-buttons.social-buttons-desktop li a.email:before {
        left: 33px; }
  body.modal-open .modal {
    overflow: visible !important; }
  body.modal-open .custom-modal {
    top: 0 !important;
    overflow-y: auto !important;
    padding-top: 10%; }
  .about-text {
    padding: 0 60px; } }

/* Small devices (tablets, 768px and up) */
@media only screen and (max-width: 767px) {
  header .header-wrapper {
    margin-bottom: 30px;
    padding-top: 35px; }
  .container {
    width: 100%; }
  .subscribe-block {
    float: none; }
  .checkboxes-wrapper {
    margin-bottom: 40px; }
  .checkboxes-block {
    clear: both; }
    .checkboxes-block .checkboxes-wrapper:after {
      display: none; }
    .checkboxes-block .checkboxes-wrapper .label-title {
      display: none; }
  .subscribe-wrapper {
    float: none;
    margin: 0 0 30px 0;
    text-align: center; }
    .subscribe-wrapper .label-title {
      display: none; }
    .subscribe-wrapper .input-wrapper {
      float: none; }
      .subscribe-wrapper .input-wrapper input {
        width: 100%;
        border-radius: 10px;
        /* Firefox 19+ */
        /* Firefox 18- */
        display: inline-block; }
        .subscribe-wrapper .input-wrapper input::-webkit-input-placeholder {
          color: #999999;
          font-weight: 300;
          font-style: italic;
          opacity: 1; }
        .subscribe-wrapper .input-wrapper input::-moz-placeholder {
          color: #999999;
          font-weight: 300;
          font-style: italic;
          opacity: 1; }
        .subscribe-wrapper .input-wrapper input:-moz-placeholder {
          color: #999999;
          font-weight: 300;
          font-style: italic;
          opacity: 1; }
        .subscribe-wrapper .input-wrapper input:-ms-input-placeholder {
          color: #999999;
          font-weight: 300;
          font-style: italic;
          opacity: 1; }
        .subscribe-wrapper .input-wrapper input:focus {
          /* Firefox 19+ */
          /* Firefox 18- */ }
          .subscribe-wrapper .input-wrapper input:focus::-webkit-input-placeholder {
            opacity: 0; }
          .subscribe-wrapper .input-wrapper input:focus::-moz-placeholder {
            opacity: 0; }
          .subscribe-wrapper .input-wrapper input:focus:-moz-placeholder {
            opacity: 0; }
          .subscribe-wrapper .input-wrapper input:focus:-ms-input-placeholder {
            opacity: 0; }
    .subscribe-wrapper button {
      position: fixed;
      bottom: 10px;
      z-index: 1000;
      height: 70px;
      width: 285px;
      left: 50%;
      border-radius: 10px;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.53);
      background-color: rgba(131, 179, 36, 0.8); }
      .subscribe-wrapper button:hover {
        background-color: rgba(107, 153, 15, 0.8); }
  footer {
    height: 63px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    footer .footer-wrapper {
      border: none;
      padding-top: 87px; }
      footer .footer-wrapper .footer-links li {
        margin-left: 35px; }
        footer .footer-wrapper .footer-links li:first-child {
          margin-left: 0; }
  .main-wrapper.welcome-main-wrapper {
    margin: 0 0 -225px 0; }
  .welcome-footer-push, .welcome-footer {
    height: 225px;
    margin: 0;
    padding: 0; }
  .social-buttons li {
    margin-bottom: 10px; }
  .custom-modal .form-block.error .message {
    position: inherit;
    margin: 3px 0;
    top: auto;
    font-size: 13px;
    font-size: 0.8125rem; }
  .custom-modal .modal-body {
    padding: 15px; }
    .custom-modal .modal-body .text {
      color: #000;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 27px;
      margin-bottom: 10px; }
      .custom-modal .modal-body .text.success-text {
        position: relative;
        padding-top: 45px;
        padding-left: 0;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 20px; }
        .custom-modal .modal-body .text.success-text:before {
          background: transparent url("/img/sprite.png") 0 -254px no-repeat;
          content: '';
          top: -5px;
          display: block;
          width: 52px;
          height: 40px;
          position: absolute;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
    .custom-modal .modal-body .social-buttons {
      margin-bottom: 0; }
      .custom-modal .modal-body .social-buttons li {
        width: 100%; }
        .custom-modal .modal-body .social-buttons li:last-child {
          margin-bottom: 0; }
        .custom-modal .modal-body .social-buttons li a {
          width: 100%;
          height: 37px; }
          .custom-modal .modal-body .social-buttons li a.facebook:before {
            left: 50%;
            margin-left: -41px; }
          .custom-modal .modal-body .social-buttons li a.twitter:before {
            left: 50%;
            margin-left: -33px; }
          .custom-modal .modal-body .social-buttons li a.email:before {
            left: 50%;
            margin-left: -30px; }
  .contact-form .form-group .error-block {
    display: none;
    color: red;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 16px;
    position: absolute;
    bottom: -19px;
    right: 0px;
    font-weight: 400;
    height: auto;
    float: none;
    top: auto; }
  .contact-form #unsubscribe-form .form-group .error-block {
    font-size: 12px;
    font-size: 0.75rem; }
  .subscribe-wrapper .input-wrapper.error .message {
    display: block;
    color: #FFFFFF;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 16px;
    position: absolute;
    bottom: -42px;
    left: 11px;
    font-weight: 400;
    z-index: 100; }
  .checkboxes-publications-block .checkboxes-wrapper {
    padding-left: 0;
    width: 300px;
    margin: 0 auto; }
    .checkboxes-publications-block .checkboxes-wrapper .slide-container .left-list-wrapper {
      margin-bottom: 20px; }
    .checkboxes-publications-block .checkboxes-wrapper .slide-container ul.email-types {
      width: auto;
      margin-bottom: 20px; }
  header .promo-text p {
    display: none; }
  header .promo-text .mobile-promo {
    display: block;
    line-height: 24px; }
  header .promo-text .promo-top.ipt-promo-top {
    display: block;
    font-size: 16px;
    margin-bottom: 10px; }
  header .promo-text .large-text {
    display: block;
    font-size: 14px;
    line-height: 19px; }
  .custom-modal .form-block {
    margin-bottom: 10px; }
    .custom-modal .form-block .title {
      margin-bottom: 0;
      font-size: 18px; }
    .custom-modal .form-block textarea {
      height: 64px;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 16px; }
  .custom-modal#suggest-email .modal-body {
    padding-top: 65px; }
  .custom-modal .suggest-email-form .form-block.error {
    margin-bottom: 20px; }
    .custom-modal .suggest-email-form .form-block.error .message {
      top: auto;
      position: absolute;
      bottom: -20px;
      text-align: right;
      font-size: 12px;
      font-size: 0.75rem; }
  .custom-modal .modal-body .email-form .button-wrapper button {
    font-size: 16px;
    font-size: 1rem; }
  .social-buttons.social-buttons-mobile {
    display: block; }
  .social-buttons.social-buttons-desktop {
    display: none; }
  .social-buttons.social-buttons-title {
    display: none; }
  .social-buttons.content-buttons {
    margin-bottom: -80px;
    position: relative;
    z-index: 100; }
    .social-buttons.content-buttons li a {
      display: block;
      width: 48px;
      height: 48px;
      text-indent: -9999px;
      min-width: inherit; }
      .social-buttons.content-buttons li a.facebook:before {
        width: 18px;
        height: 36px;
        left: 15px;
        top: 7px;
        background: transparent url("/img/sprite.png") 0 -710px no-repeat; }
      .social-buttons.content-buttons li a.twitter:before {
        width: 36px;
        height: 28px;
        left: 8px;
        top: 11px;
        background: transparent url("/img/sprite.png") 0 -796px no-repeat; }
      .social-buttons.content-buttons li a.email:before {
        width: 32px;
        height: 22px;
        left: 8px;
        top: 13px;
        background: transparent url("/img/sprite.png") 0 -874px no-repeat; }
  .about-text {
    padding: 0; }
  .social-buttons-title {
    display: none; }
  .share-pseudomodal .modal-body .fade-block .thanks-wrapper {
    text-align: center;
    padding: 20px 0 20px 0; }
    .share-pseudomodal .modal-body .fade-block .thanks-wrapper .icon {
      display: inline-block; }
    .share-pseudomodal .modal-body .fade-block .thanks-wrapper p {
      display: inline-block;
      position: relative;
      top: -16px; }
  .recent-wrapper .recent-legend-block {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    background-color: #ffffff; }
    .recent-wrapper .recent-legend-block .recent-legend-block-holder {
      max-width: 600px;
      margin: 0 auto;
      padding-left: 20px; }
  .recent-wrapper .copy {
    font-size: 16px !important;
    font-size: 16px !important/16pxrem; }
  .recent-wrapper .footer-links li {
    margin-left: 0 !important; }
    .recent-wrapper .footer-links li a {
      font-size: 16px !important;
      font-size: 16px !important/16pxrem; }
    .recent-wrapper .footer-links li:last-child {
      margin-left: 10px !important; }
  body.home2 .checkboxes-block .home-subscribe-button {
    position: fixed;
    bottom: 10px;
    z-index: 1000;
    height: 70px;
    width: 285px;
    left: 50%;
    border-radius: 10px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.53);
    background-color: rgba(131, 179, 36, 0.8); }
    body.home2 .checkboxes-block .home-subscribe-button:hover {
      background-color: rgba(107, 153, 15, 0.8); }
  body.home2 header .promo-text {
    padding-left: 0; }
  body.home2 .checkboxes-wrapper {
    margin-bottom: 33px; }
    body.home2 .checkboxes-wrapper .show-points {
      bottom: -20px; }
      body.home2 .checkboxes-wrapper .show-points:after {
        content: '';
        display: block;
        background: transparent url("/img/sprite.png") 0 -64px no-repeat;
        width: 15px;
        height: 8px;
        position: absolute;
        right: -22px;
        top: 4px; }
      body.home2 .checkboxes-wrapper .show-points.active {
        left: 0; }
        body.home2 .checkboxes-wrapper .show-points.active:after {
          background: transparent url("/img/sprite.png") 0 -122px no-repeat; }
    body.home2 .checkboxes-wrapper .slide-container {
      width: 100%;
      max-height: 200px;
      padding-bottom: 10px; }
      body.home2 .checkboxes-wrapper .slide-container.active {
        max-height: 999px; }
      body.home2 .checkboxes-wrapper .slide-container p {
        float: none; }
      body.home2 .checkboxes-wrapper .slide-container .slide-fixed-wrapper {
        width: 100%; }
        body.home2 .checkboxes-wrapper .slide-container .slide-fixed-wrapper .left-side {
          float: none;
          width: 100%; }
        body.home2 .checkboxes-wrapper .slide-container .slide-fixed-wrapper .right-side {
          float: none;
          width: 100%; }
  body.home2 .suggest-btn {
    float: none;
    margin-top: 0;
    margin-left: 0; }
  body.home2 .subscribe-wrapper {
    float: none;
    width: 100%; }
    body.home2 .subscribe-wrapper .input-wrapper input {
      width: 100%; }
  body.home2 .preview-holder {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px; }
    body.home2 .preview-holder .home-preview-link {
      margin-left: 0; }
  .subscribe-wrapper.ipt-subscribe-wrapper .ipt-subscribe-info-links a.ipt-info-more {
    margin-bottom: 20px; }
  .subscribe-wrapper.ipt-subscribe-wrapper .ipt-input-wrapper input {
    margin-bottom: 13px; }
  .subscribe-wrapper.ipt-subscribe-wrapper .ipt-input-wrapper.error .message {
    min-width: 270px;
    font-size: 12px;
    font-size: 0.75rem;
    bottom: -26px;
    left: 0; }
  .ipt-subscribe-frame {
    background: transparent url("/img/main_bg_mobile.jpg") top center no-repeat; }
  .weclosed-modal .modal-dialog {
    width: 300px; }
    .weclosed-modal .modal-dialog .modal-body {
      padding: 15px !important; } }

/* Phones (480px and up) */
@media only screen and (max-width: 480px) {
  body.modal-open .modal {
    top: 0 !important; }
  .cancel-modal {
    position: absolute; }
  .social-buttons.content-buttons {
    margin-top: 0; }
  .share-pseudomodal {
    padding-top: 15%; }
    .share-pseudomodal .modal-body .share-description {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 20px; }
    .share-pseudomodal .modal-body .fade-block .thanks-wrapper {
      text-align: center;
      padding: 0;
      margin-bottom: 10px; }
      .share-pseudomodal .modal-body .fade-block .thanks-wrapper .icon {
        display: inline-block; }
      .share-pseudomodal .modal-body .fade-block .thanks-wrapper p {
        display: block;
        position: relative;
        top: 0; }
  .recent-wrapper .socials-wrapper {
    text-align: center; }
    .recent-wrapper .socials-wrapper a {
      display: block !important;
      margin: 0 auto 10px !important;
      float: none; }
      .recent-wrapper .socials-wrapper a:last-child {
        margin: 0 auto 30px !important; }
  body.home2 .checkboxes-wrapper .slide-container p {
    width: auto;
    float: none; }
  .preview-date {
    padding: 8px 0 0 25px !important;
    text-align: left !important; }
  .recent-back {
    padding-top: 0 !important; }
  body.recent {
    background: none !important; } }

@media only screen and (max-width: 320px) {
  .share-pseudomodal .modal-body .fade-block .thanks-wrapper {
    text-align: center;
    padding: 0 0 20px 0; }
    .share-pseudomodal .modal-body .fade-block .thanks-wrapper .icon {
      display: inline-block;
      margin-bottom: 10px; }
    .share-pseudomodal .modal-body .fade-block .thanks-wrapper p {
      display: block;
      position: relative;
      top: 0; }
  .preview-date {
    padding: 8px 0 0 25px !important;
    text-align: left !important; }
  .recent-back {
    padding-top: 0 !important; } }

/*2dpi Devices START*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .logo {
    background: transparent url("/img/listo_logo@2x.png") top left no-repeat;
    background-size: 100%; }
  .checkboxes-wrapper [type="checkbox"]:not(:checked) + label:after,
  .checkboxes-wrapper [type="checkbox"]:checked + label:after {
    background: transparent url("/img/sprite@2x.png") top left no-repeat;
    background-size: 52px; }
  .checkboxes-wrapper .show-points:after {
    background: transparent url("/img/sprite@2x.png") 0 -64px no-repeat;
    background-size: 52px; }
    .checkboxes-wrapper .show-points:after.active:after {
      background: transparent url("/img/sprite@2x.png") 0 -122px no-repeat;
      background-size: 52px; }
  .subscribe-wrapper .input-wrapper:before {
    background: transparent url("/img/sprite@2x.png") 0 -180px no-repeat;
    background-size: 52px; }
  body.modal-open {
    position: fixed;
    overflow: hidden;
    width: 100%; }
    body.modal-open .modal {
      -webkit-overflow-scrolling: touch;
      overflow: hidden; }
  .social-buttons.content-buttons li a.facebook:before {
    background: transparent url("/img/sprite@2x.png") 0 -582px no-repeat;
    background-size: 52px; }
  .social-buttons.content-buttons li a.twitter:before {
    background: transparent url("/img/sprite@2x.png") 0 -648px no-repeat;
    background-size: 52px; }
  .social-buttons.content-buttons li a.email:before {
    background: transparent url("/img/sprite@2x.png") 0 -516px no-repeat;
    background-size: 52px; }
  .share-pseudomodal .modal-body .fade-block .thanks-wrapper .icon {
    background: transparent url("/img/thx_icon@2x.png") top left no-repeat;
    background-size: 100%; }
  body.home2 .social-buttons.social-buttons-desktop li a.twitter:before {
    background: transparent url("/img/sprite@2x.png") 0 -946px no-repeat;
    background-size: 52px; }
  body.home2 .social-buttons.social-buttons-desktop li a.facebook:before {
    background: transparent url("/img/sprite@2x.png") 0 -1012px no-repeat;
    background-size: 52px; }
  body.home2 .social-buttons.social-buttons-desktop li a.email:before {
    background: transparent url("/img/sprite@2x.png") 0 -1082px no-repeat;
    background-size: 52px; } }

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .social-buttons.content-buttons li a.facebook:before {
    background: transparent url("/img/sprite@2x.png") 0 -710px no-repeat;
    background-size: 52px; }
  .social-buttons.content-buttons li a.twitter:before {
    background: transparent url("/img/sprite@2x.png") 0 -796px no-repeat;
    background-size: 52px; }
  .social-buttons.content-buttons li a.email:before {
    background: transparent url("/img/sprite@2x.png") 0 -874px no-repeat;
    background-size: 52px; } }

/*2dpi Devices END*/

/*# sourceMappingURL=app.css.map */
