* {
  padding: 0px;
  margin: 0px;
}

body {
  direction: rtl;
  text-align: center;
  background-color: #fff;
  color: #4c4c4c;
  font-family: Arial, sans-serif;
  font-size: 18px;
  background: url(../images/bg.png);
}

p {
  margin-bottom: 1em;
}

input {
  width: 100%;
  margin-top: 0.5em;
  height: 2em;
  font-size: 1.3em;
  border-radius: 0.3em;
  border: 0px;
  padding: 0.3em;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

textarea {
  width: 100%;
  margin-top: 0.5em;
  height: 6em;
  font-size: 1.3em;
  border-radius: 0.3em;
  border: 0px;
  padding: 0.3em;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

hr.dashed {
  border: 0 none;
  border-top: 2px dashed #999;
  background: none;
  height: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  clear: both;
}

.banner {
  background-color: #fdd773;
  color: #333;
  font-size: 0.9em;
  padding: 0.75em;
  line-height: 1.5em;
}
.banner a {
  background-color: #fff;
  padding: 0.2em 0.75em;
  text-decoration: none;
  border-radius: 0.7em;
  color: inherit;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5725490196);
}

.highlight {
  color: #F5B000;
  font-style: italic;
  font-size: 1.2em;
  margin-right: 0.15em;
}

.btn-feature {
  height: 4em;
  background-color: #f6c23b;
  padding-right: 1em;
  padding-left: 1em;
  color: #454545;
  border-radius: 0.3em;
  border: 1px solid #EFBA30;
  text-align: right;
  font-size: 1em;
  max-width: 40%;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  padding-top: 0.7em;
  margin-left: 1em;
}

.mainContainer {
  display: inline-block;
  text-align: right;
  max-width: 1200px;
  width: 100%;
}

#header {
  background-color: #00385a;
  color: #fff;
  overflow: hidden;
  background-image: radial-gradient(circle, #4aa2b1, #00385a);
  padding-bottom: 1em;
  position: relative;
}
#header #headTitle {
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: absolute;
  width: 50%;
  height: 7em;
  top: 50%;
  margin-top: -2em;
  box-sizing: border-box;
}
#header #headGraphics {
  float: left;
  width: 50%;
  direction: ltr;
  text-align: left;
}
#header #headGraphics table {
  width: 100%;
  height: 50%;
  font-size: 0px;
}
#header #headGraphics table td:first-child {
  width: 30%;
}
#header #headGraphics table td img.leftImg {
  width: 100%;
}
#header #headGraphics table td .lineFill {
  height: 100%;
  width: 0%;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: repeat-x;
  position: relative;
  transition: width 1s ease;
}
#header #headGraphics table td #lineFillTop {
  background-image: url(../images/line_top.png);
}
#header #headGraphics table td #lineFillTop img {
  position: absolute;
  bottom: -6%;
  right: -4px;
  height: 30%;
}
#header #headGraphics table td #lineFillMid {
  background-image: url(../images/line_mid.png);
  height: 96%;
}
#header #headGraphics table td #lineFillMid img {
  position: absolute;
  bottom: 17%;
  right: -20px;
  height: 65%;
}
#header #headGraphics table td #lineFillBot {
  background-image: url(../images/line_bot.png);
}
#header #headGraphics table td #lineFillBot img {
  position: absolute;
  top: -10%;
  right: -20px;
  height: 50%;
}
#header.run table td #lineFillTop {
  width: 80%;
}
#header.run table td #lineFillMid {
  width: 60%;
}
#header.run table td #lineFillBot {
  width: 40%;
}
#header h1 {
  text-align: center;
  font-size: 2.5em;
}
#header h2 {
  text-align: center;
  font-size: 1.2em;
}
#header .links {
  position: absolute;
  left: 10%;
  font-size: 0.9em;
  margin-top: 0.4em;
  color: #fff;
  z-index: 100;
}
#header .links a {
  text-decoration: none;
  color: #fff;
  font-family: Alef, Arial, sans-serif;
}

