html, body{
    overflow-x: hidden;
}

body{
    /*font-family: "Merriweather Sans";*/
    font-size:1.05rem;
	/*font-family: 'Spartan', sans-serif;*/
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

a.overlay{
   position: absolute;
   top:0px;
   left:0px;
   height:100%;
   width:100%;
   
} 

.container{
   max-width:1200px;
}


.video-container{
	max-width: 550px;
	width: 100%;
	display:inline-block;
}
.video-wrapper {
    margin: 0 auto 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed, .video-wrapper video {
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper-new {
    height:100%;
    width:100%;
    position:relative;

}
.video-wrapper-new iframe, .video-wrapper-new object, .video-wrapper-new embed, .video-wrapper-new video {
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform:translate(-50%,0);
   /* width: 100%; */
    height: 100%;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.bg-alt{
	background: #f4f6f7;
}

.bg-blue{
	background: #333333;
	color: #fff;
}

.bg-yellow{
	background: #dc3545;
	color: #fff; 
}

.fa.fa-times.text-danger{
    cursor: pointer;
}

.form-control{
    height: calc(1.5em + 0.75rem + 10px);
}

a{
    color:#7d8e1c;
}

a:hover{
    color: #bed62f;
    text-decoration: none;
}
/*  ----------------------------------------------------------	*/
/*  					Sticky Footer 	 						*/
/*  ----------------------------------------------------------	*/

@media (min-width: 768px) {
	html, body {
		height: 100%;
		margin: 0;
	}
	#wrapper {
		min-height: 100%;
		margin-bottom: -376px; 
	}
	
	#wrapper:after {
		content: "";
		display: block;
	}
	
	#footer, footer, #wrapper:after {
	  height: 370px; 
      /*height: 420px;*/
      margin-top: -10px;
	}
}





/* ---------------------------------------------------- */
/* 						Styling							*/
/* ---------------------------------------------------- */

.error, .hasError{
	border: 1px solid #db2b25;
}

input.error, .hasError{
	border: 1px solid #db2b25;
}


.btn{
	border-radius: 0px;
	padding-left:25px;
	padding-right:25px;
    font-family: peachy-keen-jf, sans-serif;
	font-weight:700;
	font-weight: 400;
	-webkit-transition: .4s;
	transition: .4s;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	font-size:0.9rem;
    text-shadow: 1px 1px 2px #000;
	/*text-shadow: 1px 1px 2px #000;*/
}

.card .btn, .modal-body .btn{
	/*box-shadow:none;*/
}

.btn:hover{
    cursor:pointer;
}
.btn-sm{
	
}

.btn-lg{
	
}

/* 	Primary - Yellow
	Secondary - Blue 
	Dark 	 - Dark Blue
 * */

/* Blue */
.btn-secondary{
	background-color: #ffca03;
	border-color: #ffca03;
	color:#FFFFFF;
}

.btn-secondary:hover{
    background-color: #bed62f;
	border-color:  #bed62f;
	color: #333;
    text-shadow: none;
}

/* Red */
.btn-primary, .show>.btn-primary.dropdown-toggle{
	background-color: #bed62f;
	border-color:  #bed62f;
	color: #FFFFFF;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active{
	background-color: #576314;
	border-color: #576314;
	color:#FFFFFF;
}

.btn-header:hover{
	background-color: #576314;
	border-color:  #576314;
	color: #FFFFFF;
}

.btn-header{
	background-color: #BED62F;
	border-color: #BED62F;
	color:#FFFFFF;
}

.btn-yellow{
	background-color: #eab64e;
	border-color:  #eab64e;
	color: #d82189;
}

.btn-yellow:hover{
	background-color: #eab64e;
	border-color: #eab64e;
	color:#d82189;
}

.btn-outline-secondary{
	color: #576314;
	border-color: #576314;
    box-shadow: none;
    text-shadow: none;
}

.btn-outline-secondary:hover{
    color: #fff;
    background-color: #bed62f;
    border-color: #bed62f;
}

/* Dark Grey */
.btn-dark{
	background-color: #441b77;
	border-color:  #441b77;
	color: #fff;
}

.btn-dark:hover{
	background-color: #441b77;
	border-color:  #441b77;
	color:#fff;
}

.btn-outline-dark{
	color:#441b77;
	background: #fff;
	border-color:  #441b77;
}
.btn-outline-dark:hover{
	color:#441b77;
	background: #fff;
	border-color:  #441b77;
}

.btn-outline-primary{
	color:#0499ff;
	background:transparent;
	border-color:  #0499ff;
}
.btn-outline-primary:hover{
	color:#0499ff;
	background: transparent;
	border-color:  #0499ff;
}

/* Other */

.btn-white{
	background-color: #FFFFFF;
	border-color:  #333333;
	color: #333333;
}

.btn-number{
	background: #FFF;
	text-decoration: none;
	line-height: 20px;
	border: 1px solid #333333;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .6px;
	color: #333333;
	text-align: center;
	height: 60px;
	width: 60px;
	padding-top: 6px;
}

.btn-number.disabled{
	color: #dfe0e2;
	border: 1px solid #dfe0e2;
	pointer-events: none;
}

.dropdown-item {
	color: #fff;
}

.dropdown-toggle::after {
    display: inline-block;
	opacity:0.8;
	vertical-align:middle;
    margin-left: .5em;
    content: "";
	height: 15px;
	width: 15px;
	border:0px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	background-image: url(/assets/images/icon-chevron-down.svg);
	filter: brightness(0.8);
}


/*.sticky .dropdown-toggle::after {*/
/*	filter: brightness(0.2);*/
/*}*/




.form-control:focus{
	border-color: #cccccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}


select.form-control{
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	padding-right: 25px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMTYuMDAzIDE4LjYyNmw3LjA4MS03LjA4MUwyNSAxMy40NmwtOC45OTcgOC45OTgtOS4wMDMtOSAxLjkxNy0xLjkxNnoiLz48L3N2Zz4=');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 5px top 50%;
}


/* The switch - the box around the slider */
.toggleSwitch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.toggleSwitch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.toggleSlider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.toggleSlider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .toggleSlider {
	/*background-color: #b2cb08;*/
    background-color: #333333;
}

input:focus + .toggleSlider {
	box-shadow: 0 0 1px #b2cb08;
}

input:checked + .toggleSlider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.toggleSlider.round {
	border-radius: 34px;
}

.toggleSlider.round:before {
	border-radius: 50%;
} 

input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.qty[type=number] {
	-moz-appearance: textfield;
	width: 64px;
	flex-grow: 0;
	line-height:40px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 42px;
}

.btn.qtyminus, .btn.qtyplus{
	padding:0px;
	padding-left: 10px;
	padding-right:10px;
	min-width:40px;
	font-size:24px;
	line-height:40px;
}

.btn-disabled{
	opacity:0.5;
	cursor: default !important;
}
/* ---------------------------------------------------- */
/* 						H Tags							*/
/* ---------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: peachy-keen-jf, sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1, .h1{
	font-size: 40px;
    color: #7d8e1c;
}

h2, .h2{
	font-size: 20px;
}

h3, .h3{
	font-size: 16px;
}

h4, .h4{
	font-size: 15px;
}

h5, .h5{
	font-size: 14px;
}

h6, .h6{
	font-size: 12px;
}


@media (min-width: 768px) {
	h1, .h1{
		font-size: 40px;
	}
	
	h2, .h2{
		font-size: 24px;
	}
	
	h3, .h3{
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}

@media (min-width: 1024px) {
	h1, .h1{
		font-size: 40px;
	}
	
	h2, .h2{
		font-size: 20px;
	}
	
	h3, .h3{
		font-size: 18px;
	}
	
	h4, .h4{
		font-size: 16px;
	}
	
	h5, .h5{
		font-size: 15px;
	}
	
	h6, .h6{
		
	}
}
@media (min-width: 1440px) {
	h1, .h1{
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}

/*  ----------------------------------------------------------	*/
/*  						home 	  						*/
/*  ----------------------------------------------------------	*/

#boxes h4{
    color: #3b3b3b;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 0.8em;
    margin-top: 0;
}

#boxes p{
    margin: 0;
    color: #5e5e5e;
    margin-bottom: 10px;
}

