@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);


/**label styles**/
.label-small {
    max-width: 180px;
    cursor: pointer;
}

.label-large .modal-dialog {
    max-width: 1200px;
    width: 100%;
}

.label-large .modal-dialog {
    padding: 20px;
}

@media(max-width:767px){
	.label-large .modal-dialog {
    max-width: 340px;
    width: 100%;
}
}

/**end label styles**/



img.img-responsive.pull-left.thumbnail.new-product{
	object-fit: contain;
	width:103px;
	height: 103px;
}



body{
	background:url(../img/mainbg.jpg);
	font-family:'Lato',Arial,Helvetica,sans-serif;
	font-weight:400;
	
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

td,th{
	padding-top:7px;
}


a,a:hover{text-decoration:none;}

.topbg{
	background:white;
	width:100%;
	max-width:1148px;
	height:102px;
}



.topcart{
	background:url(../img/cart.png) no-repeat;
	 height: 42px;
  padding: 8px 0 0 50px;
  color: #3e454c;
  margin-top: 40px;
  font-size: 18px;
}
	

.topcart form a{  color:#3e454c;}

.navbar{
	background:#3e454c;
	width:100%;
	max-width:1148px;
	float:none;
	margin:0 auto;
	border-radius:0;
	border-bottom:3px solid #8dbf41;
	/*-webkit-box-shadow: 0px 5px 5px -4px rgba(31,31,31,0.43);
	-moz-box-shadow: 0px 5px 5px -4px rgba(31,31,31,0.43);
	box-shadow: 0px 5px 5px -4px rgba(31,31,31,0.43);*/
}

.navbar-nav > li > a{
	color:white;
	font-size:16px;
	padding: 15px 15px 16px 15px;
  	margin-top: -1px;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a.active {
	background:#8dbf41;
}

button.searchbtn{
	background:none;
	border:none;
	color:white;
	outline:none;
}


header{
	background:url(../img/headerbg.jpg) repeat;
	max-width:1600px;
	width:100%;
	padding:30px 0 20px 0;
	margin:-15px auto;
	z-index: -1;
}
/*carousel*/



.carousel-inner{
	height: 515px;
	/*margin-left:-20px;*/
  	
}

/*firefox hack*/
@-moz-document url-prefix() { 
  .carousel-inner{
     margin-top:0px;
  }
}

.slide1{background:url(../img/slide1.jpg) no-repeat; }
.slide2{background:url(../img/slide2.jpg) no-repeat;}
.slide3{background:url(../img/slide3.jpg) no-repeat;}

.carousel{
	max-width: 1600px;
    margin: 0 auto;
}

.carousel-indicators {
	bottom: 0;
	
}

.carousel-control.right,
.carousel-control.left {
	background-image: none;
	display:none;
}
.carousel .item {
	min-height: 350px; 
	height: 100%;
	width:100%; 
	max-width: 854px;
 	 margin: 0 auto;
}

.carousel-caption h1
{
	
	background-color:rgba(82,160,72,.85);
	font-size:45px;
	font-weight:300;
	max-width:600px;
	width:100%;
	margin:0 auto;
	text-shadow:none;
	color:white;
}

.carousel-caption h2
{
	background-color:rgba(141,191,65,.85);
	font-size:36px;
	font-weight:600;
	max-width:471px;
	width:100%;
	margin:0 auto;
	text-shadow:none;
	color:white;
}

.carousel-caption h3
{
	background-color:rgba(122,230,107,.85);
	font-size:30px;
	font-weight:700;
	max-width:460px;
	width:100%;
	margin:0 auto;
	text-shadow:none;
	color:#3e454c;
}


.carousel-caption h1,.carousel-caption h2,.carousel-caption h3 {
	padding:7px;
	margin-bottom:10px;
}

.carousel-indicators .active{
	background:#3e454c;
}

.carousel-indicators li{
	border-color:#3e454c;
}


/* Animation delays */
.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.carousel-caption button {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}


/*main section*/

#banner{
	background:url(../img/banner.jpg) no-repeat;
	max-width:1148px;
	width:100%;
	padding:0px 0 10px 0;
	margin:30px auto;
}

#banner h1{
	font-size:48px;
	color:white;
	font-weight:700;
}

#banner h2{
	font-size:42px;
	color:white;
}

section{margin:30px 0 20px 0;}

#main-content{
	background:white;
	max-width:1148px;
	width:100%;
	margin-bottom:15px;
	padding:15px 0 10px 0;
	border:1px solid #dbdbd9;
	
}

#content{float:right;}

/*sidebar*/

#accordion{
	width:auto;
	margin-bottom:20px;
	float:left;
}

.panel-body {
  padding: 10px;
  font:13px 'Lato',Arial,sans-serif;
  color:white;
  font-weight:400;
  transition:.2s ease-in;
  background:#2d3035;
  border-top:1px solid #383c43;
}

.panel-body:last-child{
	border-radius:0 0 3px 3px;
	
}

.panel-body:hover{
	background:#383c43;
}

.panel-body a{
	color:white;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #383c43;
}

.panel-title{font:18px 'Lato',Arial,sans-serif;  font-weight:700; text-transform:uppercase;}


