@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(../fonts/carmela/style.css);
html,
body {
  height: 100%;
}
body {
  background-color: #FFF;
  font-family: 'Quicksand', Arial, sans-serif;
  /*font-family: 'Noto Sans Hebrew', Arial, serif;*/
  /*font-family: 'Open Sans Hebrew', Arial, serif;*/
}
p {
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Noto Sans Hebrew', serif;*/
  font-weight: bold;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.noselect,
.noselect:active,
.noselect:focus {
  outline: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.skrollr-desktop body {
  height: 100% !important;
}
#skrollr-body {
  height: 100%;
  overflow: visible;
  position: relative;
}
.navbar-inverse {
  margin-bottom: 0px;
  background-image: linear-gradient(to bottom, #303030 0%, #202020 100%);
  border-radius: 0px;
}
.navbar-inverse a.navbar-brand {
  transition: color 0.3s ease-in-out;
  color: #fff;
  font-weight: bold;
}
.navbar-inverse a.navbar-brand:hover {
  color: #888888;
}
.navbar-inverse ul.nav a {
  overflow: hidden;
  padding: 0px 15px;
  margin-top: 10px;
  line-height: 28px;
}
.navbar-inverse ul.nav a span {
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  color: #fff;
  white-space: nowrap;
}
.navbar-inverse ul.nav a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: bold;
  white-space: nowrap;
  transform: translate3d(0, 0, 0);
}
.navbar-inverse ul.nav a:hover span,
.navbar-inverse ul.nav a:focus span {
  transform: translateY(-100%);
  color: #888888;
}
div.boxArea {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
div.boxArea h2.sectionHeadline {
  font-weight: bold;
}
div.boxArea h2.sectionHeadline span:first-child {
  background-color: #888888;
  padding: 3px;
}
div.boxArea h2.sectionHeadline span:last-child {
  color: #888888;
  background-color: #333333;
  padding: 3px;
}
div.boxArea div.sectionHeadline {
  text-align: center;
}
div.boxArea div.sectionHeadline img {
  max-width: 100%;
  height: auto;
}
div.classicFenceBg {
  background: #888888 url(../images/thin_fence_bg.png) repeat left top;
}
div.classicFenceBg .container h2:first-child {
  line-height: normal;
  margin-top: 0;
}
div.nightBG {
  background: #888888 url(../images/bg-black-night.jpg) repeat left top;
}
#header,
#socialButtons {
  height: 50%;
  background: #ffffff url(../images/cover-space.jpg) no-repeat center center;
  background-size: cover;
}
#header img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#aboutText {
  background: #888888 url(../images/text-light-bg.jpg) no-repeat center center;
  background-size: cover;
}
#aboutText img {
  max-width: 100%;
}
#loginSignup {
  height: 250px;
  min-height: 50%;
  background: #888888 url(../images/zebraic-bg.jpg) no-repeat center center;
  background-size: cover;
}
#loginSignup .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #loginSignup .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#loginSignup form#loginForm {
  background-color: #333333;
  padding: 20px;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
#loginSignup form#loginForm button {
  font-weight: bold;
}
#loginSignup .eventDetails {
  color: white;
}
#loginSignup .eventDetails a.coverA {
  margin: 20px auto 5px auto;
}
#loginSignup .eventDetails a.coverA img {
  width: 100%;
}
#loginSignup .eventDetails h2,
#loginSignup .eventDetails p {
  margin: 5px;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
#loginSignup .eventDetails .row > div {
  padding-bottom: 15px;
}
#loginSignup .eventDetails .row > div .btn {
  width: 100%;
  font-weight: bold;
}
#loginSignup .eventDetails .row > div .btn.btn-dark {
  padding: 8px 12px;
  background-image: linear-gradient(to bottom, #444444 0px, #111111 100%);
  background-repeat: repeat-x;
  border-color: #404040;
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.1);
  color: white;
  text-shadow: 0 1px 0 #000;
}
#loginSignup .eventDetails .row > div .btn.btn-dark:hover {
  background-color: #444;
  background-position: 0 6px;
}
#loginSignup .eventDetails .row > div .btn.btn-dark:active {
  padding: 10px 11px 6px 13px;
}
#loginSignup div.facebook_input span.how-to-facebook {
  padding: 0;
  border: 0;
}
#loginSignup div.facebook_input span.how-to-facebook button {
  box-shadow: 0 0 9px 2px inset #90D0FF;
}
#socialButtons {
  background-image: url(../images/party-bg.jpg);
}
@media (max-width: 767px) {
  #socialButtons {
    height: 100%;
  }
}
#socialButtons .container {
  height: 100%;
  position: relative;
}
#socialButtons .container h2 {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#socialButtons .container h2 font {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 3px;
}
#socialButtons .container .row {
  /*position: relative;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);*/
}
#socialButtons .container .row a {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 200px;
  height: 214px;
  margin: 0px auto;
  text-align: center;
  color: white;
  font-size: 28px;
}
@media (max-width: 991px) and (min-width: 768px) {
  #socialButtons .container .row a {
    width: 140px;
    height: 152px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #socialButtons .container .row a {
    width: 120px;
    height: 130px;
    font-size: 20px;
  }
}
#socialButtons .container .row a img {
  max-width: 100%;
  max-height: 93%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  overflow: hidden;
}
#socialButtons .container .row a span {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#socialButtons .container .row a:hover {
  text-decoration: none;
  /*img {
						-webkit-transform:rotate(360deg);
						-moz-transform:rotate(360deg);
						-o-transform:rotate(360deg);
					}*/
}
@media (max-width: 1199px) {
  body #header {
    padding-left: 30px;
    padding-right: 30px;
  }
  body #loginSignup {
    background-image: url(../images/bg-black-night.jpg);
  }
  body #loginSignup .row {
    margin-left: 0;
    margin-right: 0;
  }
  body #socialButtons {
    background-image: url(../images/bg-social-mobile.jpg);
  }
  body #socialButtons .container .row > div {
    margin-bottom: 120px;
  }
}
@media (max-width: 991px) {
  body {
    /*#header {
			background-image: url(../images/new-years/cover_monosite_mobile.jpg);
		}*/
  }
}
#imageModal img {
  max-width: 100%;
}
#howToModal div.modal-body {
  font-weight: bold;
}
#howToModal div.modal-body > img {
  width: 100%;
}
