﻿ @font-face {
font-family: 'almoniTzar700';
font-weight: 700; /*(bold)*/
font-style: normal;
src: url('/Static/fonts/almoni-tzar/almoni-tzar-bold-aaa.eot');
src: url('/Static/fonts/almoni-tzar/almoni-tzar-bold-aaa.eot?#iefix') format('embedded-opentype'), 
    url('/Static/fonts/almoni-tzar/almoni-tzar-bold-aaa.woff') format('woff2'), 
    url('/Static/fonts/almoni-tzar/almoni-tzar-bold-aaa.woff2') format('woff');
}
@font-face {
font-family: 'almoniTzar300';
font-weight: 300; /*(light)*/
font-style: normal;
src: url('/Static/fonts/almoni-tzar/almoni-tzar-light-aaa.eot');
src: url('/Static/fonts/almoni-tzar/almoni-tzar-light-aaa.eot?#iefix') format('embedded-opentype'), 
    url('/Static/fonts/almoni-tzar/almoni-tzar-light-aaa.woff') format('woff'), 
    url('/Static/fonts/almoni-tzar/almoni-tzar-light-aaa.woff2') format('woff2');
}
@font-face {
font-family: 'almoniTzar400';
font-weight: 400; /*(regular)*/
font-style: normal;
src: url('/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.eot');
src: url('/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.eot?#iefix') format('embedded-opentype'), 
    url('/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.woff') format('woff'), 
    url('/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.woff2') format('woff2');
}

* {
  box-sizing: border-box;
}

table {
    font-family: almoniTzar400,arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: solid 0.5px #2e50d5;
    padding:12px  8px;
}


tr td:nth-child(1) {font-family:colfaxBold;font-size: 20px;
    text-align: center;}

