/*! LLN Stylesheet */

@font-face {
    font-family: 'futura_md_btmedium';
    src: url('../fonts/futura-md-bt-medium-webfont.eot');
    src: url('../fonts/futura-md-bt-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura-md-bt-medium-webfont.woff') format('woff'),
         url('../fonts/futura-md-bt-medium-webfont.ttf') format('truetype'),
         url('../fonts/futura-md-bt-medium-webfont.svg#futura_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'futura_bk_btbook';
    src: url('../fonts/futura-bk-btbook-webfont.eot');
    src: url('../fonts/futura-bk-btbook-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura-bk-btbook-webfont.woff') format('woff'),
         url('../fonts/futura-bk-btbook-webfont.ttf') format('truetype'),
         url('../fonts/futura-bk-btbook-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_lt_btlight';
    src: url('../fonts/futura-bk-btlight-webfont.eot');
    src: url('../fonts/futura-bk-btlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura-bk-btlight-webfont.woff') format('woff'),
         url('../fonts/futura-bk-btlight-webfont.ttf') format('truetype'),
         url('../fonts/futura-bk-btlight-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'homemade_appleregular';
    src: url('../fonts/homemadeapple-webfont.eot');
    src: url('../fonts/homemadeapple-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/homemadeapple-webfont.woff') format('woff'),
         url('../fonts/homemadeapple-webfont.ttf') format('truetype'),
         url('../fonts/homemadeapple-webfont.svg#homemade_appleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* FONTS 
	1. font-family: 'futura_md_btmedium';
	2. font-family: 'homemade_appleregular';
*/



html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

body {
	font-family: Arial,Helvetica,sans-serif;
}

.t-content p, .t-content a, .t-content li {
	font-family: 'futura_bk_btbook';
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

a { cursor: pointer; }

audio,
canvas,
img,
video {
    vertical-align: middle;
	max-width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5{
	margin:0 0 15px;
	font-family: 'futura_bk_btbook';
	font-weight:normal;
}
h1{
	font-size:36px;
}
h2{
	font-size:25px;
}
h3{
	font-size:18px;
}
h4{
	font-size:15px;
}
i, em {
    color: #80c4e9;
    font-size: 16px;
	font-style:normal;
}
p,li{
	color:#666666;
	line-height:22px;
}
li h3 {
	color:#333333;
}
textarea {
    resize: vertical;
}
.clr { clear:both; }
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
blockquote{
	font-size:20px;
	font-family: 'homemade_appleregular';
	text-align:center;
	line-height:41px;
	padding:30px 30px 10px;
	border-top:2px dotted #b9e0fe;
	border-bottom:2px dotted #b9e0fe;
	color:#80c4e9;
	margin:0 0 20px;
}
blockquote.our-philosophy{
	font-size: 20px;
	padding:57px 5px;
}
blockquote div{
	color: #666666;
    text-align: center !important;
    font-family: 'futura_md_btmedium';
    font-size: 14px;
}
blockquote div:last-child{ text-align:right !important; }
select{ 
	width:auto;
	margin:auto; 
	visibility:hidden; 
}
.select { 
	cursor:pointer;    
	display:inline-block; 
	position:relative; 
	font-size:13px; 
	color:black; 
	height:30px; 
	line-height:30px; 
	border:1px solid #b3defe; 
	margin:0 0 4px; 
	width:100%; 
	max-width: 170px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.styledSelect { 
	position:absolute; 
	top:0;
	right:0; 
	bottom:0; 
	left:0; 
	background-color:white; 
	padding: 0 20px 0 10px;
	background:url(../img/drop.png) no-repeat 97% #f4faff; 
}
.styledSelect:active,
.styledSelect.active {  
	
}
.two-select .select{ width:49%; max-width:49%; float:right; }
.two-select .select:first-child{ float:left; }
.options {
	display:none; 
	position:absolute;
	top: 100%; 
	right:0; 
	left:0;    
	z-index:9999;
	margin:3px 0 0;
	padding:0 0;  
	list-style:none; 
	border:1px solid #b3defe;
	background-color:white;
	border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
}
.options li {  
	padding:0 6px;  
	line-height:30px;  
	margin:0 0; 
	padding:0 10px; 
	border-top: 2px dotted #b3defe;
}
.options li:first-child {
	border:none;
} 
.options li:hover {   
	background-color:#39f;  
	color:white;
	border-color:#39f;
}
.print-view { display: none; }
.top-quote{ 
	position:absolute;
	top:0;
	right:0; 
	z-index:100; 
	width: 230px; 
	margin: 0 0 30px;
	background-image: linear-gradient(bottom, rgb(53,149,48) 25%, rgb(57,156,52) 63%, rgb(67,167,62) 82%);
	background-image: -o-linear-gradient(bottom, rgb(53,149,48) 25%, rgb(57,156,52) 63%, rgb(67,167,62) 82%);
	background-image: -moz-linear-gradient(bottom, rgb(53,149,48) 25%, rgb(57,156,52) 63%, rgb(67,167,62) 82%);
	background-image: -webkit-linear-gradient(bottom, rgb(53,149,48) 25%, rgb(57,156,52) 63%, rgb(67,167,62) 82%);
	background-image: -ms-linear-gradient(bottom, rgb(53,149,48) 25%, rgb(57,156,52) 63%, rgb(67,167,62) 82%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.25, rgb(53,149,48)),color-stop(0.63, rgb(57,156,52)),color-stop(0.82, rgb(67,167,62))); 
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.rslides {
	position: relative;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.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;
	height: auto;
	width: 100%;
	border: 0;
}
/* ==========================================================================
   Global styles
   ========================================================================== */
.btn-tp{
	display:inline-block;
	color:#80c4e9;
	font-size:20px;
	padding:15px 50px;
	border:1px solid #80c4e9;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}   
.btn-blue{
	font-size: 12px;
	color: #1a3248;
	background: #b3defe;
	display:inline-block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 4px 10px;
	border: 0;
	font-family: 'futura_md_btmedium';
}
.btn-tp:hover,.btn-blue:hover{
	text-decoration:none;
	opacity:.9;
}
.t-wrapper{
	max-width:1080px;
	width:100%;
	margin:auto;
	position:relative;
	box-shadow: 0 0 7px #f6f6f6;
	-moz-box-shadow: 0 0 7px #f6f6f6;
	-webkit-box-shadow: 0 0 7px #f6f6f6;
	min-height:1300px/* 1500px */;
}
.container{
	max-width:1020px;
	width:100%;
}
.border-img{
	padding:4px;
	/* border:1px solid #b3defe; */
	position:relative;
	background:#ffffff;	
}
.border-img img{
	width:100%;
	max-width:100%;
}
.border-img:before, .border-img:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #a4b4bf;
	-webkit-box-shadow: 0 15px 18px #a4b4bf;
	-moz-box-shadow: 0 15px 18px #a4b4bf;
	box-shadow: 0 15px 18px #a4b4bf;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.border-img:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.bread-crumbs{
	margin:0 0 15px;
}
.bread-crumbs ul{
	margin:0;
	padding:0;
}
.bread-crumbs ul li{
	display:inline-block;
	padding-left:20px;
	font-size: 12px;
	background:url(../img/ico-rarrow.png) 8px center no-repeat;
}
.bread-crumbs ul li a{
	display:inline-block;
	font-size:12px;
	color:#9b9b9b;
	text-decoration:none;
}
.bread-crumbs ul li:first-child{
	padding-left:0;
	background:none;
}
.bread-crumbs ul li.active a{
	color:#7ec6ee;
}
.bread-crumbs ul li.home a{
	width:13px;
	height:12px;
	background:url(../img/ico-home.png) no-repeat;
}
.lnn-prof-btn{
	margin:6px 0 0;
}
.shoppinglist .lnn-prof-btn { color: #1a3248; font-size: 12px; margin: 0 5px; text-decoration: underline; } 
.btn, .productSubmitInput{
	border: 0 none;
	font-size:18px;
	padding:10px 20px;
	color:#ffffff;
	background:#666666;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	border-radius:2px;
	font-family: 'futura_md_btmedium';
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}
.btn:hover{
	text-decoration:none;
	color:#ffffff;
	background:#23425e;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

/* ==========================================================================
   Header styles
   ========================================================================== */
.t-header{
	padding:20px 0 0;
}
.logo{
	text-align:center;
	position:relative;
	z-index:10;
}   
.logo img{
	position:absolute;
	top:-20px;
	left:50%;
	margin-left:-86.5px;
	border:13px solid #ffffff;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
}
.top-menu,.top-login-cart{
	margin:0 0 30px;
}
.top-menu ul,
.top-login-cart ul{
	margin:0;
	padding:0;
	font-size:0;
}
.top-menu ul li,
.top-login-cart ul li{
	display:inline-block;
}
.top-menu ul li a,
.top-login-cart ul li a{
	font-size:12px;
	color:#666666;
	display:inline-block;
	line-height:12px;
	border-left:1px solid #989898;
	padding: 0 0 0 8px;
	margin-left:7px;
}
.top-menu ul li:first-child a,
.top-login-cart ul li:first-child a,
.top-login-cart ul li.login a{
	border:0;
	margin-left:0;
	padding-left:0;
}
.top-menu ul li a:hover,
.top-login-cart ul li a:hover{
	text-decoration:none;
	color:#b4defc;
}
.top-login-cart ul{
	text-align:right;
}
.top-login-cart ul li a{
	padding-right:15px;
	background:url(../img/ico-arrowdown.png) right center no-repeat;
}
.top-newsletter,
.top-search{
	margin:0 0 38px;
}
.top-search{
	text-align:right;
}
.top-newsletter label,
.top-search label{
	display:block;
	text-transform:uppercase;
	font-family: 'futura_md_btmedium';
	font-size:11px;
	color:#1a3248;
	margin:0 0 3px;
}
.top-newsletter .field-wrap{
	position:relative;
	float:left;
}
.top-search .field-wrap{
	float:right;
	position:relative;
}
.top-newsletter input[type="text"],
.top-search input[type="text"]{
	border:1px solid #b3defe;
	height:22px;
	line-height:22px;
	padding:0 25px 0 7px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	color:#666666;
	font-size:11px;
	width: 179px;
}
.top-newsletter input[type="submit"], .top-newsletter input[type="button"]{
	border:0;
	background:0;
	font-size:11px;
	font-weight:bold;
	font-family: 'futura_md_btmedium';
	color:#80c4e9;
	outline:0;
	position:absolute;
	top: 3px;
	right: 0px;
}
.top-search input[type="submit"]{
	color:transparent;
	width:12px;
	height:12px;
	border:0;
	position:absolute;
	top: 5px;
	right: 5px;
	background:url(../img/ico-search.png) no-repeat;
}

@-moz-document url-prefix() { 
	.top-newsletter input[type="submit"]{
		top: 4px;
	}
	.top-search input[type="submit"]{
		top: 6px;
	}
}
#menu-trigger{
	width:32px;
	height:24px;
	display:inline-block;
	background:url(../img/btn-trigger.png)  no-repeat;
	position:absolute;
	top:40px;
	left:10%;
	z-index:9;
}
#search-trigger{
	width:12px;
	height:12px;
	display:inline-block;
	background:url(../img/ico-search.png)  no-repeat;
	position:absolute;
	top:40px;
	right:10%;
	display:none;
}
.main-nav{
	display:block;
	margin:0 0 8px;
	padding:3px 0;
	border-top:2px dotted #b4dffe;
	border-bottom:2px dotted #b4dffe;
}
.main-nav ul{
	padding:0;
	margin:0;
	text-align:center;
	background:#b3defe;
}
.main-nav ul li{
	display:inline-block;
	position:relative;
}
.main-nav ul li a{
	display:inline-block;
	padding:15px 12px;
	position:relative;
	text-transform:uppercase;
	color:#1a3248;
	font-size:14px;
	font-family: 'futura_md_btmedium';
}
.main-nav ul li.selected > a,
.main-nav ul li:hover > a{
	color:#ffffff;
	text-decoration:none;
}
.main-nav ul li:nth-child(3) a{
	margin-right:80px;
}
.main-nav ul li:nth-child(4) a{
	margin-left:70px;
}
.main-nav ul li a img{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	margin-top: -2px;
}
.main-nav ul ul{
	position:absolute;
	left:-9999px;
	min-width:100%;
	text-align:left;
	z-index:99;
}
.main-nav ul li:hover > ul{ left:0; }
.main-nav ul li:nth-child(4):hover > ul{ left:70px; }
.main-nav ul ul li{
	display:block;
}
.main-nav ul ul li a{ white-space:nowrap; text-transform:none; }
.main-nav ul ul li *{ margin:0 !important; }
.lln-program .top-login-cart ul li a {
	padding-right:0 !important;
	background:none !important;;
}
.lln-program .main-nav ul li a{
	padding: 15px 20px;
}
.lln-program .main-nav ul li:nth-child(3) a{
	margin-right:0;
}
.lln-program .main-nav ul li:nth-child(4) a{
	margin-left:0;
	margin-right:70px;
}
.lln-program .main-nav ul li:nth-child(5) a{
	margin-left:70px;
}
.lln-program h1{ text-transform: lowercase; }
.main-nav .top-newsletter{
	padding: 20px 0 20px 20px;
	margin: 0;
}
.main-nav .field-wrap{
	float:none;
}
.main-nav .top-newsletter label{
	font-size:18px;
	margin:0 0 10px;
}
.main-nav .top-newsletter input[type="text"]{
	width:99%;
}
/* ==========================================================================
   Banner styles
   ========================================================================== */
.banner{
	border:1px solid #b3defe;
	padding: 3px;
	margin:0 0 38px;
}
.slider{
	height:440px;
	background:url(../img/bg-banner.jpg);
}
.slider ul{
	margin:0;
	padding:0;
}   
.slider ul li{
	display:block;
	padding:50px 60px;
}
.slide-img-wrap{
	width: 48%;
	float:right;
	position:relative;
	transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
	-webkit-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
	-moz-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
	-o-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
	-ms-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
}
.slide-img-wrap:after {
	content: '';
	position: absolute;
	top: -28px;
	width: 26px;
	height: 60px;
	background: url(../img/pin.png) no-repeat;
	z-index: 10;
	left: 56%;
	margin-left: -30px;
}
.slide-img{
	text-align:center;
	padding:17px;
	position:relative;
	overflow:visible;
	background:#ffffff;
	position:relative;
	text-align:center;	
}
.slide-img:before, .slide-img:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #a4b4bf;
	-webkit-box-shadow: 0 15px 18px #a4b4bf;
	-moz-box-shadow: 0 15px 18px #a4b4bf;
	box-shadow: 0 15px 18px #a4b4bf;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.slide-img:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.slide-img img{
	margin:0 0 17px;
}
.slide-img h3{
	font-family: 'homemade_appleregular';
	color:#666666;
	font-size:16px;
	margin:0;
	font-weight:normal;
	text-transform:normal;
}
.slide-txt{
	float:left;
	text-align:center;
	width:48%;
}
.slide-txt h1{
	color:#80c4e9;
	font-family: 'homemade_appleregular';
	font-size:36px;
	font-weight:normal;
	line-height:50px;
}
.slide-txt p{
	font-size:22px;
	color:#1a3248;
	margin:0 0 25px;
	line-height:26px;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	left: -5px;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.bx-wrapper .bx-prev {
	left: 15px;
	background: url(../img/ico-prev.png) no-repeat;
}
.bx-wrapper .bx-next {
	right: 15px;
	background: url(../img/ico-next.png) no-repeat;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover  {
	opacity:.5;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 25px;
	height: 48px;
	text-indent: -9999px;
	z-index: 2;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.recipe-container .bot-ebook .bx-wrapper {
    background-color: #f4faff;
    /*margin-left: 7px !important;*/
}
.recipe-container .bot-ebook .bx-wrapper .bx-viewport {
    /*height: 250px !important;*/
	left:0;
}
.recipe-container .bot-ebook .bx-wrapper .bx-viewport .recipesSlider > li {
    width: 100% !important;
}
/* ==========================================================================
   Content styles
   ========================================================================== */
.t-content{
	padding:0 0 23px;
	min-height: 500px;
} 
.content h2 { text-transform:lowercase; }   
.content > ul{
	padding:0;
}
.content > ul li{
	padding:0 0 0 10px;
	position:relative;
	list-style: none;
}
.content > ul li:after{
	content:'';
	display:block;
	position:absolute;
	width:4px;
	height:4px;
	top:7px;
	left:0;
	background:#80c4e9;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.recipesSlider #webapp21913pagination {display:none !important;}
.l-listing ul{ list-style:none; padding:0; margin:0 0 0 -20px; }
.l-listing ul li{ float:left; width:33.33333333%; padding:0 0 0 20px; }

.d-listing ul.productLarge{ display:block; list-style: outside none none; margin:0; padding:0; }

.feat-cat-item{
	margin:0 0 40px;
	position:relative;
}   
.feat-cat-item a{
	display:block;
}
.feat-cat-item a:hover{
	text-decoration:none;
}
.feat-cat-item img{
	max-width:100%;
}
.feat-cat-item:after {
	content: '';
	position: absolute;
	top: 3px;
	display: block;
	width: 100%;
	border-top: 2px dotted #ffffff;
}
.feat-cat-caption{
	position:absolute;
	width:100%;
	bottom:13px;
	left:0;
	padding:3px 0;
	border-top:2px dotted #ffffff;
	border-bottom:2px dotted #ffffff;
}  
.feat-cat-caption h2{
	font-family: 'futura_lt_btlight';
	margin:0;
	text-align:center;
	display:block;
	background:#ffffff;
	font-size:20px;
	line-height: 20px;
	font-weight:normal;
	background:rgba(249,249,294,.9);
	padding:15px 0;
	color:#333333;
	text-transform: lowercase;
}
.bx-wrapper .feat-cat-caption h2{
	padding:15px 50px;
}
.feat-cat-caption h2 a{ color:#333333; font-family: 'futura_lt_btlight'; }
.feat-cat-item-lg h2{
	font-size:36px;
	line-height: 36px;
	color:#1a3248;
}
.feat-cat-item-head{
	position: absolute;
	text-align: center;
	vertical-align: middle;
	top: 0;
	left: 50%;
	padding: 5px 0 0;
	width: 91px;
	height: 45px;
	margin-left: -40.5px;
	background: #ffffff;
	border-radius: 0 0 50px 50px;
	background: url(../img/bg-curve.png) no-repeat;
	z-index: 10;
}
.feat-cat-item blockquote{
	padding:10px 50px;
	border:0;
	margin:0;
	position:relative;
	background: url(../img/ico-quote-top.png) 20px 20px no-repeat;
}
.feat-cat-item blockquote:after{
	position:absolute;
	right:15px;
	bottom:50px;
	width:36px;
	height:28px;
	content:'';
	display:inline-block;
	background: url(../img/ico-quote-bottom.png) no-repeat;
}
.feat-cat-item blockquote h1{
	color:#80c4e9;
	font-size:26px;
	font-family: 'homemade_appleregular';
	font-weight:normal;
	line-height:44px;
	text-align:center;
}
.bottom-content{
	background:#f4faff;
	padding:20px;
}
.bot-tweets h2,
.bot-ebook-wrap > h2,
.bot-blog h2{
	font-size:24px;
	font-family: 'homemade_appleregular';
	color:#80c4e9;
	font-weight:normal;
	padding:0; 
	margin:0 0 25px;
	line-height: 24px;
	border-bottom:2px dotted;
}
.bot-tweets ul{
	margin:0;
	padding:0;
}
.bot-tweets ul li{
	display:block;
	margin:0 0 20px;
}
.bot-tweets ul li img{
	float:left;
}
.twit-content{
	padding:0 0 0 65px;
}
.bot-tweets ul li p{
	margin:0 0 5px;
}
.bot-tweets ul li a{}
.bot-tweets ul li span{
	font-size:12px;
	font-style:italic;
}
.bot-ebook{
	border:0px solid #b4defc;
	padding:0px;
	text-align:center;
	background:#ffffff;
}
.bot-ebook img{
	position:relative;
	top:0px;
	width:100%;
}
.bot-ebook a{
	display:block;
	background:#b3defe;
	font-size:18px;
	text-align:center;
	font-size:16px;
	color:#1a3248;
	padding:10px;
	text-transform:lowercase;
	font-family: 'futura_md_btmedium';
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.bot-ebook a:hover{
	text-decoration:none;
}
.bot-ebook .l-listing ul li { width: 100%; }
.bot-ebook .l-listing ul li .feat-cat-item { margin: 0; }
.bot-ebook .pagination { display: none; }
.bot-blog ul{
	margin:0;
	padding:0;
}
.bot-blog ul li{
	display:block;
	margin:0 0 20px;
}
.bot-blog ul li img{
	float:left;
	display: none;
}
.blog-new .blog-body{
	position:relative;
	padding-left:90px;
}
.blog-new ul li::after{
	content:"";
	display:block;
	clear:both;
}
.blog-new ul li .img{
	position:absolute;`
	top:5px;
	left:0;
}
.blog-new ul li .img img{
	display: block;
	width: 80px;
	float:none;
}
.blog-new strong{
	margin:0;
	font-family: "futura_bk_btbook";
}
.bot-blog .blog-content {
	padding:0;
}
.blog-content{
	padding:0 0 0 65px;
}
.blog-content strong{
	margin:0;
	font-family: "futura_bk_btbook";
}
.blog-content p{
	margin:0;
}
.blog-intro, .blog-intro a {
    font-family: "futura_bk_btbook";
}
.faq{
	margin:0 0 20px;
}
.faq ul{
	margin:0;
	padding:0;
}
.faq ul li{
	display:block;
	margin:0 0 10px;
}
.faq-title,.faq-content{
	padding:0 0 0 17px;
	display:block;
}
.faq-title{
	cursor:pointer;
	font-size: 16px;
	text-decoration:none;
	color:#666666;
	font-weight:normal;
	background:url(../img/ico-show.png) no-repeat 0 4px;
}
.faq-title:hover{
	text-decoration:none;
}
.faq ul li.active .faq-title{
	background:url(../img/ico-hide.png) no-repeat 0 4px;
}
.faq-content{
	display:none;
}

.side-nav{
	border:1px solid #b3defe;
	/* padding:15px; */
}
.side-nav ul{
	margin:0;
	padding:0;
}
.side-nav ul li{
	display:block;
	background: none;
}
.side-nav ul li a{
	display:block;
	position:relative;
	padding:10px 15px;
	margin:0;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	color:#27323e;
	outline:none;
}
.side-nav ul li a::before{
	content:"";
	display:block;
	position:relative;
	top:-11px;
	border-top:2px dotted #b3defe;
	width:auto;
	height:0;
}
.side-nav ul li:first-child a::before{
	display:none;
}
.side-nav ul li.selected > a, .side-nav ul li.selected > a{
	background:#b3defe !important;
	font-weight:bold;
	color: #27323e;
}
.side-nav ul li ul li a,
.side-nav ul li ul li:first-child a{
	padding:6px 25px;
	text-transform:none;
}
.side-nav ul li ul li a::before{
	margin:0 -10px;
	top:-7px;
}
.side-nav ul li ul li.selected > a{
	background:none;
	color:#27323e;
}
.recipe-content{
	padding:0 30px 0 10px;
}
.rec-prep-wrap{
	padding:30px 8px;
}
.rec-prep-wrap ul:first-child{
	margin:0;
}
.rec-prep-wrap ul{
	padding-left:15px;
}
.rec-prep-wrap ul li{
	color:#999999;
	font-size:12px;
}
.rec-prep-wrap h5{ font-size: 12px; }
.rec-prep {
	margin:0 0 30px;
}
.rec-prep ul{
	margin:0;
	padding:0;
	text-align:center;
	float:none;
}
.rec-prep ul li{
	display:inline-block;
	text-align:center;
	color:#8dcaeb;
	margin:0 0 0 15px;
}
.rec-prep ul li:first-child{
	margin-left:0;
}
.rec-prep .prep-con{
	width:50px;
	height:50px;
	display:table;
	border:1px solid #b3defe;
	border-radius:50px;
	text-align:center;
	vertical-align:middle;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
}
.rec-prep .prep-con{
	display:table-cell;
	font-size:16px;
	font-weight:bold;
	color:#27323e;
}
.comment-wrap{
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	padding:35px 0;
	margin: 0 0 35px;
}
.comment-input{
	padding:0 0 0 63px;
}
.comment-input label{
	font-size:12px;
}
.comment-input textarea{
	width:100%;
	min-height:20px;
	border:1px solid #b3defe;
	margin:0 0 5px;
	font-size:12px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:4px 10px;
}
.comment-input input[type="submit"]{
	font-size:12px;
	color:#ffffff;
	background:#666666;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:4px 10px;
	border:0;
	font-family: 'futura_md_btmedium';
}
.comment-input input[type="checkbox"]{
	position:relative;
	top:1px;
}
.other-recipe ul{
	margin:0;
	padding:0;
}
.other-recipe ul li{
	display:inline-block;
	width: 30%;
	margin: 0 0 0 17px;
	vertical-align:top;
}
.other-recipe ul li a{
	display:block;
}
.other-recipe img{
	border:1px solid #b3defe;
	padding:3px;
	margin:0 0 10px;
	max-width: 100%;
	width:100%;
}
.other-recipe ul li span{
	display:block;
	font-weight:normal;
	color:#1a3248;
	line-height:16px;
}
.other-recipe ul li a:hover{
	text-decoration:none;
}
.other-recipe ul li:first-child{
	margin:0;
} 
/*  Sidebar  */

.r-panel{
	/*padding:20px;
	background:#e9e9e9;
	min-height:400px;
	margin:20px 0;*/
	margin:0 0 20px;
}
.r-panel .ads{
	-webkit-box-shadow: 0 15px 18px #a4b4bf;
	-moz-box-shadow: 0 15px 18px #a4b4bf;
	box-shadow: 0 15px 18px #a4b4bf;
	padding: 15px;
	margin: 30px 0;
	border: 1px solid #b3defe;
}
.r-panel .ads .feat-cat-caption h2{ 
	font-size: 16px;
    font-weight: normal;
    line-height: 16px; 
}
.r-panel .ads .feat-cat-caption h2 a{ text-transform: capitalize; color: #80c4e9; }
.r-panel .ads h3{ font-weight: 600; text-align: center; }
.btn-register{
	display:inline-block;
	background:#80c4e9;
	padding:10px 25px;
	border:0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-size:18px;
	color:#ffffff;
	text-transform:uppercase;
	font-family: "futura_md_btmedium";
}
.btn-register:hover{ color:#000; text-decoration:none; }
/*  Product Details  */
.product-details{
	padding: 0 30px 0 10px;
}
.prod-price{
	font-size:22px;
	font-weight:normal;
	display:block;
	margin:0 0 25px;
	font-family: 'futura_bk_btbook';
}
.prod-option{
	margin:0 0 30px;
}
.prod-qty{
	margin:0 30px 0 0;
}
.prod-qty label{
	color:#000000;
}
.prod-qty input[type="text"]{
	max-width:43px;
	height: 30px;
	line-height: 30px;
	padding:0 5px;
	border: 1px solid #b3defe;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.prod-img ul li{
	padding:0 0 25px;
}
.prod-thumb ul{
	margin:0;
	padding:0;
}
.prod-thumb ul li{
	display:inline-block;
	margin-left:15px;
	margin-bottom: 15px;
	width: 20%;
}
.prod-thumb ul li:first-child{
	/* margin-left:0; */
}
.prod-thumb ul li.rslides_here{
	opacity:.7;
}
/*  Blog page  */
#blogdetails .blog-intro { display:none; }
.post-list{
	border-bottom: 2px dotted #b3defe;
	padding: 0 0 40px;
	margin:0 0 40px;
	float:none !important;
	width:auto !important;
}
.post-list h2:first-of-type{
	margin:0;
}
.side-panel{
	padding:0 0 0 40px;
	float:none !important;
	width:auto !important;
}
.blog-date{
	font-weight:bold;
	font-size:12px;
	color:#999999;
	display:block;
	text-transform:uppercase;
	margin:0 0 20px;
}
.post-rss-tweets img{
	vertical-align: top;
	margin: 2px 0 0;
}
.post-rss-tweets iframe{
  	float:left;
}
.rss-btn{
	display:block;
  	float:left;
	background:url(../img/ico-rss.jpg) no-repeat 0 center;
	padding: 0 0 0 20px;
	margin: 2px 30px 2px 0;
	color:#000000;
	font-size:12px;
}
.rss-btn:hover{
	text-decoration:none;
}
.side-panel h4{
	font-size:20px;
	color:#80c4e9;
	font-weight:normal;
	font-family: 'homemade_appleregular';
}
.side-panel ul{
	padding:0;
	margin:0;
}
.side-panel li{
	display:block;
}
.side-panel li a{
	display:block;
	color:#1a3248;
	font-size:14px;
	font-weight:normal;
	margin:0 0 20px;
	padding:0 0 0 18px;
	position:relative;
}
.side-panel li a:after{
	content:'';
	display:block;
	width:6px;
	height:6px;
	background:#80c4e9;
	position:absolute;
	top:7px;
	left:3px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.side-panel li a:hover{
	text-decoration:none;
}
.BlogRecentPost,.BlogTagCloud,.BlogTagList{
	padding:20px 15px;
	border:2px dotted #80c4e9;
	margin:0 0 30px;
}

/*  Lln Program  */
/* ==========================================================================
   Forms styles
   ========================================================================== */
.forms{
	margin:0 0 50px;
}
.forms input[type="file"],
.forms input[type="text"],
.forms input[type="email"],
.forms input[type="password"],
.forms textarea{
	border:1px solid #b3defe;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-size:13px;
	padding:10px;
	display:block;
	width:100%;
	margin:0 0 20px;
}
.forms label{
	color:#666666;
}
.forms textarea{
	min-height:95px;
}   
.forms input[type="submit"]{   
	font-size:18px;
	color:#ffffff;
	text-transform:uppercase;
	padding:10px 25px;
	background:#666666;
	border:0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.forms .file-wrap,
.forms .radio-wrap,
.forms2 .select{ margin:0 0 20px; }
.forms .file-wrap label,
.forms .radio-wrap label{ display:block; }
.forms .radio-wrap > div{ padding:0 20px 0 0; }
.forms2 label{ display:block; }
.forms2 .select{ width:100%; max-width:100%; }
.forms2 .select-inline .select{ width:auto; max-width:inherit; min-width:80px; }
.forms2 .select-inline .select .styledSelect{ background-position:92%; }
.product-search form,
.recipe-search form{
	position:relative;
}
.product-search form input[type="text"],
.recipe-search form input[type="text"]{
	border:1px solid #d6d6d6;
	padding:2px 20px 2px 22px;
	font-size:11px;
	color:#1f374c;
	width:100%;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background:url(../img/ico-rec-search.png) no-repeat 4px center;
}
.product-search form input[type="submit"],
.recipe-search form input[type="submit"]{
	border:0;
	text-indent:-99999px;
	color:transparent;
	width:12px;
	height:12px;
	position:absolute;
	top: 6px;
	right: 6px;
	background:url(../img/ico-lens.png) no-repeat;
}
/* ==========================================================================
   Footer styles
   ========================================================================== */
.t-footer{
	padding:0 0 60px;
}   
.foot-logo{
	text-align:center;
	position:relative;
	margin:0 0 5px;
}   
.foot-logo img{
	position:relative;
	z-index:1;
}
.foot-logo:after{
	content: '';
	position: absolute;
	top: 50%;
	left:0;
	margin-top:-1px;
	display: block;
	width: 100%;
	z-index:0;
	border-top: 2px dotted #bee2fc;
}   
.foot-social ul,
.foot-copyright,
.foot-nav ul{
	text-align:center;
	margin:0;
	padding:0;
}
.foot-social ul li a{
	display:inline-block;
	margin:0 3px;
}
.foot-social ul li a:hover{
	opacity:.8;
}
.foot-social ul li,
.foot-nav ul li{
	display:inline-block;
}
.foot-copyright p{
	font-size:12px;
	color:#666666;
}
.foot-nav ul li a{
	font-size:12px;
	line-height:12px;
	color:#666666;
	border-left:1px solid #666666;
	padding:0 7px 0 8px;
}
.foot-nav ul li:first-child a{
	border:0;
}
/*  Shopping Cart  */
.shop-cart{
	padding:20px;
	font-size:12px;
}
.field-label label{
	display: block;
	font-size:15px;
	margin: 0 0 15px -20px;
	font-family: 'futura_md_btmedium';
	border-bottom: 1px solid #b3defe;
	padding: 0 0 15px 20px;
}
.shipping-inner label,#shippingCountrySpan{
	font-size:14px;
	margin: 0 0 15px;
	display: inline-block;
	font-family: 'futura_md_btmedium';
}
.shipping-inner .select{
	width: 100%;
	margin: 0;
	max-width: 100%;
}
.shipping-inner .head label{
	margin: 0 10px 0 0;

}
.shop-cart{ font-size:13px; color:#666666; }
.shop-cart .product-cart a{ color:#666; }
.shop-cart .product-cart > div > div{ float:left; width:16.66666667%; text-align:center; }
.shop-cart .product-cart .prod-image-name{ width:61%; text-align:left; }
.shop-cart .product-cart .prod-image{ width:17%; float:left; }
.shop-cart .product-cart .prod-name{ width:83%; float:left; padding-left:20px; }
.shop-cart .product-cart .prod-quantity-remove .product-prop{ position:relative; width:90px; margin:auto; }
.shop-cart .product-cart .prod-quantity-remove .product-prop .remove-wrap{ position:absolute; top:0; left:0; width:1px; }
.shop-cart .product-cart .prod-quantity-remove .product-prop .remove-wrap .productitemcell{ position:relative; overflow:inherit; }
.shop-cart .product-cart .prod-quantity-remove .product-prop .remove-wrap .productitemcell > a{ position:absolute; top:32px; left:0; width:90px; }
.shop-cart .product-cart .prod-price{ font:inherit; width:11%; margin:inherit; }
.shop-cart .product-cart .prod-tax{ width:11%; }
.shop-cart .product-cart .prod-total{ width:11%; text-align:right; }
.shop-cart .product-cart .prod-total .field-label label,
.shop-cart .product-cart .prod-total .product-prop{ padding-right:10px; }
.shop-cart .first-label label{
	margin-left:0;
	padding-left:10px;
}
.shop-cart  .productitemcell {
	height:85px !important;
}
.shop-cart  .qty-wrap input{
	max-width:60px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	font-size:12px;
	border: 1px solid #b3defe;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align:center;
	
}
.discounts input[type="text"],
.vouchers input[type="text"]{
	width:74% !important;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	font-size:12px;
	border: 1px solid #b3defe;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin:0 2% 3px 0;
}
.shop-cart  .product-prop{
	margin:0 0 20px;
}

.shop-cart .prod-total-grand{ border-bottom:1px solid #b3defe; margin:0 0 15px; }
.shop-cart .prod-total-grand > div{ width:auto !important; text-align:right; }
.shop-cart .prod-total-grand label{ margin:0; padding-right:30px; }

.hideshow > div{
	display:none;
}
.shipping-inner .head{ border-bottom:1px solid #b3defe; font-family:'futura_md_btmedium'; font-size:14px; }
.shipping-inner .body{ margin:0 0 15px; }
.shipping-inner .body label{ margin:5px 0; }
#shippingCountrySpan{ margin:0; display:block; margin:5px 0; }
#shippingCountrySpan br{ display:none; }
#shippingStateSpan {
    display: block;
    margin: 10px 0 5px;
}
.shipping-total label{ padding-left:30px; }
.shipping-inner .final-total{ border-bottom:1px solid #b3defe; margin:0 0 25px; }
.shipping-inner .final-total label{ margin:0; }

#catshopbuy,
.shop-checkout-content .btn-link,
.shop-checkout-content input[type=submit]{ display:block; background:#666666; border:none; padding:5px 10px; font-family:'futura_md_btmedium'; font-size:13px; color:#ffffff; text-align:center; text-transform:uppercase; font-weight:normal; }
#catshopbuy:hover,
.shop-checkout-content input[type=submit]:hover,
.shop-checkout-content .btn-link:hover{ color:#ffffff; text-decoration:none; }
.tabbed-steps{ margin:0 0 10px; }
.tabbed-steps ul{ list-style:none; margin:0 0 0 -20px; padding:0 10px; }
.tabbed-steps ul li{ float:left; width:33.333333%; padding:0 0 0 20px; }
.tabbed-steps ul li a{ font-family:'futura_md_btmedium'; font-size:14px; color:#ccc; }
.tabbed-steps ul li a.selected{ color:#000; }
.tabbed-steps ul li a:hover{ text-decoration:none; }
.tabbed-steps ul li strong{ display:block; }

.catalogueItemNotFound,
.productLarge,
div#shipping-address,
div#password,
div#CCVCard,
div#paypal-cadre{ display:none; }

div#shipping-address,
div#paypal-cadre{ border-top:1px solid #ccc; margin:10px 0 10px; padding:10px 0 0; }
div#paypal-cadre{ font-size:12px; }

.shop-checkout-content label{ font-weight:bold; }
.shop-checkout-content input[type=text],
.shop-checkout-content input[type=reset],
.shop-checkout-content input[type=password],
.shop-checkout-content textarea{ width:100%; border:1px solid #b3defe; padding:5px 10px; margin:0 0 15px; }
.shop-checkout-content .select{ max-width:100%; margin:0 0 15px; }
.shop-checkout-content input[type=submit]{ width:100%; }

.shop-checkout-content form > .row > .cold-md-6{ padding-left:50px; border-left:1px solid #b3defe; margin-left:-1px; }
.shop-checkout-content form > .row > .cold-md-6.first{ padding-left:10px; padding-right:50px; border:none; border-right:1px solid #b3defe; margin-left:0; }

.shop-checkout-content{ border-top:1px solid #b3defe; padding:10px 0 10px; margin:10px 0; display:none; }
.shop-checkout-content .box-content{ position:relative; width:225px; min-height:230px; margin:auto; text-align:center; }
.shop-checkout-content .box-content .btn-holder{ position:absolute; bottom:0; left:0; width:100%; }
.shop-checkout-content .box-content .btn-holder .error{ margin:2px 0 0; position:absolute; width:100%; text-align:center; }
.shop-checkout-content .box-content form{ text-align:left; }
.p-mid{ padding:50px 0; }
#checkout-options .cold-md-6{ min-height:230px; }
#checkout-options .cold-md-6.first{ border-right:1px solid #b3defe; }

.shop-checkout-content .forgot{ display:block; margin:-10px 0 0; }

.cards label{ padding-right:15px; }
.ccv-number{ position:relative; }
.ccvcard-ask{ float:right; font-size:12px; padding:2px 0 0; text-decoration:underline; cursor:pointer; }
#CCVCard{ position:absolute; top:15px; left:110%; }
.twitter iframe{ max-width:80px; }

.tweets-mobile{ display:none; }

.tweet{ max-width:80px; }


.ll-table{ display:table; }
.ll-table .tr{ display:table-row; }
.ll-table .td{ display:table-cell; }

.meal-plan{ margin:0 0 20px; font-size:14px; }
.meal-plan i, 
.meal-plan em {
	display:inline-block;
    color: #002e45;
    font-size: inherit;
	font-style:italic;
}
.meal-plan p { line-height: 15px; margin: 15px 0; text-align: center;}
.meal-plan h3{ margin:5px 0; font-size:12px; text-transform:uppercase; font-weight:bold; text-align:center; }
.meal-plan h4{ margin:0; font-size:14px; text-transform:uppercase; font-weight:bold; }
.meal-plan .ll-table{ width:100%; border-top:1px #b3d4fc solid; border-left:1px #b3d4fc solid; }
.meal-plan .ll-table .td{ border-bottom:1px #b3d4fc solid; border-right:1px #b3d4fc solid; padding:5px; width:12.5%; vertical-align: top; }
.meal-plan .ll-table .td span,
.meal-plan .ll-table .td a{ color:#006699; }
.meal-plan .ll-table .back-light .td{ background:#eee; }
.meal-plan .ll-table .back-light-blue .td{ background:#f0f9ff; }
.meal-plan .ll-table .back-light-white .td{ background:#ffffff; }
.meal-plan .ll-table .back-light-pink .td{ background:#FEF3FF; }
.meal-plan .ll-table .back-light-yellow .td{ background:#FFFDF3; }
.meal-plan .display-mobile{ display:none; }

.meal-plan-table{ width:100%; font-size:12px; }
.meal-plan-table h3{ font-size:20px; text-transform:uppercase; font-weight:normal; }
.meal-plan-table h5{ margin:0 0 5px; font-size:13px; text-transform:uppercase; font-weight:normal; }
.meal-plan-table p{ margin:0; }
.meal-plan-table em{ font-size:10px; }
.meal-plan-table td{ padding:5px 10px; vertical-align:top; }
.meal-plan-table thead td{
	padding:10px;
	border:1px #b3d4fc solid;
	border-left:none;
	font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
	text-align:center;
}
.meal-plan-table thead td:first-child{ border-left:1px #b3d4fc solid; }
.meal-plan-table .item-head td{ text-align:center; }
.meal-plan-table .item-head p{ margin:0 0 10px; }
.meal-plan-table .item-col td{ 
	background:#aaaaaa; 
	border:1px #ffffff solid; 
	border-left:none; 
	border-top:none; 
	color:#fff; 
}
.meal-plan-table .item-col td::before{
	display:none;
	position:absolute;
	top:5px;
	left:5px;
	font-size:12px;
}
.meal-plan-table .item-col td:first-child{ border-left:1px #fff solid; }
.meal-plan-table i,
.meal-plan-table em{ color:#fff; }
.meal-plan-table a{ color:#fff; }
.meal-plan-table a:hover{ color:#80c4e9; }


.meal-plan.recipes{ font-size:10px; }
.meal-plan.recipes h3,
.meal-plan.recipes h4{ font-size:10px; text-transform:none; font-weight:normal; }
.meal-plan.recipes .ll-table .td{ padding:1px; width:4.736842105263158%; text-align:center; vertical-align:middle; }
.meal-plan.recipes .ll-table .td:first-child{ text-align:left; width:10%; }
.meal-plan.recipes hr{ display:none; }
.meal-plan.recipes .ll-table .tr.back-light .td{ padding:5px 1px; }

.meal-plan .ll-table .tr.withP .td{ position:relative; padding-top:40px; }
.meal-plan .ll-table .tr.withP .td:first-of-type{ padding-top:5px; }
.meal-plan .ll-table .tr.withP .text-condition{
	position:absolute;
	top:0;
	left:0;
	right:0;
	white-space:nowrap;
}

.lln-prog-content h3 a,
.lln-prog-content h4 a,
.lln-prog-content h5 a{ font-family:'futura_md_btmedium'; }
.lln-prog-content h2 strong,
.lln-prog-content h3 strong,
.lln-prog-content h4 strong,
.lln-prog-content h5 strong{ font-weight:bold; }
.lln-prog-content h5{ font-size:14px; }
.lln-prog-content strong{ font-family:'futura_md_btmedium'; font-weight:normal; color:#333; }
.lln-prog-content .border-img{ margin:0 0 20px; }
.pantry-detox .td {
    color: #666;
    font-family: "futura_bk_btbook";
    font-size: 12px;
    line-height: 12px;
    padding: 10px 5px;
}
.pantry-detox .td span{ font-size:12px; color:#333; }
.pantry-detox .ll-table{ margin:20px 0; }
.pantry-detox .ll-table .td{ width:50%; }
.pantry-detox .ll-table .head .td, .pantry-detox .ll-table .subhead .td{ background:#b3defe; }
.pantry-detox .ll-table .tr:nth-child(even){ background:#eee; }
.pantry-detox .ll-table .tr:nth-child(odd){ background:#fff; }
.pantry-detox .td h3,
.pantry-detox .td h4 { margin:0; color:#000; } 
.pantry-detox .td h4 { line-height: 9px; height: 9px; }
.pantry-detox .td h4 strong{ font-weight: normal; }
.pantry-detox .td h3 { font-weight: 600; height: 40px; line-height: 40px; }
.pantry-detox .td p { margin: 0; padding: 0 20px; }
.custom-ullist ul li{ padding:0 0 20px; }
.LLN-table{ width:100%; }
.LLN-table .td{ padding:10px; text-align:center; vertical-align:middle; }
.LLN-table h3{ font-size:26px; }
.LLN-table h4{ font-size:23px; }
.LLN-table h4 span{ color:#80c4e9; }

.with-image{ clear:both; margin:0 0 20px; }
.with-image .image,
.with-image .text{ float:left; }
.with-image .image{ width:20%; padding-right:20px; text-align:center; }
.with-image .text{ width:80%; }
.with-image .text p{ margin:0 0 10px; }

.shop-featture-image{ text-align:center; margin:0 0 20px; padding:20px 0 0; }
.shop-featture-image ul{ list-style:none; margin:0; padding:0; }
.shop-featture-image .main-image{ margin:0 0 10px; }
.shop-featture-image .thumb-image ul li{ display:inline-block; width:80px; height:80px; margin:5px 2.5px; border:2px solid #b3defe; vertical-align:middle; }
.shop-featture-image .thumb-image img{ max-width:100%; max-height:100%; }
.price{ font-size:30px; color:#1a3248; }
.colour-option label{ margin:0 0 5px; color:#1a3248; }
.colour-option .select{ max-width:190px; margin:0 0 20px; }

.catProdAttributeItem .select{ display:block; min-width:180px; }
.catProdAttributeItem .styledSelect{ white-space:nowrap; }
.recipe-search{ width:33.3333%; padding-left:10px; }

.LLN-mobile{ display:none; }

.shopcart-select .v-select{
    border-radius: 2px;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 4px;
    position: relative;
	overflow:hidden;
    width: 100%;
}
.shopcart-select .v-select select{
	visibility:visible;
	-webkit-appearance: none;
    -moz-appearance: none;
	text-indent:0.01px;
	text-overflow: '';
    appearance: none;
	position:relative;
	z-index:2;
	width:110%;
    height: 30px;
	background:none;
	border:none;
	padding:0 55px 0 10px;
	cursor:pointer;
}
.shopcart-select .v-select select::-ms-expand {
    display: none;
}
.shopcart-select .v-select .arrow{
    background: url("../img/drop.png") 97% center no-repeat #f4faff;
    position: absolute;
    right: 0;
    top: 0;
	z-index:1;
	width:100%;
	height:100%;
    border: 1px solid #b3defe;
}
  


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.align-right{
	text-align:right;
}
.align-left{
	text-align:left;
}
.align-center{
	text-align:center;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.rating-select{ display:inline-block; margin:0 0 20px; }
.rating-select select{ visibility:visible; }
.dd-select{ background:url("../img/drop.png") no-repeat scroll 94% center #f4faff !important; border:1px solid #b3defe !important; height:30px; }
.dd-select .dd-selected,
.dd-option{ padding:5px !important; }
.dd-options{
	border:1px #b3defe solid !important; 
	border-top:none !important; 
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
.dd-option{ border-bottom:1px #b3defe solid !important; }
.dd-option-image, 
.dd-selected-image{ max-width:100% !important; }
.dd-options .dd-option-text,
.dd-option-selected .dd-option-text,
.dd-select .dd-pointer,
.dd-select .dd-selected-text{ display:none !important; line-height:normal !important; }

#accordion{ border-bottom:2px dotted #b4dffe; }
.accordion-toggle { border-top:2px dotted #b4dffe; margin:0; padding:3px 0; cursor: pointer;}
.accordion-toggle span{ 
	display:block; 
	padding:5px 10px 5px 36px; 
	background:url("../img/acc-arrow-right.png") 7px center no-repeat rgba(180, 223, 254, 0.9); 
}
.white-popup-block h3{ 
	display:block; 
	padding:5px 10px 5px 5px; 
	background:7px center no-repeat rgba(180, 223, 254, 0.9); 
}
.accordion-toggle.selected  span{ background:url("../img/acc-arrow-down.png") 7px center no-repeat rgba(180, 223, 254, 0.9); }
.accordion-content { border-top:2px dotted #b4dffe; padding:3px 0 3px; display: none; }
.accordion-content .ll-table,
.white-popup-block .ll-table{ width:100%; border:1px #eee solid; }
.accordion-content .ll-table .tr:nth-child(odd),
.white-popup-block .ll-table .tr:nth-child(odd){ background:#eee; }
.accordion-content .ll-table .tr:nth-child(even),
.white-popup-block .ll-table .tr:nth-child(even){ background:#fff; }
.accordion-content .ll-table .td,
.white-popup-block .ll-table .td{ padding:3px 5px; }
.accordion-content .ll-table .td:first-child,
.white-popup-block .ll-table .td:first-child{ width:180px; }

.btn-media{ height:25px; overflow:hidden; }

.t-right{ text-align:right !important; }
.t-left{ text-align:left !important; }
.t-center{ text-align:center !important; }
.v-middle{ vertical-align:middle !important; }
.v-bottom{ vertical-align:bottom !important; }
.v-top{ vertical-align:top !important; }

.order-list{ width:100%; border-left:1px solid #b3defe; border-top:1px solid #b3defe; margin:0 0 20px; }
.order-list .td{ border-right:1px solid #b3defe; border-bottom:1px solid #b3defe; padding:5px; }

.invoice .top-head{ margin:0 0 20px; }
.invoice .ll-table.border-table{ width:100%; }
.invoice .ll-table.border-table .head{ background:#d7eeff; font-weight:bold; }
.invoice .ll-table.border-table .head .td{ border:1px solid #b3defe; border-left:none; padding:5px; }
.invoice .ll-table.border-table .head .td:first-child,
.invoice .ll-table.border-table .text .td:first-child  .productitemcell{ border-left:1px solid #b3defe; }
.invoice .ll-table.border-table .text .td .productitemcell{ 
	height:30px; 
	padding:5px; 
	border-right:1px solid #b3defe; 	
	border-bottom:1px solid #b3defe; 
}
.invoice .textb .ll-table .td{ padding:5px; width:60px; }
.invoice .textb .ll-table .td.t-right{ width:auto; }
.t-wrapper .t-content .container .intro-msg {
	margin: 0 0 60px;
	text-align: center;
	font-size: 17px;
	padding: 15px;
	}
.t-wrapper .t-content .container .intro-msg  p { color: #333333; }
.head-social { float: right; margin-top: -40px; list-style: none;width: 330px;}
.head-social li { display: inline-block; padding: 0 7px;}
.head-dl-btn { margin-top: -27px;}
.head-dl-btn .btn-register{padding:4px 10px;}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.program-overview h4 { margin: 13px 0 0; }

div[class^="addcarthttp"] {
    display: none;
} 

ul.checklist li { list-style-type: none; }

.m-fb, .m-twitter-googleplus > iframe { display: inline-block; float: left; }
.m-pinandyummly { display: inline-block; float: right; }
.m-twitter-googleplus > div { display: inline-block !important; float: right!important; width: 180px !important; }

.m-pinandyummly iframe { width: 70px !important; }
.m-twitter-googleplus > iframe { width: 80px !important; }
.m-twitter-googleplus > div > iframe { width: 180px !important; }

.vertical-alignment-helper {
	display:table;
	height: 100%;
	width: 100%;
	pointer-events:none;
}
.vertical-align-center {
	/* To center vertically */
	display: table-cell;
	vertical-align: middle;
	pointer-events:none;
}
.modal-open .modal{
	padding:0 17px !important;
}
.modal *,
.modal *:before,
.modal *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width:100%;
	max-width:600px;
	height:inherit;
	/* To center horizontally */
	margin: 0 auto;
	pointer-events:all;
	border-radius: 0;
	border: none;
}
.modal-content{
	background:#b3defe;
}
.modal-body {
	padding: 15px 15px 55px 15px;
}
.modal-body h2 {
	font-family: 'homemade_appleregular';
	color: #000000;
	padding: 15px 0 0px 15px;
	margin: 0;
	text-align: center;
	margin-bottom: 35px;
}
.modal-body h4{
	text-align:center;
	margin-bottom: 35px;
}
.modal-header {
	border-bottom: none;
	text-align: right;
}
.modal-content .top-newsletter  form{
	width: 450px;
	margin: auto;
}
.modal-content .top-newsletter input[type="text"]{
	width: 170px;
	height: 35px;
}
.modal-content .top-newsletter input[type="submit"]{
	height: 33px;
	font-size: 18px;
	font-weight: normal;
	font-family: 'futura_bk_btbook';
	color: #80c4e9;
	outline: 0;
	position: relative;
	top: 1px;
	right: 0px;
	BACKGROUND-COLOR: #b3defe;
	border: 1px solid #fff;
	color:#fff;
}


.field-content{ display:none; }


#printview .diary-list hr,
#printview .diary-list > h3:first-of-type,
#printview .diary-desc,
#printview .forms input[type="submit"]{ display:none; }
#printview .white-popup-block h3{ display:block !important; }

#printview .field-content{ 
	display:inline-block;
    vertical-align: top;
    margin: 0 0 10px;	
	font-weight:bold;
	color:#000;
}
#printview .cta-btn,
#printview .update-rating-select,
#printview .select,
#printview .forms select,
#printview .forms input[type=text],
#printview .forms input[type=password],
#printview .forms textarea{
	display:none;
}

/* Animated Responsive Image Grid */

.ri-grid{
	margin: 30px auto 30px;
	position: relative;
	height: auto;
}

.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Clear floats by Nicolas Gallagher: nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
	content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;	
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #f4faff;
}

.ri-grid ul li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
	width: 55%;
}
.ri-grid-size-2{
	width: 100%;
}
.ri-grid-size-3{
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
	display: none;
}

.ri-loading-image{
	display: none;
}

.ri-grid-loading .ri-loading-image{
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}

.tweets-new .ri-grid ul li{ height:117px !important; }


.instragram-slider{
	position:relative;
}
.instragram-slider::before{
	content:"Instagram";
	display:block;
	margin:0 0 15px;
	font-family: 'homemade_appleregular';
	font-size: 24px;
    color: #80c4e9;
	line-height: 24px;
    text-transform: lowercase;
	text-align: center;
	font-weight:normal;
}
.instragram-slider .slick-track{ letter-spacing:-10px;}
.instragram-slider .item{
	float:none !important;
	display:inline-block;
	vertical-align:middle;
	letter-spacing:0;
}
.media-img-full img {width: 100%;max-width: 150px;}
.media-table {
	display: table;
	width: 100%;
	margin: 0 -15px;
	width: 100%;}
.media-table .media-row{display: table-row;}

.media-table .media-row .media-col{
	display: table-cell;
	vertical: middle;
	padding: 15px;}
.media-table .media-row .media-col.media-col6{width: 50%;}
.recent-features-holder .rf-list { border-bottom: 2px dotted #b3defe;}
.recent-features-holder .rf-list .rf-image-holder {
	bottom: 15px;
    /*box-shadow: 0 15px 18px #a4b4bf;*/
    padding: 40px 10px 10px;}
.recent-features-holder .rf-list .rf-image-holder img {
    max-width: 100%;
    width: 100%;
}
.as-feat-cont .as-feat-list {text-align: center;}

.twitter-feed-holder #twitterFeed > ul {margin: 0 -10px;}

.twitter-feed-holder #twitterFeed > ul > li:hover .user:before{background: url('/_source/svg/twitter-active-ico.svg');}
.twitter-feed-holder #twitterFeed > ul > li:hover .twitter_fav_icon{background: url(/_source/svg/favorite-active-ico.svg)}
.twitter-feed-holder #twitterFeed > ul > li:hover .twitter_retweet_icon{background: url(/_source/svg/share-active-ico.svg);}

.twitter-feed-holder #twitterFeed > ul > li{
	position: relative;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 33.33%;
    padding: 0 10px;
    margin-right: -4px;}
.twitter-feed-holder .user:before{
	content: '';
	width: 19px;
	height: 19px;
	background: url('/_source/svg/twitter-ico.svg');
	display: block;
	position: absolute;
	top: 0;
	right: 15px;}
.twitter-feed-holder .user div > a > span:nth-child(1) img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;}
.twitter-feed-holder .user div > a > span:nth-child(1) {
	position: static;
    top: auto;
    left: auto;
    float: left;
    margin-right: 8px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 4px;}
.twitter-feed-holder .user div > a > span:nth-child(2) {
    font-style: normal;
    display: block;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    font-size: 14px;}
.twitter-feed-holder .user div > a > span:nth-child(3) {
    font-size: 13px;
    font-style: normal;
    padding-left: 0px;
    color: #8899A6;}
.twitter-feed-holder .twitter_fav_icon {
    width: 16px;
    height: 20px;
    background: url(/_source/svg/favorite-ico.svg);
    text-indent: 999px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    float: left;}
.twitter-feed-holder ul li p {
	font-style: normal;
	max-width: 100%; 
    margin: 0 0 10px;}
.twitter-feed-holder ul li a{word-break: break-all;}    
.twitter-feed-holder ul li a,
.twitter-feed-holder ul li a span,
.twitter-feed-holder ul li span,
.twitter-feed-holder ul li{
	font-style: normal;
	text-decoration: none;}
.twitter-feed-holder ul li p a:hover{
	text-decoration: none;
	color: #99d0ed;}
.twitter-feed-holder .twitter_reply_icon{display: none;}
.twitter-feed-holder .timePosted{float: right;}
.twitter-feed-holder .twitter_retweet_icon:hover{background: url(/_source/svg/share-hover-ico.svg) !important;}
.twitter-feed-holder .twitter_fav_icon:hover{background: url(/_source/svg/favorite-hover-ico.svg) !important;}
.twitter-feed-holder .twitter_retweet_icon {
    width: 16px;
    height: 20px;
    background: url(/_source/svg/share-ico.svg);
    text-indent: 999px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;}
.bottom-content h2 {
	text-align: center;
	border-bottom: none;
	margin: 25px 0 15px;}
.bottom-content .feat-cat-caption h2{margin: 0;}	
.bottom-content .bot-ebook .l-listing ul,
.bottom-content .bot-blog ul  {margin: 0 -10px;}	
.bottom-content .blog-new ul li img{width: 120px;}
.bottom-content .blog-new ul li > strong{color: #000;}
.bottom-content .bot-blog .blog-content {padding: 0 0 0 40px;}
.bottom-content .bot-blog .blog-body{min-height: 110px;}
.bottom-content .bot-blog ul li,
.bottom-content .bot-ebook .l-listing ul li {
	margin-right: -4px;
	margin-bottom: 0;
    width: 33.33%;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 10px;}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.bottom-adrotator .item img {width:100%}
.bottom-adrotator .item:first-child {
    margin-bottom: 30px;
}