
/* CSS Document */
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/opensans-regular-webfont.eot');
	src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
a img {
	outline: none;
	border: none;
}
* {
	margin: 0px;
	padding: 0px;
}
/*
-------------------------------
Body
-------------------------------
*/

body {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	font-family: "Open Sans";
}
#loder {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 0;
	top: 43%;
	left: 47%;
	display: block;
}
#homebg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	display: none;
	background: url(../images/home-bg.jpg) 50% 20px no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#nutrition-zone {
	background: url(../images/bg/nutrition-zone.jpg) 50% 0 no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#recipe-zone {
	background: url(../images/bg/reciepe-zone.jpg) 50% 0 no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#kids-zone {
	background: url(../images/home-bg.jpg) 50% 0 no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#home-maincontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;/*background-color:#FFF;*/
}

#paras-logo {
	width: 150px;
	height: 117px;
	position: absolute;
	z-index: 9999;
	top: 10px;
	left: 10px;
	display: none;
}
#paras-logo1 {
	width: 150px;
	height: 117px;
	float: left;
	margin: 10px 0 0 0px
}
.containt-inner-home {
	width: 980px;
	margin: 0 auto;
	position: absolute;
	z-index: 4;
	background: #FFF;
	visibility: hidden;
	top: 0px;
}

/*=========Search box Top Row============*/
	
.header-searchbox-row {
	width: 328px;
	height: 36px;
	float: right;
	clear: both;
	margin: 15px 0 0 0;
}
.header-searchbox-row p {
	width: auto;
	height: auto;
	font-family: "Open Sans";
	font-size: 12px;
	color: #767676;
	float: left;
	margin: 0px;
	padding: 6px 0 0 0;
}
.header-searchbox-row .search-box {
	width: 200px;
	height: 30px;
	float: left;
	margin: 0 0 0 10px
}
.header-searchbox-row .search-box input[type='text'] {
	width: 158px;
	height: 30px;
	border-radius: 5px 0 0 5px;
	background: #efefef;
	border-left: #e1e1e1 solid 1px;
	border-top: #e1e1e1 solid 1px;
	border-bottom: #e1e1e1 solid 1px;
	border-right: #efefef solid 1px;
	float: left;
	margin: 0px;
	padding: 0px 0 0 10px;
	outline: none;
	font-family: "Open Sans";
	font-size: 12px;
	color: #c2c2c2;
}
.header-searchbox-row .search-box input[type='button'] {
	width: 28px;
	height: 32px;
	border-radius: 0 5px 5px 0;
	background: url(../images/search.jpg) no-repeat 4px 5px #efefef;
	border-right: #e1e1e1 solid 1px;
	border-top: #e1e1e1 solid 1px;
	border-bottom: #e1e1e1 solid 1px;
	border-left: #efefef solid 1px;
	float: left;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	outline: none;
}

/*==================Slider====================*/	
	
#slider {
	width: 950px;
	height: 309px;
	border: #e7e7e7 solid 1px;
	margin: 0 auto;
	background: #f0f0f0;
	padding: 5px;
	display: none;
}
/*==================Mid main container====================*/

#mid-maincontainer {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin: 10px auto 10px;
}
/******Latest media*******/
.latest-media-col {
	width: 210px;
	height: 277px;
	float: left;
	margin: 0 40px 0 0
}
.latest-media-col .media-heading {
	width: 100%;
	height: 18px;
	border-bottom: #dfdfdf solid 3px;
	font-family: "Open Sans";
	font-size: 16px;
	color: #525252;
	padding: 11px 0 11px 0
}
.latest-media-col .media-heading a {
	color: #525252 !important;
	text-decoration: none !important;
}
.latest-media-col .media-pic {
	width: 210px;
	height: 190px;
	margin: 10px auto;
	overflow: hidden;
}
.latest-media-col .media-pic img {
	width: 100%;
	height: 200px;
}
.latest-media-col .read-moretext {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 13px;
	color: #363636;
	text-align: right;
}
.latest-media-col .read-moretext a {
	color: #363636;
	text-decoration: none;
}
/******Whats new*******/

.whats-new-col {
	width: 210px;
	height: 245px;
	float: left;
	margin: 0 40px 0 0;
}
.whats-new-col .what-new-heading {
	width: 100%;
	height: 18px;
	border-bottom: #dfdfdf solid 3px;
	font-family: "Open Sans";
	font-size: 16px;
	color: #525252;
	padding: 11px 0 11px 0
}
.whats-new-col .what-mid-row {
	width: 100%;
	height: 147px;
}
.whats-new-col .what-mid-row ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.whats-new-col .what-mid-row ul li {
	width: auto;
	height: auto;
	overflow: hidden;
	list-style: none;
	font-family: "Open Sans";
	font-size: 13px;
	color: #525252;
	border-bottom: dashed 1px #9c9c9c;
	padding: 10px 0 10px 0;
}
.whats-new-col .what-mid-row ul li p {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px 0 0 15px;
	background: url(../images/horrizontal-arrow.jpg) no-repeat 0 6px;
}
.whats-new-col .what-mid-row ul li .readmore {
	color: #0067ac;
	text-align: right;
	width: 100%;
}
.whats-new-col .what-mid-row ul li .readmore a {
	color: #0067ac;
	text-decoration: none;
}
.whats-new-col .whats-view-all {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 13px;
	color: #363636;
	text-align: right;
	padding: 10px 0 0 0
}
.whats-new-col .whats-view-all a {
	color: #363636;
	text-decoration: none;
}
/******home facebook box*******/

.home-facebook {
	width: 210px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0px 0 0 0
}
.home-facebook .face-butt {
	width: 100%;
	height: auto;
	text-align: center;
}
.home-facebook .face-like {
	width: 100%;
	height: auto;
	text-align: center;
}
.home-facebook .subscribe-row {
	width: 210px;
	height: 30px;
	margin: 10px 0 0 0;
}
.home-facebook .subscribe-row input[type='text'] {
	width: 176px;
	height: 28px;
	border: #313131 solid 1px;
	float: left;
	outline: none;
}
.home-facebook .subscribe-row input[type='button'] {
	width: 30px;
	height: 32px;
	float: left;
	background: #444444;
	font-family: "Open Sans";
	font-size: 13px;
	color: #FFF;
	outline: none;
	border: none;
	cursor: pointer;
}
/*==================Footer===================*/	

#footer {
	width: 100%;
	height: auto;
	border-top: #dfdfdf solid 1px;
	overflow: hidden;
}

#footer .copyright a {
	color: #7e7e7e;
	text-decoration: none;
}
/*===============Link Page=================*/
.link-page-container {
	width: 980px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	background: #FFF;
}
#link-slider {
	width: 950px;
	height: auto;
	padding: 5px 5px 5px 5px;
	border: #e7e7e7 solid 1px;
	margin: 0 auto;
}
#link-slider img {
	width: 100%;
	height: auto;
}
/*===============Nutrition Zone=================*/	
	
.nutrition-left-col {
	width: 711px;
	height: auto;
	overflow: hidden;
	margin: 0 10px 0 0;
	float: left;
}
.nutrition-right-col {
	width: 211px;
	height: auto;
	overflow: hidden;
	margin: 40px 0 0 10px;
	float: right;
}
h5 {
	font-family: "Open Sans";
	font-size: 18px;
	color: #0067ac;
	padding: 10px 0 10px 0;
	margin: 0px;
	font-weight: normal;
}
.nutrition-row {
	width: 706px;
	height: auto;
	min-height: 386px;
	background: #9de2ff;
	-moz-box-shadow: inset 0 0 20px #3597c0;
	-webkit-box-shadow: inset 0 0 20px #3597c0;
	box-shadow: inset 0 0 20px #3597c0;
	border: #4fbbe9 solid 1px;
}
.nutrition-row .nutri-heading {
	width: auto;
	height: auto;
	font-family: "Open Sans";
	font-size: 15px;
	color: #525252;
	padding: 18px 0 18px 21px;
	overflow: hidden;
}
.nutrition-row .nutri-mid-row {
	width: auto;
	height: auto;
	padding: 0px 21px 0px 21px;
	overflow: hidden;
}
.nutrition-row .nutri-mid-row .nutri-pic {
	width: 115px;
	height: 122px;
	float: left;
	background: #FFF;
	padding: 5px;
	border: #7fb7cf solid 1px;
	overflow: hidden;
}
.nutri-detail {
	width: 513px;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0 0 0 10px
}
.nutri-detail .nutritonist-name {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 14px;
	color: #0067ac;
	margin-bottom: 10px
}
.nutri-detail .nutritonist-name a {
	color: #0067ac;
	text-decoration: none;
}
.nutri-detail .nutritonist-text {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 13px;
	color: #525252;
	text-align: justify;
}
.nutri-tips-row {
	width: auto;
	height: auto;
	padding: 0px 21px 20px 21px;
	overflow: hidden;
}
.nutri-tips-row .tips-heading {
	width: auto;
	height: auto;
	font-family: "Open Sans";
	font-size: 15px;
	color: #525252;
	padding: 18px 0 8px 0px;
	overflow: hidden;
}
.nutri-tips-row .tips-text {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 13px;
	color: #525252;
	text-align: justify;
}
.nutri-tips-row .tips-button {
	width: 170px;
	height: 40px;
	float: right;
	background: #4799c6; /* Old browsers */
	background: -moz-linear-gradient(top, #4799c6 1%, #12669c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #4799c6), color-stop(100%, #12669c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4799c6 1%, #12669c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4799c6 1%, #12669c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4799c6 1%, #12669c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4799c6 1%, #12669c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4799c6', endColorstr='#12669c', GradientType=0 ); /* IE6-9 */
	font-family: "Open Sans";
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	border-radius: 10px;
	margin: 30px 0 0 0;
}
.nutri-tips-row .tips-button a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 10px 0 8px 0
}
/************Nutrition F.A.Q*************/
	
.nutri-faq-row {
	width: auto;
	height: auto;
	overflow: hidden;
	border-top: #f0f0f0 solid 1px;
	margin: 10px 0 0 0;
}
.nutri-faq-row .nutrifaq-heading {
	font-family: "Open Sans";
	font-size: 15px;
	color: #525252;
	padding: 10px 0 10px 0;
	width: 100%;
	height: auto;
}
.faq-dec-row {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.faq-dec-row .faq-rep-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: #c2c2c2 dashed 1px;
	padding: 0px 0 15px 0;
	margin: 0 0 10px 0;
}
.faq-ques-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both
}
.faq-ques-row .profile-pic {
	width: 60px;
	height: 60px;
	float: left;
	padding: 3px;
	border: #cfcfcf solid 1px;
}
.faq-ques-row .faq-ques-leftcol {
	width: 626px;
	height: auto;
	overflow: hidden;
	float: right;
}
.faq-ques-leftcol .user-heding {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 14px;
	color: #0c699e;
}
.faq-ques-leftcol p {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	color: #525252;
	font-size: 13px;
	text-align: justify;
	margin: 0px;
	padding: 5px 0 0 0;
}
.faq-ques-leftcol .faq-datetime {
	width: 130px;
	height: 20px;
	font-family: "Open Sans";
	color: #818282;
	font-size: 11px;
	float: right;
	clear: both;
	border-bottom: #e3e2e2 solid 1px;
}
.faq-ans-row {
	width: 89%;
	height: auto;
	overflow: hidden;
	float: right;
	clear: both;
}
.faq-ans-row .profile-pic-col {
	width: 69px;
	height: auto;
	float: left;
	overflow: hidden
}
.faq-ans-row .profile-pic-col .faq-replby {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 12px;
	color: #818282;
	text-align: left;
	padding: 0 0 5px 0;
}
.faq-ans-row .profile-pic-col .profile-pic {
	width: 60px;
	height: 60px;
	float: left;
	padding: 3px;
	border: #cfcfcf solid 1px;
}
.faq-ans-row .faq-ans-rightcol {
	width: 550px;
	height: auto;
	overflow: hidden;
	float: right;
	margin: 20px 0 0 0
}
.faq-ans-rightcol .user-heding {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 14px;
	color: #0c699e;
}
.faq-ans-rightcol p {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	color: #525252;
	font-size: 13px;
	text-align: justify;
	margin: 0px;
	padding: 5px 0 0 0;
}
.faq-ans-rightcol .faq-datetime {
	width: 130px;
	height: 20px;
	font-family: "Open Sans";
	color: #818282;
	font-size: 11px;
	float: right;
	clear: both;
	border-bottom: #e3e2e2 solid 1px;
}
/******Associates Panel********/
	
