/*!
 * Start Bootstrap - Shop Item (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/*
body {
    padding-top: 70px; Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes.
}
*/

.rhBanner {
	margin-bottom:15px;
	margin-left:-15px;
}

.margin-15 {
	margin-top:15px;
	margin-bottom:15px;
}
.h3, h3 {
	font-size: 22px;
}

.panel {
	border-radius: 0;
	background: none;
	box-shadow: none;
	border-width:0;
	margin-bottom:0;
}

#WD_menu a {
	font-size:18px;
	font-weight: bold;
}

.WD_desc {
	margin-top:20px;
	margin-bottom:20px;
}


#WD_menu a.WD_headerlink.collapsed, #WD_menu.nav.nav-stacked li.panel.WD_group ul li a {
	color:#ccc;
}

#WD_menu.nav.nav-stacked li ul li {
	margin-left:40px;
}

#WD_menu a.WD_headerlink:hover, #WD_menu a.WD_headerlink, #WD_menu a.WD_homelink {
	color:#999;
}

 /* Icon when the collapsible content is shown */
.WD_headerlink:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
   padding-left: 10px;
    position: absolute;
    top: 12px;}

/* Icon when the collapsible content is hidden */
.WD_headerlink.collapsed:after {
    content: "\e080";
	padding-left: 10px;
    position: absolute;
    top: 10px;
}

ul, ol {
  list-style: none;
}
#accordion1 li.panel{
    margin-bottom: 0px;
}

.well {
	border-radius: 0 !important;
	border:none;
	box-shadow: none;
}

.wd_white {
	background:#FFF;
}

.wd_gray {
	background:#DEDEDE;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}
/*

footer {
    margin-bottom: 20px;
}
*/

/* bootstrap carousel */

.carousel-inner .item img {
	height:100%;
	overflow-x: hidden;
	display:block;
}

#WDcarousel {
	height: 100%;
	
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* menus */
.list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}
.list-group-submenu {
  margin-left:20px;
}

		.single_image {
		margin:0 auto;
		height:200px;
		width:auto;
	}
	
	.single_image img {
/* 		min-height: 200px; */
		width:auto;
	}

/* Search */

.stylish-input-group {
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
}

.stylish-input-group form {
	width:100%;
}

.stylish-input-group .input-group-addon{
/*     background: white !important;  */
/*     width:40px; */
    background-color: green !important;
    color:#FFF;
    border-color: green;
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}



@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
@media (min-width: 1190px) {
	
	.container {
		width:1190px;
	}
	
	.WD_adjusted {
		width:1160px;
	}
	


}

@media (min-width: 990px) and (max-width: 1189px) {

	
	.WD_adjusted {
		width:940px;
	}

}

@media (max-width: 990px) {

	
	div#footer {
		text-align: center;
	}
	
	.row {
		margin-left:0;
		margin-right:0;
	}
	
	.productlist {
		text-align: center;
	}
	
	.sellbox {
		margin:0 auto !important;
		float:none;
	}
	
	.single_image {
		margin:0 auto;
		height:140px;
		width:auto;
	}
	
	.single_image img {
		display: inline;
				margin-bottom:20px;

	}
	
	.productpic {
		width:100%;
		height:auto;
	}

}
