/*functions*/

@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(//fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);
body .imageBackground {
  margin-top: 110px;
  height: 200px;
  /*background-image: url('../../img/mainMulti/about-header.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  body .imageBackground {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  body .imageBackground {
    height: 150px;
  }
}
body .imageBackground .titleAboutMulti {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
  font-weight: 900;
  font-size: 50px;
  font-family: 'Open Sans Hebrew', sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  text-shadow: 1px 1px black;
}
@media only screen and (max-width: 767px) {
  body .imageBackground .titleAboutMulti {
    font-size: 32px;
  }
}
body .aboutSection {
  padding: 50px 0 60px;
  background: white;
}
body .aboutSection .containerAbout {
  max-width: 1000px;
}
body .aboutSection .containerAbout .thanks img {
  margin-top: 30px;
}
body .aboutSection .containerAbout .colAbout {
  width: 66.58%;
}
body .aboutSection .containerAbout .colAbout .noPadding {
  padding: 0;
}
body .aboutSection .containerAbout .colAbout .titleAbout {
  font-size: 42px;
  font-weight: bold;
  color: #1e1e1e;
  padding-bottom: 30px;
  max-width: 585px;
}
body .aboutSection .containerAbout .colAbout .aboutContent {
  max-width: 575px;
}
body .aboutSection .containerAbout .colAbout .aboutContent img {
  max-width: 100%;
  height: auto;
}
body .aboutSection .containerAbout .colAbout .aboutContent .divParagraph,
body .aboutSection .containerAbout .colAbout .aboutContent p {
  font-size: 16px;
  color: #505050;
  font-family: 'Assistant', sans-serif;
  line-height: 26px;
  margin-bottom: 30px;
}
body .aboutSection .containerAbout .colAbout .aboutContent .divParagraph .boldParagraph,
body .aboutSection .containerAbout .colAbout .aboutContent p .boldParagraph {
  font-weight: bold;
}
body .aboutSection .containerAbout .colSidebarAbout {
  width: 33.42%;
}
body .aboutSection .containerAbout .colSidebarAbout .boxSideAbout {
  max-width: 250px;
  /*margin: 0 auto;*/
  padding: 10px 0 45px;
  color: #191919;
  text-align: right;
}
body .aboutSection .containerAbout .colSidebarAbout .boxSideAbout .detailsContact {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}
body .aboutSection .containerAbout .colSidebarAbout .boxSideAbout .boxContact {
  font-family: 'Assistant', sans-serif;
  color: #373a3c;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 24px;
}
body .aboutSection .containerAbout .colSidebarAbout .boxSideAbout .boxContact iframe {
  max-width: 100%;
  height: 100%;
  border: 1px solid #f1f0f0;
  border-radius: 3px;
}
body .aboutSection .containerAbout .colSidebarAbout .boxSideAbout .boxContact .linkContact {
  font-family: 'Assistant', sans-serif;
  color: #f11438;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  body .aboutSection {
    padding: 20px 0 0;
  }
  body .aboutSection .containerAbout .thanks p,
  body .aboutSection .containerAbout .thanks span {
    font-size: 28px !important;
  }
  body .aboutSection .containerAbout .thanks img {
    max-width: 40vw;
    margin-bottom: 20px;
  }
  body .aboutSection .containerAbout .colAbout {
    width: inherit;
  }
  body .aboutSection .containerAbout .colAbout .titleAbout {
    font-size: 24px;
    padding-bottom: 20px;
  }
  body .aboutSection .containerAbout .colSidebarAbout {
    width: inherit;
  }
  body .aboutSection .containerAbout .colSidebarAbout .boxSideAbout {
    max-width: 100%;
    padding: 10px 0 25px;
  }
}