.asso-penal-row {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.asso-penel-heading {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 15px;
	color: #525252;
	padding: 0 0 0 0;
}
.asso-penal-row ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.asso-penal-row ul li {
	font-family: "Open Sans";
	font-size: 13px;
	color: #525252;
	list-style-image: url(../images/horrizontal-arrow.jpg);
	list-style-position: outside;
	margin: 10px 0 0 20px;
	padding: 0px;
}
.asso-penal-row ul li a {
	color: #525252;
	text-decoration: none;
}
.asso-penal-row ul li a:hover {
	color: #000;
}
/******BMI Calculater********/
	
.bmi-calculate {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: #dedede solid 1px;
	margin: 20px 0 0 0
}
.bmi-calculate-heading {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 15px;
	color: #525252;
	padding: 10px 0 10px 0;
}
.bmi-mid-row {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.bmi-mid-row .cal-box {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.bmi-mid-row .cal-box label {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 13px;
	color: #525252;
	padding: 0px 0 0px 0
}
.bmi-mid-row .cal-box .in-cal {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px 0 10px 0
}
.feet {
	width: 46%;
	height: 26px;
	border: #d0d0d0 solid 1px;
	font-family: "Open Sans";
	font-size: 13px;
	color: #525252;
	outline: none;
	float: left;
	padding: 0 0 0 5px
}
.inch {
	width: 46%;
	height: 26px;
	border: #d0d0d0 solid 1px;
	font-family: "Open Sans";
	font-size: 13px;
	color: #525252;
	outline: none;
	float: right;
	padding: 0 0 0 5px
}
.weight {
	width: 96%;
	height: 26px;
	border: #d0d0d0 solid 1px;
	font-family: "Open Sans";
	font-size: 13px;
	color: #525252;
	outline: none;
	float: right;
	padding: 0 0 0 5px
}
.cal-button {
	background: #0067ac;
	font-family: "Open Sans";
	color: #ffffff;
	font-size: 13px;
	padding: 5px 5px 5px 5px;
	float: right;
	border: none;
	outline: none;
	cursor: pointer;
}
.bmi-result {
	width: 98%;
	height: auto;
	font-family: "Open Sans";
	font-size: 15px;
	color: #525252;
	padding: 10px 0 10px 2%;
	background: #D9FDFC;
}
/*************linkpage Footer************/	


#link-page-footer .link-inner {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.footer-left {
	width: 13%;
    height: auto;
    float: left;
    overflow: hidden;
    margin: 20px;
}
.footer-left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-left ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Open Sans";
	font-size: 13px;
	color: #3c3c3c;
}
.footer-left ul li a {
	color: #3c3c3c;
	text-decoration: none;
	padding: 0 0 5px 0;
	display: block;
}
.footer-left ul li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-left ul li ul li {
	padding: 0px;
	list-style: none;
	font-family: "Open Sans";
	font-size: 12px;
	color: #3c3c3c;
	list-style-image: url(../images/horrizontal-arrow-grey.jpg);
	list-style-position: outside;
	margin: 0 0 0 15px;
}
/**********************Login section****************************/		
#inline1, #inline2 {
	display: none;
}
.popup-container {
	width: 378px;
	height: auto;
	background: #FFF;
	overflow: hidden;
	border: #000 solid 10px
}
.popup-logo {
	width: 198px;
	height: 85px;
	margin: 12px auto 0;
}
.popup-logo img {
	width: 100%;
	height: auto;
}
.popup-facebox {
	width: 340px;
	height: 70px;
	margin: 25px auto 0;
}
.popup-facebox .login-button {
	width: 196px;
	height: 18px;
	margin: 0 auto;
}
.popup-facebox .login-textdec {
	width: 100%;
	height: auto;
	text-align: center;
	font-family: Calibri;
	font-size: 18px;
	color: #787878;
	padding: 10px 0 0 0;
}
.popup-loginbox {
	width: 345px;
	height: auto;
	overflow: hidden;
	margin: 25px auto 0;
}
.popup-loginbox .login-heading {
	width: 100%;
	height: 31px;
	border-bottom: dotted #d2d2d2 2px;
	font-family: Calibri;
	font-size: 24px;
	color: #787878;
}
.popup-loginbox .login-textbox {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px auto;
}
.popup-loginbox .login-textbox label {
	width: 100px;
	height: auto;
	float: left;
	text-align: right;
	font-family: "Open Sans";
	font-size: 12px;
	color: #787878;
	margin: 4px 0 0 0;
}
.popup-loginbox .login-textbox input[type='text'] {
	width: 222px;
	height: 30px;
	border: #ededed solid 1px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0 ); /* IE6-9 */
	border-radius: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0 0 0 10px;
	float: left;
	outline: none;
	margin-left: 10px;
}
.popup-loginbox .login-textbox input[type='password'] {
	width: 222px;
	height: 30px;
	border: #ededed solid 1px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0 ); /* IE6-9 */
	border-radius: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0 0 0 10px;
	float: left;
	outline: none;
	margin-left: 10px;
}
.capcha-box {
	width: 222px;
	height: 40px;
	float: left;
}
.popup-loginbox .capcha-box .cpcha-imgbox {
	width: 80px;
	height: 30px;
	float: left
}
.popup-loginbox .capcha-box input[type='text'] {
	width: 102px;
	height: 30px;
	border: #ededed solid 1px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0 ); /* IE6-9 */
	border-radius: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0 0 0 10px;
	float: left;
	outline: none;
}
.popup-loginbox .login-textbox input[type='file'] {
	width: 222px;
	height: 30px;
	padding: 0 0 0 0px;
	float: left;
	outline: none;
	margin-left: 10px;
}
.popup-loginbox .login-textbox .forgot-pass {
	font-family: "Open Sans";
	font-size: 12px;
	color: #0094da;
	float: left;
	width: 120px;
	padding: 8px 0 0 110px;
	text-align: right
}
.popup-loginbox .login-textbox .forgot-pass a {
	color: #0094da;
	text-decoration: none;
}
.popup-loginbox .login-textbox .popup-button {
	background: #085a8f; /* Old browsers */
	width: 85px;
	height: 35px;
	border: #85d2b2 solid 1px;
	border-radius: 5px;
	font-family: Calibri;
	font-size: 16px;
	color: #FFF;
	float: right;
	padding: 0 0 3px 0;
	cursor: pointer;
	outline: none;
}
#forgotpass {
	display: none;
}
/********Link page subscribe**********/
.linksubscribe-row {
	width: 250px;
	height: 30px;
	margin: 10px 10px 10px 0;
	float: right;
	clear: both;
}
.linksubscribe-row input[type='text'] {
	width: 176px;
	padding-left: 10px;
	height: 30px;
	border: #313131 solid 1px;
	float: left;
	outline: none;
}
.linksubscribe-row input[type='button'] {
	width: 30px;
	height: 32px;
	float: left;
	background: #444444;
	font-family: "Open Sans";
	font-size: 13px;
	color: #FFF;
	outline: none;
	border: none;
	cursor: pointer;
}
/********Link page subscribe**********/
.ask-turition-box {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.ask-turition-box label {
	width: 80px;
	height: auto;
	font-family: "Open Sans";
	font-size: 14px;
	color: #3c3c3c;
	float: left;
	text-align: right;
	margin: 0 10px 0 0
}
.ask-turition-box textarea {
	width: 86%;
	height: 100px;
	background: #f3f3f3;
	float: left;
	border: #cacaca solid 1px;
}
.ask-turition-box .ask-button {
	background: #2990bf;
	font-family: "Open Sans";
	font-size: 14px;
	color: #FFF;
	float: right;
	clear: both;
	margin: 10px 0 0 0;
}
.ask-turition-box .ask-button a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px
}
/*------------------------------------------
Recipe Corner
------------------------------------------*/
	
#recipe-top-row {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.recipe-type-col {
	width: 22%;
	height: 250px;
	float: left;
	margin: 10px 14px 10px 20px;
	padding: 0px;/*background:#CCC;*/
}
.recipe-type-col .recipe-circle {
	width: 100px;
	height: auto;
	border-radius: 50%;
	border: #FFF solid 3px;
	overflow: hidden;
	text-align: right;
	margin: 10px auto 0;
	position: relative;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
}
.recipe-type-col .recipe-circle img {
	width: 100%;
	height: 100%;/*position:absolute;
	left:-30%; top:0px;*/
}
.recipe-type-col .recipe-heading {
	width: 160px;
	height: auto;
	min-height: 30px;
	margin: 10px auto 0;
	background: url(../images/line.jpg) repeat-x bottom;
	font-family: "Open Sans";
	font-size: 16px;
	color: #060606;
	text-align: center
}
.recipe-type-col .recipe-heading a {
	color: #060606;
	text-decoration: none;
}
/*********cook recipe************/
.cook-recipe-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.cook-recipe-row .recipe-row-heading {
	width: 220px;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 16px;
	color: #525252;
	padding: 0px 0 5px 0;
	margin: 0;
	border-bottom: #b5e0fd solid 2px;
}
.cook-recipe-row .cook-inner-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px 0 10px 0;
}
.cook-recipe-row .cook-inner-row .pic-profile {
	width: 80px;
	height: 80px;
	float: left;
	overflow: hidden;
	border-radius: 5px;
}
.pic-profile img {
	width: 100%;
	height: auto;
}
.cook-recipe-row .cook-inner-row p {
	font-family: "Open Sans";
	font-size: 14px;
	color: #444444;
	float: left;
	width: 90%;
	margin: 0 0 0 10px;
	padding: 0px;
	text-align: justify;
}
.cook-recipe-row .recipe-button {
	width: 260px;
	height: 48px;
	background: #5fb7ed; /* Old browsers */
	background: -moz-linear-gradient(top, #5fb7ed 0%, #3995d4 98%, #3995d4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5fb7ed), color-stop(98%, #3995d4), color-stop(100%, #3995d4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5fb7ed 0%, #3995d4 98%, #3995d4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5fb7ed 0%, #3995d4 98%, #3995d4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5fb7ed 0%, #3995d4 98%, #3995d4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5fb7ed 0%, #3995d4 98%, #3995d4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb7ed', endColorstr='#3995d4', GradientType=0 ); /* IE6-9 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	border-radius: 5px;
	text-align: center;
	float: right;
	clear: both;
}
.cook-recipe-row .recipe-button a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 15px 0 15px 0;
}
/*******************Recipe of the week************************/	
	
