html.overlay-open .navbar-fixed-top {
	z-index: 400
}
html.js fieldset.collapsed {
	height: auto
}
html.js input.form-autocomplete {
	background-position: 100% 8px;
	background-repeat: no-repeat
}
html.js input.throbbing {
	background-position: 100% -13px
}
body, body h1, body h2, body h3, body h4, body h5, body h6 {
	line-height: 1.25em
}

@media(max-width:767px) {
body {
	position: relative
}
}

@media(min-width:980px) and (max-width:1199px), (min-width:1200px) {
body {
	padding-top: 60px
}
}
body.toolbar .navbar-fixed-top {
	top: 30px
}
body.toolbar-drawer .navbar-fixed-top {
	top: 65px
}
body.admin-expanded.admin-vertical.admin-nw .navbar, body.admin-expanded.admin-vertical.admin-sw .navbar {
	margin-left: 260px
}
body div#admin-toolbar {
	z-index: 500
}

@media(min-width:980px) and (max-width:1199px), (min-width:1200px) {
body.toolbar {
	padding-top: 94px!important
}
body.toolbar-drawer {
	padding-top: 129px!important
}
}
body #admin-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 1100
}
body #admin-menu .dropdown li {
	line-height: normal
}
html body.admin-menu {
	margin-top: 28px!important
}
body.admin-menu .navbar-fixed-top {
	top: 28px
}
.footer {
	margin-top: 45px;
	padding: 35px 0 36px;
	border-top: 1px solid #e5e5e5
}
.element-invisible {
	margin: 0;
	padding: 0;
	width: 1px
}
.navbar .logo {
	margin-top: 5px;
	margin-right: 10px
}
#site-name {
	line-height: 1;
	margin: 0
}
.page-header {
	margin-top: 0
}
.block h2.block-title {
	margin-top: 0
}
form#search-block-form {
	margin: 0
}
.navbar #block-search-form {
	float: right;
	margin: 5px 0 5px 5px
}

@media(max-width:767px), (min-width:768px) and (max-width:979px) {
.navbar #block-search-form {
	float: none
}
}
fieldset.search-advanced {
	padding-bottom: 1.5em;
	margin-top: 1em
}
.navbar-search .control-group {
	margin-bottom: 0
}
ul.action-links {
	margin-bottom: 2em
}
ul.action-links li {
	display: inline;
	padding-right: 1.5em
}
ul.action-links [class^="icon-"], ul.action-links [class*=" icon-"] {
	padding-right: .5em
}
input, textarea, select, .uneditable-input {
	max-width: 100%;
	width: auto
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto
}
input.error {
	color: #b94a48;
	border-color: #eed3d7
}
.form-type-checkbox input, .form-type-radio input {
	float: left
}
.form-actions {
	clear: both
}
.resizable-textarea textarea {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}
.help-block, .control-group .help-inline {
	color: #999;
	font-size: 12px;
	margin: -8px 0 10px;
	padding: 0 3px
}
.description+.help-block, .description+.control-group .help-inline, .checkbox+.help-block, .checkbox+.control-group .help-inline, .form-type-checkbox+.help-block, .form-type-checkbox+.control-group .help-inline, .form-type-radio+.help-block, .form-type-radio+.control-group .help-inline, .form-file+.help-block, .form-file+.control-group .help-inline, .resizable-textarea+.help-block, .resizable-textarea+.control-group .help-inline {
	margin-top: 0
}
.input-append {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 40px;
	width: 100%
}
.input-append input, .input-append textarea, .input-append select, .input-append .uneditable-input {
	width: 100%!important
}
.container-inline div, .container-inline label {
	display: block
}
div.error, table tr.error {
	background-color: #f2dede;
	color: #b94a48
}
.control-group.error {
	background: 0
}
.control-group.error label, .control-group.error .control-label {
	color: #b94a48;
	font-weight: 600
}
.control-group.error input, .control-group.error textarea, .control-group.error select, .control-group.error .uneditable-input {
	color: #b94a48;
	border: 1px solid #ccc
}
.control-group.error .help-block, .control-group.error .help-inline {
	color: #999
}
ul li.collapsed, ul li.expanded, ul li.leaf {
	list-style: none;
	list-style-image: none
}
.vertical-tabs .form-type-textfield input {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	width: auto
}
.vertical-tabs .form-item {
	margin: 1em 0
}
.submitted {
	margin-bottom: 1em;
	font-style: italic;
	font-weight: normal;
	color: #777
}
.password-strength {
	width: 17em;
	float: right;
	margin-top: 1.4em
}
.password-strength-title {
	display: inline
}
.password-strength-text {
	float: right;
	font-weight: bold
}
.password-indicator {
	background-color: #e9e9e9;
	height: .3em;
	width: 100%
}
.password-indicator div {
	height: 100%;
	width: 0;
	background-color: #46a546
}
input.password-confirm, input.password-field {
	width: 16em;
	margin-bottom: .4em
}
div.password-confirm {
	float: right;
	margin-top: 1.5em;
	visibility: hidden;
	width: 17em
}
div.form-item div.password-suggestions {
	padding: .2em .5em;
	margin: .7em 0;
	width: 38.5em;
	border: 1px solid #b4b4b4
}
div.password-suggestions ul {
	margin-bottom: 0
}
.confirm-parent, .password-parent {
	clear: left;
	margin: 0;
	width: 36.3em
}
.progress-wrapper .progress {
	margin-bottom: 10px
}
.progress-wrapper .progress .bar {
	border: 0 none;
	margin: 0
}
.pagination ul>li>a.progress-disabled {
	float: left
}
.pagination ul>li>a .throbber {
	margin: 0 -0.25em 0 .5em;
	position: relative;
	top: 1px
}
a, a:link, a:visited, a:hover, a:active {
	color: #88ad5b;
}
/*
.row:before,.row:after{display:inline;content:"";line-height:0;}
*/
/*
@media(max-width : 980px) and (min-width : 768px){

	.logo{
		max-width:47%;
	}
	.row:before, .row:after {
		display:inline;
	}
	#preNav{
		width:51%;
	}
	#preNavigation{
		margin: 5px 0 20px 0 ;
	}
	#nav li a {
		font-size: 24px ;
		margin: 0 15px 0 15px ;
	}
	.carousel-inner{
		top:10px ;
		height: 207px ;
	}
	.carousel-control{
		top:50% ;
	}
	.carousel-control.right{
		right:10px ;
	}
	.carousel-control.left{
		left:10px ;
	}
	
}
*/


