@charset "UTF-8";

/*==============================================
 * Fonts
 *==============================================
 */

/* Almoni - Thin
@font-face {
    font-family: 'almoni_tzar_aaathin';
    src: url('fonts/almoni/thin/almoni-tzar-aaa-thin-webfont.eot');
    src: url('fonts/almoni/thin/almoni-tzar-aaa-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/almoni/thin/almoni-tzar-aaa-thin-webfont.woff2') format('woff2'),
         url('fonts/almoni/thin/almoni-tzar-aaa-thin-webfont.woff') format('woff'),
         url('fonts/almoni/thin/almoni-tzar-aaa-thin-webfont.ttf') format('truetype'),
         url('fonts/almoni/thin/almoni-tzar-aaa-thin-webfont.svg#almoni_tzar_aaathin') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Almoni - Regular
@font-face {
    font-family: 'almoni_tzar_aaaregular';
    src: url('fonts/almoni/almoni-tzar-aaa-regular-webfont.eot');
    src: url('fonts/almoni/almoni-tzar-aaa-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/almoni/almoni-tzar-aaa-regular-webfont.woff2') format('woff2'),
         url('fonts/almoni/almoni-tzar-aaa-regular-webfont.woff') format('woff'),
         url('fonts/almoni/almoni-tzar-aaa-regular-webfont.ttf') format('truetype'),
         url('fonts/almoni/almoni-tzar-aaa-regular-webfont.svg#almoni_tzar_aaaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

/*(bold)*/

@font-face {
  font-family: 'almoni-tzar';
  font-weight: 700;
  font-style: normal;
  src: url("fonts/almoni/almoni-tzar-aaa-700.eot");
  src: url("fonts/almoni/almoni-tzar-aaa-700.eot#iefix") format("embedded-opentype"), url("fonts/almoni/almoni-tzar-aaa-700.woff") format("woff"), url("fonts/almoni/almoni-tzar-aaa-700.ttf") format("truetype");
}

/*(regular)*/

@font-face {
  font-family: 'almoni-tzar';
  font-weight: 400;
  font-style: normal;
  src: url("fonts/almoni/almoni-tzar-aaa-400.eot");
  src: url("fonts/almoni/almoni-tzar-aaa-400.eot#iefix") format("embedded-opentype"), url("fonts/almoni/almoni-tzar-aaa-400.woff") format("woff"), url("fonts/almoni/almoni-tzar-aaa-400.ttf") format("truetype");
}

/*(light)*/

@font-face {
  font-family: 'almoni-tzar';
  font-weight: 300;
  font-style: normal;
  src: url("fonts/almoni/almoni-tzar-aaa-300.eot");
  src: url("fonts/almoni/almoni-tzar-aaa-300.eot#iefix") format("embedded-opentype"), url("fonts/almoni/almoni-tzar-aaa-300.woff") format("woff"), url("fonts/almoni/almoni-tzar-aaa-300.ttf") format("truetype");
}

/*(extralight)*/

@font-face {
  font-family: 'almoni-tzar';
  font-weight: 200;
  font-style: normal;
  src: url("fonts/almoni/almoni-tzar-aaa-200.eot");
  src: url("fonts/almoni/almoni-tzar-aaa-200.eot#iefix") format("embedded-opentype"), url("fonts/almoni/almoni-tzar-aaa-200.woff") format("woff"), url("fonts/almoni/almoni-tzar-aaa-200.ttf") format("truetype");
}

/*(thin)*/

@font-face {
  font-family: 'almoni-tzar';
  font-weight: 100;
  font-style: normal;
  src: url("fonts/almoni/almoni-tzar-aaa-100.eot");
  src: url("fonts/almoni/almoni-tzar-aaa-100.eot#iefix") format("embedded-opentype"), url("fonts/almoni/almoni-tzar-aaa-100.woff") format("woff"), url("fonts/almoni/almoni-tzar-aaa-100.ttf") format("truetype");
}

@font-face {
  font-family: 'meoded_regular';
  src: url("fonts/meoded/meoded-sans_oeregular.ttf"), url("fonts/meoded/meoded-sans_oeregular.eot");
  /* IE9 */
}

@font-face {
  font-family: 'meoded_bold';
  font-weight: bold;
  src: url("fonts/meoded/meoded-sans_oebold.ttf"), url("fonts/meoded/meoded-sans_oebold.eot");
  /* IE9 */
}

.text .shortext p {
  font-size: 22px !important;
}

body {
  background: url("../img/bg.jpg");
  direction: rtl;
  font-family: 'meoded_regular';
}

body.page {
  padding: 0;
  margin: 0;
}

a:hover,
a:active,
a:focus {
  text-decoration: none !important;
  outline: none;
}

.center {
  margin: 0 auto;
  max-width: 1025px;
  padding: 0 15px;
}

.clearboth {
  clear: both;
}

.align-center {
  margin: 0 auto;
  float: none;
}

.container-fluid {
  padding: 0 !important;
}

.modal-header .close {
  float: left;
}

/* Grayscales */

.do-grayscale img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .5s ease-in-out;
}

.do-grayscale:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.nopadding,
.no-padding {
  padding: 0 !important;
}

.sub-menu {
  display: none;
}

.home .hp-video {
  position: absolute;
  height: 565px;
  width: 100%;
  overflow: hidden;
  top: 62px;
}

.home .hp-video video {
  min-width: 100%;
  min-height: 100%;
}

.home div.actions {
  margin: 0;
}

.home .page .content a.more {
  clear: both;
}

.home .news {
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  width: 90%;
}

.home .news h2 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #21409a;
}

.home .news ul {
  padding: 0;
  margin: 0 0 48px 0;
}

.home .news ul li {
  border-top: 1px solid #8c8784;
  padding: 20px 0;
  font-size: 18px;
  color: #21409a;
  height: 130px;
}

.home .news ul li a {
  color: #21409a;
}

.home .news ul li span {
  color: #a7a9ac;
  font-size: 19px;
  font-weight: 400;
}

ul.marquee {
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 261px;
}

ul.marquee li {
  font-weight: 300;
}

.home .staff-preview {
  padding: 0 15px;
}