tr:nth-child(odd) {background:#0029cd; }
tr:nth-child(even)  {    background: #1238d0;}
 
#fullrate .txtsearch {
    width: 330px;
    height: 40px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 0;
    margin-bottom: 40px;
    font-size:19px;
    text-indent:10px;
    color:#0029cd;
    font-family: almoniTzar4,arial, sans-serif;
}
#fullrate .txtsearch::-webkit-input-placeholder { color:#0029cd;    font-family: almoniTzar4,arial, sans-serif;}
th  {   
  font-family: almoniTzar400;
  font-size: 32px;   
  color: #f8ea01;
      text-indent: 10px;

}
#fullrate {margin-top:-100px}
td a,td span { color:#fff;font-size: 25px;    text-indent: 10px;    display: block;    font-family: almoniTzar300,arial, sans-serif;}

.graph {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-family: 'Lato';
  -webkit-font-smoothing: antialiased;
  color: white;
  margin-bottom: 100px;
}

.stats__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.stats { 
  position: relative;
  padding: 0 25px;
}

.img-poll{
  position:absolute;
  width: 150px;
  height: 100px;
  object-fit: contain;
  bottom: -120px;
  left: -7px;
}

.line {
  width: 150px;
  height: 11px;
  border-radius: 4px;
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.09);
  display:none;
  left: 13px;
}

.stats__item:nth-of-type(1) .line{
    display: block;
}

.container_1 .line {  background-color: #6483ff;}
.container_2 .line {  background-color: #ff227a;}
.container_3 .line {  background-color: #fdef00;}
.pollText {height:162px !important}
.pollText{
    height: 166px;
    overflow: hidden;
    margin-bottom: 5px !important;
}


.pollWr.open .pollText{
    height: auto !important;
}

.showMore {
    cursor: pointer;
}

.pollWr .showMore:before {
    display: block;
    font-weight: bold;
    content: "קרא עוד";
    font-size: 23px;
    line-height: 1.55;
        border-bottom: 1px #fff solid;
    display: inline;
}

.pollWr.open .showMore:before {
    content: "הסתר";
    border-bottom: 1px #fff solid;
    display: inline;
}

/************    gallery  **************/
.content-slider{
	list-style: none outside none;
	padding-left: 0;
    margin: 0;
}
.demo .item{
    /*margin-bottom: 60px;*/
    width:1240px;
    margin:0 auto;
}
.content-slider li{
	/*background-color: #ed3020;*/
	text-align: center;
	/*color: #FFF;*/
}
.content-slider h3 {
	margin: 0;
	padding: 70px 0;
}
.demo {
	direction: ltr;
    margin-top:50px;
}
.demo h3 { font-size:70px; text-align:center; margin-bottom:50px}
.demo h4 { font-size: 25px;
    line-height: 1.55;
    color: #fff;
    font-family: almoniTzar300; margin:-30px 0 20px}
.bitmap {    width:100%; height:auto; display:block}
.lightSlider li a div {
     
    background-color: #2f57f6;
    box-shadow: 17px 5px 24px 0 rgba(0, 0, 0, 0.14);
    font-size: 21px;
    color:#fff;
    text-align:right; 
    padding:10px;
    height:63px;
    direction:rtl;
 
}
 

.lSPager.lSpg {
    display: none;
}
/************  end  gallery  **************/

@media (max-width: 480px) {
  .stats {    width: 100%;  }
  .demo h3 {font-size:32px;}
  td a,td span {text-indent:0}
}


.stats__header {
  display: flex;
  align-items: center;
  -webkit-transform: translate3d(0, -150px, 0);
          transform: translate3d(0, -150px, 0);
  opacity: 6;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.stats__header.active {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.stats__header-num {
  margin-right: 25px;
}
.stats__header-num p {
  font-size: 80px;
  margin: 0;
  font-weight: 700;
}
.stats__header-name p {
  color: #f8d0d8;
  margin: 0;
  font-size: 18px;
}
.stats__header-name span {
  display: block;
  color: white;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.8;
}
.stats__item {
  height: 400px;
  display: flex;
  flex-direction: column-reverse;
  float: left;
  position: relative;
  text-align: center;
  margin-right: 37.5px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  transition: all .3s ease-in-out;
}

.pollWr .showMore:before {
        font-size: 20px;
    line-height: 1;
}
.stats__item:nth-of-type(1) .stats__item-bar {
  height: 348.9px;
  transition-delay: 0.4s;
}
.stats__item:nth-of-type(2) .stats__item-bar {
  height: 227px;
  transition-delay: 0.3s;
}
.stats__item:nth-of-type(3) .stats__item-bar {
  height: 165px;
  transition-delay: 0.2s;
}
.stats__item:nth-of-type(4) .stats__item-bar {
  height: 114px;
  transition-delay: 0.1s;
}

.stats__item:last-child {
  margin-right: 37.5px;
}

@media (max-width:480px) {
  
   .stats__item {
    height: 250px;
    margin:0 5px !important;
  }
  .img-poll{
     bottom: -74px;
    width: 80px;
    height: auto;
    left: -14px;
  }

  .line {
  width: 50px !important;
  height: 4px;
  border-radius: 1.4px;
  left: 7px !important;
  bottom: -50px;
}
  #fullrate {margin-top:0}
  .stats__item:nth-of-type(1) .stats__item-bar {
    width: 65px;
    height: 130px;
    border-radius: 2.1px;
    box-shadow: 17px 5px 24px 0 rgba(0, 0, 0, 0.14);
    transition-delay: 0.4s;
  }
  .stats__item:nth-of-type(2) .stats__item-bar {
    width: 65px;
    height: 84px;
    border-radius: 2.1px;
    box-shadow: 17px 5px 24px 0 rgba(0, 0, 0, 0.14);
    transition-delay: 0.3s;
  }
  .stats__item:nth-of-type(3) .stats__item-bar {
    width: 65px;
    height: 60px;
    border-radius: 2.1px;
    background-color: #3d64ff;
    box-shadow: 17px 5px 24px 0 rgba(0, 0, 0, 0.14);
    transition-delay: 0.2s;
  }
  .stats__item:nth-of-type(4) .stats__item-bar {
    width: 65px;
    height: 42px;
    border-radius: 2.1px;
    background-color: #3d64ff;
    box-shadow: 17px 5px 24px 0 rgba(0, 0, 0, 0.14);
    transition-delay: 0.1s;
  }
 .stats__item-bar { width: 80px !important;}
  .stats__item .stats__item-num {
    margin-right: 25px;
    position: absolute;
    bottom: 10px;
    height: 21px;
    width: 42px;
    font-size: 24px;
    left: 17px;
  }
} 
.stats__item:hover {
  opacity: 0.7;
}
.stats__item-bar {
  order: 0;
  width: 175px;
  height: 348.9px;
  border-radius: 6px;
  background: #3d64ff;
  -webkit-transform: scaleY(0) translate3d(0, 0, 0);
          transform: scaleY(0) translate3d(0, 0, 0);
  cursor: pointer;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 17px 5px 24px 0 rgba(0, 0, 0, 0.14);
}
.stats__item-bar.active {
  -webkit-transform: none;
          transform: none;
}


.stats__item-num {
  margin-top: 25px;
  opacity: 0;
  /*transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);*/
  position: absolute;
  left: 20px;
  bottom: -23px;  
  width: 138px;
  height: 60px;
  font-family: Colfax;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}


.stats__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.stats__overlay.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 480px) {
  .stats__overlay {
    padding: 12.5px;
  }
}
.stats__overlay-avg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: #4c2e34;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.stats__overlay-avg > p {
  margin: 0;
}
.stats__overlay-avg .avg {
  font-size: 100px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .stats__overlay-avg {
    width: 240px;
    height: 240px;
  }
  .stats__overlay-avg .avg {
    font-size: 65px;
  }
}
.stats__overlay-info {
  position: absolute;
  bottom: 25px;
  left: 50px;
  display: flex;
}
@media (max-width: 480px) {
  .stats__overlay-info {
    left: 25px;
  }
}
.stats__overlay-info-half {
  margin-right: 25px;
}
.stats__overlay-info-half p {
  margin: 0;
  line-height: 1.2;
}
.stats__overlay-info-half p:first-child {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .stats__overlay-info-half p:first-child {
    font-size: 24px;
  }
}
.stats__overlay-back {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.stats__overlay-back > svg {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.stats__overlay-back:hover > svg {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.stats__overlay-back p {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 0 12.5px;
}

@media (max-width: 1280px) {
    .demo .item { width:980px}
    header .logoMadad {margin-left:10px}
}

@media (max-width: 1024px) {
    .stats__item-bar {
        width: 130px;
    }
    .stats__item-num {
        left:-2px
    }
    header .logoMadad {margin-left:0}
    header .rgLink {    margin-left: 10px; margin-right:10px}
    .polls .pp {margin: 0 20px}
    .pollWr .pollText {max-width: 600px;}
    #all_polls .color .wr { right:100px}
    #all_polls .color {width:auto}

    .container_2:before,
    .container_3:before,
    .container_1:before {zoom: 40%;}

    #divArticleText {margin-right:40px; width:88%}
    #divArticleSubTitle {margin-right:140px; width:70%}
    #p2048 .wr_item h2 { font-size:32px}
}



@media (max-width: 480px) {
  .stats__overlay-back p {    font-size: 18px;  }

  .demo .item {width:300px}

  .bitmap,
  .lightSlider li a div {max-width:300px}
  /*#content-slider li {width:300px !important}*/
  .lSAction > a {top: 35% !important;     zoom: 72%; }
  .lSAction > .lSNext {right:0 !important}
  .lSAction > .lSPrev {    left: 0 !important;}
   #all_polls .color .wr { right:5%}
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 

 .stats__item-bar { width: 60px !important;}
 .stats__item .stats__item-num {left:9px;}
 .img-poll { bottom: -60px; left: -9px; width:60px}
 .container_1:before, .container_2:before, .container_3:before {    zoom: 15% !important}
 #all_polls .color .wr p {font-size: 18px;}
 .socialBlock a {    margin: 20px;}
 }