/*
    Created on : 07/12/2014, 13:23:14
    Author     : Asaf Cohen
    Email      : asafcoheng (AT) GMAIL (DOT) COM
    Website    : http://asafcohen.net
*/
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/opensanshebrew-light-webfont.eot);
  src: url(../fonts/opensanshebrew-light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-light-webfont.woff) format("woff"), url(../fonts/opensanshebrew-light-webfont.ttf) format("truetype"); }
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/opensanshebrew-regular-webfont.eot);
  src: url(../fonts/opensanshebrew-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-regular-webfont.woff) format("woff"), url(../fonts/opensanshebrew-regular-webfont.ttf) format("truetype"); }
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/opensanshebrew-bold-webfont.eot);
  src: url(../fonts/opensanshebrew-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-bold-webfont.woff) format("woff"), url(../fonts/opensanshebrew-bold-webfont.ttf) format("truetype"); }
@font-face {
  font-family: 'almoni-tzar';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/almoni-tzar-aaa-300.eot);
  src: url(../fonts/almoni-tzar-aaa-300.eot?#iefix) format("embedded-opentype"), url(../fonts/almoni-tzar-aaa-300.woff) format("woff"), url(../fonts/almoni-tzar-aaa-300.ttf) format("truetype"); }
@font-face {
  font-family: 'frankruehl';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/frankruehl-aaa-400.eot);
  src: url(../fonts/frankruehl-aaa-400.eot?#iefix) format("embedded-opentype"), url(../fonts/frankruehl-aaa-400.woff) format("woff"), url(../fonts/frankruehl-aaa-400.ttf) format("truetype"); }
@font-face {
  font-family: 'almoni-tzar';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/almoni-tzar-aaa-300.eot);
  src: url(../fonts/almoni-tzar-aaa-300.eot?#iefix) format("embedded-opentype"), url(../fonts/almoni-tzar-aaa-300.woff) format("woff"), url(../fonts/almoni-tzar-aaa-300.ttf) format("truetype"); }
@font-face {
  font-family: 'almoni-tzar';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/almoni-tzar-aaa-400.eot);
  src: url(../fonts/almoni-tzar-aaa-400.eot?#iefix) format("embedded-opentype"), url(../fonts/almoni-tzar-aaa-400.woff) format("woff"), url(../fonts/almoni-tzar-aaa-400.ttf) format("truetype"); }
/* Some globals and header */
html, body {
  color: black;
  font-family: 'Open Sans Hebrew', Arial, sans-serif; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

body.ltr {
  font-family: 'PT Sans Narrow', sans-serif; }
  body.ltr h2.page-title {
    font-family: Arial Narrow;
    font-size: 30px;
    line-height: 26px; }
  body.ltr p {
    font-family: 'Open Sans'; }
    body.ltr p mark {
      font-size: 24px;
      font-family: 'Open Sans';
      line-height: 45px; }
  body.ltr #section_6 {
    background: #eae4f1; }
  body.ltr #about-menu nav ul li {
    float: left;
    margin-right: 0;
    margin-left: 35px; }
    body.ltr #about-menu nav ul li.first {
      margin-left: 0; }
    body.ltr #about-menu nav ul li a {
      font-family: 'PT Sans Narrow', sans-serif;
      color: #666666;
      font-size: 18px; }

h1 {
  font-family: almoni-tzar;
  font-size: 67px;
  font-weight: 300;
  padding: 50px 0; }

.container-full {
  padding: 0; }

.margin-auto {
  margin: auto; }

.sep {
  height: 5px;
  width: 28px;
  display: block;
  margin: auto; }

.visible-mobile {
  display: none; }

.mobile-breakline {
  display: none; }

mark {
  color: white;
  background: #ff7e00;
  font-family: 'Open Sans Hebrew';
  font-size: 24px;
  line-height: 48px;
  padding: 0 6px; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.header {
  padding-top: 8px;
  border-bottom: 1px solid #d6d6d6; }
  .header .logo {
    float: right; }
  .header h2 {
    float: right;
    display: inline-block;
    margin: 0 14px 0 0;
    font-family: almoni-tzar;
    font-weight: 300;
    font-size: 30px;
    padding-top: 5px; }
  .header .ntn-btn {
    display: inline-block;
    outline: 0;
    text-align: center;
    text-decoration: none; }
  .header .ntn-join {
    height: 30px;
    border: 1px solid #575757;
    margin: 0 0 0 0;
    padding: 0 6px;
    color: #303030;
    line-height: 31px;
    border-radius: 2px;
    background: #fff;
    max-width: 140px;
    font-family: almoni-tzar;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font-size: 16px; }
    .header .ntn-join:hover {
      background: #eee; }
  .header .ntn-menu {
    float: left; }
    .header .ntn-menu .ntn-toggle-menu {
      display: none !important;
      visibility: hidden !important; }
    .header .ntn-menu .ntn-platform-list {
      list-style: none;
      padding: 0;
      margin: 0;
      background: #098bc9;
      position: absolute;
      top: 51px;
      right: 0;
      display: none !important;
      visibility: hidden !important;
      width: 228px;
      text-align: center;
      line-height: 39px;
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -o-transform: translateY(-10px);
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }
    .header .ntn-menu .ntn-platform-list {
      width: auto;
      display: block !important;
      visibility: visible !important;
      position: static;
      background: transparent;
      margin: 4px 0 0 16px;
      padding: 0;
      line-height: 44px;
      height: 44px;
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      text-shadow: none;
      box-shadow: none; }
      .header .ntn-menu .ntn-platform-list li a:hover {
        text-decoration: none; }
    .header .ntn-menu .ntn-platform-item {
      float: right; }
      .header .ntn-menu .ntn-platform-item a:hover {
        text-decoration: none; }
    .header .ntn-menu .ntn-platform-item:nth-child(even) {
      background: transparent;
      box-shadow: none; }
    .header .ntn-menu .ntn-platform-item > a {
      display: block;
      padding: 0 8px;
      color: #373737;
      font-size: 16px; }
      .header .ntn-menu .ntn-platform-item > a:hover {
        text-decoration: none; }
  .header .fb-like {
    display: none !important;
    visibility: hidden !important;
    float: left;
    margin: 12px 0 0 16px; }
  .header .fb-like {
    display: block !important;
    visibility: visible !important; }
  .header .fb_iframe_widget {
    display: inline-block;
    position: relative; }

/* Partners page */
.partners {
  background: #e4f9fe; }
  .partners h2 {
    font-family: almoni-tzar;
    font-size: 48px;
    font-weight: 300;
    margin: 0 0 30px 0; }
  .partners .custom-partners-cols {
    max-width: 450px;
    margin: auto; }
    .partners .custom-partners-cols div {
      max-width: 155px;
      float: left;
      text-align: center; }
      .partners .custom-partners-cols div.benny {
        margin-right: 150px; }
  .partners .team-no-image {
    margin-top: 25px; }
  .partners h3 {
    font-family: almoni-tzar;
    font-size: 30px; }
  .partners span.title {
    font-family: almoni-tzar;
    font-weight: 300;
    font-size: 24px; }
  .partners .donations .donate_logo {
    padding: 45px 0 45px 0; }

.credits h4 {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  font-family: almoni-tzar;
  max-width: 585px;
  margin: auto;
  padding: 90px 0 60px 0; }
.credits .thanks_logo {
  margin-top: 60px; }
  .credits .thanks_logo h3 {
    font-family: almoni-tzar;
    font-size: 30px; }
  .credits .thanks_logo span.title {
    font-family: almoni-tzar;
    font-weight: 300;
    font-size: 24px; }

/* Write page */
.write-page .write {
  max-width: 570px;
  padding-bottom: 50px; }
  .write-page .write p {
    margin-top: 40px;
    font-family: 'Open Sans Hebrew';
    font-size: 18px;
    line-height: 32px; }
.write-page .write-section {
  padding-bottom: 60px; }
  .write-page .write-section h2 {
    font-size: 48px;
    font-family: almoni-tzar;
    text-decoration: underline;
    margin: 60px 0 35px 0; }
  .write-page .write-section p {
    margin: 25px auto 0 auto;
    max-width: 620px;
    font-family: 'Open Sans Hebrew';
    font-size: 18px;
    line-height: 32px; }
    .write-page .write-section p a {
      color: #e6245b; }

/* Contact Page */
.contact {
  padding: 80px 0;
  background: #eaffe7; }
  .contact h1 {
    padding: 0 0 20px 0;
    margin: 0; }
  .contact .container .contact_info {
    text-align: center;
    margin-top: 30px; }
    .contact .container .contact_info.first {
      margin-top: 0; }
    .contact .container .contact_info.support {
      margin: 50px 0; }
      .contact .container .contact_info.support .support_text {
        margin-top: 0;
        line-height: 25px; }
      .contact .container .contact_info.support .support_email {
        color: black;
        text-decoration: none; }
        .contact .container .contact_info.support .support_email span {
          font-size: 0.1px;
          opacity: 0; }
    .contact .container .contact_info a span {
      direction: ltr;
      color: black;
      text-decoration: none; }
    .contact .container .contact_info img.icon {
      display: block;
      margin: auto; }
    .contact .container .contact_info span {
      font-family: 'Open Sans Hebrew';
      font-size: 21px;
      color: black; }

.section {
  padding: 75px 0; }
  .section.yellow {
    background: #faf6db; }
  .section h3 {
    font-size: 39.99px;
    font-family: almoni-tzar; }
  .section p {
    font-family: 'Open Sans Hebrew';
    font-size: 21px;
    max-width: 231px;
    margin: auto; }

p {
  margin: 25px auto 0 auto;
  max-width: 688px;
  font-family: 'Open Sans Hebrew';
  font-size: 18px;
  line-height: 32px; }

/* Tos Page */
.tos-page .step {
  margin: 15px 0; }
  .tos-page .step span.number {
    font-size: 51px;
    font-family: 'frankruehl';
    border-bottom: 5px solid #e6245b;
    padding-bottom: 10px; }

/* Group Page*/
.group-page p {
  max-width: 540px; }
.group-page .legend {
  margin-bottom: 10px; }
  .group-page .legend img {
    margin-top: -11px;
    margin-right: 10px;
    margin-left: 10px; }
    .group-page .legend img.first {
      margin-right: 0; }
.group-page .contact_btn {
  padding: 0;
  max-width: 270px;
  width: 100%;
  height: 70px;
  line-height: 70px; }
.group-page div.title {
  font-family: almoni-tzar;
  font-weight: 300;
  font-size: 24px;
  padding: 60px 0 50px 0; }
.group-page .map-holder {
  width: 100%;
  max-width: 80%;
  margin: auto;
  margin-top: 50px;
  padding-bottom: 50px; }
.group-page .logo-grid {
  width: 100%;
  margin: auto;
  max-width: 957px; }
  .group-page .logo-grid .single-logo {
    min-height: 80px;
    text-align: center; }

/* About page */
#about-menu {
  padding: 7px 0 4px 0;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  z-index: 3; }
  #about-menu.fixed {
    position: fixed;
    width: 102%;
    left: 37%;
    margin: 0 0 0 -38%; }
  #about-menu nav {
    margin: auto;
    text-align: center; }
    #about-menu nav ul {
      text-align: center;
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      -webkit-padding-start: 0;
      display: inline-block;
      margin: auto; }
      #about-menu nav ul li {
        float: right;
        list-style: none;
        margin-right: 35px; }
        #about-menu nav ul li.first {
          margin-right: 0; }
        #about-menu nav ul li a {
          color: #666666;
          font-size: 18px;
          font-family: almoni-tzar;
          font-weight: lighter;
          /*&.active {
              font-weight: normal;
              color: #000000;
          }*/ }

.about-page h1 {
  padding: 0 0 30px 0; }
.about-page p {
  margin: 25px auto 0 auto;
  max-width: 688px;
  font-family: 'Open Sans Hebrew';
  font-size: 18px;
  line-height: 32px; }
.about-page h2 {
  font-size: 48px;
  max-width: 790px;
  margin: auto;
  line-height: 50px;
  font-family: almoni-tzar;
  font-weight: 300; }
  .about-page h2.page-title {
    font-size: 30px;
    margin: 0 14px 0 0;
    line-height: 35px; }
.about-page .about-section {
  padding-top: 90px; }
.about-page #section_1 {
  background: #fffaf3;
  padding: 111px 0 70px 0; }
  .about-page #section_1 .colored {
    background: #ff7e00; }
.about-page #section_2 {
  background: #fef2ff; }
  .about-page #section_2 h2 {
    margin-bottom: 30px; }