#boxes .more{
    display: block;
    text-decoration: none;
    color: #3b3b3b;
    font-weight: bold;
    font-size: 13px;
}

#latest-news{
    margin-top: 32px;
}

#index-social{
    background-color: #BED62F;
    padding: 35px 0;
}

.owl-item .card {
    box-shadow: none !important;
    border: 1px solid #e5e5e5;
}

/*  ----------------------------------------------------------	*/
/*  						Categories 	  						*/
/*  ----------------------------------------------------------	*/
.card{
	border: 1px solid transparent;
	transition: all .5s;
	box-shadow: 0 25px 98px 0 rgba(0,0,0,.1);
	border-radius:0px;
}

.catItem .card-img-top{
	border-radius:0px;
}
.catItem.card:hover{
	border-color: #999;
	transition: all  .5s;
	box-shadow: 0 15px 50px 0 rgba(0,0,0,.2);
}

.catItem.card .card-image{
	overflow:hidden;
}

.catItem.card .card-img-top{ transition: all .5s ease-in-out; }
.catItem.card:hover .card-img-top { transform: scale(1.2); }

.catItem.card .card-body{
	border-color: transparent;
}

.catItem.card .card-footer{
	border-color: transparent;
	background-color:transparent;
	color: #333333;
}


.catItem .catDesc{
	font-size:90%;
	font-weight:300;
}
.catItem.card .card-footer .fa{
	font-size:12px;
}

