body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 12pt;
	line-height: 150%;  
	 margin:0px;    
   /*overflow:hidden; */
  background:#FFFFFF;  
}

h1, h2, h3, h4, h5, h6 {
	color: #191919; font-weight:normal;  font-family: 'Roboto', sans-serif;      margin-top:0px;
}
/* default font size */
.fa {
	font-size: 12pt; 
}
/* Override the bootstrap defaults */
h1 {
	font-size: 36px; 
}
h2 {
	font-size: 30px; 
}
h3 {
	font-size: 24px;
}
.footer-top h3 {
  font-size: 24pt;  margin-bottom:15px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #FC3E0F;
}
a:hover {
	text-decoration: underline; color: #191919;
}
#compare-total {
  margin-left:10px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	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: 12px;
}
.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;
}
/* 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:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/*lavy panel*/
#column-left {
  margin-top:-55px;
  width:23%;
}

/* Gradent to all drop down menus */
.dropdown-menu li a {
  color:#FFFFFF!important;
} 

.dropdown-menu li > a:hover {
	text-decoration: none;
	color: black!important;
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #FFFFFF;
    border-color: #337ab7;
}

/* top */
#top {
	background-color: none;
	border-bottom: 0px solid #e2e2e2;
	padding: 0px 0px 0px 0;
	margin: 0 0 0px 0;       max-width:1200px; margin:0px auto;
	min-height: 36px;     border:solid blue 0px;
}
#top .container {
	padding: 0 0px;
}
.container {
  padding:0px 0px 0px 0px;
  position:relative;    border:solid blue 0px;
}

#top #currency .currency-select {
	text-align: left;
  color:white!important; 
}  

#top #currency .currency-select:hover {
	text-shadow: none;
	color: black!important;
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.dropdown-menu li button:hover {
  background: #FFFFFF!important;
}
#cart .dropdown-menu li button:hover {
  background: #C03932!important;
}
#top .btn-link, #top-links li, #top-links a {
	color: #9F9F9F;
	text-shadow: 0 0px 0 #FFF;
	text-decoration: none;  
}
#top-links a {      
 color: #303130;
}
#top-links span {
 color: #303130;
}
#top-links .fa {
 margin-right:5px; font-size:10pt;  color: #7E7E7E;
}
#top-links .fa:hover {
  color: #5D5D5D;
}
#top .btn-link:hover, #top-links a:hover {
	color: #303130;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: black;
  background:#FFFFFF
}
#top .btn-link strong {
	font-size: 10pt;
        line-height: 11pt;
}
#top-links .dropdown-menu li a {
    color: #FFFFFF!important;
}
#top-links .dropdown-menu li a:hover {
    color:#080600!important;
}
#top-links {
	padding:4px 10px 0px 10px;  background: #FFFFFF;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
header { border:solid blue 0px; height:155px;position:relative; }




.col-sm-3, .col-sm-4, .col-sm-5{
    padding-right: 0px;
    padding-left: 0px;
}
/*logo*/
header .col-sm-4 {
    border:solid red 0px;  max-width:274px; margin-top:20px;
}
#logo {
	margin: 0px 0px 0px 0px; height:60px; width:auto;     border:solid red 0px;
}
/*cart*/
header .col-sm-3 {
    border:solid green 0px; width:250px;
    position:absolute; top:22px; right:5px;
}


/* search */
header .col-sm-5 {
    border:solid blue 0px;  width:47%; 
    position:absolute; top:22px; left:310px;
}
#search {
	margin-bottom: 0px;  margin-top:0px; width:  100%; margin-left:0px; border-radius:3px; border:solid #D9D9D9 1px;
  height:48px;
 
}
#search .input-lg {
	height: 46px;
	line-height: 12pt;  color: #020202; font-size:11pt;
	padding: 10px 10px 0px 15px; margin-left:0px;  
  border-radius: 0px;   border:solid blue 0px;
  border-top-right-radius: 0px;  background:none;
