
h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0; padding:0;}
p {margin: 0;}

html, body
{
    font-family: sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #333;
    line-height: 175%;
    background-color: #fff;
    background-repeat: repeat;
	background: #eee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF3d3d////riJKgAAAAAJ0Uk5T/wDltzBKAAAAFUlEQVR42mJgBAEGGMmAxAYCgAADAAGGABmnk/7aAAAAAElFTkSuQmCC);
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.row{
	margin:0;
}
.breadcrumb{
	margin:1em 0;
}

.heading {
    padding-top: 20px;
    font-size: 1.05em;
    color: rgb(17, 17, 17);
    text-align: justify;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0px 0px 10px;
}
.headermenu
{
    float:right;
    width:50%;
    
}

.menu
{
    float:right;
	
}
.menu ul li{
	display:inline-block;
}
.menu ul li.active{
	color:#000;
	font-size:1.0em;
	font-weight:500;
		/*margin-right:1em;*/
}
.menu ul li a{
	color:Green;
	font-size:1.0em;
	padding:0 1px;
}	
/*-- header_top --*/
.top_bg{
  background:#026466;
}
.header_top-sec{
  padding: 15px 0 8px;
}.logo {
	width:65%;
	padding-top:10px;
	height:100px;
	
}

.headermain
{
    top: 0px;
    position: fixed;
     width: 1024px;
    z-index: 1;
    display: block;
}
.header_top
{
    
    height:100px;    
	/*padding:2em 0;*/
}
.login a{
	font-size:13px;
	font-weight:500;
	border:1px solid #E4E4E4;
	padding:10px 15px;
}
.login a:hover{
	color:#026466;
}
.top_left{
	float: right;
	color:#fff;
}
.top_right{
	float:left;
	color: #ffffff;
	margin-top: 3px;
}
.top_right ul,.top_left ul{
	padding:0;
	list-style:none;
	display: inline-block;
	  vertical-align: middle;
}
.top_left ul li.top_link{
	margin-right:10px;
}
.top_right ul li,.top_left ul li{
	display: inline-block;		
}
.social {
  display: inline-block;
}
.top_right ul li:last-child{
	margin-right: 0;
}
.top_right ul li a{
	text-align:center;
	padding: 0px 4px;
	text-transform:uppercase;
	font-size:12px;
	display:block;
	color:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_left ul li{
	font-size:13px;
}
.top_left ul li a{
	text-align:center;
	padding: 0px 4px;
	font-size:13px;
	color:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_right ul li a:hover,.top_left ul li a:hover{
	color:#cfdc00;
	text-decoration: none;
}
.item_add:hover{
}	
.grid_1 img{
	margin-bottom:1em;
}
span.item_price {
  color: #3f3d3d;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
}
.item_quantity {
  margin: 1em 0;
  border: 1px solid rgb(175, 175, 175);
  font-size: 0.85em;
  padding: 5px 10px;
  display: block;
}
.box_1 {
	text-align:center;
	margin-top:1em;
}
.box_1 h3 {
  color: #000;
  font-size: 0.85em;
  margin-bottom: 0;  
}
.box_1 h3 img{
	margin-left: 5px;
}
.box_1 p {
  color: #000;
  font-size: 0.85em;
  margin: 0.5em 0.3em 0;
}
select.item_Size {
  display: block;
  border: 1px solid #999;
  font-size: 0.85em;
  color: #000;
  padding: 5px 10px;
  margin-top: 1em;
}
.item_add  a{
  background: rgb(9, 209, 182);
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 0.85em;
  border: none;
}

.box_1 h3{
  color: #7A8499;
  font-size: 1em;
}
.box_1 h3 img{
	margin-left: 5px;
}
/*-- header --*/
.logo {
  float: left;
}
.logoleft {
  width:12%;
  height:100px;
   float:left;
}
.logoright {
  width:59%;
  height:100px;
   float:left;
}
.headerright
{
    text-align:right;
    float:right;	
}
.header_right {
  float: right;
}
.head-t {
  padding: 1em 0;
}
.social i {
  width: 27px;
  height: 27px;
  background: url('../images/social2.png') no-repeat 0px 0px;
  display: inline-block;
  margin: 0 4px;
}
.social ul li{
	display:inline-block;
}
a i.facebook {
  background-position: -3px -2px;
}
a i.facebook:hover {
  background-position: -3px -36px;
}
a i.twitter {
  background-position: -43px -3px;
}
a i.twitter:hover {
  background-position: -43px -36px;
}
a i.dribble {
  background-position: -83px -3px;
}
a i.dribble:hover {
  background-position: -83px -36px;
}
a i.google {
  background-position: -126px -2px;
}
a i.google:hover {
  background-position: -126px -36px;
}
/* start menu */
.h_nav h4{
	border-bottom: 1px solid rgb(236, 236, 236);
	font-size: 1em;
	color: #000;
	line-height: 1.8em;
	text-transform: uppercase;
	margin-bottom: 4%;
}
.h_nav h4.top{
	margin-top: 12%;
}
.h_nav ul li{
	display: block;
}
.h_nav ul li a{
	display: block;
	font-size: 0.95em;
	color: #555;
	text-transform: capitalize;
	line-height: 1.8em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 2.5em;
}
.h_nav ul li a:hover{
	color:#00405d;
	text-decoration:underline;
}

.menu_sec{
	/*border-top:1px solid #000;
	border-bottom:1px solid #000;*/
	padding:0px 0;
}
.header_right{
	position:relative;
}
.login{
	position:absolute;
	left: -69%;
  top: 24%;
}
/*----*/
.slider{
	position:relative;
	margin:2em 0;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 34px;
  width: 34px;
  background:  url("../images/img-sprite.png") no-repeat -41px -3px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: -80px -3px;
  right: 0;
 }
/*----*/
.sofas img{
	width:100%;
}
.sofa-grid {
	padding:0;
	margin-right:1%;
	text-align:center;
	position:relative;
	width:49%
}
.sofa-grid h3{
	color:#522F15;
	background:rgba(255, 255, 255, 0.62);
	padding:0.5em 0;
	display:block;
	font-size:1.5em;
	position:absolute;
	top:40%;
	width:100%;
		font-family: 'Aladin', cursive;
		letter-spacing:5px;
}
.sofs{
	margin-left:1%;
	margin-right:0;
}
.sofs h3{
	background:rgba(23, 15, 10, 0.82);
	color:#D7D7D7;
}
.sofa-grid h4 a{
	background:#eee;
	color:#999;
	padding:12px 0;
	font-size:13px;
	display:block;
	margin-top:1em;
	letter-spacing:1px;
	 border-bottom: 1px solid #e1e1e1;
	 text-decoration:none;
}
.sofas {
  border-bottom: 1px solid #eee;
  padding-bottom: 2em;
}
.new{
	margin:3em 0;
	
}
.new-products{
	border-bottom: 1px solid #eee;
  padding-bottom: 3em;
}
.new h3,.top-sellers h3{
	text-align:center;
	text-transform:uppercase;
	font-size:1.5em;
	margin-bottom:2em;
	font-family: 'Aladin', cursive;
	letter-spacing:2px;
	color: #026466;
}
.new-items{
	width:32%;
	float:left;	
}
.new_middle{
	margin:0 2%;
}
.new-items img{
	width:100%;
}
.item1{
	padding:48px 26px 27px;
	margin-right:1%;
	background:#eceaea;
}
.item-info{
	margin-top:4em;
}
.item-info3{
	margin-top:5em;
	padding-left:2em;
}
.item-info span,.item-info2 span,.item-info3 span,.item-info4 span,.item-info5 span,.item-info6 span{
	color:#000;
	font-size:0.7em;
	margin:7px 0;
	display:block;
}
.item-info h4 a,.item-info2 h4 a,.item-info3 h4 a,.item-info4 h4 a,.item-info5 h4 a,.item-info6 h4 a{
	font-size:1em;
	background:none;
	color:#5A5A5A;
	padding:0;
}
.item-info h4 a:hover,.item-info2 h4 a:hover,.item-info3 h4 a:hover,.item-info4 h4 a:hover,.item-info5 h4 a:hover,.item-info6 h4 a:hover{
	color:#026466;
	background:none;
}
.item-info a,.item-info2 a,.item-info3 a,.item-info4 a,.item-info5 a,.item-info6 a{
	font-size:0.8em;
	display:inline-block;
	background:#026466;
	padding:0.6em 2em;
	color:#fff;
	text-decoration:none;
	font-weight:500;
}
.item-info a:hover,.item-info2 a:hover,.item-info3 a:hover,.item-info4 a:hover,.item-info5 a:hover,.item-info6 a:hover{
	background:#cfdc00;	
}
.item2{
	padding:26px 26px 18px;
	background:#eceaea;
	margin-bottom:2em;
}
.item3{
	padding:0px 0px 26px;
	background:#eceaea;
}
.item4{
	background:rgba(193, 189, 160, 0.61);
	margin-top:2em;
}
.item5,.item6{
	background:#eceaea;	
}
.item6{
	margin-top:2em;
	  padding:26px 26px 13px 26px;
}
.item-info4{
	margin-top:3em;
	padding:0 0 26px 36px;
}
.item-info5{
	margin-top:4.4em;
	padding:0 0 26px 36px;
}
.item-info6{
	margin-bottom:1em;
}
/*----*/
.seller-grids{
	margin-top:3em;
}
.seller-grid img{
	width:100%;
}
.seller-grids a{
	color:#999;
}
.seller-grid a:hover{
	color:#999;
}
.seller-grid {
  text-align: center;
}
.seller-grid h4 a{
	margin:25px 0 5px 0;
	font-size:0.9em;
	display:block;
}
.seller-grid h4 a:hover{
	color:#026466;
	text-decoration:none;
}
.seller-grid span{
	font-size:0.8em;
}
.seller-grid p{
	font-size:0.9em;
	font-weight:500;
	margin-top:3px;
}
.seller-grids {
  border-bottom: 1px solid #eee;
  padding-bottom: 3em;
}
/*----*/
.recommendation{
	margin-top:3em;
	/*border-bottom: 1px solid #eee;*/
    padding-bottom: 3em;
}
.recmnd-head h3 {
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 2em;
  font-family: 'Aladin', cursive;
  letter-spacing: 2px;
  color: #026466;
}
/*----*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
}
.nbs-flexisel-item 
{
  	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
}
.nbs-flexisel-item > a img {
	cursor: pointer;
	position: relative;	
	max-width:150px;
	max-height:150px;
	border-radius:5px;
	border:1px solid Green;
}
ul#flexiselDemo1 h4 a {
 /* margin: 25px 0 8px 0;*/
  font-size: 0.9em;
  display: block;
  color:#999;
}
ul#flexiselDemo1 h4 a:hover {
  color: #026466;
  text-decoration: none;
}
ul#flexiselDemo1 p{
  font-size: 0.8em;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 35px;
	height: 35px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:30px;
}
.nbs-flexisel-nav-left {
	left: -64px;
 /* background: url(../images/right.png) no-repeat 0px 0px;*/
  top: -10.5px!important;
}
.nbs-flexisel-nav-right {
	right: -60px;
	/* background: url(../images/left.png) no-repeat 0px 0px;*/
	top: -10.5px!important;
}	
/*----*/
.footer-content{
	 height:35px;
	
}
.ftr-grid h4{
  color: #646464;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 5px;
  text-transform:uppercase;
  font-size:1em;
}
.ftr-grid {
  padding-left: 0;
}
.ftr-grid ul li{
	display:block;
}
.ftr-grid ul li:nth-child(1){
	margin-top:0.5em;
}
.ftr-grid ul li a{
	color:#999;
	padding:3px 0;
	display:block;
	font-size:0.9em;
}
.ftr-grid ul li a:hover{
	color:#000;
}


