.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('../images/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%;
}
}
/*Css updated on 12-04-2017*/
.expand_button a {
    color: #127edb;
}
.expand_button a.more-link {
    background-color: #4b8ec9;
}
.expand_button a.more-link {
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
    padding: 4px 11px;
    text-transform: uppercase;
    margin: 20px auto 0;
    display: block;
    width: 205px;
    height: 33px;
    box-sizing: border-box;
}
.expand_button a.more-link .x-animate {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
    right: -11px;
    transition: .2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.expand_button a.more-link .x-animate:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 80%;
    height: 1px;
    left: 10%;
    top: 47%;
}
.expand_button a.more-link .x-animate:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 1px;
    height: 80%;
    left: 47%;
    top: 10%;
}
.inner_content {
    padding: 0 20px;
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
    max-width: 750px;
}
.new_design img{
    margin-bottom: 20px;
}
/* CSS for Social icons*/
a.twitter-handle {
    color: #939598
}
.post-meta>* {
    display: inline;
    color: #939598
}
.post-social ul,
.post-social-mobile ul,
.sd-social ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.post-social li,
.post-social-mobile li,
.sd-social li {
    display: inline-block
}
.post-social .mobile-hide,
.post-social-mobile .mobile-hide,
.sd-social .mobile-hide {
    display: inline
}
.post-social a,
.post-social-mobile a,
.sd-social a {
    color: #fff;
    font-size: .6em;
    font-weight: 300;
    padding: 0 5px
}
.post-social a:hover,
.post-social-mobile a:hover,
.sd-social a:hover {
    color: #FFF
}
@media (min-width: 0) and (max-width: 767px) {
    .post-social a.sd-button span,
    .post-social-mobile a.sd-button span,
    .sd-social a.sd-button span {
        display: none
    }
}
.post-social a.comments,
.post-social-mobile a.comments,
.sd-social a.comments {
    background-color: #000
}
.post-social a.comments:hover,
.post-social-mobile a.comments:hover,
.sd-social a.comments:hover {
    color: #fff
}
.post-social a.facebook,
.post-social a.share-facebook,
.post-social-mobile a.facebook,
.post-social-mobile a.share-facebook,
.sd-social a.facebook,
.sd-social a.share-facebook {
    background-color: #3B5998
}
.post-social a.facebook:hover,
.post-social a.share-facebook:hover,
.post-social-mobile a.facebook:hover,
.post-social-mobile a.share-facebook:hover,
.sd-social a.facebook:hover,
.sd-social a.share-facebook:hover {
    background-color: #2d4373
}
.post-social a.share-twitter,
.post-social a.twitter,
.post-social-mobile a.share-twitter,
.post-social-mobile a.twitter,
.sd-social a.share-twitter,
.sd-social a.twitter {
    background-color: #4099ff
}
.post-social a.share-twitter:hover,
.post-social a.twitter:hover,
.post-social-mobile a.share-twitter:hover,
.post-social-mobile a.twitter:hover,
.sd-social a.share-twitter:hover,
.sd-social a.twitter:hover {
    background-color: #0d7eff
}
.post-social a.gplus,
.post-social a.share-google-plus-1,
.post-social-mobile a.gplus,
.post-social-mobile a.share-google-plus-1,
.sd-social a.gplus,
.sd-social a.share-google-plus-1 {
    background-color: #dd4b39
}
.post-social a.gplus:hover,
.post-social a.share-google-plus-1:hover,
.post-social-mobile a.gplus:hover,
.post-social-mobile a.share-google-plus-1:hover,
.sd-social a.gplus:hover,
.sd-social a.share-google-plus-1:hover {
    background-color: #c23321
}
.post-social a.share-pinterest,
.post-social-mobile a.share-pinterest,
.sd-social a.share-pinterest {
    background-color: #bd081c
}
.post-social a.share-pinterest:hover,
.post-social-mobile a.share-pinterest:hover,
.sd-social a.share-pinterest:hover {
    background-color: #8c0615
}
.post-social a.share-reddit,
.post-social-mobile a.share-reddit,
.sd-social a.share-reddit {
    background-color: #ff5700
}
.post-social a.share-reddit:hover,
.post-social-mobile a.share-reddit:hover,
.sd-social a.share-reddit:hover {
    background-color: #cc4600
}
.post-social a.more-social,
.post-social a.share-more,
.post-social-mobile a.more-social,
.post-social-mobile a.share-more,
.sd-social a.more-social,
.sd-social a.share-more {
    background-color: #939598
}
.post-social a.more-social:hover,
.post-social a.share-more:hover,
.post-social-mobile a.more-social:hover,
.post-social-mobile a.share-more:hover,
.sd-social a.more-social:hover,
.sd-social a.share-more:hover {
    color: #fff;
    background-color: #797b7f
}
.post-social a.comments,
.post-social-mobile a.comments,
.sd-social a.comments {
    color: #fff!important
}
.post-social a.sd-button,
.post-social-mobile a.sd-button,
.sd-social a.sd-button {
    color: #fff!important;
    padding: 5px;
    margin: 3px -5px 3px 3px
}
@media (min-width: 0) and (max-width: 767px) {
    .post-social a.sd-button,
    .post-social-mobile a.sd-button,
    .sd-social a.sd-button {
        padding: 6px 5px;
        vertical-align: middle;
        font-size: 1em
    }
}
.post-social-mobile>*,
.post-social>*,
.sd-social>* {
    display: inline-block
}
.sd-content {
    position: relative
}
.sd-button {
    margin-right: -8px
}
.sd-button:before {
    font-family: '9to5';
    padding-right: 6px
}
@media (min-width: 0) and (max-width: 767px) {
    .sd-button:before {
        padding-right: 3px
    }
}
.share-facebook a:before {
    content: "\ea8c"
}
.share-twitter a:before {
    content: "\ea91"
}
.share-google-plus-1 a:before {
    content: "\ea88"
}
.share-pinterest a:before {
    content: "\e601"
}
.share-reddit a:before {
    content: "\e602"
}
.sharing-hidden {
    position: absolute;
    top: 30px;
    right: -8px;
    width: 204px
}
@media (min-width: 0) and (max-width: 767px) {
    .sharing-hidden {
        right: -2px
    }
}
a.share-email,
a.share-pinterest,
a.share-print,
a.share-reddit {
    color: #fff;
    background-color: #000
}
.post-body .sharing-hidden a {
    z-index: 200;
    position: relative
}
.post-body .sharing-hidden .share-email a,
.post-body .sharing-hidden .share-pinterest a,
.post-body .sharing-hidden .share-print a,
.post-body .sharing-hidden .share-reddit a {
    padding: 5px
}
.sharing-hidden li {
    margin: -2px
}
a.sd-button {
    padding: 5px;
    margin: 3px
}
.post-social-mobile {
    display: block;
    text-align: center;
    position: relative;
    bottom: 12px
}
@media (min-width: 0) and (max-width: 767px) {
    .post-social-mobile {
        text-align: center;
        position: relative
    }
}
.post-social-mobile a {
    color: #fff;
    padding: 6px 8px;
    font-size: .8em;
    margin: 0 -3px 0 0;
    border: 3px solid #fff
}
@media (min-width: 0) and (max-width: 767px) {
    .post-social-mobile a {
        padding: 6px 8px;
        font-size: 1.5em;
        margin: 0 -3px 0 0;
        border: 3px solid #fff
    }
}
.post-social-mobile a.comments,
.post-social-mobile a.more-social {
    color: #fff;
    font-size: .8em;
    line-height: 1.4em;
    padding: 4px 10px;
    margin-right: -7px
}
@media (min-width: 0) and (max-width: 767px) {
    .post-social-mobile a.comments,
    .post-social-mobile a.more-social {
        font-size: 1em;
        line-height: 1.4em;
        padding: 6px 10px;
        vertical-align: middle
    }
}
.post-social-mobile .mobile-hide {
    display: inline
}
@media (min-width: 0) and (max-width: 767px) {
    .post-social-mobile .mobile-hide {
        display: none
    }
}