/******************************************************************************  Products*******************************************************************************/.recommended-product .title-box,.products-tab .nav-tabs {   margin-bottom: 0;}.recommended-product {  margin-bottom: -40px;}.recommended-product.bottom-padding {  margin-bottom: 40px;}.product {  background: #f7f7f7;  -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;  margin-top: 40px;  overflow: hidden;  position: relative;  text-align: left;}.product.rotation,.employee.rotation {  overflow: visible;}.product.rotation,.products-tab .product.rotation,.recommended-product .products > .span3 {  width: 220px;}.products.grid .product {  width: 220px;}.carousel .rotation,.products-tab-rotation .rotation {  margin-bottom: 40px;}.products-tab-rotation.bottom-padding {  margin-bottom: 40px;}.recommended-product .carousel .span3 > .row > .rotation + .rotation {  margin-top: 0;}.product .product-image {  display: block;  line-height: 0;  margin: 0;}.product .product-description {  background: #f2f2f2;  border-top: 1px solid #e1e1e1;  color: #505050;  display: table;  font-size: 13px;  height: 72px;  line-height: 18px;  text-align: center;  width: 100%;}.product .product-description .vertical {  display: table-cell;  height: 72px;  padding-left: 5px;  padding-right: 5px;  vertical-align: middle;}.product .product-name {  color: #1e1e1e;  font-size: 13px;  font-weight: normal;  line-height: 18px;  margin: 0 0 4px;}.product .product-name a {  text-decoration: none;  -webkit-transition: opacity .2s linear;  transition: opacity .2s linear;}.product .product-name a:hover {  opacity: 0.8;  filter: alpha(opacity=80);  -webkit-transition: opacity .2s linear;  transition: opacity .2s linear;}.products-tab .product .product-name {  text-transform: none;}.product .price {  font-weight: bold;}.product .product-hover {  background: #1e1e1e;  background: rgba(30,30,30,.9);  -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  bottom: 0;  color: #7f7f7f;  display: none;  font-size: 12px;  line-height: 20px;  left: 0;  padding: 16px 20px 90px;  position: absolute;  right: 0;  top: 0;}.product:hover .product-hover {  display: block;  -webkit-animation: fadeIn 0.8s;  animation: fadeIn 0.8s;}.product .product-hover .product-name {  font-size: 13px;  font-weight: normal;  line-height: 18px;  margin: 0 0 7px;}.product .product-hover .product-name a {  color: #fff;  -webkit-transition: opacity .2s linear;  transition: opacity .2s linear;}.product .product-hover .product-name a:hover {  opacity: 0.8;  filter: alpha(opacity=80);  -webkit-transition: opacity .2s linear;  transition: opacity .2s linear;  text-decoration: none;}.product .product-hover .price {  font-size: 18px;  font-weight: normal;  line-height: 1;  margin: 0 0 24px;}.product .product-hover .product-image {  background: #f7f7f7;  -webkit-border-radius: 2px;  -moz-border-radius: 2px;  border-radius: 2px;  display: block;  height: 70px;  float: right;  line-height: 0;  margin: 4px 0 0 5px;  padding: 0;  position: relative;  width: 70px;  z-index: 1;}.product .product-hover .product-image img {  background: #f7f7f7;  -webkit-border-radius: 2px;  -moz-border-radius: 2px;  border-radius: 2px;}.product .product-hover ul {  margin: 0;  max-height: 120px;  overflow: hidden;  padding: 0;}.product .product-hover ul li {  background-image: url("../img/svg/check-icon.svg"), none;  background-repeat: no-repeat;  background-position: 0 5px;  line-height: 20px;  list-style: none;  padding: 0 0 0 15px;  position: relative;}.product .product-hover .actions {  bottom: 20px;  left: 0;  position: absolute;  text-align: center;  width: 100%;}.product .actions a {  background: #fff;  display: inline-block;  height: 35px;  margin: 0 -2px;  padding-top: 19px;  text-align: center;  text-decoration: none;  vertical-align: top;  width: 54px;  -webkit-transition: all .2s linear;  transition: all .2s linear;}.product .actions a + a {  border-left-width: 1px;}.product .actions .add-cart {  -webkit-border-radius: 3px 0 0 3px;  -moz-border-radius: 3px 0 0 3px;  border-radius: 3px 0 0 3px;}.product .actions .add-compare {  -webkit-border-radius: 0 3px 3px 0;  -moz-border-radius: 0 3px 3px 0;  border-radius: 0 3px 3px 0;}.product .actions a:hover {  background: #f2f2f2;  -webkit-transition: all .2s linear;  transition: all .2s linear;}.product .actions a i {  color: #1e1e1e;  line-height: 57px;}.product .actions a i:before {  font-size: 16px;  width: auto;}.rotation {  background: none;  -webkit-perspective: 600px;  -moz-perspective: 600px;  perspective: 600px;}.rotation .default {  background: #f7f7f7;  -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;  overflow: hidden;  position: relative;  transform: rotateY(0deg);  -webkit-transform: rotateX(0deg) rotateY(0deg);  -webkit-transform-style: preserve-3d;  -webkit-backface-visibility: hidden;  -moz-transform: rotateX(0deg) rotateY(0deg);  -moz-transform-style: preserve-3d;  -moz-backface-visibility: hidden;  -o-transition: all .6s ease-in-out;  -ms-transition: all .6s ease-in-out;  -moz-transition: all .6s ease-in-out;  -webkit-transition: all .6s ease-in-out;  transition: all .6s ease-in-out;  z-index: 24;}.rotation.hover .default {  z-index: 35;  -webkit-transform: rotateY(180deg);  -moz-transform: rotateY(180deg);  transform: rotateY(180deg);  -webkit-transition-delay: .2s;  -moz-transition-delay: .2s;  -o-transition-delay: .2s;  -ms-transition-delay: .2s;  transition-delay: .2s;}.rotation .product-hover {  display: block;  height: inherit;  width: inherit;  transform: rotateY(-180deg);  -webkit-transform: rotateY(-180deg);  -webkit-transform-style: preserve-3d;  -webkit-backface-visibility: hidden;  -moz-transform: rotateY(-180deg);  -moz-transform-style: preserve-3d;  -moz-backface-visibility: hidden;  -o-transition: all .6s ease-in-out;  -ms-transition: all .6s ease-in-out;  -moz-transition: all .6s ease-in-out;  -webkit-transition: all .6s ease-in-out;  transition: all .6s ease-in-out;  width: 100%;  z-index: 13;}.rotation.hover .product-hover {  z-index: 46;  -webkit-transform: rotateX(0deg) rotateY(0deg);  -moz-transform: rotateX(0deg) rotateY(0deg);  transform: rotateY(0deg);  -webkit-transition-delay: .2s;  -moz-transition-delay: .2s;  -o-transition-delay: .2s;  -ms-transition-delay: .2s;  transition-delay: .2s;}.list .product {  background: none;  overflow: hidden;  width: auto;}.list .product > .span3 {  -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;  overflow: hidden;  position: relative;}.list .product .product-image {  background: #f7f7f7;  margin: 0;  overflow: hidden;  text-align: center;  width: 100%;}.list .product .product-name {  color: #1e1e1e;  font-size: 20px;  font-weight: normal;  line-height: 30px;  margin: 0 0 14px;}.reviews-box {  color: #7f7f7f;  font-size: 12px;  line-height: 14px;}.list .product .reviews-box {  margin: 0 0 16px;}.reviews-box .rating-box {  float: left;  margin: 0 20px 0 0;}.reviews-box .separator {  margin: 0 4px;}.reviews-box .add-review {  color: #7f7f7f;  text-decoration: none;}.reviews-box .add-review:hover {  opacity: .8;  filter: alpha(opacity=80);  -webkit-transition: opacity .2s linear;  transition: opacity .2s linear;}.list .product .excerpt {  color: #7f7f7f;  font-size: 12px;  line-height: 20px;  margin: 0 0 15px;}.list .product .price-box {  margin: 0 0 30px;}.list .product .price {  font-size: 24px;  font-weight: normal;}.list .product .price-old {  font-size: 18px;}.list .product .actions a {  background: #f2f2f2;  -webkit-transition: all .2s linear;  transition: all .2s linear;}.list .product .actions a:hover {  background: #1e1e1e;  -webkit-transition: all .2s linear;  transition: all .2s linear;}.list .product .actions a path {  -webkit-transition: all .2s linear;  transition: all .2s linear;}.list .product .actions a:hover path {  fill: #fff;  -webkit-transition: all .2s linear;  transition: all .2s linear;}/******************************************************************************  About Us*******************************************************************************/.about-carousel {  margin-bottom: 40px;}.employee {  -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;  margin-bottom: 20px;  overflow: hidden;  position: relative;}.carousel .employee {  margin-top: 40px;}.employee .image {  background: #f2f2f2;  display: block;  line-height: 0;  margin: 0;}.employee .image > img {  width: 100%;  -webkit-transition: opacity 0.2s linear;  transition: opacity 0.2s linear;}.employee .description {  background: #f2f2f2;  border-top-width: 1px;  color: #505050;  display: table;  font-size: 13px;  height: 72px;  line-height: 18px;  text-align: center;  width: 100%;}.employee .description .vertical {  display: table-cell;  height: 72px;  padding-left: 5px;  padding-right: 5px;  vertical-align: middle;}.employee .name {  color: #1e1e1e;  font-size: 13px;  font-weight: normal;  line-height: 18px;  margin: 0 0 4px;}.employee .role {  font-size: 11px;}.employee .employee-hover {  background: #1e1e1e;  background: rgba(30,30,30,.9);  -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  bottom: 0;  color: #7f7f7f;  display: none;  font-size: 12px;  line-height: 20px;  left: 0;  padding: 16px 20px 90px;  position: absolute;  right: 0;  top: 0;}.employee .employee-hover .name {  color: #fff;  font-size: 13px;  font-weight: normal;  line-height: 1.4;  margin: 0 0 7px;}.employee .employee-hover .role {  line-height: 1;  margin: 0 0 24px;}.employee .employee-hover .contact {  color: #fff;}.employee .employee-hover .image {  background: #f7f7f7;  -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;  display: block;  height: 60px;  float: right;  line-height: 0;  margin: 4px 0 0 5px;  overflow: hidden;  padding: 0;  position: relative;  width: 60px;  z-index: 1;}.employee .employee-hover .social {  bottom: 20px;  left: 20px;  position: absolute;  text-align: center;  width: 100%;  }.rotation .employee-hover {  display: block;  height: inherit;  width: inherit;  transform: rotateY(-180deg);  -webkit-transform: rotateY(-180deg);  -webkit-transform-style: preserve-3d;  -webkit-backface-visibility: hidden;  -moz-transform: rotateY(-180deg);  -moz-transform-style: preserve-3d;  -moz-backface-visibility: hidden;  -o-transition: all .6s ease-in-out;  -ms-transition: all .6s ease-in-out;  -moz-transition: all .6s ease-in-out;  -webkit-transition: all .6s ease-in-out;  transition: all .6s ease-in-out;  width: 100%;  z-index: 13;}.rotation.hover .employee-hover {  -moz-transform: rotateX(0deg) rotateY(0deg);  -moz-transition-delay: .2s;  -ms-transition-delay: .2s;  -o-transition-delay: .2s;  transform: rotateY(0deg);  transition-delay: .2s;  -webkit-transform: rotateX(0deg) rotateY(0deg);  -webkit-transition-delay: .2s;  z-index: 46;}.employee.employee-single {  margin-bottom: 0;  width: auto;}.employee-single .images-box img {  -webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;}.employee-single .images-box .carousel-box {  overflow: hidden;}.employee-single .images-box .span4 {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  padding: 0 0 20px;}.employee-single .images-box .pagination {  margin-top: 0;}.employee-single .images-box .carousel-box.load {  max-height: 390px;  overflow: hidden;}.employee-single .employee-description .name {  font-size: 22px;  line-height: 1.3;  margin: 0 0 5px;}.employee-single .employee-description .role {  font-size: 14px;  margin: 0 0 22px;}.employee-single .employee-description .social {  margin: 22px 0 0;}.employee .employee-hover .social .item {  background: #fff;  -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;  float: left;  margin: 0 10px 0 0;}.employee .employee-hover .social .item .sbtnf {  float: none;  margin: 0;}