.about-page #section_3 {
  background: #d7e6f6; }
  .about-page #section_3 h2 {
    margin-bottom: 30px; }
  .about-page #section_3 .colored {
    background: #009edb; }
  .about-page #section_3 .cal_download {
    border: 3px solid #000;
    font-family: almoni-tzar;
    font-size: 34px;
    color: black;
    margin: 50px 0 10px 0;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 81px;
    line-height: 81px;
    max-width: 483px; }
    .about-page #section_3 .cal_download:hover {
      border: 3px solid #009edb;
      color: #009edb; }
  .about-page #section_3 .cal_custom_col {
    width: 100%; }
    .about-page #section_3 .cal_custom_col.first {
      float: right; }
  .about-page #section_3 .step {
    float: right;
    max-width: 333px;
    margin-bottom: 70px; }
    .about-page #section_3 .step.first {
      margin-right: 0; }
    .about-page #section_3 .step.second {
      float: left; }
    .about-page #section_3 .step.last {
      padding-bottom: 50px;
      margin-bottom: 0;
      float: none;
      margin: auto; }
    .about-page #section_3 .step span.number {
      font-size: 60px;
      font-family: 'frankruehl';
      border-bottom: 5px solid #009edb;
      padding-bottom: 20px; }
    .about-page #section_3 .step p {
      font-weight: 300; }