body {
	margin: 0px;
	padding-top: 20px;
	font-family: "proxima", sans-serif;
}
header {
	border-width: 0 0 1px 0;
	color: #ccc;
	border-style: solid;
	margin: 0 0 5px 0;
	height: 170px;
}
header #facebook {
	background-image: url('../resources/facebookDark.png');
	background-repeat: no-repeat;
	height: 21px;
	width: 11px;
	float: left;
	margin: 0 5px 0 0;
}
header #twitter {
	background-image: url('../resources/twitterDark.png');
	background-repeat: no-repeat;
	height: 21px;
	width: 25px;
	float: left;
	margin: 0 5px 0 5px;
}
header #pinterest {
	background-image: url('../resources/pinterestDark.png');
	background-repeat: no-repeat;
	height: 21px;
	width: 22px;
	float: left;
	margin: 0 5px 0 5px;
}
header #youtube {
	background-image: url('../resources/youtubeDark.png');
	background-repeat: no-repeat;
	height: 21px;
	width: 16px;
	float: left;
	margin: 0 0 0 5px;
}
header #email {
	background-image: url('../resources/emailDark.png');
	background-repeat: no-repeat;
	height: 21px;
	width: 32px;
	float: right;
	margin: 1px 5px 0 7px;
}
span.mailto {
	display: none;
}
#preNav {
	margin: 40px 0 0 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0 0 1px 0;
	text-align: right;
}
#preNavigation {
	margin: 5px 0 0 0;
}
#preNavigation li a {
	text-transform: capitalize;
	color: #999;
	text-decoration: none;
	/*	font-size: 13px;  */
	font-family: "proxima", sans-serif;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
}
#preNavigation li.last a {
	color: #fd9500;
}
.donate {
	color: #fd9500;
}
nav {
	margin: 13px 0 0 0;
}
nav ul li {
	border: solid #ccc;
	border-width: 0 1px 0 0;
}
nav ul li:last-child {
	border: none;
}
#nav li a {
	color: #000;
	font-size: 24px;
	text-transform: capitalize;
	text-decoration: none;
	font-family: "nimbus-sans-condensed";
	font-weight: 300;/*	margin: 0 30px 0 30px; */
}
#nav li a.active {
	color: #5c8606;
}
nav ul li:last-child a {
	margin: 0 0 0 30px;
}
.container-inline {
	display: inline;
	float: right;
}
.searchBox {
/*	margin: 0 5px 10px 0;  */
}
/**
 * Carousel hacks
 */