.weeklyrecipe-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.weeklyrecipe-row .weekly-row-heading {
	width: 220px;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 16px;
	color: #525252;
	padding: 0px 0 5px 0;
	margin: 0;
	border-bottom: #dfdfdf solid 2px;
}
.weeklyrecipe-row .weekly-inner-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px 0 10px 0;
}
.weeklyrecipe-row .weekly-inner-row .pic-profile {
	width: 80px;
	height: 80px;
	float: left;
	overflow: hidden;
	border-radius: 5px;
}
.pic-profile img {
	width: 100%;
	height: auto;
}
.weekly-inner-row .weekly-inner-right {
	width: 90%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0 0 0 10px;
}
.weekly-inner-row .weekly-inner-right .week-name {
	width: auto;
	height: auto;
	font-family: "Open Sans";
	font-size: 14px;
	color: #272727;
}
.weekly-inner-row .weekly-inner-right .week-name span {
	font-size: 12px;
}
.weekly-inner-row .weekly-inner-right p {
	width: 100%;
	font-family: "Open Sans";
	font-size: 12px;
	color: #b7410e;
	margin: 0px;
	padding: 10px 0 0 0;
	font-weight: bold;
}
.weekly-flike {
	width: 225px;
	height: 30px;
	float: right;
	clear: both;
	text-align: right;
	margin: 10px 0 0 0
}
.post-recipe-row {
	width: 320px;
	height: auto;
	overflow: hidden;
	float: right;
	clear: both;
}
.post-recipe-butt {
	width: 150px;
	height: 40px;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%, #d8d8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%, #d8d8d8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 0%, #d8d8d8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d8d8d8', GradientType=0 ); /* IE6-9 */
	border: #b4b4b4 solid 2px;
	border-radius: 10px;
	font-family: "Open Sans";
	font-size: 16px;
	color: #7f7f7f;
	text-align: center;
	float: left
}
.post-recipe-butt a {
	color: #7f7f7f;
	text-decoration: none;
	display: block;
	padding: 8px 0 8px 0;
}
.post-recipe-butt a:hover {
	color: #000;
}
.check-allrecipe-button {
	width: 150px;
	height: auto;
	background: #5fb7ed; /* Old browsers */
	background: -moz-linear-gradient(top, #5fb7ed 0%, #3995d4 98%, #3995d4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5fb7ed), color-stop(98%, #3995d4), color-stop(100%, #3995d4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5fb7ed 0%, #3995d4 98%, #3995d4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5fb7ed 0%, #3995d4 98%, #3995d4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5fb7ed 0%, #3995d4 98%, #3995d4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5fb7ed 0%, #3995d4 98%, #3995d4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb7ed', endColorstr='#3995d4', GradientType=0 ); /* IE6-9 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	border: #2d84bf solid 2px;
	border-radius: 10px;
	text-align: center;
	float: left;
	margin: 0 0 0 10px;
}
.check-allrecipe-button a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 0;
}
/**************recipe-indiviual******************/	
	 	
.recipe-col-left {
	width: 74%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 10px 0 0 0;
}
.recipe-col-right {
	width: 20%;
	height: auto;
	overflow: hidden;
	float: right;
	margin: 10px 0 0 0;
}
/******Leftsection******/
.recipe-col-left .left-main-heading {
	width: 100%;
	height: 30px;
	background: url(../images/line.jpg) repeat-x bottom;
	font-family: "Open Sans";
	font-size: 16px;
	color: #525252;
	padding: 5px 0 0 0;
}
.recipe-col-left .left-inner-section {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.recipe-col-left .left-inner-section ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.recipe-col-left .left-inner-section ul li {
	width: 100%;
	height: auto;
	margin: 0px;
	overflow: hidden;
	padding: 5px 0 5px 0;
	list-style: none;
	font-family: "Open Sans";
	color: #126a9f;
	font-size: 14px;
	border-bottom: dashed #e2e2e2 1px;
	background: url(../images/horrizontal-arrow.jpg) no-repeat 5px 16px;
}
.recipe-col-left .left-inner-section ul li .left-col-imgbox {
	width: 100px;
	height: 100px;
	float: left;
	overflow: hidden;
	border: solid #707070 1px;
	padding: 2px
}
.recipe-col-left .left-inner-section ul li .left-col-imgbox img {
	width: 100%;
	height: 100%;
}
.recipe-col-left .left-inner-section ul li .right-col-details {
	width: 87%;
    height: auto;
    overflow: hidden;
    margin: 0 0 0 8px;
	float: left;
}
.recipe-col-left .left-inner-section ul li .right-col-details h6 {
	width: 100%;
	height: auto;
	font-weight: bold;
	font-family: "Open Sans";
	font-size: 14px;
	color: #cb4a0b;
	padding: 0px;
	margin: 0px;
}
.recipe-col-left .left-inner-section ul li .right-col-details h6 a {
	color: #cb4a0b;
	text-decoration: none;
}
.recipe-col-left .left-inner-section ul li .right-col-details p {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	font-family: "Open Sans";
	font-size: 12px;
	color: #3d3d3d;
}
.recipe-col-left .left-inner-section ul li .right-col-details .postedby {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	font-family: "Open Sans";
	font-size: 12px;
	color: #3d3d3d;
	font-weight: bold;
}
.recipe-col-left .left-inner-section ul li .right-col-details .postedby a {
	color: #3d3d3d;
	text-decoration: none;
}
/******Rightsection******/
	
	
	
	
/*------------------------------------------
Right Section Recipe Corner
------------------------------------------*/
		
.left-recipe-type-col {
	width: 235px;
	height: 220px;
	padding: 0px;/*background:#CCC;*/
}
.left-recipe-type-col .recipe-circle {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: #FFF solid 3px;
	overflow: hidden;
	text-align: center;
	margin: 10px auto 0;
	position: relative;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
}
.left-recipe-type-col .recipe-circle img {
	width: 100%;
	height: 100%;
}
.left-recipe-type-col .recipe-heading {
	width: 120px;
	height: auto;
	min-height: 30px;
	margin: 10px auto 0;
	background: url(../images/line.jpg) repeat-x bottom;
	font-family: "Open Sans";
	font-size: 12px;
	color: #060606;
	text-align: center
}
.left-recipe-type-col .recipe-heading a {
	color: #060606;
	text-decoration: none;
}
/*********************RecipeDetails****************************/	
	
.recipe-details-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px 0 0 0
}
.recipe-details-row .details-left-pic {
	width: 250px;
	height: 250px;
	float: left;
	border: #a2a2a2 solid 1px;
	overflow: hidden;
	padding: 2px;
}
.details-left-pic img {
	width: 100%;
	height: auto;
}
.recipe-details-row .recipe-detail-col {
	width: 450px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 10px;
}
.recipe-detail-col .detail-heading-col-postedby {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	color: #3d3d3d;
	font-size: 12px;
	font-weight: bold;
}
.recipe-detail-col .detail-heading-col-postedby a {
	color: #3d3d3d;
	text-decoration: none;
}
.recipe-detail-col .detail-heading-col {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	color: #eb5246;
	font-size: 24px;
}
.recipe-detail-col p {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 13px;
	color: #282828;
	margin: 0px;
	padding: 0px;
}
.recipe-detail-col .ingrident-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px 0 0 0;
}
.recipe-detail-col .ingrident-row .ing-heading {
	width: 150px;
	height: auto;
	font-family: "Open Sans";
	font-size: 14px;
	color: #C60;
}
.recipe-detail-col .ingrident-row p {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 13px;
	color: #282828;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
/****************Post your recipes*****************/	
	
#post-recipe {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.post-recipepage-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 15px 0 0 0;
}
.post-recipepage-row label {
	width: 150px;
	height: auto;
	float: left;
	text-align: right;
	margin: 0 10px 0 0;
	font-family: "Open Sans";
	color: #333;
	font-size: 12px;
}
.post-recipepage-row input[type='text'] {
	width: 250px;
	height: 30px;
	float: left;
	border: solid #dbdbdb 1px;
	font-family: "Open Sans";
	color: #333;
	font-size: 12px;
	outline: none;
}
.post-recipepage-row input[type='file'] {
	width: 250px;
	height: 30px;
	float: left;
	font-family: "Open Sans";
	color: #333;
	font-size: 12px;
}
.post-recipepage-row textarea {
	width: 250px;
	height: 60px;
	float: left;
	border: solid #dbdbdb 1px;
	font-family: "Open Sans";
	color: #333;
	font-size: 12px;
	outline: none;
}
.post-recipepage-row select {
	width: 250px;
	height: 30px;
	float: left;
	border: solid #dbdbdb 1px;
	font-family: "Open Sans";
	color: #333;
	font-size: 12px;
	outline: none;
}
.post-recipepage-row select.serving {
	width: 50px;
	height: 30px;
	float: left;
	border: solid #dbdbdb 1px;
	font-family: "Open Sans";
	color: #333;
	font-size: 12px;
	outline: none;
}
.post-recipepage-row input[type='text'].code {
	width: 80px;
	height: 30px;
	float: left;
	border: solid #dbdbdb 1px;
	font-family: "Open Sans";
	color: #333;
	font-size: 12px;
	outline: none;
}
.post-recipepage-row .code-capcha {
	width: 80px;
	height: 30px;
	float: left;
	margin-left: 10px;
}
.post-button-row {
	width: 250px;
	height: 30px;
	clear: both;
	margin: 15px 0 0 160px;
}
.post-button-row input[type='submit'] {
	width: 80px;
	height: auto;
	float: left;
	background: #666;
	font-family: "Open Sans";
	font-size: 14px;
	text-align: center;
	outline: none;
	cursor: pointer;
	color: #FFF;
	border: none;
	padding: 5px 0 5px 0
}
.post-button-row input[type='reset'] {
	width: 80px;
	height: auto;
	float: left;
	background: #666;
	font-family: "Open Sans";
	font-size: 14px;
	text-align: center;
	outline: none;
	cursor: pointer;
	color: #FFF;
	border: none;
	padding: 5px 0 5px 0;
	margin: 0 0 0 10px;
}
/****************************panel Container***********************************/	
	
#panel-container {
	width: 100%;
	height: auto;
	margin: 10px 0 0 0
}
.panel-container-left {
	width: 250px;
	height: 340px;
	float: left;
	background: #0067ac;
}
.panel-container-left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.panel-container-left ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Open Sans";
	font-size: 14px;
	color: #FFF;
	border-bottom: #0076c5 solid 1px;
}
.panel-container-left ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 10px
}
#panel-container-right {
	width: 700px;
	height: auto;
	float: right;
	overflow: hidden;
}
#panel-container-right .welcome-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 26px;
	color: #353535;
	text-align: center;
	margin: 20px 0 0 0;
}
/*************panel change password**************/
	
