@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
}
@font-face {
    font-family: 'Sweet Talk';
    src: url('../fonts/SweetTalk.woff2') format('woff2'),
    url('../fonts/SweetTalk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.wrapper-dropdown-5.active .dropdown::-webkit-scrollbar-track, .header-mainsection-wraper .header-wraper::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
.wrapper-dropdown-5.active .dropdown::-webkit-scrollbar, .header-mainsection-wraper .header-wraper::-webkit-scrollbar, body::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
.wrapper-dropdown-5.active .dropdown::-webkit-scrollbar-thumb, .header-mainsection-wraper .header-wraper::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.container-fluid{
	margin-right:20px;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
}
.padd-0 {
	padding: 0 !important;
}
.custom-container {
	width: 1300px;
	margin: 0 auto
}
.form-control::placeholder {
 color: #666;
 opacity: 1;
}
 .form-control:-ms-input-placeholder {
 color: #666;
}
 .form-control::-ms-input-placeholder {
 color: #666;
}
@font-face {
	font-family: 'acraticaffp';
	src: url('acratica-demo-font-ffp-webfont.woff2') format('woff2'), url('acratica-demo-font-ffp-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* CSS Document */

/* CSS header */

.logo-wraper a img {
	width: 160px;
}
/* DEMO 5 */

.wrapper-dropdown-5 {
	/* Size & position */
	position: relative;
	width: 300px;
	margin: 0 auto;
	padding: 12px 15px;
	float: left;
	margin-bottom: 20px;
	/* Styles */
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wrapper-dropdown-5:after { /* Little arrow */
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #4cbeff transparent;
}
.wrapper-dropdown-5 .dropdown {
	/* Size & position */
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	/* Styles */
	background: #fff;
	border-radius: 0 0 5px 5px;
	border: 1px solid rgba(0,0,0,0.2);
	border-top: none;
	border-bottom: none;
	list-style: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/* Hiding */
	max-height: 0;
	overflow: hidden;
}
.wrapper-dropdown-5 .dropdown li {
	padding: 0 10px;
}
.cartbtn{
	float:right;
}
.wrapper-dropdown-5 .dropdown li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 10px 0;
	transition: all 0.3s ease-out;
	border-bottom: 1px solid #e6e8ea;
}
.wrapper-dropdown-5 .dropdown li:last-of-type a {
	border: none;
}
.wrapper-dropdown-5 .dropdown li i {
	margin-right: 5px;
	color: inherit;
	vertical-align: middle;
}
/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
	color: #57a9d9;
}

/* Active state */

.wrapper-dropdown-5.active {
	border-radius: 5px 5px 0 0;
	background: #4cbeff;
	box-shadow: none;
	border-bottom: none;
	color: white;
	z-index: 9;
}
.wrapper-dropdown-5.active:after {
	border-color: #82d1ff transparent;
}
.wrapper-dropdown-5.active .dropdown {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	max-height: 400px;
	overflow: auto;
}
.shop-detail-main-slider-wraper{

}
/* No CSS3 support: none */
.header-navigation-dektop {
	padding: 4px 12px !important;
	text-align: center;
}
.header-mainsection-wraper {
	position: relative;
	overflow: hidden;
	background-origin: initial !important;
	background-clip: initial !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.header-mainsection-wraper #particles-js {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%
}
.header-mainsection-wraper .header-wraper {
	border-bottom: 1px solid #464444;
	background-color: #1c1c1e;
	height: 100vh;
	overflow: auto;
	width: 100%;
	padding-top: 30px;
}
.header-navigation-wraper {
}
.header-navigation-wraper ul {
	list-style: none;
	text-align: center;
	margin-top: 30px
}
.header-navigation-wraper ul li {
	position: relative;
	padding: 12px 0;
}
.logo-wraper {
	padding:0;
	text-align: center
}
.header-navigation-wraper ul li:nth-child(3) {
}
.header-navigation-wraper ul li a {
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Sweet Talk';
}

.header-navigation-wraper ul li a:hover {
	color: #96c44a !important;
}
.header-button-getquote a {
	background: #bae000;
	padding: 12px 28px;
	border-radius: 30px;
	color: #000 !important;
	font-weight: 500;
	text-shadow: none !important;
}
.header-button-getquote a:hover {
	box-shadow: none;
}
.header-login-register {
	padding: 0 !important;
}
.size-form-field{
	width:30%;
	display:inline-block;
	margin-right:15px
}
.quantity-form-field{
	width:15%;
	display:inline-block;
}
.header-login-register a {
	color: #666 !important;
	text-shadow: none !important;
}
.header-login-register a:hover {
	color: #000 !important;
}
.header-search-register img {
	margin-top: -2px
}
.about-listing-icon i {
	font-size: 54px;
	color: #e1da1f
}
.header-text-search-wrp {
	position: relative;
	z-index: 1000;
	margin-top: 9%
}
.welcomeimage-wraper {
	padding-top: 30px;
	padding-right: 73px;
}
.welcomeimage-wraper img {
	padding-top: 75px;
	margin-right: 60px;
	border-radius: 10px;
}
.header-text-search-wrp h1 {
	font-size: 43px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 1px #144a33;
	margin-bottom: 20px;
	line-height: 53px;
}
.header-text-search-wrp p {
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #144a33;
	line-height: 28px;
	margin-bottom: 30px;
}
.header-text-search-wrp .nopaddingfield {
	padding-left: 0
}
.header-text-search-wrp form {
}
.header-text-search-wrp .form-group {
}
.header-text-search-wrp .form-group .form-control {
	font-size: 18px;
	color: #333;
	padding: 15px 20px;
	border-bottom: 1px solid #e6ecf5;
	font-weight: bold;
}
 .header-text-search-wrp .form-group .form-control::-webkit-input-placeholder {
 color: #000;
}
 .header-text-search-wrp .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000;
}
 .header-text-search-wrp .form-group .form-control::placeholder {
 color: #000;
}
.header-text-search-wrp .form-group .form-control:focus {
	box-shadow: 0 21px 35px -5px rgba(0, 0, 0, 0.3);
}
.header-text-animation .search-header-formbutton {
	margin-top: 10px
}
.header-text-animation .search-header-formbutton .search-header-form {
	background: #bae000;
	padding: 12px 44px;
	border-radius: 30px;
	color: #000 !important;
	font-weight: 500;
	text-shadow: none !important;
	box-shadow: 0 21px 35px -5px rgba(0, 0, 0, 0.3);
	border: none;
	outline: none;
	font-size: 16px
}
.search-header-formbutton .search-header-form:hover {
	box-shadow: none;
}
#scroll {
	text-align: center;
	margin: 0 auto;
	color: white;
	padding-top: 0px;
	font-size: 40px;
	line-height: 26px;
	cursor: pointer;
	position: absolute;
	left: 60px;
	-webkit-transition: -webkit-transform 0.6s ease;
	-moz-transition: -moz-transform 0.6s ease;
	transition: transform 0.6s ease;
	color: #fff;
	top: -42px;
	z-index: 1000000000;
}
#scroll a {
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background: #96c44a;
	display: block;
	padding-top: 20px;
	box-shadow: 1px 2px 12px 0 rgba(29, 29, 30, 0.55)
}
#scroll a:hover {
}
#scroll.clicked {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
#scroll.rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(3180deg);
}
#scroll a {
	position: relative;
	bottom: -10px;
	text-decoration: none
}
.arrow-bounce {
	-webkit-animation: arrow 1s infinite;
	-moz-animation: arrow 1s infinite;
	-o-animation: arrow 1s infinite;
	animation: arrow 1s infinite;
	animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}
 @-webkit-keyframes arrow {
 0% {
 bottom: -13px;
}
 50% {
 bottom: -8px;
}
 100% {
 bottom: -13px;
}
}
@-moz-keyframes arrow {
 0% {
 bottom: -13px;
}
 50% {
 bottom: -8px;
}
 100% {
 bottom: -13px;
}
}
@keyframes arrow {
 0% {
 bottom: -13px;
}
 50% {
 bottom: -8px;
}
 100% {
 bottom: -13px;
}
}
.contact-us-button-headertxt {
	margin-top: 40px
}
.contact-us-button-headertxt a {
	background: #bae000;
	padding: 14px 38px;
	border-radius: 30px;
	color: #000 !important;
	font-weight: 500;
	text-shadow: none !important;
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.3);
	font-size: 15px;
	text-decoration: none;
}
.contact-us-button-headertxt a:hover {
	box-shadow: none
}
.header-text-animation {
	text-align: center;
	padding: 0 110px;
}
.oc-container, .oc-pusher, .oc-content {
	height: 100%;
}
.oc-content {
}
.oc-content, .oc-content-inner {
	position: relative;
}
.oc-container {
	position: relative;
	overflow: hidden
}
.oc-pusher {
	height: auto;
	position: relative;
	left: 0;
	-webkit-transition: -webkit-transform 400ms;
	transition: transform 400ms;
	z-index: 99;
}
.oc-pusher::after {
	content: '';
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	width: 0;
	-webkit-transition: opacity 400ms, width 0.1s 400ms, height 0.1s 400ms;
	transition: opacity 400ms, width 0.1s 400ms, height 0.1s 400ms;
	background: transparent;
}
.oc-menu-open .oc-pusher::after {
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 400ms;
	transition: opacity 400ms;
	width: 100%;
}
.oc-menu {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	visibility: hidden;
	width: 225px;
	z-index: 100;
	background: #999999;
}
.oc-menu-open .oc-menu::after {
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 400ms, width 0.1s 400ms, height 0.1s 400ms;
	transition: opacity 400ms, width 0.1s 400ms, height 0.1s 400ms;
	width: 0;
}
.oc-push.oc-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.oc-push.oc-menu::after {
	display: none;
}
.oc-push.oc-menu-open .oc-pusher {
	-webkit-transform: translate3d(225px, 0, 0);
	transform: translate3d(225px, 0, 0);
}
.oc-push.oc-menu-open .oc-push.oc-menu {
	-webkit-transition: -webkit-transform 400ms;
	transition: transform 400ms;
	visibility: visible;
	background: #fff;
	box-shadow: 1px 5px 33px 1px #212121;
}
.no-js .oc-menu {
	height: auto;
	position: static;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%;
	visibility: visible;
}
.no-js #oc-trigger {
	display: none;
}
.no-js .oc-pusher {
	padding-left: 0;
}
.no-csstransforms3d .oc-pusher {
	padding-left: 225px;
}
#menu-button {
	background: none;
	border: none;
	outline: none;
	color: #fff;
}
#menu-button:hover {
	color: #c8ff1b
}
#menu-button span {
	margin-left: 5px;
}
.oc-push ul {
	list-style: none;
}
#menu ul li {
	position: relative;
	line-height: 20px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
#menu ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 8px 20px;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase
}
#menu ul li a:hover {
	color: #666;
}
#menu-button img {
	margin-top: -2px;
	margin-right: 13px;
}
.social-header-wraper {
	box-shadow: 10px 3px 21px 2px rgba(0, 0, 0, 0.4);
	background: #333;
	position: relative;
	z-index: 100;
}
.header-navigation-wraper .pull-right {
	margin-top: -5px;
	padding: 33px 11px;
	border: none;
}
.header-navigation-wraper .pull-right a {
	font-size: 20px
}
.dropdown-menu {
	margin-left: -34px !important;
	top: 220%;
	left: -308px;
	width: 1587px;
	background-color: #2d2828;
}
.dropdown-menu li {
	display: block !important;
	padding: 3px 0 !important;
	border: none !important
}
.dropdown-menu li a {
	color: #fff !important;
}
.dropdown-toggle {
	cursor: pointer !important
}
.secondheader-mainsection-wraper {
	background-color: #fff;
	height: auto !important;
	overflow: initial;
}
.secondheader-mainsection-wraper .header-wraper {
	background-color: #fff;
}
.secondheader-mainsection-wraper .header-wraper {
	border: none !important;
	box-shadow: 0px 0px 4px 1px #504c4c;
}
.secondheader-mainsection-wraper .header-wraper ul li a {
	color: #333 !important
}
.secondheader-mainsection-wraper #menu-button {
	color: #333 !important;
}
.secondheader-mainsection-wraper #menu-button:hover {
	color: #666 !important
}
.secondheader-mainsection-wraper .header-wraper ul li a:hover {
	color: #666 !important;
}
.product-detail-header-heading {
	padding-top: 80px;
	padding-bottom: 80px;
}
.product-detail-header-heading h1 {
	font-size: 40px;
	color: #d6ea1d;
	font-family: 'Sweet Talk';
	margin-bottom: 25px;
	font-weight: bold;
	padding-top:50px;
	text-align:center;
}
.product-detail-header-heading h1 span {
	color: #c8ff1b
}
.product-detail-header-heading p {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	font-weight: 300;
	margin-left: -60px;
}
.product-image-wraper {
    text-align: center;
    width: 31%;
    margin: 0px auto
}
.product-image-wraper img {

}
.product-detail-mainwrp {
	margin-left: -30px;
}
.prduct-newlisting-produtname {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}
.bg-product-listingnew-wraper ul li .prduct-newlisting {
	margin-bottom: 20px;
}
/* CSS header */

/* CSS slider */
.left_navigation {
	width: 16.9%;
	position: fixed;
	z-index: 9;
}
.slider-image-wraper {
	text-align: center;
	padding-top: 140px;
	display: none
}
.slider-text-wraper {
	position: absolute !important;
	top: 20%;
	width: 70%;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 1000;
	text-align: center;
}
.slider-text-wraper .top-nav-image-wrap {
	width: 50%;
	margin: 0 auto;
	padding: 8px 30px;
	border-radius: 0;
	margin-bottom: 10px;
}
.slider-text-wraper h1 span {
	text-transform: uppercase;
	color: #fff;
	font-size: 31px;
	font-family: 'Sweet Talk';
	font-weight: bold;
	letter-spacing: 5px;
}
.slider-text-wraper p {
	color: #fff;
	font-size: 19px;
	padding: 0 213px;
	font-weight: 300;
	line-height: 32px;
	padding-top: 25px;
}
.slider-text-wraper h3 {
	background-color: rgba(0,0,0,0.7);
	width: 55%;
	margin: 0 auto;
	padding: 21px 30px;
	border-radius: 0;
}
.slider-text-wraper h3 span {
	text-transform: uppercase;
	color: #fff;
	font-size: 58px;
	font-family: 'Sweet Talk';
	font-weight: bold;
	letter-spacing: 4px;
}
.slider-text-wraper ul {
	list-style: none;
}
.slider-text-wraper ul li {
}
.slider-text-wraper ul li .slider-listing-wraper {
	padding: 29px 25px 17px 25px;
	display: none
}
.slider-listing-wraper .slider-listing-icon {
	color: #e1da1f;
	width: 50px;
	height: 60px;
	border-radius: 50%;
	float: left;
	margin-right: 11px;
	margin-top: 0;
	font-size: 40px;
}
.slider-listing-text {
	float: left;
	width: 259px;
}
.slider-listing-text h2 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 4px
}
.slider-listing-text p {
	color: #fff;
	font-size: 14px
}
.video-wraper-header {
	width: 100%;
	background: #000;
}
.video-wraper-header video {
	height: 100vh;
	object-fit: cover;
	width: 100%;
	opacity: 0.7;
}
.inner-content-wraper {
}
/* CSS slider */

/* CSS content */