#block-views-carousel-block>h2 {
	display: none;
}
ol.carousel-indicators {
	position: relative;
	right: 0px;/*	top: 40px; */
}
ol.carousel-indicators li {
	background-color: #ccc;
	border-radius: 0;
	width: 30px;
	height: 3px;
}
ol.carousel-indicators li.active {
	background-color: #6d9a35;
}
.carousel-caption {
	background-image: url('/sites/all/themes/bootstrap/resources/carousel-caption-bg.png');
	background-color: transparent;
	color: #333;
	height: 100%;
	width: 30%;
	position: absolute;
	top: 0;
	left: auto;
}
.carousel-caption p.lead {
	color: #000;
	font-family: "nimbus-sans-condensed";
	font-weight: 300;
	font-size: 36px;
	line-height: 40px;
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: 25%;
}
.carousel-caption p.muted, .carousel-caption p {
	color: #666;
	opacity: 1;
	filter: alpha(opacity=100);
	line-height: 30px;
	font-size: 18px;
	font-family: "nimbus-sans-condensed";
	margin-top: 20px;
}
#everGreen {
	text-align: center;
	padding: 0 0 35px 0;
	border: solid #ccc;
	border-width: 0 0 1px 0;
}
#everGreen h1 {
	color: #6d9a35;
	font-weight: 300;
	line-height: 24px;
}
.greenHr {
	height: 1px;
	width: 80%;
	background-color: #6d9a35;
	margin: 20px auto 15px auto;
}
#everGreenLinks {
	text-align: left;
}
#everGreen p {
	font-size: 17px;
}
#everGreen a {
	font-size: 16px;
	color: #333;
}
.greenArrow {
	background-image: url('/sites/all/themes/bootstrap/resources/greenArrow.png');
	background-repeat: no-repeat;
	height: 10px;
	width: 9px;
	float: left;
	margin: 4px 8px 0 0;
}
h2 {
	color: #666;
	font-weight: 100;
	font-family: "nimbus-sans-condensed";
	font-size: 28px;
}
h2 a:link, h2 a:hover, h3 a:link, h3 a:hover, h2.article-link a:link, h2.article-link:hover, h2 a:visited, h3 a:visited, h2.article-link a:visited {
	color: #88ad5b;
	font-weight: 100;
	font-family: "nimbus-sans-condensed";
	font-size: 28px;
}
h3 {
	color: #88ad5b;
	font-size: 24px;
	font-weight: 100;
	font-family: "nimbus-sans-condensed";
}
h3 a:link, h3 a:hover {
	font-size: 24px;
}
ul.breadcrumb a, ul.breadcrumb a:hover {
	color: #88ad5b;
}
p.search-info {
	display: none;
}
fieldset.search-advanced {
	display: none;
}
.bottomBorder {
	border: solid #ccc;
	border-width: 0 0 1px 0;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.secondRow {
	border: solid #ccc;
	border-width: 0 0 1px 0;
	height: 430px;
	overflow: hidden;
	position: relative;
}
.noLeft {
	margin-left: 0px;
}
.nationalPartners, .nationalSponsor, .Sponsors{
	border: solid #ccc 1px;
	border-radius: 5px;
	max-height: 170px;
	min-height: 170px;
}
footer {
	background-color: #5c8606;
}
footer a {
	color: #fff;
	font-family: "proxima", sans-serif;
}
footer a:link, footer a:visited, footer a:hover {
	color: #fff;
}
.footerLogo {
	background-image: url('/sites/all/themes/bootstrap/resources/footerLogo.png');
	background-repeat: no-repeat;
	height: 235px;
	width: 153px;
	float: left;
}
a.footerHeader {
	font-size: 18px;
}
.fffHr {
	height: 1px;
	background-color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
}
footer ul.nav {
	margin: 0;
	padding: 0;
	display: inline-block;
}
footer ul.nav li {
	margin: 0 80px 0 0;
	padding: 0;
	display: inline-block;
}
footer ul.nav li a {
	font-size: 18px;
}
footer ul.nav li a span.caret {
	display: none;
}
.connectWithUs {
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	margin-left: -10px;
}
.connectWithUs .connect {
	margin: 7px 3px 0 -20px;
}
.emailLight {
	background-image: url('/sites/all/themes/bootstrap/resources/emailLight.png');
	background-repeat: no-repeat;
	height: 21px;
	width: 32px;
	float: left;
	margin: 3px 5px 0 5px;
}
.facebookLight {
	background-image: url('/sites/all/themes/bootstrap/resources/facebookLight.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 11px;
	float: left;
	margin: 3px 5px 0 5px;
}
.twitterLight {
	background-image: url('/sites/all/themes/bootstrap/resources/twitterLight.png');
	background-repeat: no-repeat;
	height: 21px;
	width: 25px;
	float: left;
	margin: 3px 5px 0 5px;
}
.pinterestLight {
	background-image: url('/sites/all/themes/bootstrap/resources/pinterestLight.png');
	background-repeat: no-repeat;
	height: 21px;
	width: 22px;
	float: left;
	margin: 3px 5px 0 5px;
}
.youtubeLight {
	background-image: url('/sites/all/themes/bootstrap/resources/youtubeLight.png');
	background-repeat: no-repeat;
	height: 25px;
	width: 64px;
	float: left;
	margin: 0 5px 0 5px;
}
.footerNewsletter {
	background-color: #fff;
	border-radius: 10px;
	color: #5c8606;
	font-size: 18px;
	padding: 5px;
	text-align: center;
	margin: 0 10px 0 10px;
}
.footerPost {
	background-color: #83ae4c;
	color: #fff;
	margin: 0;
	padding: 22px 0 22px 70px;
	font-size: 18px;
}
.downloadApp {
	font-size: 17px;
	text-align: right;
	line-height: 25px;
}
.appStore {
	background-image: url('/sites/all/themes/bootstrap/resources/apple-sized-small.png');
	background-repeat: no-repeat;
	height: 29px;
	width: 84px;
	float: right;
	margin: 0 2px 0 2px;
}
.googlePlay {
	background-image: url('/sites/all/themes/bootstrap/resources/android-sized-small.png');
	background-repeat: no-repeat;
	height: 29px;
	width: 84px;
	float: right;
	margin: 0 0px 0 0px;
}
.appStoreLarge {
	background-image: url('/sites/all/themes/bootstrap/resources/apple-sized.png');
	background-repeat: no-repeat;
	height: 51px;
	width: 172px;
	float: left;
}
.googlePlayLarge {
	background-image: url('/sites/all/themes/bootstrap/resources/android-sized.png');
	background-repeat: no-repeat;
	height: 51px;
	width: 150px;
	float: left;
}
.block h2.block-title {
	margin-top: 10px;
}
div.span4 article img {
	margin: 0 5px 10px -5px;
}
article p {
	line-height: 20px;
}
blockquote p {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
table.cols-2 td {
	width: 49%;
}
li.node-readmore a, .node-readmore a {
	color: #88ad5b;
	margin-left: -7px;
	font-weight: 100;
	font-family: "nimbus-sans-condensed";
	font-size: 16px;
}
#block-views-recipes-block-1 {
	height: 440px;
	position: relative;
}
#block-views-cooking-matters-to-me-block {
	height: 422px;
	position: relative;
}
#block-views-ask-a-chef-block {
	height: 376px;
	position: relative;
}
#block-views-tips-block-1 {
	height: 110px;
	position: relative;
}
div.more-link a {
	color: #88ad5b;
	font-weight: 100;
	font-family: "nimbus-sans-condensed";
	font-size: 16px;
	position: absolute;
	bottom: 0;
}
li.comment-add a {
	color: #88ad5b;
	text-align: right;
	font-weight: 100;
	font-family: "nimbus-sans-condensed";
	font-size: 16px;
}
div.views-field-title a {
	color: #88ad5b;
	font-size: 14px;
}
.views-responsive-grid {
	clear: both;
}
.views-row {
	clear: both;
	width: 100%;
}
.views-column {
	width: 49%;
	display: inline-block;
}
.views-column-1 {
	margin: 0 2% 0 0;
	float: left;
}
views-column-2 {
	float: right;
}
/*
 * 
 * FOOTER EDITS
 * 
 */ 
 