.header-image {
  width: 100%;
  position: absolute;
  height: 381px;
  text-align: center;
}

.header-image img {
  width: 100%;
  height: 386px;
  -o-object-fit: cover;
     object-fit: cover;
}

ul {
  list-style-type: none;
}

h2 a {
  color: black;
}

h2 a:hover,
h2 a:focus {
  color: black;
}

.row {
  margin: 0 !important;
}

img.desaturate {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

img.a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

img.b {
  position: absolute;
  left: 0;
  top: 0;
}

header {
  position: relative;
  display: inline-block;
  height: 559px;
  width: 100%;
}

header.smaller {
  height: 380px;
}

header video {
  width: 100%;
  height: auto;
}

#sub-menu-10575 .row .col-md-4:last-of-type {
  display: none;
}

ul.top-menu {
  position: absolute;
  left: 181px;
  list-style-type: none;
  margin: 17px 0px;
  font-family: 'meoded_regular';
  z-index: 99;
}

ul.top-menu li {
  float: left;
  border-left: 1px solid white;
  margin-left: 5px;
  padding-left: 5px;
  height: 12px;
  line-height: 12px;
}

body.home ul.top-menu li {
  border-left: 1px solid black;
}

ul.top-menu li a {
  color: black;
  display: block;
}

ul.top-menu li:first-child,
body.home ul.top-menu li:first-child {
  border: 0;
}

header .margin {
  margin-right: 78px;
  height: auto;
}

header .logo {
  display: inline-block;
  width: 106px;
  height: 153px;
  background-image: url("../img/logo.png");
  float: right;
  margin-bottom: 51px;
}

header .overlay {
  position: absolute;
  top: 0;
  max-width: 1025px;
  margin: 0 auto;
  height: 100%;
}

.controls {
  position: absolute;
  left: 0;
  margin-left: 15px;
  z-index: 2;
  top: 510px;
}

.controls a {
  background: url("../img/sprite.png") no-repeat;
  display: inline-block;
  width: 37px;
  height: 37px;
  float: left;
  margin-right: 3px;
}

.controls a.pause {
  background-position: -42px -9px;
}

.controls a.mute {
  background-position: -82px -8px;
}

header .overlay .text {
  direction: rtl !important;
  text-align: right;
  clear: both;
  float: right;
  font-family: 'meoded_bold';
  color: white;
}

header .overlay .text span {
  display: block;
  font-family: 'meoded_regular';
  color: black;
}

header .overlay .text a {
  color: black;
}

header .overlay .text .big {
  font-size: 25px;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
}

header .overlay .text .by {
  /* font-weight: bold; */
  font-size: 15px;
  font-family: 'meoded_bold';
}

header .overlay .search {
  width: 148px;
  height: 40px;
  background-color: #faf9f5;
  opacity: 0.7;
  display: inline-block;
  float: right;
  clear: both;
  margin-top: 30px;
}

header .overlay .search input[type="text"] {
  color: #203e96;
  width: 107px;
  height: 37px;
  position: relative;
  top: 3px;
  float: left;
  border: 0;
  direction: rtl;
  text-align: right;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 300;
  font-size: 22px;
  padding: 0;
  margin: 0;
}

header .overlay .search input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #203e96;
}

header .overlay .search input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #203e96;
  opacity: 1;
}

header .overlay .search input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #203e96;
  opacity: 1;
}

header .overlay .search input[type="text"]::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #203e96;
}

header .overlay .search input[type="text"]:focus {
  outline: 0;
}

header .overlay .search button {
  width: 41px;
  height: 40px;
  background: url("../img/header/btn-search.png") no-repeat;
  background-position: center;
  border: 0;
  position: relative;
  top: -2px;
  outline: none;
}

.content a {
  color: black;
}

.search-results-wrap ul {
  list-style-type: circle;
}

.search-results-wrap a {
  color: #20409A;
}

/* header */

.home .overlay {
  background-image: none;
  opacity: 1.0;
}

.home .row .col-md-9 .content {
  max-width: 695px;
  padding: 70px;
}

.home .row .col-md-9 .featured {
  max-width: 695px;
  margin-bottom: 30px;
}

.home .row .col-md-9 .featured .col-md-12 {
  padding: 0;
}

.home .row .col-md-9 .content .item {
  width: 218px;
  float: left;
}

.home .row .col-md-9 .content .item:first-child {
  float: right;
}

.home .row .col-md-9 .content .col-md-12 {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 60px 0;
  margin-bottom: 60px;
}

.home .row .col-md-9 .content .row:last-child .col-md-12 {
  border-bottom: 0;
}

.home .row .col-md-9 .content .row:nth-child(2) .col-md-12 {
  border: 0;
  padding: 0;
  margin: 0;
}

.wrap-menu {
  -webkit-box-shadow: 0px 0px 20px black;
          box-shadow: 0px 0px 20px black;
}

/* menu */

.menu {
  height: 62px;
  background-color: #20409a;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 200;
  font-size: 22px;
}

.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu ul li {
  float: right;
  display: inline-block;
  height: 62px;
  line-height: 62px;
  /*
padding: 0 75px;*/
  padding: 0 54px;
  cursor: pointer;
}

.menu ul li a {
  color: white;
}

.menu ul li a:hover {
  text-decoration: none;
}

.menu ul li.active a,
.menu ul li.current-page-ancestor a,
.menu ul li.current-menu-item a {
  color: white;
  text-decoration: none;
  font-weight: 300;
  /* border-bottom: 2px solid white; */
}

.sub-menu {
  background-color: #20409a;
  /*height:290px;*/
  padding-bottom: 30px;
  position: absolute;
  top: 62px;
  width: 100%;
  z-index: 9999;
}

.sub-menu h4 {
  display: block;
  margin: 0;
  padding: 0;
  color: #059a99;
  font-family: 'meoded_regular';
  font-size: 14px;
}

.sub-menu .links {
  /*
		border-top:1px solid #798cc2;
		border-bottom:1px solid #798cc2;
		*/
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 25px 0 22px 0;
}

.sub-menu .links .block {
  /*border-right:1px solid #798cc2;*/
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 100px;
  display: inline-block;
  float: right;
}

