.container .head{
	margin-bottom:0;
}
h1 {
    margin-bottom: 15px;
    font-size: 2.1em;
    font-weight: 300;
    line-height: 1.2em;
    color: #000;
}
h1.headline {
text-align: center;
}
h1 em {
  font-weight: 600;
  color: #A0D468;
  font-style:normal;
}
.nbg{
	background-color:none !important;
}
	#offersCarousel{
		background-color: rgb(238, 238, 238);
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
box-sizing: border-box;
color: rgb(51, 51, 51);
display: block;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;

	}
	.carousel-indicators{
		bottom:0;
	}
	.carousel-control.left
	{
		background:none;
		width:10%;
	}
	.carousel-control.right
	{
		background:none;
		width:10%;
		
	}
	.carousel-caption {
    padding-bottom: 10px;
}
.carousel-caption h3
	{
		 color:#020202;text-shadow:none;
		 font-size:23px;
		 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		 margin:0; padding:0;
	}
	.carousel-caption p
	{
		color:#222;
		text-shadow:none;
		font-size:16px;
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		  margin:0; padding:0;
	}


.jumbotron2 {
background-color: rgb(238, 238, 238);
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
box-sizing: border-box;
color: rgb(51, 51, 51);
display: block;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
height: 331px;
line-height: 20px;
margin:0 auto 30px auto;
/*padding-bottom: 48px;
padding-left: 60px;
padding-right: 60px;
padding-top: 48px;*/
width: 960px;
padding:0;
}



/*
.jumbotron2 h1 {

box-sizing: border-box;
color: rgb(51, 51, 51);
display: block;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 63px;
font-weight: 500;
height: 69px;
line-height: 69px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 20px;
width: 545.5px;
}
.jumbotron2 p {

margin-bottom: 15px;
font-size: 21px;
font-weight: 200;

margin: 0 0 10px;

display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;



}

.jumbotron2 a {

padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
background-image: none;
border: 1px solid transparent;
text-decoration: none;
box-sizing: border-box;

}*/
.offers-container{
	width:960px;
}
.offers{
	/*	text-align:center;
	-webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: 1px solid #e0e0e0;*/
  border: 1px solid #e0e0e0;
  background: url('../img/offer-shadow.png') center 100px no-repeat;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
border-radius:0;
}
.offers:hover{
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.offers .caption{
	font-style:normal;
}
.offers img{
    margin-top: 15px ;
	max-height:140px;
	min-height:140px;
	}
.offers h2{
color: #000;
    font-size: 1.3em;
    font-weight: 700;
	height: 21px;
	overflow: hidden;
	text-overflow:ellipsis;
}
.offers h5{
	color: #A0D468;
    font-size: 1.3em;
    font-weight: 400;
	 height: 22px;
}
.offers p{
	margin: 5px 5px 15px 5px;
    padding: 0 5px;
    font-size: 1em;
    line-height: 1.35em;
min-height:55px;
   max-height: 55px;
  max-width: 100%;
  overflow:hidden;
  text-overflow:ellipsis;
   }
.offers a{
	text-decoration:none;
}
.offers .buttons {
	display:block;
	position:relative;
}
.offers .btn{
	border-radius: 0px;
	width:48%;
	margin:0 2px;
}
.offers .btn:hover
{
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset  0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.offers .banner {
    text-align: center;
	vertical-align:middle;
    padding: 6px 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    height: 35px;
	overflow:none;
	text-shadow: #c3c3c3 0px 1px 1px;
}
@media only screen and (max-width: 428px){
	.offers .btn{
	margin:0 2px;
	width:80%;
}
}
@media only screen and (min-width: 429px) and (max-width: 788px){
	.offers .btn{
	margin:0 2px;
	width:46%;
}
}
@media only screen and  (max-width: 990px) {
	.jumbotron2,.offers-container{
		width:100%;
		height:100%;
	}
}

/* details */

#offer-detail .tagline {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 2.1em;
    color: #53a318;
}
#offer-detail .app_name {
	margin-top: 10px;
  margin-bottom: 35px;
   font-weight: 400;
    color: black;
}
#offer-detail h4 {
   font-weight: 600;
   margin-bottom: 0;
}
#offer-detail p{
	    margin: 20px 0;
  }
#offer-detail .thumbnail
{
	   border:none;
	   padding-bottom:20px;
   }
 #offer-detail .thumbnail img  {
    max-height:250px;
	   }
.social-buttons {
   text-align:center;
    margin: 10px 0 ;
 font-size: 1.2em;
		
}
.social-buttons  i {
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: white;
	  background: #6BBFF4;
	   margin: 0 5px 0 0;
	   width:30px;
	   height:30px;
	   padding:6px;
}

.social-buttons a:hover i{
	background-color:#A0D468;
}
#offer-detail .buttons a{
	width:60%;
	margin:5px 10px;
	text-transform:uppercase;
	font-size:18px;
	
}
#offer-detail .buttons a:hover{
	-webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset  0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);	
	
}
@media (max-width: 600px) {
#offer-detail  .buttons a{
	width:80%;
}
}