html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.container {
	display: table;
}

.col-md-6 ul {
	display: inline-block;
    padding-left: 15px;
}

#header{
	width: 100%;
	background-color:#fcba63;
	margin-top: 0px;
}

.navbar-default{
	background:rgba(189, 195, 199,0.5);
	border: none;
	box-shadow: none;
	filter: none;
	border-radius: 0px;
	
}

.navbar-brand > i{
	color: #fcba63;
	text-shadow: -1px 0 #7b7b7b, 0 1px #7b7b7b, 1px 0 #7b7b7b, 0 -1px #7b7b7b;
}

.navbar .nav > li > a{
	color:#000;
}

.navbar .nav > li > a:hover{
	background: rgba(189, 195, 199,0.3);
}

.navbar .nav .active a{
	color:#000;
	background:#a7a9ac!important;
	box-shadow: none;
}

.navbar .nav .active a:hover{
	color:#000;
	background:none;
}

.jumbotron{
	background:#ecf0f1;
}

.kinfos{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	border: 1px solid #ff5454;
}

.section{
	background:#ff5454;
	padding-bottom: 20px;
	padding-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.section1{
	background:#d7d7d7;
	border: 1px solid #ff5454;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.images .col-xs-4 > img{
	width:300px;
}

.btn-default:visited{
	background:#ff5454;
	text-shadow:none;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
}

.btn-default{
	background:#ff5454;
	text-shadow:none;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
}

.btn-default:hover{
	background:#FFF;
	text-shadow:none;
	color:#ff5454;
	font-weight:bold;
}

.prodbox:hover{
	text-decoration: none;
}

.thumbnail{
	border: none;
	background: #fcba63;
	min-height:160px;
}

.thumbnail:hover p{
	color:black;
}

.thumbnail:hover{
	background-color:white;
}

.thumbnail p{
	color:white;
	padding: 10px;
}

.thumbnail .row .col-md-4 > img{
	height: 120px;
	margin-top:10px;
	margin-left:10px;
}

.zub{
	padding-bottom:10px;
	padding-top:10px;
	min-height:160px;
}

.zub:hover{
	background:#ffd298;
}

.zub p{
	color:white;
	font-size: 1.3em;
}

.zub:hover p{
	color:#000;
	text-decoration:none;
}

.modal-lg{
	width: 44%;
}

.footer {
  position: absolute;
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 60px;
  background:none;
}

.footer .row{
	background: #fcba63; width: 100%; height: 60px;
}

.footer p{
	color: black;
}

#header{
	margin-bottom:20px;
}
#searchBox{
	display: inline-block;
	float: left;
	height: 30px;
	width: 260px;
	margin: 10px 10px 0px 10px;
	border: 1px solid #999;
}

#basketBtn{
	display: inline-block;
	float: left;
	width: 22.3px;
	height: 18px;
    background-image:    url(../images/symbole/cart.png);
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
	cursor: pointer;
}

#search{
	border: none;
	height: 100%;
	width: 220px;
	padding: 0;
	padding-left: 10px;
	background-color: transparent;
	margin-top: 0;
}

#search:focus{
	outline: none;
}

#searchBtn{
	display: inline-block;
	float: right;
	margin: 5px 5px;
	height: 19px;
	width: 19px;
	background: url(../images/symbole/search.png) no-repeat center;
	cursor: pointer;
}

#searchBtn:hover{
	background: url(../images/symbole/search_red.png) no-repeat center;
}

#searchBtn:active{
	background: url(../images/symbole/search_blue.png) no-repeat center;
}
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: -2% 0% 0% 0%;
}

.carousel-inner > .item > div,
  .carousel-inner > .item > a > div {
	//margin: -90% 0% 0% 0%;
	text-align: center;
	padding-top: 5px;
	display: block;
	background-color: #e7e7e7;//linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.4) 125px);
	color: black;//#ff5454;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	overflow: hidden;
	z-index:8;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

.bigcol{
	width: 65%;
}

.smallcol{
	width: 35%;
}

.carousel-inner{
	height: 500px;
}

#addToBasketButton{
	height: 60px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6FB828), color-stop(100%, #5F8E2F));
    background-image: -webkit-linear-gradient(#6FB828, #5F8E2F);
    background-image: -moz-linear-gradient(#6FB828, #5F8E2F);
    background-image: -o-linear-gradient(#6FB828, #5F8E2F);
    background-image: linear-gradient(#6FB828, #5F8E2F);
	cursor: pointer; 
	float: right;
}

#addToBasketButton:hover{
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7ccd2d), color-stop(100%, #5F8E2F));
    background-image: -webkit-linear-gradient(#7ccd2d, #5F8E2F);
    background-image: -moz-linear-gradient(#7ccd2d, #5F8E2F);
    background-image: -o-linear-gradient(#7ccd2d, #5F8E2F);
    background-image: linear-gradient(#7ccd2d, #5F8E2F);
	cursor: pointer; 
}

#CartBigIcon{
	background-image: url(../images/symbole/cartwhite.png);
	background-size:cover;
	float: left;
	height: 41px;
	width: 41px;
	margin: 10px;
}

#CashBigIcon{
	background-image: url(../images/symbole/cash.png);
	background-size:cover;
	float: left;
	height: 41px;
	width: 41px;
	margin: 10px;
}

#CartPriceThings{
	float: right;
	height: 41px;
	width: 145px;
	margin: 10px 10px 10px 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	padding-top: 11px;
}

#basketBtn{
	display: inline-block;
	float: left;
	width: 22.3px;
	height: 18px;
    background-image:    url(../images/symbole/cart.png);
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
	cursor: pointer;
}

#Banner{
	border: none; width: 728px; height: 90px; margin: 0 auto; display: table; margin-bottom: 15px;
}

.ItemDesc{
	margin-bottom: 0;
    /* padding: 0; */
    color: black;
    font-size: 1.3em;
    padding-top: 10px;
    font-weight: 200;
	text-align: middle;
}

.ItemPrice{
	margin: 0;
    color: black;
    font-size: 1.3em;
    padding-top: 10px;
    font-weight: 200;
}

.productListImg{
	height: 205px;
	width: 205px;
	margin-top:10px;
	margin-left:10px;
	background: url();
	background-position: center;
	/* Make the background image cover the area of the <div>, and clip the excess */
	background-size: cover;
	background-repeat: no-repeat;
}
.product-table {
	width: 100%;
}
.product-table td {
	padding: 0.25em 0.5em;
	border: 1px solid #000;
	text-align: center;
}
.modal.product .modal-body span{
	font-weight: bold;
	min-width: 15em;
	display: inline-block;
}
.product-table td:first-child {
	border: none;
	text-align: left;
}
address {
	font-size: 1.2em;
}
button span {
	min-width: 0;
}

.product-toggle {
	font-size: 1.2em;
    text-align: center;
	text-decoration: underline;
}
.thumbnail.product a {
	font-size: 1.2em;
    text-align: center;
	margin: 0 0.5em;
}
.thumbnail.product .ItemDesc {
	text-align: center;
}