* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

.container {
	width: 991px;
}

.separator {
	height: 2px;
	background: #857e61;
	margin-top: 15px;
	margin-bottom: 5px;
}

#header {
	background: #231f20;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}

#header span {
	font-weight: bold;
}

#topsection {
	padding: 15px 0;
}

#logo {
	width: 202px;
	height: 81px;
	background: url("images/template/Barrys-Office-Furniture-Logo.png") no-repeat;
	display: block;
}
/*
#topleft, #topright {
	display: table-cell;
	vertical-align: top;
}
*/

#topleft {
	float: left;
}

#topright {
	float: right;
}

#search {
	text-align: right;
}

#search a {
	background: #000;
	padding: 10px;
	color: #fff;
	margin-right: 10px;
	border: solid 1px #ccc;
}

#search input {
	border-radius: 0;
	border-right: 0;
	height: 34px;
	vertical-align: middle;
}

#search button {
	background: none;
	border: solid 1px #ccc;
	padding: 5px 10px;
	margin-left: -4px;
	height: 34px;
	vertical-align: middle;
}

#main_menu a {
	color: #000;
}


#search form {
	display: inline-block;
}

#bodyContent {
	background: #f1f1f3;
	padding: 15px;
}

#bodyContent ul {
	/* margin-left: 1em; */
}

#bodyContent img {
	max-width: 100%;
}

#bodyContent .breadcrumb {
	margin-left: 0;
}

#footer {
	border-top: solid 2px #76724c;
	padding-top: 15px;
}


#footer .row {
	width: 90%;
	margin: auto;
}

#footer li {
	list-style: none;
}

#footer a {
	color: #000;
}
	
#bottom {
	background: #231f20;
	color: #fff;
	text-align: center;
	padding: 5px 0;
        font-size:small;
}
#bottom a{
  color:#fff
}
#bottom a:hover{
  color:#ccc;
  text-decoration:underline
}
.clear {
	clear: both;
}

.navbar-nav li  {
	position: relative;
}

.nav>li>a:focus, .nav>li>a:hover, .nav li.active > a {
	font-weight:bold;
}
.nav>li>a:focus, .nav>li>a:hover, .nav li ul li.active > a {
	background: #d3d6a9;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d3d6a9;
}
#subMenu .header {
	background: #fff;
	padding : 5px 15px;
	color: #615c34;
}

#subMenu ul {
	margin: 0;
}

#subMenu .nav {
	background: #fff;
	margin-top: 15px;
	float: none;
	padding-bottom: 20px;
}

#subMenu .navbar-nav>li {
	float: none;
}

#subMenu .nav a {
	color: #000;
	margin: 0 4px;
	border-bottom: solid 1px #cbc5b7;
}


#subMenu1 {background:#fff}
#subMenu1 ul {width:100%;max-width:100%;overflow:hidden;box-shadow:none}
#subMenu1 ul li {width:100%}
#subMenu1 ul li.active {text-transform:uppercase}
#subMenu1 ul li.active a{}
#subMenu1 ul li.active ul.dropdown-menu li {text-transform:capitalize!important}
#subMenu1 ul li.active ul.dropdown-menu .dropdown-toggle:after {display:none}
#subMenu1 ul li.active ul.dropdown-menu li a {color:#337ab7}
#subMenu1 ul li.active ul.dropdown-menu {display:block;position:relative;border:0;background:#fff;padding-left:20px}
#subMenu1 ul li.active ul.dropdown-menu ul, #subMenu1 ul li.active ul.dropdown-menu ul ul, #subMenu1 ul li.active ul.dropdown-menu ul ul ul{display:none}

#subCategory, .product {
/*	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 10px;*/
}

#subCategory .row, .product  .row {
/*	display: table-row;*/
}

#subCategory .category > div, .product .row > div {
/*	display: table-cell;
	background: #fff;
	padding: 10px;
	float: none;*/
}

.category, .product .row {
	margin-bottom: 10px;
}

.category > div, .product .row > div {
	padding: 0 5px;
}

.category > div > div, .product .row > div > div {
	background: #fff;
	padding: 15px;
}

.product .row > div > div {
	min-height: 200px;
}

.product {
	text-align: center;
}

.product .price {
        display:none;
	color: white;
}

.category .category_image, .product .product_image {
	text-align: center;
	margin-bottom: 10px;
}

.main_image {
	float: left;
	margin-right: 20px;
	max-width: 400px
}

h1 {
	font-size: 1.7em;text-transform:uppercase;font-weight:bold
}

h2 {
	font-size: 1.3em;text-transform:uppercase;
}

h3 {
	font-size: 1.2em;text-transform:uppercase;font-weight:bold
}

h4 {
	font-size: 1.1em;text-transform:uppercase;
}

h5 {
	font-size: 1.1em;text-transform:uppercase;font-weight:bold
}

h6 {
	text-transform:uppercase;font-weight:bold;
}
#product_detail {
	padding: 10px;
	background: #fff;
	min-height: 400px;
}

.emailField { display: none; }

#toolArea .row {
	margin-top: 15px;
}

