/*
Unbelievabowl Pricing Style Sheet

*/

body {
		background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
	}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


/* Typography */
h1,h2,h3, .btn, .btn2, .btn1, .btn4{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  font-weight: bold;
  font-size: 100px;
}

h2 {
  color: #333;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
}
#contact h2 {
  color: #ffffff;
}

h3 {
  color: #444;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
#menu h3 {
   color: #555;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
}

p {
  font-size: 15px;
  letter-spacing: 0.8px;
  line-height: 28px;
}

a {
  text-decoration: none !important;
}
a:visited,
a:focus {
  outline: none;
  text-decoration: none !important;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* hover min css */
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before {
  background-color: #ffffff;
}


/* All Section styles */
#about,
#pricing,
#feature,
#FAQ,
#video,
#menu,
#Partners,
#team,
#gallery,
#contact {
  color: #656565;
  padding-top: 70px;
  padding-bottom: 70px;
}


#feature,
#FAQ,
#pricing,
#video,
#team,
#gallery,
#contact {
  text-align: center;
}


#pricing,
#menu,
#team {
  background: rgb(240,240,240);
}


/* section title */
.section-title {
  padding-bottom: 70px;
}
#about .section-title,
#menu .section-title {
  text-align: center;
}
#contact .section-title {
  color: #f0f0f0;
}



/* Preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #71AA36;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
 
/* Home section */
#home {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 40vh;
  overflow: hidden;
  position: relative;
}

img#BannerLogo{
  max-width: 40vw;
  padding-bottom: 40px;
  z-index: 10;
}

#home .gradient-overlay {
  background: #380f26; /* fallback for old browsers */  
  background: -webkit-linear-gradient(to left, #380f26 , rgb(41, 59, 23)); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #380f26 , rgb(41, 59, 23)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.85;      
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

#home h1 {
 font-size: 50px;
 font-weight: normal;
}


/* Navigation section */
.navbar-default {
  background: #222;
  border: none;
  box-shadow: 0px 2px 8px 0px rgba(15, 15, 15, 0.04);
  margin: 0 !important;
}

.navbar-default .navbar-brand {
color: #ffffffda;
font-size: 28px;
font-weight: 600;
letter-spacing: 3px;
line-height: 35px;
margin: 0;
}

.dropdown-menu{
background: #222;
box-shadow: 0px 2px 8px 0px rgba(15, 15, 15, 0.04);
text-align: center;
line-height: 50px;
}

.navbar-default .navbar-nav li a {
  color: #ffffff;
  font-size: 19px;
  font-weight: 300;
  line-height: 35px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li a:hover {
  color: #71AA36 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #71AA36;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
   border: none;
   padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
background-color: transparent;
}

/* Pricing section */

#pricing .order{ 
padding-bottom:10px;

}

#pricing .order_pricing{ 
padding-bottom:10px;
}

#pricing .pricing-thumb {
background-color: #ffffff;
position: relative;
padding: 40px;
margin-top: 65px;
border-radius: 15px;
}

#pricing .gift-thumb {
  background-color: #ffffff;
  position: relative;
  padding: 40px 15px 0px 15px;
  margin-top: 65px;
  border-radius: 15px;
  }

#pricing .NewSizeImg{
position: relative;
margin:auto;
width: 270px;
height:190px;
border-radius: 10px;
}

#pricing .pricing-thumb-wide {
background-color: #ffffff;
position: relative;
padding: 40px;
margin-top: 32px;
border-radius: 15px;
}

#pricing .pricing-icon {
background-color: #71AA36;
width: 290px;
height: 65px;
margin: 0 auto;
top: 0;
margin-top: -70px;
margin-bottom: 30px;
position: relative;
display: table;
text-align: center;
transition: all 0.4s ease-in-out;
font-size: 20px;
line-height: 26px;
letter-spacing: 1px;
border-radius: 10px;

}

#pricing .pricing-icon span {
display: table-cell;
vertical-align: middle;
font-weight: 500;

}

#pricing .pricing-icon{
color: rgb(12, 11, 11);
}

#pricing .pricing-thumb p{
padding-bottom: 0px;
}

#pricing .gift-thumb p{
  padding-bottom: 0px;
  }

#pricing .pricing-icon .fa {
color: #ffffff;
font-size: 36px;
margin: 0;
padding: 0;
}

#pricing .price-row{
width: 100%;
height: 60px;
display: table;
padding:10px;
}

#pricing .price-row_Biweekly{
width: 100%;
height: 85px;
display: table;
padding:10px 0 0 0;
}


#pricing .price-row_Biweekly_type{
width: 100%;
height: 25px;
display: table;
padding: 0 0px 5px 0px;
}

#pricing .Price_Small{
  Width:33.3%;
  Float:left;
  font-size: 23px;
  color: #333;
  padding-bottom:12px;
  margin-left:-20px;
}

#pricing .Price_Regular{
Width:33.3%;
Float:left;
font-size: 23px;
color: #333;
padding-bottom:12px;
margin-left:20px;
}


#pricing .Price_Large{
Width:33.3%;
Float:right;
font-size: 23px;
color: #333;
padding-bottom:12px;
margin-right:-20px;
}


#pricing .pricing-icon-sub{
background-color: rgb(154, 33, 104);
width: 190px;
height: 35px;
margin: auto;
top: 8px;
margin-bottom: 2px;
position: relative;
float:left;
display: table;
transition: all 0.4s ease-in-out;
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
border-radius: 10px;
padding:5px;
}

#pricing .pricing-icon-sub span {
display: table-cell;
vertical-align: middle;
text-transform: none;
}

