/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
 /*  padding-bottom: 3rem; */
  color: #5a5a5a;
  background:url(/img/bk4.png);
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/* .carousel {
  margin-bottom: 4rem;
} */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
/* .carousel-item {
  height: 32rem;
} */


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */
.featurette{
	align-items: center;
}

.featurette-divider {
  /*margin: 5rem 0;  Space out the Bootstrap <hr> more */
  margin: 2rem 0; 
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
   text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  
}

.nav-item{
	font-weight:bold;
}

/* .text-muted{
	color:white !important;
} */
/* rtl:end:remove */

.slider{
	  margin:20px auto !important;
  }
  


/* RESPONSIVE CSS
-------------------------------------------------- */

@media only screen and (max-width: 766px) {
  /* Bump up size of carousel content */
  .carousel{
	   padding-top:20px;
  }
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .nav_css{
	  
  }
  .nav_ul{
	text-align: center;
    font-weight: bold;
    line-height: 30pt;
  }
  .brec{
	  display:none !important;
  }
  .srec{
    padding-bottom: 5px;
  }
  
  .big_banner{
	  display:none !important;
  }
  .nav-item{
	    border-bottom:1px solid #e9e9e9;
  }
  
  .shide{
	  display:none;
  }
  
  .compare_table{
	  width:100%;
  }
  
  .lcompare{
	 height:40px  !important;
	 width:auto !important;
	 margin-top:-25px  !important;
	 margin-left:-30px  !important;
  }
  .rcompare{
	width:80px  !important;
	height:auto !important;
	margin-top: -50px !important;
    margin-right: -45px  !important;
  }

    iframe {
        width: 100%;
        height: auto;
    }

}

@media (min-width: 768px) {
  .carousel{
	  padding-top:50px;
  }
  .featurette-heading {
    /* margin-top: 7rem; */
	
	/* margin-top: 4rem;
	margin-bottom: 4rem; */
	
  }
  .nav_css{
	  flex-direction: column;
  }
  .nav_ul{
	
  }
  .srec{
	  display:none !important;
  }
  .brec{
	padding-top: 60px;
    padding-bottom: 5px;
}
  .small_banner{
	  display:none !important;
  }
  .nav-item{
	 margin-left:10px;
	 margin-right:10px;
  }
  
  .sfooter{
	  display:none !important;
  }
  
  .bhide{
	  display:none;
  }
  
  .compare_table{
	  width:90%;
  }
  
  
}



