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

body {
  padding-top: 0.1rem;
  color: #dcdcdc;
  background:#000;
      font-family: arial,sans-serif;
}
.container{
max-width: 800px;	
}
.text-center{
text-align:center;}
.bx{
    padding: 15px 5px;
    color: #fff;	
}
.bxgreen{
background: #76b510;	
}
.bxyello{
    background: #deb02c;
}
.bxred{
background: #b51010;		
}
.bold{
color: #ffffff;
    font-size: 25px;
    font-weight: bold;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.navbar{
padding:0rem;
}
.logo{
}
.logo-img{
	margin:auto;
	
}
.headi{
	  font-size: 3.125rem;
	height: auto;
    overflow: hidden;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
margin-bottom: 45px;
}
/* Carousel base class */
.carousel {
}
/* 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 {
  background-color: #000;
}
.carousel-item > img {
  min-width: auto;
  height:auto;
  margin:auto;
  display:block;
  margin:auto;
      max-width: 100%;
}
.carousel-control-next,.carousel-control-prev {
  background-color: ;
}

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

/* Center align the text within the three columns below the carousel */
.marketing {
padding-top:1rem;
}
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.Result{
	    margin-bottom: 0px;
    border-bottom: 1px solid #bfbebe;
    background: #7d7c7c;
    padding: 0.5rem;
}
/* search form 
------------------------- */
.outer{
	border:2px solid #ff6d0f;
	border-radius:8px;
	width:;
}
.search-widget form {
    position: relative;
}
button, input, select, textarea {
    line-height: inherit;
}
.search-widget form input[type=text] {
    height: 45px;
    padding: 6px;
    min-width: 255px;
    color: #7a7a7a;
    background: #000000;
   border-radius: 25px;
    width: 100%;
	border:2px solid #ff6d0f;
}
.search-widget form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    height: 38px;
    color: #ffffff;
    background: #ff6d0f;
    padding: 5px;
    border-radius: 25px;
    top: 4px;
    right: 4px;
    padding: 0px 18px;
    font-weight: bold;
    font-size: 25px;
}
.search-widget form input[type=text]:focus{
	outline: 0px solid #2fb5d2;
    color: #232323;
    background:#848484;
}
.search-widget form input[type=text]::placeholder{
    color:#cac7c7;
}
/* Featurettes
------------------------- */

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.imgDisc .img-stiker{
	    max-width: 200px;
		display: block;
		margin:auto;
}

.footer{
	background:#6c757d;
}
.footer p{
	 padding: 1rem;
	 margin-bottom: 0rem;
}
.footer a{
	 color:#c5c5c5;
}
/* mix 
-------------------------------------------------- */

.logo,.marketing,.carousel,.logo-img{
	background:#000 ;
}



@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

element.style {
}
@media (min-width: 576px){
.form-inline .form-control {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
}
}