 .bdbg{background:#FFF; }
 .heading {
 		font: 200 18px/1.8 Montserrat, sans-serif;
		color:#2d2d30;

  }
  h2 {
	    font: 600 36px/2.4 Lato, sans-serif;
		letter-spacing: 2px;
  }
  h3 {
      margin: 10px 0 30px 0;
      letter-spacing: 5px;      
 	  color: #FF6E4E;
	  font: 600 26px/2.0 Lato, sans-serif;
  }
  h4 {
      margin: 10px 0 30px 0;
      letter-spacing: 5px;      
 	  color: #FF6E4E;
	  font: 500 20px/1.8 Lato, sans-serif;
  }
  .storetext{
	 margin: 10px 0 30px 0;
     letter-spacing: 20px;      
 	 color: #FF6E4E;
	 font-size: 18px; 
  }
  .fs{
	  font-size:18px;
  }
	.container {
      padding: 80px 120px;
  }
  .person {
      border: 10px solid transparent;
      margin-bottom: 25px;
      width: 80%;
      height: 80%;
      
  }
  .person:hover {
      border-color: #f1f1f1;
  }
  .carousel-inner img {
     /* -webkit-filter: grayscale(90%);
      filter: grayscale(90%);  make all photos black and white */ 
      width: 100%; /* Set width to 100% */
      margin: auto;
  }
  .carousel-caption h3 {
      color: #fff !important;
  }
  .media-heading{
	background:none; 
  }
  .logotype{ width:166px; height:45px; background: url(../uploaded/coupon-or-discount.png) no-repeat; margin:auto; display:inline-block; vertical-align:middle; } 
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
	.container {
      padding: 10px 15px;
 	 }
	.logotype{
		width:126px;
		height:37px;
		background: url(../uploaded/go-logo.png) no-repeat; 
		margin:auto; 
		display:inline-block; 
		vertical-align:middle; 
  }
  .h-phone{
	display:none !important;  
  }
 }
  .bg-1 {
      background: #2d2d30;
      color: #bdbdbd;
  }
  .bg-1 h3 {color: #fff;}
  .bg-1 p {font-style: italic;}
  .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
  }
  .list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail p {
      margin-top: 15px;
      color: #555;
  }
  .btn {
      padding: 10px 20px;
      /* background-color: #333; */
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
  }
  .btn:hover, .btn:focus {
      
      background-color: #fff;
      color: #000;
  }
  .modal-header, h4, .close {
      background-color: #333;
      color: #fff !important;
      text-align: center;
      font-size: 30px;
  }
  .modal-header, .modal-body {
      padding: 40px 50px;
  }
  .nav-tabs li a {
      color: #777;
  }
  #googleMap {
      width: 100%;
      height: 400px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
  } 

  .navbar {
	  min-height:60px;
      font-family: Montserrat, sans-serif;
      margin-bottom: 0;
      background-color: #2d2d30;
      border: 0;
      font-size: 11px !important;
      letter-spacing: 4px;
      /* opacity: 0.9; */
  }
  .navbar li a, .navbar .navbar-brand { 
      color: #d5d5d5 !important;
	  margin-top:8px;
	  margin-left:10px;
  }
  .navbar-nav li a:hover {
      color: #fff !important;
  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color: #29292c !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  .open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;
  }
  .dropdown-menu li a {
      color: #000 !important;
  }
  .dropdown-menu li a:hover {
      background-color: red !important;
  }
  footer {
      background-color:none;
      color: #f5f5f5;
      padding: 32px;
  }
  footer a {
      color: #f5f5f5;
  }
  footer a:hover {
      color: #777;
      text-decoration: none;
  }  
  .form-control {
      border-radius: 0;
  }
  textarea {
      resize: none;
  }

