/**
 * Main title
 */
/**
 * Social wrapper for each item
 */
/**
 * Mobile adjustments
 */
.social-slider-wrapper {
  padding: 0 20px 0 15px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 454px;
  overflow: hidden;
  margin-bottom: 5px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.social-slider-wrapper .social-slider-title {
  margin-top: 20px;
  margin-bottom: 20px;
  display: table;
}
.social-slider-wrapper .social-slider-title h2 {
  font-family: 'Open Sans Hebrew', Arial;
  color: #000;
  display: table-cell;
  padding-right: 10px;
}
.social-slider-wrapper .social-slider-title .social-posts-center-dots {
  display: table-cell;
  float: right;
}
.social-slider-wrapper .social-slider-title .social-posts-center-dots span {
  display: inline-block;
  background: black;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  margin: -1px;
}
.social-slider-wrapper .social-posts-container {
  margin: 0 65px;
  height: 100%;
}
.social-slider-wrapper .social-posts-container .social-slider-inner {
  height: 100%;
}
.social-slider-wrapper .social-posts-container .social-slider-inner.slick-slider .slick-track {
  background-color: transparent;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper {
  max-width: 230px;
  margin-left: 57px;
  position: relative;
  height: 330px;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item {
  width: 230px;
  word-wrap: break-word;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item a:active,
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item a:visited {
  outline: 0;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image {
  position: relative;
  height: 140px;
  margin-bottom: 34px;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image img {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image .social-item-icon {
  width: 49px;
  height: 49px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -24.5px;
  background: #001721;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image .social-item-icon .fab {
  background-size: 13px;
  width: 100%;
  height: 100%;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image .social-item-icon .fab.fa-facebook-f {
  background-size: 7px;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image .social-item-icon .fab .fa-instagram,
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image .social-item-icon .fab .fa-facebook {
  font-size: 14px;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-user-account {
  font-family: 'Arial';
  font-size: 14px;
  color: #001721;
  line-height: 20px;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-content {
  font-family: 'Arial';
  font-size: 14px;
  color: #808080;
  line-height: 20px;
  height: 120px;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-content a.social-item-text {
  height: 100%;
  display: block;
  width: 100%;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-content-instagram {
  display: block;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-content-facebook {
  display: block;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-footer .social-item-comments-likes {
  font-family: 'Arial';
  font-size: 12px;
  color: #001721;
  float: left;
  direction: ltr;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-footer .social-item-date {
  display: block;
  font-family: 'Arial';
  font-size: 12px;
  color: #AFAFAF;
  direction: ltr;
  float: right;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner:hover .social-item-icon[data-social="facebook"] {
  background: #3b5998;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner:hover .social-item-icon[data-social="instagram"] {
  background: #3f729b;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner:hover .social-item-icon[data-social="twitter"] {
  background: #54abee;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper.slick-active:last-child {
  margin-left: 0;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .slick-slide {
  width: 230px;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .slick-prev,
.social-slider-wrapper .social-posts-container .social-slider-inner .slick-next {
  border: 0;
  position: absolute;
  top: 145px;
  color: transparent;
  background: transparent;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .slick-prev:before,
.social-slider-wrapper .social-posts-container .social-slider-inner .slick-next:before {
  content: "";
  border: 5px solid #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 9px;
  border-radius: 4px 0;
  cursor: pointer;
  display: block;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .slick-prev:focus,
.social-slider-wrapper .social-posts-container .social-slider-inner .slick-next:focus {
  outline: 2px solid #2a6496;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .slick-next {
  left: -64px;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .slick-next:before {
  float: right;
  border-width: 0 0 5px 5px !important;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .slick-prev {
  right: -68px;
  padding: 0;
}
.social-slider-wrapper .social-posts-container .social-slider-inner .slick-prev:before {
  float: left;
  border-width: 5px 5px 0 0 !important;
}
.social-slider-wrapper .social-posts-container .fa-angle-left:hover:before,
.social-slider-wrapper .social-posts-container .fa-angle-right:hover:before {
  border-color: #147CC2;
}
/**
* LTR Social Posts
*/
html[dir="ltr"] .social-slider-wrapper {
  padding: 0 15px 0 20px;
}
html[dir="ltr"] .social-slider-wrapper .social-slider-title h2 {
  padding-right: 0px;
  padding-left: 10px;
}
html[dir="ltr"] .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item-footer .social-item-comments-likes {
  float: right;
}
html[dir="ltr"] .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item-footer .social-item-date {
  float: left;
}
html[dir="ltr"] .social-slider-wrapper .social-posts-container .social-slider-inner .slick-prev {
  left: -62px;
  right: inherit;
}
html[dir="ltr"] .social-slider-wrapper .social-posts-container .social-slider-inner .slick-prev:before {
  float: none;
  border-width: 0 0 5px 5px !important;
}
html[dir="ltr"] .social-slider-wrapper .social-posts-container .social-slider-inner .slick-next {
  right: -68px;
  left: inherit;
}
html[dir="ltr"] .social-slider-wrapper .social-posts-container .social-slider-inner .slick-next:before {
  float: none;
  border-width: 5px 5px 0 0 !important;
}
html[dir="ltr"] .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper {
  margin-right: 57px;
  margin-left: 0;
}
html.mobile[dir="ltr"] .social-slider-wrapper .social-posts-container .social-slider-inner .slick-next,
body.tau-mobile-v2.dir_ltr .social-slider-wrapper .social-posts-container .social-slider-inner .slick-next {
  right: -43px;
  left: inherit;
}
html.mobile[dir="ltr"] .social-slider-wrapper .social-posts-container .social-slider-inner .slick-prev,
body.tau-mobile-v2.dir_ltr .social-slider-wrapper .social-posts-container .social-slider-inner .slick-prev {
  left: -47px;
  right: inherit;
}
html.mobile[dir="ltr"] .social-slider-wrapper .social-posts-container .social-slider-inner .slick-next,
body.tau-mobile-v2.dir_ltr .social-slider-wrapper .social-posts-container .social-slider-inner .slick-next,
html.mobile[dir="ltr"] .social-slider-wrapper .social-posts-container .social-slider-inner .slick-prev,
body.tau-mobile-v2.dir_ltr .social-slider-wrapper .social-posts-container .social-slider-inner .slick-prev {
  font-size: 0;
}
html.mobile .social-slider-wrapper,
body.tau-mobile-v2 .social-slider-wrapper {
  height: auto;
  margin-top: 1.818em;
}
html.mobile .social-slider-wrapper .social-slider-title,
body.tau-mobile-v2 .social-slider-wrapper .social-slider-title {
  margin-bottom: 4.091em;
  margin-top: 1.818em;
}
html.mobile .social-slider-wrapper .social-slider-title .social-posts-center-dots,
body.tau-mobile-v2 .social-slider-wrapper .social-slider-title .social-posts-center-dots {
  float: none;
}
html.mobile .social-slider-wrapper .social-slider-title h2,
body.tau-mobile-v2 .social-slider-wrapper .social-slider-title h2 {
  font-size: 1.636em;
}
html.mobile .social-slider-wrapper .social-posts-container,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container {
  margin: 0 38px;
  height: auto;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner {
  height: auto;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .slick-next,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .slick-next {
  left: -47px;
  top: 48px;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .slick-next:focus,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .slick-next:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 2px solid #2a6496;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .slick-prev,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .slick-prev {
  right: -45px;
  top: 48px;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .slick-prev:focus,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .slick-prev:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 2px solid #2a6496;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper {
  max-width: none;
  height: auto;
  margin: 0;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item {
  width: auto;
}
@media (max-width: 480px) {
  html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item,
  body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item {
    font-size: 10px;
  }
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image {
  height: 12.727em;
  margin-bottom: 40px;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image img,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image img {
  background-position-y: 25%;
  background-position-x: 0;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image .social-item-icon,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image .social-item-icon {
  width: 60px;
  height: 60px;
  bottom: -30px;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image .social-item-icon .fab,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image .social-item-icon .fab {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  vertical-align: bottom;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image .social-item-icon .fab.fa-facebook-f,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-image .social-item-icon .fab.fa-facebook-f {
  background-size: 9px;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-footer,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-footer {
  position: static;
  margin: 3em 0 1.727em 0;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-footer .social-item-comments-likes,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-footer .social-item-comments-likes {
  padding-left: 5px;
  font-size: 0.9em;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-footer .social-item-date,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-footer .social-item-date {
  font-size: 0.9em;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-content,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-content {
  font-size: 1.364em;
  line-height: 1.455em;
  height: auto;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-content a,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-content a {
  color: #808080;
  text-decoration: none;
  display: block;
  height: 5.455em;
}
html.mobile .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-user-account,
body.tau-mobile-v2 .social-slider-wrapper .social-posts-container .social-slider-inner .social-item-wrapper .social-item-inner .social-item .social-item-user-account {
  font-size: 1.091em;
}