.aboutus-wraper {
	background: #fff !important;
}
.aboutus-wraper .container-fluid {
	margin: 0;
	padding: 0
}
.about-text-detailwrp {
    padding: 50px 104px 30px 0;
    font-weight: normal;
    font-style: normal;
}
.about-text-detailwrp h1 {
    font-size: 60px;
    color: #fff;
    font-family: 'Sweet Talk';
    margin-bottom: 24px;
    font-weight: normal;
}
.about-text-detailwrp h1 span{
	color:#fff;
}
/*#calendar_view{
	display:none;
}*/
.about-text-detailwrp p {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    padding-top: 12px;
    padding: 0 17%;
}
.about-text-button {
	margin-top: 45px;
}
.about-text-button a {
	padding: 13px 34px;
	color: #000;
	font-size: 18px;
	font-weight:normal;;
	border-radius: 30px;
	text-decoration: none;
	background: #96c44a;
	font-family: 'Sweet Talk';
}
.about-text-button a:hover {
	background: #000;
	color: #fff;
}
.about-listing-categories {
	background: #000 url(../images/aboutbg.jpg) no-repeat top;
	height: 564px;
	background-size: cover;
}
.aboutus-wraper .col-md-6 {
	margin: 0;
	padding: 0
}
.productdetail-header-wrp {
	background: none
}
.about-listing-categories {
}
.about-listing-categories ul {
	list-style: none;
}
.about-listing-categories ul li {
	border-bottom: 1px solid #4a4a4a;
	border-right: 1px solid #4a4a4a;
}
.about-listing-categories ul li .about-listing-wrp {
	text-align: center;
}
.about-listing-categories ul li:nth-child(3) {
	border-bottom: none;
}
.about-listing-categories ul li:nth-child(4) {
	border-bottom: none;
}
.about-listing-wrp a {
	text-decoration: none;
	padding: 66px 0;
	display: block
}
.about-listing-wrp h2 {
	font-size: 17px;
	color: #fff;
	padding: 20px 0 5px 0;
	font-weight: bold;
	font-family: 'Sweet Talk';
}
.about-listing-wrp p {
	color: #fff;
	line-height: 26px;
}
.our-product-wraper {
	padding: 115px 0 100px 0;
	position: relative;
	border-top: 2px solid #96c44a;
	background: #000 url(../images/productbg.png) no-repeat top;
	background-size: cover !important
}
.tap-room-text-wraper {
	background: #fff !important;
}
.our-product-wraper h2 {
	font-size: 60px;
	color: #fff;
	font-family: 'Sweet Talk';
	margin-bottom: 55px;
	font-weight:normal;
	text-align: center;
	padding:20px 0;
    background: rgba(0, 0, 0, 0.5);
}
.our-product-wraper h2 span{
	color:#fff
}