border-bottom-right-radius: 0px;        box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
  
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 0px 0px; width:52px; height:48px;   border:solid blue 0px; margin-right:-1px; border-radius:3px;
	text-shadow: 0 0px 0 #FFF;  background:#FB4529 url(../image/search_bg.png) no-repeat center ;
}
.fa-search::before {
    content: none;  
}
/* cart */
#cart {
	margin-bottom: 0px;
  margin-top:0px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #4C4C4C;
    
}
#cart.btn-block {
    display: block;
    width: auto;
}
#cart button.btn-inverse {
    color:#FFFFFF!important; 
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25)!important;
    background-color: #2C2C2C!important;
    background: url(../image/cart_bg.png) no-repeat right center!important;
    background-repeat: no-repeat!important;
    border:solid #D9D9D9 1px!important;   max-width:250px!important; height:50px;  float:right;  border-radius:3px;
      

}
#cart button.btn {
  box-shadow: none!important; font-size:9.5pt;   float:left;  display:block; line-height:120%; 
    color: black !important;
    text-align: left;
    font-size: 13px!important;
}    

}
#cart .btn {
   white-space:normal;
}
#cart .btn-lg {
    padding: 10px 16px 10px 16px!important;
    font-size: 15px;   
}
#cart .fa-shopping-cart::before {
   display:none;
}
#cart span#cart-total{
    color:#000000; font-size:9.5pt; border:solid red 0px; float:left;  display:block; margin-top:0px;white-space:normal!important;
     line-height:120%;
}
#cart strong{         
   color:#000000; 
}
#cart.open > .btn {
	background-image: none;
	background-color: none;
	border: 1px solid #E6E6E6;
	color: #4C4C4C;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee; top:45px;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}  
#cart .dropdown-menu li a {
  color:#000000!important;  
} 
#cart .dropdown-menu li a:hover {
  color:#000000!important;
} 


@media (max-width: 478px) {
  #cart .dropdown-menu {
			width: 100%;
} 
#cart span#cart-total {
font-size:0px;
}
header .col-sm-3 {
   width:180px!important; margin-top:0px; 
   
}
/*logo*/
header .col-sm-4 {
    border:solid red 0px;   z-index:10000;
}
#logo {
	margin: 10px 0px 0px 0px; height:auto;   
}

#cart button.btn-inverse {
     max-width:200px!important;  background: url(../image/cart_bg.png) no-repeat right center!important; border:0px!important;
}
header .col-sm-3 ul.dropdown-menu {
border:solid red 0px; top:40px;
}
header .col-sm-5 {
    display:none;
}
} 

#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 {
	/*background-color: #E9F0E0;
	background-image: linear-gradient(to bottom, #E9F0E0, #E9F0E0);
	background-repeat: repeat-x;*/
	border-color: none;  background: #EFEEEE;    width:100%; max-width:887px;
	min-height: 60px;   border:solid #D9D9D9 1px; position:absolute; top:-55px; right:5px; border-radius:3px;
  /*margin-top:-100px;*/

}
#menu.navbar {
  margin-bottom:0px!important;  z-index:100; padding-left:0px!important;
}
#menu.navbar .navbar-collapse {
    padding-left:0px!important;
}

.navbar-nav {
  margin-bottom:0px!important;  z-index:100; margin-top:0px!important;   border:solid red 0px;
}
#menu .nav > li > a {
	color: #000000;  
	text-shadow: 0px 0px 0px #000000; text-transform:uppercase;
	padding: 20px 15px 10px 15px;  font-size:12pt;    font-weight:normal; 
	min-height: 15px;   
	background-color:none; background: url(../image/li.png) no-repeat right 24px;  
  margin-right:0px;    
}
#menu .nav > li.dropdown {
	background: none;    
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color:none; 	color: #000000;   text-decoration:underline;  
}
#menu .nav > li:hover, #menu .nav > li.dropdown:hover  {
	background:none ;  	color: #000000;  text-decoration:underline;  
}
#menu .nav > li:hover a, #menu .nav > li.active a  {
	 	color: #000000;  
}
#menu .nav > li.active  {
	 	background:none; text-decoration:underline;  
}


.dropdown-menu {
    background-color: #2C2C2C;   
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.176); border:0px;
    
}
#menu .dropdown-menu {
	padding-bottom: 0px;
  min-width:238px;
}
#menu .dropdown-inner {
	display: table;   
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner ul li{
	border-bottom:solid #000000 1px; border-top:solid #525252 1px; margin-bottom:0px;
}
#menu .dropdown-inner a {
	min-width: 238px;
	display: block;
	padding: 5px 5px 5px 5px;
	clear: both;
	line-height: 120%;
	color: #FFFFFF!important;
	font-size: 10pt;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF!important; text-decoration:underline; 
  background:none;
}
#menu .dropdown-inner li.active a {
	color: #FFFFFF!important;   text-decoration:underline; 
  background:none;
}
#menu .see-all {
	display: block;
	margin-top: 0em;
	border-top: 1px solid #4C4C4C; color: #ffffff!important;
	padding: 4px 20px 4px 15px;
	-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: #B4B4B4;  
	background-image: linear-gradient(to bottom, #5D5D5D, #251F25);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  display:none!important;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;  margin-top:15px;
	/*float: right;*/
	background-color: #FA4428;
	background-image: linear-gradient(to bottom, #FA4428, #B43620);
	background-repeat: repeat-x;
	border-color: #B43620;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #FA4428;
}
@media (min-width: 768px) {                              
	#menu .dropdown:hover .dropdown-menu {
		display: block;
    }
.content-bottom .texthtml {
  /*float:left;  font-size:14px; color:#757576; width:49%; padding:0 10px 0 10px; */ margin-top:25px;
	}

}
@media (max-width: 767px) {
  #menu {
  left:0px;
  }
	#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-bottom .texthtml {
  float:none;  font-size:14px; color:#757576; width:100%; padding:0 10px 10px 10px;
  }
}
@media (max-width: 400px) {
  #logo {
  /*width:200px; 
  margin-bottom:20px;*/
  }
  
}
/* content */
#content {
	min-height: 200px;
  background:none;
  padding:30px 0px 30px 0px!important;
  position:relative;
} 
@media (min-width: 768px) {
#content.col-sm-9 {
    width: 77%;   padding-left:31px!important;
}
}



