@charset "utf-8";
/* CSS Document */


body {
	background: #fff;
	color: #666;
	font-family: Open Sans,sans-serif !important;
	margin: 0px;
	padding: 0px;
	}
	
* {
	margin:  0px;
	padding: 0px;
	}

a {
	text-decoration: none !important;
	color: #333;
	}
a:focus {
	outline: 0px;
	}

li {
	list-style: none;
	}

p {
	font-size: 13px;
	color: #666;
		}

h1, h2, h3, h4 {
	color: #493C39;
	font-weight: bold;
	font-size: 20px;
	}
ul, ol {
	margin: 0px;
	}
	
.pull-none {
	float: none !important;
	}
	

	
	
.container {
	max-width: 1200px;
	height:auto;
	margin: 0px auto;
	padding: 0px;
	
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	}
	
.main-container {
	max-width: 1200px;
	height:auto;
	margin: 50px auto;
	padding: 0px 40px;
	}
	
	
/***********Top Nivo Slider*************/


#wrapper {
	}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/loading.gif') no-repeat 50% 50%;
    margin-bottom:10px;
    
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
/*.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}*/
.nivo-controlNav {
	display: none;
	}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}


/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	font-size: 20px;
	position:absolute;
	left:0px;
	bottom:0px;
	/*background:#000;*/
	color:#fff;
	width:auto;
	z-index:8;
	padding: 5px 10px;
	opacity: 1;
	overflow: hidden;
	display: none;
	margin-left: 60px;
	margin-bottom: 350px;
	transition: all 0.8s ease-in-out 0s;
	-moz-opacity: 1;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.nivo-caption h1 {
	font-family: 'Pontano Sans', sans-serif;
	font-size: 38px;
	color: #fff !important;
	font-weight: normal;
	transition: all 0.8s ease-in-out 0s;
	margin-bottom: 0px;
	}
.nivo-caption p {
	color: #fff;
	font-size: 16px;
	}


.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.slider-wrapper { 
	width: 100%; 
	margin-top: -160px;
	/*margin: 100px auto;*/
}

.bnr-clr {
	background: #00B5B5;
	border: 1px solid #00A5A5;
	color: #fff;
	font-family:'Pontano Sans',sans-serif;
	
	-moz-box-shadow: 0 0 1px #FFFFFF inset;
-webkit-box-shadow: 0 0 1px #FFFFFF inset;
box-shadow: 0 0 1px #FFFFFF inset;
	}
	
.bnr-clr:hover {
	background: #03A5A5;
	border: 1px solid #00A5A5;
	color: #fff;
	font-weight: normal;
	}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}



.home {
	list-style: none;
	float: left;
	width: 40px;
	height: 40px;
	background: #685551;
	cursor: pointer;
	/*margin-right: 20px;*/
	transition: all 0.8s ease-in-out 0s;
	
	box-shadow: 0 0 0 6px rgba(104, 85, 81, 0.10);
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}
	
.navbar-default .navbar-nav > li.home-li {
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 50%, #00b5b5 50%, #00b5b5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(50%,#00b5b5), color-stop(100%,#00b5b5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 50%,#00b5b5 50%,#00b5b5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 50%,#00b5b5 50%,#00b5b5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 0%,#ffffff 50%,#00b5b5 50%,#00b5b5 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 0%,#ffffff 50%,#00b5b5 50%,#00b5b5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00b5b5',GradientType=1 ); /* IE6-9 */


	padding: 8px 18px;
	}
	
.navbar-default .navbar-nav > li > a.home {
	background: #685551 !important;
	padding: 14px !important;

	}
	
	
.navbar-default .navbar-nav > li > a:hover.home {
	background: #00B5B5 !important;
	}
	
.caret {
	margin-left: 4px;
	}
	
.navbar-default .navbar-nav > .dropdown > a .caret {
	/*border-color: #048C8C !important;*/
	border-bottom-color: #048C8C;
    border-top-color: #048C8C;
	}

/***********End Top Nivo Slider*************/


/***********Header*************/

.header {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 999;
	}
	
.logo {
	background: #ffffff; 

	}


	
.theme-default a.nivo-nextNav {
	background-position: -30px -30px;
	}
.theme-default a:hover.nivo-nextNav {
	background-position: -30px 0px;
	}
	
.theme-default a.nivo-prevNav {
	background-position: 0px -30px;
	}
	
.theme-default a:hover.nivo-prevNav {
	background-position: 0px 0px;
	}
	
	

.navbar-default {
	background: #00B5B5;
	
	/*border: 1px solid rgba(255, 255, 255, 0.4);*//*#BFFFFF*/
	width: 90%;
	margin: 0px auto;
	border-radius: 0px;
	border: none;
	}
	
	
