@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'GothamLight';
	src: url('font/GothamLight.eot');
	src: url('font/GothamLight?#iefix') format('embedded-opentype'), url('font/GothamLight.woff') format('woff'), url('font/GothamLight.ttf') format('truetype'), url('font/GothamLight.svg#GothamLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamBold';
	src: url('font/GothamBold.eot');
	src: url('font/GothamBold?#iefix') format('embedded-opentype'), url('font/GothamBold.woff') format('woff'), url('font/GothamBold.ttf') format('truetype'), url('font/GothamBold.svg#GothamBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamBook';
	src: url('font/GothamBook.eot');
	src: url('font/GothamBook?#iefix') format('embedded-opentype'), url('font/GothamBook.woff') format('woff'), url('font/GothamBook.ttf') format('truetype'), url('font/GothamBook.svg#GothamBook') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Medium';
	src: url('font/Gotham-Medium.eot');
	src: url('font/Gotham-Medium?#iefix') format('embedded-opentype'), url('font/Gotham-Medium.woff') format('woff'), url('font/Gotham-Medium.ttf') format('truetype'), url('font/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Georgia-Italic';
	src: url('font/Georgia-Italic.eot');
	src: url('font/Georgia-Italic?#iefix') format('embedded-opentype'), url('font/Georgia-Italic.woff') format('woff'), url('font/Georgia-Italic.ttf') format('truetype'), url('font/Georgia-Italic.svg#Georgia-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Georgia';
	src: url('font/Georgia.eot');
	src: url('font/Georgia?#iefix') format('embedded-opentype'), url('font/Georgia.woff') format('woff'), url('font/Georgia.ttf') format('truetype'), url('font/Georgia.svg#Georgia') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('font/HelveticaNeue.eot');
	src: url('font/HelveticaNeue?#iefix') format('embedded-opentype'), url('font/HelveticaNeue.woff') format('woff'), url('font/HelveticaNeue.ttf') format('truetype'), url('font/HelveticaNeue.svg#HelveticaNeue') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd-Bd';
	src: url('font/HelveticaNeueLTStd-Bd.eot');
	src: url('font/HelveticaNeueLTStd-Bd?#iefix') format('embedded-opentype'), url('font/HelveticaNeueLTStd-Bd.woff') format('woff'), url('font/HelveticaNeueLTStd-Bd.ttf') format('truetype'), url('font/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
		margin:0;
		padding:0;
		background:#ffffff;
		font-family: 'GothamBook';
		font-size:16px;
		line-height:1;
		color:#000000;
}

h1, h2, h3, h4, h5, h6, p, img{
	margin:0;
	padding:0;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#wrapper {
	width: 100%;
	margin: 0;
}

.preheader{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 96px;
    position: absolute;
    width: 100%;
}

nav.navbar-fixed-top {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    margin: 0;
    transition: all 0.8s ease-in-out 0s;
	top:0;
	height:80px;
}

.navbar-brand {
    margin:35px 0 0 15px;
    padding: 0;
    color: #ffffff !important;
}

.preheader a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.25s ease-out 0s;
}
.preheader a:hover {
    color: #2c76d8;
    text-decoration: none;
}

.join {
	font-family: 'GothamBook';
    color: #ffffff;
    float: right;
    font-size:24px;
    font-weight:300;
    margin:50px 0 0;
}

.join span {
    position: relative;
    top: -5px;
}


/**/

#home {
	background-attachment: fixed;
	background-image: url(../images/table_food.jpg);
	background-size: cover;
    background-position: center;
	padding-top: 90px;
}
#home .background-overlay {
	/*background-color: rgba(0,0,0,.6);*/
	padding: 40px 0 40px
}
#home .background-overlay h1 {
	font-family: 'GothamBold';
	font-size:42px;
	line-height:normal;
	margin: 0 0 15px;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
}
#home .background-overlay h1 strong {
	opacity: 1
}
#home .background-overlay h5 {
	font-family: 'GothamBook';
	font-size:28px;
	line-height:normal;
	margin: 0 0 15px;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
}

.videoWrapper{
	margin:30px 0;
	position:relative;
}

.videoWrapper .watch_video{
	background:url(../images/watch_video.png) no-repeat top center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}

.videoWrapper .watch_video.newwatch{
	background:url(../images/watch_video_new.png) no-repeat top center
}

/*#player {
            height: 0;
            position: relative;
            margin: 30px 0 10px;
        }

#player iframe{
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 999999999;
        }*/