.row {
  margin:0;
}

/*footer_bottom*/
.footer-bottom {
   margin:0px auto; margin-top:0px;text-align:center;padding-bottom:0px;  padding-top:0px;
    background: none;
}
.footer-bottom .texthtml:first-child {
   margin:0px auto; margin-top:0px;text-align:center;padding-bottom:10px;  padding-top:15px;
    background: #FFFFFF;    
}
.footer-bottom .texthtml:first-child h2 {
  font-size:16pt; font-weight:bold;    
}
/*footer_top*/
.footer-top, .under-content {
  max-width:1200px; margin:0px auto; padding:25px;  
}
.footer-top {
  background: #F6F5F5; margin-bottom:35px;
}
/*text*/
.footer-top .texthtml{
 max-width:1200px; margin:0px auto;
}
.footer-content-bottom {
  margin:0 auto; max-width:900px; color:white; font-weight:300; font-size:14pt
}
.footer-content-bottom h2 {
  color:white; text-align:center
}

@media (min-width: 992px) and (max-width: 1199px) {
.footer-top, .under-content {
  width:970px;
}
    
}
@media (min-width: 768px) and (max-width: 991px) {
.footer-top, .under-content {
  width:750px;
}
}





/* footer */
footer {
/*	margin-top: 30px; */
	/*padding-top: 40px;*/
	/*background-color: #303030;*/
	/*border-top: 1px solid #ddd;*/
	color: #FFFFFF;
  margin-bottom:0px; background: url(../image/footer_bg.jpg) no-repeat center top; height:586px;

}
footer .container {
  background-color: none;
  padding:60px 80px 60px 80px;   max-width:1200px;;
}
footer hr {
/*	border-top: none;
	border-bottom: 1px solid #666; */
}

footer ul.list-unstyled li {
    border:solid red 0px;   margin-bottom:3px;
}
footer a {
	color: #FFFFFF; font-weight:normal; font-size:11pt;  
}
footer a:hover {
	color: #E4E5E1; text-decoration:underline;
}
footer h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 13.5pt; margin-bottom:13px;
	font-weight: normal; 
	color: #FFFFFF;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert-info {
    color: #444460; 
    background-color: #E9F0E0;
    border-color: #E9F0E0;
}
.alert-info .fa{
    color: #5FBD3D; 

}
/* featured categories */
.featcat {
    border: 0px solid #C0C0C0!important;
    position:relative;
    margin-left: 13px!important;
    margin-right: 13px!important;
}
.featcat .image {
  padding:0!important;
}
.featcat .caption {
    position:absolute;
    bottom:0;
    text-align:center;
    background:rgba(0, 0, 0, 0.6);
    height:90px;
    width:100%;
    padding-top:30px!important; 
}
.featcat .caption h4 a {
   color:white!important;
   text-transform:uppercase;
   font-size:20px;
}
.featcatNav .btn {
  border:none;
}
.featcatNav a {
  background:none!important;
  padding:0!important;
}
.featcatNav a.fcprev {
  left: -15px!important;
  box-shadow:none!important;
}
.featcatNav a.fcnext {
  right: -15px!important;  
  box-shadow:none!important;
}
.owl-controls {
  display:none!important;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 0 0;  
	padding: 8px 0;   min-height:20px;  
	border: 0px solid #ddd;   margin-left:24%;
  background-color: #FFFFFF; border-radius:0px;
}
@media (max-width: 991px) {
.breadcrumb {
	 margin-left:0%;  min-height:10px; 
 
}
    
}