.sub-menu .links .block span.title {
  color: #059a99;
  padding-right: 40px;
  font-family: 'meoded_regular';
  font-size: 14px;
}

.sub-menu .links .block ul li a {
  color: white;
  font-family: 'meoded_regular';
  font-size: 14px;
}

.sub-menu .links .block ul li:before {
  content: " • ";
  color: white;
}

.sub-menu .links .block ul li.active,
.sub-menu .links .block ul li:hover {
  background: url("../img/submenu-active-bullet.png") right no-repeat;
  padding-right: 20px;
}

.sub-menu .links .block ul li.active a,
.sub-menu .links .block ul li:hover a {
  color: #059a99;
  font-weight: bold;
}

.sub-menu .links .block ul li:hover:before,
.sub-menu .links .block ul li.active:before {
  content: '';
}

.sub-menu .links .block:first-child {
  border: 0;
}

.sub-menu .text {
  text-align: center;
  color: #059a99;
}

.sub-menu .text h1 {
  font-size: 30px;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
  padding: 0 12px;
}

.sub-menu .text .by {
  display: block;
  font-family: 'meoded_regular';
  font-size: 15px;
  letter-spacing: normal;
}

/* page */

.page {
  padding: 0 0 0 38px;
  direction: rtl;
  text-align: right;
  margin-top: 52px;
}

.page .content {
  background: url("../img/content-bg-center.png") center top no-repeat #ffffff;
  padding: 70px 20px 20px 20px;
}

.page .content h1 {
  width: 100%;
  text-align: center;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  font-size: 37px;
}

.page .content h3 {
  margin: 0;
  padding: 0;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.page .content h3 a {
  color: black;
}

.page .content .by {
  color: #059a99;
  font-family: 'meoded_regular';
  display: inline-block;
  width: 100%;
}

.page .content .by strong {
  font-size: 12px;
}

.page .content a.more {
  display: inline-block;
  margin-top: 15px;
  color: black;
  font-family: 'meoded_regular';
  font-weight: bold;
}

.page .content a.more:hover {
  color: black;
}

.page .content .text {
  text-align: justify;
  direction: rtl;
  font-family: 'meoded_regular';
  font-size: 14px;
  line-height: 20px;
  padding-left: 50px;
}

.page .content .text img {
  border: 1px solid #64c9d6;
}

.page .content .text p {
  direction: rtl;
}

.page .content .text h1 {
  width: 100%;
  text-align: center;
}

.page .content .items-2-per-row .row {
  padding-bottom: 50px;
}

.page .content .items-2-per-row .row .col-md-4 {
  /*border-bottom:1px solid #eeeeee;*/
}

.page .content .items-2-per-row .hr {
  background-color: #eeeeee;
  height: 1px;
  width: 100%;
  margin: 30px 0;
  padding: 0;
  clear: both;
}

.page .content .with-scroll {
  /*			max-height:670px;
			overflow-y: auto;
			direction:ltr;*/
}

.page .content .with-scroll::-webkit-scrollbar {
  width: 13px;
}

.page .content .with-scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 25px #e5e9f4;
}

.page .staff-preview {
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 453px;
  /* direction: ltr; */
}

.page .staff-preview h4 {
  position: absolute;
  top: 155px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  font-size: 33px;
  background: url("../img/h-bottom-border.png") center bottom no-repeat;
  padding: 0 0 7px;
  margin: 0 0 1px 0;
}

.page .staff-preview h5 {
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 300;
  font-size: 19px;
  color: #20409a;
  margin-bottom: 3px;
  margin-top: 10px;
}

.page .staff-preview h6 {
  font-family: 'meoded_regular';
  color: #20409a;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 5px;
}

.page .staff-preview .text-inner {
  font-family: 'meoded_regular';
  font-size: 14px;
  /* font-weight: bold; */
  padding: 0 35px;
  line-height: 20px;
}

.page .staff-preview .text-inner p {
  text-align: center !important;
}

.page .staff-preview .nav {
  position: absolute;
  top: 55px;
  /* width: 100%; */
  z-index: 2;
}

.page .staff-preview .nav .next,
.page .staff-preview .nav .prev {
  width: 10px;
  height: 37px;
  background: url("../img/sprite.png") no-repeat;
  display: inline-block;
  border: 0;
  outline: none;
}

.page .staff-preview .nav .next {
  background-position: -22px -9px;
  float: right;
}

.page .staff-preview .nav .prev {
  background-position: -9px -9px;
  float: left;
  z-index: 2;
  position: relative;
  left: -190px;
}

.page .staff-preview .person {
  float: right;
  /* width: 154px !important; */
}

.page .staff-preview .person a {
  display: block;
  width: 154px;
  margin: 0 auto;
}

.page .staff-preview .person .text {
  margin-top: 59px;
}

.page-center .by {
  color: #20409a;
}

.page-center p {
  text-align: justify;
}

.page-center .featured {
  position: relative;
}

.page-center .featured img.title {
  position: relative;
  top: 10px;
  z-index: 2;
}

.page-center .featured a.title {
  color: black;
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  padding: 0;
  display: block;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 300;
  font-size: 28px;
  height: 28px;
}

.page-center .featured .date {
  color: #20409a;
  font-size: 13px;
  font-family: 'meoded_regular';
}

.featured2 {
  margin-top: 40px;
}

.featured2 ul {
  list-style-image: url("../img/featured2-bullet.png");
  margin-top: 15px;
}

.featured2 ul li {
  padding-right: 25px;
}

.featured2 ul li a {
  color: #939598;
  font-family: 'meoded_regular';
}

/* Bottom */

.bottom {
  margin-top: 60px;
}

.bottom img {
  border: 2px solid black;
}