#panel-inner-row {
	width: 98%;
	height: auto;
	overflow: hidden;
	/*background:#f7f7f7;
	border:#eaeaea solid 1px;*/
	margin: 0px auto 20px;/*box-shadow: 0px 0px 3px 0px rgba(119, 119, 119, 0.75);
-moz-box-shadow: 0px 0px 3px 0px rgba(119, 119, 119, 0.75);
-webkit-box-shadow: 0px 0px 3px 0px rgba(119, 119, 119, 0.75)*/
}
.panel-inner-heading {
	width: 99%;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 16px;
	color: #353535;
	padding: 10px 0 10px 1%;
	background: url(../images/line.jpg) repeat-x bottom;
}
.panel-form-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0 0 0
}
.panel-form-row .penel-querybox {
	width: 70%;
	height: auto;
	font-family: "Open Sans";
	font-size: 13px;
	color: #353535;
	float: left;
	overflow: hidden
}
.panel-form-row .penel-querybox input[type='radio'] {
	width: 14px;
	height: 14px;
	float: left;
	border: #dddddd solid 1px;
}
.panel-form-row .penel-querybox .yesnotext {
	font-family: "Open Sans";
	font-size: 13px;
	color: #353535;
	float: left;
}
.panel-form-row label {
	width: 170px;
	height: auto;
	font-family: "Open Sans";
	font-size: 13px;
	color: #353535;
	float: left;
	text-align: right;
	margin-right: 5px;
}
.panel-form-row input[type='password'] {
	width: 200px;
	height: 28px;
	float: left;
	border: #dddddd solid 1px;
	background: #FFF;
	outline: none;
}
.panel-form-row input[type='text'] {
	width: 200px;
	height: 28px;
	float: left;
	border: #dddddd solid 1px;
	background: #FFF;
	outline: none;
}
.panel-form-row select {
	width: 200px;
	height: 28px;
	float: left;
	border: #dddddd solid 1px;
	background: #FFF;
	outline: none;
}
.panel-form-row textarea {
	width: 200px;
	height: 60px;
	float: left;
	border: #dddddd solid 1px;
	background: #FFF;
	outline: none;
}
.panel-form-row select.serving-for-panel {
	width: 50px;
	height: 28px;
	float: left;
	border: #dddddd solid 1px;
	background: #FFF;
	outline: none;
}
.panel-form-row input[type='text'].penal-code {
	width: 80px;
	height: 28px;
	float: left;
	border: #dddddd solid 1px;
	background: #FFF;
	outline: none;
}
.panel-form-row .panel-capcha {
	width: 80px;
	height: 28px;
	float: left;
	margin-left: 10px
}
.panel-sub-row {
	width: 200px;
	height: auto;
	overflow: hidden;
	margin: 10px 0 10px 172px;
}
.panel-sub-row input[type='button'] {
	background: #3b3b3b;
	font-family: "Open Sans";
	color: #FFF;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	border: 0px;
}
/********************Manage Recipe*********************/	

.manage-recipe-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 0 15px 0
}
.manage-recipe-box .managerecipe-heading {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 16px;
	color: #353535;
	padding: 10px 0 10px 0%;
	background: url(../images/line.jpg) repeat-x bottom;
}
/*****List*****/
.managerecipe-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 15px 0 0 0;
}
.managerecipe-list table {
	width: 100%;
	border-collapse: collapse;
}
/* Zebra striping */
.managerecipe-list table tbody tr:nth-of-type(even) {
	background: #f7f6f6;
}
.managerecipe-list th {
	color: white;
	font-weight: bold;
}
.managerecipe-list td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
}
.managerecipe-list table thead tr th {
	background: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 30px;
	border-right: #e1e1e1 solid 1px;
}
.managerecipe-list table tbody tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 30px;
	border-right: #e1e1e1 solid 1px;
	text-align: center;
	vertical-align: middle;
	border-bottom: #e1e1e1 solid 1px;
}
.managerecipe-list table tbody tr td p {
	font-family: Calibri;
	font-size: 12px;
	color: #5e5857;
	text-transform: none;
}
/************************Check new Query******************************/

/*****List*****/
.checkquery-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 15px 0 0 0;
}
.checkquery-list table {
	width: 100%;
	border-collapse: collapse;
}
/* Zebra striping */
.checkquery-list table tbody tr:nth-of-type(even) {
	background: #f7f6f6;
}
.checkquery-list th {
	color: white;
	font-weight: bold;
}
.checkquery-list td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
}
.checkquery-list table thead tr th {
	background: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 30px;
	border-right: #e1e1e1 solid 1px;
}
.checkquery-list table tbody tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 30px;
	border-right: #e1e1e1 solid 1px;
	text-align: center;
	vertical-align: middle;
	border-bottom: #e1e1e1 solid 1px;
}
.checkquery-list table tbody tr td p {
	font-family: Calibri;
	font-size: 12px;
	color: #5e5857;
	text-transform: none;
	text-align: left
}
.checkquery-list table tbody tr td p a {
	color: #5e5857;
	text-decoration: none;
}
/************************Check new Query******************************/

/*****List*****/
.managetip-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 15px 0 0 0;
}
.managetip-list table {
	width: 100%;
	border-collapse: collapse;
}
/* Zebra striping */
.managetip-list table tbody tr:nth-of-type(even) {
	background: #f7f6f6;
}
.managetip-list th {
	color: white;
	font-weight: bold;
}
.managetip-list td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
}
.managetip-list table thead tr th {
	background: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 30px;
	border-right: #e1e1e1 solid 1px;
}
.managetip-list table tbody tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 30px;
	border-right: #e1e1e1 solid 1px;
	text-align: center;
	vertical-align: middle;
	border-bottom: #e1e1e1 solid 1px;
}
.managetip-list table tbody tr td p {
	font-family: Calibri;
	font-size: 12px;
	color: #5e5857;
	text-transform: none;
	text-align: left
}
.managetip-list table tbody tr td p a {
	color: #5e5857;
	text-decoration: none;
}
/************************Check new Query******************************/

/*****List*****/
.checkreply-manaege-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 15px 0 0 0;
}
.checkreply-manaege-list table {
	width: 100%;
	border-collapse: collapse;
}
/* Zebra striping */
.checkreply-manaege-list table tbody tr:nth-of-type(even) {
	background: #f7f6f6;
}
.checkreply-manaege-list th {
	color: white;
	font-weight: bold;
}
.checkreply-manaege-list td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
}
.checkreply-manaege-list table thead tr th {
	background: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 30px;
	border-right: #e1e1e1 solid 1px;
}
.checkreply-manaege-list table tbody tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 30px;
	border-right: #e1e1e1 solid 1px;
	text-align: center;
	vertical-align: middle;
	border-bottom: #e1e1e1 solid 1px;
}
.checkreply-manaege-list table tbody tr td p {
	font-family: Calibri;
	font-size: 12px;
	color: #5e5857;
	text-transform: none;
	text-align: left
}
.checkreply-manaege-list table tbody tr td p a {
	color: #5e5857;
	text-decoration: none;
}
/*****************************Kids zone*****************************/


	/*********Question of the week*********/