.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: 1px;
	right: -5px;
	width: 23px;
	height: 23px;
	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;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #FB4529;
    border-color: #FB4529;
}
.pagination>li>a {
    color: #141414;

}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
   color: #141414;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #FA4428;
	background-image: linear-gradient(to bottom, #FA4428, #BD3821);
	background-repeat: repeat-x;
	border-color:#BD3821;  font-size:10pt;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #BD3821;
	background-position: 0 -15px; border-color: #BD3821;
}


.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-danger:hover {
	background: #da4f49!important;
}
.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: #4C4C4C;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #86B01C;
	background-image: linear-gradient(to bottom, #CFE8B1, #86B01C);
	background-repeat: repeat-x;
	border-color: #86B01C #86B01C #86B01C;
}
#cart .btn-inverse {
	text-shadow: none;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #CFE8B1;
	background-image: linear-gradient(to bottom, #CFE8B1, #CFE8B1);
}
/* list group */
.category-header {
  background:#FB4529; 
  margin-bottom: 15px;
height: 60px;
padding-top: 17px;
padding-left: 25px;
color: white;
border-radius:3px;
}
.list-group {
 border: 0px solid #E2E2E2; background:#231F1C; padding-top:20px; padding-bottom:18px; border-radius:3px;
}
.list-group.categories  {
 border: 0px solid #E2E2E2; background:#231F1C; padding-top:0; padding-bottom:18px; border-radius:3px;  min-height:420px
}
.list-group a {
	border: 0px solid #DDDDDD;  	background: url(../image/li2.png) no-repeat left 9px;
	color: #FFFFFF;    font-size:12pt; font-weight:bold; text-transform:uppercase; margin-left:40px;
	padding: 6px 12px 6px 25px;  line-height:120%;
}
.list-group:child a {
	border: 0px solid #DDDDDD;  	background: url(../image/li2.png) no-repeat left 9px;
	color: #FFFFFF;    font-size:10pt; font-weight:bold; text-transform:uppercase; margin-left:40px;
	padding: 6px 12px 6px 25px;  line-height:120%;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #FFFFFF;
	background: url(../image/li2.png) no-repeat left 9px;
	border: 0px solid #DDDDDD;
	text-shadow: 0 0px 0 #FFF; border-radius:0px; text-decoration:underline;
}

.list-group2 a {
	border-bottom: 1px solid #333333;
  max-width:200px;
	color: #fff;   font-size:10pt;
	padding: 3px 3px;    border-radius:0px!important;
  display:block;
  /*width:100%;*/
  background:none;
  font-weight:normal
}
.list-group2 a.active, .list-group a.active:hover, .list-group a:hover {
	color: #ffffff; 
	background: #969594;
	text-shadow: 0 0px 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;     background: #FFFFFF; position:relative;
	/*overflow: auto;*/   min-height:420px;    border:solid #E7E7E7 1px;  
}
.product-list .product-thumb {
 	margin-bottom: 20px;     background: #FFFFFF; position:relative;
	/*overflow: auto;*/   min-height:180px;    border:solid #E7E7E7 1px;  
}
.product-thumb .image {
	text-align: center; margin-bottom:10px;margin-top:10px;
}
.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-grid .product-thumb {
 	margin-bottom: 20px;     background: #FFFFFF;  position:relative;
/*	overflow: auto;*/   min-height:420px;  border:solid #E7E7E7 1px;     
}
.product-layout.product-grid.col-lg-3 {
 	padding-left:0px; padding-right:0px;margin-right:-1px;  
}


/*detail produktu*/
@media (min-width: 768px) {
.col-sm-12 .col-sm-8 {
    width: 60%;
} 
.col-sm-12 .col-sm-4 {
    width: 40%;
} 
.col-sm-12 .col-sm-4.col-sm-offset-8 {
    width:33.3%;  
}  /*
.col-sm-9 .col-sm-6:first-child {
    width: 50%;   border:solid red 0px;
} 
.col-sm-9 .col-sm-6:nth-child(2) {
    width: 50%;   border:solid blue 0px; background:#FB4529; padding:15px 10px 10px 10px;  color: #FFFFFF!important;
}   */


}
 /*
@media (min-width: 768px) and (max-width: 991px) {
.col-sm-9 .col-sm-6:first-child {
    width: 100%;   border:solid red 0px;
} 
.col-sm-9 .col-sm-6:nth-child(2) {
    width: 100%;   border:solid blue 0px; background:#FB4529; padding:15px 10px 10px 10px;  color: #FFFFFF!important;
} 
}  */