.bottom h4,
.featured h4 {
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-size: 26px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.bottom .by,
.featured .by {
  color: #20409a;
  font-family: 'meoded_regular';
}

.bottom .text,
.featured .text {
  font-family: 'meoded_regular';
  font-size: 14px;
  /* font-weight: bold; */
  text-align: justify;
  line-height: 20px;
}

.bottom .text .more,
.featured .text .more {
  display: block;
  color: black;
  margin-top: 5px;
}

.featured .event {
  padding-bottom: 20px;
}

.featured .image {
  padding: 0;
  margin: 0;
}

.featured .image img {
  border: 2px solid black;
  max-width: 196px;
  max-height: 130px;
}

.featured .col-md-8 {
  width: 71%;
}

footer {
  height: 326px;
  background: url("../img/footer/bg.png") center top repeat-x #58585a;
  text-align: center;
  position: relative;
  margin-top: 70px;
}

footer .newsletter {
  padding-top: 35px;
  color: white;
}

footer .newsletter h3 {
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 200;
  font-size: 22px;
}

footer .newsletter form {
  display: inline-block;
}

footer .newsletter input[type="email"],
footer .newsletter button {
  border: 1px solid #e7e7e8;
  height: 42px;
  float: right;
}

footer .newsletter input[type="email"] {
  width: 201px;
  color: black;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 44px;
}

footer .newsletter input[type="email"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #d1d3d4;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
}

footer .newsletter input[type="email"]::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d1d3d4;
  font-size: 14px;
  opacity: 1;
  text-align: center;
}

footer .newsletter input[type="email"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d1d3d4;
  font-size: 14px;
  opacity: 1;
  text-align: center;
}

footer .newsletter input[type="email"]::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #d1d3d4;
  font-size: 14px;
  text-align: center;
}

footer .newsletter input[type="email"]:focus {
  outline: 0;
}

footer .newsletter button {
  width: 92px;
  background-color: white;
  color: black;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 42px;
  outline: none;
}

footer .social {
  margin-top: 10px;
  clear: both;
}

footer .social .dots {
  background: url("../img/footer/sprite.png") no-repeat;
  background-position: -89px -4px;
  width: 75px;
  height: 2px;
  display: inline-block;
  clear: both;
  float: none;
}

footer .social ul {
  height: 33px;
  margin: 22px 0 14px 80px;
}

footer .social ul li {
  float: left;
}

footer .social ul li a {
  display: inline-block;
  background: url("../img/footer/sprite.png") no-repeat;
}

footer .social ul li a.email {
  width: 33px;
  height: 32px;
  background-position: -7px -32px;
  margin-right: 27px;
}

footer .social ul li a.fb {
  width: 15px;
  height: 29px;
  background-position: -67px -33px;
  margin-right: 29px;
}

footer .social ul li a.youtube {
  width: 27px;
  height: 32px;
  background-position: -111px -33px;
  margin-right: 24px;
}

footer .social ul li a.org1 {
  width: 24px;
  height: 33px;
  background-position: -162px -33px;
  margin-right: 20px;
}

footer .social ul li a.en {
  width: 38px;
  height: 31px;
  background-position: -206px -33px;
}

footer .credits {
  clear: both;
  width: 100%;
  background-color: #404041;
  height: 48px;
  line-height: 48px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #808285;
  font-family: 'meoded_regular';
  font-size: 11px;
}

footer .credits a {
  color: #808285;
  font-size: 11px;
}

footer .credits .left {
  text-align: left;
}

footer .credits .right {
  text-align: right;
}

/* Turkiz Page */

.turkiz header .overlay .logo {
  background-image: url("../img/logo-turkiz.png");
}

.turkiz .sub-menu h4 {
  color: #49494b;
}

.turkiz .menu {
  background-color: #64c9d6;
}

.turkiz .menu ul li.active a,
.turkiz .menu ul li.current-page-ancestor a {
  color: white;
}

.turkiz .sub-menu {
  background-color: #64c9d6;
}

.turkiz .sub-menu .links .block ul li.active a {
  color: #49494b;
}

.turkiz .sub-menu .links .block ul li:hover a {
  color: white;
}

.turkiz .sub-menu .text h1 {
  color: #49494b;
}

/* Turkiz Dark Page */

.turkiz-dark header .overlay .logo {
  background-image: url("../img/logo-turkiz-dark2.png");
}

.turkiz-dark .menu {
  background-color: #17656d;
}

.turkiz-dark .menu ul li.active a {
  color: white;
}

.turkiz-dark .sub-menu {
  background-color: #17656d;
}

.turkiz-dark .sub-menu .links .block ul li.active a {
  color: #49494b;
}

.turkiz-dark .sub-menu .text h1 {
  color: #49494b;
}

/* Purple Page */

.purple header .overlay .logo {
  background-image: url("../img/logo-purple.png");
}

.purple .menu {
  background-color: #7c91ca;
}

.purple .menu ul li.active a {
  color: white;
  border-bottom: 2px solid white;
}

.purple .sub-menu {
  background-color: #7c91ca;
}

.purple .sub-menu .links .block ul li.active a {
  color: #49494b;
}

.purple .sub-menu .text h1 {
  color: #49494b;
}

.staff {
  /* Single Person Page */
}

.staff .person {
  text-align: center;
}

.staff .person img {
  border: 0 !important;
}

.staff .person h6 {
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 20px;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 300;
}

.staff .person .img {
  position: relative;
  width: 154px;
  height: 153px;
}

.staff .person .desc {
  color: #64c9d6;
  font-family: 'meoded_regular';
  font-size: 15px;
  margin-bottom: 15px;
  display: block;
}

.staff .single-person .side {
  border-left: 1px solid #cecfd1;
}

.staff .single-person .links {
  /* position: absolute; */
  bottom: -32px;
}

.staff .single-person .links ul {
  list-style-image: url("../img/bullet1.png");
  padding: 16px;
}

.staff .single-person .links ul li a {
  color: #939598;
  font-weight: 200;
  position: relative;
  top: -2px;
}

.staff .single-person .text {
  direction: rtl;
  text-align: justify;
  padding-right: 33px;
  height: 337px;
}

.staff .single-person .text .the-text {
  height: 270px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
  direction: ltr;
  margin-bottom: 10px;
}

.staff .single-person .text .the-text::-webkit-scrollbar {
  width: 7px;
}

.staff .single-person .text .the-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 20px white;
  box-shadow: inset 0 0 20px white;
  border-radius: 0;
}

.staff .single-person .text .the-text::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 25px #c9cacb;
  box-shadow: inset 0 0 25px #c9cacb;
}