#question-container {
	width: 286px;
	height: 415px;
	float: left;
	background: #fff9ec;
	border: #f7e8c7 solid 3px;
	margin: 15px 0 15px 0;
	-moz-box-shadow: inset 0 0 5px #f7e8c7;
	-webkit-box-shadow: inset 0 0 5px #f7e8c7;
	box-shadow: inner 0 0 5px #f7e8c7;
	padding: 0 8px 0 8px
}
.question-heading {
	width: auto;
	border-bottom: #ebd8af solid 2px;
	background: url(../images/quest.png) no-repeat 0 10px;
	font-family: "Open Sans";
	font-size: 16px;
	color: #525252;
	padding: 10px 0 10px 30px;
}
.question-row {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.question-row-inner {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 13px;
	color: #525252;
	overflow: hidden;
	margin: 10px 0 0 0
}
.question-row-inner .ques-tag {
	width: 20px;
	font-family: "Open Sans";
	font-size: 13px;
	color: #525252;
	float: left;
	font-weight: bold;
}
.question-row-inner .ques-tag-right {
	width: 260px;
	font-family: "Open Sans";
	font-size: 13px;
	color: #525252;
	float: left;
}
.question-row .ques-row-ans {
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 0 0 0 15px
}
.question-row .ques-row-ans .ans-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px 0 0 0
}
.question-row .ques-row-ans .ans-row input[type='radio'] {
	width: 14px;
	height: 14px;
	border: #d3d3d2 solid 1px;
	float: left;
}
.question-row .ques-row-ans .ans-row .ans-details {
	font-family: "Open Sans";
	font-size: 13px;
	color: #525252;
	float: left;
	margin: 0 0 0 5px;
}
.question-row .ques-row-ans .ans-row input[type='button'] {
	width: 66px;
	height: 27px;
	border: #e0dbcf solid 2px;
	float: left;
	font-family: "Open Sans";
	font-size: 13px;
	color: #525252;
	text-align: center;
	margin: 10px 0 0 25px;
	border-radius: 5px;
	font-weight: bold;
}
.last-week-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px 0 0 0;
}
.last-week-heading {
	width: 100%;
	border-bottom: #c5c5c5 solid 2px;
	font-family: "Open Sans";
	font-size: 16px;
	color: #525252;
	padding: 10px 0 5px 0px;
}
.last-week-detail-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.last-week-detail-row .student-imgbox {
	width: 60px;
	height: 60px;
	float: left;
	overflow: hidden;
	border-radius: 5px;
}
.last-week-detail-row .student-imgbox img {
	width: 100%;
	height: auto;
}
.last-week-detail-row .student-heading {
	width: 200px;
	float: left;
	font-family: "Open Sans";
	font-size: 13px;
	color: #3371ce;
	padding: 20px 0 0 10px;
	font-weight: bold;
}
/*********kids download*********/	
#kidsdownload-container {
	width: 286px;
	height: 415px;
	float: left;
	background: #ecf5ff;
	border: #cce4ff solid 3px;
	margin: 15px 15px 15px 15px;
	-moz-box-shadow: inset 0 0 5px #cce4ff;
	-webkit-box-shadow: inset 0 0 5px #cce4ff;
	box-shadow: inner 0 0 5px #cce4ff;
	padding: 0 8px 0 8px
}
.kidsdownload-heading {
	width: auto;
	border-bottom: #deecfc solid 2px;
	background: url(../images/kids-download.png) no-repeat 0 14px;
	font-family: "Open Sans";
	font-size: 16px;
	color: #525252;
	padding: 10px 0 10px 35px;
}
.kidsdownload-row {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 20px 0 0 20px
}
.kidsdownload-row .download-icon {
	width: 31px;
	height: 31px;
	float: left;
}
.kidsdownload-row .download-text {
	width: 210px;
	height: 30px;
	float: left;
	font-family: "Open Sans";
	font-size: 16px;
	color: #4f4f4f;
	padding: 3px 0 0 10px
}
.kidsdownload-row .download-text a {
	color: #4f4f4f;
	text-decoration: none;
}
/*********Know about*********/
#knowabt-container {
	width: 286px;
	height: 415px;
	float: left;
	background: #ffecf5;
	border: #ffc7e2 solid 3px;
	margin: 15px 0 15px 0;
	-moz-box-shadow: inset 0 0 5px #ffc7e2;
	-webkit-box-shadow: inset 0 0 5px #ffc7e2;
	box-shadow: inner 0 0 5px #ffc7e2;
	padding: 0 8px 0 8px
}
.knowabt-heading {
	width: auto;
	border-bottom: #fed5e9 solid 2px;
	background: url(../images/knw-more.png) no-repeat 0 14px;
	font-family: "Open Sans";
	font-size: 16px;
	color: #525252;
	padding: 10px 0 10px 35px;
}
.knowabt-row {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.know-repeat-row {
	width: 100%;
	height: auto;
	border-bottom: dashed #e6e1e3 1px;
	padding: 10px 0 10px 0
}
.know-repeat-row .know-ques {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 15px;
	color: #ad2162;
	margin: 0px 0 5px 0;
}
.know-repeat-row p {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 13px;
	color: #363636;
	margin: 0px 0 0 0;
	padding: 0px;
}
.know-repeat-row .know-ques a {
	color: #ad2162;
	text-decoration: none;
}
.know-repeat-row .know-readmore {
	font-family: "Open Sans";
	font-size: 13px;
	color: #9c0d0d;
	width: 100%;
	text-align: right;
	margin: 5px 0 0 0;
}
.know-repeat-row .know-readmore a {
	color: #9c0d0d;
	text-decoration: none;
}
/****************know about details*********************/

.know-about-container {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.know-about-container .know-about-heading {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 16px;
	color: #525252;
	background: url(../images/line.jpg) repeat-x bottom;
	overflow: hidden;
	padding: 10px 0 10px 0
}
.know-about-heading .icon-img {
	width: 27px;
	height: auto;
	float: left;
}
.know-about-heading .know-heading {
	font-family: "Open Sans";
	font-size: 16px;
	color: #525252;
	float: left;
	margin: 0 0 0 10px;
}
.know-about-heading .know-heading1 {
	font-family: "Open Sans";
	font-size: 16px;
	color: #525252;
	float: left;
	margin: 0 0 0 0px;
}
.knowabout-quesrow {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 15px;
	color: #ad2162;
	margin: 10px 0 0 0;
}
.knowabout-quesrow a {
	color: #ad2162;
	text-decoration: none;
}
.knowabout-ansrow {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 13px;
	color: #363636;
	margin: 5px 0 0 0;
	text-align: justify;
}
.know-about-container ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.know-about-container ul li {
	padding: 0px;
	list-style: none;
	font-family: "Open Sans";
	font-size: 15px;
	color: #ad2162;
	list-style-image: url(../images/horrizontal-arrow.jpg);
	list-style-position: outside;
	margin: 10px 0 0 20px
}
.know-about-container ul li a {
	color: #ad2162;
	text-decoration: none;
}
/*****************************About Us*********************************/	
.about-us-heading {
    width: 100%;
    height: 87px;
    background: url(../images/line.jpg) repeat-x bottom;
    font-family: "Open Sans";
    font-size: 16px;
    color: #525252;
    padding: 0px 0 0 0;
    margin: 10px 0px;
}
.main-mid-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px 0 0 0;
}
.about-left {
	height: auto;
	float: left;
	overflow: hidden;
}
.about-left .about-overview-pic {
    width: 139px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    padding: 4px 4px 4px 4px;
    border: #e4e4e4 solid 1px;
    background: #ececec;

}
.about-left .about-title {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 14px;
	color: #444444;
	text-align: center;
	padding: 10px 0 0 0;
}
.about-left .about-subtitle {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 11px;
	color: #444444;
	text-align: center;
	padding: 2px 0 0 0;
}
.about-right {
	height: auto;
	float: right;
	overflow: hidden;
}
.about-right p {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 13px;
	color: #444444;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
/***********************Quality assureance***************************/	
	
.quality-assure {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.quality-assure p {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 13px;
	color: #444444;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
.quality-certification {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.quality-certification .certifi-heading {
	font-family: "Open Sans";
	font-size: 14px;
	color: #c61919;
	margin: 20px 0 0 0;
}
.quality-certification ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.quality-certification ul li {
	width: 132px;
    /*height: 108px;*/
    float: left;
    margin: 20px 5px 20px 5px;
    padding: 0px;
    border: #e2e2e2 solid 1px;
}
/********************vision n values*******************/	
.vision-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.vision-img-con {
	width: 210px;
	height: 210px;
	float: left;
}
.vision-text-con {
	width: 600px;
	height: auto;
	float: left;
	font-family: "Open Sans";
	font-size: 13px;
	color: #444444;
	margin: 70px 0 0 0;
}
.values-text-con {
	width: 700px;
	height: auto;
	float: left;
	font-family: "Open Sans";
	font-size: 13px;
	color: #444444;
	margin: 30px 0 20px 0;
}
.values-text-con ul {
	margin: 0px;
	padding: 0px;
}
.values-text-con ul li {
	font-family: "Open Sans";
	font-size: 13px;
	color: #444444;
	margin: 10px 0 0 20px;
	padding: 0px;
	list-style-image: url(../images/horrizontal-arrow.jpg);
	list-style-position: outside;
}
/***************Procurement ********************/	
.procurement-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0 10px 0
}
.procurement-main-heading {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 15px;
	color: #C60;
}
.procurement-main-subheading {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 13px;
	color: #444444;
	line-height:25px;
	text-align: justify;
}
.procurement-container .procurement-leftimgbox {
	width: 211px;
	height: 167px;
	float: left;
	border: #e6e6e6 solid 5px;
}
.procuremnt-rightbox {
	width: 700px;
	height: auto;
	float: left;
	margin: 0 0 0 10px;
	text-align: justify;
}
.procuremnt-rightbox .rightbox-heading {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 14px;
	color: #c63838;
}
.procuremnt-rightbox p {
	width: 100%;
	height: auto;
	font-family: "Open Sans";
	font-size: 13px;
	color: #444444;
	margin: 5px 0 0 0;
	padding: 0px;
}
.procuremnt-rightbox ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Open Sans";
	font-size: 13px;
	color: #444444;
}
.procuremnt-rightbox ol li {
	font-family: "Open Sans";
	font-size: 13px;
	color: #444444;
	margin: 10px 0 0 20px;
	padding: 0px;
	list-style: none;
	list-style-type: circle;
}
/******************Other bussiness********************/	
.other-bussin-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: dashed #e4e4e4 1px
}
.other-bussin-left {
	width: 175px;
	height: 156px;
	float: left;
}
.other-bussin-left .bussin-img-row {
	width: 100%;
	height: auto;
	text-align: center;
}
.other-bussin-left .bussin-text-row {
	width: 100%;
	height: auto;
	text-align: center;
	font-family: "Open Sans";
	font-size: 12px;
	color: #444444;
	text-align: center;
	font-weight: bold;
}
.other-bussin-left .bussin-text-row span {
	font-weight: normal;
}
.other-bussin-left .bussin-text-row a {
	color: #444444;
	text-decoration: none;
}
.other-bussin-right {
	width: 960px;
	height: auto;
	float: left;
	font-family: "Open Sans";
	font-size: 13px;
	color: #444444;
	text-align: justify;
	margin: 20px 0 0 0;
}
/*************************presence**************************/	
	
.presence-container {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.presence-container .pressence-left {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 30px 0 30px 0
}
.presence-container .pressence-left .presence-imgbox {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.presence-container .pressence-left .presence-heading {
	width: 200px;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-family: "Open Sans";
	font-size: 14px;
	color: #444444;
	background: url(../images/line.jpg) repeat-x bottom;
	margin: 0 auto;
	padding: 0 0 10px 0
}
.presence-container .pressence-left .presence-heading a {
	color: #444444;
	text-decoration: none;
}
.presence-container1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.presence-container1 img {
	width: 100%;
	height: auto;
}
/*====23-08-15=====*/
.even_col {
	float: left;
	width: 50%;
}
.even_col ul {
	margin: 0px;
	padding: 0px;
}
.even_col li a {
	background: #E9E9E9 url(../images/arrow-right-double-2.png) no-repeat left;
	padding: 10px 10px 10px 40px;
	text-decoration: none;
	color: #000;
	display: block;
	background-position: 10px 10px;
	border-bottom: 1px solid #ccc;
}
.even_col2 {
	float: right;
	width: 50%;
	text-align: center;
}
.even_col li:last-child a {
	border-bottom: 0px;
}
.even_col3 {
	overflow: hidden;
}
.even_col3 h2 {
	font-size: 16px;
	color: #999;
	font-family: 'Arial', Helvetica, sans-serif;
}
.ul_col {
	overflow: hidden;
}
.ul_col ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style-type: none;
	font-family: "Open Sans";
	color: #333;
	padding: 10px;
}
.ul_col ul li {
	float: left;
	font-size: 16px;
}
.ul_col ul li p {
	margin: 4px 0;
}
.ul_col ul li:first-child {
	width: 125px;
	font-size: 18px;
	font-family: "Open Sans";
}
.ul_col ul li:last-child {
	width: 800px;
	font-size: 14px;
	font-family: "Open Sans";
}
.popup_col {
	overflow: hidden;
	padding: 20px 0;
}
.popup_col ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.popup_col li {
	width: 20%;
	text-align: center;
	height: 227px;
	float: left;
	padding: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.li_col {
	width: 25%;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: 3px solid #EBEBEB;
}
.popup_col li p {
	margin: 0px;
}
.paging {
	overflow: hidden;
	background: #F7F7F7;
	border: 1px solid #ccc;
	margin:20px 0px;
}
.paging ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: table;
	margin: auto;
}
.paging li {
	float: left;
	padding: 10px;
	text-align: center;
}
.paging li a {
	color: #000;
	text-decoration: none;
}
.tvc_col {
	overflow: hidden;
}
.tvc_col ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.tvc_col li {
	float: left;
    width: 49%;
    border: 2px solid #F0F0F0;
    margin-right: 22px;
    margin-bottom: 50px;
}
.tvc_col li:nth-child(2n+2) {
	margin-right: 0px;
}
.tvc_col li p {
	margin: 0px;
	text-align: center;
	background: #EBEBEB;
	color: #333;
	padding: 5px;
}
.tvc_vedio {
	width: 100%;
	height: 320px;
}
.radio_col2 {
	overflow: hidden;
	float: right;
	width: 28%;
	text-align: center;
}
.radio_col {
	overflow: hidden;
	float: left;
	width: 70%;
}
.radio_col ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.radio_col li {
	float: left;
	padding: 20px 10px;
	width: 45%;
	font-size: 36px;
	color: #0264AB; border: solid 1px #ddd;
    margin: 0 10px 10px 0;
}
.radio_col li a {
	text-decoration: none;
	color: #0264AB;
}
.radio {
	float: left;
	margin-right: 20px;
}
.radio_col li span {
	position: relative;
	top: 12px;
}
.btn_1 a, .btn_2 a {
	background: #017DC5;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	border-radius: 3px;
	margin-right: 30px;
	float: left;
	text-decoration: none;
}
.form_col {
	float: left;
	width: 60%;
}
.crear {
	width: 30%;
	float: right;
}
.crear img {
	width: 100%;
}
.col_frm {
	width: 70%;
	margin: 10px;
	overflow:hidden;
}
.col_frm p {
	margin: 5px 0;
}
.text {
	padding: 5px;
	border: 1px solid #ccc;
	width: 90%;
	color: #A4A4A4;
}
.slt {
	width: 90%;
}
.newtext_cap {
	float: left;
	width: 39%;
    height: 32px;
}
.capcha {
	float: left;
	margin-left: 20px;
}

.capcha img{ height:32px;}
.sbmt {
    background: #017DC5;
    border: 1px solid #017DC5;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    padding: 5px 40px;
    margin-left: 21px;
    cursor: pointer;
}
/*====23-08-15=====*/








/********************************21-8-15 Raj css Start*****************************************/ 

.milstone_spn {
	margin-right: 15px;
	font-weight: bold;
	line-height: 26px;
}
.presence {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
.presence_left {
	float: left;
	width: 40%;
}
.presence_left p {
	font-weight: bold;
	color: #c61919;
	margin:10px 0px;
}
.presence_left img {
	width: 100%;
	height: auto;
	padding: 2px;
	border: solid 1px #ccc;
}
.presence_left ul {
	padding: 0px;
	margin: 10px;
}
.presence_left ul li {
	color: #444444;
	margin-left: 15px;
	font-size: 13px;
	list-style: decimal !important;
	line-height: 20px;
}
.presence_right {
	float: right;
	width: 40%;
	margin-left: 15%;
}
.presence_right img {
	width: 100%;
	height: auto;
}
.clr {
	clear: both;
}
.product_section {
	float: left;
	width: 100%;
	margin:15px 0px;
}
.product_section h1 {
	font-size: 28px;
	text-align: left;
	color: #007B8D;
	margin:0px;
	line-height:30px;
}
.product_section p {
	font-family: "Open Sans";
	font-size: 13px;
	color: #444444;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
.product_section h2{ 
    color: #f35e07;
    font-size: 20px;
    float: none;
    margin-bottom: -13px;
    margin-top: 8px;}
.creamy_right {
	float: right;
	width: 58%;
}
.creamy_right h1 {
	color: #f35e07;
	font-size: 20px;
	float: left;
	margin-bottom: 10px;
}
.product_left {
	float: left;
	width: 40%;
	margin: 2% 2% 2% 0;
}
.flavoured-milk-product{	
    float: left;
	width: 33%;
	margin: 2% 2% 2% 0;
}
.product_left img {
/*	border: solid 1px #ccc;*/
	width: 80%;
	height: auto;
	padding-left: 35px;
}
.pro_section {
	float: left;
	width: 100%;
    padding: 0px 10px 0 0;
}
.mliter_tab {
	float: right;
	width: 60%;
}
.mliter_pic {
	float: left;
	width: 37%;
	padding:30px 0px;
}
.mliter_pic img {
	padding: 0px;
	width: 100%;
	height: auto;
	border-radius: 0%;
}
.dahi_menu {
	margin: 0px;
	width: 100%;
	padding: 6px;
	float: left;
	background: #007B8D;
}
.dahi_menu li {
	float: left;
	list-style: none;
	color: #13FF91;
	font-size: 18px;
	margin-right: 5%;
}
.dahi_menu li a {
	color: #fff;
	font-size: 14px !important;
}
.mliter_pera a {
	background: #007B8D;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	margin-right: 10px;
}
.mliter_pera a:hover{ color:#fff; text-decoration:none;}
.hr_btn {
	background: #007B8D;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	margin-right: 10px;
	text-decoration: none;
}
.hr_btn:hover{ color:#fff; text-decoration:none;}
p {
	font-family: "Open Sans";
	font-size: 13px;
	color: #444444;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}
.pars_shoppe {
	float: left;
	width: 100%;
}
.pars_shoppe ul {
	padding: 0px;
	margin: 0px;
}
.pars_shoppe ul li {
	list-style: none;
	float: left;
	margin: 10px 20px 10px 20px;
}
.pars_shoppe ul li img {
	border: solid 1px #ccc;
	padding: 2px;
	width: 241px;
    height: auto;
}
.pars_shoppe p {
	text-align: center;
	font-weight: bold;
}
.ragistration_main {
	margin: 0 auto;
	width: 80%;
	overflow: hidden;
	background: #F7F4F4;
}
.contact_us {
	width: 100%;
	float: left;
}
.contact_detail {
	width: 50%;
	text-align: center;
	float: left;
}
.contact_form {
	float: left;
	width: 50%;
    padding: 20px 0px;
}
.contact_form h1 {
	margin: 0px 0 10px 0;
}
.text_box {
	background: #F8F8F8;
	color: #585858 !important;
	font-size: 15px;
	border: solid 1px #96938F;
	width: 80%;
	padding: 6px 10px;
	margin-bottom: 10px;
}
.submit_btn {
	background: #ccc;
	color: #000;
	padding: 6px 10px;
	width: 80%;
	margin-top: 8px;
	border: solid 1px #d7d4cf;
	font-size: 17px;
}
.security_code {
	width: 50%;
	float: left;
}
.country_box {
	width: 80%;
}
.captcha_im {
	margin-left: 10px;
}
.contact_detail h1 {
	color: #F60;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
}
.contact_detail a {
	color: #444;
	text-decoration: none;
}
.contact_form h1 {
	color: #F60;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
}
/*login_page strat*/

 
.login_page_inner {
	padding: 10px;
	float: left;
	padding: 15px;
	border-radius: 10px 10px 0 0;
	width: 94%;
}
.login_page_inner h2 {
	font-size: 20px;
	color: #c89210;
	padding: 5px 0px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
.login_right {
	float: left;
	width: 100%;
}
.lable_name {
	color: #555;
	font-size: 14px;
	width: 40%;
	float: left;
	margin-top: 10px;
}
.login_box, .login_box_captha {
	float: left;
	margin-top: 10px;
	border: solid 1px #ddd;
	width: 58%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
	color: #b9bab6;
	padding: 7px 5px;
}
.joinbox {
	width: 60% !important;
}
.login_box_captha {
	width: 40%;
}
.login_submit02 {
	margin-right: 50px !important;
}
.login_submit {
	float: right;
	background: #c89210;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 15px;
	border: none;
	cursor: pointer;
	margin-left: 0px
}
.captcha_img {
	margin: 13px 0 0 5px;
}
.botton_main {
	float: left;
	width: auto;
	margin: 0px;
}
.login_box_captha02 {
	width: 59%;
}
.products_pic {
	float: left;
	width: 100%;
	text-align: center;
}
.products_pic ul {
	padding: 0px;
	margin: 0px;
}
.products_pic ul li {
	width: 23%;
	list-style: none;
	border: solid 1px #ccc;
	display: inline;
	float: left;
	margin: 20px 20px 0 0;
}
.link_page {
	float: left;
	width: 100%;
	height: 50px;
	background-color: #c89210;
	padding: 6px 0;
}
.link_page a {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}
.products_pic ul li img {
	color: #c89210;
	width: 100%;
	height: auto;
}
.products_pic ul li:last-child {
	margin-right: 0px
}
.ragistration_main h1 {
	color: #fff;
	background: #007B8D;
	text-align: center;
	padding: 5px;
	font-size: 20px;
}
.login_right span {
	font-size: 14px;
	text-align: left;
	margin: 10px;
}
/*login_page end */

 
 
/* enquiry_form_sec start*/
 
 
 
.enquiry_form_sec {
	margin: 00px auto;
	width: 90%;
	font-family: "Open Sans";
}
.enquiry_inner {
	float: left;
    width: 100%;
    background: #f4f3f1;
    padding: 10px 20px 20px 20px;
    margin: 20px 0px;
}
.main_f {
	width: 100%;
	overflow: hidden;
}
.left_area {
	float: left;
	width: 48%;
	margin-right: 20px
}
.right_area {
	float: left;
	width: 48%;
}
.query_text {
	font-size: 14px;
	font-weight: normal;
	color: #a6a3a2;
	margin-top: 10px;
	height: 33px;
	padding: 0 5px;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0;
	width: 100%;
}
.msg {
	height: auto;
	width: 98%;
}
.security {
	width: 30%;
}
.cptcha {
	margin: 10px 10px 0 0;
	float: left;
	height: 33px;
}
.enquiry_inner h2 {
	font-size: 20px;
	font-weight: normal;
	color: #3195C3;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
.query_btn {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	margin: 30px 10px 6px 0;
	float:left;
	width: auto;
    height: auto;
    padding: 10px 39px;
	border: none;
	cursor: pointer;
	text-align: center;
	background-color: #3195C3;
	border-radius: 0px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
/* enquiry_form_sec end*/
.sitemap {
	float: left;
	margin: 20px 0px;
}
.sitemap ul {
	margin: 0px;
	padding: 0px;
}
.sitemap ul li {
	font-size: 14px;
	line-height: 24px;
}
.sitemap ul li a {
	font-size: 14px;
	color: #555;
	text-decoration: none;
}
.sitemap ul li ul {
	margin-left: 30px;
}
.activities {
	width: auto;
	overflow: hidden
}
.activities h1 {
	color: #f35e07;
	font-size: 20px;
	float: left;
	margin-bottom: 10px;
}
.slider_new {
	display: none;
}
.policy_main {
	width: 100%;
	overflow: hidden;
}
.policy_main ul {
	padding: 10px 0 10px 20px;
	margin: 0px;
}
.policy_main ul li {
	line-height: 30px;
	list-style: circle;
}
.policy_main ul li a {
	color: #444;
	font-size: 15px;
	text-decoration: none;
}
.policy_main ul li a:hover {
	text-decoration: underline;
}
/********************************21-8-15 Raj css  End*****************************************/
 
 /****new-box****/
.new-box {
	clear: both;
	margin: 0 0 10px;
	padding: 10px 0;
	border-bottom: solid 1px #e8e8e8;
	overflow: hidden;
}
.new-box:last-child {
	border: none;
}
.new-box p {
	margin-top: 6px;
}
.new-box a {
	color: #2F2D2E;
	text-decoration: none;
}
.new-box .pro_section h3 {
	margin: 10px 0;
}
.new-box .pro_section h3 a {
	color: #2F2D2E;
	text-decoration: none;
}
/***290-6-16***/
.product-link {
	width: 100%;
	height: auto;
	clear: both;
}
.product-link ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-link ul li {
	width: 19%;
	height: auto;
	overflow: hidden;
	display: inline-block;
	margin: 0 10px 10px 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4fcff+0,025fb0+100 */
	background: #f4fcff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #f4fcff 0%, #025fb0 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #f4fcff 0%, #025fb0 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #f4fcff 0%, #025fb0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fcff', endColorstr='#025fb0', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	text-align: center;
	color: #fff;
	font-size: 18px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.product-link ul li img {
	width: 100%;
}
.product-link ul li a {
	color: #fff;
}
.product-link ul li a span {
	display: block;
	margin: 0 0 10px;
}
.product-link ul li:nth-of-type(5n+5) {
	margin-right: 0;
}
.product-link ul li:hover {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.product-link h1 {
	color: #f35e07;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: left;
	clear: both;
}
/***************neeraj*****************/


.all-product-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px 0;
}
.all-product-row .cremy-sec {
	width: 60%;
	height: auto;
	float: left;
	padding: 10px;
}
.all-product-row .cremy-sec h2 {
	font-family: "Open Sans";
	font-size: 15px;
	color: #313131;
}
.all-product-row .cremy-sec p {
	font-family: "Open Sans";
	font-size: 15px;
	color: #313131;
}
.all-product-row .energy-sec {
	width: 35%;
	height: auto;
	float: right;
}
.all-product-row .energy-sec img {
	width: 100%;
}
.all-product-row .drop {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px;
}
.all-product-row .drop p {
	font-family: "Open Sans";
	font-size: 15px;
	color: #313131;
}
.all-product-row .undergone {
	width: 30%;
	height: auto;
	float: left;
	margin: 0 0 0 20px;
}
.all-product-row .undergone img {
	width: 100%;
}
.all-product-row .cremy-sec2 {
	width: 30%;
	height: auto;
	float: left;
	padding: 10px;
}
.all-product-row .cremy-sec2 h2 {
	font-family: "Open Sans";
	font-size: 15px;
	color: #313131;
}
.all-product-row .cremy-sec2 p {
	font-family: "Open Sans";
	font-size: 15px;
	color: #313131;
}
.all-product-row .energy-sec2 {
	width: 30%;
	height: auto;
	float: left;
	margin: 0 0 0 30px;
}
.all-product-row .energy-sec2 img {
	width: 100%;
}
.butterscotch_color {
	color: #d1821b;
}
.butterscotch_bg {
	background: #d1821b;
	color: #fff;
}
.chocolate_color {
	color: #643426;
}
.chocolate_bg {
	background: #643426;
	color: #fff;
}
.strawberry_color {
	color: #ee406e
}
.strawberry_bg {
	background: #ee406e;
	color: #fff;
}
.vanilla_color {
	color: #0083bc
}
.vanilla_bg {
	background: #0083bc;
	color: #fff;
}
/*new css*/
.news_section {
	width: 100%;
	overflow: hidden;
	background-color: #736a6a;
	margin-top: 5px;
	height: 52px;
}
.news {
	background-color: #424242;
	padding: 5px;
}
.news p {
	color: white;
}
.news_head {
	float: left;
	width: auto;
	padding: 12px 15px;
	font-size: 20px;
	color: #fff;
	background-color: #484043;
}
.news_pera ul li {
	display: inline;
	margin-right: 10%;
	color: #fff;
	font-family: "Open Sans";
	line-height: 56px;
	font-size: 15px;
	background: url(../images/news-arrow.png) 0px 5px no-repeat;
	padding-left: 20px;
}
.news_pera li a {
	color: #fff;
	text-decoration: none;
}
.news_pera {
	float: left;
	width: 80%;
}
/* ends */

.slider-full {
	padding: 10px;
	width: auto;
	overflow: hidden;
	margin: 0;
	background: #fff;
	box-shadow: 0px 9px 26px #d6cccc;
}
.rslides {
	margin: 0 auto;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	max-width: 100% !important;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	float: left;
	width: 100%;
	border: 0;
}
.rslides {
	margin: 0 auto;
}
.rslides_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}
.centered-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: url(../images/arrow-prev.png) no-repeat left 50%;
	margin-top: -45px;
	border: 1px solid #000;
	display: none;
}
.centered-btns_nav:active {
	opacity: 1.0;
}
.centered-btns_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.transparent-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	display: block;
	background: #fff; /* Fix for IE6-9 */
	opacity: 0;
	filter: alpha(opacity=1);
	width: 48%;
	text-indent: -9999px;
	overflow: hidden;
	height: 91%;
}
.transparent-btns_nav.next {
	left: auto;
	right: 0;
}
.large-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.6;
	text-indent: -9999px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	background: url(../images/arrow-prev.png) no-repeat left 50%;
	width: 38px;
}
.large-btns_nav:active {
	opacity: 1.0;
}
.large-btns_nav.next {
	left: auto;
	background-position: right 50%;
	right: 0;
}
.centered-btns_nav:focus, .transparent-btns_nav:focus, .large-btns_nav:focus {
	outline: none;
}
.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
	margin-top: 10px;
	text-align: center;
	position: relative;
	z-index: 999;
}
.centered-btns_tabs li, .transparent-btns_tabs li, .large-btns_tabs li {
	display: inline;
	float: none;
	_float: left;
 *float: left;
	margin-right:5px; padding:0 !important;
}
.centered-btns_tabs a, .transparent-btns_tabs a, .large-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #585858;
	display: inline-block;
	_display: block;
 *display: block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	width: 9px !important;
	height: 9px;
}
.centered-btns_here a, .transparent-btns_here a, .large-btns_here a {
	background: #213d7c;
}
/***********************10 - 04 - 17 products milk shake pages  start ***************************/
.product-head {
	color: #213d7c;
	font-size: 25px;
	padding-bottom: 40px;
}
.products-pack-sec {
	overflow: hidden;
	width: 100%;
}
.products-pack-inner {
	overflow: hidden;
	width: 99%;
	border: solid 1px #ddd;
	margin-top: 10px; background:#efefef;
}

.required
{
	margin-top:5px;
}
.products-pack-col {
	float: left;
	width: 21%;
	padding: 19px;
	min-height: 290px; 
	background:#fff;
}
.product-min-height .products-pack-col{ min-height:360px;}
.products-pack-col p {
	margin-bottom: 10px;
	font-size: 16px;
	color: #444444;
	text-align:left;
}
.products-pack-col p strong {
	color: #213d7c;
	font-size: 15px;
	text-align: left;
}
.products-pack-col p strong  span{ font-size:14px; font-weight:normal;}

.products-pack-col img {
	width: 100%;
	height: auto;
}
.products-pack-col:nth-child(even) {
	background: #efefef
}
.products-pack-col ul {
	padding: 0;
	margin: 0;
}
.products-pack-col ul li {
	list-style: none;
	padding-left: 5px;
	line-height: 30px;
	font-size:14px;
	color: #444444;
}

 
.products-pack-col-ghee ul{ padding-left:10px;}
.products-pack-col-ghee ul li {
	 
	padding-left:0px;
	line-height:20px;
	font-size:13px;
	color: #444444; margin-bottom:10px; list-style:circle;
}



.products-pack-col p through {
	text-decoration: line-through;
}
.products-pack-col span .fa {
	font-size: 16px;
	padding-left: 5px;
}
.red {
	color: red;
    font-size: 12px;
}
.fontlg {
	font-size: 19px;
}
.products-pack-col select {
	font-size: 15px;
	color: #8e8d8d;
	line-height: 35px;
	height: 35px;
	padding: 0 10px;
	width: 200px;
	border: 1px solid #e0e0e0;
	margin-top: 25px;
	background: #fff;
	margin-bottom: 5px;
	vertical-align: top;
}
.products-pack-col select:focus {
	border-color: #233b79;
}
.quantity-col {
	margin-top: 25px;
}
{
margin-top: 25px;
}
#flip {
	font-size: 15px;
	color: #8e8d8d;
	line-height: 35px;
	height: auto;
	padding: 0 10px;
	width: 170px;
	border: 1px solid #e0e0e0;
	background: #fff;
	vertical-align: top;
}
#flip::after {
	content: "";
	background: url(../images/arrow.png) no-repeat right center #fff;
	z-index: 999999999999;
	height: 11px;
	width: 8px;
	float: right;
	margin: 12px 0px 0 0;
}
#panel {
	padding: 10px 5px;
	display: none;
	position: absolute;
	width: 180px;
	background: #fff;
	border: solid 1px #ddd;
}
.item-col {
	float: left;
}
.item-col label {
	font-size: 14px;
	float: left;
	width: 120px;
}
.item-col input[type="checkbox"] {
	margin-right: 10px;
}
.item-col input[type="number"] {
	font-size: 15px;
	color: #8e8d8d;
	height: 25px;
	padding: 0 0 0 10px;
	width: 40px;
	border: 1px solid #e0e0e0;
	background: #fff;
	vertical-align: top;
}
.item-col-r {
	float: right
}
.subtotal-sec {
	overflow: hidden;
	width: auto;
	margin:0 10px 25px 0;
}
.price-col {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.price-col h6{ text-align:right; font-weight:normal; font-size:15px;}

.price-col h3 {
	font-size:25px;
	font-weight: bold;
	color: #3a3939;
	text-align: right; margin:5px 0;
}
.price-col h3 .fa{ font-size:22px;}
.price-col h4 .fa{ font-size:16px;}

.price-col h4 span {
	font-size: 15px;
	padding-right: 4px;
	font-weight: normal;
	color: #F00;
}
.price-col h4 {
	font-size: 19px;
	font-weight: normal;
	color: #3a3939;
	text-align: right;
}
.price-col h3 span {
	font-size: 25px;
	padding-right: 10px;
	font-weight: normal;
}
.price-col .font-small {
	font-size: 15px;
}

.cart-btn input[type="submit"] {
	
	background: rgba(251,71,0,1);
background: -moz-linear-gradient(top, rgba(251,71,0,1) 0%, rgba(251,71,0,1) 45%, rgba(144,43,3,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,71,0,1)), color-stop(45%, rgba(251,71,0,1)), color-stop(100%, rgba(144,43,3,1)));
background: -webkit-linear-gradient(top, rgba(251,71,0,1) 0%, rgba(251,71,0,1) 45%, rgba(144,43,3,1) 100%);
background: -o-linear-gradient(top, rgba(251,71,0,1) 0%, rgba(251,71,0,1) 45%, rgba(144,43,3,1) 100%);
background: -ms-linear-gradient(top, rgba(251,71,0,1) 0%, rgba(251,71,0,1) 45%, rgba(144,43,3,1) 100%);
background: linear-gradient(to bottom, rgba(251,71,0,1) 0%, rgba(251,71,0,1) 45%, rgba(144,43,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4700', endColorstr='#902b03', GradientType=0 );
	float: right;
    color:#fff;
	 
	width: 240px; border:none;
	text-align: center;
	margin-top: 10px;
	transition: all 0.6s ease 0s;
	font-size: 20px; padding:10px 0;
}.cart-btn input[type="submit"]:hover {
	background: rgba(144,43,3,1);
background: -moz-linear-gradient(top, rgba(144,43,3,1) 0%, rgba(251,71,0,1) 46%, rgba(251,71,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(144,43,3,1)), color-stop(46%, rgba(251,71,0,1)), color-stop(100%, rgba(251,71,0,1)));
background: -webkit-linear-gradient(top, rgba(144,43,3,1) 0%, rgba(251,71,0,1) 46%, rgba(251,71,0,1) 100%);
background: -o-linear-gradient(top, rgba(144,43,3,1) 0%, rgba(251,71,0,1) 46%, rgba(251,71,0,1) 100%);
background: -ms-linear-gradient(top, rgba(144,43,3,1) 0%, rgba(251,71,0,1) 46%, rgba(251,71,0,1) 100%);
background: linear-gradient(to bottom, rgba(144,43,3,1) 0%, rgba(251,71,0,1) 46%, rgba(251,71,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#902b03', endColorstr='#fb4700', GradientType=0 );
	display: inline-block; color:#fff;
	 
	transition: all 0.6s ease 0s;  cursor:pointer;
}
.cart-btn a {
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
} 
 
.cart-btn:hover a {
	color: #233b79;
	text-decoration: none;
}
/************************Cart Page start ***********************/
.cart-table {
	margin: 25px auto;
	width: 100%;
}
.cart-table table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
	font-size: 15px;
	font-weight: normal;
}
.cart-table th, td {
	text-align: center;
	padding: 5px 5px;
}
.cart-table th {
	background: #233b79;
	color: #333;
	font-weight: bold;
	font-size: 16px;
}
.cart-table table {
	width: 100%;
	border-collapse: collapse;
}
.cart-table table th {
	background: #6b6b6b;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}
.cart-table table td, th {
	padding: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
	border: 1px solid #efefef;
}
.cart-table img {
	width: 100px;
	height: auto
}
/***************Cart  Table end **************/


/****************Contact us page Start****************/
.simple-input {
	font-size: 15px;
	color: #8e8d8d;
	line-height: 35px;
	height: 35px;
	padding: 0 10px;
	width: 97%;
	border: 1px solid #e0e0e0;
	background: #fff;
	margin-bottom: 5px;
	vertical-align: top;
}
.simple-select {
	width: 97%;
}
.simple-input:focus {
	border-color: #233b79;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none
}
.contacForm textarea {
	height: 80px;
	resize: none;
	font-family: "Open Sans";
}
.contacForm .simple-input-meet {
	height: 100px;
}
.contacForm h3 {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	margin-top: 10px;
	background: #efefef;
	padding: 10px;
	color: #444;
}
.cart-input {
	font-size: 15px;
	color: #8e8d8d;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	width: 30px;
	border: 1px solid #e0e0e0;
	background: #fff;
	margin-bottom: 10px;
	text-align: center;
}
.contact-button {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	position: relative;
	width: 97%;
	cursor: pointer;
	background: #233b79;
	padding: 13px 0px!important;
	font-size: 20px!important;
	line-height: 18px!important;
	color: #fff;
	font-family: "Open Sans";
	overflow: hidden;
	border: none;
	transition: all 0.2s ease-in;
	border: solid 1px #233b79;
	margin-top: 4px;
}
.contact-button:hover {
	background: #fff;
	color: #233b79;
	border: solid 1px #233b79;
	transition: all 0.2s ease-in;
}
.chekout-form {
	float: none;
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}
.chekout-form p {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
}
.contacForm {
	float: none;
	float: none;
	width: 100%;
	margin:30px auto;
	padding: 5px 35px 35px 35px;
	background: #efefef;
}
.contacForm h1 {
	color: #233b79;
	text-align: left;
	font-size: 23px;
	margin: 10px 0;
	width: auto;
	background: none;
}
.order-details {
float: right;
width: 58%;

}
.order-details h3 {
	margin: 10px 0;
	font-size: 25px;
	font-weight: normal;
	color: #233b79;}

.order-confirmation{ margin:35px auto;}
.order-confirmation p{ font-size:14px; line-height:24px;}


/****************Contact us page end	****************/
 /**071017**/
 .cart-link {
    margin-top: 0px;
    background: #f3f3f3;
    padding: 0;
    clear: both;
    display: block;
    width: auto;
    overflow: hidden;
}

.cart-link p {
    margin-bottom: 5px;
    padding: 10px;
    word-wrap: break-word;
    font-size: 12px;
}
 
 
 .cart-link  a {
   background: rgba(251,71,0,1);
background: -moz-linear-gradient(top, rgba(251,71,0,1) 0%, rgba(251,71,0,1) 45%, rgba(144,43,3,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,71,0,1)), color-stop(45%, rgba(251,71,0,1)), color-stop(100%, rgba(144,43,3,1)));
background: -webkit-linear-gradient(top, rgba(251,71,0,1) 0%, rgba(251,71,0,1) 45%, rgba(144,43,3,1) 100%);
background: -o-linear-gradient(top, rgba(251,71,0,1) 0%, rgba(251,71,0,1) 45%, rgba(144,43,3,1) 100%);
background: -ms-linear-gradient(top, rgba(251,71,0,1) 0%, rgba(251,71,0,1) 45%, rgba(144,43,3,1) 100%);
background: linear-gradient(to bottom, rgba(251,71,0,1) 0%, rgba(251,71,0,1) 45%, rgba(144,43,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4700', endColorstr='#902b03', GradientType=0 );
transition: all 0.6s ease 0s;
    line-height: 50px;
    color: #fff;
   font-size: 15px;
    padding: 0 15px;
    margin: 0 0 19px 10px;
    float: left;
}

 .cart-link  a:hover { background: rgba(144,43,3,1);
background: -moz-linear-gradient(top, rgba(144,43,3,1) 0%, rgba(251,71,0,1) 46%, rgba(251,71,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(144,43,3,1)), color-stop(46%, rgba(251,71,0,1)), color-stop(100%, rgba(251,71,0,1)));
background: -webkit-linear-gradient(top, rgba(144,43,3,1) 0%, rgba(251,71,0,1) 46%, rgba(251,71,0,1) 100%);
background: -o-linear-gradient(top, rgba(144,43,3,1) 0%, rgba(251,71,0,1) 46%, rgba(251,71,0,1) 100%);
background: -ms-linear-gradient(top, rgba(144,43,3,1) 0%, rgba(251,71,0,1) 46%, rgba(251,71,0,1) 100%);
background: linear-gradient(to bottom, rgba(144,43,3,1) 0%, rgba(251,71,0,1) 46%, rgba(251,71,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#902b03', endColorstr='#fb4700', GradientType=0 );
transition: all 0.6s ease 0s;
color:#fff;
text-decoration:none;
}
 
 
  
/*****************10 - 04 - 17 products milk shake pages  end ****************/
  @media screen and (max-width:640px) {
#mb {
	display: block;
}
#mb2 {
	display: none;
}
  }
  
  span.amt {
    font-size: 12px;
    color: red;
}





/* 25-11-17 By Anil Starts Here */
/*=========Navigation============*/

#navigation {
	width: 100%;
	height: 28px;
	margin: 0 0 0 0
}
#navigation .nav-toggle {
	width: 98%;
	height: 34px;
	background: url(../images/nav-toogle.jpg) no-repeat 10px 12px #0067ac;
	border-radius: 5px;
	font-family: "Open Sans";
	font-size: 14px;
	color: #FFF;
	display: none;
}
#navigation .nav-toggle a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 7px 0 8px 38px
}
#navigation #link {
	width: 100%;
	height: 25px;
	margin-top:43px;
	text-align:right;
	
}
#navigation #link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation #link ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Open Sans";
	font-size: 13px;
	color: #525252;
	float: none;
	position: relative;
	background: url(../images/top-row-break.jpg) no-repeat right center;
	display:inline-block;
}
#navigation #link ul li a {
	color: #525252;
	text-decoration: none;
	padding: 0px 11px 0px 8px;
}
#navigation #link ul li:last-child {
	background: none;
}
#navigation #link ul li ul {
	display: none;
	position: absolute;
	z-index: 99999
}
#navigation #link ul li ul li {
	margin: 0px;
	list-style: none;
	font-family: "Open Sans";
	text-align:left;
	font-size: 13px;
	color: #525252;
	float: none;
}
#navigation #link ul li ul li a {
	width: 150px;
	height: auto;
	padding: 10px 8px 10px 8px;
	display: block;
	background: #f0f1f1;
	border-bottom: #e4e5e5 solid 1px;
}
#navigation #link ul li ul li a:hover {
	background: #ededed;
}
#navigation #link ul li:hover > ul {
	display: block;
}