/*produkt*/
.col-sm-12 .col-sm-4, .col-sm-9 .col-sm-6:nth-child(2) {
  background:#FB4529; padding:15px 10px 10px 10px;  color: #FFFFFF!important;
}
/*produkty*/
.col-sm-9 .product-grid.col-sm-6:nth-child(2){
 	margin-bottom: 0px;     background: #FFFFFF;  position:relative; padding:0px 15px 0px 15px; 
  min-height:420px;  border:solid #E7E7E7 0px;     
}

.col-sm-12 .col-sm-4 h2, .col-sm-9 .col-sm-6:nth-child(2) h2 {
   color: #FFFFFF!important;
}
 .col-sm-12 .col-sm-4 h1, .col-sm-9 .col-sm-6:nth-child(2) h1 {
   color: #FFFFFF!important; font-size:30px;
}
@media (min-width: 768px) and (max-width: 991px) {
 .col-sm-12 .col-sm-4 h1, .col-sm-9 .col-sm-6:nth-child(2) h1 {
   color: #FFFFFF!important; font-size:16pt;
}
} 

 .col-sm-12 .col-sm-4 a, .col-sm-9 .col-sm-6:nth-child(2) a {
   color: #F4F4F4;
}
/*produkty*/
.col-sm-9 .product-grid.col-sm-6:nth-child(2) a{
 	color: #2A1414;     
}
.col-sm-9 .product-grid.col-sm-6:nth-child(2) a:hover {
 	color: #888888;     
}
 .col-sm-12 .col-sm-4 a:hover, .col-sm-9 .col-sm-6:nth-child(2) a:hover {
   color: #FFFFFF;  text-decoration:underline;
}
.col-sm-12 .col-sm-4 .rating .fa-star-o, .col-sm-9 .col-sm-6:nth-child(2) .rating .fa-star-o {
    color: #F4F4F4;
    font-size: 15px;
}
.col-sm-12 .col-sm-4 .btn-primary,.col-sm-9 .col-sm-6:nth-child(2) .btn-primary  {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2C2C2C;
    background-image: linear-gradient(to bottom, #2C2C2C, #000000);
    background-repeat: repeat-x;
    border-color: #000000;  border-radius:7px;
}
.col-sm-12 .col-sm-4 .btn-primary:hover,.col-sm-12 .col-sm-4 .btn-primary:active,.col-sm-12 .col-sm-4 .btn-primary.active,.col-sm-12 .col-sm-4 .btn-primary.disabled, .btn-primary[disabled], 
.col-sm-9 .col-sm-6:nth-child(2) .btn-primary:hover,.col-sm-9 .col-sm-6:nth-child(2) .btn-primary:active,.col-sm-9 .col-sm-6:nth-child(2) .btn-primary.active,.col-sm-9 .col-sm-6:nth-child(2) .btn-primary.disabled,
 .btn-primary[disabled] {
	background-color: #000000;
	background-position: 0 -15px; border-color: #2C2C2C;
}
.col-sm-12 .col-sm-4 .rating a, .col-sm-9 .col-sm-6:nth-child(2) .rating a {
    color: #D6DFE8!important;
}
.col-sm-12 .col-sm-4 .list-unstyled, .col-sm-9 .col-sm-6:nth-child(2) .list-unstyled {
    font-size:13px;
} 
.col-sm-12 h3 {
   /*border-bottom: 1px solid #E1E1E2; padding-bottom:11px;*/ margin-bottom:20px;
} 

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;  min-height:60px;  line-height:130%;
  text-align:left;   border:solid red 0px;   margin-top:0px;
}
.product-list .product-thumb h4 {
	 margin-top:10px;    min-height:40px; 
}
.product-thumb h4 a:hover{
	text-decoration:none;
}
.product-thumb .caption {
	padding: 0 17px;
	height: 220px;   border:solid blue 0px;

}
.product-thumb .caption p{
	

}

.product-thumb .caption h4 a{
	 line-height:110%; 
  
}
.caption a {
  color: #141414; font-weight:bold;  display:block;
  text-decoration: none; font-size:13pt;
  line-height:130%;
  
}
.caption a:hover {
  color: gray;
}
.caption .description {
   font-size:10.5pt; color: #939393;min-height:60px;
  line-height:120%;     border:solid red 0px;   
}
.caption p {
   font-size:10.5pt; color: #939393;min-height:60px;
  line-height:120%;     border:solid blue 0px;   
}

.product-thumb .caption p.price{


}


.product-list .product-thumb .caption {
	margin-left: 230px;
}

/* šírka stránky - mercy */
@media (min-width: 1200px) {
.container {
  width: 1200px;  
}
}

