/* 
    Created on : 12 Oct, 2015, 14:40:36 PM
    Author     : RAKESH
    File       : Assan E-commerce template
    version    : v1.0
*/
/**google font**/
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600";
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800);

body { 
  font-family:"微軟正黑體",Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  color: #555;
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  overflow-x:hidden;
}

body.index_body {
  /*background: url(../images/bg/bg01.jpg) no-repeat center center fixed; */
/*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	*/

  background: url(../images/bg/bg01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: inherit;

}
@media (max-width: 768px){
  body.index_body{
      background-position-x: -1100px;   
      background-position-y: 1950px;
  }

}


a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #000000;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

button {
  border: 0px;
}
button:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-family:"微軟正黑體",Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  letter-spacing: 1px;
  color: #333;
}

.section-heading {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
  color: #000;
}

.bg-title {
  background-color: #f0f0f0;
  padding: 10px 20px;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
}
.bg-title span {
  color: #1ab394;
}

/**spaces**/
.space-20 {
  width: 100%;
  height: 20px;
  clear: both;
}

.space-30 {
  width: 100%;
  height: 30px;
  clear: both;
}

.space-40 {
  width: 100%;
  height: 40px;
  clear: both;
}

.space-50 {
  width: 100%;
  height: 50px;
  clear: both;
}

.space-60 {
  width: 100%;
  height: 60px;
  clear: both;
}

.bg_white {
	background-color: #fff;
	margin-top: -1px;
}
/**margins**/
.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

del {
  color: #ef6464;
}

.rating i {
  color: #ef6464;
}

/***buttons***/
.btn {
  border: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn i {
  margin-left: 8px;
}

.btn-3d {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.btn-lg {
  padding: 12px 30px;
}

.btn-light-dark {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.btn-light-dark:hover, .btn-light-dark:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
}

.btn-skin {
  background-color: #1ab394;
  color: #fff;
}
.btn-skin:hover, .btn-skin:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
}

/**breadcrumb**/
.breadcrumb-wrapper {
  padding: 30px 0;
  background-color: #333;
}
.breadcrumb-wrapper h1 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

/**header style**/
.header {
  background-color: #fff;
  
}
.header .hidden{
  visibility: hidden;
}
.header .top-bar {
  background-color: #fff;
  height: 30px;
  /**top bar dropdown**/
}
.header .top-bar span {
  color: #999;
  display: block;
  line-height: 30px;
  font-size: 12px;
}
.header .top-bar ul {
  margin: 0;
  padding: 0;
}
.header .top-bar ul li {
  vertical-align: middle;
  line-height: 29px;
  font-size: 12px;
  color: #999;
}
.header .top-bar ul li i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.header .top-bar ul li a {
  color: #333;
  display: block;
}
.header .top-bar ul li a img {
  margin-right: 5px;
}
.header .top-bar ul li a.offers {
  background: url(../images/offers.png) no-repeat;
  width: 73px;
  height: 19px;
  padding: 0;
  line-height: 20px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}
.header .top-bar .lang-dropdown {
  position: relative;
}
.header .top-bar .lang-dropdown:hover .lang-drop-menu {
  display: block;
}
.header .top-bar .lang-drop-menu {
  position: absolute;
  width: 140px;
  top: 100%;
  right: 0;
  display: none;
  text-align: left;
  z-index: 99999;
  left: auto;
  background-color: #333;
}
.header .top-bar .lang-drop-menu:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 5px 4px;
  border-color: #2F2E2A transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -4px;
  right: 30px;
}
.header .top-bar .lang-drop-menu a {
  display: block;
  color: #fff;
  padding: 5px 10px;
}
.header .top-bar .lang-drop-menu a:hover {
  background-color: #1ab394;
}
.header .top-bar .lang-drop-menu a img {
  margin-right: 5px;
}

/**main navigation**/
.navbar-default {
  background-color: #fff;
  border: 0px;
  margin: 0px;
  -webkit-box-shadow: 0 3px 0 0 #f5f5f5;
  -moz-box-shadow: 0 3px 0 0 #f5f5f5;
  -ms-box-shadow: 0 3px 0 0 #f5f5f5;
  box-shadow: 0 3px 0 0 #f5f5f5;
  width: 100%;
  z-index: 99;
  -moz-transition: all0 0.3s;
  -o-transition: all0 0.3s;
  -webkit-transition: all0 0.3s;
  transition: all0 0.3s;
}
.navbar-default.navboar_video{
  opacity:0.7;
  position: fixed;
}
.navbar-default.navboar_video:hover {
  opacity:0.9;
}
.navbar-header {
	width: 100%;
  text-align: center;
}
.navbar-brand {
	float: left;
	margin-left: 20%;
}
.navbar .navbar-nav {
  display: inline-block;
  float: right;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
      border: 0;
     
}
@media (max-width: 768px){
  .container>.navbar-collapse{
     padding-right: 30px;
  }
}


.navbar-toggle{
	margin-top: 17px;
	margin-right: -10px;
}

@media (min-width: 768px){
	.navbar-nav>li {
		float: left;
		margin:0 10px 0 10%;
	}
}
@media (min-width: 768px) and (max-width: 1000px) {
	.navbar-nav>li {
		float: left;
		margin:0 5px;
	}
}
.navbar-default .navbar-brand {
  font-family:"微軟正黑體",Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  font-size: 30px;
}

.navbar.sticky {
  z-index: 999 !important;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
  font-family:"微軟正黑體",Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  text-align: center;
}