.about-page #section_4 {
  background: #eaffe7; }
  .about-page #section_4 h2 {
    font-size: 64px;
    padding: 20px 0 58px 0; }
  .about-page #section_4 .soon {
    font-family: almoni-tzar;
    font-weight: 300;
    font-size: 51px;
    margin-top: 55px; }
.about-page #section_5 {
  background: #fffee7;
  padding-bottom: 70px; }
  .about-page #section_5 .colored {
    background: #fead00;
    color: black; }

/* Partners Page V2*/
.partners-page-v2 h1 {
  padding: 0; }
.partners-page-v2 h2 {
  padding-bottom: 30px;
  font-family: almoni-tzar;
  font-size: 47px;
  font-weight: 300; }
  .partners-page-v2 h2.page-title {
    float: right;
    display: inline-block;
    margin: 0 14px 0 0;
    font-family: almoni-tzar;
    font-weight: 300;
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 0; }
.partners-page-v2 .omer p {
  margin-top: 15px;
  line-height: 25px; }
.partners-page-v2 p {
  max-width: 670px;
  font-size: 18px; }
.partners-page-v2 #section_1 {
  background: #e4f9fe; }
  .partners-page-v2 #section_1 .photo {
    margin-bottom: 32px; }
  .partners-page-v2 #section_1 h5 {
    padding: 0;
    font-family: almoni-tzar;
    font-size: 30px; }
  .partners-page-v2 #section_1 h6 {
    padding: 0;
    font-size: 24px;
    font-weight: 300;
    font-family: almoni-tzar; }
  .partners-page-v2 #section_1 .detailed {
    margin-bottom: 150px;
    max-width: 508px; }
    .partners-page-v2 #section_1 .detailed p {
      font-size: 18px;
      max-width: 508px;
      float: right; }
      .partners-page-v2 #section_1 .detailed p.last {
        float: left; }
    .partners-page-v2 #section_1 .detailed.last {
      float: left; }
  .partners-page-v2 #section_1 .not-detailed {
    min-height: 500px; }
    .partners-page-v2 #section_1 .not-detailed p {
      font-size: 14px;
      max-width: 340px;
      line-height: 27px;
      margin-top: 15px; }
