/************ Font Feijoa **************/
@font-face {
    font-family: 'feijoa_otregular';
    src: url('css/fonts/feijoa_ot-webfont.eot');
    src: url('css/fonts/feijoa_ot-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/feijoa_ot-webfont.woff') format('woff'),
         url('css/fonts/feijoa_ot-webfont.ttf') format('truetype'),
         url('css/fonts/feijoa_ot-webfont.svg#feijoa_otregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'feijoa_otitalic';
    src: url('css/fonts/feijoa_ot-italic-webfont.eot');
    src: url('css/fonts/feijoa_ot-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/feijoa_ot-italic-webfont.woff') format('woff'),
         url('css/fonts/feijoa_ot-italic-webfont.ttf') format('truetype'),
         url('css/fonts/feijoa_ot-italic-webfont.svg#feijoa_otitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************ General **************/
h1{
	font-size:36px;
	font-weight:normal;
	font-family:'feijoa_otregular';
	padding:0 0 20px 0;
}
h2{
	font-size:18px;
	padding-bottom:5px;
	font-weight: normal;
}
h3{
	font-size:16px;
	padding-bottom:5px;
	font-weight:normal;
}
img {
	max-width: 100%;
	height: auto;
	border:none;
}
@media \0screen {
  img {
  	width: auto; /* for ie 8 */
  }
}
.fl{float:left;}
.fr{float:right;}
p{padding-bottom:20px; font-weight:normal;}
p.nopad{padding:0;}
a{color:#2C1F1E;text-decoration:none;}
a:hover{text-decoration:underline;}

body{
	margin:0;
	padding:0;
	font-size: 12px;
	background:url("images/body-bj.png") repeat left top;
	font-family: 'feijoa_otregular';
	font-family: 'Open Sans',sans-serif;
	font-weight:400;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
#wrapper{
	width:100%;
	margin:0;
	padding:0;
}

/************ Header **************/
#header{
	width:1080px;
	margin:0 auto;
	height:97px;
	position:relative;
	font-family: 'Open Sans', sans-serif;
}
.logo{
	background:url("images/logo.png") no-repeat left top;
	width:229px;
	height:261px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:1000;
}
#header .top{
	text-align:right;
	color:#4c4432;
	font-size:11px;
	overflow:hidden;
	color:#4c4432;
}
#header .top a{color:#4c4432; }
#header .top div{
	float:right;
	margin-left:20px;
	line-height:28px;
}
#header .top .search input{float:left;}
#header .top .search input[type="text"]{
	background:#fff;
	border:none;
	height:28px;
	line-height:28px;
	width:176px;
	padding:0 10px;
	text-align:center;
	color:#999999;
	font-size:11px;
	line-height:15px;
	letter-spacing:0px;
	font-family: 'Open Sans',sans-serif;
	font-weight:500;
}
#header .top .search input.input-submit{
	background:#fff url("images/icon_search.png") no-repeat 0 bottom;
	border:none;
	width:28px;
	height:28px;
	cursor:pointer;
}
#header .top .cart{
	background:url("images/icon_cart.png") no-repeat 0 center;
	padding-left:30px;
}
#header .top .welcome a{
	background:url("images/signout.png") no-repeat right center;
	padding-right:15px;
	color:#4c4432;
}

/************ Top Navigation & Social Media **************/
#header .topnav{
	float:right;
	overflow:hidden;
	margin-top:5px;
	margin-right:9px;
}
#header .topSoical{
	float:right;
	overflow:hidden;
	margin-top:25px;
}
#header .topnav li{
	float:left;
	text-transform:uppercase;
	line-height:25px;
	letter-spacing:0px;
	margin:0 7px;
	font-weight:600;
}

#header .top #more{
	background:url(images/more.png) no-repeat 0 0;
	position:absolute;
	top:20px;
	right:28px;
	display:none;
}
#header .top #more a{
	display:block;
	width:26px;
	height:23px;
}

#header .topnav li a{color:#878787; padding:20px 5px; font-size:13px; display:block; letter-spacing:2px;}
#header .topnav li a:hover{
/*	background-color:#e3e3e3;*/
}
#header .topnav li a.active{
	background-color:#e3e3e3;
}
#header .topSoical {}
#header .topSoical li{
	float:left;
	margin-left:8px;
}
#header .topSoical li a{
	background:url(images/footer_social.png) no-repeat 0 0;
	display:block;
	width:28px;
	height:28px;
}
#header .topSoical li a.facebook{ background-position:0px 0px}
#header .topSoical li a.twitter{ background-position:-37px 0px}
#header .topSoical li a.youtube{ background-position:-74px 0px}
#header .topSoical li a.pinterest{ background-position:-111px 0px}
#header .topSoical li a.instagram{ background-position:-148px 0px}
#header .topSoical li a.facebook:hover{ background-position:0px -28px}
#header .topSoical li a.twitter:hover{ background-position:-37px -28px}
#header .topSoical li a.youtube:hover{ background-position:-74px -28px}
#header .topSoical li a.pinterest:hover{ background-position:-111px -28px}
#header .topSoical li a.instagram:hover{ background-position:-148px -28px}
#header .topSoical li span{display:none;}
#header p{
	color:#604b40;
	font-size:15px;
	font-family: 'feijoa_otregular';
	text-align:right;
	letter-spacing:2px;
	padding-bottom:10px;
}
#header p span{padding-left:45px;}
#header .moreList{display:none;}


/***************subnav*********************/
.subnav{
	height:140px;
	position:absolute;
	width:852px;
	padding-left:228px;
	background:url("images/subnav-bj.png") repeat-x left top;
	left:0;
	z-index:999;
	padding-top:10px;
	display:none;
}

#header .topnav .subnav ul{
	float:left;
	margin-left:35px;
	padding-top:5px;

}
#header .topnav .subnav ul li{
	text-transform:none;
	clear:both;
	margin:0;
	padding:4px 0;
	line-height:12px;
}
#header .topnav .subnav ul li ul{
	 margin:0;
	 float:left;
	}
#header .topnav li .subnav a{ display:block; margin:0; padding:0;}
#header .topnav .subnav ul li.title{ font-size:14px; color:#8a8a8a;}
#header .topnav .subnav ul li.title span{ display:block;}
#header .topnav li:hover .subnav{ display:block;}
#header .topnav .subnav ul li a{
	margin:0;
	padding:0;
	font-size:11px;
	text-transform:none;
	letter-spacing:normal;
}
#header .topnav .subnav ul li a:hover{
	background:none;
	color: #39F;
}
#header .topnav .subnav ul li a.active{
	background:none;
}

