/* font */

@import url("//hello.myfonts.net/count/2c77ab");

@font-face {
	font-family: 'Effra-Light';
	src: url('../font/2C77AB_0_0.eot');
	src: url('../font/2C77AB_0_0.eot?#iefix') format('embedded-opentype'),
	url('../font/2C77AB_0_0.woff2') format('woff2'),
	url('../font/2C77AB_0_0.woff') format('woff'),
	url('../font/2C77AB_0_0.ttf') format('truetype');
}

@font-face {
	font-family: 'Effra-LightItalic';
	src: url('../font/2C77AB_1_0.eot');
	src: url('../font/2C77AB_1_0.eot?#iefix') format('embedded-opentype'),
	url('../font/2C77AB_1_0.woff2') format('woff2'),
	url('../font/2C77AB_1_0.woff') format('woff'),
	url('../font/2C77AB_1_0.ttf') format('truetype');
}

@font-face {
	font-family: 'Effra-Medium';
	src: url('../font/2C77AB_2_0.eot');
	src: url('../font/2C77AB_2_0.eot?#iefix') format('embedded-opentype'),
	url('../font/2C77AB_2_0.woff2') format('woff2'),
	url('../font/2C77AB_2_0.woff') format('woff'),
	url('../font/2C77AB_2_0.ttf') format('truetype');
}

@font-face {
	font-family: 'Effra-MediumItalic';
	src: url('../font/2C77AB_3_0.eot');
	src: url('../font/2C77AB_3_0.eot?#iefix') format('embedded-opentype'),
	url('../font/2C77AB_3_0.woff2') format('woff2'),
	url('../font/2C77AB_3_0.woff') format('woff'),
	url('../font/2C77AB_3_0.ttf') format('truetype');
}