#delekSpecialBtn {
  width: 6em;
  display: inline-block;
  height: 2em;
  background-image: url(../images/btn_delek.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-bottom: -0.4em;
}

#content {
  padding: 1em;
  font-size: 0.9em;
}

#products {
  clear: both;
  position: relative;
}

#products h2 {
  margin-bottom: 0.3em;
}

.product {
  float: right;
  width: 25%;
  box-sizing: border-box;
  /*border: 1em solid #fff;*/
  cursor: pointer;
  margin-bottom: 2em;
}
.product .inner {
  margin: 1em;
}
.product img {
  width: 100%;
  transition: transform 0.2s ease-out;
}
.product img:hover {
  transform: scale(1.05);
}
.product .title {
  font-weight: bold;
  padding-top: 0.6em;
  padding-left: 1em;
  font-size: 1.1em;
}
.product .productDescriptionSpacer {
  height: 0px;
  transition: height 0.5s ease-out;
}
.product .productDescription {
  position: absolute;
  padding: 1em;
  background-color: #00547b;
  border-radius: 0.5em;
  color: #fff;
  margin-top: 1em;
  opacity: 0;
  height: 0px;
  transition: all 0.5s ease-out 0.01s;
  box-sizing: border-box;
  width: 100%;
  right: 0;
  display: none;
}
.product .productDescription ol li {
  margin-right: 2em;
}
.product .productDescription .content {
  height: 6em;
  overflow: auto;
  line-height: 1.4em;
  font-size: 0.8em;
}
.product .productDescription .content a {
  color: #21F3FF;
}
.product .productDescription .closeLink {
  position: absolute;
  left: 1.5em;
  bottom: 0.5em;
  color: #ddd;
  text-decoration: none;
  font-size: 0.8em;
}
.product.descVisible .productDescriptionSpacer {
  height: 8em;
  transition-delay: 0s;
  transition-duration: 0.5s;
}
.product.descVisible .productDescription {
  opacity: 1;
  height: 8em;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
  display: block;
}

#leftCol {
  float: left;
  width: 30%;
  min-height: 200px;
  min-width: 245px;
  margin-right: 2em;
}
#leftCol .item {
  position: relative;
  clear: both;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
  min-height: 4em;
}
#leftCol .item:first-child {
  margin-top: 0px;
}
#leftCol .item .tip {
  position: absolute;
  max-width: 40%;
  top: 1em;
  left: 2em;
  background-color: #f5b000;
  color: #000;
  padding: 0.7em;
  text-align: right;
  font-size: 13px;
}
#leftCol .item .tip::after {
  content: "";
  width: 0px;
  height: 0px;
  border: 0.84em solid rgba(0, 0, 0, 0);
  border-right: 1em solid #F5B000;
  border-left: 0px;
  position: absolute;
  left: -1em;
  top: 50%;
  margin-top: -0.8em;
}
#leftCol .item .tip.right::after {
  left: auto;
  border-right: 0px;
  border-left: 1em solid #F5B000;
  right: -1em;
  top: 50%;
  margin-top: -0.8em;
}
#leftCol .item img {
  margin-left: 1em;
  width: 2em;
}
#leftCol .item.world {
  text-align: center;
}
#leftCol .item.world img {
  margin-left: 0px;
  margin-top: 0px;
  width: 80%;
}
#leftCol .item.credit {
  padding-left: 2.5em;
}
#leftCol .item.credit img {
  margin-top: 1.5em;
  width: 2.5em;
}
#leftCol .item.credit .tip {
  top: 0.5em;
  right: 4em;
}
#leftCol .item.location {
  text-align: right;
  padding-right: 4em;
}
#leftCol .item.location img {
  margin-top: 0.5em;
}
#leftCol .item.location .tip {
  top: 0.5em;
  left: 5em;
}