.navbar-nav > li > a {
	padding: 18px 20px;
	font-family: 'Pontano Sans',sans-serif;
	/*font-weight: bold;*/
	color: #fff !important;
	font-weight: bold;
	text-shadow: 0px 0px 1px #000;
	}
	
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent !important;
	}
	
.navbar-default .navbar-nav > li.home-li > .home, .navbar-default .navbar-nav > li.home-li > .home:hover, .navbar-default .navbar-nav > li.home-li > .home:focus {
	
	background: #00b5b5;

	}
	
.dropdown-toggle {
	transition: all 0.8s ease-in-out 0s;
	}
.dropdown-menu{transition: all 0.8s ease-in-out 0s; background: #00B5B5; z-index:12;}

.dropdown-menu:hover a.dropdown-toggle {
	background: #5bd3d3; /* Old browsers */
background: -moz-linear-gradient(top,  #5bd3d3 0%, #53d1d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bd3d3), color-stop(100%,#53d1d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5bd3d3 0%,#53d1d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5bd3d3 0%,#53d1d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5bd3d3 0%,#53d1d1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5bd3d3 0%,#53d1d1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bd3d3', endColorstr='#53d1d1',GradientType=0 ); /* IE6-9 */

	}

.dropdown-toggle {
	background: none !important;
	}
.dropdown-toggle:hover {
	background: #5bd3d3 !important;
	}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background: #5bd3d3; /* Old browsers */
background: -moz-linear-gradient(top,  #5bd3d3 0%, #53d1d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bd3d3), color-stop(100%,#53d1d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5bd3d3 0%,#53d1d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5bd3d3 0%,#53d1d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5bd3d3 0%,#53d1d1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5bd3d3 0%,#53d1d1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bd3d3', endColorstr='#53d1d1',GradientType=0 ); /* IE6-9 */

	}

.dropdown-menu > li > a {
	padding: 8px 20px;
	}
	
.dropdown-menu > li > a:hover {
	background: #5bd3d3; /* Old browsers */
background: -moz-linear-gradient(top,  #5bd3d3 0%, #53d1d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bd3d3), color-stop(100%,#53d1d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5bd3d3 0%,#53d1d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5bd3d3 0%,#53d1d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5bd3d3 0%,#53d1d1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5bd3d3 0%,#53d1d1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bd3d3', endColorstr='#53d1d1',GradientType=0 ); /* IE6-9 */

	}
	

	
/*	
.dropdown-submenu:hover>.dropdown-menu{display:block;}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
*/



.top-header {
	width: 90%;
	height: 100px;
	margin: 0px auto;
	}
	
.currency {
	background:  #FFF;
	margin-top: 20px;
	padding: 0px;
	} 
	
.currency > ul > li {
	border-right: 1px solid #333;
	}
	
.currency > ul > li:last-child {
	border-right: none;
	}
	
.currency > ul > li > a {
	color: #333 !important;
	padding-top: 8px;
	padding-bottom: 8px;
	text-shadow: none;
	}
	
.currency-dropdown {
	min-width: 100px;
	z-index: 9999;
	}
	
.i-cart {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/cart.png') no-repeat;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: -2px;
	margin-right: 2px;
	}


/***********End Header*************/








	
	/*       Carsual        */
	

	/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width: 100%;
	height:400px;
	/*background: #fff;
	padding: 20px 55px;
	border: 1px solid #eaeaea;*/
}
.ca-container h2 {
	font-size: 22px;
	color: #493C39;
	margin-top: 20px;
	font-family: 'Lato', sans-serif;
	}
.ca-wrapper{
	width:95%;
	height:400px;
	position:relative;
	padding-top: 41px;
	margin-top: -41px;
	left: 19px;
}
.ca-item{
	/*background: #fff;*/
	position:relative;
	float:left;
	width:211px;
	height:434px;
	text-align:center;
	transition: all 0.8s ease-in-out 0s;
}
.ca-item{
	 -webkit-transition: all 400ms  ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
	
}

/*.ca-item:hover{
	transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
	
	z-index: 99999;
	position: relative;
	
	-moz-box-shadow: 0 0 15px #323232;
-webkit-box-shadow: 0 0 15px#323232;
box-shadow: 0 0 15px #323232;
}*/
/*.logo-container .ca-item {
	background: none;
	}

.logo-container .ca-item:hover {
	transform: scale(1);
-ms-transform: scale(1); 
-webkit-transform: scale(1); 

	-moz-box-shadow: 0 0 0px #fff;
-webkit-box-shadow: 0 0 0px#fff;
box-shadow: 0 0 0px #fff;
	}*/
	
/*.ca-more{
	position: absolute;
	bottom: 0px;
	right:58px;
	padding:4px 24px;
	font-weight:normal;
	background: #ff7272;
	text-align:center;
	color: white;
	text-shadow:1px 1px 0px #2D2D2D;
	display: none;
	transition: all 0.8s ease-in-out 0s;
}
.ca-item:hover .ca-more {
	display: block;
	}*/
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/images/cross.png') no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	position:absolute;
	top:5px;
	/*left:5px;
	right:5px;
	bottom:5px;*/
	padding: 10px;
	width: 100%;
	background:#fff;
	overflow:hidden;
	left: 12px;
	border: 1px solid #eeeeee;
}

.ca-item {
	width: 210px !important;
	margin-right: 14px !important;
	}

.ca-icon{
	width:190px;
	height:301px;
	position:relative;
	margin:0 auto;
	/*background:transparent url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/product-1.png') no-repeat center center;*/
	
	border: 1px solid #eaeaea;
}
/*
.ca-icon img {
	width: 180px;
	}
.ca-item-2 .ca-icon{
	background-image:url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/product-1.png');
}
.ca-item-3 .ca-icon{
	background-image:url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/product-1.png');
}
.ca-item-4 .ca-icon{
	background-image:url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/product-1.png');
}
.ca-item-5 .ca-icon{
	background-image:url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/product-1.png');
}
.ca-item-6 .ca-icon{
	background-image:url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/product-1.png');
}
.ca-item-7 .ca-icon{
	background-image:url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/product-1.png');
}
.ca-item-8 .ca-icon{
	background-image:url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/product-1.png');
}*/
.ca-item h3{
	font-family: 'Josefin Slab',serif !important;
	text-transform:uppercase;
	font-size:15px;
	color:#a6a6a6;
	text-align:center;
	font-weight: bold;
}
.ca-item h4{
	font-family: Vani;
	font-style:italic;
	font-size:18px;
	text-align:center;
	position:relative;
	color:#a6a6a6;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
/*.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; 
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}*/
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Coustard', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	/*background:transparent url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/images/arrows.png') no-repeat top left;*/
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/next.png') no-repeat #685551;
	background-position:center center;
	left:auto;
	right:11px;
	width: 20px;
	height: 20px;
	top: 222px;
	box-shadow: 0 0 0 6px rgba(104, 85, 81, 0.25);
	
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.ca-nav-prev {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/prv.png') no-repeat #685551 !important;
	background-position:center center !important;
	left: 5px !important;
	width: 20px !important;
	height: 20px !important;
	top: 222px !important;
	box-shadow: 0 0 0 6px rgba(104, 85, 81, 0.25);
	
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
	}
.ca-nav span:hover{
	opacity:1.0;
}




/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: #fff;

}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #fff;
	position: relative;
}