.product-listing-wraper {
	background: #fff;
	height: 549px;
	padding: 45px;
	box-shadow: 0px 0px 7px 1px #dcdcdc;
}
.carousel{
	overflow: hidden;
}
#myCarousel .carousel-control{
    position: absolute;
    top: 30px !important;
    height: 25px;
}
.carousel-control.left {
	background-image: none;
	left: 25px;
}
.carousel-control.right {
	background-image: none;
	right: 25px;
}
.carousel{
	margin-top:0 !important;
}
.carousel-inner {
	overflow: visible;
	width:85%;
	margin: auto;
}
.carousel-control {
	width: 5%;
	color: #333;
	box-shadow: none;
	text-shadow: none;
	height: 5%;
	top: 50%
}
.product-image {
	text-align: center;
}
.product-listing-text {
	margin-top: 22px
}
.product-listing-text h3 {
	font-size: 28px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px
}
.product-listing-text p {
	line-height: 28px;
	color: #646464;
	font-size: 16px
}
.product-listing-text ul {
	list-style: none;
	margin-top: 5px
}
.product-listing-text ul li {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding: 4px 0
}
.viewall-buttons {
	text-align: center;
	margin-top: 65px
}
.viewall-buttons a {
	padding: 13px 44px;
	background: #96c44a;
	color: #000 !important;
	font-size: 18px;
	font-weight:normal;
	border-radius: 30px;
	text-decoration: none;
	font-family: 'Sweet Talk';
}
.upcoming-events-wraper {
	padding: 80px 0;
	background-attachment: fixed !important;
	background-origin: initial !important;
	background-clip: initial !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.upcoming-events-wraper h2 {
	font-size: 42px;
	color: #fff;
	font-family: 'Sweet Talk';
	margin-bottom: 16px;
	font-weight: bold;
	text-align: center;
}
.upcoming-events-wraper p {
	text-align: center;
	font-size: 16px;
	color: #8e8e8e;
	padding-bottom: 80px
}
.upcoming-events-wraper ul {
	list-style: none;
}
.upcoming-events-wraper ul li {
	margin-bottom: 52px
}
.upcoming-events-wraper ul li .product-listing-wraper {
}
.events-listing-wraper {
}
.events-listing-wraper .events-listing-icon {
	width: 14%;
	float: left
}
.event-listing-text {
	width: 80%;
	float: left;
	margin-left: 15px;
}
.event-listing-text .event-listing-heading {
	border-bottom: 1px dashed #464444;
	padding-bottom: 7px;
	margin-bottom: 7px
}
.event-listing-text .event-listing-heading a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.date-listing-wrp {
	font-size: 14px;
	color: #8e8e8e;
	font-family: 'Lato', sans-serif;
}
.viewall-button-upcoming {
	text-align: center;
	margin-top: 27px
}
.viewall-button-upcoming a {
	padding: 13px 34px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	border: 2px solid #c8ff1b;
}
.merchandise-wraper {
	padding: 80px 0;
	background: url(../images/shirtbg.png) no-repeat top;
	background-size: cover !important;
	position: relative
}
.merchandise-wraper h2 {
	font-size: 60px;
	color: #fff;
	font-family: 'Sweet Talk';
	margin-bottom: 55px;
	font-weight: normal;
	text-align: center;
    background: rgba(0, 0, 0, 0.5);
}
.owl-nav {
	position: absolute;
	top: 172px;
	width: 100%;
}
.owl-nav i {
	font-size: 26px;
	background: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.14) !important;
	padding-top: 10px;
	;
	color: #000;
}
.owl-nav .owl-next {
	right: 9px !important;
	position: absolute;
	outline: none
}
.owl-nav .owl-prev {
	left: 9px !important;
	position: absolute;
	outline: none
}
.merchandis-listing-wraper {
	text-align: center;
	/*border: 2px solid #fff;*/
	border-radius: 0;
	width: 67%;
	margin: 0 auto;
    background: #fff;
}
.merchandis-listing-wraper a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.merchandis-listing-wraper h3 {
	font-size: 16px;
	padding-bottom: 6px;
	font-weight: bold;
	color: #000
}
.merchandis-listing-wraper .merchandise-image {
	height: 300px;
	width: 70%;
	margin: 0 auto;
}
.merhandise-amount {
	font-size: 20px;
	text-align: center;
	padding-bottom: 25px;
	font-weight: bold;
	color: #000
}
.view-all-merchandisbutton {
	text-align: center;
	margin-top: 52px
}
.view-all-merchandisbutton a {
	padding: 13px 44px;
	background: #96c44a;
	color: #000;
	font-size: 18px;
	font-weight:normal;
	border-radius: 30px;
	text-decoration: none;
	font-family: 'Sweet Talk';
}
.multi-sections-wraper {
	background: #fff;
	margin: 60px
}
.multi-sections-wraper h3 {
	font-size: 30px;
	color: #000;
	font-family: 'Sweet Talk';
	margin-bottom: 15px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase
}
.multi-sections-wraper p {
	margin-bottom: 10px;
}
.multi-sections-wraper .container-fluid {
	margin: 0;
	padding: 0
}
.tap-room-text-wraper {
	background: url(../images/taproombg.jpg) no-repeat top;
	background-size: 100% 100%;
	height: 600px;
	position: relative;
	margin-top: 30px;
}
.text-section-mulit-wraper {
	position: absolute;
	width: 100%;
	bottom: 0;
	left:0
}
.tap-room-text-wraper:hover {
	background-size: 120% 120%;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.tap-room-text-wraper h2 {
	font-size: 28px;
	color: #000;
	font-family: 'Sweet Talk';
	margin-bottom: 0;
	font-weight:normal;;
}
.multi-sections-wraper .col-md-6 {
}
.text-section-mulit-wraper a {
	display: block;
	padding: 20px 32px;
	background-color: rgba(28, 28, 30, .66);
	text-decoration: none
}
.tap-room-text-wraper p {
	color: #d0d0d0;
	line-height: 24px;
	font-size: 14px;
	padding-top: 0;
}
.the-links-wraper {
	background: #f1f1f1 !important;
	background-size: 110% 110%;
	height: 600px;
	position: relative;
	margin-top: 30px;
}
.the-links-wraper:hover {
	background-size: 130% 130%;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.the-links-wraper h2 {
	font-size: 28px;
	color: #fff;
	font-family: 'Sweet Talk';
	margin-bottom: 0;
	font-weight:normal;
}
.the-links-wraper p {
	color: #666;
	line-height: 32px;
	font-size: 16px;
	padding-top: 12px;
}
.the-links-wraper p {
	line-height: 24px;
	font-size: 14px;
	text-align: left;
	color: #d0d0d0;
	padding-top: 0;
}
.new-multi-section-image-wrp {
	height: 500px
}
.activities-wraper {
	padding: 80px 0;
	background: #fff;
}
.activities-wraper .activities-heading {
	font-size: 42px;
	color: #fff;
	font-family: 'Sweet Talk';
	margin-bottom: 55px;
	font-weight: bold;
	text-align: center;
}
.activities-wraper p {
	text-align: center;
	font-size: 16px;
	color: #505050;
	margin-bottom: 60px
}
.view-our-team-button {
	text-align: center;
	margin-top: 60px
}
.view-our-team-button a {
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	padding: 14px 30px;
	margin-right: 15px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-size: 15px;
	background: #008b50!important
}
.activities-listing-wraper {
	border-radius: 4px;
	overflow: hidden;
}
.activities-listing-wraper:hover {
}
.activities-listing-wraper .activities-listing-image {
	height: 280px;
	background-size: cover!important;
	border: 1px solid #fff
}
.activities-text-wraper {
	padding: 25px 0
}
.date-activities {
	width: 25%;
	float: left;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #fff
}
.date-activities span {
	display: block;
	border: 3px solid #e6e6e6;
	text-align: center;
	padding: 18px 0;
	font-size: 40px;
	font-weight: 700;
	color: #c8ff1b;
	border-radius: 6px;
	margin-bottom: 5px
}
.activit-text-wraping {
	width: 70%;
	float: left;
	margin-left: 20px;
	text-align: left
}
.activit-text-wraping .activit-head {
	margin-bottom: 5px
}
.activit-text-wraping .activit-head a {
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 24px;
	color: #c8ff1b;
	font-weight: 700;
	text-decoration: none
}
.activit-text-wraping .activitis-comments {
	margin-bottom: 5px
}
.activit-text-wraping .activitis-comments a {
	font-size: 14x;
	text-decoration: none;
	color: #fff;
	margin-right: 15px
}
.activit-text-wraping p {
	text-align: left;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #fff
}
.right-listing-wraper .activities-listing-wraper {
	margin-bottom: 15px
}
.right-listing-wraper .activities-text-wraper p {
	font-size: 14px;
	display: none
}
.right-listing-wraper .activities-text-wraper {
	padding: 15px
}
.right-listing-wraper .date-activities span {
	padding: 10px 0
}
.right-listing-wraper .date-activities {
	width: 20%;
	float: left;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #fff
}
.activities-button {
	text-align: center;
	margin-top: 52px
}
.activities-button a {
	padding: 13px 44px;
	border: 2px solid #c8ff1b;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
}
.product-beer-heading {
	padding-bottom: 45px !important;
}
#thumbnail-slider{
	display:none !important;
}
.aboutus-content-wraper {
    background-attachment: fixed !important;
    background-origin: initial !important;
    background-clip: initial !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.aboutus-content-wraper .col-md-12{
	padding:0;
	margin:0
}
.about-text-detial-wraper{
	padding:150px 0;
	    background-color: rgba(28, 28, 30, .66);
		text-align:center
}
.about-text-detial-wraper {
}
.about-top-buttton-column {
	display: none;
}
.about-text-detial-wraper .about-heading-text {
	font-size:60px;
	color: #96c44a;
	font-weight:normal;
	text-decoration: none;
	font-family: 'Sweet Talk';
}

.about-text-detial-wraper p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}
.our-product-iconimage {
	position: absolute;
	width: 320px;
	left: 0;
	bottom: 0
}
.our-merchandise-iconimage {
	position: absolute;
	width: 320px;
	right: 0;
	bottom: 0
}
.product-innerlisting-wraper {
	padding: 30px;
}
.product-innerlisting-wraper .container-fluid {
	padding: 0;
	margin: 0
}
.product-innerlisting-wraper .col-md-3 {
	padding-left: 0;
	margin-left: 0;
}
.filters-inner-productlisting {
	padding: 28px;
	background: #fff;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	border-radius: 0 10px 10px 0;
	margin-bottom: 15px
}
.filters-inner-productlisting .buttons-filters-wraper {
}
.filters-inner-productlisting .buttons-filters-wraper a {
	padding: 13px 44px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #c8ff1b;
	display: block;
	text-align: center;
	margin-bottom: 15px
}
.Aviatorbutton {
	background: none !important;
}
.pouring-hours-wraper {
	padding-top: 20px
}
.pouring-hours-heading {
	font-size: 20px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	margin-bottom: 25px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px
}
.buttons-filters-heading {
	font-size: 20px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	margin-bottom: 25px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px
}
.pouring-hours-wraper .table {
	border: none;
}
.pouring-hours-wraper .table tr {
}
.pouring-hours-wraper .table tr td {
	border: none;
	padding: 4px;
	font-weight: 500
}
.pouring-hours-wraper .table tr td span {
	display: block;
	text-align: right
}
.product-location-heading {
	font-size: 20px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	margin-bottom: 25px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px
}
.product-innerlisting-wraper ul {
	list-style: none;
}
.product-innerlisting-wraper ul .col-md-3 {
	padding-left: 0;
	border-radius: 6px;
}
.product-innerlisting-wraper ul li {
}
.product-list-wrp {
	background: #fff;
	text-align: center;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
}
.product-list-wrp:hover {
	box-shadow: 0 0 40.74px 40.26px rgba(0,0,0,.05);
}
.product-list-wrp .product-list-wrp-image {
	height: 300px;
	width: 32%;
	margin: 0 auto;
}
.product-list-wrp a {
	text-decoration: none;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.product-beer-heading {
	font-size: 16px;
	font-weight: normal;
	padding: 0 15px;
	font-family: 'Sweet Talk';
}
.product-list-wrp {
	margin-bottom: 15px;
}
.map-nav-wraper .panel-body {
	padding: 15px 15px 20px 15px
}
.gallery-images-wraper h1 {
	font-size: 36px;
	color: #0a0a0a;
	font-family: 'Sweet Talk';
	margin-bottom: 22px;
	font-weight: bold;
}
.pagintion-wraper {
	text-align: center;
	margin-bottom: 60px;
	margin-top: 15px
}
.pagintion-wraper a {
	display: inline-block;
	width: 45px;
	height: 40px;
	background: #fff;
	text-decoration: none;
	border-radius: 6px;
	text-align: center;
	margin-right: 5px;
	color: #333;
	font-size: 14px;
	padding-top: 12px;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
}
.other-product-listing .our-product-wraper {
	background: #fff !important;
}
.product-listing-heading {
	font-size: 25px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	margin-bottom: 30px;
	margin-top: 25px;
	font-weight: bold;
}
.product-detail-wraper {
	background: #1a1d1c;
	padding: 145px 0
}
.product-detail-heading {
	font-size: 42px;
	color: #fff;
	font-family: 'Sweet Talk';
	margin-bottom: 22px;
	font-weight: bold;
	text-align: center
}
.product-detail-wraper p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #8e8e8e;
	line-height: 26px;
	padding: 0 140px;
	text-align: center;
}
.product-detail-listing {

}
.product-detail-listing ul {
	list-style: none;
}
.product-detail-listing ul li {
}
.product-detail-listing ul li:nth-child(3) .product-detail-list p{
}

.product-detail-listing ul li .product-detail-list {
	margin-bottom: 30px
}
.product-detail-list .product-detail-img {
	margin-bottom: 22px;
	display:none;
}
.product-detail-list h4 {
	font-size:13px;
	color: #fff;
	font-family: 'Sweet Talk';
	margin-bottom: 5px;
    font-weight: normal;
}
.product-detail-list p {
    color: #d6ea1d;
    font-size: 12px;
    padding: 0;
    font-weight: 600;
}
.sizes-produt-detailwraper {
    background-image: linear-gradient(to right, #c8ff1b, #efc420);
    height: 130px;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: -60px;
    border-radius: 0;
    padding-top: 55px;
    left: 0;
	display:none;
}
.sizes-produt-detailwraper {
}
.sizes-produt-detailwraper ul {
	list-style: none;
}
.sizes-produt-detailwraper ul li {
}
.sizes-produt-detailwraper ul li .product-detail-size {
	color: #000;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
	font-family: 'Sweet Talk';
}
.sizes-produt-detailwraper ul li .product-detail-size strong {
	font-size: 36px;
	color: #000;
	display: block;
	font-family: 'Roboto', sans-serif;
}
.contact-forminner-wraper {
	padding: 60px 0;
	background: #f9f9f9
}
.contact-forminner-wraper {
}
.contact-form-wraper {
	border-radius: 6px;
}
.contact-form-wraper .contact-form-heading {
	font-size: 36px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	margin-bottom: 8px;
	font-weight: bold;
	text-align: center
}
.contact-form-wraper .form-group {
}
.contact-form-wraper .form-group label {
	font-weight: 500;
}
.contact-form-wraper .form-group .form-control {
	height: 40px;
	border: 1px solid #ccc;
	box-shadow: none;
	border-radius: 4px
}
.textarea-control {
	border: 1px solid #ccc;
	box-shadow: none;
	width: 100%;
	border-radius: 4px;
	outline: none;
	padding: 15px
}
.contact-form-button {
}
.contact-form-button .submit-contact-form {
	padding: 13px 44px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	outline: none;
	background: none
}
.contact-form-button .submit-contact-form:hover {
	background: #c8ff1b
}
.contact-form-wraper p {
	text-align: center;
	font-size: 16px;
	padding-bottom: 40px;
	font-weight: 300;
}
.contact-information-wraper {
	padding: 80px 0
}
.contact-information {
	background: #f9f9f9;
	padding: 50px 50px 23px 50px;
}
.contact-information h1 {
	font-size: 30px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	margin-bottom: 22px;
	font-weight:normal;
}
.contact-heading-wrp {
	font-size: 30px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	margin-bottom: 22px;
	font-weight:normal;
}
.contact-information h2 {
	font-size: 30px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	margin-bottom: 22px;
	font-weight:normal;
}
.contact-information p {
	font-size: 16px;
	padding-bottom: 35px;
	font-weight: 300;
}
.contact-poring-hours-wrp {
}
.contact-poring-hours-wrp .contact-poring-hours-heading {
	font-size: 30px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	margin-bottom: 22px;
	font-weight:normal;
}
.contact-poring-hours-wrp {
	background: #f9f9f9;
	padding: 50px 50px 23px 50px;
}
.contact-poring-hours-wrp ul {
	list-style: none;
}
.contact-poring-hours-wrp ul li {
	font-size: 16px;
	padding: 12px 0;
	font-weight: 300;
	border-bottom: 1px solid #ccc;
}
.contact-poring-hours-wrp ul li:nth-child(7) {
	border: none;
}
.contact-poring-hours-wrp ul li span {
	float: right;
}
.seo-waiting-wraper {
	padding: 60px 0;
}
.seo-watingtop-wraper {
	font-size: 42px;
	color: #c8ff1b;
	font-family: 'Sweet Talk';
	margin-bottom: 55px;
	font-weight: bold;
	text-align: center;
}
.seo-waiting-wraper .seo-waiting-heading {
	font-size: 22px;
	color: #000;
	font-weight: bold;
	line-height: 35px;
	font-family: Uni-Sans-Heavy;
}
.seo-wating-wraper {
	padding-right: 20px;
}
.seo-wating-wraper p {
	margin: 0;
	text-align: left;
	color: #000;
	padding: 20px 0;
	line-height: 26px;
}
.welcome-seo-img {
	height: 516px;
	background-size: cover !important;
	border-radius: 10px;
	box-shadow: 0px 0px 36px 1px #c3c3c3;
}
.seo-waiting-wraper ul {
	list-style: none;
}
.seo-waiting-wraper ul li {
	padding-bottom: 80px
}
.seo-waiting-wraper ul li:nth-child(3) {
	padding-bottom: 50px;
}
.right-seo-wating-wraper {
	padding-right: 0px;
	padding-left: 20px;
}
.aboutus-wraper-inner p {
	font-family: 'Lato', sans-serif;
	font-size: 23px !important;
	line-height: 37px !important;
	font-weight: 300 !important;
	color: #333 !important;
}
.ourstory-wraper-slider {
	background-size: cover !important;
    padding-bottom: 190px;
	padding-top: 190px;
	text-align:center
}
.shop-filters-wraper {
	padding: 20px;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	border-radius: 0 10px 10px 0;
}
.shop-categori-wraper {
}
.shop-categori-wraper .shop-categori-heading {
	font-size: 20px;
	color: #c8ff1b;
	font-family: 'Sweet Talk';
	margin-bottom: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.shop-categori-wraper ul {
	list-style: none;
	margin-bottom: 10px
}
.shop-categori-wraper ul li {
	padding-bottom: 10px
}

.shop-categori-wraper ul li a {
	font-size: 15px;
	color: #fff;
	text-decoration: none
}
.price-range-field {
}
.breadcrumb {
	background: none;
}
.price-range-field .price-range-field-heading {
	font-size: 20px;
	color: #fff;
	font-family: 'Sweet Talk';
	margin-bottom: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.price-range-field .form-control {
	height: 45px;
	box-shadow: none;
	border: none;
	outline: none;
	background: #f6f6f7
}
.shop-main-product-wraper {
}
.shop-main-product-wraper ul {
	list-style: none;
}
.shop-main-product-wraper ul li {
}
.shop-product-detail-wraping {
	text-align: center;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	margin-bottom: 30px;
	border-radius: 6px;
	/*border: 2px solid #fff*/
}
.shop-product-detail-wraping:hover {
	box-shadow: 0 0 40.74px 40.26px rgba(0,0,0,.05);
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.shop-product-detail-wraping a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 25px;
	display: block;
	background:#fff;
}
.shop-product-detail-wraping .shop-img-product {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 360px;
	border-radius: 8px;
}
.shop-product-detail-wraping .shop-img-product img {
	object-fit: contain;
	position: absolute;
	max-width: initial;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-property: opacity;
	margin-bottom: 15px
}
.hover-image-shop {
	display: none;
}
.shop-product-detail-wraping:hover .shop-img-product .hover-image-nodisplay {
	display: none;
}
.shop-product-detail-wraping:hover .shop-img-product .hover-image-shop {
	display: block;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.shop-product-detail-wraping h3 {
	margin-bottom: 5px;
	font-size:29px;
	margin-top: 15px;
	color: #000;
	font-family: 'Sweet Talk';
	height: 62px;
}
.product-addcart-button {
	margin-top: 15px
}
.product-addcart-button {
	padding: 9px 44px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #c8ff1b;
	text-align: center;
	display: inline-block;
}
.product-color-amount {
	color: #000;
	font-size:20px;
	margin-top: 5px
}
.one-images-displayhover {
	display: block !important;
}
.shop-detail-product-wraper {
	background: #f6f6f6 !important;
}
.product-detail-otherproduct .owl-nav {
	position: absolute;
	top: 190px;
	width: 100%;
}
.product-detail-otherproduct .our-product-wraper {
	padding-top: 80px !important
}
.shop-product-detail-wraper {
	padding: 50px 0;
}
.shop-productdetail-wraper h1 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: 'Sweet Talk';
	
}
.other-products-shopdetail-wraper {
	padding: 25px;
	background: #fff;
}
.product-amount-wrp {
	color: #fff;
	margin-top: 3px;
	font-size: 23px;
	font-weight: bold
}
.shop-productdetail-wraper strong {
	display: block;
	font-size: 16px;
	color: #fff;
}
.product-detail-category {
	font-size: 15px;
	padding: 7px 0;
	color: #fff;
}
.shop-productdetail-wraper p strong {
	color: #fff;
}
.shop-productdetail-wraper p {
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	line-height: 23px;
	padding-top: 8px;
	padding-bottom: 18px;
}
.shop-productdetail-wraper .price-range-field-heading {
	color: #333;
	margin-bottom: 5px;
	font-size: 15px;
}
.shop-productdetail-wraper .form-control {
	height: 45px;
	box-shadow: none;
	border: none;
	outline: none;
	background: none;
	border: 1px solid #fff;
	color: #fff;
}
.product-detail-rating a {
	font-size: 18px;
	color: #c8ff1b;
	text-decoration: none
}
.addtocart-product-detail-button {
	margin-top: 15px
}
.addtocart-product-detail-button a {
	padding: 9px 44px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #c8ff1b;
	text-align: center;
	display: inline-block;
}
.addto-cart-buttonwrp .modal-dialog {
	position: absolute;
	right: 0;
	width: 280px;
	top: 0;
	padding-top: 0;
	margin-top: 0;
	margin: 0;
	padding: 0
}
.modal-content {
	border: none;
	border-radius: 0;
	height: 100vh;
	margin: 0;
	padding: 0
}
.product-detail-category-wraper {
}
.product-detail-category-wraper .product-detail-category-heading {
	font-size: 20px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	margin-bottom: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.product-detail-category-wraper ul {
	list-style: none;
}
.product-detail-category-wraper ul li {
	padding-bottom: 10px;
}
.product-detail-category-wraper ul li a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
.modal-open {
	padding-right: 0 !important;
}
.addto-cart-buttonwrp .modal-title {
	font-size: 20px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	font-weight: bold;
	margin-top: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.addto-cart-buttonwrp .modal-header {
	border: none;
}
.addto-cart-buttonwrp .modal-header .close {
	outline: none;
	font-size: 28px;
	color: #606060;
	opacity: 0.9;
	padding: 0;
	margin-top: -12px;
}
.cart-itemsproduct-listing {
	list-style: none;
	max-height: 325px;
	overflow: auto;
}
.product-listingproduct-wraper {
}
.product-listingproduct-wraper a {
	text-decoration: none
}
.product-listingproduct-wraper .product-listingproduct-image {
	width: 80px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 80px;
	float: left;
	border: 1px solid #ccc
}
.october-leaf{
	z-index:100000;
}
.product-listingproduct-image img {
	object-fit: contain;
	position: absolute;
	max-width: initial;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-property: opacity;
}
.product-listingproduct-detail {
	margin-left: 10px;
	width: 140px;
	float: left;
}
.product-listingproduct-detail h4 {
	font-size: 16px;
	color: #000;
	margin-bottom: 5px
}
.product-listingproduct-detail h5 {
	color: #9b9b9b;
	margin-top: 3px;
	font-size: 18px;
	font-weight: bold;
}
.product-listingproduct-detail h6 {
	color: #9b9b9b;
	margin-top: 3px;
	font-size: 13px;
}
.product-listingproduct-wraper {
	position: relative
}
.cart-itemsproduct-listing li {
	margin-bottom: 20px;
}
.cart-total-amount {
	border-top: 1px solid #ccc;
	padding: 12px 0;
	font-size: 15px;
	margin-top: 14px;
	font-weight: bold;
}
.cart-total-amount span {
	float: right;
}
.close-button-listing {
	position: absolute;
	left: 6px;
	top: 7px;
	z-index: 10000;
}
.continue-cart-buttonswrp {
	position: fixed !important;
	bottom: 0;
	text-align: center;
	left: 20px;
	right: 20px;
}
.continue-cart-buttonswrp a {
	padding: 9px 44px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.buttoncartbackround {
	background: #c8ff1b
}
.product-detailtabapanel-wraper {
	padding: 60px 0 0 0
}
.product-detailtabapanel-wraper .nav-tabs {
	border: none;
	margin-bottom: 20px
}
.product-detailtabapanel-wraper .nav-tabs>li>a {
	border: none !important;
	background: #f5f5f5;
	color: #333;
	padding: 9px 44px;
	font-size: 14px;
	border-radius: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 15px
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: #c8ff1b;
}
.product-detailtabapanel-wraper .tab-pane {
}
.product-detailtabapanel-wraper .tab-pane h3 {
	margin-bottom: 16px;
	color: #fff;
	font-size:36px;
	font-family: 'Sweet Talk';
	font-weight:normal
}
.product-detailtabapanel-wraper .tab-pane p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	line-height: 24px;
}
.cart-page-designmainwraper {
    width: 50%;
    float: left;
    border-right: 1px solid #c8ff1b;
    height: 100vh;
    padding: 30px 50px;
    overflow: auto;
    /*background: #1c1c1e;*/
}
.cart-image-logowrp {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 20px;
	display:none;
}
.cart-main-pagewraper h1 {
	font-size: 30px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 34px;
}
.cart-main-pagewraper .form-group {
}
.contact-information-feild {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 29px;
	color: #333;
	display:none
}
.cart-main-pagewraper .form-group .form-control {
	height: 45px;
	border: 1px solid #ccc;
	box-shadow: none
}
.returntocart-button {
	margin-top: 18px;
}
.returntocart-button a {
	color: #000;
	text-decoration: none;
	font-size: 14px
}
.continue-checkout-button {
	margin-top: 15px;
	text-align: right
}
.continue-checkout-button a {
	padding: 12px 44px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #c8ff1b;
	text-align: center;
	display: inline-block;
}
.cart-listing-checkoutwraper {
	width: 50%;
	float: left;
	border-right: 1px solid #ccc;
	height: 100vh;
	padding: 98px 102px;
	/*background: #1c1c1e*/
}
.cart-listing-checkoutwraper {
}
.cart-listing-checkoutwraper ul {
	list-style: none;
	width: 66%;
	margin: 0 auto;
	height: auto;
	max-height: 325px;
	min-height: 105px;
	overflow: auto;
}
 .cart-listing-checkoutwraper ul::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
.cart-listing-checkoutwraper ul::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
 .cart-listing-checkoutwraper ul::-webkit-scrollbar-thumb {
 background-color: #666;
}
.cart-listing-checkoutwraper ul li {
	margin-bottom: 6px;
	margin-right: 0px;
}
.cart-listing-checkoutwraper ul li .listing-maincheckout-wraper {
	background: #fff;
	padding: 11px;
	border-radius: 4px;
	border: 1px solid #ddd
}
.cart-listing-checkoutwraper ul li:hover .listing-maincheckout-wraper {
}
.listing-maincheckout-wraper .listing-maincheckout-text {
}
.listing-maincheckout-wraper .listing-maincheckout-image {
	width: 80px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 80px;
	float: left;
	border: 1px solid #ccc;
}
.listing-maincheckout-wraper .listing-maincheckout-image img {
	object-fit: contain;
	position: absolute;
	max-width: initial;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-property: opacity
}
.listing-maincheckout-wraper .listing-maincheckout-text {
	margin-left: 15px;
	width: 140px;
	float: left;
	margin-top: 12px
}
.listing-maincheckout-text h5 {
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
}
.listing-maincheckout-text h6 {
	color: #9b9b9b;
	margin-top: 3px;
	font-size: 18px;
	font-weight: bold;
}
.listing-maincheckout-text span {
	color: #9b9b9b;
	margin-top: 3px;
	font-size: 13px;
}
.sub-totalcheckout-wraper {
	background: #fff;
	padding: 25px 25px 25px 25px;
	border-radius: 6px;
	box-shadow: 0px 0px 6px 0px #ccc;
	width: 66%;
	margin: 0 auto;
	margin-top: 30px;
}
.sub-totalcheckout-heading {
	text-align: center;
	font-size: 22px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc
}
.sub-totalcheckout-wraper ul {
	list-style: none;
	width: 100%;
	height: auto !important;
}
.sub-totalcheckout-wraper ul li {
	background: #f5f5f5;
	font-size: 16px;
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 6px
}
.sub-totalcheckout-wraper ul li strong {
	font-size: 22px;
	float: right
}
.sub-totalcheckout-wraper span {
	float: right;
}
.totalcheckout-wraper {
	font-size: 20px;
	font-weight: bold;
	padding: 11px 0
}
.totalcheckout-wraper span {
	float: right
}
.package-checkbox .boxes {
	position: relative;
	margin: 5px 0 15px 0
}
.package-checkbox input[type="checkbox"] + label:last-child {
	margin-bottom: 0;
	padding-left: 30px
}
.package-checkbox input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #445161;
	position: absolute;
	left: 0;
	top: -1px;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
.package-checkbox input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.package-checkbox input[type="checkbox"] {
	display: none;
}
.sub-totalcheckout-wraper {
}
.summary-image {
	margin-top: 15px;
}
.cart-listingshopping-wraper {
	list-style: none
}
.cart-page-designmainwraper {
}
.cart-page-designmainwraper .table-responsive {
	margin-top: 40px;
	border: 1px solid #ddd;
	border-top: none;
	background:#fff
}
.cart-page-designmainwraper .table-responsive .table {
	margin-bottom: 0;
}
.cart-page-designmainwraper .table-responsive tr {
	vertical-align: middle
}
.cart-page-designmainwraper .table-responsive tr td {
	vertical-align: middle
}
.cart-page-designmainwraper .table-responsive .form-control {
	height: 35px;
	box-shadow: none;
	border: 1px solid #ccc;
	width: 50%;
}
.cart-page-designmainwraper .table-responsive i {
	padding-right: 10px;
	font-size: 20px;
	margin-top: -2px;
}
.cart-page-designmainwraper .table-responsive a {
	color: #504747;
}
.table-product-heading {
	padding: 15px
}
.table-product-heading td {
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle
}
.cart-images-wrp {
	width: 80px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 80px;
	float: left;
	border: 1px solid #ccc;
}
.cart-images-wrp img {
	object-fit: contain;
	position: absolute;
	max-width: initial;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-property: opacity;
}
.product-cart-detail-wraper {
	width: 200px;
	float: left;
	padding-left: 10px;
	padding-top: 27px;
}
.product-cart-detail-wraper h2 {
	font-size: 17px;
}
.button-wraper-cart {
	padding: 35px 0
}
.button-wraper-cart a {
	padding: 12px 44px;
	border: 2px solid #c8ff1b;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	margin-left: 10px
}
.nomargin-left {
	margin-left: 0 !important;
}
.button-wraper-cart .continueshoppingcheckout {
	background: #c8ff1b;
	padding: 13px 44px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #c8ff1b;
	text-align: center;
	border: none;
	outline: none;
}
.cart-right-panel-wraper {
}
.cart-discount-wraper {
	background: #fff;
	padding: 25px 25px 25px 25px;
	border-radius: 6px;
	box-shadow: 0px 0px 6px 0px #ccc;
	width: 66%;
	margin: 0 auto;
	margin-top: 30px;
}
.cart-discount-heading {
	text-align: center;
	font-size: 22px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.cart-discount-wraper p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #8e8e8e;
	line-height: 24px;
	padding-bottom: 20px;
}
.cart-discount-wraper .form-group {
}
.cart-discount-wraper .form-group .form-control {
	height: 45px;
	background: #f5f5f5;
	border: none;
	outline: none;
	box-shadow: none;
	text-align: center
}
.qty-changer {
	padding-top: 12px;
}
button.qty-change {
	height: 30px;
	width: 20px;
	border-radius: 50%;
	background: #fff;
	border: none;
	outline: none;
	font-size: 20px
}
.qty-input {
	height: 30px;
	width: 60px;
	text-align: center;
	outline: none
}
.contact-informatuon-wraper {
	position: relative;
	background: url(../images/mapbg.jpg) no-repeat top;
	padding: 100px 0;
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contact-informatuon-wraper .contact-information {
	background: #fff !important;
	box-shadow: 0 0 10px 1px #dadada;
	border-radius: 6px
}
.contact-informatuon-wraper .contact-poring-hours-wrp {
	background: #fff;
	box-shadow: 0 0 10px 1px #dadada;
	border-radius: 6px
}
.product-header-listing {
}
.header-navigation-wraper .dropdown-menu {
	padding: 25px 25px 50px 25px;
	border-radius: 0px 0px 6px 6px;
}
.product-header-listing .product-header-heading {
	font-size: 23px;
	color: #fff;
	border-bottom: 1px solid #000;
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-family: 'Sweet Talk';
	font-weight: bold;
	text-align: center
}
.header-product-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 350px;
	margin-right: 20px;
}
.nav-dropdown-btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -45px;
	margin: 0 auto;
	text-align: right;
	;
	width: 100%
}
.nav-dropdown-btn a {
	padding: 10px 44px !important;
	border: 2px solid #c8ff1b !important;
	font-size: 15px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	border-radius: 30px !important;
	text-decoration: none !important;
	text-align: center !important;
	margin-bottom: 15px !important;
}
.header-product-image img {
	object-fit: contain;
	position: absolute;
	max-width: initial;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-property: opacity;
	padding: 20px 0
}
.product-header-listing a {
	display: block;
	margin: 10px 0 !important;
	font-size: 14px !important;
	text-transform: none !important;
	font-weight: normal !important;
	font-family: 'Roboto', sans-serif;
}
.product-header-listing a:hover {
	color: #000;
	font-weight: bold;
}
.breadcrumb {
	padding: 0;
	padding: 10px 0
}
.breadcrumb a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px
}
.breadcrumb a:hover {
	color: #c8ff1b;
}
.breadcrumb i {
	color: #333;
}
.secondheader-mainsection-wraper .dropdown-menu {
	top: 256%;
	border: none;
}
.breacrums-wraper {
	padding: 20px 0
}
.breacrums-wraper a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
.breacrums-wraper i {
	margin: 0 6px;
	color: #fff
}
.event-inner-main-wraper {
	background: #f6f6f7;
	padding-bottom: 60px
}
.inner-event-wraper h1 {
	font-size: 36px;
	color: #0a0a0a;
	font-family: 'Sweet Talk';
	margin-bottom: 22px;
	font-weight: bold;
}
.inner-event-wraper ul {
	list-style: none;
}
.inner-event-wraper ul li {
	background: #fff;
	padding: 15px;
	border-radius: 6px;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	margin-bottom: 20px
}
.inner-event-wraper ul li:hover {
	box-shadow: 0 0 40.74px 40.26px rgba(0,0,0,.05);
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.event-listing-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 124px;
	width: 124px;
	float: left;
	margin-right: 25px
}
.event-listing-image img {
	object-fit: contain;
	position: absolute;
	max-width: initial;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-property: opacity;
}
.event-listing-detail {
	float: left;
	width: 300px
}
.event-listing-detail .event-listing-heading {
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #000
}
.event-listing-detail h2 {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	margin-bottom: 5px;
}
.event-listing-detail p {
	font-size: 15px;
	color: #656565;
	font-weight: normal;
	margin-bottom: 5px;
}
.find-more-button {
	float: left;
	text-align: right;
	width: 245px;
	padding-top: 33px;
}
.find-more-button a {
	padding: 9px 34px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #c8ff1b;
	text-align: center;
	display: inline-block;
}
.events-inner-filters {
	padding: 25px;
	background: #fff;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	border-radius: 6px;
	margin-top: 62px;
}
.events-heading-filters {
	font-size: 20px;
	color: #0a0a0a;
	border-bottom: 1px solid #ccc;
	margin-bottom: 22px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 25px
}
.events-inner-filters .form-group {
}
.events-inner-filters .form-group label {
	font-size: 12px;
	font-weight: bold;
	text-transform: none
}
.events-inner-filters .form-group .form-control {
	height: 45px;
	box-shadow: none;
	border: none;
	outline: none;
	background: #f6f6f7;
}
.find-event-button {
	padding-top: 10px;
	text-align: right
}
.find-event-button .findevent-button {
	padding: 9px 34px;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #c8ff1b;
	border: none;
	outline: none
}
.event-listing-image a {
	display: block;
}
.main-image-event-detail-wraper {
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	margin-bottom: 25px;
	border-radius: 6px
}
.main-image-event-detail {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 400px;
	margin-bottom: 15px
}
.main-image-event-detail img {
	object-fit: cover;
	position: absolute;
	max-width: initial;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-property: opacity;
}
.main-image-event-detail-wraper h1 {
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: bold;
	color: #000;
}
.main-image-event-detail-wraper p {
	font-size: 15px;
	color: #666;
	line-height: 25px;
}
.discription-wraper {
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	border-radius: 6px;
	margin-bottom: 25px
}
.discription-wraper .discription-heading {
	font-size: 17px;
	color: #0a0a0a;
	border-bottom: 1px solid #ccc;
	margin-bottom: 22px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.discription-wraper p {
	font-size: 15px;
	color: #666;
	line-height: 25px
}
.event-detail-lisitng {
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	border-radius: 6px;
	margin-bottom: 25px
}
.event-detail-lisitng .event-detail-heading {
	font-size: 17px;
	color: #0a0a0a;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.event-detail-lisitng ul {
	list-style: none;
}
.event-detail-lisitng ul li {
}
.event-detail-lisitng ul li a {
	text-decoration: none;
	font-size: 15px;
	position: relative;
	top: 12px;
	color: #000
}
.event-detail-lisitng ul li .event-date-list {
	background: #f6f6f7;
	padding: 10px 18px;
	border-radius: 6px
}
.contact-event-wraper {
	padding: 20px;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	border-radius: 6px;
}
.contact-info-heading {
	padding: 10px 0 5px 0
}
.contact-info-heading a {
	font-size: 17px;
	color: #c8ff1b;
	text-decoration: none;
	font-weight: bold;
}
.googlemapbutton {
	background: none !important;
	border: none !important;
	padding-right: 25px !important;
	text-transform: none !important
}

.thelinks-inner-wraper {
	padding-bottom: 60px;
	color: #fff
}
.thelinks-listing-wraper h1 {
	font-size: 36px;
	color: #fff;
	font-family: 'Sweet Talk';
	margin-bottom: 22px;
	font-weight: bold;
}
.about-the-links-wraper {
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	border-radius: 6px;
	margin-bottom: 25px;
}
.about-the-links-wraper .about-the-links-heading {
	font-size:30px;
	color: #c8ff1b;
	border-bottom: 1px solid #ccc;
	margin-bottom: 22px;
	font-weight: normal;
	padding-bottom: 15px;
	margin-bottom: 15px;
    font-family: 'Sweet Talk';
}
.about-the-links-wraper p {
    font-size:18px;
    color: #fff;
    line-height: 32px;
}
.about-the-links-wraper p strong {
	display: block;
	color: #c8ff1b;
	font-size: 30px;
	margin: 12px 0;
	font-family: 'Sweet Talk';
}
.about-the-links-wraper p a{
	color:#fff;
}
.the-links-button-right {
	padding: 8px;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	border-radius: 6px;
	margin-bottom: 20px
}
.the-links-button-right h3 {
	font-size: 20px;
	color: #c8ff1b;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.the-links-button-right p {
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 20px
}
.the-links-button-right a {
	padding: 9px 34px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #c8ff1b;
	text-align: center;
	display: inline-block;
	text-align: center
}
.taproom-pouringhour-wraper {
	padding: 25px;
	background: #fff;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	border-radius: 6px;
	margin-bottom: 20px
}
.taproom-pouringhour-wraper .taproom-pouringhour-heading {
	font-size: 20px;
	color: #0a0a0a;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.taproom-pouringhour-wraper ul {
	list-style: none;
}
.taproom-pouringhour-wraper ul li {
	padding-bottom: 10px
}
.taproom-pouringhour-wraper ul li span {
	float: right;
}
.thelinksnew-main-wraper {
}
.thelinksnew-main-slider {
	height: 567px;
	background-size: cover !important;
	display:none;
}
.cart-discount-wraper{
	display:none;
}
ul#myGallery img{
	height:100%;
}
.thelinks-new-contentarea {
	padding-bottom: 60px;
}
.thelinks-new-contentarea h1 {
	font-size: 30px;
	color: #c8ff1b;
	font-family: 'Sweet Talk';
	margin-bottom: 55px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px
}
.thelinksnew-page-innerwrp {
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	border-radius: 6px;
}
.thelinksnew-page-innerwrp p {
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	padding-bottom: 10px;
	padding-top: 10px
}
.thelinksnew-page-innerwrp ul {
	list-style: none;
}
.thelinksnew-page-innerwrp ul li {
	padding-bottom: 10px;
	color: #fff
}
.thelinksnew-page-innerwrp ul li i {
	margin-right: 8px;
}
.thelinksnew-page-innerwrp ul li strong {
	font-size: 20px;
	color: #fff;
}
.reserve-now-button {
	margin-top: 15px
}
.reserve-now-button a {
	padding: 9px 34px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #c8ff1b;
	text-align: center;
	display: inline-block;
	text-align: center;
}
.right-taproom-wraper {
	margin-top: 60px
}
.thelinks-images-listingwrp {
	background: rgb(246, 246, 247);
}
.thelist-images-list {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 227px;
	border: 5px solid #fff;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
}
.thelist-images-list:hover {
	box-shadow: 0 0 18.74px 18.26px rgba(0,0,0,.08);
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.thelinks-images-listingwrp ul {
	list-style: none;
	margin-bottom: 60px
}
.thelinks-images-listingwrp ul li {
	margin-bottom: 20px
}
.thelist-images-list a {
	display: block;
}
.thelist-images-list img {
	object-fit: initial;
	position: absolute;
	max-width: initial;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-property: opacity;
}
.thelinksdetail-main-wraper {
	padding-bottom: 60px;
}
.calendar-wraper {
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	border-radius: 6px;
	margin-bottom: 25px
}
.calendar-wraper h1 {
	font-size: 30px;
	color: #c8ff1b;
	font-family: 'Sweet Talk';
	margin-bottom: 55px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.calendar-wraper h1 span {
	float: right;
	font-size: 20px;
	color: #fff;
	position: relative;
	top: 10px
}
.field-wraper {
}
.field-wraper label {
	color: #fff
}
.field-wraper .form-control {
	background: #f6f6f7;
	height: 40px;
	border: none;
	outline: none;
	box-shadow: none;
}
.booknonw-button-wraper {
	margin-top: 20px
}
.booknonw-button-wraper a {
	padding: 9px 34px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #c8ff1b;
	text-align: center;
	display: inline-block;
	text-align: center;
}
.booking-links-reservation-wraper {
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	border-radius: 6px;
}
.booking-links-reservation-wraper h3 {
	font-size: 16px;
	color: #c8ff1b;
	border-bottom: 1px solid #ccc;
	margin-bottom: 22px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.booking-links-reservation-wraper p {
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.booking-links-reservation-wraper ul {
	list-style: none;
}
.booking-links-reservation-wraper ul li {
	padding-bottom: 10px;
	color: #fff
}
.booking-links-reservation-wraper i {
	color: #c8ff1b;
}
.booking-links-reservation-wraper ul li i {
	margin-right: 10px;
}
.coupon-code-wraper {
	padding: 25px 25px 25px 40px;
	background: #fff;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	border-radius: 6px;
	margin-bottom: 20px;
}
.coupon-code-wraper .coupon-code-heading {
	font-size: 20px;
	color: #0a0a0a;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.coupon-code-wraper .form-control {
	background: #f6f6f7;
	height: 40px;
	border: none;
	outline: none;
	box-shadow: none;
}
.button-group-coupon {
	text-align: right;
}
.button-group-coupon .applycouponbutton {
	padding: 9px 34px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #c8ff1b;
	text-align: center;
	display: inline-block;
	text-align: center;
	border: none;
	outline: none
}
.distributor-main-wraper {
}
.distributor-main-wraper .container-fluid {
	padding: 0;
	margin: 0
}
.distributor-main-wraper .col-md-3 {
	padding: 0
}
.distributor-main-wraper .map-nav-wraper {
	padding: 25px 25px 25px 40px;
	background: #fff;
	position: relative;
	height: 100vh;
	overflow: auto;
	box-shadow: 1px 1px 36px 1px #bfbfbf;
	z-index: 1000;
}
.distributor-main-wraper .map-nav-wraper::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
.distributor-main-wraper .map-nav-wraper::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
 .distributor-main-wraper .map-nav-wraper::-webkit-scrollbar-thumb {
 background-color: #666;
}
.distributor-main-wraper .map-nav-wraper ul {
	list-style: none;
	margin-top: 15px
}
.map-nav-wraper ul li {
}
.map-nav-wraper ul li a {
	color: #000;
	display: block;
	border: 1px solid #ccc;
	padding: 12px;
	margin-bottom: 15px;
	text-decoration: none;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background: #fff
}
.map-nav-wraper ul li a i {
	float: right;
	font-size: 16px
}
.map-nav-wraper ul li a:hover {
	border: 1px solid #000;
	box-shadow: 0px 0px 44px 0 #ccc
}
.distributor-logo-wraper {
	text-align: center;
}
.distributor-main-wraper .col-md-6 {
	padding: 0
}
.distributor-main-wraper iframe {
	height: 100vh;
}
.map-nav-wraper h1 {
	font-size: 22px;
	color: #0a0a0a;
	font-family: 'Sweet Talk';
	margin-bottom: 22px;
	font-weight: bold;
	margin-top: 30px
}
.distributor-become-member {
	padding: 25px 25px 25px 40px;
	background: #1c1c1e;
	position: relative;
	height: 100vh;
	box-shadow: -6px 1px 36px 1px #bfbfbf;
	z-index: 1000;
}
.distributor-become-member h2 {
	font-size: 25px;
	color: #0a0a0a;
	font-family: 'Sweet Talk';
	margin-bottom: 15px;
	font-weight: bold;
}
.distributor-become-member p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px
}
.distributor-become-member ul {
	list-style: none;
	margin-bottom: 20px
}
.distributor-become-member ul li {
	font-size: 16px;
	padding: 5px 0
}
.distributor-become-member ul li a {
	text-decoration: none;
	font-size: 16px
}
.place-order-button a {
	padding: 13px 44px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #c8ff1b;
	text-align: center;
	margin-bottom: 15px;
}
.create-login {
	padding-bottom: 30px !important;
}
.distributor-login-wraper {
}
.distributor-login-wraper .container-fluid {
	padding: 0;
	margin: 0
}
.distributor-login-wraper .col-md-9 {
	padding: 0
}
.distributro-login-video {
	height: 100vh;
	background: #000
}
.distributro-login-video video {
	opacity: 0.7
}
.login-distributor {
	padding: 25px;
	padding-right: 35px;
}
.login-distributor h1 {
	font-size: 25px;
	color: #0a0a0a;
	font-family: 'Sweet Talk';
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px
}
.distributor-logo {
	text-align: center;
	width: 80%;
	margin: 0 auto
}
.distributor-login-wraper form {
	margin-top: 35px
}
.distributor-login-wraper label {
	display: block;
	position: relative;
	margin: 40px 0px 28px 0
}
.distributor-login-wraper .label-txt {
	position: absolute;
	top: -1.6em;
	padding: 10px 0;
	font-size: 15px;
	letter-spacing: 0;
	color: #000;
	transition: ease .3s;
	font-weight: 400;
}
.distributor-login-wraper .input {
	width: 100%;
	padding: 14px 0;
	background: transparent;
	border: none;
	outline: none;
	font-weight: normal;
}
.distributor-login-wraper .line-box {
	position: relative;
	width: 100%;
	height: 2px;
	background: #666;
}
.distributor-login-wraper .line {
	position: absolute;
	width: 0%;
	height: 2px;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	background: #c8ff1b;
	transition: ease .6s;
}
.distributor-login-wraper .input:focus + .line-box .line {
	width: 100%;
}
.distributor-login-wraper .label-active {
	top: -3em;
}
.paymentoption-checkbox {
}
.paymentoption-checkbox .boxes {
	margin-top: 2px;
}
.paymentoption-checkbox input[type="checkbox"] {
	display: none;
}
.paymentoption-checkbox input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-weight: 600
}
.paymentoption-checkbox input[type="checkbox"] + label:last-child {
	margin-bottom: 0;
}
.paymentoption-checkbox input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #445161;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
.paymentoption-checkbox input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.paymentoption-checkbox label {
	margin-top: 8px !important;
}
.aymentoption-login-button {
}
.paymentoption-login-button {
	text-align: right
}
.login-button {
	padding: 9px 44px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #c8ff1b;
	text-align: center;
	display: inline-block;
	border: none;
	outline: none;
}
.forget-password {
	text-align: center;
	padding-top: 60px
}
.forget-password a {
	color: #ff0023;
	text-decoration: none;
	border-bottom: 1px solid #ff0023
}
.back-button-password {
	text-align: center;
	padding-top: 17px
}
.back-button-password a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000
}
.dropdown-mutli-level {
	position: absolute;
	width: 280px;
	background: #2d2828;
	top: 92px;
	border-radius: 0px 0px 6px 6px;
	left: 0;
	display: none
}
.header-navigation-wraper ul li:hover .dropdown-mutli-level {
	display: block
}
.dropdown-mutli-level ul {
	margin-left: 0 !important;
	margin-bottom: 15px;
}
.dropdown-mutli-level ul li {
	padding: 10px 20px !important;
	text-transform: none;
	display: block !important;
	position: relative
}
.dropdown-mutli-level ul li a {
	text-transform: none;
	display: block !important;
}
.dropdown-mutli-level ul li a i {
	float: right;
	margin-top: 4px;
}
.dropdown-mutli-level ul li:nth-child(1) {
	padding-top: 20px !important
}
.dropdown-mutli-level ul li:nth-child(4) {
	padding-bottom: 20px !important
}
.first-multi-level-dropdown {
	position: absolute;
	right: -270px;
	width: 280px;
	background: #2d2828;
	top: -9px;
	border-radius: 0px 0px 6px 6px;
	display: none;
	z-index: 1000
}
.first-multi-level-dropdown ul li {
	padding: 6px 20px !important;
}
.first-multi-level-dropdown ul li:nth-child(4) {
	padding: 6px 20px !important;
}
.first-multi-level-dropdown ul li:nth-child(5) {
	padding-bottom: 20px !important
}
.dropdown-mutli-level ul li:hover .first-multi-level-dropdown {
	display: block
}
.dasboard-inner-page-wraper {
	background: #fff
}
.account-detail-wraper {
	width: 50%;
	float: left;
	padding: 30px;
	background: #fff;
	height: 100vh;
	overflow: auto;
}
.account-detail-wraper::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
.account-detail-wraper::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
.account-detail-wraper h1 {
	font-size: 30px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	font-weight: bold;
	margin-bottom: 47px;
	text-align: left;
	margin-top: 34px;
}
.account-detail-wraper {
}
.account-detail-wraper label {
}
.account-detail-wraper p {
	font-size: 13px;
	padding-top: 5px;
	color: #999
}
.account-detail-wraper .form-control {
	height: 45px;
	border: 1px solid #ccc;
	box-shadow: none;
}
.save-changes-button {
	margin-top: 20px;
	text-align: right
}
.save-changes-button .savecahangesbutton {
	padding: 12px 44px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #c8ff1b;
	text-align: center;
	display: inline-block;
	outline: none
}
.right-dashboard-information-wraper {
	width: 50%;
	float: left;
	border-left: 1px solid #ccc;
	padding: 35px;
	background: #f5f5f5;
	height: 100vh;
	overflow: auto;
}
.billing-address-wraper {
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	margin-bottom: 45px;
	box-shadow: 0px 0px 6px 0px #ccc;
}
.right-dashboard-information-wraper h2 {
	font-size: 30px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	font-weight: bold;
	text-align: left;
	margin-top: 30px;
}
.right-dashboard-information-wraper p {
	padding-bottom: 40px;
	font-size: 16px;
	padding-top: 5px
}
.billing-address-wraper {
}
.billing-address-wraper .billing-address-heading {
	font-size: 20px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px
}
.billing-address-wraper .billing-address-heading a {
	float: right;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #999;
	padding-top: 4px;
	padding-right: 10px;
}
.billing-address-wraper .billing-address-heading a:hover {
	color: #000;
}
.billing-address-wraper p {
	font-size: 16px;
	padding: 20px 0 0 0;
	margin: 0;
	line-height: 26px;
}
.dasboard-inner-page-wraper .container-fluid {
	margin: 0;
	padding: 0
}
.billing-address-wraper form {
	margin-top: 30px;
}
.billing-address-wraper .form-control {
	height: 40px;
	border: 1px solid #ccc;
	box-shadow: none;
}
.billing-address-wraper ul {
	list-style: none;
}
.billing-address-wraper ul li {
	font-size: 16px;
	padding: 3px 0 0 0;
	margin: 0;
	line-height: 26px;
}
.adresses-infowraper {
	margin-top: 20px;
}
.dashboard-order-wraper {
	padding: 60px 0;
	background: #f5f5f5;
}
.dashboard-order-wraper .table-responsive {
	background: #fff;
	padding: 15px;
	border-radius: 6px;
	box-shadow: 0px 0px 6px 0px #ccc;
}
.dashboard-order-wraper .table {
	border: 1px solid #ccc;
	margin-bottom: 0
}
.dashboard-order-wraper .table tr {
	vertical-align: middle !important;
	text-align: center
}
.dashboard-order-wraper .table tr td {
	vertical-align: middle !important;
}
.dashboard-order-wraper h1 {
	font-size: 30px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	font-weight: bold;
	margin-bottom: 47px;
	text-align: center;
}
.heading-table {
	background: #c8ff1b;
	vertical-align: middle !important;
	text-align: center;
	font-family: 'Sweet Talk';
}
.heading-table td {
	vertical-align: middle !important;
	font-size: 16px
}
.dashboard-orderdetail-wraper h1 {
	margin-bottom: 0;
}
.dashboard-orderdetail-wraper p {
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
	padding-top: 5px
}
.product-image-order {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 120px;
	border: 1px solid #ccc;
	width: 120px;
	float: left
}
.order-detail-heading a {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	font-family: 'Sweet Talk';
	text-decoration: none
}
.order-detail-heading {
	width: 410px;
	float: left;
	text-align: left;
	margin-left: 24px;
	padding-top: 43px;
}
.order-bg-change {
	background: #f5f5f5;
}
.cuutomer-details-wraper {
	padding: 25px;
	background: #fff;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	border-radius: 6px;
	margin-bottom: 25px
}
.cuutomer-details-wraper h2 {
	font-size: 20px;
	color: #0a0a0a;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.cuutomer-details-wraper span {
	display: block;
	margin-top: 15px
}
.cuutomer-details-wraper strong {
	display: block;
}
.order-summary {
	padding: 25px;
	background: #fff;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	border-radius: 6px;
	margin-bottom: 25px;
}
.order-summary ul {
	list-style: none;
}
.order-summary ul li {
	font-size: 16px;
	padding: 4px 0
}
.order-summary ul li span {
	float: right
}
.order-summary h2 {
	font-size: 20px;
	color: #0a0a0a;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.download-button {
}
.download-button a {
	padding: 9px 34px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #c8ff1b;
	text-align: center;
	display: inline-block;
	text-align: center;
}
.ourstory-wraper-slider h1 {
	font-size: 55px;
	color: #fff;
	font-weight: bold;
	font-family: 'Sweet Talk';
	line-height: 65px;
	padding-top: 13px
}
.about-text-listing-wraper {
}
.images-about-wrp {
	width: 462px;
	height: 616px;
	margin: 0 auto;
	margin-top: 120px;
	background-size: cover !important
}
.about-image-product {
	height:400px;
	background-size: cover !important
}
.about-text-content {
	padding: 80px 54px;
}
.about-text-content h2 {
    color: #000;
    font-size: 14px;
    font-family: 'Sweet Talk';
    /* padding-bottom: 15px; */
    margin-top: 0px;
    line-height: 26px;
}
.about-text-content p {
	font-size: 13px;
	line-height: 25px;
	text-align: justify;
	display:none;
}
.about-text-listing-wraper .col-md-4 {
	padding: 0;
}
.about-text-content2 {
	height:400px;
	padding: 70px 54px
}
.abouit-tex-wrapering .col-md-6{
	margin:0;
	padding:0
}
.about-text-content2 h2 {
    color: #000;
    font-size: 14px;
    font-family: 'Sweet Talk';
    /* padding-bottom: 15px; */
    margin-top: 0px;
    line-height: 26px;
}
.about-text-content2 p {
	font-size: 13px;
	line-height: 25px;
	text-align: justify;
	display:none;
}
.about-text-listing-wraper2 {
}
.about-text-listing-wraper3 {
	padding: 85px 54px !important
}
.slider-logo img {
	width: 471px;
}
.ourteam-about-wraper {
	padding:80px;
	background-size: cover !important;
	text-align:right
}
.ourteam-about-wraper h3 {
	text-align: right;
	font-size: 60px;
	color: #fff;
	font-family: 'Sweet Talk';
	background: rgba(0, 0, 0, 0.5);
	padding:25px;
}
.ourteam-about-wraper h3 span {
	color: #c8ff1b;
	display: block
}
.ourteam-about-wraper p {
	text-align: right;
	color: #fff;
	font-size: 32px;
		background: rgba(0, 0, 0, 0.5);
	padding:25px;
}
.our-team-button {
	margin-top: 30px
}
.our-team-button a {
	padding: 14px 34px;
	border: 2px solid #c8ff1b;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #c8ff1b;
	text-align: center;
	display: inline-block;
}
.tabpanel-organogram-wraper {
	background: #f5f5f5;
	padding: 60px 0
}
.tabpanel-organogram-wraper .nav {
	margin-bottom: 30px;
	border: none;
}
.tabpanel-organogram-wraper .nav-tabs>li.active>a, .tabpanel-organogram-wraper .nav-tabs>li.active>a:focus, .tabpanel-organogram-wraper .nav-tabs>li.active>a:hover {
	background: #c8ff1b;
	border: none;
}
.tabpanel-organogram-wraper .nav>li {
	border: none;
}
.tabpanel-organogram-wraper .nav>li:nth-child(2){
	display:none !important;
}
.tabpanel-organogram-wraper .nav>li a {
	background: #fff;
	padding: 15px 44px;
	margin-right: 15px;
	color: #000;
	font-weight: bold;
	border-radius: 30px;
	border: none;
	box-shadow: 5px 5px 14px 0px #d4d4d4;
}
.organogram-wraper h1 {
	text-align: center;
	font-size: 36px;
	color: #000;
	margin-bottom: 30px;
	font-family: 'Sweet Talk';
}
.top-main-leadimage {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	border-radius: 50%;
	background-size: cover !important
}
.organogram-wraper h2 {
	text-align: center;
	color: #000;
	font-size: 20px;
	margin-top: 15px
}
.border-main-lead {
	width: 1px;
	background: #333;
	height: 50px;
	margin: 10px auto 0px auto
}
.border-mainlead1 {
	width: 100%;
	height: 1px;
	background: #333
}
.images-organo1 {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-size: cover !important
}
.second-organo-main {
	width: 180px;
	margin-left: -90px;
}
.ogano-border-left {
	width: 2px;
	background: #333;
	height: 50px;
}
.ogano-border-right {
	width: 1px;
	background: #333;
	height: 50px;/*float: right*/
}
.images-organo1right {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-size: cover !important;
	float: right;
	margin: 0 !important
}
.second-organo-mainright {
	width: 180px;
	float: right;
	margin-top: 49px;
	text-align: right;
	margin-right: -90px;
}
.second-organo-mainright h2 {
	text-align: center;
	color: #000;
	font-size: 20px;
	margin-top: 15px;
}
.accoding-panel-wraper {
	padding: 60px 0;
}
.accoding-panel-wraper .panel-default>.panel-heading {
	background: #fff;
	padding: 16px 15px
}
.accoding-panel-wraper .panel-default>.panel-heading a {
	text-decoration: none;
}
.accoding-listing-wraper {
	list-style: none;
	margin: 15px 0 0 0
}
.accoding-listing-wraper li .listing-accoding {
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-bottom: 30px;
	padding-bottom: 10px
}
.accoding-listing-wraper li img {
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
	height: 240px;
}
.listing-accoding .items-name {
	display: block;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	padding: 4px 22px;
	font-weight: bold;
	border-top: 1px solid #ddd;
	padding-top: 10px
}
.accoding-listing-wraper li a {
	padding: 4px 8px;
	font-size: 13px;
	text-decoration: none;
	color: #000;
}
.accoding-listing-wraper li a i {
	margin-right: 5px;
}
.gallery-main-wraper {
	padding: 20px 0;
	background: #f5f5f5;
}
.demo-gallery > ul {
	margin-bottom: 0;
}
.demo-gallery > ul > li {
	float: left;
	margin-bottom: 15px;
	margin-right: 0;
	width: 390px;
}
.demo-gallery > ul > li a {
	border: 3px solid #FFF;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}
.demo-gallery > ul > li a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}
.demo-gallery.dark > ul > li a {
	border: 3px solid #04070a;
}
.home .demo-gallery {
	padding-bottom: 80px;
}
.stuff-download-wraper {
	position: fixed;
	bottom: 30%;
	right: 0;
	z-index: 100;
}
.tapromm-product-main-wraper {
	background: url(../images/bgtaproom.jpg) no-repeat top;
	padding: 25px;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03);
	border-radius: 6px;
	margin-bottom: 25px;
	background-size: 100% 100%;
	height: 600px;
	overflow: hidden
}
.product-tabroom-wraper {
	border: 1px solid #110b0a;
	background: #382624;
	border-radius: 6px;
	margin-bottom: 20px
}
.product-tabroom-wraper .tabroom-heading-rating-wraper {
	background: #2b1611 url(../images/beerheadingbg.jpg) no-repeat top;
	padding: 30px;
	background-size: cover;
}
.tabroom-heading-rating-wraper h5 {
	font-size: 28px;
	color: #fff;
	font-family: 'Pacifico', cursive;
	margin-bottom: 10px
}
.tabroom-heading-rating-wraper .product-taproom-rating {
}
.tabroom-heading-rating-wraper .product-taproom-rating a {
	color: #e4ff00;
	font-size: 16px;
	text-decoration: none;
}
.product-tabroom-wraper ul {
	list-style: none;
	margin: 4px 35px 15px 35px;
}
.product-tabroom-wraper ul li {
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	padding-top: 18px;
}
.product-tabroom-wraper ul li:nth-last-child(1) {
	border: none;
}
.product-tabroom-wraper ul li strong {
	float: right;
	font-size: 36px;
	font-family: 'Pacifico', cursive;
	font-style: italic;
	color: #c8ff1b;
	margin-top: -19px;
}
.tap-product-listing-main-wraper {
	height: 550px;
	overflow: auto;
	padding: 0 10px;
}
 .tap-product-listing-main-wraper::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
.tap-product-listing-main-wraper::-webkit-scrollbar {
 width: 0;
 background-color: #F5F5F5;
}
.tap-product-listing-main-wraper::-webkit-scrollbar-thumb {
 background-color: #666;
}
.taproom-wraper-image-wraper {
	width: 500px;
	margin: 0 auto;
}
.about-text-productdetailwrp {
	text-align: left
}
.charte-form-wraper-main{
	padding:60px 0;
}

.charte-form-wraper-main h1{
	text-align:center;
	    font-size: 30px;
    color: #ff0000;
    font-family: 'Sweet Talk';
    margin-bottom: 14px;
    font-weight: bold;
}
.contact-buttons-view{
	text-align:left !important; margin-top:0 !important; margin-bottom:30px !important
}


.charte-form-wraper-main p{
	text-align:center;
	padding:0 200px;
	line-height:24px;
	padding-bottom:40px
}
.charte-form-wraper-main ul{
	list-style:none;
}
.charte-form-wraper-main ul li{
}
.charte-form-wraper-main ul li .lisitng-wraper-charte{
	background: #f5f5f5;
    padding: 25px 35px;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    border-radius: 6px;
	margin-bottom:25px
}

.charte-form-wraper{
	padding:60px 0;
	background:#f5f5f5;
}

.charte-form-wraper h2{
	text-align: center;
    font-size: 30px;
    color: #ff0000;
    font-family: 'Sweet Talk';
    margin-bottom: 10px;
    font-weight: bold;
}

.charte-form-wraper p{
	text-align:center;
	font-size:14px;
	color:#000;
	margin-bottom:50px
}
.charte-form-wraper p strong{
	font-weight:normal;
	color:#ff0000
}
.checkbox-charte-wrp{
    background: #fff;
    padding: 25px 25px 15px 25px;
    border-radius: 6px;
    margin-bottom:20px;
    box-shadow: 0px 0px 5px 0px #bbb;
}

.checkbox-charte-wrp h3{
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-bottom:15px
}

.charte-form-wraper .boxes {
margin-bottom: 15px;
    display: inline-block;
    margin-right: 36px;
}
.charte-form-wraper input[type="checkbox"] {
	display: none;
}
.charte-form-wraper input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	color: #666;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-weight: normal;
	font-size: 16pxp
}
.charte-form-wraper input[type="checkbox"] + label:last-child {
	margin-bottom: 0;
}
.charte-form-wraper input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #445161;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
	border-radius: 4px;
}
.charte-form-wraper input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.charte-form-wraper .form-group {
	margin-bottom:20px
}
.charte-form-wraper .form-group label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #000;
}
.charte-form-wraper .form-group .form-control {
	height: 40px;
	background: #f5f5f5;
	border: none;
	box-shadow: none;
	outline: none;
	font-family: 'Roboto', sans-serif;
}

.charte-form-wraper .form-group{
	background:#fff;
	padding:20px;
	border-radius:6px;
	box-shadow: 0px 0px 5px 0px #bbb;
}
.send-button-wrp {
}
.send-button-wrp button{
    padding:12px 44px;
    border: 2px solid #c8ff1b;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    background: #c8ff1b;
    text-align: center;
    display: inline-block;
	outline:none;
	border:none
}
.about-text-productdetailwrp p {
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 0;
    font-size: 22px;
    line-height: 36px;
    color: #8d8d90;
    font-weight: 500;
}
.product-badge-crousel {
	width: 60%;
	float: right;
	margin-top: -124px;
	display: none
}
.product-badge-crousel img {
	width: 55%;
	margin: 0 auto
}
.bagde-product-image img {
	position: static !important;
	width: 70%;
	margin: 0 auto
}
.product-badge-crousel .owl-nav {
	display: none
}
.bagde-product-image {
	text-align: center;
}
.stuff-download-wraper {
}
#cartheader {
	background: #ddde1e;
	padding: 19px 13px;
	border-radius: 10px 0px 0px 10px !important;
	display: block;
	border: none;
	outline: none
}
.cartheaddetail {
	position: fixed !important;
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	right: 0;
	width: 280px;
	top: 0;
	height: 100%;
	z-index: 1000000;
	display: none;
	box-shadow: 0px 0px 8px 0px #a8a7a6;
}
.cartheaddetail ul {
	list-style: none;
	height: 100vh;
	overflow: auto;
	padding: 25px;
}
 .cartheaddetail ul::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