#pricing .pricing-icon-sub{
color: #ffffff;
}

#pricing .pricing-icon-sub .fa {
color: #ffffff;
font-size: 36px;
margin: 0;
padding: 0;
}

#pricing .pricing-icon-sub2{
background-color: rgb(154, 33, 104);
width: 140px;
height: 35px;
margin: 0 auto;
display: table;
transition: all 0.4s ease-in-out;
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
border-radius: 10px;
padding:5px;

}

#pricing .pricing-icon-sub2 span {
display: table-cell;
vertical-align: middle;
text-transform: none;
}

#pricing .pricing-icon-sub2{
color: #ffffff;
}

#pricing .pricing-icon-sub2 .fa {
color: #ffffff;
font-size: 36px;
margin: 0;
padding: 0;
}

#pricing .Sub_Bowl_Type{
width: 100%;
display: table;
transition: all 0.4s ease-in-out;
font-size: 25px;
line-height: 26px;
letter-spacing: 1px;
padding:5px;
}

#pricing .Sub_Bowl_Type span {
display: table-cell;
vertical-align: middle;
text-transform: none;
}

#pricing .Sub_Bowl_Type{
color: #333;
font-weight: 400;
}

#pricing .Sub_Bowl_Type .fa {
color: #333;
font-size: 36px;
font-weight: 400;
margin: 0;
padding: 0;
}


#pricing .price-row h2 {
color: #333;
font-size: 20px;
letter-spacing: 1px;
text-transform: none;
display: table-cell;
text-align: right;
line-height: 1ex;
vertical-align: middle;
}

#pricing .price-row_Biweekly h2 {
color: #333;
margin: 10px 0 0px 0px;
letter-spacing: 1px;
text-transform: none;
display: table-cell;
line-height: 1ex;
vertical-align: middle;
float:left;
position: absolute;
}

#pricing .btn {
border: 1px solid #333232;
color: #9A2167;
font-size: 15px;
letter-spacing: 2px;
padding: 13px 30px;
margin-top: 34px;
text-transform: uppercase;
-webkit-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
-moz-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
}

#pricing .btn:hover,
#pricing .btn:focus {
color: #9A2167;
font-size: 14.5px;
-webkit-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -moz-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;

}

#pricing .OrderChange{ 
margin-top:30px;
}

#pricing .btnsub{
  border: 1px solid #222;
  color: #222;
  background-color: transparent;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 10px 20px;
  margin: 5px auto 45px auto;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  -moz-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);

 }

 #pricing .btnsub:hover,
 #pricing .btnsub:focus {
 color: #9A2167;
 font-size: 14.5px;
 margin-bottom:45.8px;
 -webkit-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -moz-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
 -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
 outline: none !important;

}

.PricingBoxButton{
border: 1px solid #333232;
width: 135px;
font-size: 25px;
padding: 2% 0%;
font-weight: 200%;
text-align: center;
background: #e0dfdf;
color:rgb(12, 11, 11);;
border-radius: 3px;
transition:.25s;
margin: 0% 8% 5% 8%;
outline: 0;
-webkit-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
-moz-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
}

.PricingBoxButtonOn{
border: 1px solid #333232;
font-size: 25px;
width: 135px;
padding: 2% 0%;
font-weight: 200%;
text-align: center;
background: #71AA36;
color:rgb(12, 11, 11);;
border-radius: 3px;
transition:.25s;
margin: 0% 8% 5% 8%;
outline: 0;
-webkit-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
-moz-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
}

#pricing .media{
  margin-top:0%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

#pricing .price-tag{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

#pricing .section-title{
    padding-bottom: 20px;
}

#SubsDetails .info h2{
  padding-bottom: 20px;
}

#SubsDetails .info p{
  text-align: left;
  line-height: normal;
}



#SubsDetails .instructions-title h2{
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 30px;
  padding-left: 0px;
  text-align: center;
}

#SubsDetails ul {
  padding-top: 0px;
  padding-left: 50px;
}

#SubsDetails ul li {
  color: #777;
  font-size: 15px;
  font-weight: 400;
  padding-top: 2px;
}

#SubsDetails .instructions{
  padding: 0px 15px 0px 15px;
  text-align: center; 
 
}

#SubsDetails .instructions p{
  font-size: 15px;
  line-height: normal;
  padding-bottom: 0px;
}

#SubsDetails .instructions h1{
margin-top: 10px;
margin-bottom: 10px;
font-size: 15px;
line-height: 20px;
}

#SubsDetails .instructions h3{
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 20px;
  }

#SubsDetails .info-img{
padding-top: 40px;
}

#SubsDetails .Instruct-img{
  padding: 20px 25% 0px 25%;
}

#SubsDetails .gift h4{
text-align: center;
}

#SubsDetails .gift-title h2{
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 30px;
  padding-left: 0px;
  text-align: center;
}

#menu #SubsDetails .btn{
  display: block;
  font-size: 14px;
  margin-top: 15px;
}

.gift-img{
  padding: 0px 0px 0px 0px;
  width: 40%;
  float: left;
 

}

.gift-img p{
  text-align: center;
 
}

.gift-img h2{

  padding-top:50%;
}

/*Our Weekly Pricing DIV with slide in animation when selected*/

#WeekMonthContainer{
position: relative;
background:#ffffff;
width:110%;
height: 200px;
margin: 0 0 105px -5%;
}

.RevealPricingBox1{
background-color:#ffffff;
Width:100%;
height: 100%;
position: absolute;
animation-delay: 5s;
animation: RevealPricing1 1.2s ease-out forwards;
-webkit-animation: RevealPricing1 1.2s ease-out forwards;
}