@font-face {
    font-family: 'merriweatherlight_italic';
    src: url('../font/merriweather-lightitalic-webfont.eot');
    src: url('../font/merriweather-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/merriweather-lightitalic-webfont.woff2') format('woff2'),
    url('../font/merriweather-lightitalic-webfont.woff') format('woff'),
    url('../font/merriweather-lightitalic-webfont.ttf') format('truetype'),
    url('../font/merriweather-lightitalic-webfont.svg#merriweatherlight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merriweatherlight';
    src: url('../font/merriweather-light-webfont.eot');
    src: url('../font/merriweather-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/merriweather-light-webfont.woff2') format('woff2'),
    url('../font/merriweather-light-webfont.woff') format('woff'),
    url('../font/merriweather-light-webfont.ttf') format('truetype'),
    url('../font/merriweather-light-webfont.svg#merriweatherlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merriweatherbold';
    src: url('../font/merriweather-bold-webfont.eot');
    src: url('../font/merriweather-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/merriweather-bold-webfont.woff2') format('woff2'),
    url('../font/merriweather-bold-webfont.woff') format('woff'),
    url('../font/merriweather-bold-webfont.ttf') format('truetype'),
    url('../font/merriweather-bold-webfont.svg#merriweatherbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merriweatherbold_italic';
    src: url('../font/merriweather-bolditalic-webfont.eot');
    src: url('../font/merriweather-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/merriweather-bolditalic-webfont.woff2') format('woff2'),
    url('../font/merriweather-bolditalic-webfont.woff') format('woff'),
    url('../font/merriweather-bolditalic-webfont.ttf') format('truetype'),
    url('../font/merriweather-bolditalic-webfont.svg#merriweatherbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

.category-landing .toolbar {
	display:none;
}

/* Secondary Landing Page */
.category-tabs-wrapper {
	background:#402b43;
	margin-bottom:2px;
	position:relative;
}
.category-tabs-toggle{
	display: none;
}
.category-tabs {
	max-width:1180px;
	margin:0 auto;
	color:#423943;
	font-size:16px;
	line-height:normal;
	font-family:'Effra-Light';
	text-align:center;
}

.category-tabs li {
	display:inline-block;
	vertical-align:top;
}

.category-tabs li a {
	color:#fff;
	display:block;
	padding:0 20px;
	text-decoration:none;
}

.category-tabs li a:hover,
.category-tabs li.active a  {
	color:#69257d;
	background:#f1f2f6;
}
.secondary-landing {
	color:#423943;
	font-size:14px;
	line-height:20px;
	font-family:'Effra-Light';
	border-top:1px solid #e8e3dd;
}

.secondary-landing .devider {
	width:100%;
	height:1px;
	background:#e8e3dd;
}

.secondary-landing .category-products,.secondary-landing .sub-categories {
	max-width:1200px;
	margin:30px auto;
}

.secondary-landing .category-products:after,.secondary-landing .sub-categories:after {
	content:'';
	display:block;
	clear:both;
}

.secondary-landing .sub-categories > li {
	float:left;
	width:33.3%;
}

.secondary-landing .sub-categories .more-info {
	display:block;
	margin-top:20px;
	text-transform:uppercase;
	font-size:16px;
	color:#69257d;
}

.secondary-landing .sub-categories .more-info a {
	vertical-align:text-bottom;
}

.secondary-landing .sub-categories li .cat-item-inner {
	padding:10px;
}

.secondary-landing .sub-categories li .cat-img {
	overflow:hidden;
	height:260px;
	position:relative;
	text-align:center;
}
.secondary-landing .sub-categories li .cat-img a{
	display:block;
	margin:0;
	width:100%;
	height:100%;
}

.secondary-landing .sub-categories li .cat-img img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-height: 100%;
    margin: 0 -9999px;
}
.secondary-landing .sub-categories li .cat-detail{
	height: 100px;
	overflow: hidden;
}

.secondary-landing .sub-categories h2 {
	font-size:24px;
	text-transform:none;
	margin-top:20px;
	margin-bottom:15px;
}

.secondary-landing .category-products {
	background:none;
	padding: 0;
}

.secondary-landing .category-products > li {
	float:left;
	width:16.66%;
}

.secondary-landing .category-products h3.product-name {
	font-size:16px;
	line-height:22px;
	text-transform:none;
	margin:15px 0 10px;
}

.secondary-landing .category-products li .product-item-inner {
	padding:10px;
}

.secondary-landing .category-products li .prod-img {
	position:relative;
}

.secondary-landing .category-products li .prod-img img {
	width:100%;
}

.secondary-landing .category-products .more-info {
	text-transform:uppercase;
	color:#69257d;
	margin-top:15px;
	display:block;
}

.secondary-landing .category-products .more-info span.arrows {
	vertical-align:text-bottom;
}
.secondary-view.packages-include{
	padding-bottom: 24px;
}
.category-tabs-wrapper .category-tabs li.link-name{
	display: none;
}

.clear {
	clear:both;
}

.category-islands .toolbar {
	display:none;
}

.main-container .category-islands {
	max-width:1180px;
	margin:50px auto 0;
	color:#423943;
	font-size:14px;
	line-height:20px;
	font-family:'Effra-Light';
}

.main-container .category-islands .islands-list {
	float:left;
	width:580px;
	padding-bottom:50px;
}

.main-container .category-islands .islands-list .islands-img {
	overflow:hidden;
	height:300px;
	position:relative;
}
.main-container .category-islands .islands-list .islands-img > a{
	display: block;
	height:100%;
	width:100%;
	text-align:center;
}

.main-container .category-islands .islands-list .islands-img img{
	display:inline-block;
	vertical-align:top;
	width:auto;
	max-height:100%;
	margin:0 -9999px;
}

.main-container .category-islands .islands-list:first-child {
	margin-right:20px;
}

.main-container .category-islands .islands-list:nth-child(odd) {
	margin-right:20px;
}

.main-container .category-islands h2 {
	font-family:'Effra-Light';
	padding:20px 0;
	margin:0;
	line-height:16px;
	position: relative;
}

.main-container .category-islands h2 a {
	color:#69257d;
	text-decoration:none;
	font-weight:700;
}

.main-container .category-islands h2 a:hover {
	color:#69257d;
}
.main-container .category-islands h2 a:hover .underline-me{
	text-decoration: underline;
}

.main-container .category-islands .islands-detil {
	margin-bottom:20px;
}

.main-container .category-islands h3 {
	font-size:18px;
	font-family:'Effra-Light';
	font-weight:700;
	text-transform:none;
	color:#69257d!important;
	margin:0 0 10px!important;
}

.main-container .category-islands strong {
	color:#69257d;
	text-decoration:none;
}

.main-container .islands-category-pro .pro-list {
	width:193px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	float:left;
}

.main-container .islands-category-pro .pro-list a {
	background:#F1F2F6;
	display:block;
	padding:0 10px;
	max-height:40px;
	overflow:hidden;
	color:#716b72;
	line-height:40px;
	text-decoration:none;
}

.main-container .islands-category-pro .pro-list a:hover {
	color:#69257d;
	/* text-decoration: underline; */
	background: #e9e4ed;
}

.main-container .islands-category-pro .pro-list {
	width:193px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	float:left;
}

.main-container .islands-category-pro .pro-list a {
	background:#f4f1f6;
	display:block;
	padding-left:15px;
	color:#716b72;
	line-height:40px;
	text-decoration:none;
}

.inner-seo {
	background:url(../images/innerseo_bg.jpg) center 3px no-repeat;
	height:420px;
	width:100%;
	border-top:1px solid #e8e3dd;
	padding-top:3px;
	position:relative;
	z-index:100;
}

.inner-seo-wrapper {
	position:relative;
	margin:117px auto 0;
	max-width:980px;
	background:rgba(66,57,67,0.7);
	font-family:merriweatherlight;
	padding:22px 30px 80px;
	color:#fff;
	line-height:24px;
}

.inner-seo-wrapper .open-bt {
	content:'';
	cursor:pointer;
	position:absolute;
	background:url(../images/seo_icon.png) left top no-repeat;
	bottom:30px;
	left:30px;
	width:25px;
	height:25px;
}
.inner-seo-wrapper .open-bt:hover{
	opacity: 0.5;
}

.inner-seo-wrapper.open .open-bt {
	background-position:left bottom;
}

.inner-seo h2 {
	color:#fff;
	font-weight:700;
	font-family:effra-light;
	text-transform:none;
}

/*===product-image-thumbs===*/
.more-view .scroll-gallery,
.owl-carousel {
	z-index:2;
}

.owl-carousel .owl-wrapper-outer {
	margin:0 -2px;
}
.more-view  .scroll-gallery .bx-wrapper{position:relative;}
.more-view .scroll-gallery .bx-viewport{
	position:relative;
	overflow:hidden;
}
.more-view .scroll-gallery .gallery-list{
	width:99999px;
	margin:0 -99999px 0 0;
}
.owl-carousel .owl-wrapper-outer .mview-thumb {
	height:100%!important;
	padding:0 1px;
}

.more-view .scroll-gallery li{float:left;}

.more-view .scroll-gallery a{
	display:block;
	padding:0 1px;
}

.owl-carousel .owl-wrapper-outer .owl-item .thumb-link {
	position:relative;
}
.thumb-link img{
	width:100%;
	height:auto;
}
/*
.owl-carousel .owl-wrapper-outer .owl-item .thumb-link:after {
	display:none;
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:1px solid #ffcf43;
}

.owl-carousel .owl-wrapper-outer .owl-item .thumb-link:hover:after {
	display:block;
}
*/

.owl-carousel .owl-wrapper-outer .owl-item .thumb-link img {
	width:100%;
/*border:1px solid #fff;*/
}

/*.owl-carousel .owl-wrapper-outer .owl-item .thumb-link img:hover{ border:1px solid #ffcf43;}*/
.more-view{
	overflow:hidden;
}
.more-view-wrapper{
	overflow:hidden;
}
.video-thumbnails{float:right;}
.video-thumbnails li{
	padding:0 0 0 2px;
	float:left;
	height:0;
}
.video-thumbnails a{
	display:block;
	height:100%;
	position:relative;
}
.video-thumbnails a:after{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	width:50px;
	height:38px;
	margin:-19px 0 0 -25px;
	opacity:0.6;
}

.video-thumbnails .play-button{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -40px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 2px 10px 3px;
	background: rgba(105, 37, 126, 0.8);
	z-index: 1;
}



.video-thumbnails .play-button:hover{
	background: rgba(105, 37, 126, 1);
}
.video-thumbnails .play-button > span{
	display: inline-block;
	vertical-align: middle;
}
.video-thumbnails .play-button > span.icon{
	background: #fff;
	width: 18px;
	height: 18px;
	border-radius: 20px;
	margin-left: 5px;
	position: relative;
}
.video-thumbnails .play-button > span.icon:after{
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 8px solid #69257d;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3px;
	margin-top: -4px;
}

.video-thumbnails img{
	width:auto;
	height:100%;
}
.owl-carousel .owl-wrapper-outer .mview-thumb a {
	display:block;
}

.product-image-thumbs .owl-controls {
	height:100%;
}

.more-view .bx-prev,
.product-image-thumbs .owl-controls .owl-prev {
	position:absolute;
	left:0;
	bottom:0;
	width:50px;
	height:100%;
	background:rgba(66,57,67,0.7) url(../images/package_pager_02.png) 0 center no-repeat;
	text-indent:-9999em;
}

.more-view .bx-prev.disabled,
.product-image-thumbs .owl-controls .owl-prev.disabled {
	background-position:-50px center;
}

.more-view .bx-next,
.product-image-thumbs .owl-controls .owl-next {
	position:absolute;
	right:0;
	bottom:0;
	width:50px;
	height:100%;
	background:rgba(66,57,67,0.7) url(../images/package_pager.png) 0 center no-repeat;
	text-indent:-9999em;
}
.more-view .bx-prev.disabled:hover,
.more-view .bx-next.disabled:hover,
.product-image-thumbs .owl-controls .owl-next:hover,
.product-image-thumbs .owl-controls .owl-prev:hover{
	background-color: rgba(56,58,66,0.9);
}
.more-view .bx-next.disabled,
.product-image-thumbs .owl-controls .owl-next.disabled {
	background-position:-50px center;
}

.product-img-box .cycle-slideshow {
	display:none;
}

@media (min-width: 703px){
	.category-tabs .more-cats{
		position: relative;
		border-left: 1px solid #fff;
		margin-left: -3px;
	}
	.category-tabs .more-cats:hover > a{
		background: #F1F2F6;
		color: #69257d;
		cursor: pointer;
		
	}
	.category-tabs-wrapper.sticky .category-tabs .more-cats{
		border-left: 1px solid #F1F2F6;
	}
	.category-tabs .more-cats ul{
		position: absolute;
		background: #F1F2F6;
		width: 200px;
		text-align: left;
		right: 0;
		top: 40px;
		z-index: 1;
		display: none;
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	}
	.category-tabs .more-cats:hover ul{
		display: block;
	}
	.category-tabs .more-cats ul li{
		display: block;
		border-bottom: 1px solid #fff;
	}
	.category-tabs-wrapper.sticky .category-tabs .more-cats ul li a,
	.category-tabs .more-cats ul li a{
		color: #69257d;
		font-family: 'merriweatherlight';
		font-size: 12px;
		line-height: 40px;
	}
	.category-tabs li a {
		line-height: 40px;
	}
	
	.category-tabs .more-cats > a > span{
		background: transparent url("../images/menumore_icon.png") no-repeat scroll right -9px;
		padding-right: 13px;
	}
	.category-tabs .more-cats:hover > a > span,
	.category-tabs-wrapper.sticky .category-tabs .more-cats > a > span{
		background: transparent url("../images/menumore_icon.png") no-repeat scroll right 7px;
		padding-right: 13px;
	}
	
	
	.category-tabs .more-cats ul li a:hover{
		text-decoration: underline;
	}
}

@media (max-width: 1200px) {
	
	.col-main .category-islands {
		padding:0 20px;
	}
	
	.main-container .category-islands .islands-list:first-child {
		margin-right:2%;
	}
	
	.main-container .category-islands .islands-list:nth-child(odd) {
		margin-right:2%;
	}
	
	.main-container .category-islands .islands-list {
		width:49%;
		
	}
	
	.main-container .category-islands .islands-list img {
		width:100%;
	}
	
	.main-container .islands-category-pro .pro-list {
		width:50%;
	}
	
	.category-islands .inner-seo {
		background-size:auto 381px;
	}
	
	.category-islands .inner-seo-wrapper {
		margin-top:82px;
		width:728px;
	}
}

@media only screen and (max-width: 1200px)  {
	.category-tabs-wrapper.sticky ul.category-tabs li.link-name a,
	.category-tabs-wrapper.sticky ul.category-tabs li.link-name a:hover{
		padding-left: 20px;
	}
}

/* Tablet */
@media (max-width: 959px) {
	.secondary-landing .category-products > li {
		width:33.3%;
	}
	
	.secondary-landing .category-products h3.product-name {
		height:44px;
		overflow:hidden;
		padding:0;
	}
	
	.secondary-landing .category-products .desc {
		height:80px;
		overflow:hidden;
	}
	
	.secondary-landing .sub-categories > li {
		width:50%;
	}
	.main-container .category-islands .islands-list .islands-img{
		height: 180px;
	}
}
@media (min-width: 960px){
	.category-tabs-wrapper.sticky .category-tabs li.link-name {
		display:inline-block;
		float:left;
	}
	.category-tabs-wrapper.sticky {
		position:fixed;
		width:100%;
		top:48px;
		z-index:101;
		background:#fff;
		-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
		-moz-box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
		box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
	}
	
	.category-tabs-wrapper.sticky .category-tabs {
		text-align:right;
	}
	
	.category-tabs-wrapper.sticky .category-tabs li a {
		color:#393a43;
	}
	
	.category-tabs-wrapper.sticky .category-tabs li.link-name a,.category-tabs-wrapper.sticky .category-tabs li.link-name a:hover {
		color:#9c9ca1;
		padding-left:0;
		background:none;
		font-family:'merriweatherlight_italic';
	}
	.category-tabs-wrapper.sticky .category-tabs li.link-name {
		display:inline-block;
		float:left;
	}
	
}
@media (min-width: 703px) and (max-width: 960px){
	.category-tabs li a{
		padding: 0 9px;
	}
}
@media (min-width: 959px) and (max-width: 1080px){
	.category-tabs-wrapper.sticky .category-tabs li a{
		padding: 0 15px;
	}
}
/* Mobile */
@media (max-width: 702px) {
	.category-description .view-more {
		background-image:url(../images/island_icon_mobile.png);
	}
	
	p.category-image {
		padding:0;
		border:0;
	}
	
	.col-main .category-islands {
		padding:0 10px;
	}
	
	.main-container .category-islands {
	}
	
	.main-container .category-islands .islands-list {
		width:100%;
		/* padding-top:36px; */
		margin-bottom:4px;
	}
	
	.main-container .category-islands .islands-detil {
		line-height:18px;
	}
	
	.main-container .category-islands h2 {
		padding-bottom:16px;
	}
	
	.main-container .category-islands h2 a {
		font-size:21px;
	}
	
	.main-container .category-islands {
		width:100%;
	}
	
	.main-container .islands-category-pro .pro-list {
		width:145px;
	}
	
	.islands-img > img {
		width:100%;
	}
	
	.main-container .islands-category-pro h3 {
		position:relative;
		border-top:1px solid #e8e3dd;
		margin:0!important;
		border-bottom:1px solid #e8e3dd;
		font-size:16px;
		color:#716b72!important;
		padding:12px 0;
	}
	
	.main-container .islands-category-pro h3:after {
		content:'+';
		position:absolute;
		top:7px;
		right:10px;
		font-family:Verdana;
		font-size:18px;
		font-weight:400;
		color:#716b72;
	}
	
	.main-container .islands-category-pro:hover h3:after {
		content:'-';
		font-size:20px;
		right:13px;
	}
	
	.main-container .islands-category-pro .pro-list {
		width:100%;
		display:none;
	}
	.main-container .islands-category-pro .pro-list a{
		background: #fff;
		border-bottom: 1px solid #e8e3dd;
	}
	.main-container .islands-category-pro .pro-list a:hover{
		background: #fff;
	}
	
	.main-container .islands-category-pro:hover .pro-list {
		display:block;
	}
	
	.inner-seo {
		border-top:0;
		padding-top:103px;
	}
	
	.inner-seo-wrapper {
		width:300px!important;
		padding:15px 20px 60px;
		line-height:19px;
		margin-top:0!important;
	}
	
	.inner-seo-wrapper .open-bt {
		left:20px;
		bottom:20px;
	}
	
	.inner-seo h2 {
		font-size:21px;
	}
	
	.inner-seo-wrapper p {
		height:38px;
		overflow:hidden;
	}
	
	.view-is-ac .detail-desc .mobile-tab {
		font-size:16px;
		color:#69257d;
		text-transform:uppercase;
		font-family:'Effra-Light';
		position:relative;
		cursor:pointer;
		padding:11px 10px;
	}
	
	.view-is-ac .detail-desc .mobile-tab.active,.view-is-ac .detail-desc .mobile-tab:hover {
		color:#423943;
	}
	
	.view-is-ac .detail-desc .mobile-tab:after {
		content:'+';
		position:absolute;
		top:7px;
		right:10px;
		font-family:Verdana;
		font-size:18px;
		font-weight:400;
		color:#716b72;
	}
	
	.view-is-ac .detail-desc .mobile-tab.active:after {
		content:'-';
		position:absolute;
		top:7px;
		right:13px;
		font-family:Verdana;
		font-size:18px;
		font-weight:400;
		color:#716b72;
	}
	
	.view-is-cr .detail-desc .mobile-tab {
		font-size:16px;
		color:#69257d;
		text-transform:uppercase;
		font-family:'Effra-Light';
		position:relative;
		cursor:pointer;
		padding:11px 10px;
		background:#fff;
	}
	
	.view-is-cr .detail-desc .mobile-tab.active,.view-is-cr .detail-desc .mobile-tab:hover {
		color:#423943;
	/*background:#f4f4f4;*/
	}
	
	.view-is-cr .detail-desc .mobile-tab:after {
		content:'+';
		position:absolute;
		top:7px;
		right:10px;
		font-family:Verdana;
		font-size:18px;
		font-weight:400;
		color:#716b72;
	}
	
	.view-is-cr .detail-desc .mobile-tab.active:after {
		content:'-';
		position:absolute;
		top:7px;
		right:13px;
		font-family:Verdana;
		font-size:18px;
		font-weight:400;
		color:#716b72;
	}
	
	.product-img-box .more-view .more-view-wrapper .owl-wrapper-outer {
		display:none;
	}
	
	.product-image-thumbs .owl-controls .owl-prev {
		width:50px;
		height:50px;
		left:0;
		bottom:0;
		z-index:999;
		background-position:0 center;
	}
	
	.product-image-thumbs .owl-controls .owl-prev.disabled {
		background-position:-50px center;
	}
	
	.product-image-thumbs .owl-controls .owl-next {
		width:50px;
		height:50px;
		right:0;
		bottom:0;
		z-index:999;
		background-position:0 center;
	}
	
	.product-image-thumbs .owl-controls .owl-next.disabled {
		background-position:-50px center;
	}
	.product-img-box .more-view{
		position:absolute;
		width:100%;
		top:-9999px;
		left:-9999px;
	}
	
	.product-img-box .cycle-slideshow {
		display:block;
		position:relative;
	}
	
	.product-img-box .cycle-slideshow .cycle-item img {
		width:100%;
	}
	
	.product-img-box .cycle-slideshow .cycle-prev {
		position:absolute;
		width:50px;
		height:50px;
		left:0;
		bottom:42px;
		z-index:999;
		background:rgba(66,57,67,0.7) url(../images/package_pager_02.png) -5px center no-repeat;
		text-indent:-9999em;
		cursor:pointer;
	}
	
	.product-img-box .cycle-slideshow .cycle-next {
		position:absolute;
		width:50px;
		height:50px;
		right:0;
		bottom:42px;
		z-index:999;
		background:rgba(66,57,67,0.7) url(../images/package_pager.png) 0 center no-repeat;
		text-indent:-9999em;
		cursor:pointer;
	}
	.product-img-box .cycle-slideshow .cycle-prev:hover,
	.product-img-box .cycle-slideshow .cycle-next:hover{
		background-color: rgba(66,57,67,0.9);
	}
	.secondary-landing{
		border-top: none; 
	}
	.secondary-landing .category-products > li {
		width:50%;
	}
	
	.secondary-landing .sub-categories > li {
		width:100%;
	}
	.secondary-landing .sub-categories li .cat-detail{
		height: auto;
	}
	
	.category-tabs-wrapper{
		background: none;
		padding: 0 10px;
		margin-top: 22px;
	}
	.category-tabs-wrapper ul{
		display: none;
	}
	.category-tabs-toggle{
		display: block;
		border-top: 1px solid #E8E3DD;
		margin: 0px !important;
		border-bottom: 1px solid #E8E3DD;
		font-size: 16px;
		color: #716B72 !important;
		padding: 8px 0;
		font-family: "Effra-Light";
		position: relative;
	}
	.category-tabs .more-cats{
		position: relative;
	}
	.category-tabs .more-cats a{
		position: relative;
		z-index: 1;
	}
	.category-tabs .more-cats:after,
	.category-tabs-toggle:after {
	    content: "+";
	    position: absolute;
	    top: 5px;
	    right: 10px;
	    font-family: Verdana;
	    font-size: 18px;
	    font-weight: normal;
	    color: #716B72;
	}
	ul.category-tabs li a:hover, ul.category-tabs li.active a{
		background: none;
	}
	.category-tabs .more-cats ul li{
		display: block;
		border-top: 1px solid #E8E3DD;
		border-bottom: 0;
		padding: 0 10px;
	}
	.category-tabs .more-cats.open:after,
	.category-tabs-toggle.open:after {
	    content: "–";
	}
	.category-tabs-wrapper.sticky {
		position: static;
		box-shadow: 0 0 0 0;
	}
	.category-tabs-wrapper.sticky .category-tabs li.link-name{
		display: none;
	}
	.category-tabs,
	.category-tabs-wrapper.sticky .category-tabs{
		text-align: left;
	}
	.category-tabs li{
		display: block;
		border-bottom: 1px solid #e8e3dd;
	}
	.category-tabs li a{
		color: #716B72;
		padding: 0;
		font-size: 12px;
		font-family: merriweatherlight,Verdana,Arial,sans-serif;
	}
	.category-tabs li a:hover,
	.category-tabs li.active a{
		background: #fff;
		color: #716B72;
	}
	.category-tabs-wrapper.sticky .category-tabs .more-cats ul li a,
	.category-tabs .more-cats ul li a,
	.category-tabs li a {
		line-height: 40px;
	}
	
	.category-landing .category-info .content{
		height: auto !important;
	}
	.category-landing .category-info .category-image + .content .info{
		color: #423943;
		background: none;
		padding: 20px 10px;
	}
	.category-landing .category-info .category-image + .content:after{
		display: none;
	}
	div.category-info .category-image{
		float: none;
		height: auto !important;
	}
}