.cartheaddetail ul::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
.cartheaddetail ul::-webkit-scrollbar-thumb {
 background-color: #666;
}
.cartheaddetail ul li {
	margin-bottom: 30px;
}
.file-download-lsiting-wraper {
}
.file-download-lsiting-wraper .file-icon-listing {
	width: 60px;
	height: 60px;
	float: left;
	border: 1px solid #ccc;
	font-size: 25px;
	border-radius: 6px;
	text-align: center;
	padding-top: 11px;
	margin-right: 15px
}
.file-download-lsiting-wraper .file-icon-listing img {
	max-width: 50%
}
.text-dowload-listing a {
	font-size: 13px;
	color: #666;
	margin-right: 7px
}
.text-dowload-listing .heading-text-wrp {
	font-size: 17px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block
}
#close-toogle {
	font-size: 20px;
	color: #000;
	position: absolute;
	top: 5px;
	right: 20px;
}
.product-badge-wraper {
	padding: 60px 30px;
	background: #f5f5f5;
}
.product-badge-heading {
	font-size: 42px;
	color: #fff;
	font-family: 'Sweet Talk';
	margin-bottom: 22px;
	font-weight: bold;
	text-align: center
}
.graphics-listing-wrapper{
	text-align: center;
    padding: 10px;
	min-height: 410px;
	color: #fff;
}
@keyframes changewidth {
  from {
    width: 180px;
  }

  to {
    width: 250px;
  }
}
.graphics-listing-wrapper img{
	width: 180px;
	animation-duration: 1s;
	animation-name: changewidth;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
/*
.graphics-listing-wrapper img:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}*/
.graphics-listing-wrapper p{
	color: #fff;
}
.graphics-listing-wrapper ul{
	padding: 25px;
}
.graphics-listing-wrapper ul li{
    background: #f1f1f1;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 8px;
    max-width: 350px;
}
.awward-imamge-wrp {
	background: #fff;
	padding: 25px;
	text-align: center;
}
.product-badge-wraper {
	border-top: 2px solid #e1da1f;
}
.awward-imamge-wrp img {
	width: 70%;
	margin: 0 auto
}
.product-badge-wraper .owl-nav {
	top: 117px;
}
.multi-section-button {
	margin-top: 55px;
}
.multi-section-button a {
	padding: 11px 34px;
	border: 2px solid #96c44a;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #96c44a;
	text-align: center;
	margin-bottom: 15px;
	font-family: 'Sweet Talk';
}
.new-product-badge-wraper {
	background: #000;
	overflow: hidden;
	border-bottom: 2px solid #c8ff1b;
	background-size: cover !important
}
.product-images-badges {
}
.product-images-badges {
	text-align: center;
	padding: 40px 0 80px 0
}
.product-images-badges img {
	width: 200px;
	height: 200px;
	margin: 0 auto
}
.new-product-badge-wraper .owl-dots {
	display: none
}
.new-product-badge-wraper .owl-nav {
	top: 114px !important;
}
.new-product-badge-wraper h1 {
	font-size: 36px;
	color: #fff;
	font-family: 'Sweet Talk';
	padding: 60px 0 30px 0;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase
}
.new-product-badge-wraper h1 span {
	color: #c8ff1b
}
.bg-product-listingnew-wraper {
	padding: 100px 0;
	background-size: cover !important
}
.bg-product-listingnew-wraper h2 {
	text-align: center;
	font-size: 60px;
	color: #fff;
	font-family: 'Sweet Talk';
	margin-bottom: 80px;
	font-weight:normal;;
}
.bg-product-listingnew-wraper h2 span {
	color: #c8ff1b;
}
.bg-product-listingnew-wraper ul {
	height: 750px;
	overflow: auto;
}
 .bg-product-listingnew-wraper ul::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
.bg-product-listingnew-wraper ul::-webkit-scrollbar {
 width:0px;
 background-color: #F5F5F5;
}
 .bg-product-listingnew-wraper ul::-webkit-scrollbar-thumb {
 background-color: #666;
}
.bg-product-listingnew-wraper ul li {
	display: inline-block;
	text-align: center;
}
.bg-product-listingnew-wraper ul li a {
	display: block;
	font-size: 25px;
	font-weight: bold;
	padding: 0 15px;
	font-family: 'Sweet Talk';
	color: #fff;
	text-decoration: none;
}
.bg-product-listingnew-wraper ul li .prduct-newlisting {
	text-align: center
}
.prduct-newlisting-image {
	height: 400px;
	width: 100%;
	margin: 0 auto;
	background-size: auto 100% !important;
	margin-bottom: 13px;
}
.product-visit-banner-wrpaer {
	text-align: right;
}
.taproom-people-slider{
	display:none;
}
.guide-list-main-wraper {
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
.guide-list-main-wraper:hover {
}
.guide-list-main-wraper .guide-list-main-images {
}
.guide-list-main-wraper .guide-list-main-images a {
	display: block;
	height: 173px;
}
.listing-guide-text {
	margin-top: 16px
}
.listing-guide-text h3 {
	margin-bottom: 11px;
}
.listing-guide-text h3 a {
	font-size: 25px;
	font-weight: bold;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.owl-carousel .owl-item img {
	display: inline-block !important;
	width: 100% !important
}
.guide-locatiom {
	margin-right: 5px;
	font-size: 18px;
	color: #fff;
	display: none
}
.guide-locatiom img {
	margin-right: 5px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	width: 40px;
	height: 40px;
	margin-top: -28px;
	font-size: 13px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	padding-top: 13px;
}
.guide-locatiom {
	margin-bottom: 15px;
	margin-top: 15px;
	color: #000;
}
.guide-list-main-wraper p {
	text-align: left !important;
	font-size: 16px !important;
	padding-right: 30px;
	line-height: 28px;
	padding-bottom: 0;
	color: #fff
}
.about-right-image-wraper {
	position: relative;
}
.about-top-buttton {
	position: absolute;
	right: 0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .4);
	top: -8px;
	z-index: 9;
}
.about-top-buttton a {
	padding: 14px 35px;
	background: #fff;
	color: #000;
	border-right: 1px solid #dadada;
	text-decoration: none;
	font-family: 'Sweet Talk';
}
.about-top-buttton a:hover {
	background: #f8f8f8;
}
.about-top-buttton a i {
	padding-right: 5px;
}
.bottom-header-social {
	position: absolute;
	bottom: 0;
	background: #151517;
	padding: 18px 0;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.bottom-header-social a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding-right: 15px
}
.bottom-header-social a:hover {
	color: #96c44a
}
.dhx_scale_bar {
	background: #c8ff1b !important;
	color: #000 !important;
	font-weight: bold !important
}
.dhx_scale_bar {
	border-left: 1px solid #CECECE;
	font: 11px/16px Arial;
	color: #000000 !important;
	padding-top: 2px;
	background-color: #fff;
	font-size: 14px !important;
	font-weight: 600 !important;
}
.dhx_cal_container div {
	/*background-color: #f9fdb8 !important;*/
	font-family: 'Oswald', sans-serif !important;
}
.dhx_scale_bar {
	border-left: 1px solid #000 !important;
}
.dhx_month_head {
	/*border-left: 20px solid #000 !important;*/
	border-right: 1px solid #536b07 !important;
	color: #000 !important
}
.dhx_month_body {
	border-right: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
}
.dhx_cal_header {
	border: 1px solid #000000 !important;
}
.dhx_cal_data {
	border: 1px solid #000000 !important;
}
.dhx_cal_date, .dhx_cal_next_button, .dhx_cal_prev_button, .dhx_cal_tab, .dhx_cal_today_button {
	border: 1px solid #000000 !important;
	color: #000 !important;
}
.dhx_cal_tab.active {
	color: #000 !important;
	border: 1px solid #000000 !important;
	text-shadow: none !important
}
.dhx_cal_navline .dhx_cal_date {
	font-weight: bold !important;
	color: #000 !important;
	border: none !important;
	font-weight: 900 !important;
	font-family: 'Oswald', sans-serif !important;
}
.dhx_cal_container {
	background-color: none !important;
}
#calendar_view {
	border: none !important;
}
.dhx_after .dhx_month_head, .dhx_before .dhx_month_head {
	color: #000 !important;
	font-weight: normal !important;
	border-left: 1px solid #999 !important;
	font-family: 'Oswald', sans-serif !important;
}
.merchandise-wraper h2 span{
	color:#fff
}
.createcustomclass{
	color: #333 !important;
}
.about-main-inner-text{
background: rgba(0, 0, 0, 0.5);
    padding: 50px;
    border-radius: 50px;
}
.contact-form-wraper p a{
	color:#000;
	font-weight:bold;
}
.shop-productdetail-wraper{
	background: rgba(0, 0, 0, 0.5);
    padding:25px;
}

/* CSS content */

/* CSS footer */


.footer-wraper {
	background: #1a1d1c;
	padding: 80px 0 0px 0px
}
.footer-links-wraper {
}
.footer-links-wraper h2 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 15px
}
.footer-links-wraper ul {
	list-style: none;
}
.footer-links-wraper ul li {
	padding: 8px 0;
	display: inline-block;
	width: 32%
}
.footer-links-wraper ul li a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	font-family: 'Sweet Talk';
}
.footer-links-wraper ul li a:hover {
	color: #a7a7a7;
}
.footer-links-wraper ul li a i {
	margin-right: 5px;
	color: #96c44a
}
.footer-logo img {
	width: 18%;
	margin-top: -45px;
}
.termservice-social {
	border-top: 1px solid #323937;
	padding: 22px 0;
	margin-top: 30px
}
.termservice-social .footer-termservice {
	padding-top: 11px;
}
.termservice-social .footer-termservice a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	margin-right: 25px
}
.footer-social {
	text-align: center
}
.footer-social a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	color: #333;
	display: inline-block;
	text-align: center;
	padding-top: 11px;
	font-size: 16px;
	margin-left: 5px
}
.footer-copyright {
	background: #232826;
	padding: 11px 0
}
.footer-copyright .copyright-text {
	color: #fff;
	font-size: 14px
}
.powered-by-wraper {
	color: #fff;
	font-size: 14px;
	text-align: right
}
.powered-by-wraper a {
	text-decoration: none;
	color: #fff;
	font-size: 14px
}
.footer-info {
	color: #fff;
	padding: 22px 0;
	line-height: 26px;
	font-size: 18px;
	font-family: 'Sweet Talk';
}
.accoding-panel-wraper {
	padding: 60px 0;
}
.accoding-panel-wraper .panel-default>.panel-heading {
	background: none;
	padding: 16px 0;
}
.accoding-panel-wraper .panel-group .panel {
	background: none;
	border: none;
}
.accoding-panel-wraper .panel-default>.panel-heading a {
	text-decoration: none;
	color: #c8ff1b
}
.accoding-panel-wraper .panel-body {
	padding: 0;
	padding-top: 24px;
}
.accoding-listing-wraper {
	list-style: none;
	margin: 15px 0 0 0
}
.accoding-listing-wraper li .listing-accoding {
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-bottom: 30px;
	padding-bottom: 10px
}
.accoding-listing-wraper li img {
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
	height: 240px;
}
.listing-accoding .items-name {
	display: block;
	color: #c8ff1b;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	padding: 4px 22px;
	font-weight: bold;
	border-top: 1px solid #ddd;
	padding-top: 10px
}
.accoding-listing-wraper li a {
	padding: 4px 8px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}
