html{
	height: 100%;
}
body{
	height: 100%;
	font-family: 'quicksandregular';
	font-weight: bold; 
		background-image: url(../img/products/bg3.jpg);
	background-attachment: fixed;
}
@font-face {
	font-family: 'quicksandlight';
	src: url('../fonts/fonts-custom/quicksand-light-webfont.eot');
	src: url('../fonts/fonts-custom/quicksand-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/fonts-custom/quicksand-light-webfont.woff') format('woff'),
	url('../fonts/fonts-custom/quicksand-light-webfont.ttf') format('truetype'),
	url('../fonts/fonts-custom/quicksand-light-webfont.svg#quicksandlight') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'quicksandregular';
	src: url('../fonts/fonts-custom/quicksand-regular-webfont.eot');
	src: url('../fonts/fonts-custom/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/fonts-custom/quicksand-regular-webfont.woff') format('woff'),
	url('../fonts/fonts-custom/quicksand-regular-webfont.ttf') format('truetype'),
	url('../fonts/fonts-custom/quicksand-regular-webfont.svg#quicksandregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'bebas_neueregular';
	src: url('../fonts/fonts-custom/BebasNeue-webfont.eot');
	src: url('../fonts/fonts-custom/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/fonts-custom/BebasNeue-webfont.woff') format('woff'),
	url('../fonts/fonts-custom/BebasNeue-webfont.ttf') format('truetype'),
	url('../fonts/fonts-custom/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
h2, h3, h4{
	font-family: 'bebas_neueregular';
	letter-spacing: 4px;
}
h3{
	font-size: 30px;
}
h2{
	font-size: 40px;
}
p{
	font-family: 'quicksandregular';
	font-size: 17px;
}
/*************** Home *******************/
#home{
	height: 100%;
}
.wrapper{
	background-color: rgba(0, 0, 0, .3);
	height: 100%;
}
#contact-bar{
	color:#fff;
	padding-top: 2%;
}
#contact-bar p{
	text-align: right;
	font-size: 18px;
	text-shadow: 1px 1px #000;
	/*
	background-color: rgba(0,0,0,.7);
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;*/
}
#contact-bar a{
	text-decoration: none;
}
#contact-bar a:hover, a:focus{
	color: #de8642;
}
#logo img{
	padding-top: 7%;
	width:400px;
	top: 50%;
}
@media (min-height: 895px){
	#logo img{
		padding-top: 16%;

	}

}
#home h1{
	color: #fff;
	text-align: center;
	font-size: 30px;
	letter-spacing: 8px;
	line-height: 40px;
	text-shadow: 1px 1px #000;
	font-weight: bold;
}

.blocks{
	padding-top: 15%;
}
.blocks h2{
	font-family: 'quicksandregular';
	font-size:20px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	padding-bottom: 6px;
}
.services{
	background-color: #82282f;
	width: -45%;
}
.whats-new{
	background-color: #8b623c;
}
.testimonials{
	background-color: #075538;
}
.did-you-know{
	background-color: #4b4d52;
}
/************************ Navigation **********************************/
nav {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
@media (min-width: 768px){
	.navbar-nav{
		float: none;
		display: table;
		table-layout: fixed;
		margin-top:0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}

}
.navbar {min-height:10px !important}
.bs-docs-nav nav{
	font-family: 'quicksandregular';
	background-color: rgba(0, 0, 0, .9);
	border-color: transparent;
	font-size: 23px;
	text-transform: uppercase;

}
.bs-docs-nav .navbar-nav > .active > a, .bs-docs-nav .navbar-nav > .active > a:hover, .bs-docs-nav .navbar-nav > .active > a:focus {
	background-color: transparent;
	color:#c0c0c0;
}

.bs-docs-nav .navbar-nav > li > a {
	color: #ffffff;
	padding-right: 50px;
	font-family: 'bebas_neueregular';
	letter-spacing: 4px;
}
.bs-docs-nav .navbar-toggle {
	border-color: transparent;
}
a, a:active, a:focus {
	outline: none;
	color:#eeeeee;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color:orange;
  background-color: transparent;
}
/**************** Thumbs ***********************/
.thumbs-wrapper{
	padding-bottom: 50px;
	text-transform: uppercase;
}
.thumbnail{
	background-color: rgba(255, 255, 255, 1);
}
.thumbnail img{
	width: 160px;
}
.thumbnail img:hover{
	width: 170px;
}
#thumbs{
	margin-top: -45px;
	color: #444;
}
.thumbnail .caption h3{
	text-align: center;
	text-transform: uppercase;
	color: #333;
	font-family: 'bebas_neueregular';
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
.thumbnail .caption a{
	text-decoration: none;
}
.thumbnail .caption{
	padding:0px;
}
.btn{
	margin: 0 auto;
	display: block;
	font-size: 17px;
}

.thumbnail .caption p{
	font-family: 'quicksandregular';
	padding: 13px 9px 9px 9px;
	color: #84604b;
	text-align: center;
}
.thumbnail .btn{
	background-color:#095c45 ;
	border-color:#095c45;
}
.thumbnail .btn:hover{
	background-color:#990000 ;
	border-color:#990000;
}	
.btn-primary a:hover a:focus{
	background-color:#000 ;
	border-color:#000;
}
#thumbs-trigger{
	position: absolute;
	bottom: 150px;
}
/**************** About ***********************/
.about-wrapper{
}
#about{
	background-color: #095c45;
	color: #fff;
	padding-bottom: 70px;
	padding-top: 70px;
}
#about p{
	text-align: left;
	color: #fff;
}