.partners-page-v2 #section_2 {
  padding-bottom: 150px;
  background: #fef2ff; }
  .partners-page-v2 #section_2 h1 {
    font-size: 48px; }
  .partners-page-v2 #section_2 p {
    margin-top: 9px;
    font-size: 18px; }
.partners-page-v2 #section_3 .more_info {
  max-width: 195px;
  height: 86px;
  border: 3px solid black;
  font-size: 34px;
  line-height: 86px;
  font-family: almoni-tzar;
  color: black;
  width: 100%;
  display: block;
  margin: auto;
  text-decoration: none;
  margin-top: 60px; }
  .partners-page-v2 #section_3 .more_info:hover {
    border: 3px solid #009edb;
    color: #009edb; }
.partners-page-v2 #section_4 {
  background: #fff4e2; }
  .partners-page-v2 #section_4 .special_p {
    margin: 50px auto 100px auto; }
  .partners-page-v2 #section_4 .partner {
    /*min-height: 400px;*/
    margin-bottom: 50px; }
    .partners-page-v2 #section_4 .partner .partner-title {
      font-family: almoni-tzar;
      font-size: 30px;
      padding: 30px 0 10px 0; }
    .partners-page-v2 #section_4 .partner p {
      max-width: 365px;
      font-size: 14px;
      line-height: 27px; }