.accoding-listing-wraper li a i {
	margin-right: 5px;
}
.content-wraper .merchandis-listing-wraper .merchandise-image {
	height: 300px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px
}
.content-wraper .about-text-detailwrp {
	padding:120px 60px;
	text-align: center;
	background-size:cover !important
}
.filters-mobile-button {
	display: none;
}
.embedsocial-instagram{
	display:none;
}
.new-click-box-wraper h3{
    font-family: 'Arvo', serif !important;
}
.tap-room-slider-wraper {
	background: url(../images/bg.jpg) no-repeat top;
	/*height: 720px;*/
	background-size: cover;
	padding: 0;
	overflow: hidden
}
.tap-room-slider-wraper h2 {
	background-color: rgba(150,196,74,0.6);
	padding: 20px 0;
	color: #fff;
	font-size: 23px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px
}
.tap-room-slider-wraper .listing-wraper-taproom {
	/*border: 2px solid #c8ff1b;*/
	padding:10px  0px;
}
.abv-text-wraper{
	text-align:center
}
.abv-text-wraper h5{
	font-size:22px;
	font-weight:bold;
	color:#fff;
    font-family: 'Sweet Talk';
	
}
.carousel-control.left {
}
.listing-taproom-image {
	width: 70px;
	height: 70px;
	background-size: cover !important;
	float: left;
	margin-right: 25px;
	border-radius:10px
}
.listing-wraper-taproom h3 {
	/*margin-bottom: 10px;*/
	line-height: 20px;
    margin-top: 5px;
	margin-bottom:5px;
}
.listing-wraper-taproom h3 a {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-decoration:none;
    font-family: 'Sweet Talk';
}
.listing-rating-wraper {
	float: right;
	margin-right: 10px
}
.listing-rating-wraper a {
	color: #FF0 !important;
	font-size: 15px;
}
.listing-text-heading p {
	font-size: 14px;
	color: #afafaf;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -36px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -36px;
}
.taproom-people-slider {
	padding: 25px 0;
}
.price-right-main-tapwrp{
    margin-top: 26px;
    text-align: right;
}
.taproom-people-slider {
}
.taproom-people-slider ul {
	list-style: none;
}
.taproom-people-account {
}
.taproom-people-account .taproom-people-image {
	width: 80px;
	height: 80px;
	float: left;
	border-radius: 50%;
	background-size: cover !important;
	margin-right: 15px;
}
.taproom-people-name h2 {
	font-size: 18px;
	color: #fff;
}
.taproom-people-name {
	padding-top: 18px;
}
#myCarousel2 .carousel-control.left {
	font-size: 10px;
	color: #000;
	opacity: 0.9;
}
#myCarousel2 .carousel-control.right {
	font-size: 10px;
	color: #000;
	opacity: 0.9;
}
.taproom-people-slider .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	font-size: 14px;
	color: #000;
	box-shadow: none;
}
.taproom-people-slider .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	font-size: 14px;
	color: #000;
	box-shadow: none;
}
.taproom-people-slider .carousel-control {
	width: 0;
}
.taproom-maintop-wraping h4 {
	font-size: 36px;
	padding: 20px 0
}
.untappd-heading {
	padding: 0 0;
	text-align: center;
	font-size: 36px;
	color: #c8ff1b;
	font-weight: bold;
}
.tap-room-slider-wraper .carousel-inner {
	width: 100% !important;
}
.tap-room-slider-wraper ul.row {
	list-style: none !important;
}
.taproom-people-slider {
	padding: 25px 0;
	/*background: #000;*/
}
.taproom-people-slider {
}
.taproom-maintop-wraping .owl-nav {
	display: none;
}
.taproom-people-slider ul {
	list-style: none;
}
.taproom-people-account {
}
.taproom-people-account .taproom-people-image {
	width: 80px;
	height: 80px;
	float: left;
	border-radius: 50%;
	background-size: cover !important;
	margin-right: 15px;
}
.taproom-people-name h2 {
	font-size: 18px;
	color: #000 ;
}
.taproom-people-name {
	padding-top: 18px;
}
#myCarousel2 .carousel-control.left {
	font-size: 10px;
	color: #000;
	opacity: 0.9;
}
#myCarousel2 .carousel-control.right {
	font-size: 10px;
	color: #000;
	opacity: 0.9;
}
.taproom-people-slider .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	font-size: 14px;
	color: #000;
	box-shadow: none;
}
.taproom-people-slider .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	font-size: 14px;
	color: #000;
	box-shadow: none;
}
.taproom-people-slider .carousel-control {
	width: 0;
}
.taproom-maintop-wraping h4 {
	font-size: 36px;
	padding: 20px 0
}
.untappd-heading {
	padding: 10px 0 15px 0;
	font-size: 36px;
	color: #c8ff1b;
	font-weight: bold;
}
.taproom-maintop-wraping .owl-carousel {
	margin-top: -92px;
}
.taproom-maintop-wraping .owl-carousel .owl-stage-outer {
	padding-left: 36px;
}
#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
}
#wrapper.toggled {
	padding-left: 220px;
}
#sidebar-wrapper {
	z-index: 1000;
	left: 220px;
	width: 0;
	height: 100%;
	margin-left: -220px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #1a1a1a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
 #sidebar-wrapper::-webkit-scrollbar {
 display: none;
}
#wrapper.toggled #sidebar-wrapper {
	width: 220px;
}
#page-content-wrapper {
	width: 100%;
	padding-top: 70px;
}
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -220px;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar-nav li {
	position: relative;
	line-height: 20px;
	display: inline-block;
	width: 100%;
}
.sidebar-nav li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 3px;
	background-color: #1c1c1c;
	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;
}
.sidebar-nav li:hover:before, .sidebar-nav li.open:hover:before {
	width: 100%;
	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;
}
.sidebar-nav li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Sweet Talk';
}
.mobile-header-wraper {
	display: none;
}
.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
.sidebar-nav > .sidebar-brand {
	height: 65px;
	font-size: 20px;
	line-height: 44px;
}
.sidebar-nav .dropdown-menu {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: none;
	background-color: #222;
	box-shadow: none;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
	position: fixed;
	top: 20px;
	z-index: 999;
	display: block;
	width: 28px;
	height: 28px;
	margin-left: 15px;
	background: transparent;
	border: none;
	right: 19px;
}
.hamburger:hover, .hamburger:focus, .hamburger:active {
	outline: none;
}
.hamburger.is-closed:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
	background-color: #96c44a;
}
.hamburger.is-closed .hamb-top {
	top: 5px;
	-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
	top: 50%;
	margin-top: -1px;
}
.hamburger.is-closed .hamb-bottom {
	bottom: 5px;
	-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
	background-color: #fff;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom {
	top: 50%;
	margin-top: -2px;
}
.hamburger.is-open .hamb-top {
	-webkit-transform: rotate(45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}
.hamburger.is-open .hamb-middle {
	display: none;
}
.hamburger.is-open .hamb-bottom {
	-webkit-transform: rotate(-45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}
.hamburger.is-open:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all .35s ease-in-out;
}
.dg-container{
	width: 100%;
	height: 450px;
	position: relative;
}
.dg-wrapper{
	width: 670px;
	height:350px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 670px;
	height: 350px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	background-size:cover !important
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
    width: 58px;
    position: absolute;
    z-index: 99;
    bottom:-22px;
    left: 50%;
    margin-left:-25px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}
/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(99, 99, 99, 0.8);
	z-index: 1;
}
.about-main-text-wraper {
}
.graphics-modal-wrapper{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9;
    top: 0;
    left: 0;
}
.product-slider-wraper{
	overflow:hidden;
}
.graphics-modal-dialog{
	position: absolute;
    width: 80%;
    top: 5%;
    height: 90vh;
    overflow: auto;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
	padding: 15px;
	border-radius: 4px;
}
.graphics-modal-heading{
	display: block;
	position: relative;
    height: 50px;
    background: none;
    border-bottom: 1px solid #cccc;
}
.graphics-modal-body{
	padding: 15px;
}
.graphics-modal-body ul{
	list-style-type: none;
}
.graphics-modal-body ul li .documents-item-wrapper{
	text-align: center;
}
.documents-item-image{
	width: 100%;
}
.documents-item-detail{
	font-size: 15px;
}
.documents-item-detail a{
	text-decoration: none;
    color: #333;
}
.close-graphics-box{
	position: absolute;
    right: 7px;
    top: 7px;
    color: #333;
    font-size: 20px;
}
.graphics-modal-loader{
	text-align: center;
}
.dg-container nav{
	bottom:53px;
}
/* CSS footer */
.prduct-month{
	color: #c8ff1b;
	font-size: 20px;
}
/* CSS mediaquries */