footer ul > li > .dropdown {
	border: none;
	padding: 0;
	margin: 0;
}
footer .dropdown-menu {
	display: inline-block;
	position: relative;
	background-color: #5c8606;
	border: none;
	border-radius: 0;
	border-top: solid 1px white;
	box-shadow: none;
	padding: 0;
	padding-top: 10px;
	padding-right: 15px;
	margin: 0;
	margin-top: 2px;
}
footer .dropdown-menu > li > a {
	white-space: normal;
}
footer .dropdown-menu > li > a, footer .dropdown-menu > li > a:hover, footer .dropdown-menu > li:active {
	background-image: none;
	background-color: #5c8606;
	color: white;
}
footer .dropdown-menu > li > a:hover {
	text-decoration: underline;
}
footer .dropdown-toggle:hover, footer .dropdown-toggle:active {
	background-color: #5c8606;
	color: white;
	text-decoration: underline;
}
footer ul.nav li {
	margin: 0;
	padding: 0;
}
footer ul.nav li a {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
footer ul.nav li a.dropdown-toggle {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
}
footer ul.nav li a.dropdown-toggle:hover {
	background-color: #5c8606;
	text-decoration: underline;
}
footer .leaf {
	padding: 0;
	margin: 0;
}
footer .dropdown, footer .dropdown-menu, footer .leaf {
	width: 180px;
}
/**
 * Youtube responsivenicity
 **/
.video-wrapper {
	height: 450px;
}
.video-container {
	position: relative;
	height: 450px;
	margin-bottom: 10px;
}
.video-container status, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	height: 450px;
	left: 9%;
	margin-top: 3%;
	margin-right: 3%;
}
.ytplayer {
	height: 450px;
	width: 100%;
}

