/* ==========================================================================
   Global Styles
   ========================================================================== */
   
  #count-down-area {
  background: #FF6A00;
  padding-top: 50px;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  
}

.sukkot-yes-date {
    background: #FFF;
    width: 250px;
    margin: 0 auto;
}

.sukkot-yes-schedule {
    width: 100%;
    height: 700px;
}

  #campfire {
  background: #000;
  padding: 15px;
  width: 100%;
  height: 250px;
  text-align: center;
  vertical-align: middle;
}
   
   .dropdown-menu li {
    background: #C0C0C0;
}

.dropdown-menu li:hover {
    background: #007F7F;
}

.dropdown-menu li { text-align: center; 
}

.dropdown-menu li > a:link {
    text-decoration: #007F7F;
}

/* Changes the color of link text <a> after navbar has collapsed for small screen or mobile mode */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:visited {
    color: #007F7F; 
}

.btn, .navbar-nav a, .form-control, .list-inline, small, #passions {
  font-family: 'Montserrat', sans-serif;
}

p, .lead {
	font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 24px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #FFF;
  font-weight: 700;
}

h2 {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #FFF;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FF6A00;
  font-weight: 700;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #007F7F !important;
}

.top-arrow-link
{
     margin: 0 auto;
     padding-top: 9px;
     font-family: Verdana;
     color: #FFF;
     font-size:32px;
     font-weight: bold; 
}

.next-link
{
     margin: 0 auto;
     width: 100px;
     font-family: Verdana;
     color: #007F7F;
     font-size:16px;
     font-weight: bold; 
}

.scrolling-box 
{ 
    width: 100%;
    height: 135px;
    overflow: auto;
    font-family: arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #FFF;
    border: 2px ridge #C0C0C0;
    padding-left: 5px;
    padding-right: 5px;
}


/*------------------About Images---------------------*/
.img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #FFF;
  font-weight: 400;
}

p {
  font-size: 17px;
  line-height: 22px;
  color: #929496;
  font-weight: 400;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #FF6A00;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-primary, .btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: bold;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: bold;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: bold;
  letter-spacing: 1px;
}

.btn-primary {
  background: #FF6A00;
  color: #007F7F;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background: #C0C0C0;
  color: #FFF;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background: #007F7F;
  color: #C0C0C0;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background: #C0C0C0;
  color: #FFF;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #000;
}

.green {
  color: #007F7F;
}

.white {
  color: #FFF;
}

.black-bg {
  background: #000;
}

.royal-blue-bg {
  background: #4169E1;
}

.white-bg {
  background: #ffffff;
}

.orange-bg {
	background: #FF6A00;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #FF6A00;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
}

.navbar.open {
    top: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #C0C0C0;
    background: #007F7F;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #C0C0C0;
}

.navbar-inverse .navbar-toggle {
    border-color: #FFF;
}

.logo img {
	margin-top: 6px;
}



/* ==========================================================================
   Main styles
   ========================================================================== */
header {
  background: url(../img/SY-DOME-TABERNACLE-BG.jpg) no-repeat center center;
  width: 100%;
  padding: 20px 10px 60px 10px;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  /*background-attachment: fixed-KEEP-OFF;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.header-info {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 15px;
}

.nav-links {
  padding-top: 9px;
}


.mouse-icon {
    border: 2px solid #FFF;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #FFF none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xl {
	padding: 50px 0px;
}

.pad-lg {
	padding: 50px 0px;
}

.pad-sm {
	padding: 80px 0px;
}

.pad-xs {
	padding: 30px 0px;
}



#about-us {
  background: url(../img/ABOUT-US-SY-BG.gif) #007F7F no-repeat center center fixed;
  min-height: 300px;
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

hr.line {
	width: 100%;
	border: 2px solid;
}

.orange {
	border-color: #FF6A00;
	color: #FF6A00;
}

.royal-blue {
	border-color: #4169E1;
	color: #4169E1
}

.CIRCLE-image {
    position: relative;
    height: 200px;
}

.AWAKENING-image img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 300px;
}

.c-f-i-f {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0 auto;
    margin-top: -20px;
    /* border: 3px dotted #4169E1; */
    border: none;
}

/* Phones */
@media only screen and (max-width: 768px) {
    .c-f-i-f {
    height: 600px;
}
}

.fa-envelope-o {
  color: #007F7F;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #007F7F;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
}

.fa-envelope-o:hover {
  color: #FF6A00;
  border: 2px solid #FF6A00;
}


.feedback {text-align: center;
 height: 850px;    
}

.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px dotted #D9D9D9;
}

.news-img {
  padding-right: 20px;
}

footer {
  background: #CCC;
  padding: 40px 0px;
}

.social li a:hover {
  opacity: 0.5;
}


/*---------------Contact-------------------*/

#contact {
 padding-top: 75px;
}

#contact .TEST {
 padding-top: 85px;
 padding-bottom: -50px;
}

/*---------------Call And Text-------------------*/

.call-sms {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #007F7F;
  Width: 200px;
}

.call-sms:hover {
  color: #FF7615;
}

.call-sms .fa {
  color: #FF7615;
}

.call-sms .fa:hover {
  color: #007F7F;
}


/*---------------Why Us Tables-------------------*/


#passions {
  background: #FF6A00;
}

.passions-container {
  padding-left: 0px;
  padding-right: 0px;
}

.passions-table {
  background: transparent;
  margin-bottom: 50px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.passions-table.active {
  box-shadow: 0px 0px 12px rgba(41,46,50,0.6); 
  position: relative;
  margin: auto;
  z-index: 200;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.passions-table:hover {
  margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.passions-table li {
  padding-left: 20px;
  padding-right: 20px;
}

.headline {
  background: #007F7F;
  color: #FFF;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.passions-table:hover li.features  {
  background: #C0C0C0;
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

.features {
  color: #231F20;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #E8EAEA;
  background: #FFF;
}

.features.first {
  border-top: 1px dotted #E8EAEA;
}

.features.last {
  padding-top: 17px;
  padding-bottom: 20px;
}

.features.last a {
	color: #007F7F;
	font-size: 14px;
	letter-spacing: 1px;
}

.passions-container .btn {
    border-radius: 0;
}


/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) { 

.btn-lg {
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}


.btn-wide {
  width: 100%;
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}

#about-us { 
      background-attachment: scroll;
  }

}


/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 

#about-us { 
      background-attachment: scroll;
  }

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

#about-us { 
      background-attachment: scroll;
  }
  
}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

}
     


/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}
   


/* iphone */
@media only screen and (min-device-width : 480px) and (max-device-width : 360px) {
	img { max-width: 100%; }
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	img { max-width: 100%; }
}


