/* Uncomment this to make the website unresponsive, and use extra-small columns in the html */
/*body, .container, header, footer, #top {
	min-width: 1130px;
}
.container {
	max-width: 1130px;
}*/
    
@font-face {
  font-family: 'Segoe Print';
  src: url('../font/segoe_print.ttf'); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Lato Regular';
  src: url('../font/Lato-Regular.ttf'); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Lato Italic';
  src: url('../font/Lato-Italic.ttf'); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Lato Bold';
  src: url('../font/Lato-Bold.ttf'); /* IE9 Compat Modes */
}

body {
	font-family: 'Lato Regular';
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	background: url('../image/home-wooden.png') ;
}
h1, h2, h3, h4, h5, h6 { color: #472702; font-family: 'Segoe Print'; margin: 0px; font-weight: bold; }
/* default font size */
.fa { font-size: 14px; }
.fa-1 { font-size: 20px; }
.fa-2 { font-size: 32px; }
.fa-3 { font-size: 64px; }
.fa-4 { font-size: 112px; }
.fa-5 { font-size: 192px; }
.fa-6 { font-size: 320px; }
/* Override the bootstrap defaults */
h1 { font-size: 33px; }
//h2 { font-size: 27px; }
h3 { font-size: 21px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h6 { font-size: 10.2px; }
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
input[type=checkbox] {
	top: 3px;
    position: relative;
}
.form-control {
	border: 1px solid #746057;
	border-radius: 0px;
	color: #746057;
	font-family: 'Lato Regular';
	background: none;
}
.input-sort {
    font-family: 'Segoe Print';
    font-size: 14px;
    color: #746057;
    margin-top: 6px;
}
.input-sort-box {
	text-align: right;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:after {
	content: ' *';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background: none;
}
#top .list-inline {
    float: right;
    margin-bottom: 0px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
    border-radius: 0px!important;
    min-height: 40px;
    z-index: 99;
}

#menu .nav > li > a {
	font-family: 'Segoe Print';
    font-size: 17px;
    color: #414141;
    font-weight: bold;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #f9568f;
	background: none;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #472702;
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 6px 18px;
    float: right;
    background-color: #e51010;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #e51010;
	text-decoration: underline !important;
}
@media (min-width: 768px) {
	#menu .dropdown:hover > .dropdown-menu {
		display: block;
	}

}
@media (max-width: 767px) {
		.product-product .wood-banner1 {
	    margin-bottom: -40px;
	}
	.input-sort-box {
		text-align: left;
	}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding-top: 30px;
	background: url('../image/footer-bg.png');
    background-size: cover;
    background-repeat: repeat-x;
	color: #ffffff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
footer .socials a {
	border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
footer .socials a i { vertical-align: middle; font-size: 20px; }
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	position: relative;
	z-index: 9;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
    padding: 6.5px 35px 6.5px 20px;
    font-size: 15px;
    font-family: 'Lato Bold';
    border-radius: 0px;
    border: none;
    text-transform: lowercase;
    line-height: 15px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background: #47bdb1 url('../image/arrow-cart.png') no-repeat;
	background-position: 86% center;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #47bdb1;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	margin-top: 30px;
    background: #ffffff;
	overflow: auto;
    padding: 6px;
    box-shadow: 0px 0px 6px 0px #7f7e80;
}

.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}

.product-thumb h4 {
	margin-top: 8px;
	margin-bottom: 8px;
}
@media (min-width: 1024px) {
	.product-thumb .price{
		margin-top: 2em;
	}
}
@media (min-width: 1360px) {
	.product-thumb .price{
		margin-top: 0em;
	}
}
hr {
	border-color: #746057;
    margin-top: 14px;
    margin-bottom: 16px;
}

.price {
    color: #e92e2e;
    font-size: 24px;
    font-family: 'Segoe Print';
    font-weight: bold;
    margin-top: 17px;
    margin-bottom: 20px;
}

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
    font-weight: bold;
    font-family: 'Segoe Print';
    text-align: center;
}
.product-thumb h4 a {
	color: #472702;
}
.product-thumb .caption {
	padding: 0 20px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
    color: #f34871;
    font-family: 'Segoe Print';
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 20px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb h4 {
    height: 36px;
}
.product-thumb .price-old {
    color: #472702;
    font-size: 14px;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .cat-balloon {
		background-size: contain!important;
	}
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	//overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails {
    //margin-bottom: 25px;
}
.thumbnails {
	//margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	display: block;
	margin: 0px;
	box-shadow: 4px 4px 7px 2px #d5d5d5;
    border-radius: 0px;
    padding: 7px;
}
.image-additional {
	//max-width: 78px;
}
.thumbnails .image-additional {
	//float: left;
	//margin-left: 20px;
}
.checkbox-inline, .radio-inline { position: relative; }

.thumbnail.single-product-thumbnail {
    box-shadow: 4px 4px 7px 2px #d5d5d5;
    margin: 6px 12px 3px 8px;
    border-radius: 0px;
    padding: 9px 8px;
    border: none;
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
#product-images {
    background: none;
}

#product-images .owl-wrapper-outer {
    border: none;
    box-shadow: none;
    padding-bottom: 25px;
}

#product-images .owl-wrapper-outer .owl-item:nth-child(2n+1) {
    padding: 6px;
    border-radius: 0px;
    border: none;
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
#product-images .owl-wrapper-outer .owl-item:nth-child(2n+2) {
    padding: 6px;
    border-radius: 0px;
    border: none;
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
#product-images .owl-wrapper-outer .owl-item:nth-child(3n+1) {
	position: relative;
    left: 8px;
}
#product-images .owl-wrapper-outer .owl-item:nth-child(3n+2) {
	position: relative;
}
#product-images .owl-wrapper-outer .owl-item:nth-child(3n+3) {
	position: relative;
    right: 7px;
}
/* Placeholder Stylesheet */
::-webkit-input-placeholder { color: inherit; }
:-moz-placeholder { color: inherit; }
::-moz-placeholder { color: inherit; }
:-ms-input-placeholder { color: inherit; }