.jspDrag
{
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}



/*		Img hover effict		*/	

/* Portolio Hover */
.da-thumbs .ca-icon ,
.da-thumbs .ca-icon  img {
	display: block;
	position: relative;
	margin: 0px auto;
}
.da-thumbs > .ca-icon  {
	overflow: hidden;
}
.da-thumbs > .ca-icon > .da-animate {
	position: absolute;
	background-image:url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/product-1-bk.jpg');
	background-repeat:repeat;
	width: 100%;
	height: 100%;
}
.da-thumbs > .ca-icon > .da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}

.da-thumbs {
text-align:center;
}


/* Image Grid */
.image_grid {
	float:left;
	overflow:hidden;
	width:700px;
	position:relative;

}

.image_grid li{
	float: left;
	line-height: 17px;
	color: #686f74;
	list-style:none;
	overflow:hidden;
	margin-bottom:23px;
	margin-right:23px;
	text-align:center;
}


/* Responsive image grid*/
/* Mobile landscape width 320 */
@media only screen and (max-width: 767px) {

.image_grid{
width:300px;
}

.image_grid li img{
width:220px;
}

.portfolio_4col .da-thumbs li article h3{
padding-top:70px;
}

.portfolio_3col .da-thumbs li article h3{
padding-top:50px;
}

.portfolio_2col .da-thumbs li article h3{
padding-top:53px !important;
}

}


 @media only screen and (min-width: 480px) and (max-width: 767px) {

.image_grid{
width:450px;
}

.image_grid li{
width:178px !important;
}

.portfolio_4col .da-thumbs li article h3{
padding-top:58px;
}

.portfolio_3col .da-thumbs li article h3{
padding-top:34px;
}

.portfolio_2col .da-thumbs li article h3{
padding-top:23px !important;
}

}


		/*		End Img hover effect		*/
			
			
	/*       End Carsual        */
	
	
	
	

.boxgrid{  
	float:left;  
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #fff; 
	height: 100px; 
	width: 100%; 
	opacity: 1; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
 	top: 260;
 	left: 0;
}
.caption .boxcaption {
 	top: 300;
 	left: 0;
 }
 
 .boxcaption h3 {
	 font-family: 'Lato', sans-serif;
	 color: #493C39;
	 font-weight: normal;
	 font-size: 14px;
	 margin-top: 10px;
	 }
 
 .p-box {
	 width: 100%;
	 height: auto;
	 }
	 