@media (max-width: 768px) {
 #content {
  padding:30px 20px 30px 20px!important;

} 
}



/* koniec */
@media (max-width: 767px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
#menu {
		border-radius: 4px;
    top:0px;
    right:0px;
    position:absolute;
	}
ul.navbar-nav {
  background: #282321; padding-bottom:10px; margin-top: 8px!important;
}
ul.navbar-nav a:hover {
  color: #FFFFFF!important; 
}

#menu .nav > li > a {
	color: #FFFFFF;  
	padding: 10px 27px 8px 30px;  
  
}
.col-sm-3, .col-sm-4, .col-sm-5{
    padding-right: 15px;
    padding-left: 15px;
}

#top .container {
	padding: 0 15px;
}

}

@media (min-width: 768px) and (max-width: 991px) {
#menu {
    position:relative;
    margin-top:-35px;
    top:0px;
    left: 0px; 
}
#menu .nav > li > a {
	 font-size:10.5pt; padding: 20px 10px 10px 10px;
}

#top-links .fa {
 margin-right:5px; font-size:10pt;  display:inline-block;
}
#top {
		height: 30px;     border:solid blue 0px;
}
#top-links {
	 height: 30px; 
}
/*logo*/
header .col-sm-4 {
    border:solid red 0px;  max-width:200px; margin-top:0px;
}
/* search */
header .col-sm-5 {
   width:54%;  left:0px; top:50px;
    
}
/*cart*/
header .col-sm-3 {
    border:solid green 0px; width:250px;
    position:absolute; top:50px; right:0px;
}

/*lavy panel*/
#column-left {
  margin-top:30px;
  width:23%;
}
/* list group */
.category-header {
padding-left: 17px;

}
.list-group a {
		background: url(../image/li2.png) no-repeat left 9px;
	  font-size:11pt;  margin-left:17px; 	padding: 6px 12px 6px 18px;  
}
} 


@media (min-width: 992px) and (max-width: 1199px) {
.caption a {
   display:block;
   font-size:11.5pt; line-height:120%;  border:solid red 0px;
  
}
/* search */
header .col-sm-5 {
   width:35%; 
    
}
/*cart*/
header .col-sm-3 {
    right:0px;
}

#menu {
	 width:100%; max-width:723px;
	min-height: 60px;   border:solid #D9D9D9 1px; position:absolute; top:-55px; right:0px; border-radius:3px;
  

}
#menu .nav > li > a {
	 font-size:9.5pt;    font-weight:normal; 
 
}

#top-links .fa {
 margin-right:5px; font-size:10pt;  display:inline-block;
}
#top {
		height: 30px;     border:solid blue 0px;
}
#top-links {
	 height: 30px; 
}
} 

@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;
}
#top-links .fa {
 margin-right:5px; font-size:10pt;  display:inline-block;
}
#top {
		height: 30px;     border:solid blue 0px;
}
#top-links {
	 height: 30px; 
}
header {
   height:165px; 
}

/*logo*/
header .col-sm-4 {
    border:solid red 0px;  max-width:200px; margin-top:0px;
}
/* search */
header .col-sm-5 {
   width:53%;  left:0px; top:50px;
    
}
/*cart*/
header .col-sm-3 {
    border:solid green 0px; width:250px;
    position:absolute; top:50px; right:0px;
}
#cart button.btn-inverse {
    
      

}
/* search */
header .col-sm-5 {
   
}

#menu {
  margin-top:-55px; border:0px; 
 
}
}

@media (max-width: 478px) {
/*cart*/
header .col-sm-3 {
    top:25px; 
}

/*logo*/
header .col-sm-4 {
    border:solid red 0px;  width:230px; z-index:10000;  margin-top:32px;
}
#logo {
	margin: 10px 0px 0px 0px; height:auto;   
}

#cart button.btn-inverse {
     max-width:200px!important;  background: url(../image/cart_bg.png) no-repeat right center!important; border:0px!important;
}
}


.product-thumb .rating {
	padding-bottom: 0px;   text-align:center;
}
.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: #FB4428;   
  font-size:13pt;  font-weight: 600;
  display:block;  margin-bottom:5px;  margin-top:0px;
  text-align:left; border:solid red 0px; width:50%; 
   
}
.product-thumb .caption p.price{
	  margin-bottom:0px;
   line-height:120%;
 

}
.product-thumb .price-new {
	color: #FB4428;
  font-size:14pt;
	font-weight: 600;  
  display:block; line-height:110%; border:solid red 0px; 
}
.product-thumb .price-old {
	color: #4D4D4C;  font-weight: 300;  line-height:110%;
	text-decoration: line-through;    border:solid blue 0px;
  font-size:10pt;
}
.product-thumb .price-tax {
	color: #999;    font-weight: 300;
	font-size: 9pt; line-height:110%;
	display: block;
}

