/*------------------------------------------------------------------
	[Table of Contents]
	1.	Fonts
	2.	Global
	3.	Header
	4.	Banenr
	5.	Content
	6.	Footer
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[ 1 Fonts ]
-------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);


/*------------------------------------------------------------------
	[ 2 Global ]
-------------------------------------------------------------------*/
* { outline: none; }
html {
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background: #fff;
	color: #535353;
	font-family: Verdana, Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	line-height: normal;
	margin: 0;
}
p, label, h1, h2, h3, h4, h5,h6 {
	font-weight: normal;
	line-height: normal;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #535353;
	font-family: Verdana, Arial,"Helvetica Neue",Helvetica,sans-serif;
}
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p {
	line-height: 32px;
	margin: 0;
	padding-bottom: 20px;
}
a {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}
input, 
button, 
textarea, 
select {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
/*	outline: none;*/
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
}
pre,
tt,
code,
kbd,
samp,
var {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol {
	font-family: Arial;
	line-height: 24px;
	margin: 0 0 20px 0;
	padding: 0;
}
ol ol {
	margin: 10px 0 0 0;
	padding: 0 0 0 25px;
}
ol li { margin: 0 0 5px 0; }
ol, ul { list-style-position: inside; }
ol > li { list-style-position: inside; }
ol ol li { list-style-type: lower-alpha; }
ol ol ol li { list-style-type: lower-roman; }
q { font-style: italic; }
abbr,
acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}
textarea {
	resize:none;
	overflow-y:auto;
}
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after { clear: both; }
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix { *zoom: 1; }

/*Container Width*/
.container { 
	margin: 0px auto;
	max-width: 960px; 
}

/*------------------------------------------------------------------
	[ 3 Header ]
-------------------------------------------------------------------*/
.header-wrapper {
	background: url(../images/header-bg.png) repeat-x;
	height: 200px;
	width: 100%;
	padding-bottom: 35px;
	position: relative;
	z-index: 5;
}

.navbar-brand {
	padding: 0;
	height: inherit;
}
/*
.navbar-nav { 
	float: right; 
	padding-top: 90px;
}*/
.navbar-toggle.collapsed { 
	background-color: #fbb90b; 
	margin-top: 65px;
	padding: 10px;
}
.navbar-toggle.collapsed:hover,
.navbar-toggle:focus,
.navbar-toggle { 	
	padding: 10px;
	margin-top: 65px;
	background-color: #cb9803; 
}