.store
{
    width:100%;
	margin-bottom:0px;	
	margin-left:10px;
	padding-right:10px;
	
	text-align:justify;
	
   
}
.store ul li{
	display:inline-block;
	padding-top:10px;
	text-align:justify;
}
.store ul li.active{
	color:#000;
	font-size:0.8em;
	font-weight:500;
	text-align:justify;
	padding-top:10px;
		/*margin-right:1em;*/
}
.store ul li a{
	color:#999;
	font-size:0.85em;
	padding:0px;
}
.copywrite {
  color:#fff;
  font-size: 12px;
  float:left;
  padding-top:10px;
  padding-left:20px;
  font-weight:normal;
}
.copywrite a 
{
    font-family: sans-serif;
    line-height: 175%;
    margin: 1em 0;
    text-align: left;
    font-size: 12px;
    color:#fff;
}
.copywrite a:hover{
 color:Green;
 font-family : sans-serif;
    line-height: 175%;
    margin: 1em 0;
    text-align: left;
    font-size: 12px;
 text-decoration:underline;
}
/*-- --*/
.product-model-sec {
  margin: 1em 0 0 0;
  float: right;
}
.glyphicon-minus{
	top:-1px!important;
}
.glyphicon-minus:before {
  content: "\2212";
  color:#fff;
  font-size:9px;
  background:rgba(2, 100, 102, 0.71);
  padding:1px 6px;
  margin-right:5px;
}
.rsidebar {
  display: block;
  float: left;
  margin: 2em 2em 0% 0;
  width: 22%;
}
.single-bottom {
  padding-left: 10px;
}
.single-bottom a p{
	padding-bottom:1px;
}
ul.tabs-menu{
	padding:0;
	width: 33%;
	float:right;
}
ul.tabs-menu li{
	display:inline-block;
}
ul.tabs-menu li a{
	font-size: 1em;
	padding: 0.5em 2em;
	text-decoration: none;
	background: #fa558f;
	color: #fff;
}
ul.tabs-menu li.active a{
	background:#333;
}
.tabs-box{
	width: 100%;
	margin: 5em auto 1.5em auto;
}
/*-----*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	width: 100%;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate button{
	padding:9px;
	color:rgba(255, 255, 255, 0.86);
	font-weight:600;
	font-size:0.67em;
	cursor:pointer;
	margin: 27% auto 0 auto;
	display: block;
	border:none;
	width:55%;
	text-decoration:none;
	background:rgba(183, 183, 183, 0.93);
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-transform:uppercase;
}
.b-animate button:hover{
	background:#989898;
}
.glyphicon-eye-open:before {
  content: "\e105";
  color:rgba(255, 255, 255, 0.86);
  margin-right:5px;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	background-size: 100% 100%;
	top: 0px;
	margin: 0;
	min-height: 420px;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
.product-grid {
	width: 30%;
	margin: 0 3% 4% 0;
	float: left;	
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	min-height: 200px;
	border:1px solid Green;
}
.product-grid:hover {
	z-index: 1;
	border:1px solid Maroon;
}
.more-product-info span {
	color:#fff;
	font-size:1em;
	font-weight:500;
	padding:5px 10px;
	display: block;
	background:#fa558f;
	position: absolute;
	top: 0px;
	right: 0;
	cursor: pointer;
	z-index: 999;
}
.products-row a:hover{
	text-decoration:none;
}
.product-img img {
	width: 100%;
	height:200px;
}
.product-info-cust {
	float: left;
	padding: 0.8em 1.2em;
} 
.item_quantity {
  margin: 1em 0;
  font-size: 0.85em;
  padding: 5px 10px;
  display: block;
}
.item_add{
	color:#fff;
	text-decoration:none;
	font-weight:600;
	padding:0.5em 2em;
	font-size:0.8em;
	display:inline-block;
	border-radius:5px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
	margin: 0px 16px 0px 0px;
	background:#026466;
	border:none;
	outline:none;
}
.prt_name{
	padding: 0.8em 1.2em;
	float:none;
}
.items{
	float:none;
	margin: 0 0 16px 0px;
}
.item_add:hover {
	background:#cfdc00;
} 
.product-info-price {
	float: right;
	background: #fff;
	width: 27%;
	text-align: center;
	padding: 0.545em;
}
.product-info-cust h4{
	color:#000;
	font-weight:500;
	font-size:0.9em;
}
.product-info-cust p{
	 font-family: 'Arimo', sans-serif;
	 font-size:0.7em;
	 margin:5px 0;
	 letter-spacing:1px;
}
span.item_price{
	color:#000;
	font-weight:600;
	font-size:1em;
	 font-family: 'Arimo', sans-serif;
}
.tab-grids {
	margin-top: 2em;
}
.product-info.simpleCart_shelfItem {
  margin-top: 30px;
}
/*----*/
ul.place{
	margin: 5px 0;
	background: #f9f9f9;
	width: 100%;  
	padding:0px 5px;
	  cursor: pointer;
}
ul.place li{
	display: inline-block;
	padding: 6px;
}
ul.place li {
	font-size:0.9em;
	color: #8c8c8c;
	text-decoration: none;
	cursor: pointer;
}
ul.place li span{
	color: #f02b63;
}
ul.place li.sort{
	float:left;
}
ul.place li.by{
	float:right;
}
.possible-about p{
	color:#727272;
	font-size:1em;
	line-height:1.5em;
}
.possible-about h4{
	color:#7db122;
	font-size:1.4em;
	
	font-weight:600;
	   padding: 0 0 0.3em;
}
ul.dropdown-menu1 li {
  list-style: none;
}
label.amount {
  color: #7c8389;
  font-size: 0.8em;
  margin-right: 5px;
  font-family: 'Arimo', sans-serif;
}
span.amount {
  color: #7c8389;
  font-size: 0.95em;
  font-family: 'Arimo', sans-serif;
}
.product-model h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  font-family: 'Aladin', cursive;
  letter-spacing: 2px;
  color: #026466;
}
ul.dropdown-menu1 li a:hover{
	color:#000!important;	
}
/*--single--*/
.single_left{
	float:left;
	width:40%;
	margin-right:5%;
}
.single-right{
	float:right;
	width:55%;
}
.single-right h3{
	color:#333;
	font-size:1.2em;
	font-weight:500;
	line-height:1.3em;
}