.partners-page-v2 #section_5 {
  background: #e4f9fe; }
  .partners-page-v2 #section_5 .partnerships div {
    min-height: 157px; }
.partners-page-v2 #section_6 {
  background: white; }
  .partners-page-v2 #section_6 .suppliers div {
    min-height: 180px; }
.partners-page-v2 #section_7 {
  background: #ffebf0; }

.ltr.about-page p {
  font-family: 'Open Sans'; }
.ltr.about-page h2 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 46px; }
.ltr.about-page h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 49px; }
.ltr #section_3 .step {
  float: left; }
  .ltr #section_3 .step.second {
    float: right; }
  .ltr #section_3 .step.first {
    margin-left: 0; }

/* Footer */
.ntn-posts-footer {
  border-top: 1px solid #222525;
  height: auto;
  font-size: 12px;
  line-height: 20px;
  background: #fff;
  text-align: center; }
  .ntn-posts-footer .ntn-footer-table {
    display: table;
    margin: 0 auto; }
  .ntn-posts-footer .ntn-platform-list {
    list-style: none;
    margin: 4px 0 0 16px;
    padding: 0;
    height: auto;
    font-size: 16px;
    font-family: 'almoni-tzar';
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    direction: rtl; }
    .ntn-posts-footer .ntn-platform-list li {
      position: relative;
      display: inline-block;
      text-align: center;
      float: none; }
      .ntn-posts-footer .ntn-platform-list li a {
        margin: 12px auto;
        display: block;
        padding: 0 8px;
        color: #373737; }
        .ntn-posts-footer .ntn-platform-list li a:hover {
          text-decoration: none; }

@media only screen and (max-width: 1200px) {
  /* Partners Page V2*/
  .partners-page-v2 #section_1 .detailed {
    max-width: 9999px;
    float: none; }
    .partners-page-v2 #section_1 .detailed p {
      float: none; }
      .partners-page-v2 #section_1 .detailed p.last {
        float: none; }
    .partners-page-v2 #section_1 .detailed.last {
      float: none; } }
@media only screen and (max-width: 767px) {
  #about-menu nav ul {
    width: 225px; }
    #about-menu nav ul li {
      float: right;
      list-style: none;
      margin-right: 17%;
      height: 12px;
      width: 12px;
      overflow: hidden;
      background: url(../images/dot.png) center top no-repeat; }
      #about-menu nav ul li.first {
        margin-right: 0; }
      #about-menu nav ul li.active {
        background: url(../images/dot-current.png) no-repeat; }
      #about-menu nav ul li a {
        color: transparent;
        font-size: 18px;
        font-family: almoni-tzar;
        font-weight: lighter;
        height: 12px;
        width: 12px;
        overflow: hidden; }
        #about-menu nav ul li a.active {
          font-weight: normal;
          color: transparent; }

  body.ltr #about-menu nav ul li a {
    color: transparent; }

  .partners-page-v2 #about-menu nav ul {
    width: 225px; }
    .partners-page-v2 #about-menu nav ul li {
      margin-right: 8%; }

  .about-page #section_3 .cal_custom_col {
    float: none;
    margin: auto;
    clear: both;
    width: 100%; }
    .about-page #section_3 .cal_custom_col.first {
      float: none; }
  .about-page #section_3 .step {
    margin: auto;
    float: none; }
    .about-page #section_3 .step.second {
      float: none;
      margin: auto; } }
