@charset "utf-8";
.nav-separator:before , .nav-separator:after , nav:after , .bold-separator:before , .bold-separator:after , #submit:hover , .to-top-holder:before , .ic__days .ic__day_state_current , .ic__days .ic__day_state_selected  , .ic__days .ic__day:hover  ,   .scroll-nav li a.actscroll:before ,  .scroll-nav ul:before, .scroll-nav ul:after , footer:after  , .hot-desc  , .content-pagination a.current-page , .content-pagination a:hover , .shopping-cart-link-count  , .quantity input.qty , .order-count   , .hero-title h4:before , .hero-title h4:after , .current-page , .pagination a:hover {
	background:#fe0000;
}
nav li  a.act-link , nav li  a:hover , .nav-social h3  , .nav-social li a:hover  , .parallax-section h3 , .section-title h3 , .team-slider h3 , #submit , .to-top , #submit-res , .link , .tooltip , .hero-link a:hover  , .to-top-holder p span , #twitter-feed li a , .twitter-holder  .customNavigation a:hover , #subscribe  .subscribe-button , .twitter-holder  .customNavigation a.twit-link   , .footer-social h3 , .footer-contacts li a:hover , .footer-social ul li a:hover , .subscribe-message i , .section-icon  , .testimonials-holder h4 a ,  .chefinfo , .team-social  li a:hover , .team-modal h5 , .popup-modal-dismiss:hover , .promotion-price , .big-number a , .testimonials-holder .customNavigation a:hover , .testimonials-slider ul li , .menu-item a:hover , .product-cats li a , .product-price a , .shopping-cart-link   , .subnav a:hover span  , .product-rating  , .product-item-price span ,  .quantity a , .product-meta span a , .tabs-menu .current a   , .order-money ,  .product-name a:hover  , .product-name , .coupon-holder button:hover , .cart-totals  button , .search-submit , .post-tags li a:hover, .tagcloud li a:hover , .post-link:hover , .slides-navigation a:hover , .post-meta i , .gallery-filters  a.gallery-filter-active , .box-item i , .fullheight-carousel-holder .customNavigation a:hover , .carousel-link-holder  h4 , #success_page p strong{
	color:#fe0000;
}
.hot-deal:before {
	border:2px  solid #fe0000;
}
.team-modal:before  , .half-circle{
	border:4px  double #fe0000;
}
 .half-circle {
	 border:3px  solid #fe0000;}
 p {
    font-size: 16px;
    line-height: 30px;
    color: #696767;
    margin: 0;
}

/*===========================
  Team
============================ */  

.team {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #fff;
  color: #000000;
  border-radius:5px;
}

.team * {
  box-sizing: border-box;
  transition: all 0.35s ease-in-out;
}

.team img {
  width: 100%;
  position: relative;
  display: block;
}

.team:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 90%;
  z-index: 1;
  left: -20%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  transition: all 0.4s ease-in-out;
  transform: skewX(-30deg) translateX(-80%);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.3);
}

/* Team caption */

.team .teamcaption {
  padding-left: 20px;
  position: absolute;
  left: 0;
  top: 20%;
  width: 60%;
  z-index: 1;
  opacity: 0;
}

.team .teamcaption p {
  margin: 0;
  text-align: left;
  padding: 5px 0 0;
  width: 100%; 
}

.team .teamcaption .icons {
  width: 100%;
  padding: 8px 0;
      margin-top: 10px;
}

.team .teamcaption .icons i {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-right: 5px;
  opacity: 0;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}

.team .teamcaption a {opacity: 0.8;}

.team .teamcaption a:hover {opacity: 1;}

/* Team Name */

.team .teamname {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 15px 30px;
  font-size: 1.4em;
  opacity: 1;
  font-weight:700;
  color: #fff;
}

/* Team Overlay effect */

.team:hover .teamcaption,
.team.hover .teamcaption,
.team:hover .icons i,
.team.hover .icons i {
  opacity: 1;
  transition-delay: 0.2s;
}

.team:hover:before,
.team.hover:before {
  transform: skewX(-30deg) translateX(0px);
}