@keyframes RevealPricing1  {
0% {opacity: 0;}
50% {opacity: 0;}
100% {opacity: 1;}
}

.HidePricingBox1{
background-color:#ffffff;
Width:100%;
height: 100%;
position: absolute;
animation: HidePricing1 .4s ease-out forwards;
-webkit-animation: HidePricing1 .4s ease-out forwards;

}

@keyframes HidePricing1  {
0% {opacity: 1;}
100% {opacity: 0;}
}

div#PricingBox1Container{
background-color:#ffffff;
Width:100%;
height: 100%;
position: relative;
overflow: hidden;
}


.RevealPricingBox2{
color:#ffffff;
position: absolute;
Width: 100%;
height:100%;
animation-delay: 5s;
animation: RevealPricing2 1.2s ease-out forwards;
-webkit-animation: RevealPricing2 1.2s ease-out forwards;

}

@keyframes RevealPricing2  {
0% {opacity: 0;}
50% {opacity: 0;}
100% {opacity: 1;}
}

.HidePricingBox2{
background-color:#ffffff;
position: absolute;
Width: 100%;
height:100%;
overflow: hidden;
animation: HidePricing2 .4s ease-out forwards;
-webkit-animation: HidePricing2 .4s ease-out forwards;
  
}

@keyframes HidePricing2  {
0% {opacity: 1;}
100% {opacity: 0;}
}

div#PricingBox2Container{
background-color:#ffffff;
position: relative;
Width:100%;
height:100%;
overflow: hidden;
}

#order .btn1, .btn2 {
  border: 1px solid #333232;
  color: #9A2167;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin: 0px 0 0 0;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  -moz-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
 }

  #order .btn1:hover,
  #order .btn1:focus {
  color: #9A2167;
  font-size: 14.5px;
  margin: 35px 3px 0px 1px;
  -webkit-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -moz-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}

#order .btn2:hover,
#order .btn2:focus {
color: #9A2167;
font-size: 14.5px;
margin: 35px 0px 0px 4px;
-webkit-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -moz-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}

#pricing .delivery{
background-color: transparent;
}

/*Delivery Detail */
#DeliveryDetails .map{
  text-align: center;
  height: 100%;
}

#DeliveryDetails iframe {
    display: block;
    border-style:none;
    margin: 0 auto;
    padding-top: 20px;
    width: 90%; 
    height: 33vw;
}


/* Feature section */
#feature .feature-thumb {
background-color: rgb(240,240,240);
position: relative;
padding: 40px;
margin-top: 32px;
border-radius: 15px;
}
.LowerReward{
  padding-top: 0px;
 
}

#feature .feature-icon {
background-color: #222;
width: 85px;
height: 85px;
margin: 0 auto;
top: 0;
margin-top: -80px;
margin-bottom: 30px;
position: relative;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
display: table;
text-align: center;
transition: all 0.4s ease-in-out;
}

#feature .feature-icon span {
display: table-cell;
vertical-align: middle;
}
#feature .feature-icon .fa {
color: #ffffff;
font-size: 36px;
margin: 0;
padding: 0;
}

#feature h3 {
padding-top: 14px;
}

#order{
padding-bottom:30px;

}

#social{
padding-bottom:40px;
transition: all 0.4s ease-in-out;
}

#social .fa {
color: #222;
font-size: 36px;
margin: 0;
padding: 0;
}

#social .fa:hover {
color: #9A2167 ;
}

#feature .btn {
border: 1px solid #333232;
color: #9A2167;
font-size: 15px;
letter-spacing: 2px;
padding: 13px 30px;
margin-top: 34px;
text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  -moz-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
}
#feature .btn:hover,
#feature .btn:focus {
color: #9A2167;
font-size: 14.5px;-webkit-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
-moz-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
outline: none !important;
}


/* Partners section */

#partners .media {

padding:0 0 0 0;

}

#partners .media-object {
padding:0 0 10% 0;

}

#partners h3{
text-align: center;
padding: 30px 0 0px 0px;
font-size: 20px;
}

#partners h4{
  text-align: center;

  }

#partners .media-object img {
width:100%;
height:auto;
position: relative;

}

#partners .details{
width:100%;
position: absolute; 
display: flex;
justify-content: center;
}

#partners .btn {
  border: 1px solid #333232;
  color: #9A2167;
  font-size: 15px;
  margin: 0 auto;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin-top: 34px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  -moz-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  }
  
  #partners .btn:hover,
  #partners .btn:focus {
  color: #9A2167;
  font-size: 14.5px;
  -webkit-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
   -moz-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
   box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
      -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
      outline: none !important;
  
  }

  #partners .btn4 {
    border: 1px solid #333232;
    color: #9A2167;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 13px 30px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
    -moz-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
    box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
    }
    
    #partners .btn4:hover,
    #partners .btn4:focus {
    color: #9A2167;
    font-size: 14.5px;
    -webkit-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
     -moz-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
     box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
     -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
        -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
        outline: none !important;
    }

div#DetailsPopup{
background-color:rgba(14, 17, 17, 0.67);
position:fixed;
width:100%;
height:100%;
top:0px;
left:0px;
z-index:1000;
overflow: hidden;
animation: RevealPopup .3s ease-in-out;
}

@keyframes RevealPopup {
  0% {opacity:0;}
  100% {opacity: 1;}
  }

