@charset "utf-8";
/* CSS Document */

/*--- bgcolor ---*/

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#faf7ed;
}
.BgColor2 {
	background-color:#161616;
}
/*--Bg--*/

.TopBg {
	background:url(https://cdn9.bigcommerce.com/s-hrmexo41/templates/__custom/Styles/custom-images/top-bg.jpg) repeat-x center top;
}
.TopMainBg {
	background: url(../custom-images/bg/top-bg.jpg) repeat-x center top;
	/*height: 85px;*/
	height: auto;
}
.InnerNavBg {
	background: url(../custom-images/bg/menu-bg.jpg) repeat-x center;
	height: 62px;
}
.NavBg {
	background:url(../custom-images/bg/menu-bg.jpg) repeat-x center;
	height:62px;
}
.IdxHeaderBg {
	background:url(../custom-images/bg/idx-header.jpg) no-repeat center;
	height:596px;
}
.BottomBg{
	background:url(../custom-images/bg/top-bg.jpg) repeat center top;
	height:25px;
	margin-bottom:100px;
}
.InnerBottomBg {
    background: url(../custom-images/bg/top-bg.jpg) repeat scroll center top transparent;
    height: 25px;
    margin-bottom: 20px;
}
.RetailBg {
	background:url(../custom-images/bg/retail-location-bg.jpg) no-repeat center;
	height:144px;
	width:91%;
	margin:30px auto 0px;
}
.IdxTopBg {
	background:url(../custom-images/bg/banner-top-bg.png) repeat-x center;
	height:47px;
}
.IdxBottomBg {
	background:url(../custom-images/bg/banner-bottom-bg.png) repeat center;
	padding-bottom:70px;
}
.CorporateBg {
	background:url(../custom-images/bg/corporate-bg.png) repeat center;
	padding:15px 0px 0px;
	width:91%;
	margin:0px auto;
}
.RedBg {
	background:url(../custom-images/bg/red-bg.jpg) repeat-x center;
	height:52px;
	width:100%;
	position: relative;
	margin-top: -50px;
	z-index: 0;
}
.FooterBg {
	background:url(../custom-images/bg/footer-bg.jpg) repeat;
	padding-bottom:0px;
}
.InnerHeaderBg {
	background:url(../custom-images/bg/inner-header-bg.jpg) no-repeat center;
	height:356px;
}
.OrderedBg {
	background:url(../custom-images/bg/orderedbg.png) no-repeat center bottom;
	height:458px;
	margin-bottom:-30px;
}
.FundraisingFormBg{
	background:url(../custom-images/bg/fundraising-form-bg.png) no-repeat center bottom;
	height:611px;
}
.WholesaleFormBg{
	background:url(../custom-images/bg/orderedbg.png) no-repeat center bottom;
	height:458px;
	margin-bottom:-30px;
}
.CorporateFormBg {
	background:url(../custom-images/bg/cor-form-bg.png) no-repeat center top;
	height:425px;
}
.Bg{
	background:url(../custom-images/bg/bg-1.jpg) repeat;
}
.Bg2 {
	background:url(../custom-images/bg/bg-2.jpg) repeat;
}
/*   End    */

/*   Date   */

.DateBg {
	background:url(https://cdn9.bigcommerce.com/s-hrmexo41/templates/__custom/Styles/images/date-bg.png) no-repeat center top;
	width:28px;
	height:58px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.DateBg h6 {
	font-size:24px;
	padding-top:11px;
	padding-bottom:1px;
}

/*   End   */

/*--Line--*/

.DoubleLine {
	background:url(https://cdn9.bigcommerce.com/s-hrmexo41/templates/__custom/Styles/images/double-line.gif) repeat-x center;
}
.DottedLine	{
	background:url(https://cdn9.bigcommerce.com/s-hrmexo41/templates/__custom/Styles/images/dotted-line.gif) repeat-x center;
}
.HorLine {
	background:url(../custom-images/hor-line.gif) repeat-x center;
}
.VerLine {
	background:url(https://cdn9.bigcommerce.com/s-hrmexo41/templates/__custom/Styles/images/line.gif) repeat-y center;
}
.Border {
	border:1px solid #FFFFFF;
}
.BorderTable {
	border:1px solid #dcdcdc;
}
.BorderImg {
    border:5px solid #ffffff;
}
.LineElement {
	background:url(../custom-images/hor-line.gif) repeat-x center;
	margin:22px auto;
	height:1px;
	width:45%;
}

/*---------------*/

/*--------  round shadow css   -------------*/

.Radius {
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.PicBg img {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);	
	padding:2%;
	width:96%;
	background-color:#fff;
}

.ImgPresent Img, .ImgPresent iframe {
	width:100%;
}

/*-----------Text Btn Bg---------------*/

.Button1 {
	display:inline-block;
    font-family:Arial, "Times New Roman", Times, Serif;
	font-weight:bold;
	color:#ffffff;
	font-size:13px;
	text-align:center;
	line-height:30px;
}
.Button1 a{
	display:block;
	background-color:#8b1007;
	color:#fff;
	
	padding-left:18px;
	padding-right:18px;
	
	webkit-border-radius: 5px;
	moz-border-radius: 5px;
	border-radius: 5px;
}
.Button1 a:hover{
	display:block;
	background-color:#131313;
	color:#ffffff;
}

/*  End  */

/*All Buttons*/

.FacebookIcon {
	display:block;
	width:47px;
	height:46px;
	float:left;
	margin-right:20px;
}
.FacebookIcon a{
	display:block;
	background-image:url(../custom-images/icons/fb.png);
	background-repeat:no-repeat;
	height:46px;
	text-indent:-99999px;
}
.FacebookIcon a:hover{
	display:block;
	background-image:url(../custom-images/icons/fb-hover.png);
	background-repeat:no-repeat;
	height:46px;
	text-indent:-99999px;
	-webkit-animation:300ms ease-out 0s normal none 1 zoomitbig;
    -moz-animation:300ms ease-out 0s normal none 1 zoomitbig;
	-o-animation:300ms ease-out 0s normal none 1 zoomitbig;
	-ms-animation:300ms ease-out 0s normal none 1 zoomitbig;
	 animation: 300ms ease-out 0s normal none 1 zoomitbig;
}

.TwitterIcon {
	display:block;
	width:47px;
	height:46px;
	float:left;
	margin-right:20px;
}
.TwitterIcon a{
	display:block;
	background-image:url(../custom-images/icons/twitter.png);
	background-repeat:no-repeat;
	height:46px;
	text-indent:-99999px;
}
.TwitterIcon a:hover{
	display:block;
	background-image:url(../custom-images/icons/twitter-hover.png);
	background-repeat:no-repeat;
	height:46px;
	text-indent:-99999px;
	-webkit-animation:300ms ease-out 0s normal none 1 zoomitbig;
    -moz-animation:300ms ease-out 0s normal none 1 zoomitbig;
	-o-animation:300ms ease-out 0s normal none 1 zoomitbig;
	-ms-animation:300ms ease-out 0s normal none 1 zoomitbig;
	 animation: 300ms ease-out 0s normal none 1 zoomitbig;
}
.PinterstIcon {
	display:block;
	width:46px;
	height:46px;
	float:left;
	margin-right:20px;
}
.PinterstIcon a{
	display:block;
	background-image:url(../custom-images/icons/pinterest.png);
	background-repeat:no-repeat;
	height:46px;
	text-indent:-99999px;
}
.PinterstIcon a:hover{
	display:block;
	background-image:url(../custom-images/icons/pinterest-hover.png);
	background-repeat:no-repeat;
	height:46px;
	text-indent:-99999px;
	-webkit-animation:300ms ease-out 0s normal none 1 zoomitbig;
    -moz-animation:300ms ease-out 0s normal none 1 zoomitbig;
	-o-animation:300ms ease-out 0s normal none 1 zoomitbig;
	-ms-animation:300ms ease-out 0s normal none 1 zoomitbig;
	 animation: 300ms ease-out 0s normal none 1 zoomitbig;
}
.YelpIcon {
	display:block;
	width:47px;
	height:46px;
	float:left;
}
.YelpIcon a{
	display:block;
	background-image:url(../custom-images/icons/yelp.png);
	background-repeat:no-repeat;
	height:46px;
	text-indent:-99999px;
}
.YelpIcon a:hover{
	display:block;
	background-image:url(../custom-images/icons/yelp-hover.png);
	background-repeat:no-repeat;
	height:46px;
	text-indent:-99999px;
	-webkit-animation:300ms ease-out 0s normal none 1 zoomitbig;
    -moz-animation:300ms ease-out 0s normal none 1 zoomitbig;
	-o-animation:300ms ease-out 0s normal none 1 zoomitbig;
	-ms-animation:300ms ease-out 0s normal none 1 zoomitbig;
	 animation: 300ms ease-out 0s normal none 1 zoomitbig;
}



@-webkit-keyframes zoomitbig {
15%, 40%, 75%, 100% {
-webkit-transform-origin:center center;

}
15% {
-webkit-transform:scale(1.4, 1.2)
}
40% {
-webkit-transform:scale(0.9, 0.9)
}
75% {
-webkit-transform:scale(1.08, 1)
}
100% {
-webkit-transform:scale(1, 1)
}
}
@-moz-keyframes zoomitbig {
15%, 40%, 75%, 100% {
-moz-transform-origin:center center
}
15% {
-moz-transform:scale(1.4, 1.2)
}
40% {
-moz-transform:scale(0.9, 0.9)
}
75% {
-moz-transform:scale(1.08, 1)
}
100% {
-moz-transform:scale(1, 1)
}
}


/*  Button Effects */




.SubmitBtn {
	width:140px;
	margin:5px 0px 10px 20px;
}
.SubmitBtn a {
	display: block;
	width: 140px;
	font-size: 17px;	
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height:45px;
	overflow: hidden;
	text-decoration: none;
	font-family: 'BebasRegular';
	text-transform:uppercase;
	background-color:#e5c30e;
}
.SubmitBtn a span {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	left: 0;
	top: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 9px 0;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
	transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
	box-shadow: none;
	color: #000;
	line-height:28px;
}
.SubmitBtn a span:first-of-type {
	z-index: 1;
}

.SubmitBtn a span:last-of-type {
	background: #000;
	left: -100%;
}
.SubmitBtn a:hover span {
	left: 0;
	color: #fff;
	display:block;
}


.a-btn{
    width:71px;
    height:71px;
     display:block;
    background:url(../custom-images/img/click-here.png) no-repeat;
    position:relative;
   -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn span{
    display:block;
    width:31px;
    height:31px;
    padding:20px;
    text-align:center;
    font-size:14px;
    color:#fff;
    line-height:17px;
	font-family: 'BebasRegular';
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn span:nth-child(1), 
.a-btn span:nth-child(3){
    position:absolute;
    top:0px;
    left:0px;
    font-size:14px;
    line-height:17px;
    opacity:0;
}
.a-btn span:nth-child(1){
    background:transparent url(../custom-images/img/click-span.png) no-repeat center center;
   opacity:0.1;
}
.a-btn:hover{
    /*background:url(https://cdn9.bigcommerce.com/s-hrmexo41/templates/__custom/Styles/images/img/click-here.png) no-repeat;*/
 	background:#000;  
}
.a-btn:hover span:nth-child(3){
    opacity:1;
}
.a-btn:hover span:nth-child(2){
    opacity: 1; 
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
.a-btn:hover span:nth-child(1){
    -webkit-animation:rotate 1s linear;
    -moz-animation:rotate 1s linear;
    animation:rotate 1s linear;
}
@keyframes rotate{
    0% { transform: scale(1) rotate(0);}
    50% { transform: scale(0.5) rotate(180deg);}
    100% { transform: scale(1) rotate(360deg);}
}
@-webkit-keyframes rotate{
    0% { -webkit-transform: scale(1) rotate(0);}
    50% { -webkit-transform: scale(0.5) rotate(180deg);}
    100% { -webkit-transform: scale(1) rotate(360deg);}
}
@-moz-keyframes rotate{
    0% { -moz-transform: scale(1) rotate(0);}
    50% { -moz-transform: scale(0.5) rotate(180deg);}
    100% { -moz-transform: scale(1) rotate(360deg);}
}




/*    End   * /


/* -------------------------- Cart Btn ---------------------------- */


.CartBtn{
	
	display:block;
    position:relative;
	width:165px;
	height: 47px;
	margin:12px 0px;
	overflow:hidden;
	background:url(../custom-images/bg/faq-que-bg.jpg) repeat;
	color:#fff !important;
	padding:0px 10px;
	
		-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	cursor:pointer;
}

.CartBtn-text{
    font-family: 'BebasRegular';
	color:#ffffff;
	font-size:20px;
	text-align:center;
	line-height:50px;
	text-transform:uppercase;
	margin-left:50px;
	background: transparent;
	border: none;
	cursor:pointer;
}
.CartBtn-slide-icon{
    position:absolute;
    top:10px;
    width:20px;
    height:18px;
    background:transparent url(../custom-images/icons/cart.png) no-repeat top left;
    left:15px;
}

.CartBtn:hover{
	background:url(../custom-images/bg/red-bg.jpg) repeat;
	color:#e5c30e !important;
}
.CartBtn:hover .CartBtn-slide-icon{
    -webkit-animation:slideRight 0.9s linear infinite;
    -moz-animation:slideRight 0.9s linear infinite;
    animation:slideRight 0.9s linear infinite;
}
.CartAni {
	width:50px;
	height:30px;
	position:absolute;
	left:0px;
	top:5px;
	display:block;
	overflow:hidden;
}
.CartBtn:active{
  background-color:#e74c3c;
	color:#fff !important;

	padding:0px 15px;
	
	webkit-border-radius: 5px;
	moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow:  0px 4px 0px 0px rgba(187, 55, 47, 1);
	-moz-box-shadow:     0px 4px 0px 0px rgba(187, 55, 47, 1);
	box-shadow:          0px 4px 0px 0px rgba(187, 55, 47, 1);
}
@keyframes slideRight{
    0% { left: -30px; }
    100% { left: 80px;}
}
@-webkit-keyframes slideRight{
    0% { left: -30px; }
    100% { left: 80px;}
}
@-moz-keyframes slideRight{
    0% { left: -30px; }
    100% { left: 80px;}
}



/*  End */


.QuoteBtn {
	width:160px;
	margin:15px auto;
}
.QuoteBtn[role="QuoteBtn1"]  {
	width:160px;
	margin:5px 0px;
}
.QuoteBtn a {
	display: block;
	width: 160px;
	font-size: 20px;	
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height:52px;
	overflow: hidden;
	text-decoration: none;
	font-family: 'BebasRegular';
	text-transform:uppercase;
	background:url(../custom-images/bg/red-bg.jpg) repeat;
}
.QuoteBtn[role="ContactBtn"] a {
	background:url(../custom-images/bg/faq-que-bg.jpg) repeat;
}
.QuoteBtn[role="FindBtn"] a {
	background:url(../custom-images/bg/faq-que-bg.jpg) repeat;
}
.QuoteBtn a span {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	left: 0;
	top: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
	transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
	box-shadow: none;
	color: #fff;
	line-height:52px;
}
.QuoteBtn a span:first-of-type {
	z-index: 1;
}

.QuoteBtn a span:last-of-type {
	background: #000;
	left: -100%;
}
.QuoteBtn[role="ContactBtn"] a span:last-of-type {
	background:#910006;
}
.QuoteBtn[role="FindBtn"] a span:last-of-type {
	background:#910006;
	background:rgba(145, 0, 6, 0.75);
}
.QuoteBtn a:hover span {
	left: 0;
	color: #fff;
	display:block;
}