.staff .single-person .text .the-text p {
  direction: rtl;
}

.staff .single-person .quote {
  width: 126px;
  margin: 0 auto;
}

.staff .single-person .quote h6 {
  font-size: 20px;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 4px;
  text-align: justify;
}

.staff .single-person .quote .source {
  color: #64c9d6;
  font-family: 'meoded_regular';
  font-size: 13px;
  text-align: center;
}

.staff .single-person .quote .source a {
  color: #64c9d6;
}

.staff .single-person .sep {
  width: 90px;
  background-color: #cecfd1;
  height: 1px;
  margin: 0 auto;
}

.staff .single-person .contact {
  text-align: center;
  font-family: 'meoded_regular';
  font-size: 13px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  top: 15px;
}

.staff .single-person .contact a {
  color: #64c9d6;
}

.staff .single-person .contact span {
  display: block;
  margin-top: 12px;
}

.staff-slideshow {
  margin-top: 50px;
  overflow: hidden;
  height: 230px;
  position: relative;
  z-index: 2;
}

.staff-slideshow .do-slideshow {
  direction: ltr;
}

.do-arrows {
  position: relative;
  width: 100%;
  height: 37px;
  top: -174px;
}

.do-arrows .prev,
.do-arrows .next {
  width: 10px;
  height: 37px;
  display: block;
  background: url("../img/sprite.png") no-repeat;
  border: 0;
  outline: none;
  padding: 0;
  background-position: -129px -9px;
  float: left;
  position: relative;
  left: -12px;
}

.do-arrows .next {
  background-position: -140px -9px;
  float: right;
  right: -9px;
}

/* Template 05 */

.template-05 h1 {
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

.template-05 span.by,
.template-05 div.text {
  font-family: 'meoded_regular';
  font-size: 16px;
}

.template-05 span.by {
  display: block;
  margin-bottom: 30px;
}

.template-05 div.text {
  padding: 0 35px;
}

.template-05 div.text p {
  font-size: 16px;
  line-height: 23px;
}

.template-05 .featured {
  width: 637px;
}

.template-05 .featured .item {
  width: 171px;
  float: left;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 62px;
}

.template-05 .featured div.item:nth-child(4) {
  margin: 0;
}

/* Template 06 */

.template-06 .videos .row .video {
  margin-bottom: 10px;
}

.template-06 .videos .row .video a {
  display: block;
  width: 190px;
  height: 188px;
  outline: none;
}

.template-06 .videos .row .video img {
  width: 190px;
  height: 188px;
}

.template-06 .videos .row .video h3,
.template-06 .videos .row .video h4,
.template-06 .videos .row .video h5 {
  width: 190px;
  display: block;
  text-align: center;
  color: #00bbcf;
  margin: 0;
  padding: 0;
  font-family: 'meoded_regular';
  font-size: 14px;
}

.template-06 .videos .row .video h3 {
  color: black;
  margin: 10px 0 5px 0;
  font-size: 15px;
  font-family: 'meoded_bold';
}

.template-06 .videos .row .video h4 {
  margin-bottom: 5px;
}

.template-06 .videos .row .video span.play {
  width: 71px;
  height: 69px;
  display: block;
  position: relative;
  top: -130px;
  left: -60px;
  background: url("../img/btn-play-video.png") no-repeat;
}

.template-06 .content img {
  max-width: 597px;
}

.template-09 .group {
  margin-bottom: 25px;
}

/* Template 10 */

.template-10 .page .content {
  padding: 70px 20px 70px 20px;
}

.template-10 .page .content h1 {
  margin-bottom: 35px;
}

/* Template 11 */

.template-11 .content .col-md-10 .row {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 40px;
  margin-bottom: 10px;
}

.template-11 .content .col-md-10 .row:last-child {
  border: 0px;
}

.template-12 h2 {
  margin: 0;
  padding: 0;
}

.template-12 .page .content .by {
  margin-bottom: 30px;
}

.template-12 .text {
  margin-bottom: 20px;
}

.template-12 .actions {
  border-top: 1px solid #f2f2f2;
}

.actions {
  clear: both;
  margin-top: 20px;
  padding-top: 10px;
  font-family: 'meoded_regular';
}

.actions .pull-left a:first-child {
  border-left: 1px solid #939598;
  padding-left: 5px;
  margin-left: 5px;
}

.template-12 .item {
  width: 100% !important;
}

.template-12 .page .content .text {
  font-size: 16px;
  line-height: 24px;
}

/* Template-11, Template-12, Template-13 */

.template-11 .menu,
.template-12 .menu,
.template-11 .sub-menu,
.template-12 .sub-menu {
  background-color: #179c9a;
}

.template-11 .sub-menu h4,
.template-12 .sub-menu h4 {
  padding: 0;
  margin: 0;
  color: #49494b;
  font-family: 'meoded_regular';
  font-size: 14px;
}

.template-11 header .logo,
.template-12 header .logo {
  background-image: url("../img/logo-turkiz-dark.png");
}

.template-11 .menu ul li.active a,
.template-12 .menu ul li.active a {
  color: white;
}

.template-11 .actions-top,
.template-12 .actions-top {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
}

.template-11 .sub-menu .links .block ul li.active a,
.template-11 .sub-menu .links .block ul li:hover a,
.template-12 .sub-menu .links .block ul li.active a,
.template-12 .sub-menu .links .block ul li:hover a {
  color: #49494b;
}

.template-11 .sub-menu .links .block ul li.active a,
.template-12 .sub-menu .links .block ul li.active a {
  color: #49494b;
}

.template-11 .sub-menu .text h1,
.template-12 .sub-menu .text h1 {
  color: #49494b;
}

.template-11 h2,
.template-12 h2 {
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: black;
  margin: 0;
  padding: 0;
}

.template-11 .inner,
.template-12 .inner {
  width: 640px;
}

.template-11 .content,
.template-12 .content {
  width: 860px;
  padding: 40px 100px 40px 100px;
  margin: 0 auto;
}

.template-11 .content .row-items,
.template-12 .content .row-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 40px;
}

.template-11 .content .row-items .item:nth-child(2),
.template-12 .content .row-items .item:nth-child(2) {
  float: right;
}