Div#PopupBackground{
overflow-y: auto;
overflow-x: hidden;
top: 50%;
transform: translateY(-50%);
position: relative;
margin: 0 auto;
min-height: 80%; 
Height:48vw;
Width:85vw;
min-width: 700px;
background: #ffffff;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.253), 0 6px 20px 0 rgba(0, 0, 0, 0.223);
}

button#CloseButton{
float: right;
background: transparent;
z-index: 10;
position: relative;
Margin: 1% 1% 0 0;
width: 42px;
height: 42px;
opacity: 0.6;
border: none;
}

button#CloseButton:hover {
  opacity: 1;
}

button#CloseButton:before, button#CloseButton:after {
position: absolute;
content: ' ';
height: 30px;
width: 4px;
background-color: #222;
bottom:5px;
}

button#CloseButton:before {
transform: rotate(45deg);
}

button#CloseButton:after {
transform: rotate(-45deg);
}

#partners .DetailsHide{
visibility: hidden;
position: absolute;
width: 100%;
height: 100%;
padding: 30px 10px 10px 10px;
transform: translateY(-200px);
}

#partners .DetailsShow{
visibility: visible;
display: block;
position: absolute;
width: 100%;
height: 100%;
padding: 30px 10px 10px 10px;
}

/* Position the image container (needed to position the left and right arrows) */
#partners .DetailsGalleryContainer {
position: relative;
margin:25px 0 0 20px
}

/* Add a pointer when hovering over the thumbnail images */
#partners .cursor {
cursor: pointer;
}

/* Next & previous buttons */
#partners .prev,
#partners .next {
cursor: pointer;
position: absolute;
top: 40%;
width: auto;
padding: 16px;
margin-top: -50px;
color: white;
font-weight: bold;
font-size: 20px;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

/* Position the "next button" to the right */
#partners .next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#partners .prev:hover,
#partners .next:hover {
background-color: rgba(0, 0, 0, 0.8);
}

#partners .row:after {
content: "";
display: table;
clear: both;
}

/* Six columns side by side */
#partners .column {
float: left;
width: 32.5%;
padding:15px;
}

#partners .information-container .btn:hover{
color: #9A2167;
font-size: 15px;
-webkit-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -moz-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);

}

#partners .information-container .btn{
margin: 40px 0 0 0px;

}
#partners .information-container p{
  font-size: 15px;
  line-height: 25px;
}

#partners .details-title {
  padding:10px 0 10px 0;
  text-align: center;
  font-size: 35px;
}

#partners .details-title h2{
  font-size: 35px;
}

#partners .details-description {
  text-align: left;
}

#partners .details-ingreedients{
  text-align: left;
  font-size: 15px;
}

#partners #DetailsLogo1{
  height:50px;
  width:50px;
  margin-bottom: 10px;
  margin-right: 4px;
}


/*Terms and Conditions*/

#FAQ{
  padding-bottom:50px;
}
#FAQ .FAQ-thumb {
  background-color: rgb(240,240,240);
  position: relative;
  padding: 40px 80px 20px 80px;
  margin-top: 62px;
  border-radius: 15px;
}

#FAQ .FAQ-thumb p{
  font-size: 15px;
  text-align: left;
  line-height: 20px;
}

#FAQ .FAQ-icon {
  background-color: #222;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
#FAQ .FAQ-icon:hover {
  background-color: #71AA36 ;
}
#FAQ .FAQ-icon span {
  display: table-cell;
  vertical-align: middle;
}
#FAQ .FAQ-icon .fa {
  color: #ffffff;
  font-size: 55px;
  margin: 0;
  padding: 0;
}

#FAQ h3 {
  padding-top: 14px;
}

#order{
  padding-bottom:30px;
 
}

#social{
  padding-bottom:40px;
  transition: all 0.4s ease-in-out;
}

#social .fa {
  color: #222;
  font-size: 36px;
  margin: 0;
  padding: 0;
}

#social .fa:hover {
  color: #9A2167 ;
}

#FAQ .Conditions{
  width:100%;
  display: flex;
  justify-content: center;
}

#FAQ .btn {
  border: 1px solid #333232;
  color: #222;
  background-color: #ffff;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 10px 15px;
  margin-top: 50px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  -moz-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
}


#FAQ .btn:hover,
#FAQ .btn:focus {
  color: #9A2167;
  font-size: 15px;
  -webkit-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -moz-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}

div#ConditionsPopup{
	background-color:rgba(14, 17, 17, 0.67);
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1000;
	overflow: hidden;
	animation: RevealPopup .3s ease-in-out;
}

	@keyframes RevealPopup {
		0% {opacity:0;}
		100% {opacity: 1;}
		}

Div#ConditionsPopupBackground{
  overflow-y: auto;
  overflow-x: hidden;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	margin: 0 auto;
	min-height: 80%; 
	Height:48vw;
	Width:85vw;
	min-width: 700px;
	background: #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.253), 0 6px 20px 0 rgba(0, 0, 0, 0.223);
}
  
  #FAQ .ConditionsShow{
  visibility: visible;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px 10px 10px 10px;
  }

  #FAQ .section-title{
    padding:0;
  }

  #FAQ .Conditions-thumb {
    background-color: rgb(240,240,240);
    position: relative;
    padding: 35px 80px 40px 80px;
    margin-top: 32px;
    border-radius: 15px;
  }
  
  #FAQ .Conditions-thumb p{
    font-size: 15px;
    text-align: left;
    line-height: 20px;
  }


  button#CloseButtonConditions{
    float: right;
    background: transparent;
    z-index: 10;
    position: relative;
    Margin: 0% 1% 0 0;
    width: 42px;
    height: 42px;
    opacity: 0.6;
    border: none;
  }
  
  button#CloseButtonConditions:hover {
      opacity: 1;
    }
    
  button#CloseButtonConditions:before, button#CloseButtonConditions:after {
    position: absolute;
    content: ' ';
    height: 30px;
    width: 4px;
    background-color: #222;
    bottom:5px;
  }
  
  button#CloseButtonConditions:before {
    transform: rotate(45deg);
  }
  
  button#CloseButtonConditions:after {
    transform: rotate(-45deg);
  }

