@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Simonetta:400,700,900');
*{
	font-family: 'Noto Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Simonetta', serif;
	font-weight: 400;
}
h3, h4, h5, h6{
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
.sub-inner h1{
	font-family: 'Simonetta', cursive;
    font-size: 39px;
    font-weight: 300;
    line-height: 1;
    color: #000000;
    margin: 0 0 30px 0;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b{
	font-family: 'Simonetta', serif;
	font-weight: 700;
}
body{
    /*background-color: #F3F3F3;*/
}
#logo{
	height: 60px;
}
.hero-section {
  height: 100%;
  background: #FFFFFF;
  padding: 150px 0 30px 0;
  position: relative;
}
.hero-content {
  padding: 20px 0 0 0;
  overflow: hidden;
}
.hero-content h1 {
  font-size: 34px;
  color: #262626;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}
p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 25px 0;
}
.hero-content p {
  color: #A1A1A1;
  line-height: 1.5;
}
.hero-section > figure {
  animation: imageAnimation 21s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}
.hero-section > figure:nth-child(1) {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.95)), url(/images/us-embassy.jpg) no-repeat center center;
  background-size: cover;
}
.hero-section > figure:nth-child(2) {
  animation-delay: 14s;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.95)), url(/images/both-flags.jpg) no-repeat center center;
  background-size: cover;
}
.hero-section > figure:nth-child(3) {
  animation-delay: 7s;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.95)), url(/images/Jerusalem.jpg) no-repeat center center;
  background-size: cover;
}
@keyframes imageAnimation {
  0% {
    opacity: 0
  }
  13% {
    opacity: 1
  }
  30% {
    opacity: 1
  }
  43% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
.btn-action {
  font-family: 'Noto Sans', sans-serif;
  background-color: #565656;
  border: 1px solid #565656;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
  padding: 15px 26px;
  text-transform: uppercase;
  outline: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.btn-action:hover, .btn-action:focus, .btn-action:active, .btn-action:active:focus {
  background: transparent;
  outline: none;
  color: #565656;
  background: transparent;
  border-color: #565656;
}
.product .btn-action {
  background-color: #82714a;
  border: 1px solid #92714A;
  color: #ffffff;
}
.product .btn-action:hover, .product  .btn-action:focus {
  background: #92714A;
  color: #FFFFFF;
  border-color: #82714A;
}
.countdown{
	padding-top: 50px;
	padding-bottom: 150px;
	text-align: center;
    background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.8), rgba(52, 31, 151, 0.95)), url('/images/us-embassy.jpg') center center no-repeat;
    background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.8), rgba(52, 31, 151, 0.95)), url('/images/us-embassy.jpg') center center no-repeat;
    background: linear-gradient(to right, rgba(72, 52, 212, 0.8), rgba(52, 31, 151, 0.95)), url('/images/us-embassy.jpg') center center no-repeat;
	background-size: cover;
	margin-bottom: -7%;
}
.countdown h2{
	margin: 30px 0;
	font-size: 40px;
}
.countdown h2 span{
	font-weight: lighter;
}
.countdown h3{
	margin: 50px 0;
}
.price{
	font-size: 40px;
	font-weight: 100;
  color: #d0262b;
}
#clock{
	margin: 20px 0 30px;
}
#clock>span {
    font-size: 60px;
    display: inline-block;
    line-height: 1.4;
    border-right: 1px solid #aaa;
    padding: 0 10px;
    font-family: 'Simonetta', serif;
}
#clock>span:last-child{
	border-right: 0;
}
#clock span.cd-label {
	font-size: 15px;
	display: block;
	line-height: 1;
	margin-top: -16px;
}
.embassy-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background-image: -webkit-linear-gradient(right, #d32121 0%, #5072fe 51%, #d32121 100%);
    background-image: linear-gradient(to right, #d32121 0%, #5072fe 51%, #d32121 100%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.embassy-btn:hover {
    background-position: right center;
    color: #fff;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.edge--bottom {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon( 100% 90%, 100% 0%, 0 0, 0 100%);
          clip-path: polygon( 100% 90%, 100% 0%, 0 0, 0 100%);
}
.edge--bottom--reverse {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon( 100% 100%, 100% 0%, 0% 0%, 0% 90%);
          clip-path: polygon( 100% 100%, 100% 0%, 0% 0%, 0% 90%);
}
.edge--top {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon( 100% 100%, 100% 13%, 0% 0%, 0% 100%);
          clip-path: polygon( 100% 100%, 100% 13%, 0% 0%, 0% 100%);
}
.edge--top--reverse {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon( 100% 100%, 100% 0%, 0% 18%, 0% 100%);
          clip-path: polygon( 100% 100%, 100% 0%, 0% 18%, 0% 100%);
          padding-top: 150px!important;
}
.edge--both {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 13%, 100% 87%, 0 100%);
          clip-path: polygon(0 0, 100% 13%, 100% 87%, 0 100%);
}
.edge--both--reverse {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0 13%, 100% 0, 100% 100%, 0% 87%);
          clip-path: polygon(0 13%, 100% 0, 100% 100%, 0% 87%);
}
.edge--both--reverse.-presidents {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 91%);
          clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 91%);
}
.-berry {
    background: -webkit-linear-gradient(right, rgba(255, 243, 246, 0.8), rgba(255, 255, 255, 0.97)), url(/images/us-flag.jpg) center center no-repeat;
    background: -webkit-linear-gradient(right, rgba(255, 243, 246, 0.8), rgba(255, 255, 255, 0.97)), url(/images/us-flag.jpg) center center no-repeat;
    background: linear-gradient(to right, rgba(255, 243, 246, 0.8), rgba(255, 255, 255, 0.97)), url(/images/us-flag.jpg) center center no-repeat;
    background-size: cover;
}

