/************************************--������ �����--************************************/
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600");
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "codropsicons";
  src: url("../fonts/codropsicons/codropsicons.eot");
  src: url("../fonts/codropsicons/codropsicons.eot?#iefix") format("embedded-opentype"), url("../fonts/codropsicons/codropsicons.woff") format("woff"),
    url("../fonts/codropsicons/codropsicons.ttf") format("truetype"), url("../fonts/codropsicons/codropsicons.svg#codropsicons") format("svg");
}
@font-face {
  font-weight: 300, 400, 500, 600, 700;
  font-style: normal;
  font-family: "Alef-Regular";
  src: url("../fonts/Alef-Regular.ttf");
  src: url("../fonts/Alef-Bold.ttf");
  src: url("../fonts/Alef-Regular.ttf") format("truetype"), url("../fonts/Alef-Bold.ttf") format("truetype");
}

/************************************--������ ����--************************************/

/************************************--����� �����--************************************/
.copy {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  color: #ffffff45;
  direction: rtl;
  text-align: center;
  width: 100%;
  margin: 0;
  z-index: -1;
  line-height: 1;
}
.copy a {
  opacity: 0.7;
  line-height: 1;
}
.messages::-webkit-scrollbar {
  width: 20px !important;
  background: rgba(255, 255, 255, 0.7) !important;
}

/* Track */
.messages::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey !important;
  border-radius: 10px !important;
}

/* Handle */
.messages::-webkit-scrollbar-thumb {
  background: #78cde6 !important;
  border-radius: 10px;
}

/* Handle on hover */
.messages::-webkit-scrollbar-thumb:hover {
  background: #78cde7 !important;
}

.arrow1 {
  position: absolute;
  top: 600px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .arrow1 {
    position: absolute;
    top: 550px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
}

.arrow1 span {
  display: block;
  width: 40px;
  height: 40px;
  border-bottom: 8px solid #78cde6;
  border-right: 8px solid #004128;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow1 span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow1 span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-5px, -5px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(10px, 10px);
  }
}

.specialcolr {
  padding: 0 2px;
  border-left: 3px solid #004128;
}

.specialcoll {
  padding: 0 2px;
  border-right: 3px solid #004128;
}

.specialcol1 {
  border: 15px solid #f1f1f1;
  background-color: rgba(0, 65, 40, 0.08);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.specialcon1 {
  padding-right: 15px;
  padding-left: 15px;
}

.specialrow {
  margin-right: -15px;
  margin-left: -15px;
}

.sumindex {
  font-size: 17px;
  font-weight: 600;
  width: calc(100% - 30px);
  margin: 15px;
  bottom: 0;
  text-align: center;
  background-color: #aac0c0;
  color: #fff;
  position: absolute;
  display: block;
  right: 0;
  z-index: 10;
}

@media screen and (max-width: 1000px) {
  .specialrow {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .specialcolr {
    background: url("../img/circle.png") repeat;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding: 0;
    border-left: 20px solid #004128;
    border-bottom: 10px solid #004128;
  }

  .specialcoll {
    background: url("../img/circle.png") repeat;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding: 0;
    border-right: 20px solid #004128;
    border-top: 10px solid #004128;
    border-bottom: 10px solid #004128;
  }

  .specialcol1 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    border: none !important;
    padding-top: 0;
  }

  .specialcon1 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .sumindex {
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    margin: 0;
    bottom: 0;
    text-align: center;
    background-color: #aac0c0;
    color: #fff;
    position: inherit;
    display: block;
    right: 0;
    z-index: 10;
    border-left: 20px solid #004128;
    border-top: 10px solid #004128;
  }
}

.datetemp {
  display: inline-block;
  text-align: left;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  z-index: 10;
  left: 10px;
}

.cb {
  width: 15px;
  height: 15px;
  text-align: center;
}

.adva1 {
  list-style-image: url("../img/adva1.png") !important;
}

.table1 {
  display: block;
  overflow-x: scroll !important;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 17px;
}

.table1 th {
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 7px 2px;
}

.table1 td {
  min-width: 130px;
  padding: 2px;
}

.button1 {
  border: 1px solid #fff !important;
  background-color: #999 !important;
  box-shadow: 1px 0.5px grey !important;
  text-align: center !important;
  white-space: pre;
  padding: 0 2px !important;
  float: left;
  color: #fff;
  position: relative;
  z-index: 10;
}

.col28001 {
  column-count: 1;
}

@media screen and (max-width: 800px) {
  .col28001 {
    column-count: 2;
  }
}
.col21 {
  border-right: 10px solid lightblue;
  column-gap: 40px;
  column-count: 2;
  column-rule: 10px solid lightblue;
  white-space: normal;
}

@media screen and (max-width: 800px) {
  .col21 {
    column-count: 1;
    border-right: 4px solid #004128;
  }
}

.button2 {
  outline: 1px solid black !important;
  background-color: aliceblue !important;
  color: black !important;
  margin: 3px 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

#rules {
  overflow-y: scroll;
  height: 90vh;
  width: 95%;
  z-index: 1000;
  position: fixed;
  display: none;
  top: 50px;
  right: 10px;
  white-space: pre-wrap;
  background-color: azure;
  border: 2px solid black;
  text-align: right;
}

#closerules {
  margin: 0;
  border: 1px solid black;
  box-shadow: 1px 0.5px grey;
  text-align: center;
  padding: 10px 0;
  background-color: whitesmoke;
  width: 100%;
  font-size: 15px;
  z-index: 1001;
  position: fixed;
  display: none;
  bottom: 0;
  right: 0;
}