@media only screen and (max-width: 767px){
    .account-card-inner .border-right{
        border-right: none !important;
    }
}

@media only screen and (max-width: 391px){
	.card-footer{
		font-size: 14px;
	}
}

/*  ----------------------------------------------------------	*/
/*  						Products  	  						*/
/*  ----------------------------------------------------------	*/
.prodItem {
    transition: all .5s;
}
.prodItem:hover {
	border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.prodItem .card-footer{
	background:  transparent;
	border-top:0px;
	font-size:85%;
}

.prodItem .form-control{
	font-size:95%;
}

.prodItem .card-footer form{
	margin-bottom: 0px;
}

.prodItem{
	
}

/*  ----------------------------------------------------------	*/
/*  						Breadcrumb  	  						*/
/*  ----------------------------------------------------------	*/
.breadcrumbWrap{
/*	background: #333333;
	color: #fff;*/
	text-align:center;
}

.breadcrumb{
	background: transparent;
	margin-bottom: 0px;
}

.breadcrumbWrap .breadcrumb p{
	margin-bottom: 0px;
	display: none;
}

.breadcrumbWrap .breadcrumb .active p{
	display:block;
}

.breadcrumbWrap.custom .breadcrumb-item + .breadcrumb-item::before{
	display:none;
}

.breadcrumbWrap:not(.custom) .breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255,255,255,.7);
	padding-left: .5rem;
}

.breadcrumbWrap:not(.standard) .breadcrumb-item{
	opacity: 0.6;
}
.breadcrumbWrap .number{
	background: #fff;
	color: #333333;
	display:inline-block;
	height: 25px;
	width: 25px;
	text-align:center;
	line-height: 25px;
	border-radius: 50%;
	margin-bottom: 5px;
	margin-top:10px;
	margin-bottom:15px;
	font-weight:600;
	font-size:0.8rem;
}

.breadcrumbWrap .breadcrumb-item a {
	color: #fff;
}

.breadcrumbWrap .breadcrumb-item.active {
    color:  #fff;
	opacity: 1;
}

.breadcrumbWrap .breadcrumb-item.active .number{
	opacity: 1;
	height: 40px;
	width:40px;
	margin-top:0px;
	margin-bottom: 10px;
	line-height: 40px;
	font-size:1rem;
}

.breadcrumbWrap .breadcrumb-item + .breadcrumb-item {
    padding-left: 0rem;
}

@media (min-width: 576px) {
	.breadcrumbWrap .breadcrumb p{
		display: block;
		min-width:120px;
	}
}


/*  ----------------------------------------------------------	*/
/*  					Contact Form 	 						*/
/*  ----------------------------------------------------------	*/