/* Newsletter Starts here */

.newsletter {
    margin: 0 30px 0 0; 
	overflow: hidden;
	float: right;
}
.newsletter input[type="text"] {
	float: left;
	width: 300px;
	padding: 10px;
	border: solid 1px #213d7c;
	background: #fff;
}
.newsletter input[type="submit"] {
	float: left;
	background: #213d7c;
	color: #fff;
	border: solid 1px #213d7c;
	cursor: pointer;
	padding: 10px;
}

/* Newsletter Ends here */

/****************Header******************/
#header {
	width: 962px;
	height: 136px;
	margin: 0 auto;
}
/*=========Welcome Top Row============*/
#header-right-col {
	width: 800px;
	height: auto;
	overflow: hidden;
	float: right;
	margin: 20px 0 0 0;
}
.header-top-row {
	width: 100%;
	height: auto;
	float: none;
	clear: both;
	margin: 11px 0 0 0;
	overflow:hidden;
}
.header-top-row .wel-row {
	width: auto;
	height: auto;
	float: left;
	overflow: hidden;
}
.header-top-row .wel-row .wel-guest {
	width: 200px;
	height: auto;
	float: left;
	font-family: "Open Sans";
	font-size: 12px;
	color: #767676;
	background: url(../images/top-row-break.jpg) no-repeat right center;
	padding: 5px;
	text-align: right;
}
.header-top-row .wel-row .wel-guest a {
	color: #767676;
	text-decoration: none;
}
.header-top-row .wel-row .login-text {
	width: 173px;
	height: auto;
	float: left;
	font-family: "Open Sans";
	font-size: 12px;
	color: #767676;
	background: url(../images/top-row-break.jpg) no-repeat right center;
	padding: 5px;
	text-align: right;
}
.header-top-row .wel-row .login-text a {
	color: #767676;
	text-decoration: none;
}
.header-top-row .follow-row {
	width: auto;
	height: auto;
	float: right;
	margin:9px 0px;
}
.header-top-row .follow-row .follow-text {
	width: 78px;
	height: auto;
	float: left;
	font-family: "Open Sans";
	font-size: 12px;
	color: #767676;
	padding: 5px;
}
.header-top-row .follow-row .social-row {
	width: 150px;
	height: 24px;
	float: left;
}
.header-top-row .follow-row .social-row ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.header-top-row .follow-row .social-row ul li {
	margin: 2px 3px 0 3px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 24px;
	height: 24px;
}