.toolColumn > div {
	background: #fff;
	padding: 15px;
	margin-bottom:15px;/* line added by vc */
}

.moreInfo {
	display: inline-block;
	background: #d1d6ad;
	color: #fff;
	padding: 5px;
}

.addressInfo {
	margin: 15px 0 0 0;
}

.addressInfo > div {
	padding: 0;
	height: 400px;
}

.addressInfo > div:first-child {
	padding: 20px;
	background: #3a3633;
	color: #fff;
}

.addressInfo li {
	list-style: none;
}

.addressInfo p {
	margin: 20px 0 0 0;
}

.toolMenu li a {
	padding: 5px;
}

.description ul{margin-left:20px}


#main_menu .navbar-nav > li.hasChild > a:after {
	content: "";
	display: inline-block;
	margin-left: 4px;
	border-left: solid 4px transparent;
	border-right: solid 4px transparent;
	border-top: solid 4px;
	width: 0;
	height: 0;
	position: absolute;
	right: 3px;
	top: 23px;	
}

.dropdown-menu .hasChild > a:after {
	content: "";
	display: inline-block;
	margin-left: 4px;
	border-top: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px;
	width: 0;
	height: 0;
	position: absolute;
	right: 5px;
	top: 10px;
}


.navbar-nav li:hover > .dropdown-menu {
	display: block;
}

.navbar-nav .dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
}

#subMenu .navbar-nav li:hover > .dropdown-menu {
	display: none;
}



/* victor castellanos styles */


.bungee_rollover {
    width: 650px;
    height: 272px;
    display: block;
    background-image: url(../content/images/sce/bungee-boardroom-table.jpg);
}
.bungee_rollover:hover {
    width: 650px;
    height: 272px;
    display: block;
    background-image: url(../content/images/sce/bungee-boardroom-table-configurations.jpg);
}
.alba_rollover {
    width: 650px;
    height: 272px;
    display: block;
    background-image: url(../content/images/sce/alba-boardroom-table.jpg);
}
.alba_rollover:hover {
    width: 650px;
    height: 272px;
    display: block;
    background-image: url(../content/images/sce/alba-boardroom-table-top-styles.jpg);
}

/* photo gallery*/
.col-sm-4.photoPicture{text-align:center}
.col-sm-4.photoPicture img{margin:auto;display:block}
.col-sm-4.photoPicture .title{height:50px;width:90%;margin:0 5%}

/* sales fliers */
.photoSubCategory  .title{

    min-height: 80px;
    color:red;
    font-weight:bold} 

.alert-warning{color:red;background:none}

.page-text{margin:15px}
.page-text  ul{margin-left:20px}
.pict{margin-bottom:20px}
.pict .pict-caption{text-transform:uppercase;text-align:center}


#product_detail .btn-info, .page-text .btn-info {
    background-color: #625d37;
    border-color: #625d37;
}

	#search .callus {
    font-size:x-large;
    margin-top:50px;
    right:100px!important;
    font-weight:bold
}
	#search .callus a {
    color: #615c36; 
    background: transparent;
    border: none;
}

#header a{color:white}

.btn-primary {
    color: #000;
    background-color: #d3d6a9;
    border-color:#625d37;
}
.product a{
    color:black
}
.product a:hover{
    text-decoration:underline
}

.toolMenu li a {
    padding: 7px 5px;
}

.addressInfo a{color:white}

.page-content{background:white}
.page-content ul{margin-left:20px}

/* category page */

.topcategory {padding-bottom:10px;background:white}

.topcategory .newcat-header{padding-bottom:0px}

.topcategory #subMenu {}

.topcategory p:first-child{display:none;}

.topcategory .catpic{background:white}

.lowcategory{margin-left:0}

/* product page */

.product-name {min-height:40px}

.description {padding-left:25px }


#subMenu1 .nav.navbar-nav{;height:900px}

#subMenu1 .nav.navbar-nav ul{background:white}

#subMenu1 .nav.navbar-nav >li:hover >ul{background:white!important;z-index:9999}

#main_menu .navbar-nav > li.hasChild > a:after {right: 0px;}