a.btn_click{
	background:#2c76d8;
	font-family: 'GothamBold';
	font-size:20px;
	line-height:normal;
	color: #ffffff;
	text-align: center;
	text-transform:uppercase;
	display:table;
	margin:0 auto;
	padding:15px 30px;
	min-width:420px;
	text-decoration:none;
}

a.btn_click:hover{
	background:#5691e0;	
}

/*TICKER*/

#ticker{
	padding:75px 0;
}


#ticker .ticker{

	/*width:545px;*/
    display: table;
	height:135px;
	position:relative;
	display:table;
	margin:10px auto 0;
	font-family: arial;
    font-size:125px;
    font-weight: bold;
	color:#f1f2f3;
	text-shadow:0 0 2px 2px #bdc3c8;
}

#ticker .ticker span{
    background:url(../images/ticker_bg_new.png) no-repeat center center;
    float: left;
    margin: 1px 6px 1px 3px;
    text-align: center;
    width:90px;
    display: table-cell;
}

#ticker .ticker span.commas{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #454545;
    font-size: 90px;
    line-height: 180px;
    margin: 0;
    width: auto;
}

#ticker h2{
	font-family: "Gothambook";
	font-size:40px;
	color:#000000;
	text-align:center;
	text-transform:uppercase;
	padding:0 0 25px 0;
}

/*AUTHOR*/

.ruler {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #cdcdcd;
    color: #101010;
    font-size: 14px;
    font-weight: 100;
    min-height: 1px;
    padding: 10px 0 25px 0;
    text-transform: uppercase;
}

.fb-like {
    margin-bottom: 21px;
    padding: 0;
}

.fbicon {
    float: left;
    padding: 0;
    width: 36px;
}

.fb-followers {
    float: left;
    font-size: 20px;
    padding-left:10px;
    padding-top: 5px;
}

.fb-followers span{
	font-size: 16px;
}

.twitter1 {
    margin-left: 0;
    padding: 0;
}

.logo-banner-sec {
    margin:40px 0 30px;
}

.description .heading {
    font-family: 'Gotham-Medium';
	font-size:30px;
	margin:20px 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.logo-banner-sec img {
    width: 100%;
}

.logo-banner-sec .col-md-2 {
    padding: 0 5px;
    width: 20%;
	text-align:center;
}

/*AUTHOR END*/


.description p{
		font-family: 'GothamBook';
		font-size:16px;
		line-height:22px;
		color:#000000;
		margin:0 0 15px 0;
		padding:0;
}


.description ul{
	padding:10px 0;
}

.description ul li{
	padding:0 0 0 50px;
}


.pt75{
	padding-top:75px;
}


.pt100{
	padding-top:100px;
}

.pt50{
	padding-top:50px;
}

.section{}

.container h2{
	font-family: 'GothamBold';
	font-size:44px;
	line-height:normal;
	margin: 0 0 35px;
	color: #000000;
	text-align: center;
	text-transform:uppercase;
}

.section .pad30{
	padding:30px;
}

.brderLeft{
	border-left:2px solid #636466;
}

.brderRight{
	border-right:2px solid #636466;
}

.brderTop{
	border-top:2px solid #636466;
}

.brderBottom{
	border-bottom:2px solid #636466;
}

.cta2bg{
	background:url(../images/image-food-cta.jpg) no-repeat center center;
	background-size:cover;
	height:266px;
	margin:50px 0 60px 0;
}

.cta2bg .btn_click{
	position:relative;
	top:106px;
}


.section .description p span.bold{
	font-family: 'GothamBold';
	display:block;
	margin:0 0 5px 0;
	text-transform:uppercase;
}

.gudget_section{
	background:#f1f1f1;
	padding:80px 0;
	margin:80px 0;
	text-align:center;
}

#guarantysection{
	background:#DDDDDD;
	margin: 0 0 60px;
    padding: 50px 0 50px 0;
}

.description ul{
	margin:0;
	padding:10px;
}

.description ul li{
	background:url(../images/tick_icon.jpg) no-repeat 0 0;
	font-family: 'GothamBook';
	font-size:16px;
	line-height:22px;
	color:#000000;
	margin:0 0 30px 0;
	padding:0 0 0 60px;
}

.description ul li strong{
	font-family: 'GothamBold';
	font-weight:normal;
}



/**/