#delekContainer {
  background-image: url(../images/bg_delek.jpg);
  display: none;
  height: 0%;
}
#delekContainer .topGraphics {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
#delekContainer .topGraphics .keys {
  position: absolute;
  top: -4vh;
  right: -10vh;
  height: 17vh;
}
#delekContainer .topGraphics .plant {
  position: absolute;
  top: 0px;
  height: 30vh;
  left: -10vh;
}
#delekContainer .topGraphics .coffee {
  position: absolute;
  top: 20vh;
  left: 0px;
  width: 39%;
  max-width: 40vh;
}
#delekContainer .mainContainer {
  position: relative;
  z-index: 10;
}
#delekContainer .mainContainer .welcome {
  width: 90%;
  font-family: Alef;
  color: #333;
  position: relative;
  margin: auto;
}
#delekContainer .mainContainer .welcome h1 {
  -webkit-margin-after: -0.1em;
}
#delekContainer .mainContainer .card {
  width: 50%;
  position: relative;
  max-width: 300px;
  margin-right: 0.5em;
  display: block;
  margin-top: 20vh;
}
#delekContainer .highlightBlock {
  width: 82%;
  margin-right: 8%;
  margin-left: 8%;
  border: 1px dashed #ffffff;
  padding: 0.5em;
  border-radius: 0.2em;
}
#delekContainer .highlightBlock .content {
  background-color: #fff;
  color: #333;
}
#delekContainer .highlightBlock .content table {
  width: 100%;
}
#delekContainer .highlightBlock td.icon {
  width: 2.2em;
  height: 3em;
  padding-right: 0.5em;
}
#delekContainer .highlightBlock td.icon img {
  width: 100%;
  margin-top: 0.2em;
}
#delekContainer .highlightBlock td.exp {
  color: #49A1B0;
  font-family: Alef;
  width: 11em;
  line-height: 1.5em;
  text-align: right;
  padding-right: 1em;
  padding-left: 1em;
}
#delekContainer .highlightBlock td.price {
  color: #c20e1a;
  font-family: Alef;
  font-size: 1.6em;
  text-align: center;
}
#delekContainer .highlightBlock td.price span.price {
  font-size: 2em;
  font-weight: bold;
}
#delekContainer .highlightBlock td.price.left {
  color: gray;
  font-size: 2em;
  text-decoration: line-through;
}
#delekContainer .highlightBlock td.left {
  /*width: 16em;*/
}
#delekContainer .sectionBlock {
  width: 90%;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}
#delekContainer .sectionBlock h1 {
  text-align: right;
}
#delekContainer .sectionBlock input {
  width: 40%;
  margin-left: 2%;
}
#delekContainer .sectionBlock button {
  min-width: 10%;
  background-color: #4aa2b1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 2em;
  font-size: 1.25em;
  color: #fff;
  border-radius: 0.3em;
  max-width: 14%;
  overflow: hidden;
}
#delekContainer .sectionBlock .errorElement {
  background-color: #ff8686;
  padding: 1em;
  margin: 1em;
  border-radius: 0.5em;
  color: #eee;
  transition: all 0.5s ease;
}
#delekContainer .sectionBlock .errorElement.hide {
  height: 0px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
}
#delekContainer .sectionBlock .errorElement.success {
  background-color: #05b562;
}
#delekContainer .sectionBlock .userData {
  margin-top: 1em;
  margin-bottom: 1em;
  display: none;
}
#delekContainer .sectionBlock .userData h1 {
  margin-bottom: 0.5em;
  text-align: center;
}
#delekContainer .sectionBlock .userData .highlightBlock {
  width: 90%;
  margin: auto;
}
#delekContainer .sectionBlock .userData .highlightBlock td.price span.price {
  font-size: 1.5em;
}
#delekContainer .sectionBlock .userData .userActions {
  text-align: right;
  padding-top: 1em;
  line-height: 1.5em;
  font-size: 1.3em;
}
#delekContainer .sectionBlock .userData .userActions a {
  text-decoration: none;
  color: #c20e1a;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#footer {
  clear: both;
  padding: 2em;
  background-color: #4aa2b1;
  color: #fff;
  overflow: hidden;
}
#footer #company {
  float: right;
  width: 33%;
  box-sizing: border-box;
  font-family: Alef;
  padding-right: 1em;
  padding-left: 1em;
}
#footer #map {
  float: right;
  width: 33%;
  box-sizing: border-box;
  overflow: hidden;
  height: 20em;
}
#footer #contact {
  float: right;
  width: 33%;
  box-sizing: border-box;
  font-size: 0.7em;
  padding-right: 2em;
  padding-left: 1em;
  font-family: Alef;
}
#footer #contact a.btn-feature {
  height: 2.6em;
  color: #fff;
  min-width: 4em;
  text-align: center;
  margin-top: 0.5em;
  background-color: #444;
  font-size: 1.5em;
  border-width: 0px;
  margin-left: 0px;
  position: relative;
  right: 50%;
  margin-right: -2em;
  box-sizing: border-box;
}
#footer a {
  color: #fff;
}