/* Navbar with N-level dropdown menu*/
/**
<ul class="nav navbar-nav">
	<li class="dropdown">
		<a href="#" class="dropdown-toggle" data-toggle="dropdown">PARENT</a>
		<div class="dropdown-menu">
        	<div class="dropdown-inner">
        		<ul class="list-unstyled">
        			<li class="dropdown-submenu">
						<a href="#" class="dropdown-toggle" data-toggle="dropdown">CHILD</a>
						<div class="dropdown-menu">
        					<div class="dropdown-inner">
        					</div>
        				</div>
        			</li>
        		</ul>
        	</div>
        </div>
	</li>
</ul>
**/
.dropdown-submenu { position: relative; } 
.dropdown-submenu:after {
	position: absolute;
    right: 8px;
    top: 0;
    content: '\f0da';
    font-family: FontAwesome;
    height: 100%;
    vertical-align: middle;
    line-height: 28px;
    font-size: 14px;
    color: inherit;
}
.dropdown-submenu:hover:after { color: #fff; }
@media (max-width: 768px) {
	.dropdown-submenu:after { content: '\f0d7'; }
}
.dropdown-submenu > .dropdown-menu { 
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu.pull-left { float:none; } 
.dropdown-submenu.pull-left > .dropdown-menu { 
	left: -100%;
	margin-left: 10px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

.clear { clear: both; }
:focus { outline: none !important; }

/* Default Breakpoint */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.ribb-img {
		display: none;
	}
	.orange-banner {
		background: url(../image/bestseller-mobile.png) no-repeat;
	    padding: 111px 28px 61px 47px;
	}
	.orange-banner span {
	    top: -19px;
        -ms-transform: rotate(-17deg);
	    -webkit-transform: rotate(-17deg);
	    transform: rotate(-17deg);
	}
	.master-slider-box {
		background: url('../image/frame_slider.png') no-repeat;
	    max-width: 100%;
	    padding-top: 8%;
	    padding-bottom: 10%;
	    padding-left: 9%;
	    padding-right: 9%;
	    background-size: cover;
	    margin-left: 3%;
	    background-size: cover;
	}
	.master-slider {
	    max-width: 89%;
	}
	#menu {
	    background: #ffffff;
	}
	.wood-banner {
	    background: url(../image/woodban.png) no-repeat;
        background-size: 292px 230px;
	    color: #472702;
	    font-size: 30px;
	    font-family: 'Segoe Print';
	    font-weight: bold;
	    padding: 135px 32px 166px 35px;
	    margin-top: -118px;
	    margin-bottom: -114px;
        background-position: top;
        text-align: center;
	}
	.wood-banner span {
	    display: block;
	    max-width: 200px;
	    margin: auto;
	}
	.wood-banner1 {
	    background: url(../image/woodban.png) no-repeat;
        background-size: 292px 230px;
	    color: #472702;
	    font-size: 30px;
	    font-family: 'Segoe Print';
	    font-weight: bold;
	    padding: 147px 34px 171px 34px;
	    margin-top: -118px;
	    margin-bottom: -114px;
        background-position: top;
        text-align: center;
	}
	.wood-banner1 span {
	    width: 100%;
	    display: block;
        max-width: 200px;
	    text-align: center;
	    margin: auto;
	}
	.homeinfo-box {
	    background: url('../image/service-mobile.png') no-repeat;
	    background-size: contain;
	    padding: 0% 0% 0% 0%;
	}
	#homeinfo {
		background: none;
	    padding: 37% 0% 49% 0%;
	    max-width: 52%;
	    margin-left: 29%;
	    margin-right: 29%;
	}
	.info-title {
	    color: #e92e2e;
	    font-family: 'Segoe Print';
	    font-size: 18px;
	    font-weight: bold;
	}
	.info-desc {
	    color: #727272;
	    font-size: 13px;
	    margin-top: 8px;
	}

	.info-href a {
	    display: block;
	    color: #727272;
	    font-size: 13px;
	    text-align: right;
	    margin-top: 4%;
	}
	.bestseller1 {
        position: absolute;
        bottom: -40px;
	    right: -113px;
	    z-index: 99;
	    width: 140%;
	}
	.home-beige {
		padding-top: 26%!important;
	}
	.home-beige .container {
	    //overflow-x: hidden!important;
	}
	.home-green {
	    //overflow-x: hidden;
	}
	.cat-balloon {
		background-size: cover;
	}
	.green-banner {
		background: url('../image/title_banner.png') no-repeat;
	    padding: 31px 0px 30px 6px;
	}

	.green-banner span {
	    display: block;
	    max-width: 269px;
	    text-align: center;
	}
	.xs {
	    float: left;
	    width: 100%;
	    max-width: 78%;
	}
	.cntbox {
	    margin-left: 0px;
	    margin-top: 40px;
	    margin-bottom: 16px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .cat-balloon .inline-unstyled li {
        width: 100% !important;
    }
    .cat-balloon {
        background: unset !important;
    }
    .wood-banner1 {
        font-size: 28px;
    }
	.orange-banner {
		background: url(../image/bestseller-mobile.png) no-repeat;
	    padding: 86px 28px 61px 33px;
	}
	.orange-banner span {
	    top: -25px;
        -ms-transform: rotate(-17deg);
	    -webkit-transform: rotate(-17deg);
	    transform: rotate(-17deg);
	}
	
	.homeinfo-box {
	    background: url('../image/service-mobile.png') no-repeat;
	    background-size: cover;
	    background-position: center;
	    padding: 0% 0% 0% 0%;
	}

	#homeinfo {
		background: none;
	    padding: 45% 0% 49% 0%;
        max-width: 68%;
	    margin-left: 19%;
	    margin-right: 19%;
	}
	.info-title {
	    color: #e92e2e;
	    font-family: 'Segoe Print';
	    font-size: 18px;
	    font-weight: bold;
	}
	.info-desc {
	    color: #727272;
	    font-size: 13px;
	    margin-top: 8px;
	}

	.info-href a {
	    display: block;
	    color: #727272;
	    font-size: 13px;
	    text-align: right;
	    margin-top: 4%;
	}
	.xs {
	    float: left;
	    width: 100%;
	    max-width: 78%;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.xs {
	    float: left;
	    width: 100%;
	    max-width: 74%;
	}
	.green-banner {
		background: url('../image/title_banner.png') no-repeat;
	    padding: 31px 0px 30px 6px;
	}

	.green-banner span {
	    display: block;
	    max-width: 269px;
	    text-align: center;
	    font-size: 26px;
	}
	.homeinfo-box {
	    background: url('../image/service-mobile.png') no-repeat;
	    background-size: cover;
	    background-position: center;
	    padding: 0% 0% 0% 0%;
	}

    #homeinfo {
	    background: none;
	    padding: 45% 0% 49% 0%;
	    max-width: 78%;
	    margin-left: 15%;
	    margin-right: 15%;
	}
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
.col-xs-offset-15 {
	margin-left: 20%;
}

.pagination>li {
    display: inline-block;
    margin: 0px 3px;
}

.cntbox {
    color: #746057;
}

p.text_account_already a {
    color: #e61010;
    border-bottom: 1px solid;
}

p.text_account_already {
    margin-bottom: 30px;
    color: #746057;
}

label.col-sm-2.control-label {
	text-align: left;
	color: #746057;
}

body.account-register .form-horizontal .form-group .col-sm-10 .form-control {
    height: 30px;
}


@media (min-width: 768px) {
	.orange-banner {
		background: url(../image/orange-banner.png) no-repeat;
		padding: 135px 28px 58px 90px;
	}

	.orange-banner span {
		top: -7px;
		-ms-transform: rotate(-12deg);
        -webkit-transform: rotate(-12deg);
    	transform: rotate(-12deg);

	}
	body.account-register label.col-sm-2.control-label {
	    width: 21%;
	}

	body.account-register .form-horizontal .form-group .col-sm-10 {
	    width: 63%;
	}
	label.col-sm-2.control-label {
        //width: 10%;
    	text-align: left;
    	color: #746057;
	}
	.cntbox {
	    margin-left: 20px;
	}
	h1.fillin {
	    margin-top: 126px;
	    text-align: center;
        margin-bottom: 30px;
	}
	
	.cntform {
	    top: -90px;
	    z-index: 9;
	}
	.green-banner {
		background: url('../image/title_banner.png') no-repeat;
	    padding: 31px 0px 30px 6px;
	}

	.green-banner span {
	    display: block;
	    max-width: 269px;
	    text-align: center;
	}
	#menu .nav > li > a {
	    padding-left: 6px;
	    padding-right: 6px;
	    font-size: 13px;
	}
	.red-banner {
	    margin-bottom: -100px;
	}
	.info-title {
	    color: #e92e2e;
	    font-family: 'Segoe Print';
	    font-size: 18px;
	    font-weight: bold;
	}
	.info-desc {
	    color: #727272;
	    font-size: 13px;
	    margin-top: 8px;
	}

	.info-href a {
	    display: block;
	    color: #727272;
	    font-size: 13px;
	    text-align: right;
	    margin-top: 4%;
	}
	#menu {
	    background: url(../image/menu-bg.png) no-repeat;
	    background-position: right top;
        padding-bottom: 6%;
        margin-bottom: -4%;
	}
	#menu .collapse.navbar-collapse.navbar-ex1-collapse {
	    padding-top: 9px;
	}
	.col-sm-15 {
        width: 20%;
        float: left;
    }
    .col-sm-offset-15 {
		margin-left: 20%;
	}
    .master-slider-box {
		background: url('../image/slider.png') no-repeat;
	    max-width: 53%;
	    padding-top: 3%;
	    padding-bottom: 8%;
	    padding-left: 22%;
	    padding-right: 4%;
	    background-size: contain;
	}
	.masterbox-box {
	    width: 52%;
	    margin-left: -8%;
	    float: right;
	    z-index: 9999;
    	position: relative;
	}
	.master-slider {
	    max-width: 551px;
	    //background: url('../image/slider.png') no-repeat;
	}
	.wood-banner {
	    background: url(../image/header.png) no-repeat;
	    background-size: contain;
	    color: #472702;
	    font-size: 20px;
	    font-family: 'Segoe Print';
	    font-weight: bold;
        padding: 93px 29px 100px 29px;
    	margin-top: -51px;
    	margin-bottom: -40px;
	}
	.wood-banner1 {
	    background: url(../image/wood-sec.png) no-repeat;
	    background-size: contain;
	    color: #472702;
	    font-size: 20px;
	    font-family: 'Segoe Print';
	    font-weight: bold;
        padding: 71px 29px 28px 46px;
	    margin-top: -71px;
	    margin-bottom: -40px;
	}
	.wood-banner1 span {
	    width: 100%;
	    display: block;
	    max-width: 184px;
	    text-align: center;
	}
	.homeinfo-box {
	    background: url('../image/services.png') no-repeat;
	    background-size: 104%;
        background-position: 12% 0%;
	    padding: 0% 0% 0% 0%;
	}
	#homeinfo {
		background: none;
	    padding: 21% 0% 33% 0%;
	    max-width: 20%;
	    margin-left: 66%;
	    margin-right: 29%;
	}
	.bestseller1 {
	    position: absolute;
	    bottom: 120px;
	    right: -148px;
	    z-index: 99;
	    width: 60%;
	}
	.product-product .wood-banner1 {
	    margin-bottom: 0px;
	}
	.xs {
	    float: left;
	    width: 100%;
	    max-width: 84%;
	}
}
@media (min-width: 992px) {
	#menu .nav > li > a {
	    padding-left: 9px;
	    padding-right: 9px;
	    font-size: 17px;
	}
	.info-title {
	    color: #e92e2e;
	    font-family: 'Segoe Print';
	    font-size: 20px;
	    font-weight: bold;
	}
	.info-desc {
	    color: #727272;
	    font-size: 15px;
	    margin-top: 8px;
	}

	.info-href a {
	    display: block;
	    color: #727272;
	    font-size: 15px;
	    text-align: right;
	    margin-top: 4%;
	}
	.wood-banner {
	    background: url(../image/header.png) no-repeat;
	    color: #472702;
	    font-size: 30px;
	    font-family: 'Segoe Print';
	    font-weight: bold;
	    padding: 157px 34px 171px 59px;
	    margin-top: -138px;
	    margin-bottom: -114px;
	}
	.wood-banner1 {
	    background: url(../image/wood-sec.png) no-repeat;
	    background-size: contain;
	    color: #472702;
	    font-size: 30px;
	    font-family: 'Segoe Print';
	    font-weight: bold;
        padding: 113px 37px 112px 70px;
	    margin-top: -81px;
	    margin-bottom: -114px;
	}
	.wood-banner1 span {
	    width: 100%;
	    display: block;
	    max-width: 300px;
	    text-align: center;
	}
    .col-md-15 {
        width: 20%;
        float: left;
    }
    .col-md-offset-15 {
		margin-left: 20%;
	}
    .master-slider-box {
		background: url('../image/slider.png') no-repeat;
	    max-width: 53%;
	    padding-top: 3%;
	    padding-bottom: 8%;
	    padding-left: 22%;
	    padding-right: 4%;
	    background-size: contain;
	}
	.masterbox-box {
	    width: 52%;
	    margin-left: -8%;
	    float: right;
	    z-index: 9999;
    	position: relative;
	}
	.homeinfo-box {
	    background: url('../image/services.png') no-repeat;
	    background-size: 90%;
        background-position: 12% 0%;
	    padding: 0% 0% 0% 0%;
	}
	#homeinfo {
	    background: none;
	    padding: 21% 0% 31% 0%;
	    max-width: 20%;
	    margin-left: 60%;
	    margin-right: 29%;
	}
	.bestseller1 {
        position: absolute;
	    bottom: 120px;
	    right: -148px;
	    z-index: 99;
	    width: 60%;
	}
	.product-product .wood-banner1 {
	    margin-bottom: -40px;
	}
	.xs {
	    float: left;
	    width: 100%;
	    max-width: 88%;
	}
}
@media (min-width: 1024px) {
	.xs {
	    float: left;
	    width: 100%;
	    max-width: 90%;
	}
	#menu .nav > li > a {
	    padding-left: 15px;
	    padding-right: 15px;
	    font-size: 17px;
	}
	.bestseller1 {
	    position: absolute;
	    bottom: 175px;
	    right: 0px;
	    z-index: 99;
	    width: 60%;
	}
	.info-desc {
	    color: #727272;
	    font-size: 15px;
	    margin-top: 8px;
	}

	.info-href a {
	    display: block;
	    color: #727272;
	    font-size: 15px;
	    text-align: right;
	    margin-top: 4%;
	}
	.col-lg-offset-15 {
		margin-left: 20%;
	}
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    .master-slider-box {
		background: url('../image/slider.png') no-repeat;
        max-width: 52%;
	    padding-top: 3%;
	    padding-bottom: 8%;
    	padding-left: 21%;
	    padding-right: 3%;
	    background-size: contain;
	}
	.masterbox-box {
	    width: 54%;
	    margin-left: -12%;
	    float: right;
        z-index: 9999;
    	position: relative;
	}
	.homeinfo-box {
	    background: url('../image/services.png') no-repeat;
        background-size: 74%;
        background-position: 12% 0%;
	    padding: 0% 0% 0% 0%;
	}
	#homeinfo {
		background: none;
		padding: 18% 0% 33% 0%;
	    max-width: 20%;
	    margin-left: 50%;
	    margin-right: 29%;

	}
	.wood-banner1 {
	    background: url(../image/wood-sec.png) no-repeat;
	    background-size: contain;
	    color: #472702;
	    font-size: 30px;
	    font-family: 'Segoe Print';
	    font-weight: bold;
        padding: 113px 37px 112px 70px;
	    margin-top: -81px;
	    margin-bottom: -114px;
	}
	.wood-banner1 span {
	    width: 100%;
	    display: block;
	    max-width: 300px;
	    text-align: center;
	    margin-top: -1em;
        margin-left: -1em;
	}
	.product-product .wood-banner1 {
	    margin-bottom: -40px;
	}
}
@media (min-width: 1600px) {
	.xs {
	    float: left;
	    width: 100%;
	    max-width: 90%;
	}
	#menu .nav > li > a {
	    padding-left: 15px;
	    padding-right: 15px;
	    font-size: 17px;
	}
	.bestseller1 {
	    position: absolute;
	    bottom: 175px;
	    right: 0px;
	    z-index: 99;
	    width: 60%;
	}
	.info-desc {
	    color: #727272;
	    font-size: 15px;
	    margin-top: 8px;
	}

	.info-href a {
	    display: block;
	    color: #727272;
	    font-size: 15px;
	    text-align: right;
	    margin-top: 4%;
	}
	.col-lg-offset-15 {
		margin-left: 20%;
	}
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    .master-slider-box {
		background: url('../image/slider.png') no-repeat;
        max-width: 52%;
	    padding-top: 3%;
	    padding-bottom: 8%;
    	padding-left: 21%;
	    padding-right: 3%;
	    background-size: contain;
	}
	.masterbox-box {
	    width: 54%;
	    margin-left: -12%;
	    float: right;
        z-index: 9999;
    	position: relative;
	}
	.homeinfo-box {
	    background: url('../image/services.png') no-repeat;
        background-size: 74%;
        background-position: 12% 0%;
	    padding: 0% 0% 0% 0%;
	}
	#homeinfo {
		background: none;
		padding: 18% 0% 33% 0%;
	    max-width: 20%;
	    margin-left: 50%;
	    margin-right: 29%;

	}
	.wood-banner1 {
	    background: url(../image/wood-sec.png) no-repeat;
	    background-size: contain;
	    color: #472702;
	    font-size: 30px;
	    font-family: 'Segoe Print';
	    font-weight: bold;
        padding: 113px 37px 112px 70px;
	    margin-top: -81px;
	    margin-bottom: -114px;
	}
	.wood-banner1 span {
	    width: 100%;
	    display: block;
	    max-width: 300px;
	    text-align: center;
	    margin-top: 0em;
        margin-left: 0em;
	}
	.product-product .wood-banner1 {
	    margin-bottom: -40px;
	}
}
@media (min-width: 1400px) {
	.xs {
	    float: left;
	    width: 100%;
	    max-width: 90%;
	}
	#menu .nav > li > a {
	    padding-left: 15px;
	    padding-right: 15px;
	    font-size: 17px;
	}
	.bestseller1 {
	    position: absolute;
	    bottom: 175px;
	    right: 0px;
	    z-index: 99;
	    width: 60%;
	}
	.info-desc {
	    color: #727272;
	    font-size: 15px;
	    margin-top: 8px;
	}

	.info-href a {
	    display: block;
	    color: #727272;
	    font-size: 15px;
	    text-align: right;
	    margin-top: 4%;
	}
	.col-lg-offset-15 {
		margin-left: 20%;
	}
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    .master-slider-box {
		background: url('../image/slider.png') no-repeat;
        max-width: 52%;
	    padding-top: 3%;
	    padding-bottom: 8%;
    	padding-left: 21%;
	    padding-right: 3%;
	    background-size: contain;
	}
	.masterbox-box {
	    width: 54%;
	    margin-left: -12%;
	    float: right;
        z-index: 9999;
    	position: relative;
	}
	.homeinfo-box {
	    background: url('../image/services.png') no-repeat;
        background-size: 74%;
        background-position: 12% 0%;
	    padding: 0% 0% 0% 0%;
	}
	#homeinfo {
		background: none;
		padding: 18% 0% 33% 0%;
	    max-width: 20%;
	    margin-left: 50%;
	    margin-right: 29%;

	}
	.wood-banner1 {
	    background: url(../image/wood-sec.png) no-repeat;
	    background-size: contain;
	    color: #472702;
	    font-size: 30px;
	    font-family: 'Segoe Print';
	    font-weight: bold;
        padding: 113px 37px 112px 70px;
	    margin-top: -81px;
	    margin-bottom: -114px;
	}
	.wood-banner1 span {
	    width: 100%;
	    display: block;
	    max-width: 300px;
	    text-align: center;
	    margin-top: 0em;
        margin-left: 0em;
	}
	.product-product .wood-banner1 {
	    margin-bottom: -40px;
	}
}
@media (min-width: 1280px) {
	.xs {
	    float: left;
	    width: 100%;
	    max-width: 90%;
	}
	#menu .nav > li > a {
	    padding-left: 15px;
	    padding-right: 15px;
	    font-size: 17px;
	}
	.bestseller1 {
	    position: absolute;
	    bottom: 175px;
	    right: 0px;
	    z-index: 99;
	    width: 60%;
	}
	.info-desc {
	    color: #727272;
	    font-size: 15px;
	    margin-top: 8px;
	}

	.info-href a {
	    display: block;
	    color: #727272;
	    font-size: 15px;
	    text-align: right;
	    margin-top: 4%;
	}
	.col-lg-offset-15 {
		margin-left: 20%;
	}
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    .master-slider-box {
		background: url('../image/slider.png') no-repeat;
        max-width: 52%;
	    padding-top: 3%;
	    padding-bottom: 8%;
    	padding-left: 21%;
	    padding-right: 3%;
	    background-size: contain;
	}
	.masterbox-box {
	    width: 54%;
	    margin-left: -12%;
	    float: right;
        z-index: 9999;
    	position: relative;
	}
	.homeinfo-box {
	    background: url('../image/services.png') no-repeat;
        background-size: 74%;
        background-position: 12% 0%;
	    padding: 0% 0% 0% 0%;
	}
	#homeinfo {
		background: none;
		padding: 18% 0% 33% 0%;
	    max-width: 20%;
	    margin-left: 50%;
	    margin-right: 29%;

	}
	.wood-banner1 {
	    background: url(../image/wood-sec.png) no-repeat;
	    background-size: contain;
	    color: #472702;
	    font-size: 30px;
	    font-family: 'Segoe Print';
	    font-weight: bold;
        padding: 113px 37px 112px 70px;
	    margin-top: -81px;
	    margin-bottom: -114px;
	}
	.wood-banner1 span {
	    width: 100%;
	    display: block;
	    max-width: 300px;
	    text-align: center;
	    margin-top: 0em;
        margin-left: 0em;
	}
	.product-product .wood-banner1 {
	    margin-bottom: -40px;
	}
}
@media (min-width: 1200px) {
	.xs {
	    float: left;
	    width: 100%;
	    max-width: 90%;
	}
	#menu .nav > li > a {
	    padding-left: 15px;
	    padding-right: 15px;
	    font-size: 17px;
	}
	.bestseller1 {
	    position: absolute;
	    bottom: 175px;
	    right: 0px;
	    z-index: 99;
	    width: 60%;
	}
	.info-desc {
	    color: #727272;
	    font-size: 15px;
	    margin-top: 8px;
	}

	.info-href a {
	    display: block;
	    color: #727272;
	    font-size: 15px;
	    text-align: right;
	    margin-top: 4%;
	}
	.col-lg-offset-15 {
		margin-left: 20%;
	}
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    .master-slider-box {
		background: url('../image/slider.png') no-repeat;
        max-width: 52%;
	    padding-top: 3%;
	    padding-bottom: 8%;
    	padding-left: 21%;
	    padding-right: 3%;
	    background-size: contain;
	}
	.masterbox-box {
	    width: 54%;
	    margin-left: -12%;
	    float: right;
        z-index: 9999;
    	position: relative;
	}
	.homeinfo-box {
	    background: url('../image/services.png') no-repeat;
        background-size: 74%;
        background-position: 12% 0%;
	    padding: 0% 0% 0% 0%;
	}
	#homeinfo {
		background: none;
		padding: 18% 0% 33% 0%;
	    max-width: 20%;
	    margin-left: 50%;
	    margin-right: 29%;

	}
	.wood-banner1 {
	    background: url(../image/wood-sec.png) no-repeat;
	    background-size: contain;
	    color: #472702;
	    font-size: 30px;
	    font-family: 'Segoe Print';
	    font-weight: bold;
        padding: 113px 37px 112px 70px;
	    margin-top: -81px;
	    margin-bottom: -114px;
	}
	.wood-banner1 span {
	    width: 100%;
	    display: block;
	    max-width: 300px;
	    text-align: center;
	}
	.product-product .wood-banner1 {
	    margin-bottom: -40px;
	}
}
@media (min-width: 320px) {

	.wood-banner1 span {
	    width: 100%;
	    display: block;
	    text-align: center;
	    margin-top: -.5em;
	}
}
.home_content_top {
	background: url('../image/home-yellow.png') no-repeat;
	background-size: cover;
}