#testimonial{
	background:url(../images/grocery_store.jpg) no-repeat center top;
	background-size:cover;
	padding:300px 0;
	margin:100px 0 0 0;
}

#testimonial .testiBg{
	background:rgba(0,0,0,0.77);
	padding:50px;
	position:relative;
}

#testimonial .testiBg .profile{
	display:table;
	margin:0 auto 20px;
}


#testimonial .testiBg .quotes{	
		font-family: 'GothamBook';
		font-size:16px;
		line-height:22px;
		color:#ffffff;
		text-align:center;
		/*margin: 96px 0 20px;*/
		margin:20px 0 0;
		padding:0;
}

#testimonial .owl-theme .owl-controls {
    background:none;
    border:none;
    border-radius: 0;
    position: absolute;
    width: 100%;
	top:50%;
	padding:0;
	margin:-40px 0 0 0;
}

#testimonial .owl-theme .owl-controls .owl-prev{
	background:url(../images/owl_arrow_left.png) no-repeat center center;
	background-size:cover;
	width:76px;
	height:76px;
	float:left;
	position:relative;
	left:-80px;
	text-align:-9999px;
	outline:none;
}

#testimonial .owl-theme .owl-controls .owl-next{
	background:url(../images/owl_arrow_right.png) no-repeat center center;
	background-size:cover;
	width:76px;
	height:76px;
	float:right;
	position:relative;
	right:-80px;
	text-align:-9999px;
	outline:none;
}


/*FOOTER CSS*/
#footer{
	background:#333333;
	padding:30px 20px;
	color:#666666;
	font-family: 'GothamBook';
		font-size:16px;
		line-height:22px;
		color:#666666;
		text-align:center;
}	
	
#footer a{
	color:#666666;
}

.lightSwitcher{
	padding:8px 0 0 0;
	display:table;
	margin:0 auto 20px;
}
/************css****************/
.testimonial-head {
    color: #fff;
    font-family: "GothamBold";
    font-size:34px;
	line-height:40px;
    margin:0;
	text-transform:uppercase;
    text-align: center;
}
.description-fnt-14 p {
    font-size: 12px;
    margin: 0 0 10px;
}
/**********************css end***********/

*[class=cbfooter] {padding: 10px 100px 0px 100px !important;}

























/*RESPONSIVE CSS HERE START*/

@media (min-width:300px) and (max-width:767px) {
#testimonial .testiBg .quotes {
    margin:35px 0 0 0;
}
	}
@media (max-width: 640px) {

.header-top{		
	font-size:18px;
	color:#000000;
}
	
.header-top h1{
		font-size:24px;
	}
	
.navbar-brand {
    display: block;
    float: none;
    margin: 20px 0 15px;
    padding: 0;
	text-align:center;
	height:auto;
}

.join {
    display: block;
    float: none;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	 margin: 0 0 7px;
    padding-bottom: 0;
}


#home .background-overlay {
   padding: 10px 0;
}

#home .background-overlay h1{
	font-size:20px;
	margin: 0 0 10px;
}

#home .background-overlay h5 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.videoWrapper {
    margin: 10px 0;
}

.videoWrapper .watch_video{
	display:block;
}

.lightSwitcher{margin:30px auto;}

a.btn_click {
    display: block;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    min-width: auto;
    padding: 15px 0;
}

#ticker{
	padding: 10px;
	font-family: "Gothambook";
	font-size:16px;
	color:#000000;
	text-align:center;
}


#ticker .ticker{
	/*background:url(../images/ticker_bg_m.png) no-repeat center center;*/
	/*width:240px;*/
	height:60px;
	position:relative;
	display:table;
	margin:10px auto 20px;
	font-family: arial;
    font-size: 48px;
    font-weight: bold;
	color:#f1f2f3;
	text-shadow:0 0 2px 2px #bdc3c8;
}

#ticker .ticker span{
    float: left;
    margin: 1px 2px 1px 1px;
    text-align: center;
    width: 45px;
	line-height: 56px;
}

#ticker h2{
	font-size:20px;
	padding:0 0 5px 0;
}


.container h2{
	font-size: 30px;
    line-height: normal;
    margin: 0 0 20px 0;
}

.container h2 br{
	display:none;
}

.pt100, .pt50 {
    padding-top: 30px;
}

.container img{
	width:auto;
	max-width:100%;
	height:auto;
}