/**************** Services ***********************/
.services-wrapper{
}
#service{
	background-color: #095c45;
	color: #fff;
	padding-bottom: 70px;
	padding-top: 70px;
}
#service p{
	text-align: left;
	color: #fff;
}
/**************** Products *******************/
#products{
	padding-bottom: 70px;
	padding-top: 70px;
	color: #fff;
}
.product-images img{
	padding-top: 20px;
}
#products hr{
	border-color: #ffffff;
}
#products h3, p{
	text-align: right;
	color: #fff;
}
#products p{
	font-size: 17px;
font-weight: bold;
}

/**************** SpiceWise *******************/
.spicewise-wrapper{
}
#spicewise{
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #095c45;
	color: #fff;
}
#spicewise p{
	text-align: left;
	font-size: 17px;

}
#spicewise hr{
	margin:2px;
border-color:#fff;
}
.swise{
	padding-top: 10px;
}
h4{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 25px;
}
.swise p{
	font-size: 15px;
}
/**************** Testimmonials *******************/
#testimonials{
	padding: 70px 0 70px 0;
	color: #fff;
	background-attachment: fixed;
	height: 100%;
}
#testimonials p{
	text-align: center;
	font-size: 30px;
}
.carousel p strong{
	text-align: right;
}
.carousel-indicators li{
	display: none;
}
#carousel-outer{
	padding-top: 150px;
}
.carousel-inner{
	height: 300px;
}
@media (max-width: 570px){
	.carousel-inner{
		height: 300px;}
		#testimonials p{
			text-align: center;
			font-size: 20px;
		}
		#carousel-outer{
			padding-top: 100px;
		}
		.carousel-control.left, .carousel-control.right {
			display: none;
		}
	}
	@media (min-height: 768px){
		#carousel-outer{
			padding-top: 245px;
		}
	}
	.carousel-control.left, .carousel-control.right {
		background-image: none;
	}
	/**************** Contact *******************/
	#contact{
		padding:70px 0px 50px 0px;
		color:#444;
		background-color:#ffffff; 
	}
	iframe{
		padding-top: 10px;
		padding-bottom: 10px;
	}

	address{
		color:#444;
		text-align: left;
		font-size: 17px;
		padding-top: 15px;
	}
	address a{
		color: #444;
		text-decoration: none;
	}
	address a:hover{
		text-decoration: none;
	}
	label{
		font-size: 17px;
		color: #444;
	}
	form .btn{
		background-color:#095c45 ;
		border-color:#095c45;
		font-size: 17px; ;
	}
	form .btn:hover{
		background-color:#990000 ;
		border-color:#990000;
	}
	form label{
		font-weight: bold;
	}
	.copy{
		background-color: #ffffff;
	}
	#copyright p{
		color: #444;
		text-align: left;

	}
	#copyright a{
		color: #444;
		text-decoration: none;
	}
	#copyright a:hover{
		text-decoration: none;
	}
