/* this is a custom css stylesheet */





/* ===============================================
   G E N E R A L
   =============================================== */

   .ui-tooltip{
  background-color: #d38f00;
  color: #000;
  font-size: 14px;
}

body {background-image: url(../img/bg-home.jpg); background-repeat: no-repeat;
background-attachment: fixed; 
background-size: cover;
background-color: #dfc48f;
color: #fff}

body.other {background-image: url(../img/bg.jpg); background-repeat: no-repeat;
background-attachment: fixed; 
background-size: cover;
background-color: #dfc48f;}


p.footer {
  color: #a19693;
  font-family: arial;
  font-size: 12px;
}

p.footer-head {
  color: #a19693;
  font-family: arial;
  font-size: 16px;
}

a.footer {
  color: #a19693;
  font-family: arial;
  font-size: 12px;
}

a.footer:hover {
  text-decoration: underline;
}

p.small {
  font-style: italic;
  font-size: 9pt;
  font-style: "Open Sans";
  font-weight: 300;
  text-align: center;

}




.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.7;
      }

      .center {
        text-align: center;
      }

         .bullets {
        text-align: left;
        margin: 0 30%;
        width: 400px;

      }

.welcome {
    height:100vh;
}

.explore {
    height:100vh;
}

img.float-right {
  float: right;
  padding-top:80px;
}


      .fit {
  max-width: 95%;
  height: 80vh;

}

.scroll-down{
position:absolute;
right: 0;
  margin-top: 70vh;
  margin-right: 9%;
 
}

.scroll-down2{
position:absolute;
right: 0;
margin-top: -60px;
  margin-right: 9%;
 
}

img.menorah {

    width: 95%;

}


.line {
  border-bottom: 1px solid #431f00;
}

.headings {
 border-bottom: 1px solid #fca138;
 background-color: #df8217;
 text-align: center;
 padding: 5px 5px;

}

.scripture {
   border-bottom: 1px dashed #fca138;
 text-align: left;
 padding: 10px 10px;
}

.small-gutter {
 padding-left: 5px !important;
  padding-right: 5px !important;
}

.title {
  height: 60px;
}

.instruction {
  margin: 20px 0 10px 0;


}

.ins-text {
float: left;
  font-weight: 700;
  width: 100%;
}

img.green-arrow {
float: left;
padding-right: 10px;

}

img.red-arrow {
float: left;
padding-right: 20px;
}



img.border {

    border: solid 1px #fff;

}

img.border-red {
  border: 2px solid red !important;
}

img.menorah-info {
    display: block;
    margin: auto;
    width: 90%;
}


.margin-top-30 {
  margin-top: 30px;
}


/* T E X T */


h1 {font-family: 'Crimson Text', serif; font-size: 64px; color: #d38f00; letter-spacing: 2px; font-weight: 700; text-align: center;}
h2 {font-family: 'Open Sans', serif; font-size: 20px; color: #fff; letter-spacing: 2px; font-weight: 600; text-align: center;}
h3 {font-family: 'Open Sans'; color: #fff; font-size: 14px; font-weight: 200; line-height: 180%; letter-spacing: 1px; text-align: center;}
h5 {font-family: 'Crimson Text', serif; font-size: 32px; color: #d38f00; font-weight: 600; text-align: left; margin-top: 10px; text-align: center;}
h4 {font-family: 'Crimson Text', serif; font-size: 22px; color: #d38f00; font-weight: 400; text-align: center;}
p {font-family: 'Open Sans'; color: #fff; font-size: 14px; font-weight: 200; line-height: 180%; letter-spacing: 1px; text-align: center;}



/* T A B S */

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #dc0303;
  border-color: #428bca;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #dc0303;
  color: #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #dc0303;
    border: 1px solid #dc0303;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dc0303;
}



.nav-tabs > li > a:hover {
  border-color: #dc0303 #dc0303 #dc0303;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #b80303;
  border: 1px solid #dc0303;
  border-bottom-color: transparent;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

a {
    color: #f60000;
    text-decoration: none;
}

/* B U T T O N S */

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fcedcf;
  border: 1px solid #c39b46;
  border-radius: 15px;
  color: #431f00;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fefaf2;
   color: #431f00;
}

.btn-default {
  padding: 5px 14px;
  background-color: #fcedcf;
  border: 1px solid #c39b46;
  border-radius: 15px;
  color: #431f00;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
 background-color: #fefaf2;
   color: #431f00;
}

/* H O M E  */


img.border {
  border: #fff solid 2px;
}

@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

.center {

   margin: auto;

}

.center2 {

   margin: auto;
    width: 50%;
    padding: 10px;
}

.center-full {

   margin: auto;
    width: 100%;
    padding: 0px;
}


/* 14% = 100% (full-width row) divided by 7 */

img{
  max-width: 100%;
}

.home-head {
  padding-top: 50px;
}

.home-text-area {
  padding-top:140px;
}

.home-text-area2 {
  padding-top:100px;
}


      /* B U T T O N S */

    

/* SPACING STYLES */

.top-space {
  margin-top: 40px;
}


@media (max-width: 768px) {
  .top-space {
   margin-top: 10px;
  }}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-60 {
  margin-bottom: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}
.padding-top-15 {
  padding-top: 15px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-50 {
  padding-top: 50px;
}

.margin-top-30 {
  margin-top: 30px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.margin-bottom-2 {
 margin-bottom: 2px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

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

.padding-top-2 {
  padding-top: 2px;
}

.no-gutter {padding-left: 0px !important;
padding-right: 0px !important; }



/* C O L L E C T I O N S */

.collection-caption {
    position:absolute;
    margin-top: 30%;
    top:0;
    right:0;
    width:100%;
    height:100%;
    text-align:center;
    color:#0f1f2d !important;
    font-family: 'Cardo';
    font-size: 30px;
    z-index:2;
}




.collection-btn {
  position: absolute;
 margin-top: 50%;
    top:0;
    right:0;
    width:100%;
    height:100%;
    text-align:center;
    z-index:2;
    padding: 0 50px 0 50px;
}



.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.7;
      }

.col-img {
  margin-bottom: 25px;
}


.footer-area {
text-align: center;
color: #fff;
  background-color: #201008;
  margin-top: 100px;
  padding-top:20px;
  padding-bottom: 40px;

}
.footer-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-contacts{
text-align: right;

}

   @media (max-width: 992px) {
      .footer-contacts {
        text-align: center !important;
        margin-top: 20px;
    }
      }