.perspective {
  width: 100%;
  height: 100%;
  direction: rtl;
  background: #aaa;
  position: relative;
}

.container1 {
  background: #f5faf0;
  min-height: 100%;
  position: relative;
  outline: 1px solid rgba(0, 0, 0, 0);
  z-index: 10;
  -webkit-transform: translateZ(0) translateX(0) rotateY(0deg); /* reset transforms (Chrome bug) */
  transform: translateZ(0) translateX(0) rotateY(0deg);
}

.container1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  /* the transition delay of the height needs to be synced with the container transition time */
  -webkit-transition: opacity 0.4s, height 0s 0.4s;
  transition: opacity 0.4s, height 0s 0.4s;
}

.wrapper {
  position: relative;
}

.component {
  margin: 0 auto;
  width: 60%;
  text-align: justify;
  font-size: 1.5em;
}

/* Modal view */
.perspective.modalview {
  position: fixed;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

.modalview .container1 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modalview .wrapper {
  -webkit-transform: translateZ(-1px); /* solves a rendering bug in Chrome on Windows */
}

.animate .container1::after {
  opacity: 1;
  height: 101%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* Outer Nav */
.outer-nav {
  position: absolute;
  height: auto;
  font-size: 22px;
}

.outer-nav.vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.outer-nav.horizontal {
  direction: rtl;
  left: 50%;
  width: 75%;
  max-width: 1000px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.outer-nav.left {
  left: 25%;
}

.outer-nav.right {
  right: 25%;
}

.outer-nav.top {
  top: 25%;
}

.outer-nav.bottom {
  bottom: 25%;
}

.outer-nav a {
  display: inline-block;
  white-space: nowrap;
  font-weight: 300;
  margin: 0 0 30px 0;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.outer-nav a:hover {
  color: #a08623;
}

.outer-nav.vertical a {
  display: block;
}

.outer-nav.horizontal a {
  margin: 10px;
}

.outer-nav a::before {
  display: inline-block;
  font-family: "typicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.icon-news::before {
  content: "\e600";
}

.icon-home::before {
  content: "\e601";
}

.icon-image::before {
  content: "\e602";
}

.icon-upload::before {
  content: "\e603";
}

.icon-star::before {
  content: "\e604";
}

.icon-mail::before {
  content: "\e605";
}

.icon-lock::before {
  content: "\e606";
}

.icon-chart-pie::before {
  content: "\e607";
}

.icon-book::before {
  content: "\e02e";
}

.icon-contact::before {
  content: "\f27b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.icon-shabat::before {
  content: "\f000";
  font-family: FontAwesome;
}

.icon-tora::before {
  content: "\f0c0";
  font-family: FontAwesome;
}

.icon-restaurant::before {
  content: "\f0f5";
  font-family: FontAwesome;
}

.icon-shabat::before {
  content: "\f000";
  font-family: FontAwesome;
}

/* Effect Rotate Top */
.effect-rotatetop {
  background: #313c33;
}

.effect-rotatetop .container1 {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.effect-rotatetop .container1::after {
  background: rgba(94, 59, 43, 0.6);
}

.effect-rotatetop.animate .container1 {
  -webkit-transform: translateZ(-1500px) translateY(-50%) rotateX(-45deg);
  transform: translateZ(-1500px) translateY(-50%) rotateX(-45deg);
}

.no-csstransforms3d .effect-rotatetop.animate .container1 {
  top: -75%;
}

.effect-rotatetop .outer-nav a {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(200px) translateZ(-1000px);
  transform: translateY(200px) translateZ(-1000px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

.effect-rotatetop .outer-nav a:hover {
  color: #76daff;
}

.effect-rotatetop.animate .outer-nav a {
  opacity: 1;
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}

.effect-rotatetop.animate .outer-nav a:nth-child(2) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.effect-rotatetop.animate .outer-nav a:nth-child(3) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.effect-rotatetop.animate .outer-nav a:nth-child(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.effect-rotatetop.animate .outer-nav a:nth-child(5) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.effect-rotatetop.animate .outer-nav a:nth-child(6) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.effect-rotatetop.animate .outer-nav a:nth-child(7) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

@media screen and (max-width: 77em) {
  .outer-nav.top {
    top: 15%;
  }

  .outer-nav.bottom {
    bottom: 15%;
  }
}

@media screen and (max-width: 36.625em), screen and (max-height: 41.75em) {
  .outer-nav.bottom {
    bottom: 2%;
  }

  .outer-nav.horizontal {
    font-size: 16px;
  }

  .outer-nav.horizontal a {
    display: inline-block;
    text-align: right;
    direction: rtl;
  }

  /* Special Case */
  .effect-rotatetop .outer-nav.horizontal {
    width: 95%;
    bottom: auto;
    top: 50%;
  }

  .effect-rotatetop .outer-nav.horizontal a {
    display: inline-block;
  }
}

@media screen and (max-width: 31em), screen and (max-height: 36.2em) {
  .outer-nav.horizontal {
    font-size: 16px;
    width: 100%;
  }
}

@media screen and (max-height: 31.6em) {
  .outer-nav a {
    margin-bottom: 20px;
  }
}
/************************************--����� ����--************************************/

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/************************************--���� ����� �����--************************************/
.codrops-header,
.codrops-top {
  font-family: "Alef-Regular" !important;
}

.codrops-header {
  margin: 0 auto 3em;
  padding: 3em;
  text-align: center;
}

.codrops-header h1 {
  margin: 0;
  font-weight: 300;
  font-size: 2.625em;
  line-height: 1.3;
}

.codrops-header span {
  display: block;
  padding: 0 0 0.6em 0.1em;
  font-size: 60%;
  color: #aca89a;
}

#codrops-top {
  width: 100%;
  font-size: 130%;
  font-weight: 700;
  background-color: rgb(0, 65, 40);
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  right: 0;
  z-index: 12;
  height: 80px;
  -webkit-transition: all 1s; /* For Safari 3.1 to 6.0 */
  transition: all 1s;
  -webkit-align-content: center;
  align-content: center;
  display: -webkit-flex;
  display: flex;
  direction: ltr;
  border-bottom: 3px ridge #fff;
}

#codrops-top img {
  height: 100%;
  top: 0;
  right: 20px;
  position: absolute;
  display: flex;
  max-height: 80px;
}

#codrops-top button {
  background-color: transparent;
  color: #fff;
}

#codrops-top button:hover,
#codrops-top button:active {
  background: rgb(0, 65, 45);
  color: #fff;
}

#codrops-top a {
  display: inline-block;
  padding: 0 1em;
  text-decoration: none;
  letter-spacing: 0.1em;
}

#codrops-top a:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #333;
}

#codrops-top span.right {
  float: right;
}

#codrops-top span.right a {
  display: block;
  float: left;
}