.ui-accordion .ui-accordion-header {
color:white;
background-color: #59bd56;
border-bottom:1px solid #60d25d;
padding:15px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
outline:none;
cursor:pointer;
font:18px 'Lato',Arial,sans-serif;  
font-weight:700;
text-transform:uppercase;

}


.productsbg{
	background:url(../img/subtle_dots.png) repeat;
	border:1px dotted #dbdbd9;
	width:100%;
	max-width:860px;
	float:left;
	padding:15px 0 10px 0;
	margin-bottom:10px;
}

.productsbg p{
	font-size:14px;
	line-height:18pt;
}

.price{
	color:#3c9d26;
	font-weight:600;
	display:inline-block;
}

.detailsbtn{
	background:transparent;
	border:1px solid #3e454c;
	border-radius:3px;
	padding:5px 0 5px 0;
	color:#3e454c;
	font-weight:600;
	max-width:90px;
	width:100%;
	font-size:15px;
	text-align:center;
	display:inline-block;
	transition:.3s ease-in-out;
	margin-left:15px;
}

.detailsbtn:hover{
	background:#3e454c;
	color:white;
	}

#footer-icons{
	background:#3e454c;
	margin-bottom:0;
}

#subpage-bg{
	background:white;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:15px;
	float:right;
}

/*product-page*/

/*lightbox*/

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index:1032;
	outline:none;
}

.thumbnail{
	cursor:zoom-in;
	margin-right:15px;
}

.saletag{
	color:#F00;
	font-weight:600;
}

#order-box{
	border:1px solid #59bd56;
	padding:5px;
	max-width:580px;
	width:100%;
	margin:0 auto;
}

#order-box1{
	border:1px solid #59bd56;
	padding:5px;
	max-width:580px;
	width:100%;
	margin:30px auto;
}

.selection{
	background:#cfe0b4;
	padding:8px;
	border:3px dashed white;
}

.cartbutton{
	background:#59bd56;
	border-radius:3px;
	color:white;
	font-weight:600;
	max-width:90px;
	width:100%;
	font-size:13px;
	text-align:center;
	display:inline-block;
	transition:.3s ease-in-out;
	border:none;
	margin-top:15px;
	outline:none;
}

.cartbutton:hover{background:#f7921f;}

.ordernowbtn{
	background:#424d58;
	width:100%;
	max-width:400px;
	color:white;
	font-size:40px;
	text-align:center;
	margin:0 auto;
	border-radius:5px;
	font-weight:600;
	text-decoration:none;
	transition:.3s ease-in;
	padding:5px;
}

.ordernowbtn:hover{
	background:#85b63a;
}



#managecartbg{
	margin:40px 0 30px 0;
}

html input[type="button"]{
	border-radius:5px;
	background:#59bd56;
	border:none;
	outline:none;
	padding:8px;
	color:white;
	font-weight:600;
	transition:.3s ease-in-out;
}

html input[type="button"]:hover{background:#f7921f;}

input[type="submit"]{
	border-radius:5px;
	background:#e15805;
	border:none;
	outline:none;
	padding:10px 5px 10px 5px;
	color:white;
	font-weight:600;
}


.bottles{
	width:200px;
}

#subpage-bg{
	background:white;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:15px;
}


/*text styles*/

h1{
	font-size:36px;
	color:#8dbf41;
	font-weight:700;
}

h2{
	color:#82bc2a;
	font-size:30px;
	font-weight:600;
}

h3{
	font-size:22px;
	color:#3e454c;
	font-weight:600;
}

p{
	font-size:15px;
	color:#202a20;
	line-height:24pt;
}

/*footer*/

/*footer*/
footer{
	background:#262b30;
	padding:10px 0 20px 0;
	color:white;
	text-align:center;
	font-size:12px;
}

footer a{
	color:white;
	font:13px 'Lato',Arial,sans-serif;
}

footer a:hover{
	text-decoration:underline;
	color:white;
}

footer small{
	color:white;
}

footer p{
	font-size:13px;
	color:white;
	line-height:13pt;
}


/*media query*/

@media (max-width:1030px){
	
	#banner h1{
	font-size:42px;
}

	#banner h2{
	font-size:36px;
}


	
}

@media (max-width:780px){
	
	
	.topcart{
		margin-top:-10px;
	}
	
	
	
	
}

@media (max-width:675px){
	
	.topcart{
		margin-top:40px;
	}
	
	.xs-fix{
		float:left;
		width:70%;
	}
	
	button.searchbtn{
		margin-top:3px;
	}
  
  .topbg{
	  height:150px;
	  padding-bottom:15px;
  }
  
  .carousel-caption h1
{
	font-size:33px;
}

.carousel-caption h2
{
	font-size:28px;
}

.carousel-caption h3
{
	font-size:23px;
}

.fa-bars,.navbar-toggle{color:white;}


	#banner h1{
	font-size:24px;
	text-align:center;
}

	#banner h2{
	font-size:22px;
	text-align:center;
}

.slide1{
	background-position:60%;
}

.slide3{
	background-position:100%;
}

.ordernowbtn{
	font-size:35px;
}


h1{
	font-size:30px;
}

.bottles{
	width:200px;
	font-size:14px;
}
	
}