.sr-only {
	clip: inherit;
	color: #000;
	float: left;
	height: inherit;
	position: inherit;
	width: inherit;
	margin-right: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.icon-bar-wrap { float: left; }

.navbar-toggle .icon-bar { background-color: #000; }

.navbar-collapse.collapsing,
.navbar-collapse.in {
	margin-top: 10px;
	background-color: #fbb90b;
	padding: 10px;
}
.navbar-nav { margin: 0; }
.navbar-nav>li>a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.navbar-nav>li>a:hover { 
	background-color: #000; 
	color: #fff;
}
/*------------------------------------------------------------------
	[ 4 Banner ]
-------------------------------------------------------------------*/
.banner-wrapper {
	background: #fff;
/*	height: 350px;*/
	position: relative;
	z-index: 4;
	padding-bottom: 20px;
}
.banner-inner-wrap {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0, .5);
	padding: 20px;
}
.banner-info-wrap { 
	background-color: #fcc702;
	padding: 15px;
}
.banner-txt { 
	padding-bottom: 20px; 
	overflow: hidden;
}
.banner-txt h1 {
	color: #000;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: bold;
}
.banner-txt p {
	color: #000;
	font-size: 28px;
	line-height: 34px;
	margin:0;
	padding:0;
}
.banner-txt a,
.black-btn {
	background-color: #000;
	color: #fff;
	padding: 7px 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
.banner-txt a { float: right; }
.banner-img { padding-top: 10px; }
.banner-img img {
	max-width: 500px;
	width: 100%;
	box-shadow: 0 10px 20px rgba(185,136,8, .75);
}


.search-wrapper ul {
	float: right;
	padding: 10px 0 25px;
}
.search-wrapper ul li { float: left; }
.search-wrapper ul li input[type="text"] {
	background-color: #fff;
	border: 2px solid #a3a3a3;
	padding: 0 10px;
	font-size: 13px;
	color: #787878;
	max-width: 225px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.search-wrapper ul li input[type="submit"] {
	color: #fff;
	background-color: #f1b509;
	border: 2px solid #aea891;
	height: 30px;
	line-height: 25px;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
.search-wrapper ul li:last-child { padding-left: 10px; }
/*------------------------------------------------------------------
	[ 5 Content ]
-------------------------------------------------------------------*/
.content-wrapper {
	background-color: #f1f1f1;
	padding: 30px 0;
	position: relative;
	z-index: 3;
}
.home-content-wrap { padding-top: 30px; }

.product-item { padding-bottom: 50px; }

.product-img {
	border: 4px solid #ddd;
	background-color: #fff;
	padding: 20px;
	text-align: center;
}
.product-img img { display: inline-block; }
.product-info { padding-top: 30px; }
.product-info h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.product-info p {
	color: #000;
	font-size: 20px;
	line-height: 32px;
}


/*featured*/
.featured-product-wrapper h2 {
	color: #fdb702;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 20px; 
}
.featured-product-wrap {	
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0, .5);
	padding: 30px 20px; 
	overflow: hidden;
}
.feautured-item {
	background-color: #e8e8e8;
	padding:10px;
	margin: 0 15px;
	float: left;
	text-align: center;
}
.feautured-item img { display: inline-block; }
.featured-list { 
	position: relative; 
	padding: 0 70px; 
}
.slick-prev {
	border: 0px;
	text-indent: -9999px;
	background: url(../images/arrow-left.png);
	width: 43px;
	height: 84px;
	left: 0;
	top: 25%;
	position: absolute;
	z-index: 100;
}
.slick-next {
	border: 0px;
	text-indent: -9999px;
	background: url(../images/arrow-right.png);
	width: 43px;
	height: 84px;
	right: 0;
	top: 25%;
	position: absolute;
	z-index: 100;
}

/*Product*/
/*sidebar*/
.sidebar-wrap { 
	float: left;
	padding-bottom: 30px; 
	width: 100%;
}

.sidebar-title {
	background-color: #fcca05;
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	padding: 15px;
	font-weight: bold;
}
.sidebar-menu ul li {
	float: left;
	width: 100%;
	margin-top: 2px;
}
.sidebar-menu ul li a {
	background-color: #e6e6e6;
	color: #000000;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
}

/*product list*/
.product-list-item  { padding-bottom: 30px; }
.product-list-item img {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	padding: 15px;
}
.product-list-item h3 {
	background-color: #dcdcdc;
	color: #fff;
	font-size: 14px;
	padding: 8px;
	text-align: center;
	font-weight: bold;
}
/*------------------------------------------------------------------
	[ 6 Footer ]
-------------------------------------------------------------------*/
.pre-footer-wrap {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#404145+0,010101+100 */
	background: rgb(64,65,69); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(64,65,69,1) 0%, rgba(1,1,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(64,65,69,1) 0%,rgba(1,1,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(64,65,69,1) 0%,rgba(1,1,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404145', endColorstr='#010101',GradientType=0 ); /* IE6-9 */
}
.p-footer-inner {
	background: url(../images/map.png) no-repeat center top;
	padding: 60px 0;
}
.pre-footer-wrap p { 
	font-size: 18px; 
	padding: 0;
}
.btn-contact { padding-bottom: 20px; display: inline-block; }

.footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fccc0d+0,f1b20b+100 */
	background: rgb(252,204,13); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,204,13,1) 0%, rgba(241,178,11,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(252,204,13,1) 0%,rgba(241,178,11,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(252,204,13,1) 0%,rgba(241,178,11,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccc0d', endColorstr='#f1b20b',GradientType=0 ); /* IE6-9 */

	padding: 20px 0;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.footer p {	font-weight: bold; }
.footer-menu li { padding-bottom: 10px; }
.footer-menu li:last-child { padding-bottom: 0 }
.footer-menu li a {
	color: #000;
	text-transform: uppercase;
}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
/*header*/
.navbar-nav { 
	float: right; 
	margin-top: 60px; 
}

.navbar-nav>li { padding-left: 10px; }
.navbar-nav>li>a { 
	color: #fff; 
	padding: 7px 10px; 
}
.navbar-nav>li.active>a,
.navbar-nav>li>a:hover {
	background-color: #fcc305;
	color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

/*banner*/
.banner-wrapper {
}

.content-wrapper { padding: 50px 0; }
.home-content-wrap { padding-top: 80px; }


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
/*header*/
.navbar-nav>li { padding-left: 25px; }

/*banner*/
.banner-wrapper { height: 340px; }
.banner-wrapper,
.banner-txt {
	padding-bottom: 0;
}
 

/*footer*/
.footer {
	padding: 30px 0;
	text-align: inherit;
}
.footer p {	
	float: left; 
	padding: 0;
}
.footer-menu  { float: right;}
.footer-menu li { 
	float: left; 
	padding: 7px 0 0 20px;
}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
/*header*/
.navbar-nav>li { padding-left: 30px; }

}