/* Footer section  */
footer {
  background-color: #141414;
  color: #757575;
  padding-top: 100px;
  padding-bottom: 100px;
}

footer #insta_gall{
  margin-bottom: 20px;
  width: 100%; 
  padding: 0px 100px 0px 100px; 
  height: 270px;
  overflow: hidden;
}

footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 14px;
}

footer strong {
  color: #f0f0f0;
  font-size: 20px;
  display: block;
  padding-top: 6px;
  padding-bottom: 2px;
}

/* copyright section  */
#copyright p {
  padding: 20px;
}

.gototop {
  background-color: #242424;
  color: #ffffff;
  font-size: 40px;
  padding: 20px 32px;
  text-align: right;
  transition: all 0.4s ease-in-out;
}
.gototop:hover {
  background-color: #9A2167;
  color: #fff;
}

/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background: #111;
  color: #ffffff;
}



/* Mobile Responsive */
@media (max-width: 1199px) {

  #team .join-team .fa {
    font-size: 20px;
    padding-bottom: 14px;
  }
  #team .join-team .btn {
    margin-top: 30px;
    font-size: 18px;
  }

  #pricing .pricing-thumb {
    background-color: #ffffff;
  position: relative;
  padding: 20px 10px 20px 10px;
  margin-top: 32px;
  }

  #pricing .gift-thumb {
    background-color: #ffffff;
  position: relative;
 
  margin-top: 32px;
  }

  #WeekMonthContainer{
    position: relative;
    background:#ffffff;
    width:100%;
    height: 320px;
    margin: 0px 0px 0px 0px;
  }

  #pricing .price-row_Biweekly_type{
    width: 100%;
    height: 25px;
    display: table;
    padding: 0 0px 5px 0px;
    }

    #pricing .media{
      display: -webkit-flex;
      display: flex;
      justify-content: center;
    }

    #order_pricing{ 
      padding-bottom:30px;
      }

      #pricing .gift-img p {
        padding-bottom: 0px;
        line-height: 20px;
        }


.LowerPricing{
  height: auto;
}

}

@media (max-width: 999px) {

  .navbar-default .navbar-brand {
    line-height: 46px;
  }

}

@media (max-width: 1000px) {

  
  .navbar-header {
    float: none;
}
.navbar-left,.navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.collapse.in{
    display:block !important;
}

.navbar-default .navbar-brand {
  line-height: 15px;
}
.navbar-default .navbar-nav li a {
  line-height: 30px;
}

#SubsDetails .Instruct-img{
  padding: 0px 0px 0px 0px;
}

#SubsDetails .instructions {
  padding: 0px 0px 10px 0px;
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }

}


@media (max-width: 980px) {

  #home {
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
          align-items: center;
    text-align: center;
    height: 40vh;
    overflow: hidden;
    position: relative;
  }

  #feature .col-md-4:last-child,
  #pricing .col-md-4:last-child,
  #about .col-md-4 {
    margin-top: 42px;
  }

  #team .team-thumb {
    margin-top: 20px;
    margin-bottom: 21px;
  }
  #team .join-team {
    padding: 10px 3px;
    margin-top: 20px;
  }

  #team .join-team .fa {
    font-size: 20px;
    padding-bottom: 14px;
  }
  #team .join-team .btn {
    margin-top: 2px;
    font-size: 18px;
  }

  #feature .feature-thumb {
    background-color: rgb(240,240,240);
    position: relative;
    padding: 40px 6px 40px 6px;
    margin-top: 32px;
    margin-bottom:0px;
    border-radius: 15px;
  }

  .LowerReward{
    padding-top: 35px;
   
  }
#WeekMonthContainer{
  position: relative;
  background:#ffffff;
  width:100%;
  height: 220px;
  margin-bottom: 90px;
}

#pricing .pricing-icon {
  background-color: #71AA36;
  width: 290px;
  height: 65px;
  margin: 0 auto;
  top: 0;
  margin-top: -40px;
  margin-bottom: 30px;
  position: relative;
  display: table;
  text-align: center;
  transition: all 0.4s ease-in-out;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  border-radius: 10px;
  
}

#pricing .pricing-icon-sub{
  background-color: rgb(154, 33, 104);
  width: 160px;
  height: 35px;
  margin: auto;
  top: 8px;
  margin-bottom: 2px;
  position: relative;
  float:left;
  display: table;
  transition: all 0.4s ease-in-out;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  border-radius: 10px;
  padding:5px;
}

  #pricing .pricing-icon-sub2{
    background-color: rgb(154, 33, 104);
    width: 130px;
    height: 35px;
    display: table;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    border-radius: 10px;
    padding:5px;
  }
  
  #pricing .pricing-icon-sub2 span {
    display: table-cell;
    vertical-align: middle;
    text-transform: none;
  }
  
  #pricing .pricing-icon-sub2{
  color: #ffffff;
  }
  
  #pricing .pricing-icon-sub2 .fa {
    color: #ffffff;
    font-size: 36px;
    margin: 0;
    padding: 0;
  }

  #pricing .pricing-thumb {
    background-color: #ffffff;
    position: relative;
    padding: 6px;
    margin-top: 32px;
  }

  #pricing .gift-thumb {
    background-color: #ffffff;
    position: relative;
    padding: 6px;
    margin-top: 50px;
  }