.template-11 .content .wrap-items .row-items:last-child,
.template-12 .content .wrap-items .row-items:last-child {
  border: 0px;
}

.template-11 .content .row-items .col-md-6 .text {
  height: 40px;
}

.template-11 .item,
.template-12 .item {
  text-align: right;
  direction: rtl;
  width: 295px;
  float: right;
  border: 1px solid #000;
  padding: 20px;
}

.template-11 .with-scroll,
.template-12 .with-scroll {
  padding-right: 27px;
}

.template-11 .by,
.template-12 .by {
  display: block;
  margin-bottom: 5px;
}

.actions {
  margin-top: 23px;
}

ul.actions {
  padding: 17px 0 0 0;
  margin: 0;
  border: 0;
}

ul.actions li {
  float: right;
}

ul.actions li a {
  background: url("../img/template11-sprite.png") no-repeat;
  display: inline-block;
  height: 15px;
}

ul.actions li.doc {
  margin-left: 13px;
}

ul.actions li.doc a {
  width: 12px;
  background-position: -50px 0;
}

ul.actions li.sound {
  margin-left: 8px;
}

ul.actions li.sound a {
  width: 10px;
  background-position: -27px 0;
}

ul.actions li.view a {
  width: 19px;
  background-position: 0 0;
}

ul.actions li.mekorot {
  margin-right: 10px;
}

.actions .pull-left a,
.actions .pull-left a {
  color: #bdbec1;
}

.template-13 .inner {
  width: 640px;
  margin: 0 auto;
}

.template-13 h1 {
  border-bottom: 1px solid #f2f2f2;
}

.template-13 .menu,
.template-13 .sub-menu {
  background-color: #179c9a;
}

.template-13 header .logo {
  background-image: url("../img/logo-turkiz-dark.png");
}

.template-13 .menu ul li.active a {
  color: white;
}

.template-13 .sub-menu h1 {
  border: 0px;
}

.template-13 .sub-menu .links .block ul li.active {
  background: url("../img/submenu-active-bullet-turkiz.png") right no-repeat;
}

.template-13 .sub-menu .links .block ul li.active a {
  color: #49494b;
}

.template-13 .sub-menu .text h1 {
  color: #49494b;
}

.template-13 .date {
  color: #059a99;
  margin-bottom: 15px;
  font-family: 'meoded_regular';
  font-size: 14px;
}

.template-13 h3 {
  padding: 0;
  margin: 0;
}

.template-13 .item {
  width: 645px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}

.template-13 .item .video {
  float: right;
  width: 212px;
}

.template-13 .item .text {
  float: left;
  width: 400px;
}

.template-13 .item:first-child {
  margin-top: 30px;
}

.template-14 .logo {
  background-image: url("../img/logo-green.png");
}

.template-14 .text-with-scroll table {
  width: 100% !important;
}

.template-14 .menu,
.template-14 .sub-menu {
  background-color: #8ecc8e;
}

.template-14 ul.top-menu a {
  color: white;
}

.template-14 ul.top-menu li {
  border-left: 1px solid white;
}

.template-14 ul.top-menu li:first-child {
  border: 0;
}

.template-14 .content {
  position: relative;
}

.template-14 .content p {
  font-size: 16px;
  line-height: 24px;
}

.template-14 .gradient {
  /* Disabled! */
  display: none;
  position: absolute;
  width: 100%;
  height: 120px;
  background: url("../img/text-gradient.png") repeat-x;
  right: 0;
  bottom: -8px;
}

.template-14 .sub-menu h4 {
  color: white;
}

.template-14 .sub-menu .links .block ul li.active a,
.template-14 .sub-menu .links .block ul li:hover a {
  color: white;
}

.template-14 .content ul,
.template-06 .content ul {
  list-style-image: url("../img/featured2-bullet.png");
}

.template-14 .content table {
  margin-bottom: 20px;
}

.template-14 .content table td {
  vertical-align: top;
}

.template-14 .content table td:first-child {
  padding-left: 40px;
}

.template-14 .content table td h2,
.template-14 .content table td h3 {
  padding: 0;
  margin: 0;
}

.template-14 .content table td h2 {
  margin: 0;
  padding: 0;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.template-14 .content table td h3 {
  color: #059a99;
  font-family: 'meoded_regular';
  display: inline-block;
  width: 100%;
  font-size: 14px;
}

.template-15 .content {
  background: none;
  max-width: 590px;
  margin: 0 auto;
  padding: 0;
}

.template-15 h1 {
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -1px;
  padding: 0;
  margin: 0;
  text-align: right !important;
}

.template-15 h2.desc {
  margin: 0;
  padding: 0;
  font-family: 'meoded_regular';
  font-size: 15px;
  color: #21409a;
}

.template-15 .text,
.template-15 .text p {
  margin: 20px 0 30px 0;
  font-family: 'meoded_regular';
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
}

.template-15 .slideshow {
  position: relative;
  margin-bottom: 20px;
}

.template-15 .do-slideshow {
  width: 98%;
  display: block;
  /* margin-bottom: 55px; */
  height: 255px;
  overflow: hidden;
  position: relative;
  left: 0px;
  padding: 0;
  /* margin: 0; */
}

.template-15 .do-slideshow div.product {
  float: left;
  border: 1px solid black;
  padding: 3px;
  width: 175px;
  margin-left: 20px;
}

.template-15 .do-slideshow div.product:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .5s ease-in-out;
}

.template-15 .do-slideshow div.product:last-child {
  margin: 0;
}

.template-15 .slideshow-nav button {
  width: 10px;
  height: 37px;
  background: url("../img/sprite.png") no-repeat;
  display: inline-block;
  border: 0;
  outline: none;
}

.template-15 button.next {
  background-position: -128px -9px;
  float: left;
}

.template-15 button.prev {
  background-position: -140px -9px;
}

.template-15 .details {
  position: relative;
  color: #20409a;
  font-family: 'meoded_regular';
}

.template-15 .slideshow-nav {
  clear: both;
  display: block;
  /* border: 1px solid red; */
  height: 100px;
  position: absolute;
  top: 100px;
  width: 625px;
  right: -31px;
}

