.padding{
    padding-top:45%;
}
body{
    overflow-x:hidden;
    font-family:'Fahkwang', sans-serif;
}

a:hover{
  text-decoration: none;
}

nav.animated:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}


/* Navbar CSS */

.navbar{
    z-index:99;
    height:60px;
    position: fixed;
    width:100%;
    margin-bottom:0;
    border-radius:0;
    border:none;
    background-color:#fff;
    /* border-bottom:1px solid #fff; */
    transition:all ease-in-out 0.2s;
    text-transform: uppercase;
    box-shadow:0 0 15px #000;
}
.navbar .navbar-brand:hover{
  color:#CE0014!important;
}

.navbar .navbar-nav li a{
    color:#CE0014;
    padding:12px;
    font-size:13px;
}
.navbar-brand{
    text-transform: uppercase;
    color:#CE0014;
    font-family:'Prompt', sans-serif
}
.navbar a.navbar-brand{
    font-size:20px;
    color:#CE0014;
    padding:20px;
    margin-top:-18px;
}
.navbar .navbar-nav .active a{
    background-color:#CE0014;
    color:#fff;
    padding:20px 10px;
}
.navbar-menu > .item{
  margin-top:9px;
}

.navbar-brand p{
  margin-left:60px;
  margin-top:-15px;
  color:#333;
}


.navbar .navbar-nav .active .dropdown-toggle:after {
  background: #CE0014;
  content: "";
  height: 60px;
  position: absolute;
  right: -10px;
  top: 0;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  transform: skew(-20deg);
  width: 25px;
  z-index:-1;
}
.navbar .navbar-nav .active .dropdown-toggle:before {
  background: #CE0014;
  content: "";
  height: 60px;
  position: absolute;
  right: 50px;
  top: 0;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  transform: skew(-20deg);
  width: 26px;
  z-index:-1;

}

.navbar-menu > .item {
  transition-duration: 0.25s;
}
.navbar-menu > .item::after {
  background-color: #CE0014;
  bottom: 0 -5px;
  top:112%;
  height: 4px;
  left: 0;
  position: absolute;
  transition-duration: 0.25s;
  width: 100%;
}
.navbar-menu > .item > .link {
  cursor: pointer;
  display: inline-block;
}
.navbar-menu.-twitter > .item:hover::after,
.navbar-menu.-twitter > .item.-active::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.navbar-menu.-twitter > .item::after {
  content: '';
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}




.navbar .navbar-nav li a:hover{
  color:#CE0014;
}
.navbar-default .navbar-nav > .active > a:hover{
  background-color:#CE0014;
  color:#fff;
}
.navbar-brand > img{display:inline;margin-top:4px;}

.navbar-nav > li > .dropdown-menu{
  background-color:#fff;
}
.dropdown-menu > li > a{
  color:#CE0014!important;
  background-color:transparent!important;
  transition: 0.2s all ease-in;
}

.dropdown-menu > li > a:hover{
  background-color:#CE0014!important;
  color:#fff!important;
}

.scroll-hover {
  max-height: 600px;
  overflow-y: scroll;
  left:-60%;
  right:auto;
}
.navbar-right .view-cart {
  margin-top: 0px;
}


@media ( min-width: 100px ) and ( max-width: 749px ) {
  .dropdown-menu > li > a {
    color: white !important;
  }

  .scroll-hover {
    max-height: 300px;
  }
}

/* ================= */


/* Carousel CSS */
  .carousel{
    border-bottom:10px solid #CE0014
  }

  .carousel-caption{
      position: absolute;
      z-index:9;
      width:100%;
      color:#fff;
      background-image: linear-gradient(to right,rgba(0,0,0,0.7) ,rgba(255,0,0,0));
      padding:18% 0;
      text-align:left;
      left:0%;
      bottom:0;
  }
  .carousel-caption h3{
    text-transform: uppercase;
  }

  .carousel-caption .container{
    margin-bottom:-2%;
  }

  .carousel-caption button{
    background-color:transparent;
    border:1px solid #fff;
    border-radius:25px;
    color:#666;
    background-color:#fff;
    font-size:20px;
  }
  .carousel-caption i{
      background-color:#CE0014;
      padding:10px;
      color:#fff;
      border-radius:25px;
      margin-left:10px;
  }