.-blue {
    background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0.6), rgba(230, 244, 251, 0.97)), url('/images/israel-flag.jpg') center 20% no-repeat;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.6), rgba(230, 244, 251, 0.97)), url('/images/israel-flag.jpg') center 20% no-repeat;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.6), rgba(230, 244, 251, 0.97)), url(/images/israel-flag.jpg) center 20% no-repeat;
    background-size: cover;
}

.-orange {
  background: rgba(222, 102, 40, 0.8)
    background: -webkit-linear-gradient(to right, rgba(249, 248, 255, 0.5), rgba(255, 246, 246, 0.97)), url('/images/us-embassy-2.jpg') center center no-repeat;
    background: -webkit-linear-gradient(right, rgba(249, 248, 255, 0.5), rgba(255, 246, 246, 0.97)), url('/images/us-embassy-2.jpg') center center no-repeat;
    background: linear-gradient(to right, rgba(249, 248, 255, 0.5), rgba(255, 246, 246, 0.97)), url(/images/us-embassy-2.jpg) center center no-repeat;
    background-size: cover;
}

.-items {
  background: #fff;
    background: -webkit-linear-gradient(to left, rgba(249, 248, 255, 0.8), rgba(255, 246, 246, 0.97)), url('/images/both-flags-2.jpg') center center no-repeat;
    background: -webkit-linear-gradient(left, rgba(249, 248, 255, 0.8), rgba(255, 246, 246, 0.97)), url('/images/both-flags-2.jpg') center center no-repeat;
    background: linear-gradient(to left, rgba(249, 248, 255, 0.8), rgba(255, 246, 246, 0.97)), url(/images/both-flags-2.jpg) center center no-repeat;
    background-size: cover;
}

.-presidents {
  background: url('/images/presidents.jpg');
  min-height: 360px;
  background-size: cover;
  background-position: center center;
}

.block {
  /*color: #fff;*/
  font-family: 'Fira Sans', sans-serif;
  margin: 0 0 -3%;
  padding: 5% 20px;
  text-align: center;
}
.block-presidents{
	background: #fff;
	color: #000;
	padding-bottom: 7%;
}
.footer {
  background-color: #F3F3F3;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 20px;
  /*margin-top: 7%;*/
  font-weight: 100;
}
.footer img {
  margin-bottom: 20px;
}
.footer-menu ul {
  list-style-type: none;
}
.footer-menu li {
  display: inline;
  line-height: 2;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  padding-right: 15px;
  text-transform: capitalize;
}
.footer-menu li a {
  color: #707570;
  text-decoration: none;
}
.footer p {
  font-size: 16px;
  font-weight: 100;
  color: #A1A1A1;
  line-height: 1.3;
  margin: 10px 0 10px 0;
}
.footer-text p {
  color: #565656;
  margin-top: 10px;
}
.copyright-text{
	margin-top: 36px;
}

@media (min-width: 767px) and (max-width: 980px){
	.block {
	    margin: 0 0 -9%;
	    padding: 7% 20px;
	}
}
@media (max-width: 767px){
  .hero-section{
    padding-top: 70px;
  }
  .hero-content{
    padding: 0;
  }
  .hero-content h3{
    margin-top: 0;
  }
  .edge--bottom {
    -webkit-clip-path: polygon( 100% 88%, 100% 0%, 0 0, 0 100%);
    clip-path: polygon( 100% 88%, 100% 0%, 0 0, 0 100%);
  }
  .edge--top--reverse {
    -webkit-clip-path: polygon( 100% 100%, 100% 0%, 0% 17%, 0% 100%);
    clip-path: polygon( 100% 100%, 100% 0%, 0% 17%, 0% 100%);
  }
	.countdown{
		margin-bottom: -27%;
	}
	.footer{
		margin-top: 18%;
	}
	.block {
	    margin: 0 0 -25%;
	    padding: 25% 20px;
	}
	#clock>span {
	    font-size: 45px;
	    width: 80px;
	    height: 80px;
	}
	#clock span.cd-label {
		font-size: 12px;
		margin-top: -13px;
	}
	.-presidents{
		height: 380px;
	}
}
@media (max-width: 980px){
}
.mb0{
  margin-bottom: 0;
}
.mb10{
  margin-bottom: 10px;
}
.mb20{
  margin-bottom: 20px;
}
.mb30{
  margin-bottom: 30px;
}
.mt0{
  margin-top: 0;
}
.mt10{
  margin-top: 10px;
}
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}
.mt40{
  margin-top: 40px;
}
.bg-dark .nav-link{
  color: #fff;
}
.crossed {
    text-decoration: line-through;
    display: inline-block;
    font-size: 0.8em;
    color: #000;
}
.credit {
  position: absolute;
  bottom: 0;
  left: 30px;
  font-size: 10px;
  color: #fff;
}