#pricing .price-row h2 {
  color: #333;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: none;
  display: table-cell;
  text-align: right;
  line-height: 1ex;
  vertical-align: middle;
}


#pricing .price-row_Biweekly{
  width: 100%;
  height: 85px;
  display: table;
  padding: 0 15px 10px 15px;
}

#pricing .price-row_Biweekly h2 {
  color: #333;
  margin: 10px 0 0px 0px;
  letter-spacing: 1px;
  text-transform: none;
  display: table-cell;
  line-height: 1ex;
  vertical-align: middle;
  float:left;
  position: absolute;
}
  
  .PricingBoxButton{
  border: 1px solid #333232;
  width: 110px;
  font-size: 20px;
  padding: 2% 0%;
  font-weight: 200%;
  text-align: center;
  background: #e0dfdf;
  color:rgb(12, 11, 11);;
  border-radius: 3px;
  transition:.25s;
  margin: 0% 8% 5% 8%;
  outline: 0;
  -webkit-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
  -moz-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
  box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
}

.PricingBoxButtonOn{
  border: 1px solid #333232;
  font-size: 20px;
  width: 110px;
  padding: 2% 0%;
  font-weight: 200%;
  text-align: center;
  background: #71AA36;
  color:rgb(12, 11, 11);;
  border-radius: 3px;
  transition:.25s;
  margin: 0% 8% 5% 8%;
  outline: 0;
  -webkit-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
  -moz-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
  box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
}

#pricing .Sub_Bowl_Type{
  width: 140px;
  float:right;
  display: table;
  transition: all 0.4s ease-in-out;
  font-size: 25px;
  line-height: 26px;
  letter-spacing: 1px;
  padding:5px;
}


#pricing .btn {
  border: 1px solid #333232;
  color: #9A2167;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 10px 10px;
  margin-bottom: 14px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  -moz-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
}

#pricing .price-row_Biweekly_type{
  width: 100%;
  height: 25px;
  display: table;
  padding: 0 15px 5px 15px;
  }

}

@media (max-width: 900px) {

  h1 {font-size: 70px;}
  
}

@media (max-width: 767px) {

  #feature .col-md-4,
  #pricing .col-md-4,
  #about .col-md-5,
  footer .col-md-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .filter-wrapper {
    padding: 0px;
  }
  #home h1 {
    font-size: 50px;
}

#pricing .pricing-thumb {
  background-color: #ffffff;
  position: relative;
  padding: 10px 6px 10px 6px;
  margin-top: 52px;
}

#pricing .gift-thumb {
  background-color: #ffffff;
  position: relative;
  padding: 10px 6px 0px 6px;
  margin-top: 55px;
}
}

@media (max-width: 650px) {

  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 30px;
  }

  #pricing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #about,
  #pricing,
  #feature,
  #FAQ,
  #video,
  #Partners,
  #menu,
  #team,
  #gallery,
  #contact {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-title {
  padding-bottom: 30px;
}

  #partners .media-object img {
    width: 100%;
    padding-bottom: 14px;
  }

  #partners .media-object span.partners-price {
    top: 30%;
    left: 6%;
  }

  footer {text-align: center;}

  #home{
    height: 30vh;
  }

  #home h1 {
    font-size: 35px;
}

#WeekMonthContainer{
  position: relative;
  background:#ffffff;
  width:100%;
  height: 200px;
  margin-bottom: 90px;
}

#pricing .pricing-thumb {
  background-color: #ffffff;
  position: relative;
  padding: 40px 6px 40px 6px;
  margin-top: 52px;

}

#pricing .gift-thumb {
  background-color: #ffffff;
  position: relative;
  padding: 40px 6px 0px 6px;
  margin-top: 52px;

}

.LowerPricing{
  margin-top: 65px;
}

#order_pricing{ 
  padding-bottom:0px;
  }

#pricing .btn{
  padding: 13px 5px;
}
img#BannerLogo{
  max-width: 80vw;
  padding-bottom: 25px;
  z-index: 10;
}

#pricing .pricing-icon {
  background-color: #71AA36;
  width: 290px;
  height: 65px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  display: table;
  text-align: center;
  transition: all 0.4s ease-in-out;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  border-radius: 10px;
  
}

#pricing .pricing-icon-sub{
  background-color: rgb(154, 33, 104);
  width: 160px;
  height: 35px;
  margin: auto;
  top: 8px;
  margin-bottom: 2px;
  position: relative;
  float:left;
  display: table;
  transition: all 0.4s ease-in-out;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  border-radius: 10px;
  padding:5px;
}

#pricing .pricing-icon-sub span {
  display: table-cell;
  vertical-align: middle;
  text-transform: none;
}

#pricing .pricing-icon-sub{
color: #ffffff;
}

#pricing .pricing-icon-sub .fa {
  color: #ffffff;
  font-size: 36px;
  margin: 0;
  padding: 0;
}

#pricing .pricing-icon-sub2{
  background-color: rgb(154, 33, 104);
  width: 120px;
  height: 35px;
  display: table;
  transition: all 0.4s ease-in-out;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  border-radius: 10px;
  padding:1px;
}

#pricing .pricing-icon-sub2 span {
  display: table-cell;
  vertical-align: middle;
  text-transform: none;
}