.template-15 .details .add-to-cart {
  position: absolute;
  right: -50px;
  top: -10px;
  outline: none;
}

.template-15 .details strong {
  display: block;
}

.template-15 .details .info {
  display: block;
}

.template-15 .details .special-price {
  color: #e48522;
  font-weight: bold;
}

.template-15 .details .col-md-2,
.template-15 .details .col-md-3,
.template-15 .details .col-md-4,
.template-15 .details .col-md-5 {
  padding: 6px 0;
  border-top: 1px solid #49494b;
  border-bottom: 1px solid #49494b;
}

.template-15 .details .left {
  padding-right: 45px;
}

.template-15 .details .middle .info {
  border-right: 1px solid black;
  border-left: 1px solid black;
  padding: 0 35px;
}

.template-16 .page {
  margin: 0;
  padding: 30px 0 0 38px;
}

.template-16 .row-top,
.template-16 .row-top a {
  color: #21409a;
  font-family: 'meoded_regular';
  font-size: 14px;
}

.template-16 .row-top .total {
  color: #9a9ccd;
}

.template-16 .row-top .total-basket {
  background: url("../img/icon-cart.png") right no-repeat;
  padding-right: 35px;
  height: 20px;
  display: block;
}

.template-16 .price-big {
  font-size: 28px;
  display: block;
  font-weight: 400;
  font-family: 'almoni-tzar';
}

.template-18 .menu,
.template-19 .menu {
  background-color: #17656d;
}

.template-18 .sub-menu {
  background-color: #17656d;
}

.template-18 header .logo {
  background-image: url("../img/logo-turkiz-dark2.png");
}

.template-21 h1,
.template-21 p,
.template-21 .by {
  direction: ltr;
  text-align: left;
  font-family: 'meoded_regular';
}

.template-21 p {
  font-size: 15px;
  /* font-weight: bold; */
  text-align: justify;
}

.template-21 .by {
  float: left;
}

.template-21 .text {
  clear: both;
  padding-top: 20px;
}

.template-22 .contact {
  width: 290px;
  margin: 0 auto;
  color: #5362aa;
}

.template-22 .contact input,
.template-22 .contact label,
.template-22 .contact textarea {
  border: 1px solid #5362aa;
  background: transparent;
  height: 43px;
  line-height: 43px;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.template-22 .contact label {
  width: 95px;
  display: inline-table;
  float: right;
  text-align: center;
}

.template-22 .contact input:active,
.template-22 .contact input:focus,
.template-22 .contact textarea:active,
.template-22 .contact textarea:focus {
  outline: none;
}

.template-22 .contact input {
  width: 195px;
  height: 45px;
  border-right: 0px;
}

.template-22 .contact textarea {
  height: 185px;
  width: 100%;
  padding: 5px 20px 0 0;
}

.template-22 .contact input[type="submit"] {
  background-color: #213f9a;
  border: 0;
  color: white;
  width: 100%;
  height: 44px;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.template-22 .contact input::-webkit-input-placeholder,
.template-22 .contact textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #5362aa;
}

.template-22 .contact input:-moz-placeholder,
.template-22 .contact textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #5362aa;
  opacity: 1;
}

.template-22 .contact input::-moz-placeholder,
.template-22 .contact textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #5362aa;
  opacity: 1;
}

.template-22 .contact input:-ms-input-placeholder,
.template-22 .contact textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #5362aa;
}

.template-22 .details {
  margin: 45px 0 60px 0;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #22409a;
  /* font-weight: normal; */
  line-height: 33px;
}

div.cart {
  margin-top: 10px;
  background: url("../img/icon-cart.png") right no-repeat;
  color: #20409a;
  padding-right: 27px;
  font-family: 'meoded_regular';
}

div.cart a {
  color: #20409a;
}

div.cart .total {
  color: #9a9ccd;
  display: inline-block;
  direction: ltr;
}

.lessons div.row:last-of-type div.item {
  border-bottom: 0px;
}

/* Shopping Cart */

.table-cart {
  direction: rtl;
  text-align: right;
  width: 100%;
}

.table-cart tr {
  border-bottom: 1px solid #4c483f;
  font-size: 16px;
}

.table-cart tr.cart_item {
  font-size: 18px;
  margin: 10px 0 0 0;
}

.table-cart th {
  text-align: center;
  padding: 0 0 5px 0;
  color: #20409a;
  font-weight: normal;
}

.table-cart td {
  padding: 10px 0;
  text-align: center;
  /* vertical-align: top; */
}

.table-cart .product-thumbnail {
  width: 99px;
}

.table-cart .product-thumbnail .thumb {
  padding: 2px;
  border: 1px solid black;
  width: 96px;
}

.table-cart .product-thumbnail img {
  width: 90px;
  height: 135px;
}

.table-cart td.product-name a {
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 16px;
}

.table-cart tr.subtotal {
  border: 0 !important;
  color: #21409a;
  font-family: 'meoded_regular';
}

.table-cart tr.buy {
  color: #818385;
  font-family: 'meoded_regular';
  font-size: 13px;
  border-top: 1px solid black;
  border-bottom: 0;
}

.table-cart .btn-checkout {
  width: 105px;
  height: 46px;
  display: block;
  background: url("../img/btn-buy.png") no-repeat;
  border: 0;
  position: relative;
  top: -19px;
  left: -35px;
  outline: none;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
  height: 2.5em !important;
}

.woocommerce header {
  height: auto;
}

.woocommerce .order_details li,
.woocommerce-page .order_details li {
  float: right !important;
}

.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
  text-indent: 0px !important;
}

#place_order {
  width: auto !important;
  font-weight: normal !important;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-size: 16px;
}

#sub-menu-5 .block {
  height: 250px;
}

.woocommerce-custom-message {
  background-color: #20409a;
  text-align: center;
  padding: 2px;
  color: white;
  font-family: 'almoni-tzar';
  font-weight: 300;
  font-size: 20px;
  direction: rtl;
  margin-bottom: 40px;
}

.woocommerce-custom-message .wrap-msg {
  border: 1px solid #9b9bcd;
  padding: 30px 40px 40px 40px;
}