.master-slider-box, .masterbox-box {
	display: inline-block;
}

#logo {
    max-width: 647px;
    margin: 6px auto 18px auto;
}

.social-button {
    margin-top: 18px;
}

.balloon-top-left {
    position: absolute;
    left: -148px;
    top: 38px;
}

.balloon-top-right {
    position: absolute;
    right: -185px;
    top: 40px;
}

.common-home {
	overflow-x: hidden;
}

#featured {
    background: none!important;
}

#featured  .owl-wrapper-outer {
	background: none!important;
	border: none!important;
	box-shadow: none!important;
}

#featured  .owl-wrapper {
    background: none!important;
}

#featured  .owl-item {
    padding: 0px 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#featured .owl-item {
	
}

#featured .owl-item:after{
    content: '';
    background: url(../image/backshadow.png) no-repeat;
    width: 94%;
    height: 44px;
    background-size: contain;
    position: absolute;
    bottom: 8px;
    z-index: -9;
}

#featured .owl-item:nth-child(3n+1) {
	-ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
}

#featured .owl-item:nth-child(3n+2) {
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

#featured .owl-item:nth-child(3n+3) {
	-ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);
}

body:not(.common-home) header {
    background: url(../image/header_bg.png);
    background-size: cover;
    padding-bottom: 53px;
}

