    body {
      padding-bottom: 40px;
      color: #5a5a5a;
	  font-family:'Source Sans Pro', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-size:18px;
	  line-height:24px;
	   background-color:#86c433;
    }
	
	.bkg{
		background-color:#fff;
		padding:20px;
		}


.reviewRating{
	font-size:12px;
	}

.reviewHeading{
	font-weight:bold;
	}
.reviewText{
		font-size:12px;
	}
.reviewAuthor{
		font-size:12px;
		font-style:italic;
	}	
.primaryimage{
	border:2px solid #86c433;
	
	}
.logo{
	color:#555555;
	font-weight:lighter;
	}

.logo .the{
	font-size:0.7em;
	}
.logo .bed{
	
	}
.logo .bureau{
	color:#86c433;
	}
.formHeading{
	font-weight:lighter;
	font-size:3em;
	margin-bottom:10px;
	letter-spacing:-2px;
	padding-top:10px;
	padding-bottom:10px;
	}
  
 .header{
	 background-color:#3c3c3c;
	 padding:10px;
	 }
	 
	.item-heading{
		font-weight:bold;
		font-size:14px;
		}
	.item-text{
		font-size:12px;
		}

/* custoim button colot */
.btn-bedbureau {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #89CF2D;
	*background-color: #89CF2D;
	background-image: -moz-linear-gradient(top, #86C433, #89CF2D);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#86C433), to(#89CF2D));
	background-image: -webkit-linear-gradient(top, #86C433, #89CF2D);
	background-image: -o-linear-gradient(top, #86C433, #89CF2D);
	background-image: linear-gradient(to bottom, #86C433, #89CF2D);
	background-repeat: repeat-x;
	border-color: #89CF2D;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86C433', endColorstr='#89CF2D', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-bedbureau:hover,
.btn-bedbureau:focus,
.btn-bedbureau:active,
.btn-bedbureau.active,
.btn-bedbureau.disabled,
.btn-bedbureau[disabled] {
	color: #FFFFFF;
	background-color: #89CF2D;
	*background-color: #003bb3;
}
	
	h1,h2,h3,h4,h5,h6{
			font-weight:normal;
		}
	
	.feature-box .alert{
		min-height:200px;
		
		}
		
h3{
	font-size:24px;
	font-weight:lighter;
	
	}
	
	
.footerList{
	list-style:none;
	margin:0px; 
	padding:0px;
	font-size:12px;
	}
.footerList li{
	list-style:none;
	}	
.footerList li a{
	color:#2D2D2D;
	text-decoration:none;
	}	
	
.footerList li a:hover{
	text-decoration:underline;
	}	
	
	.shadow_box {

    -moz-box-shadow : 0px 6px 20px #999; /* Firefox 3.5+ */
    -webkit-box-shadow : 0px 6px 20px #999; /* Safari 3+ & Chrome */

		
    box-shadow : 0px 6px 20px #999; /* CSS3 compatible browsers */
    filter : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#999999'); /* IE 5.5 - 7 */
    -ms-filter : "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#999999')"; /* IE 8 */
}


.curve {
		background: #ffe760;
background: -moz-linear-gradient(top,  #ffe760 0%, #ffd900 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe760), color-stop(100%,#ffd900));
background: -webkit-linear-gradient(top,  #ffe760 0%,#ffd900 100%);
background: -o-linear-gradient(top,  #ffe760 0%,#ffd900 100%);
background: -ms-linear-gradient(top,  #ffe760 0%,#ffd900 100%);
background: linear-gradient(to bottom,  #ffe760 0%,#ffd900 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe760', endColorstr='#ffd900',GradientType=0 );
	
	
    -moz-border-radius : 10px; /* Firefox */
    -webkit-border-radius : 10px; /* Safari & Chrome */
    -khtml-border-radius : 10px; /* Linux browsers */
    border-radius : 10px; /* CSS3 compatible browsers */
	padding:20px;
	margin-bottom:50px;
}

.gradient {
    background : -moz-linear-gradient(top,  #FFF,  #ccc); /* Firefox 3.6+ */
    background : -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc)); /* Safari & Chrome */
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#cccccc'); /* IE 5.5 - 7 */
    -ms-filter : "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#cccccc)"; /* IE 8 */
}

    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 0px;

    }

    .carousel .container {
      position: relative;
      z-index: 9;

    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height: 300px;
	  background-color:#DDDDDD;
    }

	
	   .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 300px;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 100px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }



    /* MARKETING CONTENT
    -------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
    .marketing .span4 {
      text-align: center;
    }
    .marketing h2 {
      font-weight: normal;
    }
    .marketing .span4 p {
      margin-left: 10px;
      margin-right: 10px;
    }


    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
      font-size: 50px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
    }



    /* RESPONSIVE CSS
    -------------------------------------------------- */
	
    @media (max-width: 1199px) {	
	
		.feature-box .alert{
		min-height:250px;
		
		}
	
	}
    @media (max-width: 979px) {
body{
	padding:0px;
	
	}
		.feature-box .alert{
		min-height:300px;
		
		}
		.feature-box .alert{
		min-height:auto;
		
		}
      .container {
        margin: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }

      .carousel .item {
        height: 300px;
      }
      .carousel img {
        width: 100%;
        height: 300px;
      }

      .featurette {
        height: auto;
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }
    }


    @media (max-width: 767px) {

.nomobile{
	display:none;
	
	}
		.feature-box .alert{
			min-height:10px;		
		}

      .navbar-inner {
        margin: -20px;
      }

      .carousel {
 
      }
      .carousel .container {
		

      }
      .carousel .item {
        height: 300px;
      }
      .carousel img {
        height: 300px;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }

    }
	
	
	
	


.pricing-table .plan {
  border-radius: 5px;
  text-align: center;
  background-color: #f3f3f3;
  -moz-box-shadow: 0 0 6px 2px #b0b2ab;
  -webkit-box-shadow: 0 0 6px 2px #b0b2ab;
  box-shadow: 0 0 6px 2px #b0b2ab;
}
 
 .plan:hover {
  background-color: #fff;
  -moz-box-shadow: 0 0 12px 3px #b0b2ab;
  -webkit-box-shadow: 0 0 12px 3px #b0b2ab;
  box-shadow: 0 0 12px 3px #b0b2ab;
}
 
 .plan {
  padding: 20px;
  color: #ff;
  background-color: #5e5f59;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
  
.plan-name-bronze {
  padding: 20px;
  color: #fff;
  background-color: #665D1E;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
 }
  
.plan-name-silver {
  padding: 20px;
  color: #fff;
  background-color: #C0C0C0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
 }
  
.plan-name-gold {
  padding: 20px;
  color: #fff;
  background-color: #FFD700;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  } 
  
.pricing-table-bronze  {
  padding: 20px;
  color: #fff;
  background-color: #f89406;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
  
.pricing-table .plan .plan-name span {
  font-size: 20px;
}
 
.pricing-table .plan ul {
  list-style: none;
  margin: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
 
.pricing-table .plan ul li.plan-feature {
  padding: 15px 10px;
  border-top: 1px solid #c5c8c0;
}
 
.pricing-three-column {
  margin: 0 auto;
  width: 80%;
}
 
.pricing-variable-height .plan {
  float: none;
  margin-left: 2%;
  vertical-align: bottom;
  display: inline-block;
  zoom:1;
  *display:inline;
}
 
.plan-mouseover .plan-name {
  background-color: #4e9a06 !important;
}
 
.btn-plan-select {
  padding: 8px 25px;
  font-size: 18px;
}

.navspan{
	width:25%;
	
	}