/* --------------------------------------------------
Site: My Family Club
URL: http://www.myfamilyclub.co.uk/
Author: Jena Birch, http://www.jenabirch.co.uk/
Modified: Desi Reuben-Sealey, http://www.myfamilyclub.co.uk/
Updated: 10.07.2013
-------------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Dosis:500,600);
body {
	background: #ffffff;
	color: #444444;
	font-size: 13px;
	font-family: "Lucida Sans", Helvetica, Arial, Tahoma, sans-serif;
}
.center {
    text-align: center;
}

ul.slider
{
    list-style: none;
}

ul.slider li
{
    border: 1px #ccc solid;
    margin: 0px 2px 2px 0px;
    float: left;
    width: 157px;
}
/* ------------------------
colours
------------------------ */
/* greys */
/* link colours */
/* zone colours */
.bg-money {
	background-color: #15bbff !important;
}
.bg-shopping {
	background-color: #8A77C5 !important;
}
.bg-time {
	background-color: #ff69bf !important;
}
.bg-travel {
	background-color: #ffae4f !important;
}
.bg-work {
	background-color: #fc3434 !important;
}
.bg-kitchen {
	background-color: #ff8800 !important;
}
.bg-justask {
	background-color: #6ab53e !important;
}
/* ------------------------
global mixins
------------------------ */
/* ------------------------
common classes & styles
------------------------ */
/* headings */
h2.article-title {
	font-size: 24px;
	line-height: 1.3em;
	width: 420px;
	padding: 15px 20px;
	position: absolute;
	top: 250px;
	right: 0;
	background: white;
}
.company-pages h2.article-title {
    font-size: 24px;
    line-height: 1.3em;
    width: 420px;
    padding:0px;
    position: relative;
    background: white;
    top:0px;
    right:auto;
    font-family:'Dosis';
    text-transform:uppercase;
    margin-bottom:20px;
}
h2 {
	font-size: 21px;
	line-height: 1.3em;
	/* text-align: center; */
}
h3 {
	font-family: "Dosis";
	font-size: 21px;
	text-transform: uppercase;
	/* padding:  0!important; */
}
h5 {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 0.6em;
}
.article-body h2 {
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom:10px;
}
.article-body h3 {
	font-family: inherit;
	font-size: 15px;
	text-transform: none;
	margin-bottom:10px;
}
.article-body h4 {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 0.6em;
	margin-bottom:10px;
}
/* link styles */
a {
	color: #007dcf;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #222222;
}
/* list styles */
.top-bar ul, .header ul, .footer ul {
	list-style-type: none;
}
.extra-info p, .about-mfc p {
	line-height: 1.5em;
}
img {
	display: inline-block;
}
.clear {
	clear: both;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-border {
    border: 0 none !important;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.font-dosis {
	font-family:'Dosis'
}
.font-size-13 {
	font-size: 1em !important;
	line-height: 0.908em !important;
}
.font-size-15 {
	font-size: 1.154em !important;
	line-height: 0.938em !important;
}
.font-size-18 {
	font-size: 1.385em !important;
	line-height: 1.125em !important;
}
.font-size-22 {
	font-size: 1.746em !important;
	line-height: 1.5em !important;
}
.font-size-24 {
	font-size: 1.846em !important;
	line-height: 1.5em !important;
}
.font-size-28 {
	font-size: 2.154em !important;
	line-height: 1.7em !important;
}
.font-size-30 {
	font-size: 2.284em !important;
	line-height: 1.5em !important;
}
.font-italic {
	font-style: italic !important;
}
.font-bold {
    font-weight:700 !important;
}
.font-green {
    color:#6ba53e !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-right-20 {
	margin-right: 20px !important;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-right-20 {
	margin-right: 20px;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-left-100 {
	margin-left: 100px;
}
.hide {
	display: none;
}
.float-left{float:left !important;}
.float-none{float:none !important;}
.float-right{float:right !important;}
.padding-right-10{padding-right:10px;}
.padding-right-20{padding-right:20px;}
.padding-20, .padding-all-20{padding:20px !important;}
.clear-both{clear:both;}
.align-center{text-align:center;}
p {
    margin-bottom:15px;
    line-height:1.5em;
}
.relative{position:relative;}
.absolute{position:absolute;}
.display-block {display:block !important;}
.box-shadow {  
  -moz-box-shadow: 0 3px 5px #AFAFAF; /* Firefox */  
  -webkit-box-shadow: 0 3px 5px #AFAFAF; /* Safari, Chrome */  
  box-shadow: 0 3px 5px #AFAFAF; /* CSS3 */  
} 
a, a img, input[type="submit"], input[type="button"], input[type="text"], textarea {
    transition: all 0.18s ease-out 0s;
    -moz-transition:  all 0.18s ease-out 0s; /* Firefox 4 */
    -webkit-transition:  all 0.18s ease-out 0s; /* Safari and Chrome */
    -o-transition:  all 0.18s ease-out 0s; /* Opera */
}
.error-404 h1 {
   font-size: 42px;
   font-weight: bold;
   line-height: 46px;
   text-transform:uppercase;
}
/* -----------------------------
global container & content & generic columns
----------------------------- */
#global-container {
	width: 100%;
	height: 100%;
	/* background-color: blue; */
}
.content {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.column-980, .column-16 {
    width:980px !important;
}
.column-735, .column-12{
    width:735px !important;
}
.column-673, .column-11{
    width:673.75px !important;
}
.column-612, .column-10 {
    width:621.50px !important;
}
.column-551, .column-9 {
    width:551.25px !important;
}
.column-490, .column-8 {
    width:490px !important;
}
.column-428, .column-7 {
    width:428.75px !important;
}
.column-367, .column-6 {
    width:376.5px !important;
}
.column-306, .column-5 {
    width:306.25px !important;
}
.column-245, .column-4 {
    width:245px !important;
}
.column-122, .column-2 {
    width:122.5px !important;
}
.column-183, .column-3 {
    width:183.75px !important;
}
.column-61, .column-1 {
    width:61.25px !important;

}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity:0.2;
    filter: alpha(opacity=20);
}
h3.eshop
{
    background-color: #eee;
    padding: 15px 15px 15px 3px;
    margin-bottom: 15px;
}
h3.normal {
    background: none!important;
    color: #444444!important;
    height: auto!important;
    width: auto!important;
}
/* ------------------------
Generic Form Styles
------------------------ */
form .text {
    width: 218px;
    font-size: 13px;
    padding: 10px;
    margin: -5px 3px 10px 0;
    border: 1px solid #afafaf;
}
form a.disabled{ pointer-events: none; } 
/* ------------------------
top-bar
------------------------ */
.top-bar {
	width: 100%;
	/*background:none repeat scroll 0 0 rgba(255, 255, 255, 0.9);*/
	background:transparent;
	position: fixed;
    top: 0;
    z-index: 100;
	min-height:45px;
	height: auto !important;
	height:45px;
}
.top-bar .content {
	width: 980px;
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
}
.top-bar ul {
	float: right;
	display: inline-block;
	margin-top: 0;
}
.top-bar ul li {
  float: left;
  font-family: 'Dosis';
  font-size: 16px;
}
.top-bar ul .logged-in {
  padding: 7px 15px 0 0;
}
.top-bar ul .log-out a {
    color:#fff;
}
.top-bar ul li:last-child, .top-bar ul li.last {
	padding-left: 10px;
}
/* Original Styles before CART
.top-bar .search {
	padding-top: 6px;
	float: right;
	margin-right: 200px;
}*/
.top-bar .container-search{
	right:0;
	top:35px;
	width:300px;
	
}
.top-bar .search {
	float: left;
    padding: 20px;
}
.top-bar .search .text {
	border: 1px solid #AFAFAF;
    font-size: 12px;
    margin: -5px 4px 0 0;
    padding:7px 7px 8px;
    width: 190px;
	border: 1px solid #afafaf;
}
/* ie7 fix */
* + html .top-bar .search .text {
	margin-top: -12px;
}
.top-bar .button-search,
.top-bar .button-cart{
	display:block;
	float:right;
	height:35px;
	width:35px;
	position:relative;
	cursor:pointer;
}
.top-bar .button-search{
	background:url(../img/sprite_mfcweb_icons.png) -107px -178px no-repeat;
}
.top-bar .button-cart{
	background:url(../img/sprite_mfcweb_icons.png) 0px -178px no-repeat;
	margin:0 5px;
}
.top-bar .button-search:hover{
	background-position:-159px -178px;
}
.top-bar .button-cart:hover{
	background-position:-53px -178px;
}
.top-bar .container-search,
.top-bar #cart{
	display:none;
	position:absolute;
	background-color:#d2d2d2;
}
.top-bar .button-4, .top-bar .button-6 {
  border-radius: 0 0 0 0 !important;
  font-size: 14px !important;
  padding: 7px 15px !important;
}
#global-search .button-2.go {
	margin-bottom: 5px;
}
/* ------------------------
breadcrumb
------------------------ */
.breadcrumb-container {
	padding: 10px 20px 0 20px;
	position:relative;
}
/* ------------------------
header
------------------------ */
.header {
	width: 980px;
	margin:0 auto;
	min-height: 170px;
	height:auto !important;
	height: 181px!important;
	border-bottom: 5px solid #abd037; /* main logo */ /* banner ad */ /* screenshot of menu */
	position:relative;
}
.header .content {
	position: relative;
	margin-top: 50px;
}
.header h1.logo {
	float: left;
	text-indent: -9999px;
	margin: 10px 0 0 10px;
	height:140px;
}
.header h1.logo a {
	display: block;
	width: 195px;
	height: 140px;
	background: url(../img/main-logo.png) no-repeat 0 0;
}
.header h1.logo a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.header .advert {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 12px;
}
.header .menu {
	position: absolute;
	top: 116px;
	left: 0px;
}
/* ------------------------
news-bar - Ticker - Now on homepage only
------------------------ */
.news-bar {
	padding: 12px 0;
	position:absolute;
	bottom:-60px;
}
.news-bar .content {
    background:transparent !important;
    height: auto !important;
    overflow: visible !important;
    padding: 0px 0px !important;
    position: relative !important;
    width:auto !important;
}
.news-bar h5 {
	display: inline;
	padding: 0 5px 0 0px;
	float: left;
}
.news-bar a {
	font-size: 15px;
	float:left;
}
.news-bar a.more {
	margin-left: 6px;
	border-right: 0;
	font-size: 13px;
	float:left;
}
.news-bar h5 {text-transform:capitalize;}
.news-bar .ticker .tag {
  background: none repeat scroll 0 0 #6ab53e;
  color: #FFFFFF;
  font-family: 'Dosis';
  font-size: 17px;
  font-weight:500;
  left: 2px;
  padding: 4px 15px;
  text-transform: uppercase;
  margin: -5px 10px 0 0;
}
.news-bar .ticker .tag.money {
  background: none repeat scroll 0 0 #00BBFF;
}
.news-bar .ticker .tag.time {
  background: none repeat scroll 0 0 #FFA8EA;
}
.news-bar .ticker .tag.shopping {
  background: none repeat scroll 0 0 #6E5BEA;
}
.news-bar .ticker .tag.travel {
  background: none repeat scroll 0 0 #FFB601;
}
.news-bar .ticker .tag.kitchen {
  background: none repeat scroll 0 0 #FF8a01;
}
.news-bar .ticker .tag.work {
  background: none repeat scroll 0 0 #FC3434;
}
.news-bar .ticker .tag {
  background: none repeat scroll 0 0 #00BBFF;
}
.ticker {
	height: 30px;
	overflow: hidden;
	float: left;
	width:800px;
}
.ticker li {
	height: 30px;
	position: relative;
	width: 800px;
	clear: left;
	padding:6px 0 0 0;
}
.ticker li a {
	display: inline;
}
/* -----------------------------
main content
----------------------------- */
.main-content {
	float: left;
	width: 580px;
	padding: 20px 0 100px 20px;
	min-height: 300px;
}
.main-content.zone .latest-articles {
    width:581px;
}
.company-content.main-content ul, 
.company-content.main-content ol {
  margin: 10px 30px;
}
.company-content.main-content .tubepress_single_video .youtube-player {
    width:580px !important;
    height:400px !important;
}
/* seasonal content */
.seasonal-content, .top-section, .eshop {
	background: url(../img/slider-gradient.png) no-repeat 0 260px;
	line-height: 1.4em;
	margin-bottom: 40px;
}
.seasonal-content h3, .top-section h3, .eshop h3 {
	position: relative;
	color: #ffffff;
	height: 30px;
	width: 365px;
	padding: 8px 0 0 18px;
	margin-left: -8px;
	background: url(../img/banner-money.png) 0 0 repeat-x;
}
.seasonal-content h3 .opacity, .top-section h3 .opacity, .eshop h3 .opacity {
	padding-left: 8px;
	opacity: 0.6;
}
.seasonal-content h3 .banner-corner, .top-section h3 .banner-corner, .eshop h3 .banner-corner {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../img/banner-corner-money.png) no-repeat;
}
.seasonal-content h3 .white-block, .top-section h3 .white-block, .eshop h3 .white-block {
	position: absolute;
	display: block;
	background: url(../img/white-block.png);
	top: 0px;
	right: 0px;
	width: 40px;
	height: 38px;
}
/* top-section */
.top-section {
	position: relative;
	background: none;
	margin-bottom: 20px;
}
.top-section .title-image {
	z-index: -1;
}
.top-section .social-media {
	position: absolute;
	top: 10px;
	right: 0px;
}
.top-section .article-info {
	clear: both;
	width: 100%;
	margin-top: 50px;
	position: relative;
}
.top-section .article-info .date {
	float: left;
}
.top-section .article-info .author {
	font-size: 15px;
	float: right;
}
/* actions bar */
.actions {
	clear: both;
}
.actions hr.double-line {
	padding: 0;
	margin: 10px 0;
	border-top: medium double #afafaf;
}
.article-info .comments {
  background: url("../img/comments.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin: 5px 0;
  padding-left: 30px;
  position: absolute;
  right: 0;
  top: -345px;
}
.actions .rating-title {
    float:left;
}
.actions .star-rating {
	color: #777777;
	float: right;
}
.star-rating {
	display: block;
	position: relative;
	text-align: left;
	overflow: hidden;
	margin: 5px 0;
}
.star-rating .rating span {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	background-image: url(../img/star_off.png);
}
.star-rating .rating span.on {
	background-image: url(../img/star_on.png);
}
.star-rating .rating span.on {
	background-color: #6ab53e;
	color: white;
}
.article-body {
	width: 440px;
	float: right;
}
.article-body ul {
    margin:10px 20px;
}
.article-body li {
    margin-bottom: 10px;
    line-height: 1.5em;
}
.article-body p {
	line-height: 1.5em;
	margin-bottom: 15px;
}
.article-body p.intro {
	font-size: 16px;
}
.article-body p.disclaimer {
	font-style: italic;
	color: #777777;
}
.article-body .pull-out {
	float: left;
	clear: left;
}
.article-body .pull-out.quote {
	background: url(../img/quotes.png) no-repeat 0 0;
	padding-top: 30px;
	font-size: 16px;
	border-bottom: 3px solid #00bbff;
	margin-left: -140px;
	width: 120px;
}
.article-body .pull-out.image {
	margin-left: -140px;
}
.article-body .pull-out.image img {
	padding: 2px;
	border: 1px solid #cccccc;
	margin: 10px 20px 10px 0;
}
.article-body .pull-out.link-box {
	margin-left: -140px;
	width: 190px;
	padding: 15px 15px 0;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	background: #f7f7f7;
	border-bottom: 3px solid #00bbff;
}
.article-body .pull-out.link-box ul {
	list-style-type: none;
}
.article-body .pull-out.link-box ul li {
	margin-bottom: 15px;
}
.article-body .pull-out.slider {
	display: inline-block;
	margin: 10px 0 30px -140px;
	border: 1px solid #afafaf;
	border-left: 0;
	border-right: 0;
	padding-bottom: 10px;
	width: 580px;
	background: url(../img/show-more-bg.png) repeat-x;
}
.article-body .pull-out.slider .left {
	float: left;
	width: 240px;
}
.article-body .pull-out.slider .right {
	margin-top: 20px;
	float: right;
	width: 340px;
}
.article-body .pull-out.slider img {
	margin-top: 20px;
	padding: 2px;
	border: 1px solid #cccccc;
}
.article-body .pull-out.slider ul {
    margin:0;    
}
.article-body .pull-out.slider li {
    list-style-type: none;
    margin-right: 10px;
    float: left;
}
.article-body .pull-out.slider .pull-out.image {
    margin:0;
}
.article-body .pull-out.slider .pull-out {
    float:none;
    clear:none;
}
.article-body .pull-out .controls {
	clear: both;
	float: right;
	width: 125px;
	text-align: center;
}
.article-body .pull-out .controls p {
	float: left;
	padding-right: 12px;
	padding-top: 4px;
}
.article-body .pull-out .controls .left-button {
	float: left;
	width: 26px;
	height: 26px;
	background: url(../img/left.png) no-repeat;
	padding-right: 5px;
}
.article-body .pull-out .controls .right-button {
	float: left;
	width: 26px;
	height: 26px;
	background: url(../img/right.png) no-repeat;
}
.article-body iframe {
    margin-left:0 !important;
}
.related-articles {
	padding: 10px 0 20px;
	border-bottom: 1px solid #afafaf;
}
.related-articles ul {
	list-style-type: none;
}
.related-articles ul li {
	padding-bottom: 8px;
}
.bottom-section {
	padding-top: 30px;
}
/* THIS IS FOR _OneColumnInternalLayout.cshtml */
.body.full-width {
  margin: 0 auto;
  width: 980px;
}
.full-width .title-image {
  width: auto !important;
}
.breadcrumb {
  margin: 0 auto;
  width: 960px;
}
.full-width .main-content {
  width: 960px;
  margin: 0 auto;
}
.full-width .main-content .article-body {
  float: none;
  margin: 0 auto;
  width: 960px;
}
.full-width h2.article-title {
  left: 0;
}
.full-width .top-section .social-media {
  position: absolute;
  right: 388px;
  top: 10px;
}
/* ------------------------
comments
------------------------ */
.comments {
	/* float: right;*/
	/* margin-top: 20px; */
}
.comments .comments-title {
	display: block;
	float: left;
	padding-left: 30px;
	background: url(../img/comments-grey.png) no-repeat 0 0;
}
.comments .new-user {
	display: inline-block;
	padding-top: 30px;
	width: 580px;
}
.comments .new-user .join-for-free {
	font-size: 15px;
	padding-top: 15px;
}
.comments .new-user .reasons {
	font-size: 15px;
	font-style: italic;
	padding: 25px 0 8px 0;
}
.comments .new-user .tick-list {
	list-style-type: none;
}
.comments .new-user .tick-list li {
	padding: 0 0 8px 24px;
	background: url(../img/tick.png) 0 3px no-repeat;
}
.comments .post-comment {
	padding-top: 30px;
}
.comments .post-comment .textarea {
	width: 560px;
	font-size: 14px;
	padding: 10px;
	height: 50px;
}
.comments .post-comment .button-2 {
	margin-top: 5px;
	float: right;
}
.user-comment {
	margin: 20px 0 40px;
}
.user-comment .left {
	float: left;
}
.user-comment .left img {
	padding: 2px;
	border: 1px solid #cccccc;
}
.user-comment .left a {
	display: block;
	color: #afafaf;
	font-size: 11px;
}
.user-comment .left a:hover {
	color: #222222;
}
.user-comment .reply {
	width: 480px;
	float: right;
}
.user-comment .reply .left {
	width: 80px;
}
.user-comment .reply .right {
	width: 395px;
}
.user-comment .leave-a-reply {
	margin-left: 100px;
	padding-top: 20px;
}
.user-comment .leave-a-reply h5 {
	padding-left: 30px;
	padding-top: 0;
	background: url(../img/comments-grey.png) no-repeat 0 0;
}
.user-comment .leave-a-reply .textarea {
	width: 456px;
}
.user-comment .right {
	width: 100%;
	width: 480px;
	float: right;
}
.user-comment .right h6 {
	font-family: "Dosis";
	float: left;
	font-weight: bold;
	font-size: 21px;
	padding-bottom: 6px;
}
.user-comment .right .actions {
	float: right;
	clear: none;
	text-transform: uppercase;
	color: #afafaf;
	font-size: 11px;
	padding-top: 10px;
}
.user-comment .right p.comment {
	position: relative;
	clear: both;
	border: 1px solid #cccccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
	line-height: 1.5em;
	background: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -ms-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
	background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: linear-gradient(top, #ffffff, #f7f7f7);
}
.user-comment .right p.comment .point {
	position: absolute;
	top: 12px;
	left: -10px;
	display: block;
	width: 10px;
	height: 10px;
	background: url(http://www.myfamilyclub.co.uk/assets/img/point.png) no-repeat;
}
.main-content .seasonal-content {
	background: url(../img/slider-gradient.png) no-repeat 0 260px;
	line-height: 1.4em;
	margin-bottom: 40px;
}
.main-content .seasonal-content .hover .overlay {
	height: 220px;
}
.main-content .seasonal-content .main-slide {
	position: relative;
	width: 580px;
	height: 260px;
}
.main-content .seasonal-content .main-slide .overlay {
	width: 340px;
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #444444;
	border-left: 3px solid #00bbff;
	background: url(../img/overlay.png);
}
.main-content .seasonal-content .main-slide .overlay .more {
	color: #007dcf;
}
.main-content .seasonal-content .main-slide .overlay:hover {
	background: #ffffff;
}
.main-content .seasonal-content .main-slide .overlay:hover .more {
	text-decoration: underline;
}
.main-content .seasonal-content .main-slide .overlay .title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
}
.main-content .seasonal-content .slide-1, .main-content .seasonal-content .slide-2, .main-content .seasonal-content .slide-3 {
	position: relative;
	width: 185px;
	height: 132px;
	border: 1px solid #cccccc;
	box-shadow: inset 0px 0px 0px 2px #ffffff;
	float: left;
	margin: 10px 9px 0 0;
}
.main-content .seasonal-content .slide-1.last, .main-content .seasonal-content .slide-2.last, .main-content .seasonal-content .slide-3.last {
	margin-right: 0;
}
.main-content .seasonal-content .slide-1 img, .main-content .seasonal-content .slide-2 img, .main-content .seasonal-content .slide-3 img {
  height: 128px;
  padding: 2px 0 0 2px;
  width: 181px;
}
.main-content .seasonal-content .slide-1 .overlay, .main-content .seasonal-content .slide-2 .overlay, .main-content .seasonal-content .slide-3 .overlay {
	width: 165px;
	padding: 10px 8px;
	margin: 0 2px 2px;
	color: #444444;
	position: absolute;
	background: url(../img/overlay.png);
	left: 0;
	bottom: 0;
	min-height:36px;
	height:auto !important;
	height:36px;
}
.main-content .seasonal-content .slide-1 .overlay:hover, .main-content .seasonal-content .slide-2 .overlay:hover, .main-content .seasonal-content .slide-3 .overlay:hover {
	color: #222222;
}
.main-content .seasonal-content .slide-1:hover, .main-content .seasonal-content .slide-2:hover, .main-content .seasonal-content .slide-3:hover {
	border: 1px solid #00bbff;
	box-shadow: inset 0px 0px 0px 2px #00bbff;
}
.main-content .latest-articles .header {
	position: relative;
	height: 38px!important;
	min-height:38px;
	margin-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #afafaf;
}
.main-content .latest-articles .header h3 {
	position: relative;
	height: 33px;
	padding: 5px 0 0 10px;
	width: 380px;
	background: #ececec;
}
.main-content .latest-articles .header h3 .opacity {
	padding-left: 8px;
	color: #afafaf;
}
.main-content .latest-articles .header h3 .white-block {
	position: absolute;
	display: block;
	background: url(../img/white-block.png);
	top: 0px;
	right: 0px;
	width: 40px;
	height: 38px;
}
.main-content .latest-articles .header .grid-list-toggle {
	position: absolute;
	bottom: 0;
	right: 0;
}
.main-content .latest-articles .header .grid-list-toggle .grid, .main-content .latest-articles .header .grid-list-toggle .list {
	float: right;
	border: 1px solid #afafaf;
	border-bottom: 0;
	padding: 6px 10px;
	width: 50px;
	color: #444444;
}
.main-content .latest-articles .header .grid-list-toggle .grid:hover, .main-content .latest-articles .header .grid-list-toggle .list:hover {
	color: #007dcf;
}
.main-content .latest-articles .header .grid-list-toggle .grid.current, .main-content .latest-articles .header .grid-list-toggle .list.current {
	background-color: #ececec;
	background-position: 42px -18px;
	color: #007dcf;
	box-shadow: inset 1px 1px 5px 0px #afafaf;
}
.main-content .latest-articles .header .grid-list-toggle .grid {
	border-right: 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-o-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	background: url(../img/grid-icon.png) no-repeat 42px 6px;
}
.main-content .latest-articles .header .grid-list-toggle .grid:hover {
	background-position: 42px -18px;
}
.main-content .latest-articles .header .grid-list-toggle .list {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-o-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	background: url(../img/list-icon.png) no-repeat 42px 6px;
}
.main-content .latest-articles .header .grid-list-toggle .list:hover {
	background-position: 42px -18px;
}
.main-content .latest-articles .header .grid-list-toggle .list:active {
	background-color: #ececec;
	background-position: 42px -18px;
	color: #007dcf;
	box-shadow: inset 1px 1px 5px 0px #afafaf;
}
.main-content .article-grid .item {
	margin-bottom: 20px;
}
.main-content .article-grid tr td {
	padding-bottom: 20px;
}
.main-content .article-grid tr td.right {
	padding-left: 10px;
}
.main-content .article-grid .item, .main-content .panel {
	position: relative;
	float: left;
	width: 274px;
	height: 194px;
	margin-right: 20px;
	line-space: 1.4em;
	border: 1px solid #cccccc;
	padding: 2px;
}
.main-content .article-grid .item img {
	width: 274px;
	height: 194px;
}
.main-content .article-grid .item:nth-child {
	margin: 0;
}
.main-content .article-grid .item .tag, .main-content .panel .tag {
	z-index: 2;
	background: #00bbff;
	position: absolute;
	padding: 3px 10px;
	color: #ffffff;
	font-family: 'Dosis';
    font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
	top: 2px;
	left: 2px;
}
.main-content .article-grid .item .small-title, .main-content .panel .overlay {
	width: 258px;
	padding: 10px 8px;
	margin: 0 2px 2px;
	color: #444444;
	position: absolute;
	/*background: url(../img/overlay.png);*/
	background: url(../img/overlay.png);
	left: 0;
	bottom: 0;
}
.main-content .panel .overlay .title, .main-content .panel .overlay .info, .main-content .article-grid .item:hover .overlay p a:last-child, .main-content .article-list .small-title {
	display: none;
}
 .main-content .article-grid .item .small-title, .main-content .panel .overlay .small-title {
  color: #444444;
  font-family: 'Dosis';
  font-size: 18px;
  letter-spacing: 0.01em;
  min-height:48px;
}
.main-content .article-grid .item .small-title span, .main-content .panel .overlay .small-title span {
	color: #007dcf;
	margin-left:5px;
}
.main-content .panel:hover .overlay {
	background: #00bbff;
	color: #ffffff;
	width: 254px;
	height: 174px;
}
.main-content .article-grid .item .overlay {
	background: none repeat scroll 0 0 #00BBFF;
	color: #FFFFFF;
	display: none;
	height: 154px;
	left: 2px;
	padding: 20px;
	position: absolute;
	top: 2px;
	width: 234px;
}
.main-content .article-grid .item:hover .overlay {
	background: none repeat scroll 0 0 #00BBFF;
	color: #FFFFFF;
	height: 154px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 234px;
	cursor: pointer;
	display: block;
}
.main-content .panel:hover .overlay .title, .main-content .panel:hover .overlay .info, .main-content .article-grid .item:hover .overlay a h2 {
	display: inline-block;
	line-height: 1.4em;
}
.main-content .article-grid .item:hover .overlay a h2, 
.homepage .article-grid .right.overlay a h2 {
  font-family: 'Dosis';
  line-height: 1.2em;
  margin:10px 0 10px 0;
  
}
.main-content .article-grid .item:hover .overlay p , 
.homepage .article-grid .right.overlay p {
  
}  
.main-content .article-grid .item .overlay a h2:hover, .main-content .article-grid .item:hover .overlay a h2 {
	color: #fff;
}
.main-content .panel:hover .overlay .title, .main-content .article-grid .item:hover .overlay {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 10px 10px 10px;
}
.main-content .article-grid .item:hover .overlay {
	padding: 20px;
}
.main-content .panel:hover .overlay .info {
	padding: 0 10px;
}
.main-content .article-grid .item:hover .overlay p {
	font-size: 13px;
	font-weight: 500;
}
.main-content .article-grid .item .left .date {
	position: absolute;
	right: 2px;
	top: 2px;
	background: none repeat scroll 0 0 #00BBFF;
	padding: 4px 6px;
	color: #fff;
}
.main-content .article-grid .item .left .date, .main-content .article-grid .item .star-rating {
	display: none;
}
.main-content .panel:hover .overlay .small-title {
	display: none;
}
.show-more {
	border-top: 1px solid #afafaf;
	background: url(../img/show-more-bg.png) repeat-x;
	margin-top: 20px;
	height: 30px;
	padding: 30px 0 0 0;
	text-align: center;
}
.show-more .button-3 {
	margin-top: 40px;
}
.date {
	font-size: 11px;
	height: 14px;
	text-transform: uppercase;
	color: #777777;
	padding-left: 18px;
	background: url(../img/clock.png) 0% 50% no-repeat;
}
.article-list .item {
	padding: 30px 0 20px 0;
	border-bottom: 1px solid #afafaf;
}
.article-list .item.last {
	border-bottom: 0;
}
.article-list .item .left, .article-list .item .right {
	float: left;
}
.article-list .item .left {
	display: block;
	width: 184px;
	position: relative;
}
.article-list .item .left .date {
	margin-top: 2px;
}
.article-list .item .left .tag {
	z-index: 2;
	background: #00bbff;
	position: absolute;
	padding: 4px 6px;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	top: 3px;
	left: 3px;
}
.article-list .item .left img {
	padding: 2px;
	border: 1px solid #cccccc;
	width: 162px;
}
.article-list .item .right {
	width: 396px;
	position: relative;
}
.article-list .item .right p {
	line-height: 1.5em;
	margin-bottom: 10px;
}
.article-list .item .right .star-rating {
	float: right;
}
.article-list .item .right h2 {
	color: #222222;
	margin-bottom: 10px;
}
.article-list .item .right h2:hover {
	color: #007dcf;
}
/* -----------------------------
sub content
----------------------------- */
.sub-content {
    float: left;
    margin-left: 15px;
    min-height: 300px;
    padding: 85px 20px 100px;
    width: 300px;
    margin-top:-55px;
}
.zone-level-sub-content {
    padding-top:0;
}
.sub-content-homepage {
    margin-top:-15px;
    margin-bottom:-50px;
}
.sub-content h3 {
	background-color:#6ab53e;
	font-size:16px;
	color:#fff;
	padding:6px 5px;
	font-weight:500;
	border-top:2px groove #fff;
	border-left:2px groove #fff;
	border-bottom:2px ridge #fff;
	border-right:2px ridge #fff;
	position:relative;
}
.sub-content .newsletter, .sub-content .advert, .sub-content .editors-choice, .sub-content .promotions, .sub-content .competitions, .sub-content .trending-questions, .sub-content .video, .sub-content .twitter-feed, .sub-content .e-shop {
	width: 300px;
	margin-bottom: 30px;
}
.sub-content .twitter-feed {
	padding:2px;
	border:1px solid #ececec;
}
.sub-content .twitter-feed .content,
.sub-content .e-shop .content {
	background-color:#f9f9f9;
	min-height:220px;
	height: auto !important;
	height:220px;
	width:300px;
}
.sub-content .e-shop .content img {
    width:90px;
    float:left;
}
.sub-content .e-shop .content .price .number.item_price {
  font-size: 21px;
  font-style: normal;
  font-weight: bold;
}
.sub-content .e-shop .content .info {
  width:150px;
}
.sub-content .e-shop .content .title {
  color: #6ab53e;
  text-transform: uppercase;
}
.sub-content .e-shop .content .subtitle {
  text-transform:capitalize;
  font-size:13px;
}
.sub-content .newsletter {
	position: relative;
	width: 260px;
	padding: 20px;
	background: #f7f7f7 url(../img/texture.png);
	border: 1px solid #cccccc;
	box-shadow: inset 0px 0px 0px 2px #ffffff;
}
.sub-content .newsletter h3 {
	margin: -18px 0 10px -18px;
	width: 282px;
}
.sub-content .newsletter .ribbon-left, .sub-content .newsletter .ribbon-right {
	z-index: -2;
	display: block;
	width: 23px;
	height: 38px;
	position: absolute;
}
.sub-content .newsletter .ribbon-left {
	background: url(../img/ribbon-left.png);
	top: -29px;
	left: -22px;
}
.sub-content .newsletter .ribbon-right {
	background: url(../img/ribbon-right.png);
	top: -29px;
	right: -22px;
}
.sub-content .newsletter p {
	margin-bottom: 20px;
}
.sub-content .newsletter .text {
	width: 240px;
	font-size: 13px;
	padding: 10px;
	margin: -5px 4px 10px 0;
	border: 1px solid #afafaf;
}
.sub-content .newsletter .button {
	float: right;
}
.sub-content .newsletter form input.error {
	border: 1px solid #d53e3e;
}
.sub-content .newsletter form p.error {
	color: #d53e3e;
	margin: 0;
	padding-bottom: 5px;
}
.sub-content .newsletter form p.ebook-error {
	padding-top: 4px;
}
.sub-content .newsletter .choose-ebook {
	padding-bottom: 10px; /*display: none;*/
}
.sub-content .newsletter .choose-ebook h4 {
	font-size: 15px;
	margin: 8px 0 10px;
}
.sub-content .newsletter ul.radio-group {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
}
.sub-content .newsletter ul.radio-group li {
	margin-bottom: 3px;
}
.sub-content .newsletter ul.radio-group li label {
	margin-left: 2px;
}
.sub-content .newsletter ul.radio-group li.third-party {
	margin-top: 12px;
	font-size: 11px;
}
.sub-content .newsletter ul.radio-group li.third-party label {
	margin-left: 0px;
}
.sub-content .newsletter ul.radio-group li.third-party table {
	position: relative !important;
	left: -3px !important;
}
.sub-content .newsletter ul.radio-group li.third-party table td {
	vertical-align: top !important;
	padding: 0 4px 0 0 !important;
	background:transparent !important;
	border:none 0 !important;
}
.sub-content .newsletter ul.radio-group li.third-party table td:first-child {
    padding:0;
}
.sub-content .advert {
	display: block;
}
.sub-content .editors-choice .number {
	background-color: #6AB53E;
	border-color: #FFFFFF;
	border-radius: 17px 17px 17px 17px;
	border-style: groove ridge ridge groove;
	border-width: 2px;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 15px 10px 10px;
	padding: 4px 8px;
	-o-border-radius: 17px 17px 17px 17px;
	-moz-border-radius: 17px 17px 17px 17px;
	-webkit-border-radius: 17px 17px 17px 17px;
}
.sub-content .articles, .sub-content .e-shop {
	background: #ffffff;
	list-style-type: none;
	border: 1px solid #cccccc;
	border-top: 0;
}
.sub-content .articles li {
	display: inline;
}
.sub-content .articles li a {
	display: block;
	line-height: 1.4em;
	color: #222222;
	padding: 15px 20px;
	border-bottom: 1px solid #cccccc;
}
.sub-content .articles li a .arrow {
	color: #007dcf;
}
.sub-content .articles li a:hover {
	color: #007dcf;
	background: #f7f7f7;
}
.sub-content .articles li a.last {
	border-bottom: 0;
}
.sub-content .trending-questions ul li a {
	padding-left: 50px;
	background: url(../img/question-mark.png) no-repeat 20px 20px;
}
.sub-content .trending-questions ul li a:hover {
	background: #f7f7f7 url(../img/question-mark.png) no-repeat 20px -46px;
}
.sub-content .trending-questions ul li a .info {
	color: #777777;
	font-size: 11px;
}
.sub-content .trending-questions ul li a .info .name {
	font-weight: bold;
}
.sub-content .trending-questions ul li a .info .time {
	text-transform: uppercase;
}
.sub-content .competitions .articles {
	box-shadow: inset 0px 0px 0px 2px #ffffff;
	background: url(../img/texture.png);
}
.sub-content .competitions .articles li a {
	min-height: 50px;
	border-bottom: 0;
}
.sub-content .competitions .articles li a:hover {
	background: none;
}
.sub-content .competitions .articles li a:hover img {
	border: 1px solid #afafaf;
}
.sub-content .competitions .articles li a img {
	float: left;
	margin-right: 10px;
	border: 1px solid #cccccc;
}
.sub-content .community .icon,
.sub-content .competitions .icon,
.sub-content .promotions .icon,
.sub-content .twitter-feed .icon,
.sub-content .e-shop .icon {
	display: block;
    height: 45px;
    position: absolute;
    right: 20px;
    top: -5px;
    width: 39px;
	position:absolute;
}
.sub-content .twitter-feed .icon {
	background:url("../img/sprite_mfcweb_icons.png") no-repeat scroll 0px -95px transparent;
}
.sub-content .competitions .icon,
.sub-content .promotions .icon {
	background:url("../img/sprite_mfcweb_icons.png") no-repeat scroll -160px -95px transparent;
}
.sub-content .e-shop .icon {
	background:url("../img/sprite_mfcweb_icons.png") no-repeat scroll -55px -95px transparent;
}
/* ------------------------
e-Shop page
------------------------ */
.main-content.eshop {
	background: #ffffff;
	width: 100%;
	width: 960px;
	padding: 35px 20px 0;
}
.main-content.eshop .colour {
	background: url(../img/banner-eshop.png) 0 0 repeat-x;
}
.main-content.eshop .banner-corner {
	background: url(../img/banner-corner-eshop.png) no-repeat;
}
.main-content .savings-pack, .main-content .prepaid-card {
	position: relative;
	width: 920px;
	padding: 20px;
	margin-bottom: 50px;
	background: #f7f7f7 url(../img/texture.png);
	border: 1px solid #cccccc;
	box-shadow: inset 0px 0px 0px 2px #ffffff;
}
.main-content.eshop.diners-club .savings-pack {
	height:260px;
}
.main-content .savings-pack .placeholder, .main-content .prepaid-card .placeholder {
	position: absolute;
	top: 2px;
	right: 2px;
}
.ehop-featured-book .placeholder {
    -moz-box-shadow: 10px 10px 10px #343434;
    -webkit-box-shadow: 10px 10px 10px #343434; 
    box-shadow: 10px 10px 10px #343434;
    transform: rotate(15deg);
   -moz-transform: rotate(15deg);
   -webkit-transform: rotate(15deg);
    width:300px;
    margin:5% 130px 2% 0;
}
.main-content .savings-pack .info, .main-content .prepaid-card .info {
	width: 400px;
}
.main-content .savings-pack .info h2, .main-content .prepaid-card .info h2 {
	margin-bottom: 5px;
}
.main-content .savings-pack .info p, .main-content .prepaid-card .info p {
	line-height: 1.5em;
}
.main-content .savings-pack .info .intro, .main-content .prepaid-card .info .intro {
	font-size: 15px;
	margin-bottom: 30px;
}
.main-content .savings-pack .info li {
  margin-bottom: 5px;
  margin-left: 30px;
  width: auto;
}
.main-content .savings-pack .info .price, .main-content .prepaid-card .info .price {
	font-size: 18px;
	font-style: italic;
	line-height: 1.2em;
}

.main-content .prepaid-card.ehop-featured-book .info .price {
    display: block;
    float: left;
    margin: -35px 0 0 190px;
}
.main-content .savings-pack .info .price .number, .main-content .prepaid-card .info .price .number {
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
}
.main-content .savings-pack .info .button, .main-content .prepaid-card .info .button {
	margin: 0 5px 20px 0;
}
.main-content .savings-pack .info h5, .main-content .prepaid-card .info h5 {
	padding-top: 30px;
}
.main-content .savings-pack .placeholder {
    height: 290px;
    left: 6px;
    top: 5px;
}
.main-content .savings-pack .info {
	float: right;
}
.eshop .header {
	position: relative;
	min-height: 38px;
	height:auto !important;
	height: 38px;
	margin-bottom: 20px;
	width: 960px;
	border-bottom: 1px solid #afafaf;
}
.eshop .header h3 {
	position: relative;
	height: 29px;
	padding: 9px 0 0 10px;
	width: 380px;
	color: #444444;
	margin-left: 0;
	background: #ececec;
}
.eshop .header h3 .opacity {
	padding-left: 8px;
	color: #afafaf;
}
.eshop .header h3 .white-block {
	position: absolute;
	display: block;
	background: url(../img/white-block.png);
	top: 0px;
	right: 0px;
	width: 40px;
	height: 38px;
}
.eshop .header .view-all {
	position: absolute;
	bottom: 0;
	right: 0;
}
.eshop .header .view-all .button-2 {
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-o-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	border-bottom: 0;
}
.ebooks img {
	margin-right: 20px;
}
.ebooks .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
}
.ebooks .title:hover img {
	border: 3px solid #44cca7;
	padding: 0;
}
.ebooks .info {
	color: #777777;
	padding: 10px 0 15px;
}
.ebooks .price {
	margin-left: 4px;
	font-style: italic;
}
.ebooks .price .number {
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
}
.ebooks .description {
	padding-top: 15px;
	line-height: 1.5em;
}
.ebooks img {
	padding: 2px;
	border: 1px solid #cccccc;
	float: left;
	width:235px;
}
.ebooks.two {
	margin-bottom: 40px;
}
.ebooks.two tr td {
	position: relative;
	width: 470px;
	padding-right: 40px;
}
.ebooks.two tr td img {
	width:165px;
}
.ebooks.three {
	margin-bottom: 40px;
}
.ebooks.three tr td {
	position: relative;
	width: 315px;
	padding-right: 25px;
	padding-bottom:15px;
}
.ebooks.three tr td img {
	width:135px;
}
.ebooks.three tr td .title {
	font-size: 15px;
}
.ebooks.three tr td .description {
	margin-top: 15px;
}
.eshop.diners-club .quote{
    background: url("../../content/img/quote.png") no-repeat scroll 0 4px transparent;
    color:#343434;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size:16px;
    font-style:italic;
    overflow:hidden;
    padding:0 0 0 35px;
    line-height:1.2em;
}
.eshop .prepaid-card.ehop-featured-book .stick-poundoff {
    display:block;
    background: url("../img/sticker-onepoundoff.png") no-repeat scroll 0 4px transparent;
    position: absolute;
    left: 500px;
}
.eshop .stick-poundoff.size-100 {
    background-size: 100px 100px !important;
    height:105px;
    width:100px;
}
.eshop .stick-poundoff.size-70 {
    background-size: 70px 70px !important;
    height:75px;
    width:70px;
}
.ebooks .stick-poundoff {
    display:block;
    background: url("../img/sticker-onepoundoff.png") no-repeat scroll 0 4px transparent;
    position: absolute;
    margin-left:-30px;
}
/* tag positioning fix */
.ebooks .item {
	position: relative;
}
.ebooks .item .tag {
	z-index: 2;
	background: #44cca7;
	position: absolute;
	padding: 2px 6px;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	top: 3px;
	left: 3px;
}
.eshop.ebooks {background:none;}
.eshop .button.float-right, .eshop .button.float-left {
    padding:13px 21px;
}
/* ------------------------
extra-info
------------------------ */
.extra-info {
	background: #fafafa;
	border-top: 1px solid #cccccc;
}
.extra-info .content {
	padding: 30px 0;
}
.extra-info .content h5 {
	margin-left: 10px;
}
.extra-info .content p {
	float: left;
	width: 470px;
	margin: 0 10px;
}
/* ------------------------
footer
------------------------ */
.footer {
	background: #f7f7f7 url(../img/texture.png);
	border-top: 5px solid #444444;
}
.footer .footer-links {
	padding: 0 10px 30px;
}
.footer .footer-links a {
	color: #7b7b7b;
}
.footer .footer-links .zone {
	padding: 20px 0 0;
	width: 120px;
	min-height: 180px;
	float: left;
	margin-top: -5px;
	background: url(../img/footer-rule.png) no-repeat 100% 25px;
}
.footer .footer-links .zone.last {
	background: none;
}
.footer .footer-links .zone ul li a {
	display: block;
	font-size: 11px;
	padding: 5px 10px;
}
.footer .footer-links .zone ul li.title {
	padding-bottom: 5px;
}
.footer .footer-links .zone ul li.title a {
	font-family: "Dosis";
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.footer .footer-links .zone ul li.last {
	padding-bottom: 10px;
}
/* hover states */
.footer .money, .footer .shopping, .footer .time, .footer .e-shop, .footer .travel, .footer .kitchen, .footer .work, .footer .community {
	border-top: 5px solid #ababab;
}
.footer .money:hover, .footer .shopping:hover, .footer .time:hover, .footer .e-shop:hover, .footer .travel:hover, .footer .kitchen:hover, .footer .work:hover, .footer .community:hover {
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
}
.footer .money:hover a, .footer .shopping:hover a, .footer .time:hover a, .footer .e-shop:hover a, .footer .travel:hover a, .footer .kitchen:hover a, .footer .work:hover a, .footer .community:hover a {
	color: #222222;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
}
.footer .money:hover a:hover, .footer .shopping:hover a:hover, .footer .time:hover a:hover, .footer .e-shop:hover a:hover, .footer .travel:hover a:hover, .footer .kitchen:hover a:hover, .footer .work:hover a:hover, .footer .community:hover a:hover {
	color: #007dcf;
	transition-duration: 0;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
}
.footer .money:hover {
	border-color: #00bbff;
}
.footer .money:hover ul li.title a:hover {
	color: #00bbff;
}
.footer .shopping:hover {
	border-color: #6855bb;
}
.footer .shopping:hover ul li.title a:hover {
	color: #6855bb;
}
.footer .time:hover {
	border-color: #fe70c1;
}
.footer .time:hover ul li.title a:hover {
	color: #fe70c1;
}
.footer .e-shop:hover {
	border-color: #44cca7;
}
.footer .e-shop:hover ul li.title a:hover {
	color: #44cca7;
}
.footer .travel:hover {
	border-color: #ffb601;
}
.footer .travel:hover ul li.title a:hover {
	color: #ffb601;
}
.footer .kitchen:hover {
	border-color: #ff8a01;
}
.footer .kitchen:hover ul li.title a:hover {
	color: #ff8a01;
}
.footer .work:hover {
	border-color: #fb3d2d;
}
.footer .work:hover ul li.title a:hover {
	color: #fb3d2d;
}
.footer .community:hover {
	border-color: #757575;
}
.footer .community:hover ul li.title a:hover {
	color: #757575;
}
.footer .about-mfc {
	float: left;
	padding: 0 0 30px 10px;
	width: 580px;
}
.footer .about-mfc .logo-watermark {
	display: block;
	float: left;
	width: 137px;
	height: 76px;
	margin: -10px 20px 0 0;
	background-image: url(../img/watermark-logo.png);
}
.footer .about-mfc .logo-watermark:hover {
	background-position: 0 76px;
}
.footer .social-media {
	margin-top: 35px;
	padding-right: 5px;
	float: right;
	display: block;
}
.footer .social-media a {
	display: block;
	float: left;
	width: 32px;
	height: 25px;
}
.footer .social-media .facebook {
	background: url(../img/facebook-logo.png) no-repeat 50% 0;
}
.footer .social-media .facebook:hover {
	background-position: 50% -42px;
}
.footer .social-media .twitter {
	background: url(../img/twitter-logo.png) no-repeat 50% 4px;
}
.footer .social-media .twitter:hover {
	background-position: 50% -25px;
}
.footer .social-media .google-plus {
	background: url(../img/google-plus-logo.png) no-repeat 50% 3px;
}
.footer .social-media .google-plus:hover {
	background-position: 50% -31px;
}
.footer .social-media .pinterest {
	background: url(../img/pinterest-logo.png) no-repeat 50% 0px;
}
.footer .social-media .pinterest:hover {
	background-position: 50% -34px;
}
.footer .social-media .rss {
	background: url(../img/rss-icon.png) no-repeat 50% 2px;
}
.footer .social-media .rss:hover {
	background-position: 50% -34px;
}
.footer .bottom-bar {
	clear: both;
	background: #444444 url(../img/bottom-bar-bg.png) repeat-x;
	color: #cccccc;
	border-top: 1px solid #303030;
	padding: 14px 0 18px;
}
.footer .bottom-bar p {
	float: left;
	margin-left: 10px;
}
.footer .bottom-bar ul {
	float: right;
	margin-right: -5px;
}
.footer .bottom-bar ul li {
	float: left;
}
.footer .bottom-bar ul li a {
	color: #cccccc;
	padding: 14px 15px 18px 0;
}
.footer .bottom-bar ul li a:hover {
	text-decoration: underline;
}
.footer .bottom-bar ul li:first-child a {
	padding-left: 15px;
}
/* ------------------------
button styles
------------------------ */
.button {
	color: #ffffff;
	font-family: "Dosis";
	font-size: 21px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #96ce6a;
	background-image: -moz-linear-gradient(top, #96ce6a, #69ac46);
	background-image: -ms-linear-gradient(top, #96ce6a, #69ac46);
	background-image: -o-linear-gradient(top, #96ce6a, #69ac46);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#96ce6a), to(#69ac46));
	background-image: -webkit-linear-gradient(top, #96ce6a, #69ac46);
	background-image: linear-gradient(top, #96ce6a, #69ac46);
	padding: 8px 21px;
	font-weight: 700;
	border: 1px solid #cccccc;
	box-shadow: inset 0px 0px 0px 2px #ffffff;
}
.button:hover {
	color: #ffffff;
	background: #acde84;
	background-image: -moz-linear-gradient(top, #acde84, #69ac46);
	background-image: -ms-linear-gradient(top, #acde84, #69ac46);
	background-image: -o-linear-gradient(top, #acde84, #69ac46);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#acde84), to(#69ac46));
	background-image: -webkit-linear-gradient(top, #acde84, #69ac46);
	background-image: linear-gradient(top, #acde84, #69ac46);
}
.button-2 {
	color: #444444;
	font-family: "Dosis";
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	border: 1px solid #cccccc;
	padding: 4px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	background: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -ms-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
	background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: linear-gradient(top, #ffffff, #f7f7f7);
}
.button-2:hover {
	color: #007dcf;
	background: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(top, #ffffff, #ffffff);
	border: 1px solid #afafaf;
}
.button-2.go {
	padding: 4px 10px;
	margin-bottom: 8px;
}
.button-3 {
	color: #444444;
	font-family: "Lucida Sans", Helvetica, Arial, Tahoma, sans-serif;
	font-size: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -ms-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
	background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: linear-gradient(top, #ffffff, #f7f7f7);
	padding: 12px 21px;
	border: 1px solid #cccccc;
}
.button-3 span {
	padding-right: 18px;
	background: url(../img/blue-arrow.png) no-repeat 100% 7px;
}
.button-3:hover {
	border: 1px solid #afafaf;
	background: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(top, #ffffff, #ffffff);
	color: #007dcf;
}
.button-4 {
	color: #ffffff;
	font-family: "Dosis";
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	border: 1px solid #6aae47;
	padding: 4px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	background: #ffffff;
	background: #96ce6a;
	background-image: -moz-linear-gradient(top, #96ce6a, #69ac46);
	background-image: -ms-linear-gradient(top, #96ce6a, #69ac46);
	background-image: -o-linear-gradient(top, #96ce6a, #69ac46);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#96ce6a), to(#69ac46));
	background-image: -webkit-linear-gradient(top, #96ce6a, #69ac46);
	background-image: linear-gradient(top, #96ce6a, #69ac46);
}
.button-4:hover {
	color: #ffffff;
	background: #acde84;
	background-image: -moz-linear-gradient(top, #acde84, #69ac46);
	background-image: -ms-linear-gradient(top, #acde84, #69ac46);
	background-image: -o-linear-gradient(top, #acde84, #69ac46);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#acde84), to(#69ac46));
	background-image: -webkit-linear-gradient(top, #acde84, #69ac46);
	background-image: linear-gradient(top, #acde84, #69ac46);
	border: 1px solid #afafaf;
}
.button-4.go {
	padding: 4px 10px;
}
.button-5 {
	color: #ffffff;
	font-family: "Dosis";
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	border: 1px solid #FF8801;
	padding: 4px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	background: #ffffff;
	background: #FF8800;
	background-image: -moz-linear-gradient(top, #FF8800, #f68300);
	background-image: -ms-linear-gradient(top, #FF8800, #f68300);
	background-image: -o-linear-gradient(top, #FF8800, #f68300);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF8800), to(#f68300));
	background-image: -webkit-linear-gradient(top, #FF8800, #f68300);
	background-image: linear-gradient(top, #FF8800, #f68300);
}
.button-5:hover {
	color: #ffffff;
	background: #acde84;
	background-image: -moz-linear-gradient(top, #FFAE4F, #FF8800);
	background-image: -ms-linear-gradient(top, #FFAE4F, #FF8800);
	background-image: -o-linear-gradient(top, #FFAE4F, #FF8800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFAE4F), to(#FF8800));
	background-image: -webkit-linear-gradient(top, #FFAE4F, #FF8800);
	background-image: linear-gradient(top, #FFAE4F, #FF8800);
	border: 1px solid #FF8801;
}
.button-6 {
	color: #ffffff;
	font-family: "Dosis";
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	border: 1px solid #666667;
	padding: 4px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	background: #ffffff;
	background: #FF8800;
	background-image: -moz-linear-gradient(top, #666666, #8e8e8e);
	background-image: -ms-linear-gradient(top, #666666, #8e8e8e);
	background-image: -o-linear-gradient(top, #666666, #8e8e8e);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#8e8e8e));
	background-image: -webkit-linear-gradient(top, #666666, #8e8e8e);
	background-image: linear-gradient(top, #666666, #8e8e8e);
}
.button-6:hover {
	color: #ffffff;
	background: #acde84;
	background-image: -moz-linear-gradient(top, #a7a7a7, #8e8e8e);
	background-image: -ms-linear-gradient(top, #a7a7a7, #8e8e8e);
	background-image: -o-linear-gradient(top, #a7a7a7, #8e8e8e);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a7a7a7), to(#8e8e8e));
	background-image: -webkit-linear-gradient(top, #a7a7a7, #8e8e8e);
	background-image: linear-gradient(top, #a7a7a7, #8e8e8e);
	border: 1px solid #666667;
}
/***************************************/
/* GLOBAL MEGA NAVIGATION  - START SEPT 2012
/***************************************/
.lowercase {
	text-transform: lowercase !important;
}
#topnav-wrapper {
	float: right;
	width: 100%;
	border-bottom: 5px solid #abd037;
	margin-top: -30px;
	margin-bottom:-5px;
}
ul.topnav {
	list-style: none;
	padding:0px;
	margin: 0;
	float: right;
	font-size: 1.2em;
}
#topnav-wrapper a{
    -moz-transition: all 0.28s ease-out 0s;
    -moz-transition: all 0.28s ease-out 0s;
    -o-transition: all 0.28s ease-out 0s;
    -ms-transition: all 0.28s ease-out 0s;
    transition: all 0.28s ease-out 0s;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0;
}
ul.topnav li a {
	color: #343434;
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 19px 19px 20px 25px;
	margin:1px 1px 4px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	
	background-color: #ececec;
	background-image: linear-gradient(bottom, #ececec 7%, #e6e6e6 52%);
	background-image: -o-linear-gradient(bottom, #ececec 7%, #e6e6e6 52%);
	background-image: -moz-linear-gradient(bottom, #ececec 7%, #e6e6e6 52%);
	background-image: -webkit-linear-gradient(bottom, #ececec 7%, #e6e6e6 52%);
	background-image: -ms-linear-gradient(bottom, #ececec 7%, #e6e6e6 52%);
}
ul.topnav li a:hover, ul.topnav li a.view-all.active {
	background-color: #6ab53e;
	
	background-image: linear-gradient(bottom, #abd037 7%, #6ab53e 52%);
	background-image: -o-linear-gradient(bottom, #abd037 7%, #6ab53e 52%);
	background-image: -moz-linear-gradient(bottom, #abd037 7%, #6ab53e 52%);
	background-image: -webkit-linear-gradient(bottom, #abd037 7%, #6ab53e 52%);
	background-image: -ms-linear-gradient(bottom, #abd037 7%, #6ab53e 52%);
}
ul.topnav li a.view-all {
	padding-right: 30px;
	font-weight:700;
}
ul.topnav li a.view-all .icon-arrow {
	background: url(../img/icon_topnav_sprite.png) 0 0 no-repeat;
	width: 15px;
	height: 12px;
	display: block;
	position: absolute;
	top: 13px;
	right: 10px;
}
ul.topnav li a.view-all .arrow-down {
	background-position: -15px 0px;
}
ul.topnav li a.view-all .arrow-up {
	background-position: 0 0;
}
#topnav-wrapper li a, #topnav-wrapper h2 {
	font-family: 'Dosis', sans-serif;
}
#topnav-wrapper h2 {
	clear: both;
}
#topnav-wrapper h2 a {
	font-weight: 700;
	text-transform: uppercase;
}
#topnav-wrapper .subnav h2 a {
	display: block;
	float: left;
	margin-bottom: 10px;
	padding: 4px 10px;
	width: 140px;
	color: #343434;
	background-color: transparent;
	font-weight:500;
}
#topnav-wrapper .subnav h2 a span {
	color: inherit;
	background-color: transparent;
}
#topnav-wrapper .subnav ul li a {
	clear: both;
	display: block;
	float: left;
	font-family: "Lucida Sans", Helvetica, Arial, Tahoma, sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
	padding: 5px 15px;
	text-transform: capitalize;
	width: 130px;
	color:#000;
}
#topnav-wrapper .subnav h2 a:hover, #topnav-wrapper .subnav ul li a:hover #topnav-wrapper .subnav h2 a:hover span {
	text-decoration: none;
	background-color: #6ab53e;
	color: #fff;
	-moz-transition: all 0.28s ease-out 0s;
}
#topnav-wrapper .subnav ul li a:hover {
	background-color: #BDDB88;
	color: #000000;
}
#topnav-wrapper .subnav {
	width: 100%;
	border-top: 5px solid #ABD037;
	background-color: #f7f7f7;
	display: none;
	padding-top: 10px;
}
#topnav-wrapper .subnav .column {
	border-right: 2px dashed #CCE8F3;
	float: left;
	height: auto !important;
	margin-bottom: 5px;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	width: 161px !important;
}
#topnav-wrapper .subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topnav-wrapper .subnav .column.last {
	border: 0 none;
}
.subnav-zone {
	background-color: #fefefe;
	background-image: linear-gradient(bottom, #e8e8e8 7%, #fefefe 52%);
	background-image: -o-linear-gradient(bottom, #e8e8e8 7%, #fefefe 52%);
	background-image: -moz-linear-gradient(bottom, #e8e8e8 7%, #fefefe 52%);
	background-image: -webkit-linear-gradient(bottom, #e8e8e8 7%, #fefefe 52%);
	background-image: -ms-linear-gradient(bottom, #e8e8e8 7%, #fefefe 52%);
	border-bottom: 1px solid #F3F3F3;
	min-height: 46px;
	width: 980px;
	margin:0 auto;
}
.subnav-zone ul {
	width: 980px;
	margin: 0 auto;
}
.subnav-zone li {
	float: left;
	list-style: none;
}
.subnav-zone li a {
	display: block;
	padding: 15px;
	text-transform: uppercase;
}
.subnav-zone li a:hover {
	text-decoration: none;
	background-color: #e8e8e8;
	background-image: linear-gradient(bottom, #cccccc 7%, #e8e8e8 52%);
	background-image: -o-linear-gradient(bottom, #cccccc 7%, #e8e8e8 52%);
	background-image: -moz-linear-gradient(bottom, #cccccc 7%, #e8e8e8 52%);
	background-image: -webkit-linear-gradient(bottom, #cccccc 7%, #e8e8e8 52%);
	background-image: -ms-linear-gradient(bottom, #cccccc 7%, #e8e8e8 52%);
}
.subnav-zone.zone-money li a {
	color: #15bbff;
}
.subnav-zone.zone-shopping li a {
	color: #6e5bea;
}
.subnav-zone.zone-time li a {
	color: #ff69bf;
}
.subnav-zone.zone-travel li a {
	color: #ffae4f;
}
.subnav-zone.zone-work li a {
	color: #fc3434;
}
.subnav-zone.zone-kitchen li a {
	color: #ff8800;
}
.subnav-zone.zone-justask li a {
	color: #6ab53e;
}
/***************************************/
/* GLOBAL MEGA NAVIGATION  - END SEPT 2012
/***************************************/
/*rating*/
.rate_bar {
	display: block;
	position: relative;
	text-align: left;
	overflow: hidden;
	margin-top: 10px;
}
.right_block a.bottom_link, .rate_bar a.bottom_link {
	display: block;
	line-height: 21px;
	margin: 12px 11px;
	float: left;
	padding: 0px 7px 1px;
}
.rate_bar a.bottom_link {
	margin: 0px;
}
.rate_bar .rating {
	display: block;
	position: absolute;
	right: 5px;
	top: 4px;
	width: 75px;
	height: 15px;
}
.rate_bar .rating span {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	background-image: url(../../content/img/star_off.png);
}
.rate_bar .rating span.on {
	background-image: url(../../content/img/star_on.png);
}
/***************************************/
/*social media
/***************************************/
.social-media {
	margin-top: -6px;
	float: right;
	display: block;
}
.bottom-section .social-media {
    float:left;
    margin: 0 0 0 25px;
}
.social-media a {
	display: block;
	float: left;
	width: 32px;
	height: 25px;
}
.social-media .facebook {
	background: url(../img/facebook-logo.png) no-repeat 50% 0;
}
.social-media .facebook:hover {
	background-position: 50% -42px;
}
.social-media .twitter {
	background: url(../img/twitter-logo.png) no-repeat 50% 4px;
}
.social-media .twitter:hover {
	background-position: 50% -25px;
}
.social-media .google-plus {
	background: url(../img/google-plus-logo.png) no-repeat 50% 3px;
}
.social-media .google-plus:hover {
	background-position: 50% -31px;
}
.social-media .pinterest {
	background: url(../img/pinterest-logo.png) no-repeat 50% 0px;
}
.social-media .pinterest:hover {
	background-position: 50% -34px;
}
.social-media .rss {
	background: url(../img/rss-icon.png) no-repeat 50% 2px;
}
.social-media .rss:hover {
	background-position: 50% -34px;
}
/***************************************/
/***********Sharrre*********************/
/***************************************/
#shareme .buttons {
	background-color: white;
	display: inline-block;
	position: relative;
	width: 300px;
}
#shareme .button {
	float: left;
	max-width: 65px;
	color: #ffffff;
	font-family: inherit;
	font-size: inherit;
	text-transform: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: inherit;
	background-image: none;
	padding: inherit;
	font-weight: inherit;
	border: none 0;
	box-shadow: none;
	margin: 5px;
}
#shareme .button.googleplus {
	margin-right: 0px;
	margin-left: -5px;
}
#shareme .button.facebook {
	margin-right: 9px;
}
#shareme .button.twitter {
	margin-right: 0px;
}
#shareme .button twitter {
	margin: 0 0 0 6px;
}

.button.pinterest {
margin-top: 47px!important;
}
#sharemebottom .buttons {
	background-color: white;
	display: inline-block;
	position: relative;
	left: -20px;
}
#sharemebottom .button {
	float: left;
	max-width: 65px;
	color: #ffffff;
	font-family: inherit;
	font-size: inherit;
	text-transform: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: inherit;
	background-image: none;
	padding: inherit;
	font-weight: inherit;
	border: none 0;
	box-shadow: none;
}
#sharemebottom .button.googleplus {
	margin-right: 0px;
	margin-left: -5px;
}
#sharemebottom .button.facebook {
	margin-right: 9px;
}
#sharemebottom .button.twitter {
	margin-right: 0px;
}

.buttons
{
    float: left;
}

.buttons ul
{
    display: inline;
    list-style: none;
}

.buttons ul li
{
    display: inline;
    list-style: none;
}
.fb-share-button
{ margin: 0 0 0 -100px;}
/***************************************/
/* Table styles
/***************************************/
table.mfc-table-global,
table.article-table {
    margin:0 0 0 -140px !important;
}
table.mfc-table-global a:link,
table.article-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table.mfc-table-global a:visited,
table.article-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table.mfc-table-global a:active,
table.mfc-table-global a:hover,
table.article-table a:active,
table.article-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table.mfc-table-global,
table.article-table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table.mfc-table-global th,
table.article-table th {
	padding:11px 15px 12px 15px;
	border-bottom:1px solid #e0e0e0;
    color: #000;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table.mfc-table-global th:first-child,
table.article-table th:first-child {
	text-align: left;
	padding-left:20px;
}
table.mfc-table-global tr:first-child th:first-child,
table.article-table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table.mfc-table-global tr:first-child th:last-child,
table.article-table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table.mfc-table-global tr,
table.article-table tr {
	text-align: center;
	padding-left:20px;
}
table.mfc-table-global td:first-child,
table.article-table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table.mfc-table-global td,
table.article-table td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.mfc-table-global  tr.even td,
table.article-table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.mfc-table-global  tr:last-child td,
table.article-table tr:last-child td {
	border-bottom:0;
}
table.mfc-table-global tr:last-child td:first-child,
table.article-table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table.mfc-table-global tr:last-child td:last-child,
table.article-table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table.mfc-table-global tr:hover td,
table.article-table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
table.mfc-table-global tfoot,
table.article-table tfoot {
    font-size:0.9em;
}
table.mfc-table-cart .description{
    padding:10px;
}
table.mfc-table-cart td {
    vertical-align:middle;
    padding:20px 0;
    border-bottom:1px solid #ccc;
}
table.mfc-table-cart .price {
  display: block;
  width: 80px;
}
table.mfc-table-cart .buy-button {
    width:190px;
}
table.mfc-table-cart .item_image {
  box-shadow: 3px 4px 4px 1px #ccc;
}


.main-content-all .content-all {
	position: relative;
	width: 980px;
	height: 100%;
	margin: 0 auto;
	top: 17px;
	display: inline-block;
}

@media (min-width: 0px)
{
    .main-content-all {
	    position: relative;
	    width: 980px;
	    height: 100%;
	    margin: 0 auto;
	    float: none!important;
}


    .main-content-all .left-curtain{
        display: none;
    }

    .main-content-all .right-curtain{
        display: none;
    }
}
@media (min-width:1388px)
{
    .main-content-all {
	    width: 1388px;
	    height: 100%;
	    margin: 0 auto;
	    float: none!important;
    }
    .main-content-all .left-curtain{
        display: inline-block;
        height: 1000px;
        position: relative;
        width: 200px;
        float:left;
        margin-right:  4px;
}

    .main-content-all .right-curtain{
        display: inline-block;
        height: 1000px;
        float: right;
        position: relative;
        width: 200px;
        z-index:9999999;
}   
    
}
/* ------------------------
additions 08.01.2013
for zone colours
------------------------ */
/* MONEY */
.money {
  /* banner */

}
.money .seasonal-content h3,
.money .top-section h3 {
  background: url(../img/banner-money.png) 0 0 repeat-x;
}
.money .seasonal-content h3 .banner-corner,
.money .top-section h3 .banner-corner {
  background: url(../img/banner-corner-money.png) no-repeat;
}
.money .article-body .pull-out.quote,
.money .article-body .pull-out.link-box {
  border-bottom: 3px solid #00bbff;
}
.money .seasonal-content .main-slide .overlay {
  border-left: 3px solid #00bbff;
}
.money .seasonal-content .slide-1:hover,
.money .seasonal-content .slide-2:hover,
.money .seasonal-content .slide-3:hover {
  border: 1px solid #00bbff;
  box-shadow: inset 0px 0px 0px 2px #00bbff;
}
.money .item .tag,
.money .panel .tag {
  background: #00bbff;
}
.money .panel .overlay:hover {
  background: #00bbff;
}
.money .article-list .item .tag {
  background: #00bbff;
}
/* SHOPPING */
.shopping {
  /* banner */

}
.shopping .seasonal-content h3,
.shopping .top-section h3 {
  background: url(../img/banner-shopping.png) 0 0 repeat-x;
}
.shopping .seasonal-content h3 .banner-corner,
.shopping .top-section h3 .banner-corner {
  background: url(../img/banner-corner-shopping.png) no-repeat;
}
.shopping .article-body .pull-out.quote,
.shopping .article-body .pull-out.link-box {
  border-bottom: 3px solid #6855bb;
}
.shopping .seasonal-content .main-slide .overlay {
  border-left: 3px solid #6855bb;
}
.shopping .seasonal-content .slide-1:hover,
.shopping .seasonal-content .slide-2:hover,
.shopping .seasonal-content .slide-3:hover {
  border: 1px solid #6855bb;
  box-shadow: inset 0px 0px 0px 2px #6855bb;
}
.shopping .item .tag,
.shopping .item .tag {
  background: #6855bb;
}
.shopping .panel .overlay:hover {
  background: #6855bb;
}
.shopping .article-grid .item:hover .overlay,
.shopping .article-list .item .tag,
.shopping .article-grid .item .tag {
  background: #6855bb;
}
/* TIME */
.time {
  /* banner */

}
.time .seasonal-content h3,
.time .top-section h3 {
  background: url(../img/banner-time.png) 0 0 repeat-x;
}
.time .seasonal-content h3 .banner-corner,
.time .top-section h3 .banner-corner {
  background: url(../img/banner-corner-time.png) no-repeat;
}
.time .article-body .pull-out.quote,
.time .article-body .pull-out.link-box {
  border-bottom: 3px solid #fe70c1;
}
.time .seasonal-content .main-slide .overlay {
  border-left: 3px solid #fe70c1;
}
.time .seasonal-content .slide-1:hover,
.time .seasonal-content .slide-2:hover,
.time .seasonal-content .slide-3:hover {
  border: 1px solid #fe70c1;
  box-shadow: inset 0px 0px 0px 2px #fe70c1;
}
.time .item .tag,
.time .panel .tag {
  background: #fe70c1;
}
.time .panel .overlay:hover {
  background: #fe70c1;
}
.time .article-grid .item:hover .overlay,
.time .article-list .item .tag,
.time .article-grid .item .tag {
  background: #fe70c1;
}
/* TRAVEL */
.travel {
  /* banner */

}
.travel .seasonal-content h3,
.travel .top-section h3 {
  background: url(../img/banner-travel.png) 0 0 repeat-x;
}
.travel .seasonal-content h3 .banner-corner,
.travel .top-section h3 .banner-corner {
  background: url(../img/banner-corner-travel.png) no-repeat;
}
.travel .article-body .pull-out.quote,
.travel .article-body .pull-out.link-box {
  border-bottom: 3px solid #ffb601;
}
.travel .seasonal-content .main-slide .overlay {
  border-left: 3px solid #ffb601;
}
.travel .seasonal-content .slide-1:hover,
.travel .seasonal-content .slide-2:hover,
.travel .seasonal-content .slide-3:hover {
  border: 1px solid #ffb601;
  box-shadow: inset 0px 0px 0px 2px #ffb601;
}
.travel .item .tag,
.travel .panel .tag {
  background: #ffb601;
}
.travel .panel .overlay:hover {
  background: #ffb601;
}
.travel .article-grid .item:hover .overlay,
.travel .article-list .item .tag,
.travel .article-grid .item .tag {
  background: #ffb601;
}
/* KITCHEN */
.kitchen {
  /* banner */

}
.kitchen .seasonal-content h3,
.kitchen .top-section h3 {
  background: url(../img/banner-kitchen.png) 0 0 repeat-x;
}
.kitchen .seasonal-content h3 .banner-corner,
.kitchen .top-section h3 .banner-corner {
  background: url(../img/banner-corner-kitchen.png) no-repeat;
}
.kitchen .article-body .pull-out.quote,
.kitchen .article-body .pull-out.link-box {
  border-bottom: 3px solid #ff8a01;
}
.kitchen .seasonal-content .main-slide .overlay {
  border-left: 3px solid #ff8a01;
}
.kitchen .seasonal-content .slide-1:hover,
.kitchen .seasonal-content .slide-2:hover,
.kitchen .seasonal-content .slide-3:hover {
  border: 1px solid #ff8a01;
  box-shadow: inset 0px 0px 0px 2px #ff8a01;
}
.kitchen .item .tag,
.kitchen .panel .tag {
  background: #ff8a01;
}
.kitchen .item:hover .overlay {
  background: #ff8a01;
}
.kitchen .article-grid .item:hover .overlay,
.kitchen .article-list .item .tag,
.kitchen .article-grid .item .tag {
  background: #ff8a01;
}
/* WORK */
.work {
  /* banner */

}
.work .seasonal-content h3,
.work .top-section h3 {
  background: url(../img/banner-work.png) 0 0 repeat-x;
}
.work .seasonal-content h3 .banner-corner,
.work .top-section h3 .banner-corner {
  background: url(../img/banner-corner-work.png) no-repeat;
}
.work .article-body .pull-out.quote,
.work .article-body .pull-out.link-box {
  border-bottom: 3px solid #fb3d2d;
}
.work .seasonal-content .main-slide .overlay {
  border-left: 3px solid #fb3d2d;
}
.work .seasonal-content .slide-1:hover,
.work .seasonal-content .slide-2:hover,
.work .seasonal-content .slide-3:hover {
  border: 1px solid #fb3d2d;
  box-shadow: inset 0px 0px 0px 2px #fb3d2d;
}
.work .item .tag,
.work .panel .tag {
  background: #fb3d2d;
}
.work .panel .overlay:hover {
  background: #fb3d2d;
}
.work .article-grid .item:hover .overlay,
.work .article-grid .item .tag,
.work .article-list .item .tag {
  background: #fb3d2d;
}
.article-list .item:hover .overlay {
  background: transparent !important;
}
/* eShop */
.eshop .seasonal-content h3,
.eshop .top-section h3 {
  background: url(../img/banner-eshop.png) 0 0 repeat-x;
}
.eshop .seasonal-content h3 .banner-corner,
.eshop .top-section h3 .banner-corner {
  background: url(../img/banner-corner-eshop.png) no-repeat;
}
/*overlay styles*/
#overlay-cont {z-index:1000;display:none;width:540px;top:41px !important;left:19px;}
#overlaybg {background-color: #000;height: 100%;left: 0;opacity: 0.4;position: absolute;top: 0;width: 100%;z-index: 900;bottom:0;right:0;filter: alpha(opacity=40);display:none;}
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.hide {display:none;}
.fie:after {content:none;border:none;display:none !important;}
/***************************************/
/* NEW HEADER STYLES  - END OCT 2012
/***************************************/
input.signin {background: url("../../content/images/sprite.png") no-repeat scroll -9px -40px transparent;border: none;cursor: pointer;height: 27px;margin-top: 10px;width: 64px;padding:0px}
.login_box {left:19px;position:absolute;top:41px;z-index: 500;border: 1px dashed rgb(21, 187, 255);}
.login_box .signin-signup{background: none repeat scroll 0pt 0pt #E7F8FF;border: 1px dashed #15BBFF;}
.login_box .close ,.signin-signup .close {position:absolute;right:10px;cursor:pointer;font-size:11px;top: 10px;}
.signin-signup {width:500px;background: none repeat scroll 0 0 #fff;overflow: hidden;border: 1px solid #15BBFF;padding: 20px;position: relative;font-family: "Arial";}
.signin-signup .editor-field.error,
.signin-signup .editor-field label.error {clear:both;width:100%;color:red;}
.signup {background: url("../../content/images/sprite.png") no-repeat scroll -8px -8px transparent;border: none;cursor: pointer;height: 27px;margin-top: 10px;width: 66px;}
.signin-signup ul li {display: block;float: left;margin-bottom: 10px;width: 250px;}
.signin-signup label {font-size:13px;color:#5f5f5f;}
.signin-signup input[type="text"],.login_box input[type="password"],.signin-signup  input[type="password"] {width:210px;height:20px;font-family:"AdelleRegular";color:#666;display:block;margin-bottom:2px;}
.signin-signup p {font-family:"Arial";font-size:0.9em;}
.signin-signup a {color:#6DC634;}
.signin-signup a.button {color:#fff;position:relative;left:50%;margin-left:-30px;}
.signin-signup .forgot_pw {left: 101px;position: absolute;top: 60px;}
.signin-signup .error-indicator {float:left;position:static;margin-left:10px;}
.signin-signup .loginright {float:left;}
.signin-signup .loginright p {margin-bottom:10px;}
.signin-signup .loginright .signup {display: block;text-indent: -2000px;width: 69px;background: url("../../content/images/sprite.png") no-repeat scroll -296px -973px transparent;margin: 0 auto;}
.signin-signup .loginleft {float:left;width: 219px;height:100%;text-align: center;margin-right: 24px;background: url(../../content/images/or.gif) no-repeat scroll right center;}
.signin-signup .loginleft .actions{margin:10px 10px 10px 24px;width: 132px;}
.signin-signup .loginright .actions{margin:10px;width: 210px;text-align: center;}
.signin-signup .loginleft .facebook-login{background: url("../../content/images/facebook_signin.png") no-repeat scroll 0 0 transparent;display: block;height: 30px;text-indent: -2000px;width: 104px;margin-bottom: 10px;margin: 10px auto 10px;}
.signin-signup .loginleft .twitter-login{background: url("../../content/images/twitter_signin.png") no-repeat scroll 0 0 transparent;display: block;height: 30px;text-indent: -2000px;width: 104px;margin: 0 auto;}
.signin-signup h3 {background: url("../../content/images/blue_border.gif") repeat-x scroll left bottom transparent;border: medium none;clear: both;color: #15BBFF;font-size: 20px;line-height: 18px;margin: 10px 0;padding-bottom: 5px;}
.signin-signup  h3 span {color: #434343;font-size: 13px;}
.signin-signup  h3 span a{color: #6DC634;font-size: 21px;margin-left: 3px;}
.signin-signup .loginright .actions.signupoverlay {margin-top:21px;}
#login_form ul li {float: left;clear: both;}
#signup-overlay.signin-signup .loginleft {height:135px;background-position: right -27px;}
#signup-overlay.signin-signup .loginleft .actions{height:141px;}

/********************************
	CART POPOVER
********************************/
#cart{
    top: 35px;
    padding: 20px;
    right: 0;
    width: 220px;
}
#cartPopover{
	position:absolute;
	width:218px;
	top:60px;
	right:0px;
	z-index:9999;
	display:none;
	
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,.8);
	font-family:"FreightSansMedium", sans-serif;
	
	border:1px solid #000;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 3px rgba(0,0,0,.5);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 3px rgba(0,0,0,.5);
	
	background: #45484a; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484a 0%, #2a2b2c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484a), color-stop(100%,#2a2b2c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45484a 0%,#2a2b2c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45484a 0%,#2a2b2c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45484a 0%,#2a2b2c 100%); /* IE10+ */
	background: linear-gradient(top,  #45484a 0%,#2a2b2c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484a', endColorstr='#2a2b2c',GradientType=0 ); /* IE6-9 */
}
#triangle{
	position: absolute;
	left: 50%;
	margin-left: -12px;
	color: #45484A;
	top: -21px;
	font-size: 24px;
	text-shadow: 0 1px 0 #444749;
	-webkit-transform: scale(1.2,.8) translateY(1.5px);
	-moz-transform: scale(1.2,.8) translateY(1.5px);
	transform: scale(1.2,.8) translateY(1.5px);
}
#cartPopover .itemRow{
	border-bottom:1px solid #2B2D2E;
	border-top:1px solid #434547;
	padding:10px;
	height:12px;
}
#cartPopover .itemRow div{
	float:left;
}
#cartPopover .item-custom{
	width:35px;
	margin-right:6px;
}
#cartPopover .item-custom span{
	float:left;
	height:13px;
	display:inline-block;
	font-family:"Trebuchet MS", sans-serif;
	width:23px;
	text-align:right;
}
#cartPopover .item-custom div{
	float:left;
	height:13px;
	margin-left:3px;
}
#cartPopover .simpleCart_increment,
#cartPopover .simpleCart_decrement{
	line-height:1;
	font-size:1px;
	display:block;
	height:5px;
	margin-top:3px;
}
#cartPopover .item-name{
	float:left;
	width:90px;
	white-space: nowrap;
  	overflow: hidden;              
	text-overflow: ellipsis;
}
#cartPopover .itemRow .item-total{
	float:right;
}
#cartData{
	background:#232425;
	padding:10px;
}
#cartData strong{
	font-family:"FreightSans", sans-serif;
}
#popoverButtons{
	padding:10px;
}
#cartPopover strong{
	color:#fff;
}
.hudbtn{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font:bold 13px/26px "FreightSans", sans-serif;
	color:#d9d9d9;
	text-shadow:1px 1px 1px rgba(0,0,0,.5);
	padding:0 12px;
	height:24px;
	border:1px solid #000;
	-webkit-box-shadow:inset 0 1px 0 #6d6d6e;
	-moz-box-shadow:inset 0 1px 0 #6d6d6e;
	box-shadow:inset 0 1px 0 #6d6d6e;
	
	background: #3a3a3b; /* Old browsers */
	background: -moz-linear-gradient(top,  #3a3a3b 0%, #343434 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3b), color-stop(100%,#343434)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3a3a3b 0%,#343434 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3a3a3b 0%,#343434 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a3a3b 0%,#343434 100%); /* IE10+ */
	background: linear-gradient(top,  #3a3a3b 0%,#343434 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3b', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
	
}
.hudbtn:hover{
	background: #2f2f30; /* Old browsers */
	background: -moz-linear-gradient(top,  #2f2f30 0%, #282828 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f2f30), color-stop(100%,#282828)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2f2f30 0%,#282828 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2f2f30 0%,#282828 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2f2f30 0%,#282828 100%); /* IE10+ */
	background: linear-gradient(top,  #2f2f30 0%,#282828 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f30', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
}
.hudbtn:active{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background: #282828; /* Old browsers */
	background: -moz-linear-gradient(top,  #282828 0%, #2f2f30 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#282828), color-stop(100%,#2f2f30)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #282828 0%,#2f2f30 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #282828 0%,#2f2f30 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #282828 0%,#2f2f30 100%); /* IE10+ */
	background: linear-gradient(top,  #282828 0%,#2f2f30 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#2f2f30',GradientType=0 ); /* IE6-9 */
}
.hudbtn.primary{
	border-color:#3D7530;
	background: #97c865; /* Old browsers */
	background: -moz-linear-gradient(top,  #97c865 0%, #44933d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97c865), color-stop(100%,#44933d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #97c865 0%,#44933d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #97c865 0%,#44933d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #97c865 0%,#44933d 100%); /* IE10+ */
	background: linear-gradient(top,  #97c865 0%,#44933d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c865', endColorstr='#44933d',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:inset 0 1px 0 #D8E994;
	-moz-box-shadow:inset 0 1px 0 #D8E994;
	box-shadow:inset 0 1px 0 #D8E994;
	color:#fff;
}
.hudbtn.primary:hover{
	background: #91bf61; /* Old browsers */
	background: -moz-linear-gradient(top,  #91bf61 0%, #3f8738 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91bf61), color-stop(100%,#3f8738)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #91bf61 0%,#3f8738 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #91bf61 0%,#3f8738 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #91bf61 0%,#3f8738 100%); /* IE10+ */
	background: linear-gradient(top,  #91bf61 0%,#3f8738 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91bf61', endColorstr='#3f8738',GradientType=0 ); /* IE6-9 */
}
.hudbtn.primary:active{
	background: #3f8738; /* Old browsers */
	background: -moz-linear-gradient(top,  #3f8738 0%, #91bf61 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f8738), color-stop(100%,#91bf61)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3f8738 0%,#91bf61 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3f8738 0%,#91bf61 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3f8738 0%,#91bf61 100%); /* IE10+ */
	background: linear-gradient(top,  #3f8738 0%,#91bf61 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f8738', endColorstr='#91bf61',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.simpleCart_input{width: 46px;}
.cart{ font-size: 21px; font-family: 'Dosis'; float:right;}
.item-total{font-weight:bold; text-align:right!important;}
.simpleCart_total_cart {
float: right;
margin-right: 23px;
font-weight: bold;
font-size: 24px;
}
.tweet_and_share {
background-color: #eee;
padding: 10px;
margin-left: 210px;
margin-top: -45px;
top: 50px;
width: 250px;
border: 1px solid #ccc;
}
.item-image img{ width:80px;box-shadow:3px 4px 4px 1px #ccc;}
.item-name, .item-quantity, .item-remove, .item-total{vertical-align: middle;}
.number.item_price, .item-price{vertical-align: middle;font-weight:700;}
.item-name {font-weight:700;font-size:18px;}
.circle {
    width: 45px;
    background: #96ce6a;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-weight: bold;
    padding: 7px 10px 10px 10px;
    font-family: 'Dosis';
    margin-top: 75px;
}
.fb{color: #35619E;}
.tw{color: #01ACED;}
.success .h2{font-family: "Dosis";}
table, .simpleCart_items table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table, .simpleCart_items table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td
, .simpleCart_items table th
, .simpleCart_items table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th, .simpleCart_items table th {
  font-weight: bold;
  font-size:18px;
  font-family:'Dosis';
  text-transform:uppercase;
}
.table thead th, .simpleCart_items table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody, .simpleCart_items table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table, .simpleCart_items table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

.dc-sharing
{
float: left;
z-index: 999999;
margin-left: 700px;
margin-top: -64px;
}

/* Sharing Social */
#social-sharing{
  float:left;
  margin:0;
  min-height:70px;
}

#links .box{
  position: absolute;
  width:300px;
  background-color:#fff;
  height:70px;
}
#links .box a{
  color:#404040;
  text-shadow: 0 1px 1px rgba(167,167,167,.4);
}
#links .box a:hover{
  text-decoration:none;
}
#links .count {
  font-weight:bold;
  font-size:40px;
  float:left;
  border-right:2px solid #57b8d1;
  line-height:40px;
  padding-right:10px
}
#links .share {
    float: left;
    margin-left: 10px;
    font-size: 20px;
    width: 82px;
    margin-top: 0px;
    line-height: 20px;
}
#links .buttons {
  position: absolute;
  width:300px;
  background-color:#fff;
  height:60px;
  z-index: 999999;
}
#links .buttons li{
  list-style: none;
  float: left;
  margin-left:35px;
}
#links .button {
  float:left;
  max-width:50px;
  margin:0 10px 0 0;
}
#links .facebook {
  margin:0 4px 0 0;
}

.twitter_box {
    width: 44px; height: 32px;
    position: relative;
    background: #fff;
    border: 1px solid #bbb;
    margin-bottom: 6px;
    }
.twitter_box:after,
.twitter_box:before {
    width: 0; height: 0;
    position: absolute;
    top: 100%;
    border: solid transparent;
    pointer-events: none;
    content: " ";
    }
.twitter_box:after {
    left: 25%;
    border-top-color: #fff;
    border-width: 3px;
    margin-left: -3px;
    }
.twitter_box:before {
    left: 25%;
    border-top-color: #aaa;
    border-width: 4px;
    margin-left: -4px;
    }
.twitter_box #followers {
    width: 100%; height: auto;
    position: absolute;
    top: 0px; left: 0px;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 16px; line-height: 34px;
    letter-spacing: 0;
    white-space: nowrap;
    color: #333;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
   }
.main-content.diners-club .social-media {
   float: none;
   position: absolute;
   right: 15px;
   top: 5px;
   margin-top: 0;
}
/********************************
	Homepage
********************************/
.main-content.homepage{
    width:585px;
}
.carousel-homepage {
	border-left:2px solid #f1f1f1;
	border-bottom:2px solid #f1f1f1;
	background-color:#fff;
    height: 358px;
    margin:90px auto 0 auto;
    padding: 0 0 2px 2px;
    position: relative;
    width: 956px;
}
.carousel-homepage .content{
	height:420px;
	width:838px;
	padding:0px 60px 0px;
	position:absolute;
	bottom:2px;
	overflow:hidden;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}
.carousel-homepage .content .carousel{
    height: 358px;
    position: relative;
    width: auto;
}
.carousel-homepage .content .section{
	height:358px;
	width:834px;
	float:left;
	margin-right:58px;
	border:1px solid #fff;
	position:relative;
}
.carousel-homepage .content .section .post-lead{
	float:left;
	width:470px;
	height:358px;
	width:474px;
	overflow:hidden;
	position:relative;
}
.carousel-homepage .post-lead .tag,
.carousel-homepage .post-lead .date {
	display: none;
}
.carousel-homepage .post-lead .small-title {
	color: #444444;
	font-size:18px;
	font-weight:700;
	padding:10px 0 0;
	display:block;
}
.carousel-homepage .post-lead .left,
.carousel-homepage .post-lead .left a {
	display:block;
	height: 358px;
	width: 474px;
}
.carousel-homepage .post-lead .left img {
    bottom: 0;
    height: 358px;
    margin-left: -100px;
    position: absolute;
}
.carousel-homepage .post-lead .overlay {
  	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	bottom: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	width: 454px;
	min-height:75px;
	height:auto !important;
	height:75px;
}
/* Hover states */
.carousel-homepage .Shopping .post-lead .overlay {
	background: none repeat scroll 0 0 rgba(110, 91, 234, 0.8);
	opacity:0.9;
}
.carousel-homepage .post-lead .overlay .small-title {
	color:#fff;
}
.carousel-homepage .Travel .post-lead .overlay {
	background: none repeat scroll 0 0 rgba(255, 182, 1, 0.8);
	opacity:0.9;
}
.carousel-homepage .Money .post-lead .overlay {
	background: none repeat scroll 0 0 rgba(21, 187, 255, 0.8);
	opacity:0.9;
}
.carousel-homepage .Kitchen .post-lead .overlay {
	background: none repeat scroll 0 0 rgba(255, 138, 1, 0.8);
	opacity:0.9;
}
.carousel-homepage .Work .post-lead .overlay {
	background: none repeat scroll 0 0 rgba(252, 52, 52, 0.8);
	opacity:0.9;
}
.carousel-homepage .Time .post-lead .overlay {
	background: none repeat scroll 0 0 rgba(255, 105, 191, 0.8);
	opacity:0.9;
}
.carousel-homepage .content .section .post{
	width:178px;
	height:178px;
	float:left;
	margin:1px 0 1px 2px;
	overflow:hidden;
	position:relative;
}
.carousel-homepage .content .section .post .overlay {
	background: none repeat scroll 0 0 #6ab53e;
	color: #FFFFFF;
	display: none;
	height: 160px;
	padding: 10px;
	position: absolute;
	width: 160px;
	z-index:1;
	transition: all 0.28s ease-out 0s;
	opacity:0.9;
}
.carousel-homepage .content .section.Shopping .post .overlay {
	background: none repeat scroll 0 0 #6e5bea;
}
.carousel-homepage .content .section.Money .post .overlay {
	background: none repeat scroll 0 0 #15bbff !important;
}
.carousel-homepage .content .section.Time .post .overlay {
	background: none repeat scroll 0 0 #FF69BF;
}
.carousel-homepage .content .section.Kitchen .post .overlay {
	background: none repeat scroll 0 0 #ff8a01;
}
.carousel-homepage .content .section.Work .post .overlay {
	background: none repeat scroll 0 0 #fc3434;
}
.carousel-homepage .content .section.Travel .post .overlay {
	background: none repeat scroll 0 0 #FFB601;
}
.carousel-homepage .content .post img {
  height: 178px;
  left: -20%;
  margin: 0 auto;
  position: absolute;
}
/* Hover states */
.carousel-homepage .content .section .post:hover .overlay {
	background: none repeat scroll 0 0 #6ab53e;
	display:block;
	transition: all 0.28s ease-out 0s;
}
.carousel-homepage .content .section.Shopping .post:hover .overlay {
	background: none repeat scroll 0 0 #6e5bea;
}
.carousel-homepage .content .section.Money .post:hover .overlay ;
	background: none repeat scroll 0 0 #15bbff;
}
.carousel-homepage .content .section.Time .post:hover .overlay {
	background: none repeat scroll 0 0 #FF69BF;
}
.carousel-homepage .content .section.Kitchen .post:hover .overlay {
	background: none repeat scroll 0 0 #ff8a01;
}
.carousel-homepage .content .section.Work .post:hover .overlay {
	background: none repeat scroll 0 0 #fc3434;
}
.carousel-homepage .content .section.Travel .post:hover .overlay {
	background: none repeat scroll 0 0 #FFB601;
}
.carousel-homepage .content .section .post:hover .overlay {
	display:block;
	transition: all 0.28s ease-out 0s;
}
.carousel-homepage .content .section .post .overlay .read-more {
  bottom: 10px;
  display: block;
  position: absolute;
  right: 10px;
}
.carousel .section .post .small-title {
  font-size:15px;
}
.carousel-homepage .controls{
	position:relative;
}
.carousel-homepage .controls span{
	background:url(../img/sprite_carousel_controls_big.png) transparent no-repeat;
	position:absolute;
	display:block;
	height:48px;
	width:40px;
	top:-160px;
	cursor:pointer;
}
.left-bg {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: transparent !important;
  background-image: url("../img/sprite_carousel_controls_bg.png") !important;
  background-origin: padding-box !important;
  background-position: right 50px !important;
  background-repeat: no-repeat !important;
  height: 481px !important;
  left: -77px;
  top: -429px !important;
  width: 69px !important;
}
.right-bg {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: transparent !important;
  background-image: url("../img/sprite_carousel_controls_bg.png") !important;
  background-origin: padding-box !important;
  background-position: right 50px !important;
  background-repeat: no-repeat !important;
  height: 481px !important;
  right: -61px;
  top: -429px !important;
  width: 69px !important;
}
.carousel-homepage .controls .left{
	left:-50px;
	background-position:-5px 0px;
	
}
.carousel-homepage .controls .right{
	right:-50px;
	background-position:-110px 0px;
}
/* Hover states */
.carousel-homepage .controls .left:hover{
	background-position:-5px -322px;
}
.carousel-homepage .controls .right:hover{
	background-position:-110px -322px;
}
.carousel-homepage .controls.Shopping .left:hover{
	background-position:-5px -268px;
}
.carousel-homepage .controls.Shopping .right:hover{
	background-position:-110px -268px;
}
.carousel-homepage .controls.Money .left:hover{
	background-position:-5px -104px;
}
.carousel-homepage .controls.Money .right:hover{
	background-position:-110px -104px;
}
.carousel-homepage .controls.Travel .left:hover{
	background-position:-5px -452px;
}
.carousel-homepage .controls.Travel .right:hover{
	background-position:-110px -452px;
}
.carousel-homepage .controls.Kitchen .left:hover{
	background-position:-5px -505px;
}
.carousel-homepage .controls.Kitchen .right:hover{
	background-position:-110px -505px;
}
.carousel-homepage .controls.Work .left:hover{
	background-position:-5px -214px;
}
.carousel-homepage .controls.Work .right:hover{
	background-position:-110px -214px;
}
.carousel-homepage .controls.Time .left:hover{
	background-position:-5px -158px;
}
.carousel-homepage .controls.Time .right:hover{
	background-position:-110px -158px;
}
/* Other homepage elements */
.homepage .sub-content{
	padding:20px 0px 100px 40px;
}
.transparent{
	background:rgba(255,255,255,0.5);
}
.main-content.homepage .article-grid .item .tag, .main-content .panel .tag {
    background: none repeat scroll 0 0 #6ab53e;
}
.main-content.homepage .article-grid .item.money .tag, .main-content .panel .tag {
    background: none repeat scroll 0 0 #15bbff;
}
.main-content.homepage .article-grid .item.shopping .tag, .main-content .panel .tag {
    background: none repeat scroll 0 0 #6e5bea;
}
.main-content.homepage .article-grid .item.time .tag, .main-content .panel .tag {
    background: none repeat scroll 0 0 #FFA8EA;
}
.main-content.homepage .article-grid .item.travel .tag, .main-content .panel .tag {
    background: none repeat scroll 0 0 #FFB601;
}
.main-content.homepage .article-grid .item.work .tag, .main-content .panel .tag {
    background: none repeat scroll 0 0 #fc3434;
}
.main-content.homepage .article-grid .item.kitchen .tag, .main-content .panel .tag {
    background: none repeat scroll 0 0 #ff8800;
}
.main-content.homepage .article-grid .item:hover .overlay {
  background: none repeat scroll 0 0 #6ab53e;
}
.main-content.homepage .article-grid .item.money:hover .overlay {
  background: none repeat scroll 0 0 #15bbff;
}
.main-content.homepage .article-grid .item.shopping:hover .overlay {
  background: none repeat scroll 0 0 #6e5bea;
}
.main-content.homepage .article-grid .item.time:hover .overlay {
  background: none repeat scroll 0 0 #FFA8EA;
}
.main-content.homepage .article-grid .item.travel:hover .overlay {
  background: none repeat scroll 0 0 #FFB601;
}
.main-content.homepage .article-grid .item.work:hover .overlay {
  background: none repeat scroll 0 0 #fc3434;
}
.main-content.homepage .article-grid .item.kitchen:hover .overlay {
  background: none repeat scroll 0 0 #ff8800;
}
/********************************
	Homepage Widgets -  Meal Planner, Competitions
********************************/
/* Meal Planner */
.new_slider.meal-planner {width:100%;list-style:none;margin-bottom:0px;background:url("../img/widget_maincontent_shadow.png") bottom center no-repeat;}
.new_slider.meal-planner h1 {float:left;margin:0px;}
.meal-planner .sub-title {
  display: block;
  text-align: center;
}
.new_slider.meal-planner ul {clear:both;overflow:hidden;padding-top:10px;}
.new_slider.meal-planner ul.slider {overflow:visible;position:relative;height:190px;margin-left:38px;}
.new_slider.meal-planner ul li {float:left;width:166px;padding:0px;text-align:left;line-height:1.2em;list-style:none;}
.new_slider.meal-planner ul li h3 {width:146px;margin:5px auto 7px;text-align:left;font-size:13px;color:#8A77C5;}
.new_slider.meal-planner ul li h3.notie {font-size:14px;}
.new_slider.meal-planner ul li .img {height: 104px; margin: 0 auto; overflow: hidden; width: 146px; }
.new_slider.meal-planner ul li .img img {width:150px;}
.new_slider.meal-planner ul li a {display: block; margin: 0 auto; text-align: center; text-decoration: none; white-space: normal; width: 146px; color: #6ab53e;}
.new_slider.meal-planner ul li a:hover {text-decoration:underline;}
.meal-planner .slider_wrapper {overflow:hidden;}
.meal-planner .slider_wrapper h2 {
  font-family: 'Dosis';
  margin-bottom: 0;
  padding-bottom: 5px;
  text-align: center;
  color:#6ab53e;
  text-transform:uppercase;
}
.meal-planner .slider .slider_nav {height:17px;border:none;position:absolute;top:-30px;right:0px;overflow:hidden;}
.meal-planner .slider .slider_nav li {border:none;margin-left:0px;margin-right:5px !important;width:14px;padding:0px;}
.meal-planner .slider .slider_nav li a {display:block;margin:0px !important;padding:0px !important;width:14px !important;text-decoration:none;overflow:hidden;text-indent:20px;line-height:20px;height:15px;border:solid 1px #d0d0d0;
                          -webkit-border-radius: 7px;
                          -moz-border-radius: 7px;
                          border-radius: 7px;
}
.meal-planner .slider .slider_nav li a:hover,
.meal-planner .slider .slider_nav li a.active {background:#d0d0d0;}
.meal-planner .slider .slider_prev,
.meal-planner .slider .slider_next {display:block;width:40px;text-align:center;line-height:160px;background:#fff;text-decoration:none;height:160px;position:absolute;z-index:50;left:-38px;top:0px;}
.meal-planner .slider .slider_prev div,
.meal-planner .slider .slider_next div {display:block;width:40px;padding-top:64px;text-align:center;line-height:94px;height:94px;position:relative;z-index:30;}
.meal-planner .slider .slider_prev span,
.meal-planner .slider .slider_next span {cursor:pointer;display:block;width:30px;height:30px;margin:0px auto;border:solid 1px #d0d0d0;background:#d0d0d0;font-size:2em;color:#fff;font-weight:bold;text-align:center;line-height:23px;text-indent:-3px;position:relative;z-index:100;
                           -webkit-border-radius: 15px;
                           -moz-border-radius: 15px;
                           border-radius: 15px;
}
.meal-planner .slider .slider_next span {text-indent:2px;}
.meal-planner .slider .slider_next {left:auto;right:0px;}
.meal-planner .slider .slider_prev[rel="allow"]:hover span,
.meal-planner .slider .slider_next[rel="allow"]:hover span {background:#7159ba;}
.jcarousel-container-horizontal {
  padding: 20px 40px;
}
.jcarousel-clip {
  overflow: hidden;
}
.jcarousel-prev-horizontal {
  background: url("../img/sprite_carousel_controls_big.png") no-repeat scroll -5px -377px transparent;
  cursor: pointer;
  height: 32px;
  left: 5px;
  position: absolute;
  top: 70px;
  width: 32px;
}
.jcarousel-next-horizontal {
  background: url("../img/sprite_carousel_controls_big.png") no-repeat scroll -115px -377px transparent;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 5px;
  top: 70px;
  width: 32px;
  z-index: 200;
}
.jcarousel-prev-horizontal:hover {
    background-position:-5px -413px;
}
.jcarousel-next-horizontal:hover {
    background-position:-115px -413px;
}
/* WIDGETS - Main content */
.main-content.homepage .competitions, 
.main-content.homepage .twitter-feed {
  margin-bottom: 30px;
  width: 580px;
}
.main-content.homepage .twitter-feed .content, 
.main-content.homepage .twitter-feed iframe {
    width:579px !important;
}
.main-content.homepage .competitions h3, 
.main-content.homepage .twitter-feed h3 {
  background-color: #6AB53E;
  border-color: #FFFFFF;
  border-style: groove ridge ridge groove;
  border-width: 2px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 5px;
  position: relative;
  width:565px;
  
}
.main-content.homepage .twitter-feed h3 .icon, 
.main-content.homepage .competitions h3 .icon {
  background: url("../img/sprite_mfcweb_icons.png") no-repeat scroll -160px -95px transparent;
  display: block;
  height: 45px;
  position: absolute;
  right: 20px;
  top: -5px;
  width: 39px;
}
.main-content.homepage .twitter-feed h3 .icon {
  background: url("../img/sprite_mfcweb_icons.png") no-repeat scroll 0px -95px transparent;
}
.main-content.homepage .competitions .articles {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: -moz-use-text-color #CCCCCC #CCCCCC;
  border-image: none;
  border-right: 1px solid #CCCCCC;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  list-style-type: none;
  background: url("../img/texture.png") repeat scroll 0 0 transparent;
  box-shadow: 0 0 0 2px #FFFFFF inset;
  
}
.main-content.homepage .competitions .articles li {
  display: inline;
}
.main-content.homepage .competitions .articles li a {
  border-bottom: 0 none;
  min-height: 50px;
  color: #222222;
  display: block;
  line-height: 1.4em;
  padding:15px 150px 15px 50px;
  position:relative;
  margin-right:10px;
  transition:none 0s ease 0s;
}
.main-content.homepage .competitions .articles li a img {
  border: 1px solid #CCCCCC;
  float: left;
  margin:0px 40px 0 -30px;
}
.main-content.homepage .competitions .articles li a .arrow {
  color: #007DCF;
  margin-left:5px;
}
.main-content.homepage .competitions .articles li a:hover {
  background:url(../img/hover-competitions.png) right center no-repeat;
}
.main-content.homepage .competitions .articles li a .button-enter {
  display: block;
  float: right;
  font-size: 13px;
  padding: 4px 12px;
  position: absolute;
  right: 20px;
  top: 15px;
  display:none;
}
.main-content.homepage .competitions .articles li a:hover .button-enter {
    display:block;
}
/* ------------------------
   Sharing Social
------------------------ */

#social-sharing{
  float:left;
  margin:0;
  min-height:70px;
}

#links .box{
  position: absolute;
  width:300px;
  background-color:#fff;
  height:70px;
}
#links .box a{
  color:#404040;
  text-shadow: 0 1px 1px rgba(167,167,167,.4);
}
#links .box a:hover{
  text-decoration:none;
}
#links .count {
  font-weight:bold;
  font-size:40px;
  float:left;
  border-right:2px solid #57b8d1;
  line-height:40px;
  padding-right:10px
}
#links .share {
  float:left;
  margin-left:10px;
  font-size:20px;
  width:82px;
  margin-top:-10px;
  line-height:20px;
}
#links .buttons {
  position: absolute;
  width:300px;
  background-color:#fff;
  height:60px;
  z-index: 999999;
}
#links .buttons li{
  list-style: none;
  float: left;
  margin-left:35px;
}
#links .button {
  float:left;
  max-width:50px;
  margin:0 10px 0 0;
}
#links .facebook {
  margin:0 4px 0 0;
}

.twitter_box {
    width: 44px; height: 32px;
    position: relative;
    background: #fff;
    border: 1px solid #bbb;
    margin-bottom: 6px;
    }
.twitter_box:after,
.twitter_box:before {
    width: 0; height: 0;
    position: absolute;
    top: 100%;
    border: solid transparent;
    pointer-events: none;
    content: " ";
    }
.twitter_box:after {
    left: 25%;
    border-top-color: #fff;
    border-width: 3px;
    margin-left: -3px;
    }
.twitter_box:before {
    left: 25%;
    border-top-color: #aaa;
    border-width: 4px;
    margin-left: -4px;
    }
.twitter_box #followers {
    width: 100%; height: auto;
    position: absolute;
    top: 0px; left: 0px;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 16px; line-height: 34px;
    letter-spacing: 0;
    white-space: nowrap;
    color: #333;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
}
table#partners tr td {
    text-align:center;
    vertical-align: middle;
    height: 100px;
}
/* MFP Countdown */
.mfp-countdown-banner {
    padding-top:6px;
}
.mfp-countdown {
    position: absolute;
    z-index: 10;
    top: 45px;
    left: 464px;
}
.margin-bottom-20.position-relative.mfp-countdown-banner img {
    position: absolute;
    z-index: 1;
}
.mfp-countdown {
    font-family:'Dosis';
    font-size:380%;
    color:#fff;
    font-weight:700;
}
.mfp-countdown span {
    display:inline-block;
    text-align:right;
    width:50px;
    color:#50782c;
}
.mfp-countdown .days {
    margin-right:15px;
}
.mfp-countdown .hours  {
    margin-right:18px;
}
.mfp-countdown .minutes {
    margin-right:17px;
}
.mfp-countdown.seconds {
    
}
/***************************************/
/* Search
/***************************************/
.main_container.main_search_box.main-content {
  width: 600px;
}
.main_search_box h1 {
    background: url("../img/banner-eshop.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    height: 30px;
    margin-left: -8px;
    padding: 4px 0 4px 18px;
    position: relative;
    width: 365px;
    font-family: "Dosis";
    font-size: 21px;
    text-transform: uppercase;
}
.main_search_box h1 .banner-corner {
  background: url("../img/banner-corner-eshop.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: -10px;
  height: 10px;
  left: 0;
  position: absolute;
  width: 10px;
}
.main_search_box h1 .white-block {
  background: url("../img/white-block.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.main_search_box h2 {
  background:#ececec url(http://www.myfamilyclub.co.uk/assets/css/style.css);
  clear: both;
  color: #343434;
  display: block;
  font-family: 'Dosis';
  font-size: 18px;
  margin-bottom: 20px;
  padding: 11px 230px 10px 10px;
  position: relative;
  text-transform:uppercase;
}
.main_search_box .sortbtns .title {
  display: none;
}
.main_search_box .sortbtns {
  position: absolute;
  right: 0;
  top: 8px;
  width: auto;
}
.main_search_box .sortbtns .code_box {
  float: left;
  position: relative;
  margin-right:10px;
}
.main_search_box .sortbtns .code_button {
  cursor: pointer;
  display: inline;
  float: left;
  padding:2px 10px;
}
.main_search_box .sortbtns span {
  color:#ececec;
  opacity:0.5;
}
.main_search_box .sortbtns .code_box span.active {
  color: #fff;
  font-weight:700;
  opacity:1;
}
.main_search_box .items dl {
  border-bottom:1px dashed #ccc;
  display: block;
  float: none;
  margin-bottom:30px;
  overflow: hidden;
  padding: 0 0 5px !important;
  position: relative;
  width: auto;
}
.main_search_box .items dt {
  float: left;
  margin-right: 10px;;
  overflow: hidden;
  width: 100px;
  display:block;
}
.main_search_box .items dt a {
  text-decoration: none;
}
.main_search_box .items dt img {
  width: 100px;
}
#resultsListPage .teaser {
  margin-left:110px;
  display:block;
}
.pagination.numeric a {
  margin-right: 5px;
}
.main_search_box_right .inner dd {
  margin-bottom: 5px;
  margin-left: 10px;
}
.main_search_box_right .title {
  font-size:110%;    
}
.main_search_box_right .inner .dot {
  margin-right: 5px;
}
.main_search_box_right .inner .occurance {
  margin-left: 5px;
  font-weight:700;
}
#mv_latest span,
#mv_mv span {
  display: block;
  float: left;
  margin-right: 5px;
}
/* Media Page */
.media-page .placeholder {
  height: 277px;
}
.media-page .body-image {
  border: 1px solid #CCCCCC;
  margin: 10px 20px 10px 0;
  padding: 2px;
}
.media-page.eshop.diners-club .new_slider.meal-planner ul li.img {
    width:auto;
    height:150px;
    line-height:150px;
    vertical-align:middle;
    margin:0 18px;
}
.eshop.diners-club.media-page .new_slider.meal-planner ul li.img img {
  width:130px;
}
.eshop.diners-club.media-page .prepaid-card {
  min-height:242px;
  height:auto !important;
  height:242px;
}
/* KidStart Page */
.kidstart-page .placeholder {
  height: 337px;
}
.kidstart-page .body-image {
  border: 1px solid #CCCCCC;
  margin: 10px 20px 10px 0;
  padding: 2px;
}
.kidstart-page.eshop.diners-club .new_slider.meal-planner ul li.img {
    width:auto;
    height:150px;
    line-height:150px;
    vertical-align:middle;
    margin:0 18px;
}
.eshop.diners-club.kidstart-page .new_slider.meal-planner ul li.img img {
  width:130px;
}
.eshop.diners-club.kidstart-page .prepaid-card {
  min-height:302px;
  height:auto !important;
  height:302px;
}
/* Social Share - Nov 2013 */
.homepage-share {
	height: 65px;
	font-family: dosis;
	color: #6ab53e;
	font-size: 56px;
}
.article-share{
    width: 580px;
    float: left;
    font-family: dosis;
    color: #6ab53e;
    font-size: 14px;
    text-align:right;
}
.article-share-twitter{
    background-color: #4D9DDB;
    color: #fff;
    width: 147px!important;
    height: 48px!important;
    margin-top: 2px;
    display: inline-block;
    text-align: left;
    padding-top: 0px;
    margin-right:  2px;
    position: relative;
}
.article-share-facebook{
    background-color: #4463B0;
    color: #fff;
    width: 164px!important;
    height: 48px!important;
    margin-top: 2px;
    display: inline-block;
    text-align: left;
    padding-top: 0px;
    margin-right:  2px;
    position: relative;
}
.twitter-text{
    float: right;
    display: inline-block;
    padding-top: 15px;
    padding-right: 2px;
    position: absolute;
}
.facebook-text{
    float: right;
    display: inline-block;
    padding-top: 15px;
    /* padding-right: 0px; */
    /* padding-left:  0px; */
    position: absolute;
}
.article-shares {
margin-right: 25px;
text-align: center;
position: relative;
/* min-width: 50px; */
float: left;
}
.article-shares em {
color: #6ab53e;
font-size: 47px;
/* font-size: 7rem; */
/* line-height: 80px; */
font-weight: bold;
font-style: normal;
display: block;
margin-top: 15px;
font-family: Dosis;
}
.article-shares:after {
position: absolute;
top: 5px;
right: -25px;
display: inline-block;
content: "";
background: url(../img/line_shares.png) transparent center center no-repeat;
width: 30px;
height: 48px;
margin: 0;
}
.caption {
margin-top: 9px;
}
.follows ul {
list-style: none;
}
.follows ul li{
	float:left;
	width:120px;
	overflow: none;
	height:35px
}
.likeus{}
p.social {
font-family: dosis;
color: #6ab53e;
font-size: 1.5em;
}
.count {
width: 135px;
float: left;
height: 150px;
margin: 20px 20px 0 0;
}
.sub-content-homepage .fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
width: 50px !important;
overflow: hidden;
}
#shareme {
border-bottom: 2px solid #6ab53e;
margin: 0 10px 5px 0;
}
.share-bottom{
    margin-top: -10px!important;
    margin-bottom: -22px!important;
}
.sub-content-homepage .fb_iframe_widget {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 160px;
}
/* -----------------------------
 Marketplace - Styles
----------------------------- */
.marketplace-categories .content ul li {
    list-style:none;
    margin-bottom:5px;
}
.marketplace-categories .content ul li.selected {
    font-size:18px;
}
.search_question_cont .search-container form {

}
.search_question_cont .search-container #searchText {
    border: 1px solid #AFAFAF;
    font-size: 14px;
    margin: 0 4px 0 0;
    padding: 12px 10px;
    width: 335px;
}
.Classified_search_box .search-container #searchText {
  width: 425px;
}
#panel-categories-all a {
    margin: 20px 20px 0 0;
    display: block;
    float: left;
}
.Classified_search_box .item_details,
.vouchers_list .voucher {
  border-bottom: 1px dashed #CCCCCC;
  display: block;
  float: none;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0 0 25px;
  position: relative;
  width: auto;
}
.Classified_search_box .item_details {
    padding-top:20px;
}
.vouchers_list .voucher .retailer,
.Classified_search_box .item_details .item_mainimg {
    float:left;
}
.vouchers_list .voucher .items,
.Classified_search_box .item_details .item_description {
    width:470px;
    float:left;
}
.Classified_search_box .opacity {
  opacity: 0.6;
  padding-left: 8px;
}

#voucher
{
    background-color: #EEE;
    padding: 10px 10px 0px 10px;
    width: 420px !important;
    float: right;
    margin-bottom: 20px;
    border: 4px solid #96ce6a;
}

#voucher a 
{
    text-decoration: underline;
    text-align: left;
    font-weight: bold;
}
#voucher p
{
    font-size: 18px;
}
#voucher p .code
{
    color: red;
    font-weight: bold;
    font-size: 18px;
}