@media (min-width: 992px) and (max-width: 1199px) {
.product-thumb .price {
  font-size:12pt; 
   border:solid blue 0px; width:42%; 
   
}
.product-thumb .price-new {
	font-size:12pt; 
}
.product-thumb .price-old {
  font-size:9pt;
}
.product-thumb .price-tax {
	font-size: 7pt; 
}
.product-thumb .button-group {
	 width:105px;  
}
.product-thumb .button-group button {
	font-size:9pt; 
	
}    
}
@media (min-width: 768px) and (max-width: 991px) {
.product-thumb .price {
  font-size:12pt; 
   border:solid blue 0px; width:42%; 
   
}
.product-thumb .price-new {
	font-size:12pt; 
}
.product-thumb .price-old {
  font-size:9pt;
}
.product-thumb .price-tax {
	font-size: 7pt; 
}
.product-thumb .button-group {
	 width:105px;  
}
.product-thumb .button-group button {
	font-size:9pt; 
	
} 
}

/*button-group*/
.product-thumb .button-group {
	 
	background-color: #FFFFFF;
	overflow: auto;
    margin-left:0px; width:120px;  position:absolute; right:15px; bottom:40px;
}
.product-list .product-thumb .button-group {
	border-left: 0px solid #ddd; border: 0px solid #E6E6E6; 
}
.product-list  .product-thumb .button-group {
	 
	background-color: #FFFFFF;
	overflow: auto;
    margin-left:0px; width:30%;  position:none; bottom:60px;
}




.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: none;  border: 1px solid #E7E7E7; 
	color: #9E9E9E;
	line-height: 120%; font-size:9.5pt; background: url(../image/cart.png) no-repeat left top;
	font-weight: normal;   height:40px;
	text-align: center;
	
}
@media (min-width: 992px) and (max-width: 1199px) {
.product-thumb .button-group {
	 width:100px;  
}
.product-thumb .button-group button {
	font-size:8pt; 
	
}    
}
@media (max-width: 768px) {
.product-list .product-thumb .button-group {
		border-left: none;  width:45%; min-width:90px; 
}
.product-thumb .button-group {
	 width:40%;  width:45%; min-width:90px; 
}
}
@media (max-width: 460px) {
.product-list .product-thumb .button-group {
		border-left: none;  width:45%; min-width:90px;
}
.product-list  .product-thumb .button-group button {
	font-size:8pt; 
	
} 
.product-thumb .button-group button {
	font-size:8pt; 
	
} 
}

.product-thumb .button-group span {
	 border-top: 0px solid red;  display:block!important; float:left; margin-left:45px; line-height:120%;margin-top:0px;  

	
}
@media (min-width: 768px) and (max-width: 1199px) {
.product-thumb .button-group span {
	 border-top: 0px solid red;  display:block!important; float:left; margin-left:40px; line-height:120%;margin-top:0px;  

	
}   
}

.product-thumb .button-group button + button {
	width: 20%;                 display:none!important;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #9E9E9E;
	background-color: #F8F8F8;
	text-decoration: none;
	cursor: pointer;
}
.fa-shopping-cart:before {
    content: "";
}




@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
.list-group a {
 margin-left:20px;

}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnail {
    border: 0px solid #DDD!important; border-radius:0px;
}
a.thumbnail:hover,a.thumbnail.active {
	border-color:#94BA37!important;  border: 0px !important;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* 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;
}
/*promo*/
.promo {
   background:none; padding-top:0px;  padding-bottom:15px;
}
.promo .texthtml{
  border:solid red 0px; 
  background: #343434; padding-bottom:35px;
}
.promo .texthtml p{
  margin:0px auto; max-width: 740px; text-align:center; color: #9D9D9D;  font-size:17pt; line-height:150%;
}
@media (max-width: 740px) {
.promo .texthtml p{
 width:92%;
}
}




/* slideshow */
.owl-carousel {
  margin:0 auto!important;  margin-bottom:10px!important;
  background: none;  max-width:100%;   
   
  
}
.owl-wrapper-outer {
  margin:0 auto!important;
  border:none!important;
  border-radius:0!important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2)!important; 
  max-width:100%; /*887px*/      
}
.owl-wrapper-outer a {
  display:block;
  padding:0;
  margin:0;
}
.owl-carousel .owl-buttons div{
 /* max-width:1200px; border:solid red 1px!important; */display:none;
}
.owl-controls {
  margin:0px 0 0 0;
  height:1px;
}
.owl-pagination {
  top:-30px!important;
}
/* koniec */
.content-top .texthtml  {
  margin-bottom:30px;  font-size:14pt; line-height:150%; color: #585858; font-family: 'Roboto', sans-serif; font-weight:300;
}
.content-top .texthtml h2 {
  color:#191919; font-size:28pt; text-align:left;  text-transform:uppercase;
}
.content-top .texthtml img {
  float:left;
  max-width:50%; 
}
.content-bottom {
  
}