.woocommerce-custom-message a.button {
  background-color: #20409a;
  color: #9a9ccd;
}

.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
  min-width: 80px;
}

.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
  width: 60px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}

.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page #content .quantity .minus {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  vertical-align: text-top;
  width: 20px;
  height: 15px;
  text-decoration: none;
  overflow: visible;
  font-weight: bold;
  cursor: pointer;
  line-height: 13px;
  font-size: 12px;
  border-radius: 2px;
  color: #5e5e5e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid #c7c0c7;
  background: #f7f6f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#dfdbdf));
  background: -webkit-linear-gradient(#f7f6f7, #dfdbdf);
  background: -moz-linear-gradient(center top, #f7f6f7 0%, #dfdbdf 100%);
  background: -moz-gradient(center top, #f7f6f7 0%, #dfdbdf 100%);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
  background-color: transparent;
  width: 40px;
  height: 28px;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 1px solid #c7c0c7;
  border-right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: inset 0 0 2px 0 #f7f6f7;
  -webkit-box-shadow: inset 0 0 2px 0 #f7f6f7;
  font-weight: bold;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-appearance: textfield;
}

.woocommerce .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .minus {
  bottom: 0;
  right: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.woocommerce .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce-page #content .quantity .plus {
  top: 0;
  right: 0;
  border-bottom: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
  direction: rtl !important;
  text-align: right !important;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  text-align: right !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: right !important;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: left !important;
}

#place_order {
  width: 88px;
  height: 31px;
  float: none !important;
  background: url("../img/btn-place-order.png") no-repeat;
  border: 0;
}

/* WordPress Images */

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Pagination */

.pagination {
  margin: 0;
  float: left;
  padding-bottom: 20px;
}

.pagination a,
.pagination span {
  border: 1px solid black;
  float: left;
  width: 34px;
  padding: 5px;
  text-align: center;
  margin-right: 5px;
  border-radius: 18px;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: black;
  position: relative;
  top: 1px;
}

.pagination span.dots {
  border: 0px;
  top: 10px;
}

.pagination span.current {
  background-color: #8bcdcc;
  border: 1px solid #95acb9;
}

.lb-icon-cart-add {
  display: inline-block;
  width: 32px;
  height: 35px;
  background: url("../img/icon-cart-add.png") no-repeat;
  margin: 0 22px;
  position: relative;
  top: 9px;
}

@-webkit-keyframes shake {
  10% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }

  20% {
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
  }

  35% {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
  }

  50% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
  }

  60% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
  }

  70% {
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
  }

  75% {
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
  }

  80% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}

a.home-badge {
  width: 139px;
  height: 133px;
  background: url("../img/home-badge.png") no-repeat;
  position: absolute;
  left: -145px;
}

a.home-badge:hover {
  -webkit-animation: shake 0.8s 1;
  -moz-animation: shake 0.8s 1;
}

.header-menu {
  position: absolute;
  left: 40px;
  top: 82px;
  z-index: 10;
}

.header-menu a {
  margin-left: 7px;
}

.header-menu a:first-of-type {
  margin-left: 0px;
}

.header-menu a.facebook {
  background: url("../img/icon-facebook.png") no-repeat;
  width: 37px;
  height: 39px;
  float: left;
}

.header-menu a.facebook:hover {
  background-position: 0 -39px;
}

.header-menu a.contact {
  background: url("../img/icon-contactus.png") no-repeat;
  width: 37px;
  height: 47px;
  float: left;
}

.header-menu a.contact:hover {
  background-position: 0 -47px;
}

.header-menu a.donate {
  background: url("../img/icon-donate.png") no-repeat;
  width: 40px;
  height: 46px;
  float: left;
}

.header-menu a.donate:hover {
  background-position: 0 -46px;
}

.header-menu a.en {
  background: url("../img/icon-en.png") no-repeat;
  width: 37px;
  height: 38px;
  float: left;
}

.header-menu a.en:hover {
  background-position: 0 -38px;
}

.facebook-widget {
  width: 90%;
  margin-top: 55px;
}

.facebook-widget h2 {
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  color: #29419c;
  font-size: 27px;
  margin: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.facebook-widget h2:hover:before {
  background-position: 0 -26px;
}

.facebook-widget h2:hover {
  color: #64c9d6;
}

.facebook-widget h2:before {
  background: url("../img/icon-facebook-small.png") no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  width: 27px;
  height: 26px;
}

@media (max-width: 768px) {
  .header-image {
    height: 240px;
  }

  .header-image img {
    height: 100% !important;
  }

  header.smaller {
    height: 240px;
  }

  .template-11 .content .row-items,
  .template-12 .content .row-items {
    grid-template-columns: 1fr;
  }

  .template-15 .details .add-to-cart {
    position: relative;
    right: 0;
    top: 0;
  }

  .template-16 .page {
    padding: 30px 0;
  }

  .table-cart .btn-checkout {
    top: 0;
    left: 0;
  }

  .header-menu {
    left: 10px;
  }
}

@media (max-width: 767px) {
  .home .news {
    width: 100%;
  }

  header .margin {
    margin-right: 0;
  }

  header .overlay {
    padding: 0 15px;
  }

  .home .row .col-md-9 .content {
    margin: 40px 0;
    padding: 70px 20px 40px;
  }

  .home .row .col-md-9 .featured {
    margin: 0 -15px 30px;
  }

  .page {
    padding: 0;
  }

  .page .content .text {
    padding-left: 0;
    padding-right: 0;
  }

  .featured .image {
    margin: 15px 0;
    padding: 0 15px;
  }

  .featured .col-md-8 {
    width: 100%;
  }

  .staff .person .img {
    margin: 0 auto;
  }

  .template-05 div.text {
    padding: 0 15px;
  }

  .template-06 .content img {
    max-width: 100%;
  }

  .template-11 .content,
  .template-12 .content {
    max-width: 860px;
    width: 100%;
    padding: 40px;
  }

  a.home-badge {
    position: relative;
    left: auto;
    display: block;
    margin: 15px auto;
  }

  .facebook-widget {
    width: 100%;
    padding: 0 15px;
  }
}