.p-cart {
	width: 50%;
	 height: auto;
	 float: left;
	}
	
ul.p-info {
	width: 50%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
ul.p-info li {
	list-style: none;
	}
ul.p-info li a {
	padding: 3px; 
	display: block;
	border-bottom: 1px solid #666;
	font-size: 11px;
	color: #333;
	text-align: left;
	line-height: 10px;
	transition: all 0.8s ease-in-out 0s;
	}
	
ul.p-info li a:hover {
	color: #999;
	}
	
.cart {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/cart-2.png') no-repeat #685551;
	background-position:center center;
	width: 30px;
	height: 30px;
	box-shadow: 0 0 0 6px rgba(104, 85, 81, 0.25);
	margin: 10px auto;
	text-indent: 9999;
	cursor: pointer;
	transition: all 0.8s ease-in-out 0s;
	
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
	}

.cart:hover {
	background-color: #6DDEE2;
	box-shadow: 0 0 0 6px rgba(109, 222, 226, 0.25);
	}
 

.proce {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/price.png') no-repeat top center;
	width: 100%;
	height: 64px;
	margin-top: -64px;
	text-align: center;
	font-size: 22px;
	line-height: 80px;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;
	color: #333;
	font-family: 'Lato', sans-serif;
	}	
	
	
	
	/*        End carsual slider         */ 
	
	
.box {
	width: auto;
	height: auto;
	padding: 10px;
	background: #fff;
	overflow: hidden;
	
	-moz-box-shadow: 1px 2px 2px #C1C1C1;
-webkit-box-shadow: 1px 2px 2px #C1C1C1;
box-shadow: 1px 2px 2px #C1C1C1;
	}
	
.box h3 {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #493C39;
	text-align: center;
	margin-top: 0px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	}
	
	
.box-title h1 {
	padding: 10px 30px;
	background: #A41E65;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	margin-top: -100px;
	float: left;
	position: relative;
	color: #fff;
	font-size: 24px;
	}
	
	
	
.bar {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/bar-pattern.png') repeat-x;
	width: 100%;
	height: 10px;
	margin: 20px 0px;
	}
	
	
	
.custom-content {
	width: 100%;
	height: auto;
	}
	
.custom-content h2 {
	font-size: 22px;
	color: #493C39;
	margin-top: 20px;
	font-family: 'Lato', sans-serif;
	}
	
.content-box {
	width: 100%;
	height: 400px;
	overflow: hidden;
	}
	
.content-art {
	margin-bottom: 20px;
	}
	
.content-art h4 {
	font-size: 16px;
	color: #493C39;
	margin-top: 20px;
	font-family: 'Lato', sans-serif;
	}
	
.more-btn {
	-moz-box-shadow: 0px 1px 0px #888;
	-webkit-box-shadow: 0px 1px 0px #888;
	box-shadow: 0px 1px 0px #888;
	
	transition: all 0.8s ease-in-out 0s;
	}
	
.more-btn:hover {
	box-shadow: none;
	padding-bottom: 7px;
	}
	
.clr {
	background: #6DDEE2;
	border: 1px solid #5ACACE;
	}
	
.clr:hover {
	background: #50B6BA;
	border: 1px solid #409DA0;
	}
	
	
	
	/*      Client      */

.logo-container {
	height: 150px;
	/*float: left;*/
	}
.logo-container .ca-wrapper	{
	height: 150px;
	}
.logo-container .ca-item {
	background: none;
	height: 150px;
	}
.logo-container .ca-item-main {
	background: none;
	border: none;
	}
.logo-container .ca-icon {
	border: none;
	}	

.logo-container .ca-item:hover {
	transform: scale(1);
-ms-transform: scale(1); /* IE 9 */
-webkit-transform: scale(1); /* Safari and Chrome */

	-moz-box-shadow: 0 0 0px #fff;
-webkit-box-shadow: 0 0 0px#fff;
box-shadow: 0 0 0px #fff;
	}
	
.logo-container .ca-nav span.ca-nav-prev, .logo-container .ca-nav span.ca-nav-next {
	top: 95px !important;
	}
	
.footer {
	width: 100%;
	height: auto;
	}
	
.h-about {
	width: 100%;
	height: auto;
	}
	
.h-about h4  {
	font-size: 20px;
	color: #493C39;
	margin-top: 20px;
	font-family: 'Lato', sans-serif;
	}
	
.h-tweet {
	width: 100%;
	height: auto;
	}
	
.h-tweet h4  {
	font-size: 20px;
	color: #493C39;
	margin-top: 20px;
	font-family: 'Lato', sans-serif;
	}
	
.h-tweet ul {
	margin: 0px;
	padding: 0px;
	}
	
.h-tweet li {
	list-style: none;
	margin-bottom: 20px; 
	width: 100%;
	float: left;
	}
	
.h-twitter {
	width: 80%;
	height: auto;
	float: left;
	}
	
.h-twitter img {
	float: left;
	margin-right: 15px;
	box-shadow: 0 0 0 6px rgba(104, 85, 81, 0.10);
	}
	
.h-twitter h5 {
	font-size: 14px;
	color: #493C39;
	margin-top: 4px;
	font-weight: bold;
	margin-bottom: 6px;
	font-family: 'Lato', sans-serif;
	}
	
.h-twitter p {
	
	}
	
.h-tweet-date {
	width: 20%;
	height: auto;
	float: left;
	}
	
.h-twitter-content {
	width: 100%;
	height: auto;
	float: left;
	}
	
	
.h-twitter-content p {
	margin-bottom: 5px;
	}
	
.h-twitter-content a {
	color: #685551;
	font-size: 12px;
	}
	
	
	
.socile-content {
	width: 100%;
	height: auto;
	background: #E8E7E8;
	border-bottom: 1px solid #DBDADB;
	border-top: 1px solid #DBDADB;
	margin: 20px 0px;
	}
	
.socile-content .main-container {
	margin: 30px auto;
	}
	
ul.socile-link {
	margin: 0px;
	padding: 0px;
	}
	
ul.socile-link li {
	list-style: none;
	float: left;
	width: 50px;
	height: 50px;
	padding: 13px;
	background-color: #685551;
	cursor: pointer;
	margin-right: 20px;
	transition: all 0.8s ease-in-out 0s;
	
	box-shadow: 0 0 0 6px rgba(104, 85, 81, 0.10);
	}
ul.socile-link li:hover {
    background-color: #00B5B5;
    box-shadow: 0 0 0 6px rgba(109, 222, 226, 0.25);
}

ul.socile-link li i {
	color: #fff;
	margin-right: 0px;
	line-height: 25px;
	}
	
.icon-facebook {
	margin-left: 5px;
	}


.cards {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/crad.png') no-repeat;
	width: 177px;
	height: 23px;
	margin-top: 15px;
	}

.powered-by {
	width: 50%;
	margin: 20px 0px;
	}

	
.powered-by p span {
	color: #685551;
	font-size: 14px;
	}
	
	
	
.footer-btm {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	background: #685551;
	float: left;
	}
	
.footer-btm p {
	color: #fff;
	}
	
.f-contact {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	}
	
.f-contact h4 {
	font-size: 14px;
	color: #fff;
	margin-top: 4px;
	font-weight: bold;
	margin-bottom: 6px;
	font-family: 'Lato', sans-serif;
	}
	
.f-contact a {
	color: #fff;
	text-decoration: none;
	}
	





	 /*          Detiles Pages           */
	 
.top30 {
	margin-top: 30px;
	}
	 
	 
.dtls-sample {
	width: 93%;
	height: auto;
	padding: 15px;
	border: 1px solid #EAEAEA;
	float: left;
	}
	 
.dtl-sample-tab {
	margin-left: 0%;
	float: right;
	width: 30.2%;
	margin-top: 0px;
	margin-right: 0px;
	border-bottom: none;
	}
	
.dtl-sample-tab li {
	float: none;
	}
	
.dtl-sample-tab-content {
	width: 65%;
	float: left;
	}
	 
.dtl-sample-tab-content .tab-pane {
	border: 1px solid #EAEAEA;
	}
	
	
.dtl-sample-tab > .active > a, .dtl-sample-tab > .active > a:hover, .dtl-sample-tab > .active > a:focus {
	background: none;
	border: 1px solid #EAEAEA;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 0px;
	}
	
.dtl-sample-tab a {
	padding-top: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	border-radius: 0px;
	margin-bottom: 10px;
	border: 1px solid #EAEAEA !important;
	transition: all 0.8s ease-in-out 0s;
	}
	
.dtl-sample-tab > a img {
	cursor: pointer;
	}
.dtl-sample-tab a:hover {
	-moz-box-shadow: 0px 2px 2px #E0E0E0;
-webkit-box-shadow: 0px 2px 2px #E0E0E0;
box-shadow: 0px 2px 2px #E0E0E0;

}


.quantity-frm input {
	width: 30% !important;
	}


.dtls .span7 {
	margin-left: 0px !important;
	}
	
.dtls-container {
	width: 100%;
	height: auto;
	}
	
.dtls-container h1 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	margin-top: 0px;
	}
	