@media only screen and (max-width:480px) {
/* smart phones portrait*/
#social {
	margin-top: 33px;
	margin-right: 23%;
}
#everGreenLinks div {
	display: block;
}
#preNav {
	margin: 3px 0 0 0 /*!important*/;
	padding: 0 0 5px 0;
}
#preNav li a {
	font-size: 12px /*!important*/;
}
#nav li a {
	font-size: 14px;/*	margin: 0 1px 0 0px;   */
}
#preNavigation {
	margin: 5px 60px 5px 0;
	text-align: center;
	width: 100%;
}
#search-block-form--2 {
	/*margin: 25px 60px 10px 5px;*/
	margin-right: 160px;
}
.container-inline {
	float: none;
	margin-left: 0px;
}
#nav {
	width: 100%;
	text-align: center;
}
.menu-555 .first a {
	margin-left: 3px;
}
nav ul li:last-child a {
	margin: 0;
}
nav ul li {
	margin: 0;
	padding: 0;
}
#everGreenLinks {
	text-align: center;
}
.searchBox {
/*margin: 5px 5px 10px 166px;*/
}
#block-views-carousel-block {
	margin-top: 43%;
}
.carousel-inner {
	top: 20px;
	height: 138px /*!important*/;
}
.carousel-control {
	top: 45% /*!important*/;
}
.carousel-control.right {
	right: 0px /*!important*/;
}
.carousel-control.left {
	left: 0px /*!important*/;
}
.carousel-caption {
	padding: 5px /*!important*/;
}
.carousel-caption p.lead {
	font-size: 14px /*!important*/;
	line-height: 1 /*!important*/;
	margin-top: 5px /*!important*/;
	display: block /*!important*/;
	height: 30% /*!important*/;
}
.carousel-caption p.muted, .carousel-caption p {
	display: none /*!important*/;
}
.carousel-caption .btn {
	font-size: 9px /*!important*/;
	margin-top: 15px /*!important*/;
}
.carousel-indicators {
	top: 20px;
}
.video-wrapper .carousel-caption .btn {
	margin-top: 35px /*!important*/;
}
.video-wrapper {
	height: 138px /*!important*/;
}
.video-wrapper status {
	max-height: 84px /*!important*/;
	margin-left: 45px /*!important*/;
	padding-top: 15px;
	max-width: 140px /*!important*/;
}
.noLeft {
	margin-top: 25px /*!important*/;
}
#everGreen h1 {
	font-size: 27px /*!important*/;
}
.footerLogo {
	display: none;
}
.footer {
	padding: 5px 0 5px;
}
footer .dropdown-menu {
	padding: 0;
}
footer ul.nav li a {
	font-size: 12px;
}
footer ul.nav {
	margin-bottom: 20px;
	margin-left: 5px;
}
footer ul.nav li {
	margin-left: 5px;
}
.expanded .dropdown {
	margin-left: 50px;
}
.connectWithUs .connect {
	font-size: 12px;
	margin-bottom: 8px;
}
.field-content status {
	width: 250px;
	height: auto;
}
.views-field .views-field-field-summary .field-content p status {
	width: 140px;
	height: auto;
}
.footerPost {
	padding: 5px;
}
.downloadApp {
	display: block;
	text-align: left;
	font-size: 11px;
	margin-top: 10px;
}
.breadcrumb {
	margin-top: 135px;
}
.field-item status {
	max-width: 250px;
	max-height: 200px;
}
tbody status {
	max-width: 125px;
	height: auto;
}
#block-views-recipes-block-1, #block-views-ask-a-chef-block, #block-views-cooking-matters-to-me-block, .bottomBorder, .secondRow, #block-views-tips-block-1 {
	height: auto;
}
div.more-link a {
	position: relative;
}
.nationalPartners {
	max-height: none;
	margin-top: 5px;
}
.connectWithUs {
	width: 68%;
	margin: auto;
}
.footerNewsletter {
	margin: 5px auto;
	width: 80%;
}
.address {
	text-align: center;
}
.views-column {
	width: 100%;
	float: none;
	padding: 0 0 10px 0;
	border: #ccc solid;
	border-width: 0 0 1px 0;
}
.views-column-1 {
	margin: 0;
}
iframe {
	max-width: 100%;
	height: auto;
}
}