.white-bg {
    background-color: #fff;
	
}
.white-bg .inner-description{ margin:20px 0px;}
.white-bg .row{ margin:0px;}
.white-bg .banner-products{ height: auto;
    padding: 5px 5px 5px 5px;
    border: #e7e7e7 solid 1px;
    margin: 0 auto;}
.white-bg .banner-products img{ width:100%; height:350px;}

.blueband {  background: #213e7d;
  color: #fff !important;
  padding: 20px 40px !important;
  font-size: 17px !important;
  font-style: italic;
}

#link-page-footer {
	height: auto;
	background: #e6e6e6;
	overflow: hidden;
	margin: 0 auto;
}
.inner-home {
	width: 100%;
	height: 750px;
	margin: 0 auto;
	position: relative;
}
#footer .powerdby {
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 12px;
	color: #7e7e7e;
	float: left;
	padding: 10px 0 10px 10px;
}
#footer .powerdby a {
	color: #7e7e7e;
	text-decoration: none;
}
#footer .copyright {
	height: auto;
	overflow: hidden;
	font-family: "Open Sans";
	font-size: 12px;
	color: #7e7e7e;
	float: right;
	padding: 10px 10px 10px 0;
}
.mliter_pera{ clear:both; overflow:hidden; margin:10px 0px;}
.mliter_pera p{ margin:10px 0px;}