.dtls-container h5 {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	margin-top: 0px;
	font-weight: normal;
	}
	
.dtls-container h5 span {
	color: #000;
	font-weight: bold;
	}
	
.d-size {
	width: 100%;
	float: left;
	}
	
.d-size input {
	box-shadow: none;
	}
	
.d-size input[type="number"] {
	width: 110px;
	}
	
.d-size h5 {
	float: left;
	margin-right: 10px;
	line-height: 35px;
	}
	
.d-size select {
	width: 120px;
	}
	
.d-size input[type="number"]:focus {
		box-shadow: none;
		border-color: #FF7272;
		}
	
.d-price-add {
	width: 100%;
	height: auto;
	margin-top: 20px;
	float: left;
	}
	
.d-price-add h2 {
	font-size: 22px;
	font-family: Vani;
	color: #FF7272;
	float: left;
	line-height: 11px;
	margin-right: 30px;
	}

a.d-add-to-cart {
	padding: 4px 24px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	}
	
a.d-add-to-cart:hover {
	background: #FF7272;
	}
	
.form-control {
	width: 20%;
	}
	
	
.dtls-price {
	background: #00B5B5;
	background-position:center center;
	width: 80px;
	height: 80px;
	box-shadow: 0 0 0 6px rgba(109, 222, 226, 0.25);
	margin: 10px auto;
	text-indent: 9999;
	transition: all 0.8s ease-in-out 0s;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 80px;
	font-size: 25px;
	text-shadow: 0px 1px 0px #999;
	font-weight: normal;
	
	-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
	}

	