header {
	//overflow: hidden;
}

.home-green {
	background: url('../image/home-green.png') repeat-x;
    background-size: cover;
 	padding-top: 2%;
    padding-bottom: 4%;

}

#homeinfo .owl-wrapper-outer {
	border: none;
	box-shadow: none;
}


.red-banner {
	background: url(../image/red-ban.png) no-repeat;
    color: #ffffff;
    text-align: center;
    background-position: center;
    padding: 48px 0px;
    font-size: 30px;
    font-family: 'Segoe Print';
}

.home-beige {
	background: url('../image/home-beige.png') repeat-x;
    background-size: cover;
    padding-top: 12%;
    padding-bottom: 4%;
    margin-top: -20%;
    z-index: 9;
    position: relative;

}

#bestsellers {
    background: none;
    position: relative;
}

#bestsellers .owl-wrapper-outer {
    border: none;
    box-shadow: none;
}

#bestsellers .product-layout {
    padding: 15px;
    position: relative;
}

#bestsellers .product-layout:after {
    content: '';
    background: url(../image/double-balloon.png) no-repeat;
    width: 82%;
    height: 93%;
    background-size: 98% 100%;
    position: absolute;
    bottom: 8px;
    right: -17px;
    z-index: -9;
}

#bestsellers .product-thumb {
	box-shadow: none;
    padding: 8px;
}