codrops-icon:before {
  margin: 0 4px;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "codropsicons";
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
  content: "\e001";
}

.codrops-icon-prev:before {
  content: "\e004";
}

@media screen and (max-width: 1000px) {
  #codrops-top {
    font-size: 120%;
    font-weight: 800;
  }

  #codrops-top img {
    height: 100%;
    top: 0;
    right: 2px;
    position: absolute;
  }

  .codrops-icon span {
    display: none;
  }
}

.usersim {
  text-align: center;
  display: block;
  bottom: -25%;
  color: #fff;
  line-height: 17px;
  font-size: 14px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.usersim a {
  text-decoration: none;
  color: #fff;
}
/************************************--���� ����� ����--************************************/
/************************************--����� �����--************************************/
html {
  font-family: "Alef-Regular" !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #ddd;
  color: #5a5350;
  font-weight: 300;
  font-family: "Alef-Regular" !important;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.main {
  margin: 0 auto;
}
/************************************--����� ����--************************************/

/************************************--����� �����--************************************/
.column {
  float: left;
  width: 50%;
  padding: 0 1em;
  min-height: 100px;
  position: relative;
  text-align: right;
}

.column:nth-child(2) {
  text-align: center;
}

.column p {
  font-weight: 300;
  font-size: 2em;
  padding: 0 0 0.5em;
  margin: 0;
  line-height: 1.5;
}

.column1 {
  float: left;
  width: 50%;
  padding: 0 1em;
  min-height: 100px;
  position: relative;
  text-align: right;
}

.column1:nth-child(2) {
  text-align: center;
}

.column1 p {
  font-weight: 300;
  font-size: 2em;
  padding: 0 0 0.5em;
  margin: 0;
  line-height: 1.5;
}

.column2 {
  display: none;
}

.twocolumn {
  width: 95%;
  margin-right: 2%;
}

@media screen and (max-width: 46.0625em) {
  .twocolumn {
    width: 98%;
  }

  .codrops-header {
    margin-bottom: 0;
    padding-bottom: 1em;
  }

  .column {
    width: 100%;
    min-height: 0;
    padding: 1em;
    text-align: center;
  }

  .column p {
    font-size: 1.5em;
  }

  .column:nth-child(2) {
    text-align: center;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  }

  .column1 {
    float: left;
    width: 48.5%;
    padding: 0;
    min-height: 100px;
    position: relative;
    text-align: right;
    margin: 0;
  }

  .column1:nth-child(2) {
    text-align: center;
  }

  .column2 {
    display: block;
    float: left;
    width: 3%;
    padding: 0;
    min-height: 100px;
    position: relative;
    text-align: right;
  }

  .column2:nth-child(2) {
    text-align: center;
  }
}

/************************************--����� ����--************************************/

/************************************--������� �����--************************************/
button {
  border: none;
  padding: 0.6em 1.2em;
}

button:hover,
button:active {
  background: #091b42;
}

button,
input,
select,
textarea {
  position: relative;
  z-index: 10;
  font-family: "Alef-Regular" !important;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.abutton {
  border-radius: 25px;
  border: 1.5px solid black;
  padding: 10px 20px;
  color: black;
  font-weight: 500;
  display: inline-block;
}

.abutton:hover {
  background-color: #a08623;
  border: 1.5px solid black;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.bbutton {
  text-shadow: -0.1px 0.3px #a08623;
  border-radius: 20px;
  border: 1.5px solid white;
  padding: 10px 18px;
  color: white;
  font-weight: 600;
  font-size: 30px;
  background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  margin-top: 20px;
}

.bbutton:hover {
  background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  color: #000;
  border: 3px solid #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1000px) {
  .bbutton {
    font-size: 23px;
    padding: 8px 16px;
  }
}
/************************************--������� ����--************************************/

/************************************--������ ������ ��� �����--************************************/
.related {
  text-align: right;
  font-size: 1.5em;
  margin: 60px 10px;
  clear: both;
  padding: 10px 2.5%;
  box-shadow: 1px 1px 1px gray;
}

.related h2 {
  font-weight: 700;
  text-align: center;
}

.registration {
  font-size: 1em;
  margin: auto;
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .registration {
    font-size: 1em;
    margin: auto;
    width: 95%;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}
/************************************--������ ������ ��� ����--************************************/

/************************************--������� �����--************************************/

a {
  text-decoration: none;
  color: #4160a3;
  outline: none;
}

a:hover {
  color: #091b42;
  outline: none;
}

a:focus {
  outline: thin dotted;
  color: #091b42;
  outline: none;
}

/************************************--������� ����--************************************/

/************************************--������ ����� �����--************************************/

h1 {
  font-size: 48px !important;
}

h2 {
  font-size: 36px !important;
}

h3 {
  font-size: 24px !important;
}

h4 {
  font-size: 18px !important;
}

h5 {
  font-size: 14px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
}

@media (max-width: 1000px) {
  h1 {
    font-size: 40px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  h4 {
    font-size: 16px !important;
  }

  h5 {
    font-size: 10px !important;
  }
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}
/************************************--������ ����� ����--************************************/

/************************************--������ �����--************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/************************************--������ ����--************************************/

/************************************--���� �� ���� �����--************************************/
.bannercontain {
  padding: 0;
  width: 100%;
  text-align: right;
  margin: 0;
  top: 0;
  right: 0;
  margin-bottom: 50px;
}

/* Image zoom on hover + Overlay colour */
.parent {
  width: 100%;
  margin-bottom: 50px;
  height: 700px;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
}

.child {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: linear-gradient(90deg, rgba(251, 243, 243, 0.9) 50%);
}

/* Several different images */

#bannertext {
  border-radius: 10px;
  text-shadow: 7px 3px 7px #004128;
  padding: 10px;
  font-size: 26px;
  color: white;
  position: absolute;
  top: 200px;
  left: 130px;
  width: inherit;
  max-width: 500px;
  font-weight: 600;
}

.child {
  -webkit-animation: zoomin 5s; /* Safari 4+ */
  -moz-animation: zoomin 5s; /* Fx 5+ */
  -o-animation: zoomin 5s; /* Opera 12+ */
  animation: zoomin 5s; /* IE 10+, Fx 29+ */
}

.child:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes zoomin {
  from {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  to {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.codrops-top .weather {
  z-index: 1;
  margin: 0;
  padding: 0;
  left: 0;
  position: relative;
}

.zmanimiframe {
  width: 400px;
  height: 220px;
}

.pre-wrap {
  white-space: pre-wrap;
}

.article60 {
  width: 60%;
  margin: auto;
  display: block;
  font-size: 18px;
  text-align: right;
  font-family: "Alef-Regular" !important;
}

.article100 {
  text-align: right !important;
  white-space: pre-wrap !important;
}

.iframebanner {
  height: 200px;
  position: absolute;
  width: 300px;
  top: 150px;
  left: 30px;
  z-index: 1;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .article60 {
    width: 90%;
    margin: auto;
    display: block;
    font-size: 18px;
    text-align: right;
  }

  .article100 {
    text-align: right;
  }

  .zmanimiframe {
    width: 210px;
    height: 220px;
  }

  .banner .column .zmanimtext {
    text-align: center;
  }

  .pre-wrap {
    font-size: 16px !important;
    text-align: right;
  }

  #bannertext {
    font-size: 18px;
    left: 10px;
    top: 320px;
    width: 90%;
  }

  #bannertext1 {
    font-size: 40px !important;
  }

  .iframebanner {
    top: 80px;
    left: 5px;
  }
}
/************************************--���� �� ���� ����--************************************/

/************************************--���� ���� ������� �����--************************************/
.bannercontain1 {
  padding: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  top: 0;
  right: 0;
  margin-bottom: 50px;
}

/* Image zoom on hover + Overlay colour */
.parent1 {
  width: 100%;
  margin-bottom: 50px;
  height: 550px;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
  opacity: 0.7;
}

.child1 {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* Several different images */
.bg-one-coffe {
  background-image: url(../img/coffebanner.jpg);
}

.bg-one-nadlan {
  background-image: url(../img/nadlanbanner.jpg);
}

.bg-one-factory {
  background-image: url(../img/indexfactory.jpg);
}

.bg-one-contact {
  background-image: url(../img/contactbanner.jpg);
}

.bg-one-hightech {
  background-image: url(../img/indexhightech.jpg);
}

.bg-one-import {
  background-image: url(../img/importbanner.jpg);
}

.bg-one-restaurants {
  background-image: url(../img/indexrestaurant.jpg);
}

.bg-one-tourism {
  background-image: url(../img/tourists-info.jpg);
}

#bannertext1 {
  display: block;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 250px;
  right: 0;
  height: 50px;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  font-family: "Alef-Regular" !important;
  text-shadow: -1.5px 3px #5d4a1f;
  background-color: rgba(0, 0, 0, 0.02);
  /*text-decoration: none;*/
}

.child1 {
  -webkit-animation: zoomin1 5s; /* Safari 4+ */
  -moz-animation: zoomin1 5s; /* Fx 5+ */
  -o-animation: zoomin1 5s; /* Opera 12+ */
  animation: zoomin1 5s; /* IE 10+, Fx 29+ */
}

.child1:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(rgba(0, 0, 0, 0.5) 5%, rgba(255, 255, 255, 0) 95%);
}

@-webkit-keyframes zoomin1 {
  from {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  to {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/************************************--���� ���� ������� ����--************************************/

/************************************--������ �����--************************************/
.image.fit,
.image.left,
.image.left-tiny {
  font-size: 25px;
  text-align: center;
}

.active2:after {
  content: "\2796";
}

.image {
  border-radius: 4px;
  border: 0;
  display: block;
  position: relative;
  width: 100%;
}

.image img {
  border-radius: 4px;
  display: block;
}

.image.left {
  float: left;
  margin: 0 2rem;
  max-width: 40%;
}

.image.left img {
  height: auto;
  text-align: center;
  width: auto;
  width: 100%;
}

.image.left-tiny {
  float: left;
  margin: 0;
  max-width: 20%;
}

.image.left-tiny img {
  height: auto;
  text-align: center;
  width: auto;
  width: 100%;
}

.gallery {
  margin: 0;
  display: inline;
  width: 100%;
}

.gallery img {
  width: 40%;
  margin: 10px;
}

.image.right {
  float: right;
  margin: 2rem;
  max-width: 50%;
}

.image.right img {
  height: auto;
  text-align: center;
  width: auto;
  width: 100%;
}

.image.fit {
  display: block;
  margin: 0;
  width: 100%;
}

.image.fit img {
  height: auto;
  text-align: center;
  width: auto;
  width: 100%;
}

.cover {
  background: rgba(56, 90, 101, 0.83);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.image a:hover {
  background-color: rgba(106, 113, 241, 0.67);
  color: white;
  font-weight: 600;
}

.image a {
  padding-top: 20%;
  position: absolute;
  top: 0;
  left: 0;
  color: whitesmoke;
  font-weight: 500;
  z-index: 1;
  font-size: 22px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.image a i {
  font-size: 40px;
}

.imageindex {
  font-size: 30px;
}

@media screen and (max-width: 800px) {
  .imageindex {
    font-size: 20px !important;
    padding-top: 20px !important;
  }

  .image a {
    font-size: 20px;
  }

  .image a i {
    font-size: 30px;
  }

  .image.left,
  .image.right {
    margin: 2rem;
    max-width: 50%;
  }

  .image.fit img,
  .image.left img,
  .image.right img {
    height: auto;
    text-align: center;
  }

  .image {
    border-radius: 4px;
    border: 0;
    display: block;
    position: relative;
    width: 100%;
  }

  .image img {
    border-radius: 4px;
    display: block;
  }

  .image.left {
    float: left;
  }

  .image.left img {
    width: auto;
    width: 100%;
  }

  .image.right {
    float: right;
  }

  .image.right img {
    width: auto;
    width: 100%;
  }

  .image.fit {
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 20px;
  }

  .image.fit img {
    width: auto;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .image a {
    font-size: 15px !important;
  }

  .image a i {
    font-size: 20px !important;
  }
}
/************************************--������ ����--************************************/

/************************************--���� ��� SunTime �����--************************************/
.coffeeout {
  background-image: url(../img/coffee.jpg);
  background-size: cover;
  padding: 5px;
  height: 100%;
}

.coffeetext {
  font-weight: 600;
  margin: 0;
  color: #000;
  padding: 24px;
  text-align: center;
  border-radius: 5px;
  background: rgba(207, 200, 180, 0.8);
  height: 100%;
}

.coffeetext .image {
  height: 100px;
  width: 100px;
  text-align: center;
  margin: auto;
}

/************************************--���� ��� SunTime ����--************************************/

/************************************--���� �����--************************************/
.footer-distributed {
  background-size: cover;
  background-image: url(../img/bannerfooter.jpg);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: right;
  font: bold 16px;
  padding: 55px 50px;
  margin-top: 20px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
  width: 40%;
}

/* The company logo */

.footer-distributed h3 {
  color: #ffffff;
  margin: 0;
}

.footer-distributed h3 span {
  color: #78cde6;
  text-shadow: 0.5px 1px #004128;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

.footer-distributed .footer-company-name {
  color: black;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  bottom: 0;
  text-align: center;
  padding: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background: radial-gradient(ellipse farthest-corner at right bottom, #37fec7 0%, #31e1fd 8%, #28849f 30%, #2f7d8a 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #acf4ff 8%, #649ad1 25%, #1f2c5d 62.5%, #201f5d 100%);
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

/* Footer Right */

.footer-distributed .footer-right {
  width: 20%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: white;
  font-size: 13px;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: radial-gradient(ellipse farthest-corner at right bottom, #37fec7 0%, #31e1fd 8%, #28849f 30%, #2f7d8a 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #acf4ff 8%, #649ad1 25%, #1f2c5d 62.5%, #201f5d 100%);
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 1000px) {
  .footer-distributed {
    font: bold 14px;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: right;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }
}
/************************************--���� ����--************************************/

/************************************--����� �����--************************************/

.contact-form select,
.contact-form input[type="number"],
.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form input[type="email"],
.contact-form input[type="date"],
.contact-form input[type="tel"],
.contact-form textarea {
  border-radius: 4px;
  text-align: right;
  width: 100%;
  border: none;
  font-size: 13px;
  color: #404040;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  border-bottom: 3px solid #067767;
  background: #fff;
  padding-top: 5px;
}

select,
option,
input[type="number"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="tel"],
textarea {
  width: 100%;
}

.form-container {
  border-radius: 5px;
  background: rgba(207, 200, 143, 0.1);
  padding: 20px;
  color: #555;
  text-align: right;
}

.iframeforshabat {
  width: 176px;
  height: 60px;
  background-color: transparent;
  right: 0;
  padding: 0;
  overflow: hidden;
}

/************************************--����� ����--************************************/

/************************************--����� ������ ���� �����--************************************/
ul.seat_w3ls {
  margin: 2em 0;
}

.screen {
  width: 100%;
  background: #ff9800;
  margin: 2em 0;
}

h2.wthree {
  padding: 0.8em;
  font-size: 1.2em;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 7px;
  word-spacing: 10px;
}

.smallBox::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}

.greenBox::before {
  content: "";
  background: Green;
}

.redBox::before {
  content: "";
  background: Red;
}

.emptyBox::before {
  content: "";
  box-shadow: inset 0px 2px 3px 0px rgb(255, 152, 0), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0px 2px 3px 0px rgb(255, 152, 0), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0px 2px 3px 0px rgb(255, 152, 0), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  background-color: #fff;
}

.seats {
  border: 1px solid red;
  background: yellow;
}

.seatGap {
  width: 40px;
}

.seatVGap {
  height: 40px;
}

table {
  text-align: center;
}

.Displaytable {
  text-align: center;
}

.Displaytable td,
.Displaytable th {
  width: 100%;
  padding: 7px 10px;
  color: #000;
  font-weight: 600;
}

table.Displaytable tr {
  background: #fff;
  color: #fff;
}

input[type="checkbox"]:checked:before {
  background-color: Green;
  font-size: 15px;
}

.copy-wthree p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1.7;
  padding: 0 1em;
}

.copy-wthree p a {
  color: #fff;
}

.copy-wthree {
  margin: 3em 0em;
  text-align: center;
}

.displayerBoxes {
  margin-top: 2em;
}
/************************************--����� ������ ���� ����--************************************/

/************************************--������� �����--************************************/

.testimonials {
  padding: 40px 0;
  background: #fff;
  color: #434343;
  text-align: center;
  float: right;
  width: 100%;
  margin: 0;
}

.inner {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}

.water {
  overflow: hidden;
  float: left;
  position: absolute;
  width: 70%;
  left: -100px;
  top: -100px;
  display: block;
  opacity: 0.3;
}

.border {
  display: none;
  width: 160px;
  height: 5px;
  background: radial-gradient(ellipse farthest-corner at right bottom, #37fec7 0%, #31e1fd 8%, #28849f 30%, #2f7d8a 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #acf4ff 8%, #649ad1 25%, #1f2c5d 62.5%, #201f5d 100%);
  margin: 26px auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col {
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 15px;
}

.testimonial {
  background: rgba(120, 205, 230, 0.23);
  padding: 30px;
}

.testimonial img {
  height: 200px;
  border-radius: 50%;
}

.name {
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}

.stars {
  color: #6ab04c;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .col {
    flex: 100%;
    max-width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .col {
    flex: 100%;
    max-width: 100%;
  }
}
/************************************--������� ����--************************************/

/************************************--������ �����--************************************/

table.alt {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 5px;
}

.newtable {
  border-collapse: collapse;
  width: 100%;
}

.newtable tr:nth-child(4n + 1) {
  background-color: #a4e7ee5e;
}

.newtable tr:nth-child(4n) {
  background-color: #a4e7ee5e;
}

.newtable tr {
  background-color: #54878c61;
}

.newtable td {
  z-index: 9 !important;
  border: 1px solid #fff;
  text-align: right;
  position: relative;
}

.newtable th {
  z-index: 9 !important;
  white-space: nowrap;
  color: #fff;
  background-color: #004128;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 600;
  padding: 15px;
}

.newtable th a {
  position: relative;
}

.newtable1 {
  border-collapse: collapse;
  width: 100%;
}

.newtable1 tr:nth-child(2n) {
  background-color: #a4e7ee5e;
}

.newtable1 tr {
  background-color: #54878c61;
}

.newtable1 td {
  z-index: 9 !important;
  border: 1px solid #fff;
  text-align: right;
  position: relative;
}

.newtable1 th {
  z-index: 9 !important;
  white-space: nowrap;
  color: #fff;
  background-color: #004128;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 600;
  padding: 15px;
}

.newtable1 th a {
  position: relative;
}

/************************************--������ ����--************************************/

.candle {
  width: 34px;
  margin: 0 180px;
  position: absolute;
  top: 60px;
  height: 80%;
  align-self: flex-end;
  -webkit-animation: blink 0.1s infinite;
  animation: blink 0.1s infinite;
}

.candle2 {
  width: 34px;
  margin: 0 220px;
  position: absolute;
  top: 80px;
  height: 80%;
  align-self: flex-end;
  -webkit-animation: blink 0.1s infinite;
  animation: blink 0.1s infinite;
}

.flame {
  width: 20px;
  height: 30px;
  margin: 0px auto;
  position: relative;
  -webkit-animation: move 3s infinite, move-left 3s infinite;
  animation: move 3s infinite, move-left 3s infinite;
  -webkit-transform-origin: 50% 90%;
  transform-origin: 50% 90%;
}

.flame .top {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border-top-left-radius: 500%;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 500%;
  border-bottom-right-radius: 50px;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
  box-shadow: 0 0px 0px 3px white, 0 -20px 1px 4px white, 0 -25px 2px 3px gold, 0 -30px 5px 4px #ff6a00, 0 0px 30px 10px #ff6a00, 0 -10px 2px 4px white, 0 -5px 3px 3px white;
  -webkit-animation: flame-up 4s infinite;
  animation: flame-up 4s infinite;
}

.flame .shadows {
  position: absolute;
  left: 50%;
  top: -2px;
  width: 1px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 5px 20px 15px gold, 0 0px 100px 20px #ff6a00, 0 15px 50px 15px #ff6a00, 5px 30px 5px 13px #ff6a00, 5px 30px 5px 13px #ff6a00, 0 75px 50px 30px black;
}

.flame .bottom {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  position: absolute;
  bottom: 6px;
  left: 9px;
  width: 0.5px;
  height: 2px;
  border-radius: 1%;
  background: #2c2b39;
  box-shadow: 0 6px 10px 12px rgba(60, 76, 125, 0.3), 0 0px 4px 8px #2c2b39, 0 -12px 10px 8px rgba(255, 106, 0, 0.5), 0 5px 7px 12px #2c2b39, 0 -3px 10px 12px #2c2b39, 5px -10px 10px 5px red,
    0 -15px 10px 10px gold, 5px -25px 10px 5px gold, 0 2px 5px 10px #30537d, 0 -2px 2px 14px #76daff, 0 2px 10px 12px #76daff;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: skewX(2deg) skewY(5deg);
    transform: skewX(2deg) skewY(5deg);
  }

  50% {
    -webkit-transform: skewX(-2deg) skewY(0deg);
    transform: skewX(-2deg) skewY(0deg);
  }

  100% {
    -webkit-transform: skewX(2deg) skewY(5deg);
    transform: skewX(2deg) skewY(5deg);
  }
}

@keyframes move {
  0% {
    -webkit-transform: skewX(2deg) skewY(5deg);
    transform: skewX(2deg) skewY(5deg);
  }

  50% {
    -webkit-transform: skewX(-2deg) skewY(0deg);
    transform: skewX(-2deg) skewY(0deg);
  }

  100% {
    -webkit-transform: skewX(2deg) skewY(5deg);
    transform: skewX(2deg) skewY(5deg);
  }
}

@-webkit-keyframes move-left {
  50% {
    -webkit-transform: skewX(3deg);
    transform: skewX(3deg);
  }
}

@keyframes move-left {
  50% {
    -webkit-transform: skewX(3deg);
    transform: skewX(3deg);
  }
}

@-webkit-keyframes flame-up {
  50% {
    box-shadow: 0 0px 0px 3px white, 0 -10px 1px 2px white, 0 -11px 2px 3px gold, 0 -20px 5px 4px #ff6a00, 0 0px 30px 10px #ff6a00, 0 -5px 2px 4px white, 0 -5px 3px 3px white;
  }
}

@keyframes flame-up {
  50% {
    box-shadow: 0 0px 0px 3px white, 0 -10px 1px 2px white, 0 -11px 2px 3px gold, 0 -20px 5px 4px #ff6a00, 0 0px 30px 10px #ff6a00, 0 -5px 2px 4px white, 0 -5px 3px 3px white;
  }
}

@-webkit-keyframes blink {
  50% {
    opacity: 0.95;
  }
}

@keyframes blink {
  50% {
    opacity: 0.95;
  }
}

@media screen and (max-width: 600px) {
  .candle {
    margin: 0 130px;
    top: 50px;
  }

  .candle2 {
    margin: 0 170px;
    top: 70px;
  }

  .image.fitflame {
    display: block;
    margin: 0;
    width: 100%;
    height: 60px;
  }

  .image.fitflame img {
    height: 80px;
    text-align: center;
    width: auto;
    width: 100%;
  }
}

.image.fitflame {
  display: block;
  margin: 0;
  width: 100%;
}

.image.fitflame img {
  height: auto;
  text-align: center;
  width: auto;
  width: 100%;
}

.purim-margin {
  padding-right: 12%;
}

@media screen and (max-width: 600px) {
  .purim-margin {
    padding-right: 10%;
  }
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
  float: right;
  width: 75%;
  padding-right: 20px;
  border: none !important;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-right: 20px;
  border: none !important;
  padding-left: 20px;
}

.rightcolumn h3 {
  padding: 10px;
  background-color: #004128;
  text-align: center !important;
  color: #fff;
  margin-bottom: 30px;
}

.leftcolumn h2 {
  padding: 10px;
  background-color: #004128;
  text-align: center;
  color: #fff;
}

/* Fake image */
.fakeimg {
  margin-bottom: 15px;
  width: 100%;
  padding: 0px;
}

/* Add a card effect for articles */
.leftcolumn .card {
  background-color: #ffffffa3 !important;
  padding: 20px;
  text-align: right;
  border: none !important;
}

.card {
  background-color: #ffffffa3 !important;
  padding: 20px;
  text-align: right;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom-color: #76daff !important;
}

.card h4 {
  display: inline;
  font-weight: 600;
}

.card h4::after {
  content: ": ";
}

/* Clear floats after the columns */
.row1:after {
  content: "";
  display: table;
  clear: both;
}

* {
  box-sizing: border-box;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn,
  .rightcolumn {
    width: 100%;
    padding: 0;
  }

  .fakeimg {
    width: 100%;
    padding: 10px;
  }
}