.sub-pic{
	float:left;
	margin-left:50px;
	width:237px;
	text-align:center;
}
.sub-pic span{ font-size:11px; color:#8a8a8a; text-transform:none; line-height:12px; margin-top:0px;}
.sub-pic .image_text{ font-size:11px; color:#8a8a8a; text-transform:none; line-height:16px; margin-top:0px;}
.sub-pic .image_text h3{font-family: 'feijoa_otregular'; line-height:16px; margin-top:8px; font-size:14px; color:#000;text-transform:uppercase; }
/************ Footer **************/
.footer{
	width:100%;
	height:300px;
	background-color:#d7d7d7;
	color:#111111;
	font-size:12px;
	clear:both;
	font-family: 'Open Sans', sans-serif;
}
.footer a{color:#111111;}
.footerInner{
	width:1080px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
}
.footerLinks{
	float:left;
	width:55%;
	overflow:hidden;
	padding-top:15px;
}
.footerLinks .see{
	background:url("images/logo_see.png") no-repeat 0 0;
	padding:0 0 0 76px;
	line-height:56px;
	font-style:italic;
}
.footerLinks .contacts{ float:left; margin-right:90px;}
.footerLinks .contacts.last{ margin:0 48px 0 0; width:150px;}
.footerLinks ul{
	padding:0;
}
.footerLinks ul.middle{padding:15px 90px;}
.footerLinks h3{padding-bottom:10px; font-weight:bold; font-size:12px;}
.footerLinks ul li{padding-bottom:5px;}

.footerMiddle{
	float:left;
	overflow:hidden;
}
.footerMiddle p {
    font-weight: 400;
    padding: 15px 0 12px 10px;
    text-align: left;
}
.footerMiddle  input{float:left;}
.footerMiddle  input[type="text"]{
	background:#c5c3c2;
	border:none;
	height:30px;
	line-height:30px;
	width:176px;
	padding:0 10px;
	color:#7a7a7a;
	text-align:center;
}
.footerMiddle  input[type="submit"]{
	background:none;
	border:none;
	height:30px;
	color:#555555;
	cursor:pointer;
	margin-left:5px;
}
.footerMiddle a.singapore{
	background:url("images/flag.png") no-repeat 0 0;
	line-height:32px;
	padding-left:53px;
	display:block;
	margin-top:40px;
	margin-left:20px;
}
.links{
	clear:both;
}
.links a{
	float:left;
	margin-top:30px;
}
.footer .footerSoical {
	float:right;
	text-align:right;
	margin-top:45px;
	overflow:hidden;
}
.footer .footerSoical li{
	float:left;
	margin-right:10px;
}
.footer .footerSoical li a{
	background:url(images/footer_social.png) no-repeat 0 0;
	display:block;
	width:28px;
	height:28px;
}
.footer .footerSoical li a.facebook{ background-position:0px 0px}
.footer .footerSoical li a.twitter{ background-position:-37px 0px}
.footer .footerSoical li a.youtube{ background-position:-74px 0px}
.footer .footerSoical li a.pinterest{ background-position:-111px 0px}
.footer .footerSoical li a.instagram{ background-position:-148px 0px}
.footer .footerSoical li a.facebook:hover{ background-position:0px -28px}
.footer .footerSoical li a.twitter:hover{ background-position:-37px -28px}
.footer .footerSoical li a.youtube:hover{ background-position:-74px -28px}
.footer .footerSoical li a.pinterest:hover{ background-position:-111px -28px}
.footer .footerSoical li a.instagram:hover{ background-position:-148px -28px}
.footer .footerSoical li span{display:none;}
.footer .copy{padding-top:34px; font-weight:normal;}
.footer-bottom{ height:0px; background-color:#FFF;}

/******************banner*********************/
.banner-1{
	height:742px;
	background:url("images/banner-01.jpg") no-repeat center top;
	clear:both;
}
.desc-text{
	width:275px;
	text-align:center;
	color:#fff;
	margin:0 auto;
	font-family: 'feijoa_otregular';
	padding-top:310px;
}
.desc-text p{
	font-size:16px;
	line-height:26px;
}
.desc-text a{
	font-size:12px;
	font-style:italic;
	color:#fff;
	margin-top:70px;
	display:block;
}
.discover-part{
	width:420px;
	height:81px;
	background:url("images/banner-curse.png") no-repeat left top;
	margin:0 auto;
	margin-top:142px;
	text-align:center;
	color:#fff;
	font-size:16px;
	padding-top:20px;
	position:relative;
}
.following{
	width:4px;
	height:125px;
	background:url("images/following.png") no-repeat left top;
	display:block;
	z-index:9999;
	margin:0 auto;
}
.following-2{
	width:4px;
	height:125px;
	background:url("images/following-2.png") no-repeat left top;
	display:block;
	z-index:9999;
	margin:0 auto;
	margin-top:12px;
}
.discover-part .following{
	top:720px;
	position:absolute;
	top:103px;
	left:210px;
}
/******************pic-item*****************/
.pic-item{
	height:746px;
	background:url("images/curse-01.png") no-repeat center top;
	margin-top:-2px;
}
.story{
	padding-top:117px;
	height:629px;
}
.story .title-top{
	width:52px;
	height:45px;
	margin:0 auto;
	background:url("images/icon-bj.png") no-repeat left top;
}
.pic-item .title{
	width:313px;
	height:66px;
	background:url("images/title-bj.png") no-repeat left top;
	margin:0 auto;
	display:block;
	line-height:66px;
	text-align:center;
	color:#010000;
	font-family: 'feijoa_otregular';
	font-size:18px;
	margin-top:25px;
}
.pic-box{
	width:905px;
	margin:0 auto;
	padding-left:75px;
	padding-top:100px;
	height:auto;
	overflow:hidden;
}
.pic-box .pic-desc{
	float:left;
	text-align:center;
	font-size:15px;
	margin-left:63px;
}
.pic-box .pic-desc .name{
	height:45px;
}
.pic-desc-first .pic{
	width:198px;
	height:208px;

}
.pic-desc-first .pic a{
	display:block;
	background:url("images/bitmap2.png") no-repeat left top;
	padding-top:19px;
	height:189px;
	text-align:center;
	}
.pic-desc-first .pic a:hover{
	background:url("images/bitmap1.png") no-repeat left top;
	}
.pic-desc-second .pic{
	width:198px;

}
.postDetail a {
    color: #0074ff !important;
}
.pic-desc-second .pic a{
	padding-top:19px;
	height:189px;
	display:block;
	background:url("images/bitmap2.png") no-repeat left top;}
.pic-desc-second .pic a:hover{background:url("images/bitmap1.png") no-repeat left top;}
.pic-desc-third .pic{
	width:198px;

}
.pic-desc-third .pic a{
	padding-top:19px;
	height:189px;
	display:block;
	background:url("images/bitmap3.png") no-repeat left top;
	margin-top:-2px;}
.pic-desc-third .pic a:hover{background:url("images/bitmap1.png") no-repeat left top;}
/****banner-2****/
.banner-2{
	height:683px;
	background:url("images/banner-02.png") no-repeat center top;
	padding-top:66px;
}
.grey-part{
	width:400px;
	height:150px;
	display:block;
	background:url("images/bitmap-grey.png") no-repeat left top;
	margin:0 auto;
	color:#fff;
	font-size:18px;
	text-align:center;
	line-height:150px;
}
.grey-part a{ display:block; color:#fff;}
.white-part{
	width:509px;
	height:202px;
	background:url("images/bitmap-white.png") no-repeat left top;
	margin:0 auto;
	color:#000;
	text-align:center;
	margin-top:90px;
}
.white-part a{ display:block; color:#000;}
.white-part p{
	font-size:15px;
	width:362px;
	margin:0 auto;
	padding-top:73px;
	height:70px;
	line-height:22px;
	color:#000;

}
.white-part a{
	font-size:12px;
	color:#000;
	font-style:italic;
}
.banner-2 .discover-part{
	margin-top:135px;
}
.banner-2 .discover-part .following{
	background:url("images/following-2.png") no-repeat left top;
	top:100px;
}
.school{
	padding-top:120px;
	height:653px;
}
.school .following-2{
	margin-top:35px;
}
.school .title-top{
	width:89px;
	height:44px;
	margin:0 auto;
	background:url("images/icon-b02j.png") no-repeat left top;
}

/*************banner-3****************/
.banner-3{
	height:577px;
	background:url("images/banner-03.jpg") no-repeat center top;
	margin:0 auto;
	padding-top:170px;
	margin-top:-2px;
}

.wrapper{
	width:1173px;
	margin:0 auto;
	position:relative;
}
.main{
	padding:0 45px 5px;
	overflow:hidden;
	font-family: 'Open Sans', sans-serif;
	color:#1f1f1f;
	font-weight:normal;
}
/************ Breadcrumb **************/
.breadcrumb{
	line-height:65px;
	color:#a8a7a7;
	font-weight:bold;
}
.breadcrumb a{color:#a8a7a7;}
.breadcrumb span{padding:0 5px;}


/************ Landing **************/
.top-section{
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
.top-section-text{
	width:65%;
	float:left;
}
.top-section-text2{width:75%;}
.top-section-text2 a{color:#00448d;}
.top-section-text p{
	padding-right:10px;
	font-size:15px;
	line-height:25px;
	color:#1f1f1f;
}
.subscription{
	background:url(images/bitmap-grey-medium.png) no-repeat 0 0;
	width:357px;
	height:126px;
	background-size:100%;
	float:left;
	text-align:center;
	color:#fff;
	padding-top:40px;
	font-size:14px;
	font-family: 'feijoa_otregular';
}
.subscription input{
	border:none;
	background:url(images/trans.png) repeat 0 0;
	padding:0 10px;
	width:200px;
	height:30px;
	line-height:30px;
	display:block;
	margin:0 auto;
	text-align:center;
	color:#fff;
	margin:-8px auto 10px;
}
.subscription a{
	font-family: 'feijoa_otitalic';
	color:#fff;
}
.products{
	width:100%;
	overflow:hidden;
}
.products li{
	width:30%;
	float:left;
	margin:0 0 20px 30px;
}
.products li.first{margin-left:0;}

#products{margin-left:-29px;}

.products .item{
	position:relative;
}
.products .item img{border:3px solid #cbc6c6;}
.products .item a{
	background:url(images/btn_product.png) repeat 0 0;
	display:block;
	text-align:center;
	color:#000;
	letter-spacing:2px;
	position:absolute;
	left:50%;
	top:50%;
	text-transform:uppercase;
	font-size:16px;
    width:130px;
	padding:50px 25px;
	height:42px;
    margin-left:-100px;
    margin-top:-71px;
}
.products .item a:hover{
	border:6px solid #cbc6c6;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
	margin-left:-106px;
    margin-top:-77px;
}
.products .item-short a{
	padding:0 25px;
	height:142px;
	line-height:142px;
}
.products p{
	padding:15px 0 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}

.bottom-section{
	background:url(images/trans2.png) repeat 0 0;
	width:100%;
	padding:40px 0 25px;
	font-size:15px; margin-top:45px;
}
.bottom-section h2{
	font-size:26px;
	font-family: 'feijoa_otregular';
}
.bottom-section h3{
	font-size:22px;
	font-family: 'feijoa_otregular';
	padding-bottom:30px;
}
.bottom-section p{padding-bottom:30px;}
.bottom-section .soical li{
	float:left;
	width:120px;
	color:#444444;
	font-size:13px;
	margin-left:0;
	width:120px;
	padding-right:20px;
}
.bottom-section .soical li a{
	background:url(images/social-large-new.png) no-repeat 0 0;
	display:block;
	width:78px;
	height:78px;
	margin:0 0 10px 0;
}
.bottom-section .soical li a.facebook{background-position:0px 0px;}
.bottom-section .soical li a.twitter{ background-position:-159px 0px;}
.bottom-section .soical li a.youtube{ background-position:-317px 0px;}
.bottom-section .soical li a.pinterest{ background-position:-476px 0px;}
.bottom-section .soical li a.instagram{ background-position:-636px 0px;}
.bottom-section .soical li a.facebook:hover{ background-position:0px -78px;}
.bottom-section .soical li a.twitter:hover{ background-position:-159px -78px;}
.bottom-section .soical li a.youtube:hover{ background-position:-317px -78px;}
.bottom-section .soical li a.pinterest:hover{ background-position:-476px -78px;}
.bottom-section .soical li a.instagram:hover{ background-position:-636px -78px;}
.bottom-section .soical li span{display:none;}
.bottom-section .article li{
	float:left;
	background:url(images/sep-vertical.png) no-repeat 0 0;
	padding:0 37px 10px;
}
.bottom-section .article li.first{
	background:none;
	padding-left:0;
}
.bottom-section .article li img{
	border:3px solid #cac5c5;
	margin-bottom:15px;
}

/************ Category **************/
.col-1{
	width:75%;
	float:left;
}
.col-2{
	width:23.8333%;
	float:right;
}
.col-3{
	width:23.8333%;
	float:left;
}
.col-4{
	width:75%;
	float:right;
	margin-bottom:30px;
}
.category-list li{
	background:url(images/sep.png) no-repeat 0 bottom;
	padding:25px 0;
	overflow:hidden;
}
.category-list li img{
	float:left;
	border:3px solid #cac5c5;
	margin-right:15px;
}
.category-list li h3{
	font-size:17px;
	color:#1f1f1f;
	padding-bottom:15px;
}
.category-list li .brief{
	float:left;
	width:520px;
	color:#444444;
}
.category-list li h3 a{
	font-family: 'feijoa_otitalic';
	color:#1f1f1f;
	font-size:16px;
}
.category-list li a{
	font-family: 'feijoa_otitalic';
	color:#1f1f1f;
}

.sidebar{
	background:#f9f9f9 url(images/sep-short.png) no-repeat 0 bottom;
}
.sidebarInner{
	background:url(images/sep-short.png) no-repeat 0 0;
	padding:25px 15px 55px;
}
.sidebar h2{
	font-size:22px;
	font-family: 'feijoa_otregular';
	padding:0 15px 20px;
}
.sidebar ul.list {padding:0 15px 30px;}
.sidebar ul.list li{padding-bottom:10px;}
.sidebar ul.list a{
	color:#6c6c6c;
	font-size:17px;
	font-weight:normal;
}
.sidebar .share{
	background:#fff;
	padding:30px 15px 15px;
}
.sidebar p{
	font-family: 'feijoa_otitalic';
	font-size:15px;
}
.social {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
.social li{
	float:left;
	margin-left:8px;
}
.social li a{
	background:url(images/footer_social.png) no-repeat 0 0;
	display:block;
	width:28px;
	height:28px;
}
.social li a.facebook{ background-position:0px 0px}
.social li a.twitter{ background-position:-37px 0px}
.social li a.youtube{ background-position:-74px 0px}
.social li a.pinterest{ background-position:-111px 0px}
.social li a.instagram{ background-position:-148px 0px}
.social li a.facebook:hover{ background-position:0px -28px}
.social li a.twitter:hover{ background-position:-37px -28px}
.social li a.youtube:hover{ background-position:-74px -28px}
.social li a.pinterest:hover{ background-position:-111px -28px}
.social li a.instagram:hover{ background-position:-148px -28px}
.social li span{display:none;}
.sidebar input{
	background:#c2c2c2;
	border:none;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	display:block;
	margin-bottom:20px;
}
.sidebar a.submit{
	font-family: 'feijoa_otitalic';
	text-align:center;
	display:block;
}


/************ Post **************/
h1.post-headline{padding-bottom:10px;}
.post{
	font-size:13px;
	position:relative;
	padding-bottom:20px;
	width:790px;
}
.post a{
	color:#0f2f56;
	font-weight:bold;
}
.addthis{
	position:absolute;
	top:0;
	right:0;
	width:340px;
}

/************ PostSlider **************/
.postSlider img{border:3px solid #cbc6c6;}
.postSlider li .caption{
	background:url(images/banne_caption_bg.png) repeat 0 0;
	position:absolute;
	left:3px;
	bottom:3px;
	overflow:hidden;
	padding:20px 0;
	width:98.5%;
}
.postDetail .postSlider h3 {
    font-family: 'feijoa_otregular';
    padding:0 0 0 20px;
	color:#fff;
	width:50%;
}
.postDetail .postSlider a{color:#fff;font-weight:bold;}

#image_wrap{
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
}
#image_wrap #largeView{
	height:441px;
}
#image_wrap .btn-prev,#image_wrap  .btn-next{
	position: absolute;
	bottom:20px;
	margin-top: -18px;
	outline: 0;
	width: 39px;
	height: 36px;
	text-indent: -9999px;
	z-index: 10001;
}
#image_wrap .btn-prev{
	left: 15px;
	background: url(images/prev.png) no-repeat 0 0;
}

#image_wrap .btn-next{
	right: 15px;
	background: url(images/next.png) no-repeat 0 0;
}


.pager{
	background:url(images/pager-bg.gif) no-repeat 0 0;
	padding:25px 18px 20px 22px;
	position:relative;
}
.pager a.prev,.pager a.next{
	width:7px;
	height:11px;
	position:absolute;
	top:50%;
	margin-top:-10px;
	cursor:pointer;
}
.pager a.prev{
	background:url(images/prev-thumbnail.png) no-repeat 0 0;
	left:8px;
}
.pager a.next{
	background:url(images/next-thumbnail.png) no-repeat 0 0;
	right:10px;
}





.postDetail{font-size:15px;}
.postDetail p{line-height:25px;}

.generalList{margin:0 0 10px 10px;}
.generalList li{
	background:url(images/list-point.png) no-repeat 0 center;
	padding:0 0 10px 16px;
}
.sep{
    background: url("images/sep.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 3px;
	margin-bottom:15px;
}
.postDetail h2{
	font-size:26px;
	font-family: 'feijoa_otregular';
	padding-bottom:20px;
}
.postDetail h3{
	font-size:18px;
	padding-bottom:20px;
}
.postDetail h4{
	font-size:18px;
	padding-bottom:15px;
}
.postDetail .comment{
	font-family: 'feijoa_otitalic';
	font-size:20px;
	line-height:34px;
}
.postDetail .section{
	padding:0 0 0 20px;
	overflow:hidden;
}
.postDetail .g1{
	width:30.3333%;
	float:left;
	margin-right:20px;
}
.postDetail a{color:#113055;}
.postDetail .error{
	color:#7b2319;
	font-size:10px;
	font-style:italic;
}

/************ Our Story **************/
.storyList{font-size:17px;}
.storyList li{padding:0 10px 10px 0;}
.storyList li a{color:#6c6c6c;}

/************ Our Story Slider **************/
.storySlider a.button{
	background:url(images/bitmap-grey-small.png) no-repeat 0 0;
	width:250px;
	height:94px;
	line-height:94px;
	color:#fff;
	font-family: 'feijoa_otregular';
	font-size:15px;
	text-align:center;
	text-transform:uppercase;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-47px;
	margin-left:-125px;
}
.storySlider  a.whiteBtn{
	background:url(images/white-button.png) no-repeat 0 0;
	width:156px;
	height:36px;
	line-height:36px;
	font-family: 'feijoa_otitalic';
	font-size:13px;
	text-align:center;
	position:absolute;
	bottom:10px;
	right:18px;
}


/************ Find Us **************/
.more{
	float:right;
	width:256px;
	color:#fff;
	text-align:center;
}
.more .dec{
	background:url(images/frame_middle.png) no-repeat 0 0;
	width:146px;
	height:150px;
	padding:54px 55px 0;
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
	font-family: 'feijoa_otregular';
}
.more .dec h2{
	font-size:18px;
	line-height:26px;
	font-family: 'feijoa_otregular';
}
.more a{
	background:url(images/frame_small.png) no-repeat 0 0;
	width:256px;
	height:46px;
	line-height:46px;
	display:block;
	text-transform:none;
	color:#fff;
	font-size:12px;
	font-family: 'feijoa_otregular';
}

.locationList{
	width:100%;
	overflow:hidden;
}
.locationList li{
	width:25%;
	float:left;
	margin:0 0 20px 0;
}
.locationList li.first{margin-left:0;}
.locationList .item{
	position:relative;
}
.locationList .item img{border:3px solid #cbc6c6;}
.locationList .item a{
	background:url(images/btn_product.png) repeat 0 0;
	display:block;
	text-align:center;
	color:#000;
	letter-spacing:2px;
	position:absolute;
	left:50%;
	top:50%;
	text-transform:uppercase;
	font-size:12px;
    width:160px;
	padding:0 5px;
	height:108px;
	line-height:108px;
    margin-left:-90px;
    margin-top:-54px;
	font-family: 'feijoa_otregular';
}
.locationList .item a:hover{
	border:6px solid #cbc6c6;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
	margin-left:-96px;
    margin-top:-60px;
}
.location-desc{
	width:50%;
	float:left;
}
.location-desc img{border:3px solid #cbc6c6;}
.location-desc h3{font-family: 'Open Sans', sans-serif;}
.location-desc p{padding-right:100px;}
.location-desc .reviews{overflow:hidden;}
.location-desc .reviews img{border:none;}
.location-desc .reviews li{
	float:left;
	padding:0 15px 10px 0;
}
.location-desc .reviews li.heading{
	float:none;
	display:block;
}

.location-desc .location-map{
	float:left;
	margin-top:20px;
}
.location-desc .instagram{
	width:266px;
	float:right;
	margin-top:23px;
}
.location-desc .instagram li{
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
	background:#fff;
	-webkit-box-shadow: #bbb 0px -1px 4px;
	-moz-box-shadow: #bbb 0px -1px 4px;
	box-shadow: #bbb 0px -1px 4px;
	margin:0 0 10px 10px;
	padding:3px 3px 0;
}
.location-desc .instagram li img{border:none;}
.location-desc .instagram p{
	background:url(images/ico-instagram.png) no-repeat right 0;
	margin:15px 0 0 10px;
	padding:10px 100px 10px 0;
	font-family: 'feijoa_otitalic';
}

.directionsView .col_l{ width:510px; float:left;}
.directionsView .col_r{ width:536px; float:left; margin-left:34px; background:url(images/space-white50.png) repeat; padding:20px 0px 20px; font-size:13px; color:#444;}
.directionsView .col_l h1{font-family: 'feijoa_otregular'; margin-bottom:25px;}
.directionsView .col_r h4{ font-size:17px; color:#222; text-align:center; margin-bottom:24px;}
.directionsView .col_r li{ width:164px; height:72px; overflow:hidden; float:left; padding-left:104px; position:relative; margin-bottom:12px;}
.directionsView .col_r li .picshow{ width:80px; height:62px; overflow:hidden; position:absolute; left:11px; top:8px;}

.content01{ padding-bottom:35px;}
.content2{ background:url(images/space-white50.png) repeat; min-height:200px; padding:30px 0px 42px;}
.content2 .inner{ width:1175px; margin:0 auto;}
.directionsView .col02_l{ width:385px; float:left;}
.directionsView .map{ width:738px; height:575px; float:left; margin-left:14px; overflow:hidden; border:3px solid #cbc6c6; position:relative;}
.map-popup{ width:290px; height:70px; /* padding-bottom:22px; background:url(images/map-shadow-b.png) no-repeat center bottom; position:absolute; left:190px; top:220px;*/}
.map-popup .inner01{/* padding-right:8px; background:url(images/map-shadow-r.png) no-repeat right top;*/}
.map-popup .inner02{/* padding:16px 14px 20px 22px;*/ background:#fff; font-size:13px; color:#444;}
.map-popup .inner02 p{ margin-bottom:0px; padding-bottom:0px; padding-right:0px;}
.map-popup .inner02 a{ color:#004c66;}

.directionsView{ font-size:15px; font-family: 'Open Sans',sans-serif; color:#222; margin-bottom:35px;}
.getDirections-panel{ padding:10px 83px 26px 43px; background:url(images/space-white80.png) repeat; margin-bottom:19px;}
.getDirections-panel h3{ font-size:22px; color:#000; margin-bottom:14px;}
.getDirections-panel .dir-tm{ margin-bottom:23px;}
.getDirections-panel .dir-tm a{ display:inline-block; width:40px; height:28px; margin-right:10px; background:url(images/car.png) no-repeat;}
.getDirections-panel .dir-tm a.kd-button-left{ background-position:0px 0px;}
.getDirections-panel .dir-tm a.kd-button-mid{ background-position:-50px 0px;}
.getDirections-panel .dir-tm a.kd-button-right{ background-position:-100px 0px;}
.getDirections-panel .dir-tm a.kd-button-left.current{ background-position:0px -28px;}
.getDirections-panel .dir-tm a.kd-button-mid.current{ background-position:-50px -28px;}
.getDirections-panel .dir-tm a.kd-button-right.current{ background-position:-100px -28px;}
.getDirections-panel .filed-address{ width:259px; height:86px; background:url(images/address.jpg) no-repeat; position:relative;}
.getDirections-panel .filed-address input{ width:200px; height:20px; border:1px solid #e8e8e8; background:#e8e8e8; position:absolute; left:55px; top:10px; outline:none;}
.getDirections-panel .filed-address .address2{ top:57px;}

.suggestRoute-panel,.viewCafe-panel{ padding:11px 12px 14px 50px; height:320px; background:url(images/space-white80.png) repeat;}
.btn-searchAgain{ display:block; width:267px; height:43px; background:url(images/btn-searchAgain.png) no-repeat; margin:23px 0px 0px 43px;}
#mycustomscroll{ height:320px;}
#mycustomscroll h5{ font-size:16px; font-weight:bold; padding:20px 0px 20px;}
#mycustomscroll .target-panel{ font-size:14px; font-weight:bold; padding-left:30px; position:relative; line-height:16px; margin-bottom:15px;}
#mycustomscroll .target-panel span{ display:block; width:20px; height:35px; background:url(images/target.jpg) no-repeat; position:absolute; left:0px; top:0px;}
#mycustomscroll ol{ list-style:decimal; margin-left:26px; font-size:13px; *margin-left:28px;}
#mycustomscroll ol li{ list-style:decimal; padding:3px 0px;}
#mycustomscroll ol li span{ display:inline-block; padding-left:20px;}

.cafaFinder-panel{ padding:10px 83px 26px 43px; background:url(images/space-white80.png) repeat; margin-bottom:19px;}
.cafaFinder-panel h3{ font-size:22px; color:#000; margin-bottom:14px;}
.cafaFinder-panel .filed-search{ width:287px; height:39px; background:#dddddd; position:relative;}
.cafaFinder-panel .text-search{ width:228px; height:20px; border:1px solid #dddddd; position:absolute; left:15px; top:8px; background:#dddddd;font-family: 'Open Sans', sans-serif; font-size:13px; color:#444; line-height:20px;}
.cafaFinder-panel .btn-search{ width:24px; height:24px; border:none; cursor:pointer; background:url(images/icon_search2.png) no-repeat; position:absolute; top:8px;}
#mycustomscroll02{ height:420px;}
#mycustomscroll02 ul li{ padding:28px 0px 0px; line-height:25px;}
#mycustomscroll02 ul li p{ margin-bottom:0px; padding-bottom:0px;}
#mycustomscroll02 ul li a{ color:#004c66;}
.viewCafe-panel{ height:420px;}

/*search new css 2013-10-17*/
.top-section3 {
	padding-bottom:0;
}
.top-section3 .top-section-text {width:48%;}
.top-section-loaction{
	width:48%;
	float:right;
	background:url(images/space-white50.png) repeat;
	padding:20px 0px 20px;
	font-size:13px;
	color:#444;
	position:relative;
}
.top-section-loaction h4 {
	font-size:17px;
	color:#222;
	text-align:center;
	margin-bottom:24px;
}
.top-section-loaction li {
	width:155px;
	height:72px;
	overflow:hidden;
	float:left;
	padding-left:104px;
	position:relative;
	margin-bottom:12px;
}
.top-section-loaction li .picshow {
	overflow:hidden;
	position:absolute;
	left:11px;
	top:8px;
}
.map{
	float:right;
	overflow:hidden;
	border:3px solid #cbc6c6;
	position:relative; width:738px; height:575px;
}
.map img{display:block;}
/*.map-popup {
	width:297px;
	padding-bottom:22px;
	background:url(images/map-shadow-b.png) no-repeat center bottom;
	position:absolute;
	left:190px;
	top:220px;
}
.map-popup .inner01 {
	padding-right:8px;
	background:url(images/map-shadow-r.png) no-repeat right top;
}
.map-popup .inner02 {
	padding:16px 14px 20px 22px;
	background:#fff;
	font-size:13px;
	color:#444;
}
.map-popup .inner02 p {
	margin-bottom:0px;
}
.map-popup .inner02 a {
	color:#004c66;
}*/
.viewCafe-panel {
	padding:0 12px 14px 0;
	height:320px;
	background:url(images/space-white80.png) repeat;
}
.btn-searchAgain {
	display:block;
	width:267px;
	height:43px;
	background:url(images/btn-searchAgain.png) no-repeat;
	margin:23px 0px 0px 43px;
}
#mycustomscroll {
	height:320px;
}
#mycustomscroll h5 {
	font-size:16px;
	font-weight:bold;
	padding:20px 0px 20px;
}
#mycustomscroll .target-panel {
	font-size:14px;
	font-weight:bold;
	padding-left:30px;
	position:relative;
	line-height:16px;
	margin-bottom:15px;
}
#mycustomscroll .target-panel span {
	display:block;
	width:20px;
	height:35px;
	background:url(images/target.jpg) no-repeat;
	position:absolute;
	left:0px;
	top:0px;
}
#mycustomscroll ol {
	list-style:decimal;
	margin-left:26px;
	font-size:13px;
*margin-left:28px;
}
#mycustomscroll ol li {
	list-style:decimal;
	padding:3px 0px;
}
#mycustomscroll ol li span {
	display:inline-block;
	padding-left:20px;
}
.cafaFinder-panel {
	padding:0 0 26px 0;
	background:url(images/space-white80.png) repeat;
	margin-bottom:20px;
}
.cafaFinder-panel h3 {
	font-size:22px;
	color:#000;
}
.cafaFinder-panel .filed-search {
	width:310px;
	height:39px;
	background:#dddddd;
	position:relative;
}
.cafaFinder-panel .text-search {
	width:170px;
	height:20px;
	border:1px solid #dddddd;
	position:absolute;
	left:15px;
	top:8px;
	background:#dddddd;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#444;
	line-height:20px;
}
.cafaFinder-panel .btn-search {
	width:24px;
	height:24px;
	border:none;
	cursor:pointer;
	background:url(images/icon_search2.png) no-repeat;
	position:absolute;
	right:5px;
	top:8px;
}
#mycustomscroll02 {
	height:420px;
}
#mycustomscroll02 ul li {
	padding:18px 20pxpx 0px;
	line-height:25px;
}
#mycustomscroll02 ul li p {
	margin-bottom:0px;
}
#mycustomscroll02 ul li a {
	color:#004c66;
}
.viewCafe-panel {
	height:420px;
}
.col-5 {
	width:30%;
	float:left;
}


/************ Find Us **************/
.location{
	background:url(images/sepLong.png) no-repeat 0 0;
	padding-top:30px;
	margin-bottom:10px;
	overflow:hidden;
}
.locationTop{background:none;padding:0;}
.location .desc{
	width:30%;
	float:left;
}
.location h5{
	font-size:13px;
	text-transform:uppercase;
	padding-bottom:10px;
}
.location ul{
	float:right;
	width:733px;
}
.location ul li{
	float:left;
	margin-left:14px;
	width:133px;
	background:#fff;
	padding:25px 15px 5px 20px;
	margin-bottom:14px;
}
.location ul.local li{width:315px;}
.location div.international ul li{width:315px;min-height:210px;}
.location ul li img{float:left;padding-right:15px;}

.ninja-forms-response-msg{
	color:#f00;
}
.ninja-forms-form-wrap {
	padding-top:20px
}
.ninja-forms-form-wrap .submit-wrap{
	padding-bottom:40px;
	margin-left:250px;
	margin-bottom:40px;
}
.ninja-forms-form label{
	width:250px;
	float:left;
}
.ninja-forms-form input{
	float:left
}
.ninja-forms-form .field-wrap{
	clear:both;
	width:100%;
	float:left;
	padding:5px 0 5px 0;
}
.ninja-forms-form select,
.ninja-forms-form textarea,
.ninja-forms-form input{
	font-size: 14px;
	line-height:19px;
	font-family: 'Open Sans',sans-serif;
	font-weight:normal;
}
#ninja_forms_required_items{
	padding-bottom:16px;
}
.ninja-forms-form textarea{
	width:300px;
	height:100px;
}
.postDetail ul{
	padding:0 0 0 20px;
	margin:0 0 25px 0;
}
.postDetail ul li{
	padding:0 0 0 5px;
	margin:0 0 7px 0;
	list-style:disc;
}
ul.bxslider{
	padding:0;
	margin:0;
}
ul.bxslider li{
	padding:0;
	margin:0;
	list-style:none;
}
div.category-intro{
	font-size:15px;
	line-height:25px;
	color:#1F1F1F;
}
.widthclass{ width:950px; }


/*tank 20131029 start*/
	.cf-promo{
		background-image:url(images/profiler/feature-panel.png);
		width:184px;
		height:180px;
		float:right;
		margin:-80px 0 20px 40px;
		color:#fff;
		padding:55px 50px 0 50px;
		font-size:15px;
		line-height:23px;
		font-family:'feijoa_otregular';
		text-align:center;
	}
	.cf-promo a{
		color:#fff;
	}
	.cf-step{
		background-color:#fff;
		width:260px;
		height:174px;
		margin-bottom:30px;
		padding:30px 0 0 0;
	}
	.cf-step h3{
		background:url(images/profiler/header-line.jpg) left top repeat-y;
		width:186px;
		padding:8px 0 8px 0;
		text-align:center;
		margin:0 auto 0px;
		font-size:18px;
		line-height:25px;
		text-transform:uppercase;
		font-family:'feijoa_otregular';
	}
	.cf-step p{
		width:186px;
		padding:8px 0 8px 0;
		text-align:center;
		margin:0 auto;
		font-size:15px;
		line-height:23px;
	}
	.clearboth-cf{
		clear:both;
	}
	.cf-step-select-1 li{
		float:left;
		width:99px;
		padding:10px 10px 4px 0;
	}
	.cf-left{
		float:left;
		width:280px;
	}
	.cf-right{
		float:left;
		width:770px;
	}
	.cf-step-select-1 li img{
		margin:0 0 10px 5px;
	}
	.cf-step-select-1 li a{
		text-align:center;
		font-size:13px;
		line-height:22px;
		color:#333333;
		width:99px;
		background-color:#fff;
		display:block;
		padding:3px 0 4px 0;
		cursor:hand;
		cursor:pointer;
	}
	.cf-step-select-1 li a:hover{
		color:#fff;
		background-color:#333333;
		text-decoration:none;
	}
	.cf-step-select-4 a.selected,
	.cf-step-select-1 a.selected{
		color:#fff;
		background-color:#333333;
		text-decoration:none;
	}
	.cf-step-select-2{
		background-image:url(images/profiler/slider-bar.png);
		width:810px;
		height:124px;
		margin-top:75px;
		position:relative;
	}
	.cf-step-select-3{
		background-image:url(images/profiler/slider-bar-2.png);
		width:810px;
		height:201px;
		margin-top:85px;
		position:relative;
		background-repeat:no-repeat;
	}
	img.slider-1{
		position:absolute;
		top:70px;
		left:407px;
	}
	img.slider-2{
		position:absolute;
		top:118px;
		left:407px;
	}
	div.size-big{
		position:absolute;
		top:130px;
		left:15px;
		font-size:13px;
		line-height:22px;
	}
	div.size-medium{
		position:absolute;
		top:130px;
		left:395px;
		font-size:13px;
		line-height:22px;
	}
	div.size-light{
		position:absolute;
		top:130px;
		right:4px;
		font-size:13px;
		line-height:22px;
	}
	div.milk-yes{
		position:absolute;
		top:178px;
		left:15px;
		font-size:13px;
		line-height:22px;
	}
	div.milk-dash{
		position:absolute;
		top:178px;
		left:395px;
		font-size:13px;
		line-height:22px;
	}
	div.milk-none{
		position:absolute;
		top:178px;
		right:4px;
		font-size:13px;
		line-height:22px;
	}
	.cf-step-select-4{
		margin-top:80px;
	}
	.cf-step-select-4 a{
		text-align:center;
		font-size:13px;
		line-height:22px;
		background-color:#fff;
		display:block;
		padding:3px 17px 4px 17px;
		cursor:hand;
		cursor:pointer;
		float:left;
		margin:0 10px 10px 0;
	}
	.cf-step-select-4 a:hover{
		color:#fff;
		background-color:#333333;
		text-decoration:none;
	}
	a#size_large{
		position:absolute;
		top:0px;
		left:10px;
		display:block;
		width:95px;
		height:150px;
		cursor:pointer;
		cursor:hand;
	}
	a#size_medium{
		position:absolute;
		top:50px;
		left:355px;
		display:block;
		width:130px;
		height:100px;
		cursor:pointer;
		cursor:hand;
	}
	a#size_small{
		position:absolute;
		top:15px;
		right:0px;
		display:block;
		width:115px;
		height:140px;
		cursor:pointer;
		cursor:hand;
	}
	.cf_submit{
		border:0;
		margin:30px 0 40px 0;
		padding:0;
		background-image:url(images/profiler/button-show-me.png);
		width:187px;
		height:44px;
		float:right;
		cursor:hand;
		cursor:pointer;
	}
	a#milk_large{
		position:absolute;
		top:0px;
		left:10px;
		display:block;
		width:105px;
		height:200px;
		cursor:pointer;
		cursor:hand;
	}
	a#milk_medium{
		position:absolute;
		top:0px;
		left:355px;
		display:block;
		width:130px;
		height:200px;
		cursor:pointer;
		cursor:hand;
	}
	a#milk_small{
		position:absolute;
		top:15px;
		right:0px;
		display:block;
		width:115px;
		height:200px;
		cursor:pointer;
		cursor:hand;
	}
/** tank 20131029 end*/

.dec.bblarge{
	cursor:hand;
	cursor:pointer;
}
.widthclass{
	width:1110px;
}

.distance{
	background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    height: 37px;
    position: absolute;
    right:30px;
    top: 1px;
	border-left:1px solid #fff;
	padding-left: 10px;
	width:70px;
}

.distance select{background: none repeat scroll 0 0 #DDDDDD;margin-top: 8px; border:none;}

@media screen and (min-width: 600px) {
#wrapper{min-width:1173px;}
}


.locationList.machines-new .item a{
	line-height:18px;
	padding:40px 0 40px 0;
	height:30px;

}


/* WHOLESALE */
.video-embed .h_iframe{
	position:relative; padding-top: 56%;
}
.video-embed .h_iframe iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
table.content-table{
	margin:0 0 20px 0;
}
table.content-table td{
	padding:4px;
	vertical-align:top;
}
@media screen and (max-width: 600px) {
	.mobile-spacer h1{
		padding-left:0;
		margin-top:-40px;
	}
	.mobile-spacer{
		padding:0 20px 0 20px;
	}
}
.col-4 h4{
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:14px;
}
.col-4 h2{
	font-size:22px;
	line-height:24px;
	margin:0 0 10px 0;
}
.col-4 p{
	line-height:18px;
	margin:0 0 22px 0;
	padding:0;
}
.col-4.larger-text{
	font-size:15px;
	line-height:23px;
}
.col-4.larger-text li,
.col-4.larger-text p{
	font-size:15px;
	line-height:23px;
}
.col-4 ul{
	padding:0 0 0 20px;
	margin:0 0 20px 0;
}
.col-4 ol{
	padding:0 0 0 20px;
	margin:0 0 20px 0;
}
.col-4 ul li{
	list-style:disc;
	padding:0;
	padding:0 0 5px 0;
	line-height:18px;
}
.col-4 ol li{
	padding:0;
	padding:0 0 5px 0;
	list-style:lower-roman;
	line-height:18px;
}
.ninja-forms-field-error{
	color:#f00;
}
/* WHOLESALE */



.col-1.postDetail ol {
	margin:0 0 0 26px;
}
.col-1.postDetail ol li{
	list-style:decimal;
	padding:0 0 5px 0;
}




/* NEW HOMEPAGE */ 
.logo{
	background:url("images/logo-new.png") no-repeat left top;
	width:225px;
	height:122px;
	display:block;
	position:absolute;
	left:0;
	top:-1px;
}
@media screen and (max-width:480px) {
	.logo{
		position:relative;
		margin:0 auto;
		top:20px;
	}
	#header .top {
		padding:50px 15px 0;
		text-align: left;
	}
}
.home-container{
	background:url("images/slider-bg.jpg") repeat-x left bottom;
	width:100%;
	overflow: hidden;
}
.home-bg{
	width:100%;
	overflow:hidden;
	position:relative;
	height:474px;
}
img.home-bg-image{
	width:100%;
	height:auto;
	min-height:474px;
	position:relative;
}
@media screen and (max-width:1280px) {
	img.home-bg-image{
		height:474px;
		width:auto;
		min-width:1280px;
		min-height:474px;
	}
}
.home-bg h1{
	position:absolute;
	width:400px;
	left:50%;
	font-size:33px;
	line-height:45px;
	text-align:center;
	color:#fff;
	margin-left:-200px;
	padding:0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	top:175px;
}
.bx-slideshow{
	width:840px; 
	margin:-45px auto 0;
	height:400px;
}
@media screen and (max-width:480px) {
	img.home-bg-image{
		margin-left:-300px;
	}
	.home-bg h1{
		width:300px;
		margin-left:-150px;
		font-size:32px;
		line-height:42px;
		padding:0 25px 0 25px;
		box-sizing:border-box;
	}
	.bx-slideshow{
		height:600px;
	}
}
.bx-slideshow img{
	border:3px solid #20211e;
	float:left;
	margin-bottom:45px;
}
.bx-slideshow .bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("images/slide-arrow-left.png") no-repeat scroll 0 0;
    left:-45px;
	width:13px;
	height:21px;
	top:180px;
	z-index:999;
}
.bx-slideshow .bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url("images/slide-arrow-right.png") no-repeat scroll 0 0;
    right:-20px;
	width:13px;
	height:21px;
	top:180px;
	z-index:999;
}
.bx-slideshow .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-slideshow .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: rgba(0, 0, 0, 0) url("images/slider-pagination.png") no-repeat scroll 0 0;
	width:14px;
	height:14px;
}
.bx-slideshow .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(0, 0, 0, 0) url("images/slider-pagination.png") no-repeat scroll 0 -14px;
    display: block;
	width:14px;
	height:14px;
    margin: 0 4px;
    outline: 0 none;
    text-indent: -9999px;
}
.bx-slideshow .bx-wrapper .bx-pager, .bx-slideshow .bx-wrapper .bx-controls-auto {
    top:0px;
    position: absolute; 
    left:520px;
	text-align:left;
	height:30px;
}
.bx-slideshow .bx-wrapper .bx-pager{
	padding-top:15px;
}
@media screen and (max-width:480px) {
	.bx-slideshow .bx-wrapper .bx-pager, .bx-slideshow .bx-wrapper .bx-controls-auto {
    	left:25px;
		top:210px;
	}
}
.home-slide-right{
	float:left;
	width:270px;
	padding-left:26px;
	padding-top:56px;
}
@media screen and (max-width:480px) {
	.bx-slideshow{
		width:300px; 
		margin:-45px auto 0;
	}
	.bx-slideshow img{
		float:left;
		margin-bottom:45px;
		width:98%;
	}
	.bx-slideshow .bx-wrapper .bx-prev {
		display:none;
	}
	.bx-slideshow .bx-wrapper .bx-next {
		display:none;
	}
	.home-slide-right{
		padding-top:25px;
	}
}
.home-slide-right h3{
	color:#fff;
	font-size:24px;
	line-height:32px;
	margin-bottom:16px;
}
.home-slide-right p{
	color:#fff;
	font-size:14px;
	line-height:24px;
	font-style:italic;
}
.home-slide-right p.learn-more{
}
.home-slide-right p.learn-more a{
	color:#fff;
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;
	font-weight:600;
	font-style:normal;
}
.grid-item { 
	width:304px; 
	border:3px solid #cbc6c6;
	position:relative;
}
.home-masonry{
	width:970px;
	margin:50px auto 30px;
}
@media screen and (max-width:480px) {
	.home-masonry{
		width:320px;
		margin:0 auto 30px;
	}
}
.home-masonry h3{
	font-size:19px;
	line-height:26px;
	text-align:center;
	font-family:'feijoa_otregular';
	padding:5px 10px 0 10px;
	margin:0 0 8px 0;
}
.home-masonry p{
	font-size:13px;
	line-height:22px;
	font-style:italic;
	color:#1a1918;
	margin:0;
	padding:0 0 5px 0;
	text-align:center;
}
.home-masonry a{
	background-color:#1a1918;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	padding:15px 20px 0 20px;
	width:100%;
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	height:50px;
	display:block;
	font-weight:600;
}
.home-masonry a:hover{
	text-decoration:none;
	color:#ccc;
}
.grid-mask{
	background-image:url(images/grid-mask.png);
	padding:10px 10px 10px 10px;
	position:absolute;
	bottom:50px;
	width:100%;
	box-sizing:border-box;
}
.home-optin{
	margin-bottom:0;
}
.center-outer{
	float:right;
	right:50%;
	position:relative;
}
.center-inner{
	float:right;
	right:-50%;
	position:relative;
}
.grid-sizer{
	margin:0 8px 16px 8px;
}
.grid-item {
  float: left;
  width:300px;
	margin:0 8px 16px 8px;
}
.home-instagram{
	width:990px;
	margin:0 auto;
}
.home-instagram h2{
	padding:0;
	margin:0 0 10px 10px;
	float:left;
}
p.home-instagram-right{
	float:right;
	padding:9px 0 0; 
	margin:0 10px 0 0;
	font-weight:600;
}
#sb_instagram img{
	border:1px solid #c2c1c1;
}
.home-instagram-outer{ 
	background-image:url(images/instagram-bg.png);
	padding:36px 0 10px 0;
}
@media screen and (max-width:480px) {
	.home-instagram{
		text-align:center;
		width:280px;
	}
	p.home-instagram-right{
		float:none;
		clear:left;
		text-align:left;
		padding:5px 0 0; 
		margin:0 0 0 10px;
	}
}
.home-optin{
	width:990px;
	margin:0 auto;
	padding:20px 0 40px 0;
}
.home-strip{
	background-image:url(images/home-strip.png);
	height:16px; 
}
.home-optin h2{
	font-size:29px;
	line-height:40px;
	text-align:center;
	font-family:'feijoa_otregular';
	padding:0;
	margin:0 0 15px 0;
}
.home-optin p{
	font-style:italic;
	text-align:center;
	font-size:13px;
	line-height:18px;
}
.home-optin .mc4wp-form input[type="text"],
.home-optin .mc4wp-form input[type="email"],
.home-optin input.field{
	border:1px solid #1a1918;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	width:160px;
	padding:10px 10px 10px 10px;
	font-style:italic;
	margin:0 2px 0 2px;
}
.home-optin input.submit{
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	width:80px;
	background-color:#1a1918;
	color:#fff;
	padding:10px 10px 10px 10px;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
	margin:0 2px 0 2px;
}
.home-optin .mc4wp-form label{
	display:none;
}
.home-optin .mc4wp-form p{
	display:inline-block;
	vertical-align:top;
	margin:0;
	padding:0;
}

.home-optin .mc4wp-form input[type="submit"], .home-optin .mc4wp-form button, .home-optin .mc4wp-form input[type="button"] {
	text-transform:uppercase;
}
@media screen and (max-width:480px) {
	.home-optin-outer{
		width:100%;
	}
	.home-optin{
		width:240px;
		margin:0 auto;
	}
	.home-optin input.submit,
	.home-optin input.field{
		width:100%;
		margin-bottom:5px;
		box-sizing:border-box;
	}
	.home-optin .mc4wp-form input[type="text"],
	.home-optin .mc4wp-form input[type="email"],
	.home-optin input.field{
		width:260px;
		margin:0 2px 10px 2px;
	}
}
.video-icon{
	position:absolute;
	right:-25px;
	top:-36px;
	background:url(images/video-icon.png);
	width:128px;
	height:130px;
}
.video-icon-mobile{
	position:absolute;
	right:-25px;
	top:-36px;
	background:url(images/video-icon.png);
	width:128px;
	height:130px;
	display:none;
}
@media screen and (max-width:480px) {
	.video-icon{
		display:none;
	}
	.video-icon-mobile{
		display:block;
	}
}
.mobile-slide-image{
	margin-left:160px;
}
@media screen and (max-width:480px) {
	.mobile-slide-image{
		margin-left:28px;
		height:197px;
		width:auto!important;
	}
}
/* NEW HOMEPAGE */ 


img.alignleft{
	float:left;
	margin:0 20px 20px 0;
}
.postDetail h1,
.postDetail h2,
.postDetail h3,
.postDetail h4,
.postDetail ul,
.postDetail ol{
	clear:none;
}
.postDetail ol li,
.postDetail ul li{
	position:relative;
	left:20px;
	margin-right:30px;
	padding-bottom:20px;
}
.col-1.postDetail ol li {
	padding-bottom:20px;
}
@media screen and (max-width:480px) {
	img.alignleft{
		float:none;
		margin:0 0 20px 0;
	}
}