ul.nav.navbar-nav .dropdown-menu li>a:hover{background-color:#625d37;color:white!important}

.leapv1 .feature button{background:none;margin:30px 0;border:0;}
.low-menu button{background:white;margin:20px 0;border:1px solid #666;padding:6px; border-radius: 5px;}
.navbar-nav button{background:white;margin:20px 5px;border:1px solid #666;padding:6px; border-radius: 5px;}
.leapv1 .col-xs-4{width:33.3%}
.promotitle{background:#cc0033;padding:0 0 0 20px}
.promotitle h1{color:white;text-transform:none!important}
.compare {color:#cc0033;font-weight:bold;margin-top:20px}
.modal-content{padding:10px}
.modal-content ul{margin-left:20px}
/* end of  victor castellanos styles */


@media screen and (min-width: 992px) 
{
.tool3{display:none}
.addressInfo{font-size:1.2em}
}


@media screen and (min-width: 768px) and (max-width: 990px)
{
	

	#search .navbar-toggle {
		background: #d3d6a9;
		float: none;
		margin-left: 0;
		margin-right: 0;
		display: inline-block;
	}

	.icon-bar {
		background: #fff;
	}

	#main_menu {
		display: none;
		position: absolute;
		left: 0;
		top: 93px;
		width: 100%;
		background: #d3d6a9;
		z-index: 1000000;
	}
	
	#main_menu a {
		color: #fff;
		display: inline-block;
		position: relative;
	}

	#main_menu .navbar-nav > li.hasChild > a:after {
		top: 19px;
	}

	#main_menu .navbar-nav li {
		padding: 0 15px;
	}

	#subCategory .category > div, .product .row > div {
		margin-bottom: 10px;
	}

	.navbar-nav>li {
		float: none;
	}

	#main_menu .dropdown-menu {
		position: relative;
		top: 0;
		float: none;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	#main_menu .open + .dropdown-menu {
		display: block;
	}

	#main_menu .dropdown-menu .dropdown-menu {
		left: 0;
	}

	#footer .row {
		width: auto;
		margin: 0 -15px;
	}
	
#search .callus {
    font-size:large;
    margin-top: 50px;
    font-weight:bold
}

.container{width:768px}
.tool-name{font-size:small;min-height:40px}
.toolMenu  li{padding:2px 0}
.addressInfo{font-size:1.1em}
#subMenu, .topcategory #subMenu1 {display:none}

	#footer .col-sm-3 {
		width: 22%;
	}

	#footer .col-sm-3:last-child {
		width: 28%;
	}

ul.nav-tabs li a, ul.nav-tabs li.active a{font-size:10px}
}

@media screen and (min-width: 640px) and (max-width: 767px)
{
	
.container{width:640px}
.tool-name{font-size:small;min-height:40px}
.product .col-sm-3 {
    width: 50%;;float:left;important
}
.category  {margin-top:15px;}
.category .col-sm-4 {width:33%;float:left;}
#subMenu, .topcategory #subMenu1 {display:none}

	#header span {
		display: block;
	}


	#logo {
		width: 170px;
		background-size: contain;
	}


	#search input {
		display: inline-block;
		width: 150px;
	}

	.footerColumn {
		min-height: 180px;
	}

	#search .navbar-toggle {
		position: absolute;
		top: 50px;
		right: 10px;
	}	
#search .callus {
    font-size:large;
    margin-top: 40px;
    font-weight:bold
}

.leapv1 .feature button{margin:10px 0;font-size:13px}
.leapv1 .col-xs-4{width:35%}
.leapv1 .image.col-xs-4{width:30%}

}

@media screen and (min-width: 480px) and (max-width: 639px)
{
.container{width:480px}
.tool-name{font-size:small;min-height:40px}
.col-xs-4 {
    width: 50%;
}
.product .col-sm-3 {
    width: 50%;;float:left;important
}
.category  {margin-top:15px;}
.category .col-sm-4 {width:33%;float:left;}
#subMenu, .topcategory #subMenu1 {display:none}

.leapv1 .feature button{margin:10px 0;font-size:1.9vw}
.leapv1 .col-xs-4{width:36%}
.leapv1 .image.col-xs-4{width:28%}
	
#search .callus {
    font-size:large;
    margin-top: 40px;
    font-weight:bold
}
.promotitle h1{font-size:15pt}
}

@media screen and (min-width: 360px) and (max-width: 479px)
{
.container{width:360px}
.col-xs-4 {
    width: 50%;
}
.product .col-sm-3 {
    width: 50%;;float:left;important
}

#footer .col-xs-6{width:100%}
#subMenu, .topcategory #subMenu1 {display:none}

	

.leapv1 .col-xs-4 .feature{display:none}
.leapv1 .image.col-xs-4{width:100%}
.promotitle h1{font-size:11pt}
.compare {font-size:3.4vw}
#topleft, #topright{float:none} 	
#search .callus {
    font-size:large;
    margin-top: 0px;
    text-align:center
}
#logo{display:block;margin:auto}
}

@media screen and (min-width: 320px) and (max-width: 359px)
{
.container{width:320px}
.tool-name{font-size:x-small;min-height:55px}
.col-xs-4 {
    width: 50%;
}
#footer .col-xs-6{width:100%}
#subMenu, .topcategory #subMenu1 {display:none}

#topleft, #topright{float:none} 	
#search .callus {
    font-size:large;
    margin-top: 0px;
    text-align:center
}
#logo{display:block;margin:auto}
.promotitle h1{font-size:10pt}
}

@media screen and (max-width: 319px)
{
	.container{width:100%}
	.footerColumn {
		min-height: 100px;
		float: none;
		width: auto;
	}
.col-xs-4 {
    width: 100%;
}
#subMenu, .topcategory #subMenu1 {display:none}

#topleft, #topright{float:none} 	
#search .callus {
    font-size:large;
    margin-top: 0px;
    text-align:center
}
#logo{display:block;margin:auto}
.promotitle h1{font-size:10pt}
}