.single-right {
  width: 50%;
}

@media (max-width: 768px){
.social i {
  height: 24px;
  background: url('../images/social2.png') no-repeat 0px 0px;
  margin: 0 0px;
}
.search input[type="submit"] {
  top: 6px;
}
a i.facebook {
  background-position: -3px -5px;
}
a i.twitter {
  background-position: -43px -6px;
}
a i.dribble {
  background-position: -83px -5px;
}
a i.google {
  background-position: -126px -5px;
}
a i.facebook:hover{
  background-position: -3px -39px;
}
a i.twitter:hover{
    background-position: -43px -39px;
}
a i.dribble:hover{
    background-position: -83px -38px;
}
a i.google:hover{
    background-position: -126px -39px;
}
.top_left ul {
  vertical-align: text-top;
}
.search {
  width: 45%;
}
.search input[type="text"] {
  padding: 10px 10px 10px 15px;
}
.sofa-grid {
  float: left;
}
.sofa-grid h3 {
  padding: 0.5em 0;
  font-size: 1.2em;
  top: 31%;
}
.sofa-grid h4 a {
  padding: 10px 0;
  font-size: 11px;
}
.new {
  margin: 2em 0;
}
.new h3, .top-sellers h3 {
  font-size: 1.3em;
}
.item-info {
 /* margin-top: 2em;*/
}
.item-info3 {
  margin-top: 3em;
}
.item-info a, .item-info2 a, .item-info3 a, .item-info4 a, .item-info5 a, .item-info6 a {
  font-size: 0.65em;
}
.item-info5 {
  margin-top: 3.3em;
  padding: 0 0 26px 26px;
}
.item-info4 {
  margin-top: 2em;
  padding: 0 0 26px 26px;
}
.item-info6 {
  margin-bottom: 1em;
  margin-top: 7px;
}
.seller-grid {
  float: left;
  width: 25%;
}
.nbs-flexisel-nav-left {
  left: 0px;
}
.nbs-flexisel-nav-right {
  right: -9px;
}
.nbs-flexisel-item{
	width:237px!important;
}
.ftr-grid {
  width: 48%;
  float: left;
  margin:0 2% 2% 0;
}

.contact-left,.contact-right {
  padding: 0;
}
.login-right {
  padding: 0;
  margin-top: 2em;
}
.login_sec {
  padding: 3em 0 2em 0;
}
.rsidebar {
  width: 100%;
  margin: 0em 2em 0% 0;
}
}
@media (max-width: 736px){
.item-info h4 a, .item-info2 h4 a, .item-info3 h4 a, .item-info4 h4 a, .item-info5 h4 a, .item-info6 h4 a {
  font-size: 0.9em;
}
.nbs-flexisel-item {
  width: 228px!important;
}
}
@media (max-width: 667px){
.top_left ul li a {
  padding: 1px 0px;
}
.top_left ul {
  vertical-align: -webkit-baseline-middle;
}
.header_top {
  padding: 1em 0;
}
.logo h1 a {
  font-size: 28px;
}
.login a {
  font-size: 11px;
  padding: 8px 15px;
}
.box_1 h3 {
  font-size: 0.8em;
  
}
.box_1 p {
  margin: 0em 0.3em 0;
}
.box_1 p a{
	font-size:0.8em;
}
.item-info2 {
  margin-bottom: 1.5em;
}
.nbs-flexisel-item {
  width: 203px!important;
}
.item-info6 {
  margin-top: 27px;
}
.nbs-flexisel-nav-right {
  right: -14px;
}
.nbs-flexisel-nav-left {
  left: -11px;
}
.ftr-grid {
  margin: 0 2% 5% 0;
}
.registration h2,.contact-head h2 {
  font-size: 1.5em;
}
.registration {
  padding: 2em 0% 3em 0;
}
.contact-head {
  padding: 0em 0 2em 0;
}
.contact {
  padding: 2em 0;
}
}
@media (max-width: 640px){
.top_right ul li a {
  font-size: 11px;
   padding: 0px 1px;
}
.nbs-flexisel-item {
  width: 295px!important;
}
.single_left {
  width: 100%;
  margin-right: 0%;
}
.single-right {
  width: 100%;
}
.navbar-form .form-group {
  display: inline-block;
    padding-left: 15px;
}
.det{
	padding:0;
}
.product-model h2 {
  font-size: 1.5em;
}
.b-animate button {
  width: 68%;
}
}
@media (max-width: 600px){
.top_right ul li a {
  font-size: 9px;
}
.top_left ul li a {
	padding:0;
  font-size: 11px;
}
.sofa-grid h3 {
  font-size: 1em;
  top: 31%;
  letter-spacing: 4px;
}
.new h3, .top-sellers h3 {
  font-size: 1.2em;
  letter-spacing: 1px;
}
.item-info h4, .item-info2 h4, .item-info3 h4, .item-info4 h4, .item-info5 h4, .item-info6 h4 {
  font-size: 0.82em;
}
.item-info5 {
  margin-top: 2.5em;
}
.item-info3 {
  margin-top: 2.1em;
  padding-left: 26px;
}
.seller-grid h4 a {
  margin: 25px 0 3px 0;
  font-size: 0.7em;
}
.seller-grid span {
  font-size: 0.7em;
}
.nbs-flexisel-item {
  width: 280px!important;
}
.recmnd-head h3 {
  font-size: 1em;
}
.item_quantity {
  width: 100%;
}
.b-animate button {
  font-size: 0.6em;
  width: 73%;
}
.product-info.simpleCart_shelfItem {
  margin-top: 15px;
}
.single-right {
  width: 33%;
}
.single-right h3 {
  font-size: 0.8em;
  line-height: 1.5em;
}
.sofaset-info ul li {
  padding: 5px 0;
  font-size: 0.8em;
}
}
@media (max-width: 568px){
.logo {
  width: 19%;
  margin-top: 8px;
}
.logo img {
  width: 100%;
  background-size: 100%;
}
.top_left ul li.top_link {
  margin-right: 5px;
}
.top_left ul {
  vertical-align: text-top;
  margin-top: 2px;
}
.logo h5 {
  font-size: 0.7em;
}
.new-items {
  width: 48%;
  float: left;
}
.new_middle {
  margin: 0 0% 0 3%;
}
.item-info2 {
  margin-bottom: 1em;
}
.item-info5 {
  margin-top: 2em;
}
.new_last {
  width: 100%;
}
.item3 {
  width: 48%;
  float: left;
}
.item1 {
  padding: 25px 26px 27px;
}
.item6 {
  margin-top: 1em;
  float: left;
  width: 49%;
  margin-left: 3%;
}
.item2 {
  margin-bottom: 1em;
}
.item4 {
  margin: 1em 0;
}
.seller-grid {
  float: left;
  width: 50%;
  margin-bottom:2em;
}
.seller-grids {
  padding-bottom: 0em;
  margin-top: 1em;
}
.seller-grid h4 a {
  font-size: 0.85em;
}
.nbs-flexisel-item {
  width: 255px!important;
}
.registration h2, .contact-head h2 {
  font-size: 1.3em;
}
.contact-right textarea {
  height: 155px;
}

.locations ul {
  width: 100%;
}
.contact-map iframe {
  min-height: 200px;
}
.cart-total {
  width: 51%;
}
}
@media (max-width: 480px){
.top_right {
  float: none;
  margin-top: 0px;
  text-align: center;
}
.top_left {
  float: none;
  color: #fff;
  text-align: center;
}
.top_left ul li.top_link {
  margin-right: 14px;
}
.top_right ul li a {
  font-size: 10px;
  padding: 0px 6px;
}
.nbs-flexisel-item {
  width: 425px!important;
}
}
@media (max-width: 414px){
.logo {
  width: 26%;
  margin-top: 6px;
}
.logo img {
  width: 100%;
  background-size: 100%;
}
.top_right {
float: none;
  margin-top: -3px;
  text-align: center;
}
.top_left {
  float: none;
  text-align: center;
}
.top_left ul li.top_link {
  margin-right: 18px;
}
.sofa-grid h3 {
  font-size: 0.8em;
  top: 24%;
  letter-spacing: 2px;
}
.sofa-grid h4 a {
  padding: 9px 0;
  font-size: 9px;
}
.new h3, .top-sellers h3 {
  font-size: 1em;
  letter-spacing: 1px;
}
.item6 {
  margin-top: 0.3em;
}
.item-info {
  margin-top: 1em;
}
.item-info6 {
  margin-top: 37px;
}
.seller-grid {
  width: 50%;
  padding: 0 0px;
}
.recommendation {
  /*margin-top: 2em;*/
}
.nbs-flexisel-item {
  width: 368px!important;
}
.recmnd-head h3 {
  font-size: 0.83em;
  letter-spacing: 0;
}
.ftr-grid h4 {
  font-size: 0.8em;
}
.ftr-grid ul li a {
  font-size: 0.8em;
}
.seller-grid h4 a {
  font-size: 0.7em;
}
.product-grid {
  width: 100%;
  margin: 0 0% 4% 0;
}
.b-animate button {
  font-size: 0.7em;
  width:65%;
}
.product-info.simpleCart_shelfItem {
  margin-top: 0px;
}
.product-model h2 {
  font-size: 1.3em;
}
.breadcrumb {
  padding: 5px 15px;
}
.breadcrumb > li {
  font-size: 0.8em;
  color:Green;
}
.single_left {
  width: 100%;
  margin-right: 0%;
}
.single-right {
  width: 100%;
}
.sofaset-info {
  margin: 1em 0 2em 0;
}
.sofaset-info h4 {
  font-size: 0.8em;
  line-height: 1.3em;
}
.item-info6 {
  margin-top: 24px;
}
.registration_left {
  width: 100%;
}
.registration_left {
  width: 100%;
  margin-left: 0;
  margin-top:0em;
}
.registration {
  padding: 0em 0% 1.5em 0;
}
.log h5 {
  font-size: 1em;
  padding-bottom: 7px;
}
.login_sec h2,.login-right h3 {
  font-size: 1.3em;
}
.login_sec {
  padding: 0;
}
.cart-total {
  width: 100%;
}
.cart-item {
  width: 80%;
  margin-right: 0%;
}
.cart-item-info h3 {
  font-size: 0.9em;
}
.cart-item-info h4 {
  font-size: 1.2em;
  margin: 0.5em 0 0.5em;
}
.delivery {
  margin: 1em 0 0 0em;
}
.copywrite {
  text-align: center;
}
.log form input[type="text"], .log form input[type="password"] {
  width: 100%;
}
.contact {
  padding: 0em 0 2em 0;
}
.address {
  padding: 2em 0 0 0;
}
a.continue {
  padding: 8px 1em;
  font-size: 0.9em;
    margin: 0px auto 2em auto;
}
.price-details h3 {
 font-size: 0.9em;
}
.price-details span {
  font-size: 0.8em;
}
h4.last-price {
  font-size: 0.9em;
}
a.order{
	font-size:0.8em;
}
}
@media (max-width: 375px){
.seller-grid {
  width: 100%;
  padding: 0 0px;
}
.nbs-flexisel-item {
  width: 331px!important;
}
.copywrite {
  text-align: center;
}
}
@media (max-width: 320px){
.nbs-flexisel-item {
  width: 279px!important;
}
.sofa-grid h3 {
  font-size: 0.6em;
  top: 24%;
  letter-spacing: 1px;
}
.new_middle {
  margin: 0 0% 0 0%;
}
.new-items ,.item3,.item6{
  width: 100%;
}
.item3,.item6{
	margin-top:1em;
}
.item6{
	margin-left:0;
}
.det {
  padding: 0;
}
.navbar-form {
  padding: 0px 15px!important;
}
.navbar-form .form-group {
  margin-bottom: 0px;
  display: inline-block;
}
.locations ul {
  margin-bottom: 1em;
}
.address {
  padding: 2em 0 1em 0;
}
.locations {
  margin-top: 2em;
}
.login a {
  font-size: 10px;
  padding: 7px 9px;
}
.login { 
  left: -51%;
}
.contact {
  padding: 0em 0 2em 0;
}
.breadcrumb {
  margin: 1em 0;
}
.login_sec {
  padding: 0em 0 2em 0;
}
.checkbox {
  font-size: 0.8em
}
.callbacks_nav {
  top: 37%;
  left: 1px;
  height: 28px;
  width: 21px;
  background-size: 109px;
}
.logo {
  width: 31%;
  margin-top: 6px;
}
}

