@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import "https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700italic";
@import "https://fonts.googleapis.com/css?family=Assistant:300,400,600,700,800&subset=hebrew";
#acp-toolbar-wrap.style-2 .acp-toolbar-close {
  position: absolute;
  top: 7px;
  color: #454545;
}
#acp-toolbar-wrap.style-2 .acp-toolbar-close i {
  background-color: transparent;
  color: #454545;
  text-decoration: none !important;
}
#acp-toolbar-wrap.style-2 .acp-toolbar-close:hover i, #acp-toolbar-wrap.style-2 .acp-toolbar-close:focus i {
  color: #2660A4;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}
.rtl #acp-toolbar-wrap.style-2 .acp-toolbar-close {
  right: auto;
  left: 5px;
}
body.acp-dark #acp-toolbar-wrap.style-2 .acp-toolbar-close {
  border: 0 !important;
}
body.acp-dark #acp-toolbar-wrap.style-2 .acp-toolbar-close i {
  color: #ffea56 !important;
}
body.acp-bright #acp-toolbar-wrap.style-2 .acp-toolbar-close {
  border: 0 !important;
  background-color: transparent !important;
}
body.acp-bright #acp-toolbar-wrap.style-2 .acp-toolbar-close i {
  color: #3333ff !important;
}
body.acp-dark.acp-marklinks #acp-toolbar-wrap.style-2 .acp-toolbar-close {
  background-color: transparent !important;
}
#acp-toolbar-wrap.style-2 .acp-toggle-toolbar {
  top: -120px;
  left: 30px;
  padding: 0;
  line-height: 1;
  width: 70px;
  height: 70px;
  border: 5px solid white !important;
  background-color: #2660A4 !important;
  color: white !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 24px rgba(69, 69, 69, 0.75);
  -moz-box-shadow: 0 0 24px rgba(69, 69, 69, 0.75);
  -ms-box-shadow: 0 0 24px rgba(69, 69, 69, 0.75);
  box-shadow: 0 0 24px rgba(69, 69, 69, 0.75);
  -webkit-transition: top 600ms ease-out 300ms;
  -moz-transition: top 600ms ease-out 300ms;
  -ms-transition: top 600ms ease-out 300ms;
  transition: top 600ms ease-out 300ms;
}
#acp-toolbar-wrap.style-2 .acp-toggle-toolbar i {
  color: white !important;
  background-color: #2660A4 !important;
  font-size: 32px;
}
#acp-toolbar-wrap.style-2 .acp-toggle-toolbar.small {
  width: 54px;
  height: 54px;
  border: 3px solid white !important;
}
#acp-toolbar-wrap.style-2 .acp-toggle-toolbar:focus, #acp-toolbar-wrap.style-2 .acp-toggle-toolbar:hover {
  outline: none;
  border: 5px solid #90091F !important;
}
#acp-toolbar-wrap.style-2 .acp-toolbar {
  display: none;
  width: 320px;
  top: 15px;
  bottom: 15px;
  left: 15px;
  border: 2px solid #ccc;
  background-color: #ededed;
}
#acp-toolbar-wrap.style-2 .acp-toolbar .acp-author {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
#acp-toolbar-wrap.style-2 .acp-toolbar .acp-author a {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #454545 !important;
  text-align: center;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Merriweather Sans', sans-serif;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}
#acp-toolbar-wrap.style-2 .acp-toolbar .acp-author a:hover, #acp-toolbar-wrap.style-2 .acp-toolbar .acp-author a:focus {
  background-color: #2660A4;
  color: white !important;
}
.acp-marklinks #acp-toolbar-wrap.style-2 .acp-toolbar .acp-author a {
  color: #ededed;
  background-color: white !important;
  border-top: 1px solid rgba(237, 237, 237, 0.25);
}
.acp-marklinks.acp-dark #acp-toolbar-wrap.style-2 .acp-toolbar .acp-author a {
  background-color: white !important;
  color: #ededed;
  border-top: 1px solid rgba(237, 237, 237, 0.25);
}
.acp-marklinks.acp-bright #acp-toolbar-wrap.style-2 .acp-toolbar .acp-author a {
  background-color: white !important;
  color: #ededed;
  border-top: 1px solid rgba(237, 237, 237, 0.75);
}
#acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-title {
  text-align: center;
  margin: 10px 0;
  font-weight: 300;
  color: #404040;
  line-height: 60px;
  font-size: 22px;
  font-weight: 300;
  font-family: 'Merriweather Sans', sans-serif;
}
.rtl #acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-title {
  font-style: normal;
  font-size: 32px;
  font-weight: 300;
  font-family: 'Assistant', sans-serif;
}
#acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-extra {
  padding: 4px;
  position: absolute;
  bottom: 32px;
  right: 12px;
  left: 12px;
  margin: 0;
}
#acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-extra a {
  display: block;
  background-color: #2660A4;
  color: white;
  height: 38px;
  line-height: 40px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
  overflow: hidden;
}
#acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-extra a i {
  float: left;
  margin-right: 10px;
  line-height: 38px;
  width: 40px;
  text-align: center;
  background-color: #1c487b;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}
#acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-extra a:hover, #acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-extra a:focus {
  background-color: #1c487b;
  color: white;
}
#acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-extra a:hover i, #acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-extra a:focus i {
  color: white;
  background-color: #2660A4;
}
#acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-extra a:first-child {
  margin-bottom: 4px;
}
.rtl #acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-extra a i {
  float: right;
  margin-left: 10px;
  margin-right: auto;
}
#acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-label {
  text-align: center;
  margin: 15px 0 15px;
  color: #454545;
  font-weight: 600;
  font-family: 'Merriweather Sans', sans-serif;
}
.rtl #acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-label {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
}
@media (max-height: 680px) {
  #acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-label {
    line-height: 1;
  }
  .rtl #acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-label {
    font-size: 16px;
  }
}
#acp-toolbar-wrap.style-2 .acp-toolbar ul.acp-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#acp-toolbar-wrap.style-2 .acp-toolbar ul.acp-ul ul.acp-toolbar-btn-group {
  list-style: none;
  padding: 0 15px;
  margin: 0;
}
#acp-toolbar-wrap.style-2 .acp-toolbar ul.acp-ul ul.acp-toolbar-btn-group li {
  padding: 0;
}
#acp-toolbar-wrap.style-2 .acp-toolbar ul.acp-ul ul.acp-toolbar-btn-group li button {
  width: 100%;
}
@media (max-width: 360px) {
  #acp-toolbar-wrap.style-2 .acp-toolbar {
    width: 260px;
  }
}
#acp-toolbar-wrap.style-2 .acp-toolbar-btn {
  display: block;
  padding: 10px;
  background: #2660A4;
  color: white;
  font-size: 13px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 28px;
  white-space: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
