/*
 Theme Name:   wup
 Theme URI:    http://webene.co.il/
 Description:  Alife Theme
 Author:       Elad Shoham
 Author URI:   http://webene.co.il/
 Template:     alum
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@import 'https://fonts.googleapis.com/css?family=Bowlby+One';
@import url(../alum/styles/styles.css);
@font-face {
  font-family: 'drugulin';
  src: url('fonts/drugulin/drugulinclm-bold-webfont.eot');
  /* IE9 Compat Modes */
  src: url('fonts/drugulin/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/drugulin/drugulinclm-bold-webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'hadasimclm-bold';
  src: url('fonts/hadasimclm/hadasimclm-bold-webfont.eot');
  /* IE9 Compat Modes */
  src: url('fonts/hadasimclm/hadasimclm-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/hadasimclm/hadasimclm-bold-webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  padding: 1vmax;
  display: flex;
  align-items: center;
}
.mainDice {
  font-size: 5vw !important;
  background-color: #424242;
  color: white;
}
.diceColorChange {
  -webkit-animation: background 2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: background 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes background {
  0% {
    background-color: #f99;
  }
  33% {
    background-color: #9f9;
  }
  67% {
    background-color: #99f;
  }
  100% {
    background-color: #f99;
  }
}
@keyframes background {
  0% {
    background-color: #f99;
  }
  33% {
    background-color: #9f9;
  }
  67% {
    background-color: #99f;
  }
  100% {
    background-color: #f99;
  }
}
nav .navbar-header .logo {
  max-width: 100px;
  min-width: 50px;
}
.section1 {
  min-height: 100vh;
  background-image: url("https://wup.co.il/wp-content/uploads/2016/04/background-boy-aiplane.png");
  background-position: 50% 65%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.section1 #firstAnime {
  max-height: 75%;
  margin-left: 5%;
}
.section1 .nextBtn {
  position: absolute;
  bottom: 5%;
  left: 49%;
}
.section1 .section1H1 {
  font-family: 'aharoni_clm';
  font-weight: bold;
  font-size: 5vh;
  padding: 0 10px;
  line-height: 20%;
}
.section1 .section1P {
  font-size: 2.5vh;
}
.section1 .stop-motion {
  font-size: 3vh;
  font-family: 'stopmotionregular';
}
.section1 .Section12Title {
  margin-top: 3%;
}
.section1 .section1H2 {
  margin-top: 3%;
}
.section1 .center-section-1-text {
  margin: auto;
  width: 65%;
  height: 20px;
}
.section1 .btn-main-section1 {
  font-family: 'aharoni_clm';
  font-weight: bold;
  color: white;
  font-size: 3vh;
  line-height: 50%;
  background-color: #483737;
  padding: 5%;
}
.section1 .martop {
  margin-top: 10%;
  margin-right: 30%;
}
.section2 {
  padding-top: 1%;
}
.section2 .list-group-item {
  background-color: transparent;
  border: 0;
  text-align: center;
  font-size: 2vh;
  font-family: 'hadasim_clm';
}
.section2 h1 {
  text-align: center;
  font-family: 'hadasim_clm';
  font-weight: bold;
  font-size: 3vh;
}
.section2 .section2h1 {
  font-family: aharoni_clm;
  font-size: 3vh;
  margin-top: 5%;
}
.section2 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section2 .section-description {
  font-size: 2.1vh;
  padding: 5%;
}
.section2#section2 {
  padding-left: 5%;
  padding-right: 5%;
}
.section3 {
  padding: 5%;
}
.section3 .we-are {
  /* Rotate div */
  position: absolute;
  top: 200px;
  right: -150px;
  font-size: 150px;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
  /* Standard syntax */
  white-space: nowrap;
}
.center {
  float: none;
  margin: 0 auto;
}
.container-fluid {
  padding: 0;
}
body {
  direction: ltr;
  unicode-bidi: embed;
  font-family: 'alef';
  overflow-x: hidden;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.header {
  top: auto;
}
.navbar-inverse {
  -webkit-transition: background 2s ease-in-out;
  -moz-transition: background 2s ease-in-out;
  -ms-transition: background 2s ease-in-out;
  -o-transition: background 2s ease-in-out;
  transition: background 2s ease-in-out;
}
.navbar-inverse .logo {
  -webkit-transition: background 2s ease-in-out;
  -moz-transition: background 2s ease-in-out;
  -ms-transition: background 2s ease-in-out;
  -o-transition: background 2s ease-in-out;
  transition: background 2s ease-in-out;
  max-width: 60px;
}
.navbar-inverse:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.main-form {
  background-color: rgba(90, 90, 88, 0.7);
  padding: 1%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
}
.toFlip {
  max-width: 50% !important;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
}
#chevron,
#chevron2 {
  display: block;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
  background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
  background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
  background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
  color: #a7a7a7;
  margin: 36px;
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
  margin-left: auto;
  margin-right: 50%;
  left: 0;
  right: 0;
}
.chevron {
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 1s;
}
.chevron-a {
  -webkit-animation-duration: 7s;
  -webkit-animation-delay: 3s;
  -webkit-animation-iteration-count: infinite;
}
.form-control {
  background-color: #fff;
}
.thumbnail-image {
  max-width: 50px;
  height: auto;
}
.services-h1 {
  font-family: 'hadasimclm-bold';
  font-size: 35px;
  margin-top: 5%;
  border: 1px solid #eee;
  border-left-color: #1b809e;
  border-left-width: 5px;
  border-radius: 3px;
  padding: 1%;
}
h1.elegantshadow {
  font-family: "Alef", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 50px;
  padding: 5% 5%;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  color: #131313;
  letter-spacing: .15em;
  text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -5px 10px 1px #7f7d7d, -6px 12px 1px #828181, -7px 14px 1px #868585, -8px 16px 1px #8b8a89, -9px 18px 1px #8f8e8d, -10px 20px 1px #949392, -11px 22px 1px #999897, -12px 24px 1px #9e9c9c, -13px 26px 1px #a3a1a1, -14px 28px 1px #a8a6a6, -15px 30px 1px #adabab, -16px 32px 1px #b2b1b0, -17px 34px 1px #b7b6b5, -18px 36px 1px #bcbbba, -19px 38px 1px #c1bfbf, -20px 40px 1px #c6c4c4, -21px 42px 1px #cbc9c8, -22px 44px 1px #cfcdcd, -23px 46px 1px #d4d2d1, -24px 48px 1px #d8d6d5, -25px 50px 1px #dbdad9, -26px 52px 1px #dfdddc, -27px 54px 1px #e2e0df, -28px 56px 1px #e4e3e2;
}
h1.deepshadow {
  color: #e0dfdc;
  letter-spacing: .1em;
  text-shadow: 0 -1px 0 #ffffff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}
h1.insetshadow {
  color: #202020;
  letter-spacing: .1em;
  text-shadow: -1px -1px 1px #111111, 2px 2px 1px #363636;
}
h1.retroshadow {
  margin-top: 5%;
  margin-bottom: 5%;
  font-size: 50px;
  color: #2c2c2c;
  letter-spacing: .05em;
  text-shadow: 4px 4px 0px #d5d5d5, 7px 7px 0px rgba(0, 0, 0, 0.2);
}
.services1 {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
}
.services2 {
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
}
.services3 {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.9s;
  -webkit-animation-iteration-count: 1;
}
.services4 {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 1.3s;
  -webkit-animation-iteration-count: 1;
}
.main-text-center {
  padding-top: 5%;
}
.mainJ {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1%;
  max-width: 50%;
  margin-left: auto;
  margin-right: 10%;
  left: 0;
  right: 0;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
}
.mainJ > h1 {
  font-family: 'drugulin' !important;
  font-size: 50px !important;
}
.marbtm {
  margin-bottom: 5%;
}
.martop3 {
  margin-top: 20%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1%;
  max-width: 60%;
  margin-left: auto;
  margin-right: 10%;
  left: 0;
  right: 0;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
}
.charatization-icon {
  background-color: #f34235;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.development-icon {
  background-color: #00bbd3;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.launch-icon {
  background-color: #8ac249;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.fillRow {
  min-height: 100%;
}
.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn-main {
  background-color: #483e37;
  border-color: #483e37;
  border-radius: 5px;
}
.serviceImg {
  background-color: #dcd1b5;
}
.service .sdetails {
  padding-left: 0px;
}
.loop-main {
  -webkit-border-radius: 1px 0 3px 0;
  border-radius: 1px 0 3px 0;
}
#footer #footer-main {
  text-align: right;
}
.media-body-home {
  padding-right: 5%;
}
/*
fancy lines in section 1
*/
.fancy {
  line-height: 0.1;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #483737;
  border-top: 1px solid #483737;
  top: 0;
  width: 60%;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
/*
*/
.logo {
  margin-top: 5%;
  max-width: 150px;
}
.scrollme {
  top: 10%;
  background-color: transparent;
  border-color: transparent;
}
.isVisable {
  visibility: hidden;
}
div.col-sm-9 div {
  height: 250px;
  font-size: 28px;
}
.fill {
  min-height: 100%;
  height: auto !important;
}
.attachment-rocket {
  z-index: -1;
}
section {
  min-height: 85%;
}
.mobile-h1 {
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 50px;
}
.media-heading {
  font-family: 'drugulin_clm';
  font-size: xx-large;
}
.media-body {
  font-family: 'drugulin_clm';
  font-size: x-large;
}
#section4 {
  /* fallback */
  background-color: #ffaa01;
  background-position: center center;
  background-repeat: no-repeat;
}
.small-image {
  max-height: 200px;
  width: auto;
  margin: 0 auto;
}
#section42 {
  height: 100%;
  color: #fff;
  background-color: #009688;
}
@media screen and (max-width: 810px) {
  .mobile-size {
    display: inherit;
  }
  .web-size {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .section1H1 {
    line-height: 1.5;
  }
  #section1 {
    margin-top: 18%;
  }
}
@media screen and (min-width: 810px) {
  .mobile-size {
    display: none;
  }
  .web-size {
    display: inherit;
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.fly-me {
  z-index: 0;
  animation: rotateIt 10s infinite linear;
}
@keyframes rotateIt {
  from {
    transform: translate(-150px) rotate(0deg);
  }
  to {
    transform: translate(-150px) rotate(-360deg);
  }
}
.banner {
  position: relative;
  z-index: 1;
  margin: 80px auto;
  width: 330px;
}
.banner .line {
  margin: 0 0 10px;
  width: 100%;
  height: 78px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 78px;
  transform: skew(0, -15deg);
}
.banner .line:after,
.banner .line:first-child:before {
  position: absolute;
  top: 44px;
  left: 0;
  z-index: -1;
  display: block;
  width: 330px;
  height: 78px;
  border-radius: 4px;
  background: rgba(180, 180, 180, 0.8);
  content: '';
  transform: skew(0, 15deg);
}
.banner .line:first-child:before {
  top: -10px;
  right: 0;
  left: auto;
}
.banner .line:first-child:before,
.banner .line:last-child:after {
  width: 0;
  height: 0;
  border-width: 38px;
  border-style: solid;
  border-color: rgba(180, 180, 180, 0.8) rgba(180, 180, 180, 0.8) transparent transparent;
  background: transparent;
}
.banner .line:last-child:after {
  top: 12px;
  border-color: transparent transparent rgba(180, 180, 180, 0.8) rgba(180, 180, 180, 0.8);
}
.banner span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  color: #666;
  text-shadow: 1px 1px 0 #444;
}
.box-img {
  font-size: 40px;
  color: white;
}
.img-half {
  max-width: 50%;
}
.step {
  background: #00bcd4;
  background-size: 90%;
  width: 20%;
  height: 100%;
  float: left;
}
.step1 {
  background: #f34235 url("http://wup.co.il/wp-content/uploads/2015/12/מחקר.png") no-repeat center;
  background-size: 90%;
}
.step2 {
  background: #9b26af url("http://wup.co.il/wp-content/uploads/2015/12/ניתוח-ואפיון-wup.png") no-repeat center;
  background-size: 90%;
}
.step3 {
  background: #00bbd3 url("http://wup.co.il/wp-content/uploads/2015/12/פיתוח-wup.png") no-repeat center;
  background-size: 90%;
}
.step4 {
  background: #8ac249 url("http://wup.co.il/wp-content/uploads/2015/12/השקה-wup.png") no-repeat center;
  background-size: 90%;
}
.step1-text h4 {
  text-align: center;
}
.step1-text {
  width: 60%;
  float: left;
  margin-top: 15%;
  text-align: right;
  margin-left: 5%;
}
.steps-row {
  min-height: 200px;
}
.box-side {
  background: url("http://wup.co.il/wp-content/uploads/2015/12/white-background.png") no-repeat center;
  background-size: contain;
  width: 20%;
  position: relative;
  float: left;
  left: -10%;
}
.box-side p {
  background-color: white;
  font-size: 200px;
  position: relative;
  top: -50%;
  left: 20%;
}
.box-1 {
  background-color: #fe706f;
  min-height: 200px;
  color: white;
  border: 3px solid white;
}
.lableA {
  position: absolute;
  height: 160px;
  font-size: 100px;
  text-align: right;
  top: 10%;
  color: #333333;
}
.lableA p {
  padding-right: 25%;
  position: relative;
  top: -120%;
  left: 43%;
}
.lableA > i {
  /* position: absolute; */
  display: inline-block;
  width: 0;
  height: 160px;
  line-height: 0;
  border: 80px solid #FBFBFB;
  border-left: 80px solid transparent;
  left: 0px;
  margin-top: 2%;
}
.box-step {
  background: #fe706f url("http://wup.co.il/wp-content/uploads/2015/12/מחקר.png") no-repeat center;
  background-size: 70%;
  position: absolute;
  left: -6%;
  top: 15%;
  max-width: 50%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  border: 8px solid white;
}
.inner-step {
  max-width: 50%;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 20%;
}
.insetsection3lH1 {
  color: #A8CD37;
  letter-spacing: .1em;
  text-shadow: -1px -1px 1px #F0FAFD, 2px 2px 1px #14607B;
  text-align: center;
  font-size: 50px;
}
.steps-row-large {
  margin-top: 2%;
}
.steps-row-large > .box-step {
  background: #fe706f url("http://wup.co.il/wp-content/uploads/2015/12/מחקר.png") no-repeat center;
}
.steps-row-large2 {
  background-color: #fec006;
}
.steps-row-large2 > .box-step {
  background: #fec006 url("http://wup.co.il/wp-content/uploads/2015/12/פיתוח-wup.png") no-repeat center;
  background-size: 70%;
}
.steps-row-large3 {
  background-color: #363f45;
}
.steps-row-large3 > .box-step {
  background: #363f45 url("http://wup.co.il/wp-content/uploads/2015/12/פיתוח-wup.png") no-repeat center;
  background-size: 70%;
}
.steps-row-large4 {
  background-color: #4bae4f;
}
.steps-row-large4 > .box-step {
  background: #4bae4f url("http://wup.co.il/wp-content/uploads/2015/12/השקה-wup.png") no-repeat center;
  background-size: 60%;
}
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 60px;
}
#quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
#quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.4s ease-in;
  vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
  width: 128px;
  height: 128px;
  opacity: 1;
  transition: all .2s;
}
.item blockquote {
  border-left: none;
  margin: 0;
}
.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
}
.contact-us {
  z-index: 100000;
  float: left;
  position: fixed;
  bottom: 20%;
  right: 0;
  -webkit-animation-delay: 3s;
  /* Chrome, Safari, Opera */
  animation-delay: 3s;
}
blockquote small {
  color: black;
}
.app-overlay-text {
  position: absolute;
  top: 16%;
  left: 37%;
}
.app-overlay-text h2 {
  font-size: 5vmax;
  color: white;
  text-shadow: 3px 3px 12px #000000;
}
.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aligner-item {
  max-width: 50%;
}
.aligner-item--top {
  align-self: flex-start;
}
.aligner-item--bottom {
  align-self: flex-end;
}
/*# sourceMappingURL=style.css.map */