/* -- */
#bcover{
	width:100%; 
	height:700px; 
	background:url(../uploaded/bcover.jpg) no-repeat center center; 
	background-size:cover;
}
.tops{
	margin-top:300px;
}
.thumbs{
	height:200px;
	width:200px;
}
.cfh{

	height:55px;
	padding-left:25px;

}
.sfh{

	height:55px;
	padding-left:25px;

}
.sb{
	height:55px;
	font: 700 22px Lato, sans-serif;
}
.fbr{
	height:60px;
	font: 900 25px Lato, sans-serif;
	line-height:37px;
}
.ftbr{
	height:60px;
	font: 600 20px Lato, sans-serif;
	color:rgb(92, 184, 92);

}
.btn-warning{
	background:#F63;
	border:none;
}
.btn-warning:hover{
	background:#EC4413;
	border:none;
}
.btn-danger{
	border:none;
background: rgba(255,98,46,1);
background: -moz-linear-gradient(-45deg, rgba(255,98,46,1) 0%, rgba(250,17,0,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,98,46,1)), color-stop(100%, rgba(250,17,0,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,98,46,1) 0%, rgba(250,17,0,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,98,46,1) 0%, rgba(250,17,0,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,98,46,1) 0%, rgba(250,17,0,1) 100%);
background: linear-gradient(135deg, rgba(255,98,46,1) 0%, rgba(250,17,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff622e', endColorstr='#fa1100', GradientType=1 );

}
.radius{border-radius:5px;}
.norad{
	border-radius:none;
 }
.dlbtn{width:185px; height:55px; line-height:30px;text-align: center; font: 900 25px Lato, sans-serif;
	 color:#FFF; border-radius:5px; letter-spacing: 2px;} 
.dlbtn:hover{ background-color:#e5e5e5;color:#00bcd4; border-radius:5px;}
.getcode{width:185px; height:55px; line-height: 30px;text-align: center;position:absolute; font: 900 25px Lato, sans-serif;color:#FFF; border-radius:5px; letter-spacing: 2px;}
.getcode:hover {width:160px; background-color:#f63;}
.dlfont{color:#FFF; font: 800 40px Lato, sans-serif; margin-top:150px; text-shadow:2px 2px 8px #555;}	
.sl{margin-left:15px;}
.black{color:#2d2d30;}
.hazel{color:#ff6633; font-size:25px; }
.stf-1{width:50%; height:450px; background: url(../uploaded/shopping-deals.jpg) center center; background-size:cover; display:inline-block; vertical-align:top; text-align:center; border:none;}
.stf-2{width:49.5%; height:450px; background: url(../uploaded/groceries-deals.jpg) center center; background-size:cover; display:inline-block; vertical-align:top; text-align:center; border:none;}
.mkup{border:1px solid #f4f4f4; border-radius:5px; box-shadow:2px 2px 2px #CCC;}
.noborder{ border:none; }.noboxshadow{box-shadow:none;border:none;}.gbg{background-color:#ccc;}.white{background-color:#FFF;}.bbg{background-color:#333;}.infobg{background-color:#669934;}.cwhite{color:#FFF;}.red{color:#F00;}.green{color:#5cb85c;}.nobg{background:none;}.ext-btn{padding-left:25px;padding-right:25px;}.flip{-moz-transform: scaleX(-1);-o-transform: scaleX(-1);-webkit-transform: scaleX(-1);transform: scaleX(-1);filter: FlipH;-ms-filter: "FlipH";}.sheight{height:60px;}.centered{float: none;margin: 0 auto;}.centered > i{color:#FFF;}.bg{ height:30px; background:url(../uploaded/cart_bg.jpg) no-repeat;}.headerh{height:80px;}
.icon-haz{color:#f63;}
.text-haz{color:rgb(251, 34, 10);font-size:48px; }
.text-white{color:#FFF; }
.masthead{background: url(../uploaded/candsblog.jpg) no-repeat center center scroll;
-webkit-background-size: cover;-moz-background-size:cover;background-size:cover;}
.overlay{padding: 5rem 0;text-align: center; background: rgba(0, 0, 0, 0.6); }
.code-back{width:185px;height:55px;display:inline-block;line-height: 40px;text-align: center; border-radius:5px; }
.iheight{height:45px;}.ssbm{height:50px;}
.subsform{width:100% }.cat-m{background-color:#FFF;padding:15px 15px 15px 15px; margin-bottom:20px;}
.btn-primary{ background:#003399;}.space{padding:40px;margin-bottom:15px;}
.navbar-inverse .navbar-nav>li>a{color:#FFF;}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover { background-color: #061094; }

 
   .navbar-inverse{border:none;}
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
	
	  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }
.srtop{margin-top:15px; }
  @media (max-width: 230px){
  .tops{
	margin-top:0px;
	}
  .srtop{
	  margin-top:-200px; 
	}
  .stf-1{
	width:100%; background: url(../uploaded/shopping-deals.jpg) center center; background-size:cover; display:inline-block; vertical-align:middle; text-align:center; border:none;
	}
  .stf-2{width:99.5%; background: url(../uploaded/groceries-deals.jpg) center center; background-size:cover; display:inline-block; vertical-align:middle; text-align:center; border:none;}
  .h-phone{
	display:none !important;  
  }
  .fabr{ width:100%;}
  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none;
    }
	.tops{
	margin-top:0px;
	}
	 .srtop{
	  margin-top:-200px; 
	}
	.sfh{
	width:100%;
	height:65px;
	padding-left:25px;
	margin-top:200px;

}
.sb{
	width:100%;
	height:65px;
		margin-top:200px;
}
  }
  
  @media (max-width:760px) {
  .stf-1{
	width:100%; background: url(../uploaded/shopping-deals.jpg) center center; background-size:cover; display:inline-block; vertical-align:middle; text-align:center; border:none;
	}
  .stf-2{width:99.5%; background: url(../uploaded/groceries-deals.jpg) center center; background-size:cover; display:inline-block; vertical-align:middle; text-align:center; border:none;}
  }
  
#box
{

  height : auto;
  min-height:75px;
  overflow : auto ;
  border : none;
  background: #e5e5e5;
  color:#333;
  position: inherit;
  font-size:20px;
  z-index: 999;   
  left : 3px;
  top : 48px;
  border-top : none;
  text-align : left;
  display : none;
  line-height:30px;
  padding:20px 10px 20px 20px;

}



.grnbg {background-color: #47731c; color:#fff;}


#comn_text_block{ width:100px; height:85px; background: #fff; display:inline-block; vertical-align:top; margin-top:10px; margin-left:10px; padding:0px; border:1px solid #66CCFF; text-align:center; line-height:23px; color:#C1C0C0; font-family:"Aachen BT"; font-size:22px; }

#top_text_block{ width:100px; height:55px; background:none; padding-top:7px; border:1px solid none; text-align:center; line-height:23px; color: #66CCFF; font-family:"AvantGarde Md BT"; font-size:23px; font-weight:bold; }
#top_text_block b{ font-weight:normal; font-size:19px; }


#top_text_block #tt_inner { width:100px; height:20px; background: #FF9900; color:#C1C0C0; font-family:"AvantGarde Md BT"; font-size:20px; vertical-align:bottom; }
#botom_text_block{ width:100px; height:24px; background: #66CCFF; padding:0px; font-weight: normal;  text-align:center; line-height:24px; color:#fff; font-family:"AvantGarde Md BT"; font-size:18px; }

/* deal */
#comn_text_deal{ width:100px; height:85px; background: #fff; display:inline-block; vertical-align:top; margin-top:10px; margin-left:10px; padding:0px; border:1px solid #53D744; text-align:center; line-height:23px; color:#C1C0C0; font-family:"Aachen BT"; font-size:22px; }
#top_text_deal{ width:100px; height:55px; background:none; padding-top:7px; border:1px solid none; text-align:center; line-height:23px; color: #53D744; font-family:"AvantGarde Md BT"; font-size:23px; font-weight:bold; }
#top_text_deal b{ font-weight:normal; font-size:19px; }
#botom_text_deal{ width:100px; height:24px; background: #53D744; padding:0px; font-weight: normal;  text-align:center; line-height:24px; color:#fff; font-family:"AvantGarde Md BT"; font-size:18px; }
/* free ship */
#comn_text_freshp{ width:100px; height:85px; background: #fff; display:inline-block; vertical-align:top; margin-top:10px; margin-left:10px; padding:0px; border:1px solid #CC33CC; text-align:center; line-height:23px; color:#C1C0C0; font-family:"Aachen BT"; font-size:22px; }
#top_text_freshp{ width:100px; height:55px; background:none; padding-top:7px; border:1px solid none; text-align:center; line-height:23px; color: #CC33CC; font-family:"AvantGarde Md BT"; font-size:23px; font-weight:bold; }
#top_text_freshp b{ font-weight:normal; font-size:19px; }
#botom_text_freshp{ width:100px; height:24px; background: #CC33CC; padding:0px; font-weight: normal;  text-align:center; line-height:24px; color:#fff; font-family:"AvantGarde Md BT"; font-size:18px; }

/* flat-rate ship */
#comn_text_fltrshp{ width:100px; height:85px; background: #fff; display:inline-block; vertical-align:top; margin-top:10px; margin-left:10px; padding:0px; border:1px solid #CC6633; text-align:center; line-height:23px; color:#C1C0C0; font-family:"Aachen BT"; font-size:22px; }
#top_text_fltrshp{ width:100px; height:55px; background:none; padding-top:7px; border:1px solid none; text-align:center; line-height:23px; color: #CC6633; font-family:"AvantGarde Md BT"; font-size:21px; font-weight:bold; }
#top_text_fltrshp b{ font-weight:normal; font-size:19px; }
#botom_text_fltrshp{ width:100px; height:24px; background: #CC6633; padding:0px; font-weight: normal;  text-align:center; line-height:24px; color:#fff; font-family:"AvantGarde Md BT"; font-size:18px; }

.fabr{ width:110px;}
.ft-pad{padding-bottom:50px; }
/**** Ani *****/

.stclk {
    background: #09F;
    width: 250px;
    height: 176px;
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -45px;
    -webkit-transform-origin: 50% 48px;
    transform-origin: 50% 48px;
    -webkit-animation-name: disturb;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    
     animation-duration: 1000ms;
    animation-iteration-count: infinite;
     animation-timing-function: ease-in-out;
    animation-direction: alternate;
    z-index: 11;
}