﻿/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */   /* Yellow Color  #f9ff00, Background Color  #000 */
html,
body,
.view {
height: 100%; 
font-family: 'Noto Sans', sans-serif;
color: #000000;
/*font-family: 'Lato', sans-serif;*/
}

a{ 
   color: #f9ff00 !important;
    background-color: #000;
    padding: 0px 4px;
   }
   
   
img, .carousel-item > div{border:none;
-webkit-filter: grayscale(100%)!important;
-moz-filter: grayscale(100%)!important;
-o-filter: grayscale(100%)!important;
-ms-filter: grayscale(100%)!important;
filter: grayscale(100%)!important;
filter: gray!important;
}
.header-top{ background:#000000 url('../img/bg_top_mono.gif') left top repeat-x !important;}

/* Top Menu */
.top-menu{
    margin: 6px auto 10px auto;
    padding: 2px 10px;
    border-radius: 5px;}
.top-menu li a{ font-size:12px; color:#f9ff00!important; line-height: 26px; font-weight: 600;}
.top-menu li a:hover{ color:#ffffff!important;}
.top-menu li a i{ font-size:1.5em; padding-right:4px; color: #ffffff;}


/* Accessibility Menu*/
.accessibility-menu{ 
    background-color: #000000;
    margin: 6px auto 10px auto;
    padding: 1px 10px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    }
.accessibility-menu li a{ font-size:12px;color: #f9ff00!important; line-height: 26px; font-weight: 600;}
.accessibility-menu li a:hover{ color:#ffffff!important;}

/* Header */

header{
padding:0px;
}

.logo-name{
	    font-family: 'Lato';
    font-weight: 500;
    color: #9E9E9E;
    font-size: 15px;
    margin-left: -15.00%;
    display: inline-block;
}

.main-header{
    background-color: #ffffff;
    /* min-height: 113px; */
    padding: 10px 0px;
    }
/* Nav Bar */

.nav-main{
	     background: #93b725 url(../img/bg-main-menu_mono.gif) left top repeat-x;
}

 .nav-main ul li{ line-height:20px;}
.nav-main ul li a{
    color: #f9ff00!important;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.13);
    }



.nav-main ul li.nav-item{
   margin-right: 20px;
    line-height: 24px;
 }
.nav-main ul li.nav-item a{
    font-size: 16px;
    font-weight: 400;
    text-shadow:none;
    border-bottom: 1px solid #e6e6e6;
    }
.nav-main ul li.nav-item a:hover{
    border-bottom: 1px solid #cccccc;
    }


/* Mega Menu Nav Bar */
.opac-special-color {
    background-color: #000000 !important;
    opacity: 0.85;

}
.navbar .mega-dropdown {
  position: static !important; }

.navbar .dropdown-menu.mega-menu {
  width: 100%;
  border: none;
  border-radius: 0; }
  .navbar .dropdown-menu.mega-menu.v-2 a {
    padding: 15px 10px 10px 35px; }
    .navbar .dropdown-menu.mega-menu.v-2 a.news-title-2 {
      font-weight: 500;
      font-size: 1.1rem;
      line-height: 1.5;
      -webkit-transition: .2s;
      transition: .2s;
      color: #fff !important; }
      .navbar .dropdown-menu.mega-menu.v-2 a.news-title-2:hover {
        color: #d0d6e2 !important; }
  .navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul {
    list-style: none; }
    .navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li {
      -webkit-transition: .3s;
      transition: .3s; }
      .navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li:hover {
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-transition: .3s;
        transition: .3s; }
      .navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li a:after {
        font-family: "fontAwesome";
        content: '\f0da';
        position: absolute;
        left: 0.5rem;
        font-size: 12px;
        top: 1rem; }
  .navbar .dropdown-menu.mega-menu.v-2 .sub-menu a.menu-item {
    color: #fff !important; }
    .navbar .dropdown-menu.mega-menu.v-2 .sub-menu a.menu-item:hover {
      color: #fff !important; }
  .navbar .dropdown-menu.mega-menu.v-2 .sub-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid; }
  .navbar .dropdown-menu.mega-menu.v-2 .font-small {
    font-size: 0.85rem; }

.navbar .dropdown-menu a {
    padding: 5px 10px;
    font-size: 0.9375rem;
    font-weight: 300;
    color: #f9ff00 !important;
}
.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu {
    background: #000000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 2px solid #000000;
    border-left: 1px solid #ccd4b4;
    border-right: 1px solid #ccd4b4;
}
.btco-hover-menu .collapse ul > li:hover > a {
    background: #00000012;
    color: #000000!important;
}
.btco-hover-menu .collapse ul > li:hover > a.nav-link {
    background: #00000012;
    color: #ffffff!important;
}
/* Half Page Carousel itself*/
.carousel {
  height: 50%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

/* Adjustment for mobile devices*/
@media (max-width: 776px) {
  .carousel {
    height: 100%; } }
    
    
/* Top Options */    
.bg-green {
    background-color: #000 !important;
}
#top-options{
 min-height:50px;
 color:#1c1c1c;
}   
 
.top-options-box {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
}
.top-options-context a {    color: #f9ff00;
    background: #000000 url(../../Images/bullet01.gif) 0px center no-repeat;
    padding: 1px 10px 5px 10px;
    margin-left: 10px;}
.top-options-context a:hover{ text-decoration:underline;}
    
.head-store-location{
	    font-weight: 600;
    /* letter-spacing: 0.1em; */
    font-size: 15px;
        color: #1c1c1c;
    vertical-align: top;
    padding-top: 3px;
    padding-left: 6px;
    display: inline-block;
}  
    
.head-store-location small{
	letter-spacing:normal;
		
}
.head-slogan-p1{
	 text-align:center;
	  font-weight:600;
	 letter-spacing:0.2em;
	 font-size:14px;
	 color:#fff;
	 text-transform:uppercase;  
}
.text-slogan-p1 {
color:#03A9F4;
	 font-size:14px;
	  font-weight:600;
	 text-align:center;
}      
.head-slogan-p2{
	 text-align:center;
	  font-weight:600;
	 letter-spacing:0.2em;
	 font-size:14px;
	 color:#fff;
	 text-transform:uppercase;  
}
.text-slogan-p2 {
color:#ffd200;
	 font-size:14px;
	  font-weight:600;
	 text-align:center;
}   

.head-slogan-p3{
	 text-align:center;
	  font-weight:600;
	 letter-spacing:0.2em;
	 font-size:14px;
	 color:#fff;
	 text-transform:uppercase;  
}
.text-slogan-p3 {
color:#0fd800;
	 font-size:14px;
	  font-weight:600;
	 text-align:center;
}   
    
/* Featured Products */    
.featured-product-head {
	background-color: #fff;
    position: absolute;
    z-index: 2;
    text-align: center;
    left: 35%;
    width: 30%;
    font-family:"Old Standard TT", serif;
    
} 
.product-head-border{
	position: absolute;
    top: 4px;
    width: 100%;
    z-index:1;
}    
 
.featured-captions{
	position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
    /* height: 50px; */
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 0px 20px #00000075;
}  



/* Best Sellers Products */    
.bestseller-head {
	background-color: #FAF9F5 ;
    position: absolute;
    z-index: 2;
    text-align: center;
    left: 35%;
    width: 30%;
    font-family:"Old Standard TT", serif;
    
} 
.bestseller-head-border{
	position: absolute;
    top: 4px;
    width: 100%;
    z-index:1;
}    
 

	   .bg-best-seller {
    background-color: #060606;
    color: #fff;
}

    
.bestseller-captions {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0px 1.5rem 5px 1.5rem ;
    font-size: 18px;
    font-family:'Signika';

    text-align:left;
    color: #ffffff;
    text-shadow: 0px 0px 20px #00000075;
}    

/* Section Clusters */

#sect-clusters{
padding:15px;
background-color: #f6f6f6;
}    
.bg-pink-dark{
background-color: #ff2a4e;
}    

#sect-clusters 	.box-culsters{

}


#sect-clusters 	.box-culsters > a {
    background: none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1;
}

#sect-clusters 	.box-culsters > a:hover {
  
    background: rgba(59, 62, 67, 0.50) none repeat scroll 0 0;
   left: 3%;
    width: 92%;   
}    
   

 
#sect-clusters 	.box-culsters .bof-tf-title-wrap {
    left: 45%;
    line-height: 0.2em;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translate(0px, -50%);
    vertical-align: top;
    width: 138px;
    z-index: 2;
}    
 
.bof-tf-title-wrap .bof-tf-sub-title {
    display: block;
    font-size: 23px;
    line-height: 1em;
    margin-bottom: 4px;
    text-transform: none;
    color: #FFF;
    font-weight: 700;
    text-align: left;
}   
    
.bof-tf-title-wrap .bof-tf-title {
    display: block;
    font-family: Garamond;
    font-size: 14px;
    font-weight: 100;
    line-height: 15px;
    text-transform: none;
    text-align: left;
    color: #fff;    
    
}

/* Bottom Section */

#bottom-section{
     background-color: #b7b7b7;
    border: 2px solid #000000;
    }
.bs-title{ 
    font-size:16px;
   color: #ffffff;
    }
.bs-content{ 
        background-color: #3a3a3a;
    border: 1px solid #ffffff;
    padding: 15px;
    height: 255px;
    }
.list-success-stories ul li{
          background: #000000;
    }
    
    
.list-success-stories ul li:nth-of-type(2n){
      background: #2f2f2f;
    }

.list-success-stories ul li a{
     color: #404239;
    }

.list-success-stories ul li a:hover{
     color:#000000;
    }
    
.list-success-stories ul li a::before{   
     font-family:'FontAwesome';
     font-weight: 900;
     content:'\f2b5';
     color:#fff;
     padding-right:5px;
    }








/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #222222; }
.page-footer i {
     color: #9abb37;
} 
.list-footer li{
	margin-bottom:8px;
} 
footer.page-footer a:hover {
     text-shadow: 0px 2px 2px #00000066;
}
.contact-details-list li span{ display:inline-block;}
.contact-icons { vertical-align:top; padding-top:5px;}
.head-visit-counter { font-family:Oswald; font-size:14px; font-weight:500;}
.content-visit-counter { font-family:Oswald; font-size:13px; font-weight:500; color:#fff; letter-spacing:0.1em;text-shadow: 0px 2px 2px #00000066;}
 .footer-head {
    font-weight: bold;
    color: #ffffff!important;
}
.footer-head::before {
    border-left: 5px solid #ffffff;
    padding-left: 5px;
    content: "";
}
.list-footer li {
    margin-left: 0px;
    background: #222222 url(../img/blt-01.gif) 0px 5px no-repeat;
    padding-left: 13px;
}

.list-footer li a{ color:#e6e6e6;}
.list-footer li a:hover{ color:#ffffff; text-decoration:underline;}
.breadcrumb.bread-light {
    background-color: #f9f9f9;
}

.border-success {
    border-color: #000000 !important;
}
a.text-warning {
    color: #f9ff00 !important;
}
.tabs-light-green {
    background-color: #000000!important;
}
.classic-tabs .nav.tabs-light-green li a.active {
    border-color: #f9ff00;
}
.classic-tabs .tab-content.card {
     background-color:#000000;
    }
    .tabs-violet {
    background-color: #000000!important;
}
.badge-primary {
    background-color: #000 !important;
    color: #fff !important;
}
.blue-grey {
    background-color: #000000 !important;
}



footer.page-footer .footer-copyright {
    overflow: hidden;
    background-color: #222222;
    color: #ffffff;
    font-weight: 400;
    border-top: 1px solid #ffffff;
}
.card-header { color:#fff; background-color:#000;}
.page-footer i {
    color: #ffffff;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white:active:focus, .btn-outline-white.active {
    border-color: #f9ff00 !important;
    background-color: transparent !important;
    color: #f9ff00 !important;
}
a.text-secondary{
    color: #f9ff00 !important;
}
#user-options h4{ color:#000!important;}
.breadcrumb-item.active { color: #000000;}