@media (max-width:1610px) and (min-width:1170px) {
.header-navigation-wraper ul li {
	padding: 35px 15px;
}
.about-text-content{
	padding:45px;	
}
.about-text-content h2{
	line-height:26px;
}
.about-text-content2{
	padding:45px;	
}
.about-text-listing-wraper3{
	padding:45px !important;	
}
.about-text-content2 h2 {
    line-height:26px;
}
.about-text-content p{
	line-height:22px;
}
.about-text-content2 p{
	line-height:22px;
}
}
 @media (max-width:1415px) and (min-width:1170px) {
.slider-image-wraper {
	padding-top: 40px
}
#scroll {
	bottom: 167px;
}
.header-navigation-wraper ul {
	margin-left: 0;
	margin-top: 0
}
.our-product-iconimage {
	width: 175px;
}
.logo-wraper {
	padding: 14px 0 14px 0;
	text-align: center;
}
.our-merchandise-iconimage {
	width: 175px;
}
.header-navigation-wraper ul li {
	padding: 35px 12px
}
.header-navigation-wraper ul li a {
	font-size: 18px;
}
.container-fluid {
    margin-right: 0;
}
.product-list-wrp {
	height: 378px;
}
.product-list-wrp .product-list-wrp-image {
	width: 45%;
}