.best-box .bestt {
    display: inline-block;
}

.best-box .bestt.right {
    float: right;
}

.product-thumb .caption {
    padding: 0 10px;
}

.product-thumb .best-box {
	padding: 0 10px;
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
    margin-top: 14px;
}

#bestsellers .product-thumb .caption h4 {
	text-align: left;
	max-width: 330px;
}

.arrow-cart {
    margin-left: 10px;
}

.owl-controls .owl-page span {
	background: #ffffff!important;
	border-color: #ffffff!important;
	box-shadow:none!important;
}

.owl-controls .owl-page.active span {
    background: #f00087!important;
}

.pink-balloon {
    position: absolute;
    right: -115px;
    bottom: 118px;
}

.colorful-balloon {
    position: absolute;
    left: -400px;
    bottom: -9px;
}

.dec-balloon {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

img.best1 {
    position: absolute;
    left: -32px;
    top: -9px;
    z-index: 9;
}

img.best2 {
    position: absolute;
    right: -34px;
    z-index: 9;
    top: -4px;
}

.footer-bottom li {
    padding: 0px 1px;
}

.footer-bottom li a {
    font-family: 'Segoe Print';
    color: #fff;
    font-size: 15px;
}

.footer-bottom li:not(:last-child):after {
    content: '/';
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
}

.footer-left {
    margin-bottom: 0px;
    margin-top: 20px;
}

.footer-left li {
	position: relative;
}

.footer-left li:not(:last-child):after {
    content: '';
    width: 1px;
    height: 13px;
    background: #ffffff;
    position: absolute;
    right: -2px;
    top: 4px;
}

.footer-left li a {
    color: #ffffff;
}

.firstcom, .powered {
    text-align: right;
}

.footer-bottom {
    margin-bottom: 20px;
}

.product-grid:nth-child(1) {
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.product-grid:nth-child(2) {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.product-grid:nth-child(3) {
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.product-grid:nth-child(4) {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.product-grid:nth-child(5) {
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.product-grid:nth-child(6) {
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.product-grid:nth-child(7) {
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.product-grid:nth-child(8) {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.product-grid:nth-child(9) {
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.pag {
    border-top: 1px solid #746057;
    padding-top: 15px;
    margin-top: 40px;
    padding-bottom: 15px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    border: 1px solid #746057;
    background: none;
    color: #746057;
    font-family: 'Lato Regular';
    font-size: 14px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	border: 1px solid #746057;
    background: none;
    color: #746057;
    font-family: 'Lato Regular';
    font-size: 14px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>li>a, .pagination>li>span {
	border: 1px solid #746057;
    background: none;
    color: #746057;
    font-family: 'Lato Regular';
    font-size: 14px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

li.text_last {
    display: none;
}

li.text_first {
	display: none;
}

.arrow-left {
    width: 7px;
}

.arrow-right {
    width: 7px;
}

.cat-balloon {
    background: url(../image/cat-top.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 12% 0% 12% 0%;
}

.cat-balloon .inline-unstyled li {
    display: inline-block;
    vertical-align: top;
}

.cat-balloon .inline-unstyled a {
    background: none;
    border: none;
    color: #472702;
    padding-bottom: 2px;
    padding-top: 2px;
}

.cat-balloon .inline-unstyled a.active, .cat-balloon .inline-unstyled a:hover {
    color: #472702;
    background: none;
}

.cat-balloon .inline-unstyled {
    width: 90%;
    margin: auto;
    padding: 0px;
}

.parent.list-group-item {
    font-family: 'Segoe Print';
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.category-children a {
    font-family: 'Lato Regular';
    font-size: 13px;
}

.product-product .stock {
	color: #472702; font-family: 'Segoe Print';
	font-size: 15px;
}

.product-product .inner-product .price {
    color: #e92e2e;
    font-size: 24px;
    font-family: 'Segoe Print';
    font-weight: bold;
    margin-top: 17px;
    margin-bottom: 20px;
}

.inner-product label {
    font-family: 'Segoe Print';
    font-size: 15px;
    color: #472702;
    margin-bottom: 8px;
}

.pro-desc {
    color: #472702;
    font-family: 'Segoe Print';
    font-size: 15px;
}

.inner-product .form-control {
    font-family: 'Lato Italic';
}

.inner-product label.input-quantity {
    margin-top: 6px;
}

.inner-product .form-control {
    font-family: 'Lato Italic';
    max-width: 300px;
}

#input-quantity {
    width: initial;
}

h2.text_related {
    color: #e92e2e;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #746057;
    padding-bottom: 10px;
}

.table-nobordered {
    border-bottom: 1px solid #746057;
}

.table-nobordered thead {
    border-bottom: 1px solid #746057;
}

.table-nobordered tbody tr td {
    border: none;
    vertical-align: middle;
    color: #746057;
	font-size: 13px;
	font-family: 'Lato Regular';
}

.table-nobordered thead tr td {
	color: #e61010;
	font-family: 'Segoe Print';
	font-size: 14px;
	font-weight: bold;
}

.table-nobordered tbody tr td a {
	color: #746057;
	font-size: 13px;
	font-family: 'Lato Regular';
}

.btn-ca {
    background: none;
    margin: 5px 5px;
    padding: 0px;
    color: #252525;
}

input#quantity {
    padding: 0px 20px;
    text-align: center;
    border: none;
    box-shadow: none;
}

.green-banner {
	color: #ffffff;
    margin-bottom: 60px;
    margin-top: -40px;
}



body:not(.common-home) #content {
    margin-bottom: 30px;
}

.qtybox {
    max-width: 100px;
    margin: auto;
}

.red-title {
    color: #e61010;
    margin-bottom: 10px;
    padding-left: 1em;
}

.sub-beige {
    margin-top: 10px;
    color: #746057;
    font-size: 15px;
}

.well {
    border-color: #746057;
    border-radius: 0px;
    box-shadow: none;
    background: none;
    padding: 30px 50px;
}

.sub-text {
    color: #746057;
    font-size: 13px;
    max-width: 400px;
    min-height: 152px;
}

.account-login input#input-email, .account-login input#input-password {
    background: #fff;
    max-width: 250px;
    height: 28px;
}

.forgot {
    font-family: 'Lato Italic';
    color: #ff0000;
    display: block;
    text-decoration: underline;
    margin-top: 6px;
}

.list-styled li {
    padding-left: 14px;
    color: #746057;
    font-size: 15px;
}

.list-styled li a {
    font-size: 13px;
    color: #746057;
}

.list-styled {
    margin-top: 20px;
    margin-bottom: 20px;
}

.geocode {
    box-shadow: 4px 4px 7px 2px #d5d5d5;
    padding: 15px;
    border: none;
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    background: #fff;
    margin-top: -40px;
}



.cntbox .add {
    margin-bottom: 10px;
}

.cntbox a {
    color: #e92b2b;
}

.cntform {
	//background: url('../image/contact-form.png') no-repeat;
	//background-size: cover;
}

.g-recaptcha {
    transform: scale(.6);
    float: left;
    margin-left: -52px;
    margin-top: -15px;
}

.form-group1 {
	width: 100%;
    clear: both;
}

.form-group1:before, .form-group1:after {
    display: table;
    content: " ";
}

.form-group1 label.control-label {
    float: left;
    width: 39px;
    text-align: center;
}

.cntform {
    position: relative;
}




.cntform img.contact-form-img {
    position: absolute;
    z-index: -1;
    height: 114%;
}

.cntform fieldset {
    padding: 76px 54px 57px 45px;
    max-width: 555px;
}

.form-control1 {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    padding: 7px 3px;
}

body.information-contact {
    overflow-x: hidden;
}

h1.fillin {
    font-size: 24px;
    color: #414141;
    margin-bottom: 30px;
}

img.blurred-img {
    position: absolute;
    top: 9px;
    left: -136px;
}

img.ribb-img {
    position: absolute;
    left: -365px;
    bottom: -100px;
}

a.agree {
    color: #e61010;
    font-family: 'Segoe Print';
    text-decoration: underline;
}

fieldset {
    margin-bottom: 20px;
}

.agree-box {
    color: #746057;
    font-family: 'Segoe Print';
}

.orange-banner {
    background-size: contain;
    color: #fff;
    margin-top: -92px;
    max-width: 900px;
}

.orange-banner span {
    
    display: inline-block;
    width: 100%;
    max-width: 243px;
    position: relative;
    text-align: center;
}
.info {
    color: #727272;
    font-size: 15px;
    line-height: 23px;
}

.service-box {
	background: url('../image/service-box.png') no-repeat;
	background-size: 100% 100%;
}

.service-box ul {
    list-style: none;
    padding: 34px 30px 34px 44px;
}

.service-box ul li {
	margin-bottom: 20px;
}

.service-box ul li a {
	color: #472702;
	font-family: 'Segoe Print';
	font-weight: bold;
	font-size: 20px;
}

body {
    overflow-x: hidden;
}

.information-information strong {
    color: #e61313;
}

.information-information #content {
	color: #746057;
	font-size: 13px;
}

.balloon_blue {
    position: absolute;
    left: -262px;
    top: 530px;
}

.balloon_yellow {
    position: absolute;
    right: -156px;
    top: 1049px;
}

.gold-ball {
    position: absolute;
    right: -79px;
    top: 751px;
}

.many_heart {
    position: absolute;
    right: -394px;
    top: 1408px;
}

body.product-category, body.product-special {
	background: url(../image/balloon-bg-one.png) no-repeat , url(../image/home-wooden.png);
	background-size: 1879px, contain;
	background-position: top center, top;
}

body.information-information{
	background: url(../image/balloon-bg-two.png) no-repeat , url(../image/home-wooden.png);
	background-size: 1879px, contain;
	background-position: center 320px, top;
}

body.account-register, body.account-login, body.account-account, body.account-address, body.account-address-edit, body.account-password, body.account-edit, body.account-address, body.account-newsletter, body.account-order, body.account-order-info{
	background: url(../image/balloon-bg-three.png) no-repeat , url(../image/home-wooden.png);
	background-size: 1879px, contain;
	background-position: center top, top;
}

.list-inline>li {
	vertical-align: top;
	padding-right: 0;
    padding-left: 0px;
}

.ms-skin-default .ms-nav-next {
    z-index: 99999;
    position: absolute;
}
.ms-slide{
	-ms-transform: rotate(-3deg) !important; /* IE 9 */
    -webkit-transform: rotate(-3deg)!important; /* IE 9 */
    transform: rotate(-3deg)!important; /* IE 9 */
    /*min-height: 387px !important;*/
    /*width: 377.722px !important;*/
    margin-top: -20px !important;
    margin-left: 0px !important;
}
.ms-slide .ms-slide-bgcont, .ms-slide .ms-slide-bgvideocont{
    width: 94% !important;
    margin-left: 1em;
}
.active{
	color: #f96095 !important;
	border-bottom: solid 4px #f96095;
}
.padding-2em{
	padding-left: 2em;
}

img.mfp-img{
	padding: 0 !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
	top: 0%;
    right: .3em !important;
}
figure{
	-webkit-margin-before: -6em;
    -webkit-margin-after: -6em;
}
.mfp-title{
	padding-top: 3em;
}
@media (max-width: 430px) {
	.mfp-title{
	padding-top: 6em;
	}
}
.fa2{
	color: #f96095;
	padding: .3em;
	background-color: white;
	border-radius: 10px; 
}
@media (min-width: 1024px)
{
	#menu .nav > li > a {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 16px;
}
}
@media (min-width: 1200px)
{
	#menu .nav > li > a {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 17px;
}
}