.contact_btn {
  border: 3px solid #000;
  font-family: almoni-tzar;
  font-size: 34px;
  padding: 19px 80px;
  color: black;
  margin: 50px 0 70px 0;
  text-decoration: none;
  display: inline-block; }
  .contact_btn:hover {
    border: 3px solid #7d53af;
    color: #7d53af;
    text-decoration: none; }

.voice .title {
  padding-bottom: 100px; }
  .voice .title p {
    font-size: 21px;
    margin-top: 25px;
    max-width: 860px; }
    .voice .title p.second {
      max-width: 780px; }
.voice .voices .voice {
  padding: 20px 50px;
  line-height: 32px;
  width: 49%;
  margin-bottom: 30px;
  padding-bottom: 80px; }
  .voice .voices .voice.left {
    float: left; }
  .voice .voices .voice h2 {
    font-weight: 200;
    line-height: 40px;
    max-width: none;
    font-family: almoni-tzar; }
  .voice .voices .voice ol, .voice .voices .voice ul {
    -webkit-margin-before: 0;
    -webkit-padding-start: 21px;
    margin-bottom: 0; }
  .voice .voices .voice li {
    font-size: 16px; }
  .voice .voices .voice p {
    max-width: 100%;
    margin-bottom: 25px; }
  .voice .voices .voice ul.tick {
    -webkit-padding-start: 0;
    list-style: none; }
    .voice .voices .voice ul.tick li {
      padding-right: 21px;
      background: url("../images/tick.png") right 8px no-repeat; }
.voice .contact_btn {
  padding: 0;
  max-width: 270px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-top: 38px; }
  .voice .contact_btn:hover {
    border: 3px solid #008cc9;
    color: #008cc9; }
.voice .tos {
  border-top: 1px solid #e0e0e0;
  padding: 50px 0; }
  .voice .tos h2 {
    font-size: 30px;
    margin: 0 0 36px 0;
    color: #323232;
    font-family: almoni-tzar; }
  .voice .tos ol {
    -webkit-padding-start: 23px; }
  .voice .tos li {
    font-size: 18px;
    color: #6f6f6f;
    line-height: 32px; }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 991px) {
  .partners-page-v2 #section_1 .detailed {
    margin-bottom: 50px; }
  .partners-page-v2 #section_1 .not-detailed {
    min-height: 0;
    margin-bottom: 50px; }
    .partners-page-v2 #section_1 .not-detailed.last {
      margin-bottom: 0; }

  .group-page .map-holder {
    max-width: 100%; } }
@media only screen and (max-width: 768px) {
  .voice .voices .voice {
    width: 100%;
    clear: both; }
    .voice .voices .voice.left {
      float: none; } }
@media only screen and (max-width: 728px) {
  .partners-page-v2 .section {
    padding-top: 50px; }
  .partners-page-v2 #section_1 {
    padding-top: 30px; }
    .partners-page-v2 #section_1 h2 {
      margin-top: 10px; }
  .partners-page-v2 h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px; }
  .partners-page-v2 #section_2 {
    padding-bottom: 50px; }
  .partners-page-v2 #section_4 .special_p {
    margin-bottom: 50px; }
  .partners-page-v2 #section_4 .partner {
    min-height: 0;
    margin-bottom: 50px; } }
@media only screen and (max-width: 486px) {
  h1 {
    font-size: 40px; }

  .hidden-mobile {
    display: none; }

  .visible-mobile {
    display: block; }

  .about-page #section_3 .cal_download {
    font-size: 24px; }

  .partners .custom-partners-cols {
    width: 100%;
    margin: auto;
    padding-bottom: 45px; }
    .partners .custom-partners-cols div {
      float: none;
      width: 100%;
      margin: auto; }
      .partners .custom-partners-cols div.benny {
        margin: auto;
        padding-bottom: 45px; }

  .credits h4 {
    font-size: 30px; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 379px) {
  .about-page #section_3 .cal_download {
    font-size: 19.5px; }

  .voice .title h1 {
    font-size: 40px; } }
@media only screen and (max-width: 320px) {
  .mobile-breakline {
    display: block; } }
.fb_iframe_widget iframe {
  left: 0; }
