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

body{margin-top:50px; font-family:Arial, Helvetica, sans-serif;}
.brdr{border:#CCC solid 1px; padding-bottom:15px;}
p{color:#777777; font-size:13px;}

.navbar{margin-bottom:0; background:#ffcc00; border-bottom:#FFF solid 1px; border-radius:0;}

.colorred{color:#cd0303;}
.colorwhite{color:#FFF;}
.coloryellow{color:#FF0;}
.colorblue{color:#19588e;}


.navbar-default {
    background-color: #ffcc00; 
    border-bottom:#FFF solid 1px; border-radius:0;
	 -webkit-box-shadow: inset 0px -10px 10px -6px #ff9000;
-moz-box-shadow: inset 0px -10px 10px -6px #ff9000;
box-shadow: inset 0px -10px 10px -6px #ff9000;
}
.navbar-default .navbar-nav > li > a {
    color: #000000; border-right:#c37802 solid 1px; border-left:#ffffff solid 1px; 
}

.navbar-default .navbar-nav > li > a:hover {
    color: #000000; background:#ff9c00; 
	-webkit-box-shadow: inset 0px -10px 10px -6px #985d04;
-moz-box-shadow: inset 0px -10px 10px -6px #985d04;
box-shadow: inset 0px -10px 10px -6px #985d04;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #aa1111;
    color: #ffffff; -webkit-box-shadow: inset 0px -10px 10px -6px #730606;
-moz-box-shadow: inset 0px -10px 10px -6px #730606;
box-shadow: inset 0px -10px 10px -6px #730606;
}


.redbg{background:#aa1111; -webkit-box-shadow: inset 0px 8px 10px -6px #730606;
-moz-box-shadow: inset 0px 8px 10px -6px #730606; padding-top:6px; padding-bottom:6px;
box-shadow: inset 0px 8px 10px -6px #730606; color:#FFF;  font-size:12px; line-height:25px;
}

.footerbg{background:#212325; padding:25px 0;}
.footerbg2{background:#000000; border-top:#2c2c2c solid 1px; padding:10px 0; }

.marquee {
  height: 25px;
  width: 100%; line-height:25px;

  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  
  height:auto;

  position: absolute;
  overflow: hidden;

  animation: marquee 20s linear infinite;
}

.marquee span {
  float: left;
  width: 100%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}


.logo{margin:20px 0;}

.jk-slider{
    width:100%;
}
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}
/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background:none;
    opacity: .7;
}

.prbg{background:#ebebeb; padding-top:25px; padding-bottom:10px; margin-top:25px;}
.prbg2{background:#FFF; border:#cccccc solid 1px; padding-top:10px;}

.button{background:#ffcd03; border:none; color:#000;  font-size:12px; }
.button:hover{background:#00d8ff;}

.button2{background:#cd0303; border:none; color:#ffffff; font-size:12px; }
.button2:hover{background:#000000;}

.hr {
height: 1px;
color: #ffffff;
background-color: #ffffff;
border: none;
}

.paddingbottom{padding-bottom:20px;}
.paddingtopbottom{padding-bottom:20px; padding-top:25px;}

#backToTop{
    position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
    color: #fff;
    background: rgba(0,0,0,0.3);
    border: none;
}

.footermenu{color:#FFF; }

.list-unstyled li a{color:#FFF; padding-bottom:10px; padding-top:10px;  }

.jumbotron {
    position: relative;
    background: #ecbd54 url(../images/jubbotron-bg.jpg) center center fixed;
    width: 100%;
    height: 100%;
    background-size: cover; color:#FFF;
    overflow: hidden;
	-webkit-box-shadow: inset 0px 0px 36px 8px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 36px 8px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 36px 8px rgba(0,0,0,0.75);

}


#box{
    border: 1px solid rgb(253, 150, 81);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgb(253, 150, 81)
    border-radius: 4px;
    top:50px;
}

.paddingall{ padding:0 0 0 0;}
.marginbtm{margin-bottom:20px;}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align:center;
  cursor: default;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: transperent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: #000;
}
.hovereffect img {
  display: block;
  position: relative;
}
.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: #000;
  -webkit-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  margin:0px;
}

.hovereffect p.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #414141;
  background-color: #000000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 7px;
}

.hovereffect:hover p.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect p.info:hover {
  box-shadow: 0 0 1px #000000;
}


.product-item {
    padding: 15px;
    background: #f3f3f3;
    margin-top: 20px;
    position: relative;
}
.product-item:hover {
    box-shadow: 5px 5px rgba(234, 234, 234, 0.9);
}
.product-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height:0;
}
.sticker {
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 63px;
}
.sticker-new {
    background: url(../images/new.png) no-repeat;
    left: auto;
    right: 0;
}
.pi-img-wrapper {
    position: relative;
}
.pi-img-wrapper div {
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
}
.product-item:hover>.pi-img-wrapper>div {
    display: block;
}
.pi-img-wrapper div .btn {
    padding: 3px 10px;
    color: #fff;
    border: 1px #fff solid;
    margin: -13px 5px 0;
    background: transparent;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    line-height: 1.4;
    font-size: 12px;
}
.product-item .btn:hover {
    background: #e84d1c;
    border-color: #c8c8c8;
}

.product-item h3 {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.product-item h3 a {
    color: #3e4d5c;
}
.product-item h3 a:hover {
    color: #E02222;
}
.pi-price {
    color: #e84d1c;
    font-size: 18px;
    float: left;
    padding-top: 1px;
}
.product-item .add2cart {
    float: right;
    color: #ffffff;
    border: 1px #ededed solid; background: #3a3a3a;
    padding: 3px 6px;
    text-transform: uppercase;
}
        .product-item .add2cart:hover {
            color: #fff;
            background: #e84d1c;
            border-color: #e84d1c;
        }



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

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