.product-detail-header-heading h1 {
	padding-top: 0;
}
.dropdown-menu {
	left: -374px !important;
	width: 1269px !important;
}
.slider-text-wraper {
	width: 100%;
}
.slider-text-wraper h1 {
	width: 40%;
}
.about-text-detailwrp h1 {
	font-size: 32px;
	margin-bottom: 10px;
}
.about-text-detailwrp p {
	font-size: 16px;
	line-height: 23px;
	padding-top: 12px;
}
.about-text-detial-wraper {
	padding: 100px 84px;
}

.about-text-detial-wraper .about-heading-text {
	font-size: 30px;
}
.about-text-detial-wraper p {
	font-size: 15px;
}

.merchandis-listing-wraper {
	text-align: center;
	width: 82%;
	margin: 0 auto;
}
.merhandise-amount {
	padding-bottom: 13px
}
.cart-page-designmainwraper {
    width: 69%;
}
.cart-listing-checkoutwraper {
    width: 30%;
	padding:30px
}
.sub-totalcheckout-wraper{
	width:100%;
}

.cart-listing-checkoutwraper ul{
	width:100%;
}

.size-form-field{
	width:40%
}
.quantity-form-field{
	width:25%;
}
.product-cart-detail-wraper{
	padding-left:0;
	padding-top:5px
}
.product-cart-detail-wraper h2 {
    font-size: 15px;
}
.stuff-download-wraper img{
	width:75%
}
.stuff-download-wraper{
	right:-10px;
}

}
 @media (max-width:1300px) and (min-width:1170px) {
.about-text-detailwrp {
}
.prduct-newlisting-produtname{
	height:55px
}
.listing-text-heading p {
	font-size: 12px
}
.about-text-content2{
	
    padding: 37px 39px;
}
.about-text-content2 h2{
	font-size:13px
}
.about-text-content h2{
	font-size:13px
}
.about-text-detailwrp p {
	padding: 0 10%
}
.size-form-field{
	width:50%
}
.quantity-form-field{
	width:30%;
}
.filters-inner-productlisting .buttons-filters-wraper a {
	font-size: 13px;
}
.product-beer-heading {
	padding-top: 26px;
}
.about-top-buttton a {
	padding: 14px 23px;
	background: #fff;
	color: #000;
	border-right: 1px solid #dadada;
	text-decoration: none;
	font-family: 'Sweet Talk';
	font-size: 10px;
}
.product-list-wrp .product-list-wrp-image {
	width: 32%;
}

#ninja-slider {
	width: 100% !important;
}