/* ================= */

/* Services CSS */
.focus-section{
  padding-bottom:0;
}

.animated1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 1.2s;
}

.animated2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 1.6s;
}

.animated3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 1.9s;
}


  .services-container .col-lg-3{
      background-color:#CE0014;
      margin:0 47px;
      z-index:99;
  }

  .jumbotron{
      margin-bottom:0;
  }
  .general-information h4{
    text-transform: uppercase;
    font-weight:900;
  }
  .general-information span{
      font-size:17px;
      font-weight:400;
  }

  .general-information{
    box-shadow: 0 0 10px #000;
  }

  .snip1581 {
    height:210px;
    font-family: 'Poppins:400,700', Arial, sans-serif;
    position: relative;
    display: inline-block;
    z-index:9;
    overflow: hidden;
    margin: 50px;
    min-width: 250px;
    max-width: 310px;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin-top:15px;
  }
  .snip1581 * {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .snip1581 img {
    max-width: 100%;
    vertical-align: top;
  }
  .snip1581 figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .snip1581 h3 {
    font-size: 29px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 3px 0;
    z-index:9;
  }
  .snip1581 .title1 {
    font-weight: 700;
  }
  .snip1581 .title2 {
    color: #fff;
    font-weight: 300;
  }
  .snip1581 .title3 {
    font-weight: 700;
    font-size: 25px;
  }
  .snip1581 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .snip1581:hover img,
  .snip1581.hover img {
    -webkit-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
  }
  
  /* .overlay {
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: rgba(131,15,26,0.9);
    opacity: .3;
  } */

.borders::after{
  content:'';
  position:absolute;
  bottom:-10% ;
  height:72px;
  width:1%;
  background-color:#333;
  left:91%;
}
.section-heading-polkadot-left-right:after{
  content: '';
  display:block;
  height:20px;
  background:url(images/long-dots.png);
  position:absolute;
  /* top:110.5%; */
  margin-top:-1.2%;
  width:37.5%;
  right:20%;
}

.featured-container .section-heading-polkadot-left-right:after{
  content: '';
  display:block;
  height:20px;
  background:url(images/long-dots.png);
  position:absolute;
  top:111.5%;
  margin-top:6.1% !important;
  width:37.5%;
  right:20%;
}
.productCat-container{
  background-color:#f2f2f2;
  padding:0px 0 25px;
}

/* ================= */

/* About Us Container */
  .parallax{
    background-image:linear-gradient(rgba(0,0,0,0.40),rgba(0,0,0,0.40)), url("images/Slide _Show_Photo_1.png");


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:0;
  }
  .parallax .container{
    /* background-color:rgba(0,0,0,0.7); */
    padding:6% 2% 5%;
    padding-left:0;
  }

  .about-container{
      color:#fff;
  }
  .about-container h2{
      text-transform:uppercase;
      padding-bottom:10px;
      margin-bottom:15px;
      margin-top:0;
      border-bottom:3px solid #CE0014;
  }
  .about-container button{
      background-color:transparent;
      border:2px solid #666;
      color:#666;
      border-radius:25px;
      font-size:20px;
  }
  .about-container i{
    padding:10px;
    border-radius:25px;
    display:inline;
    color:#CE0014;
    font-size:20px;
  }

  .about-container h3, .about-container span{
    display:inline;
  }

  .about-container span{
    margin-left:35px;
  }
  .about-container button {
    margin: 0 auto;
    font-size: 1.8rem;
    padding: .5rem 2.5rem;
    background-color: #CE0014;
    border: 1px solid transparent;
    color: #ffffff;
    font-weight: 300;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .about-container button:hover {
    background-color: #ffffff;
    color: #CE0014;
    border-color: #CE0014;
  }


/* ================= */

/* Categories CSS */
    .categories h2{
        text-transform: uppercase;
        color:#CE0014
    }
   .categories i{
     background-color:transparent;
     color:#CE0014;
   }
    .categories hr{
        width:15%;
        height:5px;
        background-color:#fff;
    }
    .productCat-container h4{
      transition:all ease-in-out 0.2s;
      font-weight:800;
    }
    .productCat-container a h4:hover{
      color:#CE0014!important;
      font-weight:800;
    }

/* ================= */

/* Products CSS */
  .featured-container .section-heading-polkadot-left-right:after{
    content: '';
    display:block;
    height:20px;
    background:url(images/long-dots.png);
    position:absolute;
    top:22.6em;
    margin-top:-13px;
    width:38%;
    right:20%;
  }
  .featured-container .section-heading-polkadot-left-right{
    margin-top:25px;
    margin-bottom:25px;
    color:#CE0014;
    text-transform:uppercase;
  }

  .card {
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    height:72%;
  }
  .card__thumbnail {
    background: fff;
    display: block;
    min-height: 22rem;
  }
  .card__content {
    padding: 0.4rem 2.4rem;
    text-align: center;
  }
  .card__title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2.4rem;
  }
  .card__title a {
    color: #2A2A2A;
  }
  .card__title a:hover {
    color: #CE0014;
  }
  .card__description {
    margin-bottom: 0.4rem;
  }
  .card__price {
    color: #CE0014;
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
  .card__btn {
    background: #CE0014;
    border-radius: 100px;
    color: white;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 1;
    padding: 1.2rem 4rem;
    text-transform: uppercase;
  }
  .card__btn:hover {
    background: #E2E2E2;
    color: #CE0014;
    border:1px solid #CE0014;
    text-decoration: none;
  }
  
  .owl-theme .owl-dots .owl-dot {
    outline: none;
  }
  .owl-theme .owl-dots .owl-dot span {
    transition: .3s;
  }
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #CE0014;
  }
  .owl-theme .owl-dots .owl-dot.active span {
    background: #CE0014;
  }
.featured-container hr{
    width:15%;
    height:5px;
    background-color:#CE0014;
}  
.featured-container{
  padding-bottom:40px;
}



/* ================= */

/* Signup CSS */
.jumbotron .btn{
  background-color:#CE0014;
  border-color:#CE0014;
  transition: all ease-in-out 0.2s;
}
.jumbotron .btn:hover{
  background-color:#fff;
  color:#CE0014;
  border-color:#CE0014
}

.jumbotron{
  padding-top:25px;
}

/* ================= */

/* Footer CSS */

.email-widget{
  float:right;
  width:72%;
}

.footer { background-color: #333333; padding-top: 80px; color: #fff; font-weight: 400; font-size: 17px; }
.footer-line { border-color: #8d8d92; }
a .ft-logo h2{
  color:#fff;
  display:inline-block
}

.footer .pull-right{margin-top:2.5%;}

.footer-widget { padding-bottom: 50px; }
.footer-title { font-weight: 600;color: #fff; }
.footer-widget ul li a { text-transform: capitalize; font-size: 17px; color: #fff; display: block;}
.footer-widget ul li a:hover { color: #fff; }
.newsletter-form { padding-top: 15px; display:inline; }
.newsletter-form .form-control { background-color: #6a6a6a; border-color: #333333;width:80%; }
.newsletter-form .form-control:focus { color: #fff; }
.newsletter-form input::-webkit-input-placeholder { color: #fff !important; }
.newsletter-form input:focus::-webkit-input-placeholder { color: #fff !important; }
.footer-widget .footer-title{margin-top:5px;}
.tiny-footer p, .tiny-footer a{color:#666;}
.footer-widget .btn{background-color:#CE0014;border:1px solid #CE0014;}

.ft-logo{display:inline;}
.ft-logo img{margin-right:30px;}


/* ================= */

/* General Page CSS */
.red-btn{
  background-color:#CE0014;
  border:none;
  color:#fff;
}

.red-icon .fa-circle{
  color:#CE0014;
}


.red-icon h2{
  color:#333333;
}

.push{
  min-height:200px;
}
.spacer{
  min-height:50px;
}
.title-BG{
  padding:5%;
  padding-top:5%;
  padding-bottom:2%;
  background-color:#f3f3f3;
  color:#2A2A2A;
  text-transform:uppercase;
}
.title-BG h2{
  font-weight:800;
}

.coming-soon{
  margin-top:5%;
  margin-bottom:5%;
}

/* ================= */

/* About Us CSS */
.aboutus-container img{
  padding-right:15px;
  padding-bottom:15px;
  margin-top:15px;
}

.return-btn{
  margin-top:10%;
}


/* ================= */

/* Product Categories */
figure.snip1477 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
figure.snip1477 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}
figure.snip1477 .title {
  position: absolute;
  top: 58%;
  left: 25px;
  padding: 5px 10px 10px;
}
figure.snip1477 .title:before,
figure.snip1477 .title:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: "";
  background-color: #ffffff;
}
figure.snip1477 .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
figure.snip1477 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: "";
  background-color: #ffffff;
}
figure.snip1477 .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
figure.snip1477 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.snip1477 h2,
figure.snip1477 h5 {
  margin: 0;
  text-transform: uppercase;
}


figure.snip1477 h3 {
  font-weight: 400;
  margin-top:25px;
}
figure.snip1477 h5 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}
figure.snip1477 figcaption {
  position: absolute;
  bottom: 42%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
}
figure.snip1477 figcaption p {
  margin: 0;
}
figure.snip1477 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1477:hover img,
figure.snip1477.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after,
figure.snip1477:hover .title div:before,
figure.snip1477.hover .title div:before,
figure.snip1477:hover .title div:after,
figure.snip1477.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}







/* ================= */

/* FAQS */
.faq-contianer .faq-btn{
  background-color:#2A2A2A;
  border:none;
  transition: 0.2s all ease-in;
  color:#fff;
}
.faq-contianer .faq-btn:hover{
  background-color:#CE0014;
}


.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1.5em 1.5em;
  background: #CE0014;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: .1em;
  transition: all .3s;
}

.accordion-header:hover {
  background: #2A2A2A;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: " > ";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #2A2A2A;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}

.accordion-active .accordion-body{
  display:block;
}


@media screen and (max-width: 1000px) {
  .accordion {
    width: 100%;
  }
}
/* ======================== */

/* Our Installations CSS */
.installation-container .col-lg-3{
  height:150px;
  overflow:hidden;
  margin-bottom:20px;
}
.previous{
  background-color:#8d8d92;
  color:#fff;
  padding:10px 15px;
}
.next{
  background-color:#CE0014;
  color:#fff;
  padding:10px 15px;
}
.number-btns{
  padding:10px 15px;
  border:1px solid #8d8d92;
}
.next-number{
  color:#CE0014;
}

@media ( min-width: 100px ) and ( max-width: 749px ) {
  .installation-container .col-lg-3 {
    height: 80px;
  }
}

@media ( min-width: 900px ) and ( max-width: 1250px ) {
  .installation-container .col-lg-3 {
    height: 120px;
  }
}

/* ======================== */

/* Contact Us */
.contact-form h2{
  margin-top:0;
  margin-bottom:30px;
  padding-left:15px;
}
.contact-form .form-control{
  border:1px solid #e5e5e5;
  box-shadow:none;
  color:#8d8d92;
}
.contact-form .btn{
  width:100%;
  text-align:center;
  background-color:#CE0014;
  border:none;
  color:#fff;
  font-weight:800;
  margin-top:20px;
}


/* ========================== */

/* Acount Login */
.form-panel .btn{
  background-color:#CE0014;
  border:none;
}

.form-panel .btn:hover{
  background-color:#CE0014;
  border:none;
}
.member-panel .panel-heading{
  background-color:#CE0014;
  color:#fff;
}
.member-panel .btn{
  background-color:#2A2A2A;
}
.member-panel .btn:hover{
  background-color:#CE0014;
}
.member-panel{
  border:none;
  box-shadow: 0 5px 7px #BCBCBC;
}

/* ========================== */

/* Products List Page CSS */

.product-panel{
  background-color:#f3f3f3;
  border:none;
  padding:.3125rem;
  border-radius:.125rem;
}
.product-panel .category-list{
  list-style:none;
}
.product-panel .category-list li{
  font-size:14px;
  text-transform: uppercase;
  padding:1.1875rem 1.25rem;
  transition:all 0.2s ease-in;
}
.product-panel .category-list a{
  color:#6a6a6a;
  font-weight:800;
}
.product-panel .category-list .active{
  background-color:#fff;
  box-shadow:0 1px 3px rgba(0,0,0,.1);
  padding:1.1875rem 1.25rem;
}
.product-panel .category-list .active a{
  color:#CE0014;
}
.product-panel ul{
  padding-left:0;
}
.product-panel .category-list li:hover{
  background-color:#fff;
  box-shadow:0 1px 3px rgba(0,0,0,.1);
  padding:1.1875rem 1.25rem;
}
.product-panel .category-list li:hover a{
  color:#CE0014;
}
.product-container{
  margin-top:20px;
}
.product-container .image-container{
  height:130px;
  overflow:hidden;
  width:100%;
}
.product-container .product-content{
  padding:10px 0;
}
.product-container .product-content h4{
  color:#2A2A2A;
  font-weight:600;
}
.product-container .product-content h3{
  color:#CE0014;
  font-weight:900;
}
.product-btn{
  background-color:#CE0014;
  color:#fff;
  padding:1.1875rem 1.25rem 1.0625rem;
}

.product-border {
  margin-bottom: 21px;
}

/* Product Media Queries */
@media ( min-width: 950px ) and ( max-width: 1250px ) {
  .product-container h4 {
    max-height: 20px;
    max-width: 100%;
    overflow: hidden;
  }

  .image-container {
    height: 90px;
  }

  .product-container .image-container img {
    width: 100%;
  }
}

@media ( min-width: 750px ) and ( max-width: 1250px ) {
  .product-image { text-align: center; }
}

/* carousel */
.media-carousel 
{
  border:none;
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
  background-color:transparent;
}
.media-carousel .carousel-inner .row{
  margin-top:15px;
}

/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: 8px;
  background-image: none;
  color:#2A2A2A;
  height: 40px;
  width : 22px;
  margin-top: 55%;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: 8px !important;
  background-image: none;
  color:#2A2A2A;
  height: 40px;
  width : 22px;
  margin-top: 55%;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 100%;
}
.media-carousel .col-md-4{
  overflow:hidden;
  height: 100px;
}

@media ( min-width: 100px ) and ( max-width:789px ) {
  .media-carousel .carousel-control.left, .media-carousel .carousel-control.right{
    margin-top: 17%;
  }
}

/* End carousel */
.tabs li {
  float: left;
  width: 20%;
}
.tabs{
  list-style:none;
  padding-left:0;
  background-color:#f7f7f7;
  margin-bottom:0;
  border-bottom: 2px solid #888;
}
.tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #888;
  padding: 20px 0;

  background: #f7f7f7;
}
.tabs a:hover,
.tabs a.active {
  background: #ddd;
  color:#CE0014;
}
.tabgroup div {
  padding: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.tabs-container{
  margin-top:30px;
}

.panel-info > .panel-red{
  background-color:#CE0014;
  border:none;
  color:#fff;
}

.mainTxt{
  min-height:150px;
}

.panel-red .btn{
  background-color:#fff;
  border:none;
  color:#CE0014;
  font-weight:600;
}
.panel-red a{
  color:#CE0014;
}
.panel-info{
  border-color:#CE0014;
}

.btn-red{
  background-color:#CE0014;
  color:#fff;
  border:none;
}

/* ========================== */

/* Media Queries CSS */

@media(min-width:320px) and (max-width:767px){
  .carousel-caption{display:none;}
  .carousel{top:30px;margin-bottom:40px;}
  .navbar-brand{margin-left:15px!important;}
  .navbar-toggle{background-color:#fff;color:#CE0014}
  .navbar-toggle span{background-color:#CE0014;}
  .snip1581{max-width: auto;width:310px;margin-left:55px!important;margin-bottom:0;}
  .featured-container .section-heading-polkadot-left-right:after{display:none;}
  .about-container img{width:50%;}
  .navbar{background-color:#CE0014;}
  .about-container .first-container{padding-left:15px!important;}
  .about-container h4, .about-container span{display:block;}
  .about-container span{margin-left:0;}
  .about-container .col-xs-12{text-align:center;margin-bottom:30px;}
  .featured-container{height:auto;}
  .owl-item p{display:none;}
  .ft-logo .pull-right{float:left!important;}
  .navbar .navbar-brand{color:#fff!important;margin-top:0px!important;}
  .snip1581{height:185px;}
  .navbar-default .navbar-collapse{background-color:#CE0014;}
  .navbar .navbar-nav li a{color:#fff;}
  .navbar .navbar-nav li i{color:#fff!important;}
  .navbar a.navbar-brand{font-size:20px!important;}
  .ft-logo h2{margin-bottom:30px;}
  .navbar li a:hover, .navbar .navbar-brand:hover{color:#fff!important;}
  .navbar .navbar-nav{overflow-x: hidden;}
  .title-BG{padding-top:15%;}
  .aboutus-container img{width:100%!important;}
}

@media (min-width: 200px) and (max-width: 400px) {
  .g-recaptcha {
      transform: scale(.55);
      transform-origin: 0 0;
  }
}
@media (min-width: 401px) and (max-width: 760px) {
  .g-recaptcha { 
      transform: scale(.85);
      transform-origin: 0 0;
  }
}


@media(max-width:1024px){
  .navbar a.navbar-brand{margin-top:-18px;font-size:11px;}
  .navbar .navbar-nav li a{font-size:9px;padding:12px;}
  .snip1581{max-width:240px;height:150px;min-width:240px;}
  .card{height:78%;}
  .form-inline .btn{margin-top:0;}
  .navbar.scroll .navbar-nav .active a::after, .navbar.scroll .navbar-nav .active a::before{height:50px;}
  .navbar .navbar-nav .active a::before, .navbar .navbar-nav .active a::after{height:50px;width:19px;}
  .footer .pull-right{margin-top:-7.5%}
  .navbar .navbar-nav .active a{padding:15px 15px;}
  .section-heading-polkadot-left-right::after, .featured-container .section-heading-polkadot-left-right::after{display:none;}
  .email-widget{width:100%;}
  .navbar-nav{margin-top:5px;}
  .navbar .navbar-nav .active .dropdown-toggle::before,.navbar .navbar-nav .active .dropdown-toggle::after{height:50px;}
  .navbar-menu > .item::after {
    background-color: #CE0014;
    bottom: 0 -5px;
    top: 104%;
    height: 4px;
    left: 0;
    position: absolute;
    transition-duration: 0.25s;
    width: 100%;
  }
  .navbar-nav {
    margin-top: 10px;
  }
  .navbar-menu > .item {
    margin-top: 0px;
  }
  .navbar .navbar-nav li a i{
    margin-top: 1px!important;
  }
  .navbar-right .view-cart {
    margin-top: 0px;
  }
}


@media(min-width:768px) and (max-width:1023px){
  .carousel-caption{padding:20% 0;top:-2px;}
  .carousel-caption h3{font-size:18px;}
  .carousel-caption h1{font-size:20px;}
  .navbar .navbar-nav li a{font-size:8px;padding:8px;}
  .navbar a.navbar-brand{font-size:11px;margin-top:0;}
  .navbar .navbar-nav .active a::before {right:38px!important;height:40px!important;width:21px!important;}
  .navbar .navbar-nav .active a{padding:10px 10px;}
  .navbar .navbar-nav .active a::after {height:40px!important;width:31px!important;right:-7px!important;}
  .navbar .navbar-nav{margin-top:10px;}
  .snip1581{max-width:23%;min-width:0;height:110px;}
  .snip1581 h3, .snip1581 span{font-size:20px;}
  .navbar.scroll .navbar-nav .active a::after, .navbar.scroll .navbar-nav .active a::before {height:41px;}
  .featured-container .section-heading-polkadot-left-right:after, .section-heading-polkadot-left-right::after {display:none;}
  .navbar a.navbar-brand{font-size:17px!important;margin-top:-5px;}
  .contact-container h3{font-size:19px;}
  .footer .pull-right{margin-top:-9.5%;}
  .form-inline .btn{margin-top:20px;}
  .navbar.scroll .navbar-nav .active a::after, .navbar.scroll .navbar-nav .active a::before{height:40px;}
  .navbar-brand p{margin-left:0!important;font-size:11px;margin-top:-4px;}
  .title-BG{padding-top:10%!important;}
  .navbar .navbar-nav {
    margin-top: 20px;
  }
}
@media(min-width:800px) and (max-width:1280px) {
  .navbar-right .view-cart {
    margin-top: 0px;
  }
}

div#signup-bg {
  padding: 6px 14px 14px;
  background-color: #BCBCBC;
  margin-top: 8px;
}

#carousel-id .item.next { padding: 0 !important; }