@media only screen and (min-width:481px) {
/* smart phone landscape */
#preNav {
	width: 45%;
	margin: -110px 0 0 0;
}
.searchBox {
	margin: 15px 0 15px 0;
}
nav ul li:last-child a {
	margin: 0 0 0 0px;
}
#nav {
	margin: 20px 0 0 0;
}
#block-views-carousel-block {
	margin-top: 6%;
}
carousel-inner {
	height: 202px;
}
.carousel-caption {
	width: 34%;
	padding: 10px;
}
.carousel-caption p.lead {
	font-size: 17px /*!important*/;
	line-height: 1 /*!important*/;
	margin-top: 0px /*!important*/;
	display: block /*!important*/;/*height:28%; */
}
.carousel-caption p.muted, .carousel-caption p {
	display: block /*!important*/;
	line-height: 14px;
	font-size: 13px;
	margin-top: 0px;
}
.carousel-indicators {
	top: 10px;
}
.video-wrapper {
}
.video-wrapper status {
	max-height: 151px /*!important*/;
	margin-left: 59px /*!important*/;
	max-width: 267px /*!important*/;
	padding-top: 20px;
}
.node .field-content status {
	max-width: 450px;
	height: auto;
}
footer ul.nav {
	display: block;
	margin-bottom: 20px;
}
footer .dropdown-menu {
	padding-right: 0px;
}
.footer {
	padding: 5px 0 36px;
}
.downloadApp {
	margin-left: -5px;
}
tbody status {
	width: 200px;
	height: auto;
}
}

@media only screen and (min-width:741px) {
/* ipad && tablets portrait*/
#social {
	margin-bottom: 25px;
}
#preNav {
	width: 70%;
	margin: 5px 0 0 0;
	text-align: right;
}
#preNav li a {
	font-size: 14px /*!important*/;
	margin: 0 0 0 0;
}
#preNav .span4 {
	text-align: right /*!important*/;
	margin-left: 0px;
	width: 100%;
}
#nav {
	margin: 5px 0 0 0;
}
#nav li a {
	font-size: 26px;
	margin: 0 8px 0 8px;
}
#search-block-form--2 {
	/*margin: 25px 45px 10px 5px;*/
	margin: 0 0 0 0;
}
.searchBox {
	margin: 5px 5px 10px 166px;
}
.preNav .span3 {
	width: 100%;
}
#block-views-carousel-block {
	margin-top: 0px;
}
.carousel-caption p.lead {
	font-size: 26px /*!important*/;
	line-height: 1 /*!important*/;
	margin-top: 0px /*!important*/;
	display: block /*!important*/;
}
.carousel-caption p.muted, .carousel-caption p {
	display: block /*!important*/;
	line-height: 19px;
	font-size: 14px;
	margin-top: 0px;
}
.carousel-control {
	top: 25% /*!important*/;
}
.video-wrapper .carousel-caption .btn {
	margin-top: 35px /*!important*/;
}
.video-wrapper {
}
.carousel-caption .btn {
	margin-top: 20px;
}
.video-wrapper status {
	max-height: 195px /*!important*/;
	margin-left: 75px /*!important*/;
	max-width: 347px /*!important*/;
	padding-top: 35px;
}
.node .field-content status {
	max-width: 200px;
	height: auto;
}
footer ul.nav {
	/*width:70%;*/
	margin-left: 20%;
}
footer ul.nav li {
	margin-right: 10%;
}
.footerPost {
	padding: 22px 0 22px 0;
}
.connectWithUs {
	margin-bottom: 10px;
}
footer .span10 .row {
	float: right;
	width: 40%;
	margin-left: 12%;
}
.offset1 {
	margin-left: 10px;
}
.connectWithUs .connect {
	margin-left: 0%;
}
.downloadApp {
	width: 97%;
}
}