#contact .warn {
  background-color: rgb(255, 134, 134);
  color: #fff;
}

#contact .warn {
  background-color: rgb(255, 134, 134);
  color: #fff;
}

#contact .warn::-webkit-input-placeholder {
  color: #ddd;
}

#contact .warn:-moz-placeholder {
  /* FF 4-18 */
  color: #ddd;
}

#contact .warn::-moz-placeholder {
  /* FF 19+ */
  color: #ddd;
}

#contact .warn:-ms-input-placeholder {
  /* IE 10+ */
  color: #ddd;
}

#contact .errorElement {
  padding-top: 1em;
  color: rgb(255, 183, 183);
  font-size: 1.1em;
  transition: all 0.5s ease;
  display: block;
  height: 1.5em;
}

#contact .errorElement.hide {
  height: 0px;
  overflow: hidden;
}

@media (max-width: 1000px) {
  #footer #map {
    display: none;
  }
  #footer #company {
    width: 50%;
  }
  #footer #contact {
    width: 50%;
  }
  #delekContainer .highlightBlock {
    font-size: 0.6em;
  }
  #delekContainer .highlightBlock td.left {
    display: none;
  }
  #delekContainer .sectionBlock input {
    width: 90%;
    margin-right: 5%;
  }
  #delekContainer .sectionBlock button {
    min-width: 25%;
    max-width: 25%;
    margin-top: 1em;
  }
}
@media (max-width: 500px) {
  #header #headGraphics {
    float: none;
    width: 100%;
    max-width: none;
  }
  #header #headTitle {
    width: 100%;
    position: relative;
    height: auto;
    margin-top: -1em;
  }
  #header h1 {
    margin-top: 0px;
  }
  #supportLink {
    display: none;
  }
  .product {
    width: 50%;
  }
  .product.secondRow {
    clear: both;
  }
  #leftCol {
    display: none;
  }
  #content {
    font-size: 0.8em;
  }
  #footer #company {
    width: 100%;
    float: none;
  }
  #footer #contact {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}
@media (min-width: 800px) {
  #header h1 {
    font-size: 3.5em;
  }
  #header h2 {
    font-size: 1.9em;
  }
}
@media (min-width: 1000px) {
  #delekContainer .topGraphics .plant {
    left: 5vh;
  }
  #delekContainer .mainContainer .top-section {
    height: 61vh;
  }
  #delekContainer .mainContainer .welcome {
    width: 40%;
    margin: 0px;
    right: 46%;
    position: absolute;
    top: 20vh;
  }
  #delekContainer .mainContainer .card {
    left: 55%;
    width: 40%;
    position: absolute;
    margin: 0;
    top: 20vh;
  }
}
@media (min-width: 1200px) {
  #content {
    font-size: 1.2em;
  }
  #header #headGraphics table td:first-child {
    width: 180px;
  }
}
@media (min-width: 2100px) {
  #delekContainer .topGraphics .plant {
    left: 15vh;
  }
}/*# sourceMappingURL=common.css.map */