.cta2bg{
	background:url(../images/mid_img_mobilebg.jpg) no-repeat center center;
	margin:30px 0;
	height: 200px;
	background-size:100%;
}

.cta2bg .btn_click {
    position: relative;
    top: 77px;
}

.gudget_section, #guarantysection {
    margin:0 0 30px;
    padding:40px 0 35px 0;
}

#testimonial{
	padding:30px 0;
	margin:30px 0 0 0;
	background-attachment:fixed;
}

#testimonial .testiBg{
	padding:20px;
}

.testimonial-head{
	font-size: 20px;
    line-height: normal;
	margin: 0;
}

#testimonial .testiBg .quotes{
	font-size: 12px;
    line-height: 18px;
    margin:20px 0 0;
    padding:10px;
}


#testimonial .owl-theme .owl-controls .owl-prev{
	height: 24px;
    left: -15px;
    width: 24px;
}

#testimonial .owl-theme .owl-controls .owl-next{
	height: 24px;
    right: -15px;
    width: 24px;
}

#testimonial .testiBg .profile {
    display: table;
    margin: 0 auto;
    width: 40%;
}

#testimonial .owl-theme .owl-controls{
	margin:0;
    padding: 0;
    position: absolute;
    top:0%;
}

.block{
	display: block;
}

*[class=top10] {padding-top: 10px !important;}
*[class=top20] {padding-top: 20px !important;}
*[class=bottom30] {padding-bottom: 30px !important;}
*[class=cbfooter] {padding: 10px 50px 0px 50px !important; font-size: 12px !important;}

hr {
	margin: 20px 40px;
}

.brderLeft{
	border-left:none;
}

.brderRight{
	border-right:none;
}

.brderTop{
	border-top:none;
}

.brderBottom{
	border-bottom:none;
}

.section.download .pull-right{
	float:none !important;
}

.section.download img{
	margin: 0 0 20px;
}

.logo-banner-sec .col-md-2 {
    padding:0 2px;
    width: 20%;
}

#footer{
	padding:30px 10px;
}

/**/	
}


@media (min-width:992px) and (max-width:1200px) {
.container h2 br{
	display:none;
}

#ticker {
    padding: 40px 10px;
}

#ticker .ticker{
	width: 100%;
	background-size:100%;
}

#ticker .ticker span{
	width: 82px;
	line-height: 130px;
	font-size: 75px;
}

#ticker h2{
	font-size:30px;
}

}

@media (max-width:1200px) {

.setImageFull {
	height: auto !important;
	width: 100% !important;
	margin: 0 !important;
}

.drop1200 {
	display: block;
}

.scaleForMobileMacros {
	width: 303px !important;
}

.benefit_icon img{
	max-width:100%;
	height:auto;
}
}

#shadow {
    background-image: url(../images/shade1x1.png);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

@media (max-width: 992px) {

.scaleForMobileMacros {
	width: 230px !important;
}
}

@media (max-width: 770px) {

.scaleForMobileMacros {
	width: 100% !important;
}

.displayBlock {
	width: 100% !important;
	display: block !important;
	padding: 0px !important;
}
}

@media (max-width: 570px) {

.vertpadding15 {
	padding: 15px 0 !important;
}
.hideForMobile {
	display: none !important;
}
.scaleForMobileMaintenance {
	width: 100% !important;
}

.calories {
    width: 100% !important;
}
}

/**/
@media (min-width:1200px) {
#ticker .ticker{

	/*width:545px;*/
    display: table;
	height:135px;
	position:relative;
	display:table;
	margin:0 auto 20px;
	font-family: arial;
    font-size:125px;
    font-weight: bold;
	line-height:130px;
	color:#f1f2f3;
	text-shadow:0 0 2px 2px #bdc3c8;
}

#ticker .ticker span{
    background:url(../images/ticker_bg_new.png) no-repeat 0 center;
    float: left;
    margin: 1px 6px 1px 3px;
    text-align: center;
    width:106px;
    display: table-cell;
}
#ticker .ticker span:nth-last-child(4){
    background-position: -110px center;
    padding-right: 15px;
    width: 126px;
}


}
/**/


/*NEW CSS ADD Nov07, 2015*/

.formSectionNew h3.formOne{
	padding:30px 0;
	font-size: 30px;
	line-height:40px;
}

.formSectionNew a.btn_click{
	width:100%;
	min-width:100%;
}

.formSectionNew .radio{
	text-align:left;
}

#vsl-join-form{
	margin-top:20px;
}