.content-bottom .texthtml h3, .content-bottom .texthtml h2 {
  text-align:center; margin-bottom:30px;
}

/*slide*/
@media (max-width: 1200px) {
.owl-carousel {
    max-width: 1070px;     
    margin: 0px auto !important;  
}
.owl-wrapper-outer {
  max-width: 1070px;   
}

} 

@media (max-width: 1024px) {
.owl-carousel {
    max-width: 970px;
    margin: 0px auto !important;  
}

.footer-top .owl-wrapper-outer {
    margin: 0 auto!important;
    border: none!important;
    border-radius: 0!important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0)!important;
    max-width: 1120px;
    padding: 0px;
    border: solid #DADADA 0px!important;
    background: none;
}
} 

@media (max-width: 992px) {
.owl-carousel {
    max-width: 750px;
    margin: 0px auto !important; 
}
} 

.alert {
    margin-bottom:5px!important;
    margin-left:25%;
}
.alert-success {
    border-color: #000000;
    color: black;
    background-color: #FFCE43!important; border-radius:0px;
}
.alert-success a{
       color: #C86C42!important;
    
}

.alert-success a:hover{
     text-decoration:underline;
    
}

/* banners grid */
.banner-grid-container {
  background:none;
  margin:0 auto;   
  max-width:1144px;   background: #FFFFFF; border:solid #E7E7E7 1px;
  /*min-height:357px;*/   position:relative;
}
.promo .banner-grid-container {
    margin-top:0px;
 
}
.banner-grid-wrapper {
  max-width:1230px;
  margin:0 auto;    margin-top:0px;
  /*position:absolute;bottom:20px;left:0px; right:0px; */
  overflow:hidden;
}
.banner-grid .banner .image {  

}
@media (max-width: 1200px) {
.banner-grid-wrapper {
  width:98%;  max-width:1075px;
}
.banner-grid .banner .image {  
  margin-right:10px;
}
.banner-grid.product-layout.col-sm-4 {
   width:25%!important;
}
} 

@media (max-width: 1024px) {
.banner-grid-wrapper {
   max-width:970px;
} 
}


@media (max-width: 992px) {
.banner-grid-wrapper {
    max-width:750px; width:96%; 
} 
}


@media (max-width: 800px) {
.banner-grid.product-layout  {  
  margin-right:0px; width:50%!important;
}
.banner-grid-container {
    
}
}

@media (max-width: 450px) {
.banner-grid-wrapper {
  width:94%;  position:relative;
}
.banner-grid-wrapper {
  width:80%; top:20px;  border:solid red 0px; margin-bottom:20px;
}
.banner-grid.product-layout  {  
  margin-right:0px; width:100%!important;clear:left; float:left; border:solid blue 0px;
}
.banner-grid .banner .image {  
  margin-right:0px; width:100%;clear:left; float:left; border:solid red 0px;
}
.banner-grid.product-layout.col-sm-4 {
   width:100%!important;
}

} 

.banner-grid .banner .category-title {
  display:none;
}
.banner-grid {
 margin:0;
 padding:0; 
}
.banner-grid .product-thumb {
 border:none;   min-height:auto; background:none; margin-bottom:20px;
} 

/* subcategories images */

ul.subcateghories-list {
  list-style-type:none; padding-left:0; float:left; margin-top:10px; margin-bottom:10px; width:100%; 
}
li.subcategory-list {
  float:left; width:20%; height:auto; margin-right:5%; margin-bottom:20px; height:150px; min-width:180px
}
/* ak sa obrázky nemajú zobrazovať, treba dať diaply:none */
li.subcategory-list a div.subcategory-image {
  margin-bottom:5px; text-align:center; background: linear-gradient(to bottom, #ffffff 74%, #f1f1f1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid #e4e4e4 !important;
    min-height:120px;
    font-size:9pt
    /* display:none ; */ 
}
li.subcategory-list a div.subcategory-image img {
  max-width:100%; 
}
li.subcategory-list span.subcategory-name {
  display:block; height:40px;
}
li.subcategory-list a {
    font-size:11pt; font-weight:bold; text-decoration:underline
} 