.time-slot{
	display:block;
	font-weight: 400;
	text-align:center;
	background: #d82189;
	color: #fff;
	font-size:1.2rem;
	padding: 10px;
	line-height: 30px;
	transition: all .5s ease;
	cursor:pointer;
}

.time-slot:hover{
	color: #fff;
	text-decoration: none;
	font-size:1.4rem;
	transition: all .5s ease;
}


.pricingType_Saver, .pricingType_Peak, .pricingType_Peak_Plus, .pricingType_Peak_Plus_Party{
    width: 100px;
    /*color: #222d5b;*/
}

@media only screen and (max-width: 800px){
	.time-slot{
		font-size: 1rem;
		padding: 4px;
	}
}

/*  ----------------------------------------------------------	*/
/*  					H1 TITLe letters 	 						*/
/*  ----------------------------------------------------------	*/

h1.index-h1 span:nth-child(1n){
    color: #739e83;
}

h1.index-h1 span:nth-child(2n){
    color: #d97fb3;
}

h1.index-h1 span:nth-child(3n){
    color: #eab74e;
}


/*  ----------------------------------------------------------	*/
/*  					CMS STYLES  	 						*/
/*  ----------------------------------------------------------	*/

.circle-wrap{
    border-radius: 100%;
    height: 100px;
    width: 100px;
    margin-bottom: 1rem;
    color: #fff;
    position: relative;
}

.circle-yellow{
    background-color: #ffca03;
}

.circle-green{
    background-color: #7d8e1c;
}

.circle-light-green{
    background-color: #BED62F;
}

.circle-yellow:before{
    content: '\f017';
}

#boxes .circle-yellow:before{
    content: '\f1d8';
}

.circle-green:before{
    content: '\f05a';
}

.circle-light-green:before{
    content: '\f019';
}

.circle-yellow:before, .circle-green:before, .circle-light-green:before{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle-wrap .far, .circle-wrap .fas{
    font-size: 38px;
}

.table td, .table th {
    vertical-align: middle;
}

.table thead{
    background-color: #ffca03;
}

.info-title-wrap{
        /*background: #576314;*/
    background: #BED62F;
    padding: 12px 12px 5px 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-size: 0.9em;
    /*color: #F0F0F0;*/
    color: #1c1c1d;
}

.info-title{
    font-size: 1.2em;
    /*color: #fff;*/
    color: #1c1c1d;
}

.info-price{
    /*background: #81921d;*/
    background: #BED62F;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    padding: 5px 15px 10px 15px;
    color: #1c1c1d;
    font-size: 1em;
    /*border-top: 1px solid #1c1c1d;*/
}

.faq-card .faq-card-header {
    background-color: #ffca03;
}

.btn-link.btn-faq-link{
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}

.faqs-container .card{
    box-shadow: none;
}

.faq-card-body{
    border: 1px solid #e2e2e2;
    color: #333333;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bottomSection{
    background-color: #e7edea;
    margin-bottom: -45px;
    padding: 3rem 0;
}

/*********************************************
 *                  OUR MENU                 *
 ********************************************/
.menu-wrap:after{
content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    /*bottom: 0;*/
    top: 70px;
    left: 0;
    background: #ffca03;
    -webkit-mask: url(/assets/images/mask-top.svg) repeat-x 100% 100%;
    mask: url(/assets/images/mask-top.svg) repeat-x 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    z-index: 1;
    mask-position: 10px bottom;
    transform: rotate(180deg);
}

.menu-wrap:before{
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    background: #ffca03;
    -webkit-mask: url(/assets/images/mask-top.svg) repeat-x 100% 100%;
    mask: url(/assets/images/mask-top.svg) repeat-x 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    z-index: 1;
    mask-position: 10px bottom;
}

.menu-wrap .table-bordered thead td, .menu-wrap .table-bordered thead th{
    border: none !important;
}

/******************************************************
 *                      DOWNLOADS                     *
******************************************************/

.btnOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}

.download-card.card{
    font-weight: 600;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.btnOverlay:hover ~ .download-card{
    background-color: #BED62F;
    color: #221d1d;
}
/**/
/*.btnOverlay:hover ~ .download-card .card-body{*/
/*    color: #576314;*/
/*}*/