.charte-form-wraper-main p{
	padding:30px 100px;
}

.dg-container nav{
	bottom:0;
}
.bg-product-listingnew-wraper h2{
	margin-bottom:30px;
}

}
@media screen and (max-width: 1169px) {
.search-bar-wraper-car{
	display:none;
}
.cart-main-pagewraper h1{
	margin-top:0;
}
.ourstory-wraper-slider{
	height:auto;
	padding:200px 0;
	text-align:center
}
.about-text-content2{
    padding: 37px 39px;
}
.about-text-content{
    padding: 37px 39px;
}
.about-text-content2 h2{
	font-size:13px
}
.about-text-content h2{
	font-size:13px
}

.images-about-wrp{
	width:100%;
}
	
.inner-content-wraper {
    padding: 0 15px;
}
.wrapper-dropdown-5{
	width:100%;
}
.container-fluid{
	margin-right:0;
}
.dg-container nav{
	bottom:53px;
}
.bg-product-listingnew-wraper h2{
	text-align:center !important;
	margin:0 !important
}
.bg-product-listingnew-wraper ul li .prduct-newlisting{
	margin-top:68px;
}

.taproom-people-slider .owl-nav{
	top:10px
}
.taproom-people-account{
	padding:0 60px;
}
	
.merchandis-listing-wraper{
	width:85%;
}
	
.header-navigation-dektop {
	display: none !important;
}
.lisitng-wraper-charte br{
	display:none;
}
.charte-form-wraper form{
	width: 95%;
    margin: 0 auto;
}
.charte-form-wraper-main ul li .lisitng-wraper-charte {
     margin: 8px 30px;
}
.left_navigation {
	display: none;
}
.shop-product-detail-wraper{
	padding:30px
}
.size-form-field {
    width: 60%;
}
.charte-form-wraper-main p{
	padding:20px 50px;
}
.quantity-form-field {
    width: 23%;
}
.shop-detail-main-slider-wraper{
	margin-bottom:15px;
}
.shop-detail-main-slider-wraper img{
	width:100%;
}
.shop-main-product-wraper ul {
    list-style: none;
    margin: 0 20px;
}
.sidebar-nav {
	position: static;
	top: 9px;
	width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 0;
}
.mobile-colum-view {
	width: 100% !important;
}
.mobile-header-wraper {
	display: block;
	background: #000;
}
.slider-image-wraper {
	padding-top: 60px;
}
#scroll {
	display: none;
}
.slider-text-wraper {
	width: 100%;
	background: none;
}
.about-text-detailwrp h1 {
	font-size: 25px;
	text-align: center;
}
.about-text-detailwrp p {
	line-height: 24px;
	padding-bottom: 33px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	padding:0;
	padding-top: 0;
}
.about-text-button {
	text-align: center;
}
.about-text-button a {
	padding: 11px 32px;
	color: #000 !important;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #4f6a24;
	font-family: 'Sweet Talk';
}
.viewall-buttons a {
	padding: 11px 32px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #96c44a;
	font-family: 'Sweet Talk';
}
.about-text-detailwrp {
	padding: 70px 51px;
}
.our-product-wraper h2 {
	font-size: 25px;
}
.upcoming-events-wraper h2 {
	font-size: 25px;
}
.merchandise-wraper h2 {
	font-size: 48px;
}
.tap-room-text-wraper h2 {
	font-size: 25px;
	text-align: left
}
.tap-room-text-wraper p {
	text-align: left;
	padding-top: 0;
	font-size: 14px;
}
.multi-section-button {
	text-align: center;
	margin-top: 10px
}
.tap-room-text-wraper .multi-section-button {
	margin-top: 30px;
}
.multi-section-button a {
	padding: 11px 32px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	background: #96c44a;
	font-family: 'Sweet Talk';
}
.the-links-wraper h2 {
	font-size: 25px;
	text-align:left !important
}
.stuff-download-wraper img{
	width:75%
}
.stuff-download-wraper{
	right:-10px;
}
.activities-wraper .activities-heading {
	font-size: 25px;
}
.upcoming-events-wraper ul li {
	margin-bottom: 80px;
}
activities-listing-wraper {
	margin-bottom: 15px;
}
.activities-listing-wraper {
	margin-bottom: 15px;
}
.footer-links-wraper ul li {
	width: 48%;
}
.footer-links-wraper ul li a {
	font-size: 16px;
}
.termservice-social .footer-termservice {
	text-align: center;
	margin-bottom: 20px;
}
.footer-social {
	text-align: center;
}
.termservice-social .footer-termservice a {
	margin-right: 0;
	font-size: 13px;
	margin-left: 10px
}
.footer-copyright .copyright-text {
	text-align: center;
}
.powered-by-wraper {
	text-align: center;
}
.our-product-iconimage {
	display: none
}
.our-merchandise-iconimage {
	display: none
}
#thumbnail-slider {
	margin-left: 0 !important;
	width: 100%;
}
.about-text-detial-wraper {
	padding-top: 0;
	text-align: center;
	padding-bottom: 20px;
}
.owl-nav .owl-prev {
	left: 25px !important;
}
.owl-nav .owl-next {
	right: 25px !important;
}
.find-more-button {
	float: none;
	width: auto;
}
.events-inner-filters {
	margin-top: 0;
	margin-bottom: 20px
}

#ninja-slider {
	width: 100% !important;
}
#ninja-slider .slider-inner {
	margin-bottom: 30px !important;
}
.distributro-login-video {
	display: none;
}
.login-distributor {
	padding: 25px;
	padding-right: 35px;
	width: 60%;
	margin: 0 auto;
}
.login-distributor h1 {
	text-align: center;
}
.login-distributor {
	width: 65%;
	margin: 0 auto
}
#wrapper.toggled {
	overflow: hidden;
}
.slider-text-wraper h1 {
	width: 35%;
}
#map {
	display: none;
}
.map-overlay {
	width: 100% !important;
}
.map-overlay .listing a {
	color: #000 !important;
}

.cart-page-designmainwraper{
	width:100%;
	padding:30px
}
.cart-listing-checkoutwraper{
	width:100%;
	height:auto
}
.cart-listing-checkoutwraper{
	padding:25px;
}
.cart-listing-checkoutwraper ul{
	width:100%;
}
.sub-totalcheckout-wraper{
	width:100%;
}
.summary-image{
	text-align:center;
	width:50%;
	margin:0 auto;
}
.cart-page-designmainwraper{
	height:auto;
}
.product-cart-detail-wraper{
	padding-top:10px;
}
}
 @media screen and (max-width: 995px) {
.welcomeimage-wraper img {
	padding: 0;
}
.welcomeimage-wraper {
	padding: 0;
}
.header-mainsection-wraper .header-wraper {
	display: none;
}
.mobile-newheader-wraper {
	background: #333;
	padding: 30px 0
}
.slider-image-wraper {
	padding-top: 13%;
}
.about-listing-categories ul li .about-listing-wrp {
	background: #000;
}
.tap-room-text-wraper {
	padding: 44px;
}
.the-links-wraper {
	padding: 44px;
}
.header-mainsection-wraper {
	height: 600px;
}
.video-wraper-header video {
	height: 100%;
}
.video-wraper-header {
	height: 100%;
}
.contact-informatuon-wraper .contact-information {
	margin-bottom: 12px;
}
.product-list-wrp {
	margin-bottom: 15px;
	height: 370px;
}
.product-innerlisting-wraper ul .col-md-3 {
	padding-left: 15px;
}
.product-list-wrp .product-list-wrp-image {
	width: 100%;
}
.product-innerlisting-wraper .col-md-3 {
	padding-left: 15px;
}
.filters-inner-productlisting {
	border-radius: 0;
	display: none
}
.slider-text-wraper h1 {
	width: 50%;
}
.footer-wraper {
	text-align: center;
}
#page-content-wrapper {
	padding: 0;
}
.filters-mobile-button {
	display: block;
	margin-bottom: 15px
}
.filters-mobile-button a {
	font-size: 18px;
	color: #1a1d1c;
	font-family: 'Sweet Talk';
	padding: 15px 20px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: #c8ff1b;
	box-shadow: 0 0 2.74px 2.26px rgba(0,0,0,.03)
}
.filters-mobile-button i {
	margin-top: 5px;
}
.product-beer-heading {
	margin-top: 24px;
}
.event-detail-lisitng ul li .event-date-list {
	height: 60px;
	margin-bottom: 15px;
}
ul#myGallery li {
	height: 138px !important;
}
.thelinksnew-main-slider {
	height: 128px;
}
.shop-filters-wraper {
	display: none
}
.images-about-wrp {
	width:90%;
	height: 616px;
	margin: 0 auto;
	margin-top: 38px;
}
.distributor-main-wraper .map-nav-wraper {
	height: auto;
}
#map {
	height: 300px !important;
}
.distributor-become-member {
	height: auto;
}
.map-nav-wraper ul li a {
	margin-right: 15px;
}
.contact-form-map {
	display: none;
}
.contact-information-wraper {
	padding: 30px 0;
}
.header-mainsection-wraper .header-wraper {
	display: none;
}
.tap-room-slider-wraper {
	height: auto !important;
}
.about-text-content2{
	height:auto;
}

.ourteam-about-wraper p{
	padding-left:0;
}

}
 @media screen and (max-width: 768px) {
.continue-cart-buttonswrp{
	bottom:60px;
}
#carousel-custom{
	width:100% !important;
}
.carousel-control .glyphicon-chevron-left{
	margin-left:-20px !important;
}
.carousel-control .glyphicon-chevron-right{
	margin-right:-20px
}
.shop-productdetail-wraper p{
	margin:0;
}
.tap-room-slider-wraper .listing-wraper-taproom{
	height:auto;
}
.taproom-people-slider{
	margin-bottom:0 !important;
}
.thelinks-inner-wraper .col-md-8{
	padding:0 30px
}
.shop-main-product-wraper ul{
	margin:0;
}
.shop-main-product-wraper ul li{
	padding:0;
}
.other-product-listing .shop-main-product-wraper ul li{
	padding:0 25px;
}
.shop-product-detail-wraper{
	padding:20px 0;
}
.multi-sections-wraper {
    margin: 0 40px 30px 40px;
}	 
.owl-nav .owl-prev {
	left: 15px !important;
}
.about-main-text-wraper{
	margin:40px;
}
.owl-nav .owl-next {
	right: 15px !important;
}
.activit-text-wraping {
	width: 66%;
}
.activit-text-wraping .activit-head a {
	font-size: 16px;
}
.about-text-detial-wraper {
	padding: 30px ;
}
.contact-information {
	margin-bottom: 25px;
	padding: 35px !important
}
.activit-text-wraping {
	margin-left: 12px !important;
}
.about-text-detial-wraper .about-heading-text {
	font-size: 18px;
}
.event-listing-detail {
	float: left;
	width: 245px;
}
.main-image-event-detail {
	height: 244px;
}
.event-detail-lisitng ul li .event-date-list {
	margin-bottom: 10px;
}
#thumbnail-slider {
	display: none !important;
}
#ninja-slider {
	width: 100% !important;
	margin-bottom: 30px
}
#ninja-slider ul {
	height: 335px !important;
}
.nav-tabs>li {
	float: none;
	text-align: center;
	margin-bottom: 15px
}
.product-detailtabapanel-wraper .tab-pane {
	padding-right: 0 !important;
}
.addtocart-product-detail-button a {
	display: block;
}
.product-detailtabapanel-wraper .nav-tabs>li>a {
	margin-right: 0;
}
.product-detailtabapanel-wraper .nav-tabs li:nth-child(1){
	display:none;
}
.product-detailtabapanel-wraper .nav-tabs li:nth-child(2){
	display:none;
}
.product-detailtabapanel-wraper {
	padding: 16px 0 0 0;
}
.ourstory-wraper-slider {
	padding: 120px 35px;

}
.ourstory-wraper-slider h1 {
	line-height: 46px;
	font-size: 32px;
}
.bg-product-listingnew-wraper ul li {
	display: block;
}

.button-wraper-cart .continueshoppingcheckout{
	width:100%;
	margin-bottom:15px
}

.button-wraper-cart a{
	display:block;
	    margin-top: 65px;
}



}
 @media screen and (max-width: 480px) {

.contact-information h1 span{
	display:block;
	text-align:center;
	    line-height: 40px;
}
.contact-information h2 span{
		display:block;
	text-align:center;
	    line-height: 26px;
}
.shop-product-detail-wraper {
    padding: 30px 0;
}	
.merchandis-listing-wraper{
	width:92%;
}
.about-top-buttton {
	display: none;
}
.slider-text-wraper h1 {
	width: 70%;
}
.slider-text-wraper {
	top: 15%;
}
.find-more-button {
	top: 13px;
	float: none;
	width: auto;
	right: 37px;
	position: absolute;
	width: 200px
}
.inner-event-wraper {
	padding: 0 20px;
}
.event-listing-image {
	margin-bottom: 14px;
}
.inner-event-wraper ul li {
	position: relative;
}
.event-listing-detail {
	width: 100%;
}
.slider-image-wraper {
	padding-top: 26%;
}
.header-mainsection-wraper {
	height: 70vh
}
.video-wraper-header video {
	height: 70vh;
}
.header-mainsection-wraper {
	height: 450px;
}
.content-wraper .about-text-detailwrp {
	padding: 40px;
	border-radius:10px
}
.our-product-wraper {
	padding: 60px 0;
}
.activities-wraper {
	padding: 60px 0;
}
.merchandise-wraper {
	padding: 60px 0;
}
.contact-informatuon-wraperr {
	padding: 60px 0;
}
.contact-information h2 {
	font-size: 16px;
}
.our-product-wraper h2 {
	margin-bottom: 50px
}
.tap-room-text-wraper {
	padding: 60px 50px;
	height:430px
}
.the-links-wraper {
	padding: 60px 50px;
	height:430px
}
.merchandis-listing-wraper {
	margin: 0 15px;
}
.footer-logo img {
	width: 55%;
}
.contact-informatuon-wraper .contact-information {
	padding: 60px 35px 0 35px;
}
.contact-informatuon-wraper .contact-poring-hours-wrp {
	padding: 35px 35px 10px 35px;
}
.contact-informatuon-wraper {
	padding: 0;
}
.product-list-wrp {
	margin-bottom: 15px;
	height: auto;
	padding: 25px 0 0 0;
}
.logo-wraper {
	padding: 35px 0;
	text-align: center
}
.product-innerlisting-wraper {
	padding: 20px 0;
}
ul#myGallery img {
	width: 100% !important;
	height: 100% !important;
}
ul#myGallery li {
	height: 100px !important;
}
.calendar-wraper h1 span {
	display: block;
	float: none;
	margin-bottom: 15px
}
.product-listingproduct-detail h4 {
	font-size: 14px;
}
.addto-cart-buttonwrp .modal-header .close {
	margin-top: -11px;
}
.images-about-wrp {
	width: 100%;
	margin-top: 0
}
.about-text-content {
	padding: 35px !important;
}
.about-text-content2 {
	padding: 35px !important;
	height: auto !important
}
.about-text-content2 h2 {
	font-size: 22px;
	line-height: 35px;
}
.about-text-content h2 {
	font-size: 22px;
	line-height:26px;
}
.ourteam-about-wraper h3 {
	font-size: 36px;
	margin-bottom: 15px
}
.ourteam-about-wraper {
	padding: 50px;
}
.ourteam-about-wraper p {
	padding: 0;
	font-size: 18px;
}
.login-distributor {
	width: 80%;
	margin: 0 auto
}
.login-button {
	margin-top: 20px;
}
.contact-poring-hours-wrp {
	padding: 35px;
}
.footer-logo {
	width: 40%;
	margin: 0 auto
}

/* CSS mediaquries */