/* Facebook Div */
.face-like{ position:relative; z-index:99999;}


/* News and Events Tabs Starts here */

div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 40px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #262c62;
    color: #fff;
}


#navigation #link ul .menu-dropdown span i{ display:none;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
#news{ display:block;}
.news-events{ margin:20px 0px; overflow:hidden; position:relative;}
.news-events .tabcontent p{font-family: "Open Sans"; font-size:15px; line-height:25px; margin:10px 0px;}
/* News and Events Tab Ends here */

/* News and events table starts here */

.news-events .tabcontent table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.news-events .tabcontent table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
.news-events .tabcontent table th,
.news-events .tabcontent table td {
  padding: .625em;
  text-align: center;
  border-right:#ddd solid 1px;
}
.news-events .tabcontent table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: #666;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .news-events .tabcontent table {
    border: 0;
  }
  .news-events .tabcontent table caption {
    font-size: 1.3em;
  }
  .news-events .tabcontent table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .news-events .tabcontent table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  .news-events .tabcontent table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  .news-events .tabcontent table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .news-events .tabcontent table td:last-child {
    border-bottom: 0;
  }
}
/* Nws and events table css ends here */
.cow img {
    border: solid 1px #ccc;
    width: 100%;
    height: auto;
   
}

.ppbtn{
	background: #213D7C;
	color: #fff;
	padding: 8px 25px;
	margin-top: 10px;
	display: block;
	font-size: 24px;
	text-align: center;
}
.ppbtn:hover{
	color: #fff;
}
.ncss{
	    width: 64% !important;
}
.ncss img{
	    width: 49% !important;
}
.facebuk{
background: #FFD700;
padding: 5px 20px;
color: #000;
font-weight: 600;
}
.instrm{
background: #FFD700;
padding: 5px 20px;
color: #000;
font-weight: 600;
}
.campbox{
	text-align: center;
}
.campbox p{
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.campbox a:hover{
	text-decoration: none;
}
.term{
	padding: 10px;
	    display: block;
}
.ecom {
    background: #263A7F;
    color: #fff;
    padding: 110px 20px 50px;
    text-align: center;
    margin-top: -83px;
}
.ecom h2{
	margin-bottom: 25px;
}
.blee_bg th{
	background: #213E7D !important;
}
/*23-3-26*/
.flagship-programme .procurement-main-heading {
      margin-bottom: 15px; font-size:20px;
    }

    .flagship-programme .card {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      margin-bottom: 25px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); min-height: 480px;
    }

    .flagship-programme .table th {
      background: #2c3e50;
      color: #fff;
      text-align: center;
    }

    .flagship-programme .table td {
      vertical-align: middle !important;
    }

   

    .flagship-programme .list-group-item {
      border: none;
      padding: 12px 0px;
      font-size: 15px;
    }

    .flagship-programme .list-group-item i {
      color: #213e7d;
      margin-right: 10px;
    }
     .flagship-programme .table-responsive{ margin:20px 0;}