.navbar-default .navbar-brand > img {
  margin-top: 0px;
  margin-bottom: 10px;
  display: inherit;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #191919;
  font-weight:bold;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #191919;
  font-weight:bold;
  background-color: transparent;
}

@media (min-width: 768px) {
  .navbar-default {
    padding: 0;
    padding-bottom:0px;
  }
  .navbar-default .navbar-nav {
    padding-left: 0px;
  }
}
.navbar-right i {
  font-size: 16px;
}
.navbar-right .badge {
  background-color: #1ab394;
  font-size: 9px;
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/**shopping cart dropdown menu**/
.shopping-cart {
  padding: 0px;
  min-width: 300px !important;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.shopping-cart .mCSB_inside > .mCSB_container {
  margin-right: 6px;
}

.content-scroll {
  height: 250px;
  width: 100%;
}

.video-background {
  background: #fff;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: -2%;
  left: -2%;
  width: 104%;
  height: 104%;
  pointer-events: none;
  border: 0px;
}
.cart-item {
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  border-bottom: 1px dashed #eee;
}
.cart-item img {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.cart-item .description {
  overflow: hidden;
}
.cart-item .description a {
  color: #333;
  font-size: 13px;
}
.cart-item .description a:hover {
  color: #1ab394;
}
.cart-item .description strong {
  display: block;
  font-weight: 400;
  font-size: 12px;
}
.cart-item .buttons {
  position: absolute;
  top: 5px;
  right: 10px;
}
.cart-item .buttons a {
  color: #999;
  display: inline-block;
  margin: 3px;
  padding: 3px  6px;
  border: 1px solid #ddd;
}
.cart-item .buttons a:hover {
  color: #1ab394;
}

.cart-footer {
  padding: 15px;
  background-color: #f0f0f0;
  text-align: center;
}
.cart-footer a {
  margin: 5px;
}

/**search field**/
.search-bar {
  background-color: #f5f5f5;
  padding: 10px 0;
  display: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.search-bar form {
  position: relative;
}
.search-bar form .search-close {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 5px;
  background: transparent;
  color: #333;
}
.search-bar form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  color: #999;
}
.search-bar form .form-control::-webkit-input-placeholder {
  color: #999;
}
.search-bar form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.search-bar form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.search-bar form .form-control:-ms-input-placeholder {
  color: #999;
}

/**dropdown**/
.dropdown-menu {
  padding: 0px;
  border: 2px solid #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  min-width: 190px;
}
.dropdown-menu > li > a {
  padding: 7px 20px;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 300;
}

/**mega menu**/
.yamm-content {
  background-color: #fff;
  padding: 15px 25px;
}
.yamm-content h3 {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}
.yamm-content .mega-vertical-nav li a {
  color: #333;
  font-weight: 300;
  font-size: 13px;
  padding: 5px 10px;
}
.yamm-content .mega-vertical-nav li a i {
  margin-right: 8px;
  color: #999;
}

.blog-item .tag {
  display: inline-block;
  color: #aeaeae;
  margin-top: 10px;
}
.blog-item .tag i {
  margin-right: 4px;
}
.blog-item .tag:hover {
  color: #1ab394;
}
.blog-item h4 {
  text-transform: capitalize;
  margin-top: 10px;
}
.blog-item .blog-desc {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.blog-item .blog-desc:after {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 1px;
  background-color: #1ab394;
  content: "";
  -moz-transition: width 0.4s;
  -o-transition: width 0.4s;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.blog-item:hover .blog-desc:after {
  width: 100%;
}

.comments h3 {
  color: #000;
}
.comments h3 i {
  margin-right: 8px;
}
.comments .media {
  background-color: #f5f5f5;
  padding: 20px;
}

.footer {
  padding: 60px 0;
  background-color: #333;
}
.footer h3 {
  color: #eee;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 16px;
}
.footer p {
  color: #bbb;
  margin-bottom: 20px;
  line-height: 24px;
}
.footer ul.social-footer li {
  padding: 0px 3px;
}
.footer ul.social-footer li a {
  display: block;
  color: #fff;
  font-size: 20px;
  color: #aaa;
}
.footer ul.social-footer li a:hover {
  color: #eee;
}
.footer .tweet ul {
  list-style: none;
  padding: 0px;
}
.footer .tweet ul li {
  color: #bbb;
  padding-bottom: 6px;
  position: relative;
  padding-left: 25px;
}
.footer .tweet ul li:before {
  content: "\f099";
  font-family: 'FontAwesome';
  color: #eeeeee;
  font-size: 18px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.footer .tweet ul li a {
  color: #fff;
}
.footer .tags a {
  display: block;
  float: left;
  padding: 3px 10px;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 3px;
  text-transform: capitalize;
  color: #bbb;
}
.footer .tags a:hover {
  border-color: rgba(255, 255, 255, 0.6);
  color: #eee;
}
.footer .media .media-heading {
  font-family:"微軟正黑體",Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}

.footer-bottom {
  padding: 40px 0;
  border-top: #e7e7e7 1px solid;
  background:#f7f7f7;
}
.footer-bottom .list-inline {
  padding: 10px 0;
}
.footer-bottom .list-inline li {
  font-size: 13px;
  color: #555;
  padding: 0px;
}
.footer-bottom .list-inline li.footer_icon {
	vertical-align: middle ;
	margin-right: 20px;	
}
.footer-bottom .list-inline.footer_nav li:before {
  content: "|";
  margin: 0px 10px;
}
.footer-bottom .list-inline li:first-child:before {
  content: "";
}
.footer-bottom .list-inline li a {
  font-size: 14px;
  color: #555;
}
.footer-bottom .list-inline li a:hover {
  color: #333;
}
.footer-bottom .footer_logo {
  max-height: 34px;
  margin: 20px auto;
  margin-top: 0px;
}
.footer-bottom .note {
	font-size: 12px;
	color: #666;
}

/**products list**/
.product_list {
	margin: 0 auto;
	text-align: center;
}
.product_list img {
	max-height: 200px;
	-webkit-filter:grayscale(1);
	-moz-filter:grayscale(1);
	-o-filter:grayscale(1);
	filter:grayscale(1);
	margin: 0 auto;
	-webkit-transform: scale(0.9); 
	-moz-transform: scale(0.9); 
	-o-transform: scale(0.9); 
	transform: scale(0.9);
	-webkit-transition: 1s;
}	
.product_list img:hover {
	-webkit-filter:grayscale(0);
	-moz-filter:grayscale(0);
	-o-filter:grayscale(0);
	filter:grayscale(0);
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1);
	-webkit-transition: 1s;
	cursor: pointer;
}
.product_list .double_img img {
	max-height: 400px;
}
.product_list .item {
	overflow: hidden;
}
.product_list .item p{
	position: absolute;
	bottom: 20px;
	font-size: 30px;
	font-family:"Times New Roman", Times, serif;
	color: #666;
	text-shadow: 1px 1px 1px #fff; 
	text-align: left;
}
.product_list .item p span {
	font-size: 60px;
}
/**revolution slider**/
.rev_slider_bg {
  background: url(../images/vision_bg.jpg)  no-repeat center center fixed; 
}
.slider-title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
  display: inline-block;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-family:"微軟正黑體",Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
}

.slider-caption {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.slider-button a {
  display: inline-block;
  padding: 12px 40px;
  color: #fff;
  background-color: #1ab394;
}

/**feaatures box **/
.features-box {
  padding: 15px;
  background-color: #fff;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.features-box .icon {
  float: left;
  width: 50px;
  margin-right: 20px;
  text-align: center;
}
.features-box .icon i {
  color: #1ab394;
  font-size: 30px;
}
.features-box .text {
  overflow: hidden;
}
.features-box .text h3 {
  color: #1ab394;
  font-size: 19px;
}
.features-box .text p {
  margin-bottom: 0px;
}
.features-box.blue {
  color: #fff;
  background-color: #1ab394;
}
.features-box.blue .icon i {
  color: #fff;
}
.features-box.blue .text h3 {
  color: #fff;
}

/**img**/
.item_holder {
  background-color: #fff;
  position: relative;
  margin-bottom: 15px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item_holder .offer-lablel {
  padding: 4px 10px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50px;
  background-color: red;
  color: #fff;
  z-index: 99;
}
.item_holder.out-of-stock img {
  opacity: 0.4;
}
.item_holder .out-stock-label {
  position: absolute;
  top: 40px;
  right: 0;
  padding: 3px 6px;
  background-color: #f5f5f5;
  display: inline-block;
  z-index: 2;
}
.item_holder .label-new {
  position: absolute;
  top: 40px;
  right: 0;
  padding: 3px 6px;
  background-color: #1ab394;
  display: inline-block;
  color: #fff;
  z-index: 2;
}
.item_holder img {
	
  display: block;
  margin: 0 auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item_holder img:hover {
  -moz-transform: scale3d(0.95, 0.95, 0.95);
  -o-transform: scale3d(0.95, 0.95, 0.95);
  -ms-transform: scale3d(0.95, 0.95, 0.95);
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
  transform: scale3d(0.95, 0.95, 0.95);
}
.item_holder .title {
  padding-top: 10px;  
  padding-bottom: 10px;
}
.item_holder .title h5 {
  
  font-size: 15px;
  line-height: 5px;
  letter-spacing: 1px;
  font-weight: normal;
  font-family:"微軟正黑體",Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  color: #333;
}
.item_holder:hover {
  border-color: #1ab394;
}

#owl-slider.col-md-12, #owl-partners.col-md-12 {
  padding: 0px;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: right;
  position: absolute;
  width: 50%;
  top: -70px;
  right: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-size: 35px;
  background-color: transparent;
  color: #1ab394;
  width: 20px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  padding: 0px;
}

/**slogan**/
.slogan {
	margin-bottom: 20px;
	margin-top: 20px;
}
.slogan, .slogan h4 {
	color: #fff;
	
}

/**new arrivals**/
.new-arrivals {
  position: relative;
}
.new-arrivals .item {
  padding: 0px 15px;
}

/**parallax**/
.parallax {
  padding: 100px 0;
  background: url(../images/bg/bg-2.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.parallax h1 {
  color: #fff;
}
.parallax h1 span {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.media-item {
  margin-bottom: 30px;
}
.media-item img {
  float: left;
  margin-right: 20px;
}
.media-item .media-item-content {
  overflow: hidden;
}
.media-item .media-item-content h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.media-item .media-item-content h4 a {
  color: #333;
  font-size: 16px;
}
.media-item .media-item-content h4 a:hover {
  color: #1ab394;
}
.media-item .media-item-content ul li a {
  color: #1ab394;
}
.media-item .media-item-content ul li a:hover {
  color: #999;
}

/**partners**/
.partners {
  padding: 60px 0;
  background-color: #1ab394;
}
.partners .item {
  padding: 0px 15px;
}
.partners .owl-theme .owl-controls .owl-buttons div, .partners .section-heading {
  color: #fff;
}
.partners .section-heading {
  margin-bottom: 20px;
}

.newsletter {
  padding: 50px 0;
  background-color: #fffff4;
}
.newsletter h4 {
  color: #666;
  line-height:30px;
}
.newsletter .form-control {
  height: 45px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-weight: 300;
  font-size: 13px;
  border: 2px solid #ddd;
}
.newsletter .error {
  color: red;
  border-color: red;
}
.newsletter .success {
  color: green;
  border-color: green;
}
.newsletter .newsletter-btn {
  padding: 12px 40px;
  background-color: #1ab394;
  color: #fff;
}

/**banner blocks**/

.blocks-main .blocks-col {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.blocks-main .col-sm-4{
	padding:0;
}
.blocks-main .blocks-col .block-overlay {
  position: absolute;
  left: 12%;
  bottom: 40px;
  margin: 0 auto;
  text-align: center;
  padding: 5px 15px;
  width: 75%;
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  background-color: rgba(255, 255, 255, 0.8);
  backface-visibility: hidden;
}
.blocks-main .blocks-col .block-overlay:before {
  content: '';
  position: absolute;
  border: rgba(255, 255, 255, 0.3) solid 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-transition: all0 0.3s;
  -o-transition: all0 0.3s;
  -webkit-transition: all0 0.3s;
  transition: all0 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.blocks-main .blocks-col .block-overlay h4 {
  margin-bottom: 0px;
  color: #000;
}
.blocks-main .blocks-col .block-overlay p {
  margin: 0px;
  color: #666;
}
.blocks-main .blocks-col:hover .block-overlay:before {
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
}

/**sky form customize css**/
.sky-form {
  font-family:"微軟正黑體",Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sky-form footer {
  background-color: transparent;
  border: 0px;
  padding: 15px 30px 15px;
}
.sky-form a {
  color: #1ab394;
}

.sky-form-modal {
  z-index: 9999;
}
.sky-form-modal footer {
  background-color: #fff;
}

.sky-form-modal-overlay {
  z-index: 999;
}

.sky-form-login {
  margin-bottom: 20px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-9 */
  padding: 15px 30px;
  padding-top: 30px;
  border: 1px solid #ddd;
}
.sky-form-login fieldset {
  background-color: transparent;
}
.sky-form-login .sky-form-modal fieldset {
  background-color: rgba(255, 255, 255, 0.9);
}
.sky-form-login h3 {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
}
.sky-form-login h3 i {
  margin-right: 20px;
}

.login-register-aside-box {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-9 */
  padding: 30px;
  border: 1px solid #ddd;
}
.login-register-aside-box h3 {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.product-filter-block {
  padding: 10px 20px;
  margin-left: 0px;
  margin-bottom: 40px;
  background: #f5f5f5;
}
.product-filter-block li.active a {
  color: #1ab394;
}
.product-filter-block li a {
  display: block;
  color: #666;
  font-size: 13px;
  text-transform: uppercase;
  font-family:"微軟正黑體",Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
}
.product-filter-block li a:hover {
  color: #1ab394;
}

.product-list {
  background: #f9f9f9;
  padding: 10px 30px;
  margin-bottom: 30px;
  padding-top: 30px;
}
.product-list .product-list-thumb {
  border: 1px solid #ddd;
  background-color: #fff;
}
.product-list .product-list-thumb img {
  display: block;
  margin: 0 auto;
}
.product-list .product-list-desc {
  padding-bottom: 30px;
}
.product-list .product-list-desc .title {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
}
.product-list .product-list-desc .price {
  font-weight: 600;
  display: block;
  color: #666;
}
.product-list .product-list-desc .price del {
  color: #999;
  display: inline-block;
  margin-right: 10px;
}
.product-list .product-list-desc .rating {
  display: block;
  margin-bottom: 10px;
}
.product-list .product-list-desc .rating a {
  color: #ef6464;
  display: inline-block;
  margin-left: 15px;
  font-size: 12px;
}
.product-list .product-list-desc .rating a:hover {
  color: #999;
}
.product-list .product-list-desc .icon-list:after {
  clear: both;
  content: "";
  display: table;
}
.product-list .product-list-desc .icon-list a {
  display: block;
  float: left;
}
.product-list .product-list-desc .icon-list a .fa-heart, .product-list .product-list-desc .icon-list a .fa-random {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #1ab394;
  margin-right: -1px;
  text-align: center;
}
.product-list .product-list-desc .icon-list .btn-skin {
  margin-left: 20px;
}

.featured-products .container {
	width: 75%;
}
@media(max-width:768px){
	.featured-products .container {
		width: 100%;
	}
}


.featured-products-title {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
#products-collapse-btn {
	cursor: pointer;
	color: #999;
	font-size: 15px;
}
/**bootstrap pagination**/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #1ab394;
  border-color: #1ab394;
}

/**sidebar**/
.sidebar-widget {
  padding-bottom: 30px;
}
.sidebar-widget h3 {
  text-transform: uppercase;
  text-align: left;
  font-size: 15px;
  color: #000;
  background-color: #f5f5f5;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.sidebar-widget ul li {
  padding: 6px 0;
}
.sidebar-widget ul li a {
  color: #999;
}
.sidebar-widget .media .media-heading {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
}
.sidebar-widget .media .price {
  display: block;
}
.sidebar-widget .color-box {
  width: 20px;
  height: 20px;
  float: left;
  margin: 3px;
  display: block;
}
.sidebar-widget .color-box.gray {
  background-color: #f5f5f5;
}
.sidebar-widget .color-box.black {
  background-color: #000;
}
.sidebar-widget .color-box.blue {
  background-color: #859cbc;
}
.sidebar-widget .color-box.yellow {
  background-color: #c8c258;
}
.sidebar-widget .color-box.red {
  background-color: #a30014;
}

/**cart page**/
.cart-table > thead > tr > th {
  color: #000;
  font-family:"微軟正黑體",Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.cart-table > tbody > tr > td {
  vertical-align: middle;
}
.cart-table > tbody > tr > td.product-quantity input[type="number"] {
  width: 60px !important;
  height: 38px;
  padding: 0 5px 0 10px;
  margin: 0 10px 0 0 !important;
  display: block;
}
.cart-table > tbody > tr > td.product-price, .cart-table > tbody > tr > td.product-total, .cart-table > tbody > tr > td.product-name {
  font-size: 15px;
}

.coupon-row {
  padding: 10px 0;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.coupon-row a {
  margin-top: 5px;
}

.coupon-form {
  position: relative;
}
.coupon-form .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #f5f5f5;
  height: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.coupon-form button {
  position: absolute;
  right: 10px;
  top: 5px;
  text-align: center;
  background: #f5f5f5;
  padding: 4px 20px;
}

.cart-total h2 {
  color: #000;
}
.cart-total .table-condensed > tbody > tr > td {
  font-weight: 400;
  padding: 10px 0;
  font-size: 14px;
  color: #000;
}
.cart-total .table-condensed > tbody > tr > td.total {
  color: #1ab394;
  font-family:"微軟正黑體",Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  font-weight: 500;
}
.cart-total .table-condensed > tbody > tr > td a.shipping-calculate {
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  font-size: 11px;
  background-color: #777;
  margin-left: 10px;
}

.sky-checkout-form .sky-form fieldset + fieldset {
  border: 0px;
}
.sky-checkout-form .cart-total h2 {
  margin-bottom: 20px;
}
.sky-checkout-form .cart-total .table-bordered tbody > tr > td {
  width: 50%;
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  text-transform: capitalize;
}
.sky-checkout-form .cart-total .table-bordered tbody > tr > td.color {
  color: #1ab394;
}
.sky-checkout-form .cart-total .table-bordered tbody > tr > td.total {
  font-weight: 700;
  font-size: 16px;
}

.table-order-history .table-bordered tbody tr td {
  vertical-align: middle;
}
.table-order-history .label-success {
  color: #fff;
  margin-right: 5px;
  padding: 3px 7px;
}
.table-order-history .label-warning {
  color: #fff;
  padding: 3px 7px;
  margin-right: 5px;
}
.table-order-history .label-danger {
  color: #fff;
  padding: 3px 7px;
  margin-right: 5px;
}
.table-order-history .total-order {
  color: #1ab394;
  font-weight: 700;
}

.search-form {
  position: relative;
  margin-bottom: 20px;
}
.search-form .form-control {
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border-bottom: 2px solid #f5f5f5;
}
.search-form .fa-search {
  position: absolute;
  top: 10px;
  right: 5px;
  color: #aaa;
  font-size: 15px;
}

.table-wishlist tbody tr td {
  vertical-align: middle;
}
.table-wishlist .number {
  width: 70px !important;
  height: 40px;
  padding-left: 10px;
}

#contactForm {
  margin-top: 30px;
  margin-bottom: 20px;
}
#contactForm label {
  font-weight: 700;
}
#contactForm .form-control {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#contactForm .form-control:focus {
  border-color: #1ab394;
}
#contactForm .help-block ul {
  list-style: none;
  padding: 0px;
}
#contactForm .help-block ul li {
  color: #ef6464;
}

.single-product .single-product-slider {
  border: 1px solid #eee;
}
.single-product .single-product-slider .item img {
  display: block;
  margin: 0 auto;
}
.single-product .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: right;
  position: absolute;
  width: 50%;
  top: -10px;
  right: 10px;
}

.product-detail-desc .price {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.product-detail-desc .btn-border {
  border: 1px solid #eee;
}
.product-detail-desc .rating {
  display: block;
  margin-bottom: 10px;
}
.product-detail-desc .rating a {
  display: inline-block;
  margin-left: 10px;
}
.product-detail-desc .colors {
  margin-bottom: 10px;
}
.product-detail-desc .colors a {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.product-detail-desc .colors a.light {
  background-color: #f5f5f5;
}
.product-detail-desc .colors a.blue {
  background-color: blue;
}
.product-detail-desc .colors a.red {
  background-color: red;
}
.product-detail-desc .colors a.yellow {
  background-color: yellow;
}
.product-detail-desc .colors span {
  display: inline-block;
  line-height: 20px;
  margin-right: 10px;
  top: -5px;
  position: relative;
}
.product-detail-desc .available {
  margin-bottom: 15px;
}
.product-detail-desc .size {
  margin-bottom: 25px;
}
.product-detail-desc .size select {
  width: 60px;
  height: 30px;
}
.product-detail-desc .size select:focus {
  outline: 0;
}
.product-detail-desc .add-buttons a {
  margin: 5px;
}

.item-more-info .tab-content {
  padding-top: 30px;
}
.item-more-info .nav-justified > li > a {
  text-transform: uppercase;
  position: relative;
}
.item-more-info .nav-justified > li > a:after {
  position: absolute;
  width: 0;
  content: "";
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #1ab394;
  -moz-transition: width 0.4s;
  -o-transition: width 0.4s;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.item-more-info .nav-justified > li > a:hover {
  background-color: transparent;
}
.item-more-info .nav-justified > li > a:focus {
  background-color: transparent;
}
.item-more-info .nav-justified > li > a:focus:after {
  width: 100%;
}
.item-more-info .nav-justified > li.active a:after {
  width: 100%;
}
.item-more-info .media {
  margin-bottom: 35px;
}
.item-more-info .media-body p {
  margin-bottom: 5px;
}
.item-more-info .form-control {
  border: 2px solid #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  min-height: 40px;
}

.similar-products {
  margin-top: 50px;
}
.similar-products #owl-slider.col-md-12 .item {
  padding: 0px 15px;
}


/****************

SOCIAL BUTTONS

**********************/
/**social icons default size**/
.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA;
}
.social-icon:hover {
  border-color: transparent;
}

.social-icon i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px;
  position: relative;
}
.social-icon i:last-child {
  color: #FFF !important;
}

.social-icon:hover i:first-child {
  margin-top: -40px;
}

/***social icons lg (big)***/
.social-icon-lg {
  margin: 0 5px 5px 0;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA;
}
.social-icon-lg:hover {
  border-color: transparent;
}

.social-icon-lg i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 60px;
  position: relative;
}
.social-icon-lg i:last-child {
  color: #FFF !important;
}

.social-icon-lg:hover i:first-child {
  margin-top: -60px;
}

/***social icons small***/
.social-icon-sm {
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA;
}
.social-icon-sm:hover {
  border-color: transparent;
}

.social-icon-sm i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  position: relative;
}
.social-icon-sm i:last-child {
  color: #FFF !important;
}

.social-icon-sm:hover i:first-child {
  margin-top: -30px;
}

si-border {
  border: 1px solid #AAA !important;
}

.si-border-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-dark-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-gray-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-gray {
  background: #f3f3f3;
  border: 0px;
}

.si-dark {
  background-color: #333;
  border: 0px !important;
  color: #fff !important;
}

/**icons hover colored**/
.si-colored-facebook, .si-facebook:hover {
  background-color: #3B5998 !important;
}

.si-colored-twitter, .si-twitter:hover {
  background-color: #00ACEE !important;
}

.si-colored-google-plus, .si-g-plus:hover {
  background-color: #DD4B39 !important;
}

.si-colored-skype, .si-skype:hover {
  background-color: #00AFF0 !important;
}

.si-linkedin:hover, .si-colored-linkedin {
  background-color: #0E76A8 !important;
}

.si-pin:hover, .si-colored-pinterest {
  background-color: #C8232C !important;
}

.si-rss:hover, .si-colored-rss {
  background-color: #EE802F !important;
}

.si-pinterest:hover, .si-colored-pinterest {
  background-color: #C8232C !important;
}

.si-tumblr:hover, .si-colored-tumblr {
  background-color: #34526F !important;
}

.si-vimeo:hover, .si-colored-vimeo {
  background-color: #86C9EF !important;
}

.si-digg:hover, .si-colored-digg {
  background-color: #191919 !important;
}

.si-instagram:hover, .si-colored-instagram {
  background-color: #3F729B !important;
}

.si-flickr:hover, .si-colored-flickr {
  background-color: #FF0084 !important;
}

.si-paypal:hover, .si-colored-paypal {
  background-color: #00588B !important;
}

.si-yahoo:hover, .si-colored-yahoo {
  background-color: #720E9E !important;
}

.si-android:hover, .si-colored-andriod {
  background-color: #A4C639 !important;
}

.si-appstore:hover, .si-colored-apple {
  background-color: #000 !important;
}

.si-dropbox:hover {
  background-color: #3D9AE8 !important;
}

.si-dribbble:hover, .si-colored-dribbble {
  background-color: #EA4C89 !important;
}

.si-soundcloud:hover, .si-colored-soundcoloud {
  background-color: #F70 !important;
}

.si-xing:hover, .si-colored-xing {
  background-color: #126567 !important;
}

.si-phone:hover, .si-colored-phone {
  background-color: #444 !important;
}

.si-behance:hover, .si-colored-behance {
  background-color: #053eff !important;
}

.si-github:hover, .si-colored-github {
  background-color: #171515 !important;
}

.si-stumbleupon:hover, .si-colored-stumbleupon {
  background-color: #F74425 !important;
}

.si-email:hover, .si-colored-email {
  background-color: #6567A5 !important;
}

.si-wordpress:hover, .si-colored-wordpress {
  background-color: #1E8CBE !important;
}

.social-shortcodes .left-heading {
  font-size: 30px;
  text-transform: uppercase;
}

.grid-boxed {
  border: 1px solid transparent;
  padding: 20px;
}

.grid-boxed:hover {
  border: 1px dashed #999;
}





/*********************

TOP BARS

****************************/
.top-bar-dark {
  background-color: #333;
}

.top-bar-light {
  background-color: #f5f5f5;
}
.top-bar-light .top-dark-right li {
  border-color: #ddd;
  color: #666;
}
.top-bar-light .top-dark-right li a {
  color: #666;
}

.top-bar-light .top-dark-right li a:hover {
  color: #32c5d2;
}

.top-bar-socials {
  line-height: 18px;
  padding-top: 5px;
}
.top-bar-socials:after {
  display: table;
  clear: both;
  content: "";
}
.top-bar-socials a {
  margin: 0px 3px;
}

.top-dark-right {
  margin: 0px;
  padding: 0px;
}

.top-dark-right li {
  line-height: 40px;
  border-left: 1px solid #444;
  padding: 0px 10px;
}

.top-dark-right li, .top-dark-right li a {
  color: #eee;
  font-size: 12px;
}

.top-dark-right li i {
  margin-right: 5px;
}

.top-dark-right li a:hover {
  color: #fff;
}

/***search top bar**/
.topbar-icons {
  display: block;
}

.topbar-icons i {
  margin: 0px !important;
  display: block;
}

.search {
  display: none;
  position: absolute;
  left: 0;
  right: 15px;
  top: 0;
  height: 100%;
  z-index: 99999;
}

.search .form-control {
  height: 100%;
  position: absolute;
  top: 0;
  width: 99%;
  right: 0;
  border: 0px;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.search-close {
  position: absolute;
  right: 9px;
  top: 5px;
  cursor: pointer;
}





/****cube portfolio*******/
.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item {
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px;
}

.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
  color: #32c5d2;
}

.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item:hover {
  color: #32c5d2;
}

.portfolio-cube .cbp-l-caption-buttonLeft, .portfolio-cube .cbp-l-caption-buttonRight {
  background-color: #32c5d2;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}

.portfolio-cube .cbp-l-caption-buttonLeft:hover, .portfolio-cube .cbp-l-caption-buttonRight:hover {
  background-color: #32c5d2;
  color: #fff;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
  color: #FFFFFF;
  background-color: #32c5d2;
  border-color: #32c5d2;
  cursor: default;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter {
  background: #32c5d2;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter:before {
  border-top-color: #32c5d2;
}

.btn-sweet-alert {
  margin: 5px;
}

.portfolio-cube .cbp-l-grid-projects-title {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.portfolio-cube .cbp-l-filters-button .cbp-filter-item {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.portfolio-cube .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #32c5d2;
  color: #fff;
  border-color: #32c5d2;
  cursor: default;
}

.portfolio-cube {
  font-family: "Open Sans", sans-serif !important;
}

.cube-masonry .cbp-l-caption-title {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  
}

.cube-masonry .cbp-l-caption-desc {
  font-family: "Open Sans", sans-serif;
}

/****fun facts*****/
.fun-fact-wrap {
	
 /*background: url(../img/showcase-4.jpg);*/
  /*background-repeat: repeat !important;*/
  padding-top: 100px;
  padding-bottom: 200px;
      background-size: contain;
    background-repeat: no-repeat;
}

.facts-in {
  text-align: center;
}

.facts-in h3 {
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 400;
  color: #fff;
}

.facts-in h3 i {
  font-size: 40px;
  margin-right: 20px;
  color: #32c5d2;
}

.facts-in h4 {
  margin-bottom: 0px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}

@media (max-width: 992px) {
  .facts-in {
    margin-bottom: 70px;
  }
}



/***************about me*********************/
.me-intro {
  background: url(images/bg-4.jpg);
  padding: 400px 0;
}

.me-intro h2 {
  /*color: #2c7bb5;*/
  font-weight: 700;
  margin-top:20px;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
  color: #FFF;
}

.me-intro p {
  /*color: #2c7bb5;*/
   color: #fffa39;
    /* text-shadow: 2px 3px #e0e0e0; */
    font-weight: bold;
    font-size: 25px;
}


/**events**/
.section-events {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e1e1; 
  }
.section-events .row{
	margin:0;
}
.event-thumb {
  position: relative;
  overflow: hidden; 
  }
  .event-thumb > img{
    -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
    transform: scale(1);
  }

  .event-thumb .overlay {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 0%;
    height: 100%;
    background-color: rgba(255,255, 255, 0.3);
    opacity: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
    #productAbout .overlay{
      background-color: rgba(0,0, 0, 0.5);      
    }

    #productInfo .event-thumb:hover > img{
      transform: scale(1.2) rotate(3deg);
    }

    .event-thumb .overlay .overlay-inner {
      position: absolute;
      width: 100%;
      top: -50%;
      margin-top: -10px;
      -moz-transition: all 0.35s;
      -o-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      transition: all 0.35s; }
      .event-thumb .overlay .overlay-inner h4 {
        color: #fff;
        text-transform: uppercase; }
      .event-thumb .overlay .overlay-inner p {
        color: #fff; }
  .event-thumb:hover .overlay {
    opacity: 1; }
  .event-thumb:hover .overlay-inner {
    top: 50%; }

.event-desc {
  padding: 15px;
  background-color: #fff; }
  .event-desc h4 {
    margin-top: 0;
    margin-bottom: 15px; }
  .event-desc span {
    display: inline-block;
    text-transform: uppercase;
    padding: 6px 10px;
    font-size: 13px; }
  .event-desc .date {
    background-color: #f2b84b;
    color: #fff; }
  .event-desc .time {
    background-color: #f9f9f9; }
  .event-desc p {
    margin: 15px 0; }







/************************image hover effect*******************/
.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.item-img-wrap img {
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 100%;
}

.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.item-img-overlay span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: /*url(../img/plus.png)*/  no-repeat center center rgba(255, 255, 255, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.item-img-wrap:hover .item-img-overlay span {
  opacity: 1;
}

.item-img-wrap:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/**************work and portfolio whole*******/
/* mouse grab icon */
.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move !important;
}

.portfolio {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.work-desc {
  width: 100%;
  padding: 5px 10px 25px 0px;
  background: #FFF;
  border-top: none;
  position: relative;
}

.work-desc:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  margin-left: 20px;
  width: 8px;
  height: 8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  z-index: 100;
}

.work-desc h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}



.work-desc h3 a:hover{
  color:#ff0000;
}


.owl-spaced .owl-item > div {
  margin: 5px;
}

.work-desc span {
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  font-size: 14px;
  color: #999;
  padding-top:5px;
}

.project-detail h3 {
  margin-bottom: 10px;
}

.project-detail em {
  display: block;
}

.full-width-3-work .work-desc {
  padding: 10px;
}
.navbar{
	min-height:85px;
}

.section-events .row>div{
	padding:0;
}

.section-events .more{
	border: 1px solid;
    /*width: 25%;*/
    padding: 8px;    
	margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
}
.event-thumb .overlay .overlay-inner p.more:hover{
	background: #FFF;
    color: #000;
	cursor:default;
}



.tp-caption.NotGeneric-Title, .NotGeneric-Title{
	font-family:"微軟正黑體",Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;	
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle{
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
.tp-bannertimer{
	display:none;
}

@media (max-width:768px){
	.row {
		margin:0;
	}
	.navbar-brand{
		margin-left:5%;
	}
}
#goTop{
	display:none;
	z-index: 5;
    cursor: pointer;
    bottom: 7px;
    right: 20px;
    position: fixed;
    opacity: 0.5;
}





/***social icons small***/
.social-icon-sm {
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA;
}
.social-icon-sm:hover {
  border-color: transparent;
}

.social-icon-sm i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  position: relative;
}
.social-icon-sm i:last-child {
  color: #FFF !important;
}

.social-icon-sm:hover i:first-child {
  margin-top: -30px;
}

si-border {
  border: 1px solid #AAA !important;
}

.si-border-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-dark-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-gray-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-gray {
  background: #f3f3f3;
  border: 0px;
}

.si-dark {
  background-color: #333;
  border: 0px !important;
  color: #fff !important;
}

/**icons hover colored**/
.si-colored-facebook, .si-facebook:hover {
  background-color: #3B5998 !important;
}

.si-colored-twitter, .si-twitter:hover {
  background-color: #00ACEE !important;
}

.si-colored-google-plus, .si-g-plus:hover {
  background-color: #DD4B39 !important;
}

.si-colored-skype, .si-skype:hover {
  background-color: #00AFF0 !important;
}

.si-linkedin:hover, .si-colored-linkedin {
  background-color: #0E76A8 !important;
}

.si-pin:hover, .si-colored-pinterest {
  background-color: #C8232C !important;
}

.si-rss:hover, .si-colored-rss {
  background-color: #EE802F !important;
}

.si-pinterest:hover, .si-colored-pinterest {
  background-color: #C8232C !important;
}

.si-tumblr:hover, .si-colored-tumblr {
  background-color: #34526F !important;
}

.si-vimeo:hover, .si-colored-vimeo {
  background-color: #86C9EF !important;
}

.si-digg:hover, .si-colored-digg {
  background-color: #191919 !important;
}

.si-instagram:hover, .si-colored-instagram {
  background-color: #3F729B !important;
}

.si-flickr:hover, .si-colored-flickr {
  background-color: #FF0084 !important;
}

.si-paypal:hover, .si-colored-paypal {
  background-color: #00588B !important;
}

.si-yahoo:hover, .si-colored-yahoo {
  background-color: #720E9E !important;
}

.si-android:hover, .si-colored-andriod {
  background-color: #A4C639 !important;
}

.si-appstore:hover, .si-colored-apple {
  background-color: #000 !important;
}

.si-dropbox:hover {
  background-color: #3D9AE8 !important;
}

.si-dribbble:hover, .si-colored-dribbble {
  background-color: #EA4C89 !important;
}

.si-soundcloud:hover, .si-colored-soundcoloud {
  background-color: #F70 !important;
}

.si-xing:hover, .si-colored-xing {
  background-color: #126567 !important;
}

.si-phone:hover, .si-colored-phone {
  background-color: #444 !important;
}

.si-behance:hover, .si-colored-behance {
  background-color: #053eff !important;
}

.si-github:hover, .si-colored-github {
  background-color: #171515 !important;
}

.si-stumbleupon:hover, .si-colored-stumbleupon {
  background-color: #F74425 !important;
}

.si-email:hover, .si-colored-email {
  background-color: #6567A5 !important;
}

.si-wordpress:hover, .si-colored-wordpress {
  background-color: #1E8CBE !important;
}

.social-shortcodes .left-heading {
  font-size: 30px;
  text-transform: uppercase;
}

.grid-boxed {
  border: 1px solid transparent;
  padding: 20px;
}

.grid-boxed:hover {
  border: 1px dashed #999;
}


.fullProductAbout{
  height: 760px;
  /*background: rgba(0,0,0,0.3);*/
}
.fullProductAboutBg{
  height: 600px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position:center bottom;
}
@media (max-width: 768px){
  .fullProductAboutBg{
    background-position-x: -340px;
  }
}
.bgMask{
  /*background: #000;
    height: 100%;
    opacity: 0.3;  */
}


#loadingMask{
      position: fixed;    
      width: 100%;    
      height: 100%;    
      top: 0%;    
      left: 0;    
      background: #FFF;    
      z-index: 10;
      text-align: center;
}
#loadingMask #loading{
    position: relative;
    top: 50%;
}