#pricing .pricing-icon-sub2{
color: #ffffff;
}

#pricing .pricing-icon-sub2 .fa {
  color: #ffffff;
  font-size: 36px;
  margin: 0;
  padding: 0;
}

#pricing .price-row h2 {
  color: #333;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: none;
  display: table-cell;
  text-align: right;
  line-height: 1ex;
  vertical-align: middle;
}

#pricing .Price_Small{
  Width:50%;
  Float:left;
  font-size: 20px;
  color: #333;
  padding-bottom:0px;
  margin-left:0px;

}

#pricing .Price_Regular{
Width:50%;
Float:left;
font-size: 20px;
color: #333;
padding-bottom:0px;
margin-left:0px;
}


#pricing .Price_Large{
Width:100%;
Float:right;
font-size: 20px;
color: #333;
padding-bottom:12px;
margin-right:0px;
}

#pricing .price-row_Biweekly{
  width: 100%;
  height: 85px;
  display: table;
  padding: 0 0px 10px 0px;
}

#pricing .price-row_Biweekly h2 {
  color: #333;
  margin: 10px 0 0px 0px;
  letter-spacing: 1px;
  text-transform: none;
  display: table-cell;
  line-height: 1ex;
  vertical-align: middle;
  float:left;
  position: absolute;
}

.PricingBoxButton{
  border: 1px solid #333232;
  width: 110px;
  font-size: 20px;
  padding: 2% 0%;
  font-weight: 200%;
  text-align: center;
  background: #e0dfdf;
  color:rgb(12, 11, 11);;
  border-radius: 3px;
  transition:.25s;
  margin: 0% 8% 5% 8%;
  outline: 0;
  -webkit-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
  -moz-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
  box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
}

.PricingBoxButtonOn{
  border: 1px solid #333232;
  font-size: 20px;
  width: 110px;
  padding: 2% 0%;
  font-weight: 200%;
  text-align: center;
  background: #71AA36;
  color:rgb(12, 11, 11);;
  border-radius: 3px;
  transition:.25s;
  margin: 0% 8% 5% 8%;
  outline: 0;
  -webkit-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
  -moz-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
  box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
}

#pricing .Sub_Bowl_Type{
  width: 100%;
  display: table;
  transition: all 0.4s ease-in-out;
  font-size: 25px;
  line-height: 26px;
  letter-spacing: 1px;
  padding:5px;
}


#pricing .btn {
  border: 1px solid #333232;
  color: #9A2167;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 10px 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  -moz-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
}

#pricing .price-row_Biweekly_type{
  width: 100%;
  height: 25px;
  display: table;
  padding: 0 0px 5px 0px;
  }

#order .btn1, .btn2, .btn3 {
  border: 1px solid #333232;
  color: #9A2167;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 10px 5px;
  margin: 0px 0 0 0;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  -moz-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
  }

  #order .btn1:hover,
  #order .btn1:focus {
  color: #9A2167;
  font-size: 14px;
  margin: 35px 4px 0px 4px;
  -webkit-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -moz-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}

#order .btn2:hover,
#order .btn2:focus {
color: #9A2167;
font-size: 14px;
margin: 35px 4px 0px 4px;
-webkit-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -moz-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}


#order .btn3:hover,
#order .btn3:focus {
color: #9A2167;
font-size: 14px;
-webkit-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -moz-box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 box-shadow: 0px 1px 0px #333232, 0px 3px 5px rgba(0,0,0,.2), inset 0px 1px 0px rgba(255,255,255,.1), inset 0px 0px 3px rgba(255,255,255,.2);
 -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}


              #SubsDetails .info p{
                text-align: left;
                line-height: normal;
              }

              #SubsDetails  .info-img{
              padding-top: 40px;

              }

              #SubsDetails  .instructions-title h2{
                padding-top: 40px;
                font-size: 30px;
                padding-left: 0px;
                text-align: center;
              }

              #SubsDetails  ul {
                padding-top: 4px;
                padding-left: 15px;
              }

              #SubsDetails  ul li {
                color: #777;
                font-size: 15px;
                font-weight: 400;
                padding-top: 2px;
                padding-bottom: 2px;
              }

              #SubsDetails  .instructions{
                padding: 0px 15px 10px 15px;
                text-align: center; 
              
              }

              #SubsDetails  .instructions h1, p{
                font-size: 15px;
                line-height: normal;
              }

              #SubsDetails  .instructions h1{
              margin-top: 10px;
              margin-bottom: 10px;
              }

              #SubsDetails .info-img{
                padding-top: 0px;
                }

              .gift-pic{
                padding: 0px 0px 0px 0px;
              
              }

              .gift-img p{
                text-align: center;
                padding: 0px 0px 0px 0px;
              }

              .gift-img h2{
                text-align: center;
                padding-top:50%;
                font-size: 30px;
              }

              #DeliveryDetails .map{
                text-align: center;
                height: 100%;
                width: 110%;
                right: 5%;
              }
              
              #DeliveryDetails iframe {
                display: block;
                border-style:none;
                margin: 0 auto;
                padding-top: 20px;
                width: 90%; 
                height: 90vw;
              }
/*-----Rewards-----*/


#feature .feature-thumb {
  background-color: rgb(240,240,240);
  position: relative;
  padding: 40px 6px 40px 6px;
  margin-top: 35px;
  margin-bottom:0px;
  border-radius: 15px;
}

.LowerReward{
  padding-top: 35px;
 
}