.dtls-cart {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/dtls-cart-2.png') no-repeat center center #00B5B5;
	background-position:center center;
	width: 60px;
	height: 60px;
	box-shadow: 0 0 0 6px rgba(109, 222, 226, 0.25);
	margin: 10px auto;
	text-indent: 9999;
	cursor: pointer;
	transition: all 0.8s ease-in-out 0s;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 80px;
	font-size: 25px;
	text-shadow: 0px 1px 0px #999;
	font-weight: normal;
	
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
	}

.dtls-cart:hover {
	background-color: #51CCD1;
	box-shadow: 0 0 0 6px rgba(109, 222, 226, 0.25);
	}
	
.dt-link {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/link.png') no-repeat;
	width: 15px;
	height: 44px;
	margin-left: 40px;
	margin-top: -23px;
	margin-bottom: -26px;
	position: relative;
	z-index: 10;
	}
	 
	 /*          End Detiles Pages           */
	 
	 
	 
.tab-pane img {
	width: 248px;
	}
	
.dtl-sample-tab {
	width: 108px;
	}
	
	
	
	
	

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	margin-left: 200px;
	border:5px solid #fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 3px #555;
	-webkit-box-shadow:1px 1px 3px #555;
	box-shadow:1px 1px 3px #555;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
} 
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.animated:hover{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated:hover.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}





.ca-feature-container {
	width: 37.9%;
	float: right;
	margin-right: 50px;
	margin-top: -400px;
	position: relative;
	z-index: 9999;
	}
	
.ca-feature-container h1 {
	font-family: 'Lato', sans-serif;
	background: #fff;
	float: right;
    margin-left: 0;
    margin-right: 5px;
    margin-top: -38px;
    padding: 10px;
    width: 92%;
	}
	
.ca-feature-container span.ca-nav-next {
	top: -13px;
	margin-top: -25px;
	right: 5px;
	box-shadow: none;
	border-radius: 0px;
	width: 42px;
	height: 42px;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/next.png') no-repeat center center #00B5B5;
	}
	
.ca-feature-container .ca-nav-prev {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201606/201606054/html/img/prv.png') no-repeat scroll center center #00B5B5 !important;
    border-radius: 0 0 0 0;
    box-shadow: none;
    height: 42px !important;
    left: 367px !important;
    margin-top: -25px !important;
    top: -13px !important;
    width: 40px !important;
	}
	
	
	
	/*		Tab       */
	
	
.s-tab {
	margin: 30px 0px;
	}
	
.nav-tabs > li > a, .nav-pills > li > a {
	padding: 10px 11px;
	}	

.nav-tabs > li {
	margin-bottom: -2px;
	}
	
.s-tab .tab-content {
	background: #E8E8E8;
	}

.s-tab .nav-tabs {
	border-bottom: none;
	}

.s-tab .tab-content {
	padding: 0px 10px;
	border: 1px solid #dddddd;
	padding: 20px;
	}


 .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	border: none;
	border-radius: 0px;
	background: #E8E8E8 !important;
	box-shadow:     none;
	color: #fff;
	}
	
.tab-list {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 15px;
	}
	
.tab-list-img {
	width: 20%;
	height: auto;
	margin-right: 10px;
	float: left;
	}
	
.tab-list-content {
	width: 75%;
	float: right;
	}
	
.s-tab .nav-tabs > li > a, .nav-pills > li > a {
	font-family: 'Pontano Sans',sans-serif;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
	}
	
	
	/*		Table		*/