@media only screen and (min-width:1024px) {
/* ipad && tablets landscape*/

#preNavigation {
}
#preNav {
	width: 90%;
}
#preNav .span4 {
	margin-bottom: -22px;
	margin-left: 6%;
	width: 56%;
}
.searchBox {
	margin-top: -3px;
	float: right;
}
.carousel-caption {
	width: 30%;
	padding: 15px;
}
.carousel-caption p.lead {
	font-size: 36px;
	line-height: 40px;
	margin-top: 20%;
}
.carousel-caption p.muted, .carousel-caption p {
	font-size: 18px;
	line-height: 20px;
	margin-top: 20px;
}
.carousel-control {
	top: 60%;
}
.video-wrapper status {
	margin-left: 75px;
	max-width: 500px;
	padding-top: 55px;
}
.carousel-indicators {
/*	top:0px;  */
}
footer .span10 .row {
	float: right;
	width: 43%;
	margin-left: 16%;
}
.downloadApp {
	width: 97%;
}
footer ul.nav li {
	margin-right: 1%;
}
footer ul.nav {
	margin-left: 0;
}
tbody status {
	width: 300px;
}
}

@media only screen and (min-width:1200px) {
/* desktop only */
footer ul.nav li {
	margin-right: 6%;
}
}
/*
 * Recipes
 */
.alert-neutral {
	color: #333;
	background-color: #efefef;
	border-color: #ccc;
}
.recipe-block-image img {
	width: 35%;
	float: left;
	margin: 0 7px 0 0;
}
ul.home-recipe-list li div.views-field-title h3.field-content a {
	font-size: 18px;
}
.recipe-page-image p img {
	width: 100%;
	max-width: 425px;
	height: auto;
}
#share42 {
	padding: 6px 6px 0;
	background: #FFF;
	border: 1px solid #E9E9E9;
	border-radius: 4px;
}
#share42:hover {
	background: #F6F6F6;
	border: 1px solid #D4D4D4;
	box-shadow: 0 0 5px #DDD;
}
#share42 a {
	opacity: 0.5
}
#share42:hover a {
	opacity: 0.7
}
#share42 a:hover {
	opacity: 1
}
#views-exposed-form-recipes-page {
	position: relative;
	top: -5px;
}
#views-exposed-form-recipes-page .control-label, .views-widget-filter-field_menu_type_value label {
	display: none;
}
.sortBy {
	margin: 7px 10px 0 0;
	float: left;
	font-weight: bold;
}
#edit-submit-recipes {
	margin: 0;
}
/*
 * Tips
 */
.home-tips-summary status, .recipe-page-image status {
	width: 100%;
	height: 280px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/*
 * National Partners/Sponsors
 */
#block-views-national-sponsors-block, #block-views-national-partners-block, #block-views-sponsors-block {
	margin: 0 0 0 10px;
}
.national-partner-image img {
	padding: 0 0 15px 15px;
}
/**
 * Carousel
 **/
a.carousel-control {
	color: #fff;
}
.carousel-caption a {
	color: #fff;
}
hr.slim {
	margin: 5px 0 5px 0;
}
.clear-both {
	clear: both;
	margin-bottom: 10px;
}
.goMobile .more-link a {
	margin: 0;
	position: relative;
	top: 10px;
}