.site-footer 
{
  width:1024px;
  height:35px;
  margin: 0 auto;
  background-color:#333;
  color: White;
 
 
}
.site-footer a {
  /*color:#3EA055;*/
}
.site-footer a:hover{
  color: Green;
  text-decoration:unjderline;
}
.site-footer span {
  
  display: block;
}

.ftr-grids {
    background: #fff;
    height: 185px;
    padding: 8px 0px 0 10px;
    margin-bottom: 15px;
}
.container h3, .ftr-grids h3
{
    font-family:Aladin;
    color: Green;
    margin: 0;
    padding: 2px 0 2px 10px;
   
 }
.ftr-grids ul li {
    list-style-type: none;
    border-bottom: 1px solid #C6D1DD;
    margin-right: 36px;
}
.ftr-grids ul li a {
    text-decoration: none;
    color: #000;
    line-height: 30px;
    background: url(../images/small.gif) no-repeat left;
    padding-left: 25px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    
}
.ftr-grids ul li a:hover {
    text-decoration: none;
    color:Green;
    line-height: 30px;
    background: url(../images/small.gif) no-repeat left;
    padding-left: 25px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto Condensed',sans-serif;
}


ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    /*-webkit-padding-start: 40px;*/
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
   /* background-color: #f5f5f5;*/
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.pull-left {
    float: left;
}
 .contentstyle3
{
    
    text-align:left;
    font-size:15px; 
    color:black;
    line-height:1.5em;
    margin: 1.5em 0;
    padding-left:20px; 
    margin-left:20px;
    font-size:14px; 
  
}
 .contentstyle4
{
   
    text-align: left;
    color:#333;
    line-height:2em;
    padding-top:0px;
    padding-left:0px; 
    font-size:13px; 
  
}
.headingstyle
{
    color:Green;
    font-family:Algerian;
    font-size:22px;
}
.team1 {
	/*margin: 0 0.5em;*/
	position: relative;
	border: 1px solid #2a3b84;
	width:100px;
	height:60px;
    padding-left:2px;
    padding-top:2px;
    padding-right:2px;
    margin-Left:50px;
    margin-right:50px;
    border-radius: 5px;
}
.team1 p {
	color: #34495e;
	font-size: 2em;
	font-weight: 300;
	margin: 0;
	position: absolute;
	top: 4em;
	left: 1.5em;
}
.welcome
 {
     font-family: sans-serif;
     font-weight: 300;
     padding-left:10px;
     padding-right:10px;
     color: #333;
     line-height: 175%;
     margin: 1em 0;
     text-align:justify;
     font-size:13px; 
     
 }
 .welcome2
 {
      font-family: Algerian; 
      text-align:center;
      color:#00893c; 
      font-weight: 400; 
      font-size:18px;
      line-height:46px;
 }
 
 
 


 .contentstyle
 {    
      padding-top :5px;
      font-family: sans-serif;
      line-height:1.7em;
      font-weight: 300; 
      text-align:justify;
      font-size:13px; 
      color:#333;
 }
 
 
/*---------------Clients------------------------*/
ul.clients {
    margin: 10px 0 0;
    padding: 0;
    width:100%;
    list-style:none;
    margin-left:20px;
    
}
.clientimg
{
    float:left;
    width:155px;
    height:105px;
    border: 1px solid #2a3b84;
    padding-left:2px;
    padding-top:2px;
    margin-Left:30px;
    margin-bottom:20px;
    border-radius: 5px;
}

.st
{
    display: inline-block;
    height: 35px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    
}
     

table { 
  width:90%; 
  border-collapse: collapse; 
  margin-top:30px;
}
/* Zebra striping */
tr:nth-of-type(odd) { 

}
th { 
 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 

  text-align: left; 
}