table thead td {
    background-color: #FCFCFC;
    border-bottom: 1px solid #D3D3D3;
    color: #493C39;
    font-family: 'Lato',sans-serif;
    font-size: 12px;
    font-weight: 900;
    padding: 7px 10px;
    text-transform: uppercase;
}

table tbody td:last-child {
	border-left: 1px solid #CCC;
	}


	/*		End Tab		*/
	
.dtls-review {
	
	}
	
.dtls-review h2 {
	font-family: 'Pontano Sans',sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
	}
	
.dtls-review ul {
	margin: 0px;
	padding: 0px;
	}
	
.dtls-review li {
	padding: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}
	
.dtls-review li p {
	margin: 0px;
	padding: 0px;
	}
	
	
	
	
	
	

	

	/*       Contact Page         */
	
	
.contact {
	width:100%;
	height: auto;
	}
	
.contact h2 {
	font-size: 22px;
	color: #333;
	margin-bottom: 20px;
	}
#map {
	}
	
.map {
	width: 100%;
	height: auto;
	/*padding: 7px;
	border: 1px solid #CCC;*/
	
	
	}
iframe {
max-width: 100%;
height: auto;
width: 100%; /*IE8 bug fix*/
vertical-align: middle;
height: 300px;
}

i {
	float: left;
	margin-right: 10px;
	}

.icon-volume-down {
	background-position:-384px -22px;
	}
.icon-envelope {
	background-position: -72px 4px;
	height: 16px;
	}
.address {
	width: 100%;
	height: auto;
	}
.address h3 {
	font-family: 'Lato', sans-serif;
	 color: #493C39;
	font-size: 16px;
	}
.contact-address {
	font-size: 12px;
	color: #333;
	line-height: 20px;
	overflow: hidden;
	}
	
.phone {
	width: 100%;
	height: auto;
	}
.email {
	line-height: 20px;
	overflow: hidden;
	}
.email a {
	text-decoration: none;
	color: #EA3131;
	}	
.email a:hover {
	text-decoration: underline;
	color: #C42727;
	}
	
.contact-txt {
	width: 100%;
	height: auto;
	}
.contact-txt h3 {
	font-family: 'Lato', sans-serif;
	 color: #493C39;
	font-size: 16px;
	}
	
.contact-txt p {
	color: #333;
	font-size: 12px;
	}
	
.contact-form {
	margin: 20px 0px;
	width: 100%;
	height: auto;
	}
address {
	margin-bottom: 0px;
	}
	
.form-group {
	width: 34%;
	margin-right: 20px;
	float: left;
	margin-left: 0px !important;
	}
	
.form-group-mrg-right-0 {
	margin-right: 0px !important;
	}
	
.control-group {
	width: 100%;
	}
	
.textarea-msg {
	width: 95%;
	}
	
.control-group textarea {
	width: 98%;
	}
.form-horizontal .controls {
	float: none;
	margin-left: 0px;
	}
.form-horizontal .control-label {
	text-align: left !important;
	}
.controls {
	float: left;
	}
	
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	width: 80%;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

	box-shadow: none;
	}
.contact-form input[type="text"], input[type="password"] {
	width: 94%;
	}

.contact-form textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	box-shadow: none;
	border-color: #FF7272;
	}
	
	
.form-control {
	width: 100%;
	}
	
textarea.form-control {
	box-shadow: none;
	margin: 10px 0px;
	}
	
/*
.form-horizontal input, .form-horizontal textarea {
	width: 100%;
	}
*/
	/*       End Contact Page         */
	
	
	

.btn-pink {
	background: #00B5B5;
	color: #fff;
	}
	
.btn-pink:hover {
	background: #0CCECE;
	color: #fff;
	}
	
	
	

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

.ca-feature-container {
	display: none;
	}

 }
 
/* Landscape phones and down */
@media (max-width: 480px) { 

.ca-feature-container {
	display: none;
	}

 }
 
 
	/*		Category page		*/
	
.category-list {
	
	}
	
.category-list h2 {
	color: #685551;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    margin-top: 20px;
	}
	
ul.category-product {
	margin: 0px;
	padding: 0px;
	}
	
ul.category-product li {
	list-style: none;
	border-top: 1px solid #CCC;
	}
	
ul.category-product li:last-child {
	border-bottom: 1px solid #ccc;
	}
	
ul.category-product li a {
	text-decoration: none;
	color: #600;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 15px !important;
	display: block;
	}
	
	
	
.category-dtls {
	
	}
	
.category-dtls h2 {
	background: #f6f6f6;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	color: #685551;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
	width: 30%;
	margin: 0px auto;
	margin-top: -38px;
	}
	
.category-dtls .bar-head {
	margin-top: 10px;
	}
	
.category-st-content {
	width: 100%;
	margin-top: 20px;
	}
	
.category-st-dtls {
	margin-top: 20px;
	}
	