#acp-toolbar-wrap.style-2 .acp-toolbar-btn i {
  line-height: 28px;
  margin-right: 10px;
  float: left;
  font-size: 28px;
  color: white;
  background-color: transparent !important;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: rotate(0deg) scale(1, 1);
  -moz-transform: rotate(0deg) scale(1, 1);
  -ms-transform: rotate(0deg) scale(1, 1);
  transform: rotate(0deg) scale(1, 1);
}
#acp-toolbar-wrap.style-2 .acp-toolbar-btn.acp-active, #acp-toolbar-wrap.style-2 .acp-toolbar-btn:hover, #acp-toolbar-wrap.style-2 .acp-toolbar-btn:focus {
  color: white;
  background-color: #2660A4;
}
#acp-toolbar-wrap.style-2 .acp-toolbar-btn.acp-active i, #acp-toolbar-wrap.style-2 .acp-toolbar-btn:hover i, #acp-toolbar-wrap.style-2 .acp-toolbar-btn:focus i {
  opacity: 0.25;
  color: white;
  -webkit-transform: rotate(15deg) scale(2, 2);
  -moz-transform: rotate(15deg) scale(2, 2);
  -ms-transform: rotate(15deg) scale(2, 2);
  transform: rotate(15deg) scale(2, 2);
}
#acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled]:hover, #acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled]:focus, #acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled] {
  color: white;
  background-color: #ccc;
}
#acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled]:hover i, #acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled]:focus i, #acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled] i {
  color: white;
}
.rtl #acp-toolbar-wrap.style-2 .acp-toolbar-btn, body.acp-readable.rtl #acp-toolbar-wrap.style-2 .acp-toolbar-btn {
  font-size: 16px;
  font-family: 'Assistant', sans-serif;
  font-size: 14px;
  text-align: right;
}
.rtl #acp-toolbar-wrap.style-2 .acp-toolbar-btn i, body.acp-readable.rtl #acp-toolbar-wrap.style-2 .acp-toolbar-btn i {
  float: right;
  margin-right: auto;
  margin-left: 10px;
}
.acp-dark #acp-toolbar-wrap.style-2 .acp-toolbar-btn.acp-active,
.acp-dark #acp-toolbar-wrap.style-2 .acp-toolbar-btn {
  background: black;
  background-color: black;
}
.acp-dark #acp-toolbar-wrap.style-2 .acp-toolbar-btn.acp-active[disabled],
.acp-dark #acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled] {
  color: rgba(255, 255, 255, 0.75) !important;
  border: 1px solid white;
}
.acp-dark #acp-toolbar-wrap.style-2 .acp-active {
  background-color: rgba(255, 234, 86, 0.75) !important;
  color: black !important;
}
.acp-dark #acp-toolbar-wrap.style-2 .acp-active .material-icons {
  color: black !important;
}
.acp-dark #acp-toolbar-wrap.style-2 .acp-active[disabled] {
  background-color: black !important;
}
.acp-bright #acp-toolbar-wrap.style-2 .acp-toolbar-btn i.material-icons {
  color: #3333ff !important;
}
.acp-bright #acp-toolbar-wrap.style-2 .acp-active {
  border: 1px solid rgba(69, 69, 69, 0.75);
  color: rgba(69, 69, 69, 0.75) !important;
}
.acp-bright #acp-toolbar-wrap.style-2 .acp-active .material-icons {
  color: rgba(69, 69, 69, 0.75) !important;
}
.acp-marklinks #acp-toolbar-wrap.style-2 .acp-toolbar-btn {
  background-color: #3333ff;
}
.acp-marklinks #acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled], .acp-marklinks #acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled].acp-active {
  color: black !important;
}
.acp-marklinks.acp-dark #acp-toolbar-wrap.style-2 .acp-toolbar-btn i.material-icons {
  color: black !important;
}
.acp-marklinks.acp-dark #acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled].acp-active {
  border: 1px solid white;
}
.acp-marklinks.acp-dark #acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled], .acp-marklinks.acp-dark #acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled].acp-active {
  color: white !important;
  background-color: black !important;
}
.acp-marklinks.acp-dark #acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled] i.material-icons, .acp-marklinks.acp-dark #acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled].acp-active i.material-icons {
  color: white !important;
}
.acp-marklinks.acp-bright #acp-toolbar-wrap.style-2 .acp-toolbar-btn i.material-icons {
  color: white !important;
}
.acp-marklinks.acp-bright #acp-toolbar-wrap.style-2 .acp-toolbar-btn.acp-active {
  color: white !important;
}
.acp-marklinks.acp-bright #acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled], .acp-marklinks.acp-bright #acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled].acp-active {
  color: black !important;
  background-color: white !important;
}
.acp-marklinks.acp-bright #acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled] i.material-icons, .acp-marklinks.acp-bright #acp-toolbar-wrap.style-2 .acp-toolbar-btn[disabled].acp-active i.material-icons {
  color: black !important;
}
#acp-toolbar-wrap.style-2 .acp-toolbar, #acp-toolbar-wrap.style-2 right .acp-toolbar {
  left: auto;
  right: 15px;
}
#acp-toolbar-wrap.style-2 .acp-toggle-toolbar, #acp-toolbar-wrap.style-2 right .acp-toggle-toolbar {
  left: auto;
  right: 30px;
}

#acp-toolbar-textsize li:first-child,
#acp-toolbar-contrast li:first-child,
#acp-toolbar-links li:first-child {
  margin-bottom: 10px;
}

@media (max-height: 920px) {
  #acp-toolbar-textsize li:first-child, #acp-toolbar-contrast li:first-child, #acp-toolbar-links li:first-child {
    margin-bottom: 2px;
  }

  #acp-toolbar-wrap.style-2 .acp-toolbar-btn {
    padding: 6px 10px;
  }

  #acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-title {
    line-height: 54px;
  }
}
@media (max-height: 830px) {
  #acp-toolbar-wrap.style-2 .acp-toolbar-btn {
    padding: 4px 10px;
    font-size: 12px;
  }

  #acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-label {
    margin: 5px 0;
  }

  #acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-title {
    line-height: 48px;
  }
}
@media (max-height: 710px) {
  #acp-toolbar-wrap.style-2 .acp-toolbar-btn {
    padding: 3px 10px;
    font-size: 11px;
  }

  #acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-label {
    margin: 5px 0;
  }

  #acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-title {
    line-height: 36px;
  }
}
@media (max-height: 610px) {
  #acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-label {
    margin: 8px 0;
  }

  #acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-title {
    line-height: 32px;
  }

  #acp-toolbar-extra {
    display: none;
  }
}
@media (max-height: 550px) {
  .acp-author {
    display: none;
  }
}
@media (max-height: 520px) {
  #acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-label {
    margin: 5px 0;
  }

  #acp-toolbar-wrap.style-2 .acp-toolbar .acp-toolbar-title {
    line-height: 24px;
    font-size: 18px;
  }
}