/*-- Retail Partners ---*/
    #partners .media{
    height: auto;
    }

    #partners .media-object {
    padding:0 0 20px 0;
    }

    #partners h3{
    text-align: center;
    padding: 0px 0 0px 0;
    font-size: 25px;
    }

    #partners h3{
      text-align: center;
      padding: 0px 0 0px 0;
      font-size: 25px;
      }

    #partners  .WholesaleText h3{
      font-size: 13px;
    }

    #partners .media-object img {
    width:100%;
    height: auto;
    position: relative;

    }


    #partners .details{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;

    }

    #partners .btn {
    border: 1px solid #333232;
    color: #222;
    background-color: #ffff;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 10px 15px;
    margin: 0 auto;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
    -moz-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
    box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
    }

    div#DetailsPopup{
    background-color:rgba(14, 17, 17, 0.67);
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
    overflow: hidden;
    animation: RevealPopup .5s ease-in-out;
    }

    @keyframes RevealPopup {
    0% {opacity:0;}
    100% {opacity: 1;}
    }

    Div#PopupBackground{
    overflow-y: auto;
    overflow-x: hidden;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
    min-height: 80%; 
    Height:90%;
    Width:95%;
    min-width: 95%;
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.253), 0 6px 20px 0 rgba(0, 0, 0, 0.223);
    }

    button#CloseButton{
    float: right;
    background: transparent;
    position: relative;
    Margin: 2% 2% 0 0;
    width: 35px;
    height: 35px;
    opacity: 0.5;
    border: none;
    }

    button#CloseButton:hover {
    opacity: 1;
    }

    button#CloseButton:before, button#CloseButton:after {
    position: absolute;
    content: ' ';
    height: 35px;
    width: 4px;
    background-color: #222;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom:5px;
    }

    button#CloseButton:before {
    transform: rotate(45deg);
    }

    button#CloseButton:after {
    transform: rotate(-45deg);
    }

    #partners .information-container p{
    font-size: 18px;
    }

    #partners .information-container h2{
    font-size: 35px;
    }

    #partners .DetailsGalleryContainer {
    position: relative;
    margin:10px 0 0 0px
    }

    #partners .DetailsLeft{
    padding: 0 0 0 0;
    }

    #partners .details-title {
    padding:10px 0 20px 0;
    text-align: center;
    }

    #partners .information-container .btn{
    margin: 20px 0 0 0px;
    }

/*---- FAQ and Contact-----*/
  #contact{
  height:70vh;
  width:100vw;
  position: relative;
  color: #999;
  }

    #FAQ{
    padding-top: 80px;
    }

    #FAQ .section-title{
    padding:0 0 50px 0;
    }

    #FAQ .FAQ-thumb {
    background-color: rgb(240,240,240);
    position: relative;
    padding: 40px 6px 0px 6px;
    margin-top: 32px;
    margin-bottom:50px;
    border-radius: 15px;
    }      

    #FAQ .Conditions{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;

    }

    #FAQ .btn {
    border: 1px solid #333232;
    color: #222;
    background-color: #ffff;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 10px 15px;
    margin: 0 auto;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
    -moz-box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
    box-shadow: 0px 2px 0px #333232, 0px 3px 10px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.2), inset 0px 0px 3px rgba(255,255,255,.3);
    }

    div#ConditionsPopup{
    background-color:rgba(14, 17, 17, 0.67);
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
    overflow: hidden;
    animation: RevealPopup .5s ease-in-out;
    }

    @keyframes RevealPopup {
    0% {opacity:0;}
    100% {opacity: 1;}
    }

    Div#ConditionsPopupBackground{
    overflow-y: auto;
    overflow-x: hidden;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
    min-height: 80%; 
    Height:90%;
    Width:95%;
    min-width: 95%;
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.253), 0 6px 20px 0 rgba(0, 0, 0, 0.223);
    }


    #FAQ .ConditionsShow{
    visibility: visible;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px 0px 10px 0px;
    }

    button#CloseButtonConditions{
    float: right;
    background: transparent;
    position: relative;
    Margin: 2% 2% 0 0;
    width: 35px;
    height: 35px;
    opacity: 0.5;
    border: none;
    }

    button#CloseButtonConditions:hover {
    opacity: 1;
    }

    button#CloseButtonConditions:before, button#CloseButtonConditions:after {
    position: absolute;
    content: ' ';
    height: 35px;
    width: 4px;
    background-color: #222;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom:5px;
    }

    button#CloseButtonConditions:before {
    transform: rotate(45deg);
    }

    button#CloseButtonConditions:after {
    transform: rotate(-45deg);
    }


    #Conditions .section-title {
    padding-bottom: 10px;
    }

    #FAQ .Conditions-thumb {
    background-color: rgb(240,240,240);
    position: relative;
    padding: 0 10px 5px 10px;
    border-radius: 15px;
    }

    #FAQ .Conditions-thumb p{
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    padding-top: 15px;
    }

    #FAQ #Conditions .col-sm-12{
    padding:0 10px 0 10px;
    }

    footer #insta_gall{
      margin-top: 15px;
      margin-bottom: 20px;
      width: 100%; 
      padding: 0px 5px 0px 5px; 
      height: 200px;
      overflow: hidden;
    }
    
    footer {
      background-color: #141414;
      color: #757575;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    
    footer h3 {
      color: #ffffff;
      text-transform: uppercase;
      padding-bottom: 0px;
    }
    
    footer strong {
      color: #f0f0f0;
      font-size: 20px;
      display: block;
      padding-top: 6px;
      padding-bottom: 2px;
    }
    
    footer .FooterInfoBox{
      padding-bottom: 20px;
    }

    
    }