.category-nd-list {
	position: relative;
	width: 100%;
	height:185px;
	}
	
.category-nd-list h2 {
	background-color: #6DDEE2;
    height: 185px;
    left: 0;
    line-height: 1.2;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 95px;
    z-index: 999;
	}
	
.category-nd-list h2 span {
	color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    left: 50%;
    margin-left: -100%;
    margin-top: -8%;
    position: absolute;
    top: 50%;
    transform: rotate(-90deg);
    transform-origin: center center 0;
    width: 100px;
}


.category-refine {
	height: 185px;
	margin-top: 0px;
	}
	
.category-refine .ca-item-main {
	top: 0px;
	}
	
.category-refine .ca-icon {
	height: 164px;
	}
	
.category-refine .ca-icon {
	width: 100px;
	}
	
.ca-nav {
	z-index: 999;
	position: relative;
	}
	
.category-refine .ca-item-main {
	width: auto;
	}
	
.category-refine .ca-wrapper {
	width: 88%;
	}
	
.category-refine .ca-wrapper {
	margin-left: 64px;
	}
	
.category-refine .ca-item {
	width: 120px !important;;
	}
	
.category-refine .ca-nav-prev {
	left: 80px !important;
	top: 144px !important;
	}
	
.category-refine .ca-nav span.ca-nav-next {
	right: 4px !important;
	top: 144px !important;
	}
	
.category-refine .ca-icon a {
	font-size: 12px;
	color: #600;
	line-height: 20px;
	}
	
.category-refine .ca-icon a:hover {
	color: #630;
	text-decoration: underline;
	}
	
	
	


.featured-category {
	width: auto;
	height: 30px;
	}

	
.store h4 {
	color: #660000;
    display: block;
    font-size: 14px;
    font-weight: bold;
	float: left;
	margin-right: 15px;
	}
	
.store-select {
	width: 60% !important;
	box-shadow: none !important;
	box-shadow: none;
	}
	
.store-select option, .store-stock-select option {
	padding: 10px;
	box-shadow: none !important;
	}
	
.store-stock-select {
	width: 50% !important;
	box-shadow: none !important;
	}
	
.store-tab {
	width: 100%;
	}
	
.store-nav-tab > .active > a, .store-nav-tab > .active > a:hover, .store-nav-tab li a:hover {
	outline: 0px;
	}
	
.store-nav-tab > li.active > a, .store-nav-tab > li.active > a:hover, .store-nav-tab > li.active > a:focus {
	border-bottom: 1px solid #ddd;
	}
	
.store-nav-tab > .active > a {
	background: #fafafa !important;
	border-bottom: 1px solid #ddd;
	
	-moz-box-shadow:0px 0px 3px #eee;
	-webkit-box-shadow:0px 0px 3px #eee;
	box-shadow:0px 0px 3px #eee;
	}
	
ul.store-nav-tab li a, ul.store-nav-tab li a:hover {
	margin-bottom: 4px !important;
	padding: 14px !important;
	}
.store-nav-tab > li > a, .store-nav-tab > li > a {
	padding: 12px !important;
	}	
	
.store-box {
	height: auto;
	float: left;
	}
	
.store-tab .tab-content {
	width: 100%;
	height: auto;
	float: left;
	border: none;
	background: none;
	}
	
.store-box .ca-item {
	margin-bottom: 20px;
	height: 320px;
	}
	
.store-nav-tab i {
	float: none !important;
	margin-right: 0px !important;
	}
	
	


@import url('/newmoban/_external/fonts.googleapis.com/css__q_family-Roboto-Condensed.css');


.loader {
  position: relative;
  margin: auto;
  width: 350px;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 250%;
  margin-top: 20%;
  background: linear-gradient(180deg, #222 0, #444 100%);
  box-shadow: inset 0 5px 20px black;
  text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.loader:after {
  content: "";
  display: table;
  clear: both;
}

span {
  float: left;
  height: 100px;
  line-height: 120px;
  width: 50px;
}

.loader > span {
  border-left: 1px solid #444;
  border-right: 1px solid #222;
}

.covers {
  position: absolute;
  height: 100%;
  width: 100%;
}

.covers span {
  background: linear-gradient(180deg, white 0, #ddd 100%);
  animation: up 2s infinite;
}

@keyframes up {
  0%   { margin-bottom: 0; }
  16%  { margin-bottom: 100%; height: 20px; }
  50% { margin-bottom: 0; }
  100% { margin-bottom: 0; }
}

.covers span:nth-child(2) { animation-delay: .142857s; }
.covers span:nth-child(3) { animation-delay: .285714s; }
.covers span:nth-child(4) { animation-delay: .428571s; }
.covers span:nth-child(5) { animation-delay: .571428s; }
.covers span:nth-child(6) { animation-delay: .714285s; }
.covers span:nth-child(7) { animation-delay: .857142s; }