/**
* Template Name: eBusiness - v2.1.1
* Template URL: https://bootstrapmade.com/ebusiness-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  height: 100%;
  font-family: "PingFangTC", "Noto Sans TC", "Noto Sans", "Microsoft JhengHei", "Arial", sans-serif;
  background-color: #000;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  color: #acadad;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #3EC1D5;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
}

body {
  background: #000 none repeat scroll 0 0;
  color: #acadad;
  font-family: "PingFangTC", "Noto Sans TC", "Noto Sans", "Microsoft JhengHei", "Arial", sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #ff6666;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #ff6666;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #FD8C8C;
  color: #fff;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #000 url("../img/preloader.gif") no-repeat center center;
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 70px 0px 80px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline h2 {
  display: inline-block;
  font-family: "niveau-grotesk", "din-condensed", "Noto Sans TC", sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 7px;
  margin-bottom: 60px;
  position: relative;
  text-transform: capitalize;
  color: #fff;
}

.section-headline h2::after {
  border: 1px solid #ff6666;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #000;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: rgba(255, 255, 255, 0.6);
  padding: 7px 0;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: none;
  color: #fff;
}

#topbar .contact-info i {
  padding-right: 6px;
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.6);
}

#topbar .contact-info i:hover {
  color: #fff;
}

#topbar .contact-info i:first-child {
  margin-left: 8px;
}

#topbar .social-links a{
  color: rgba(255, 255, 255, 0.6);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover{
  color: #fff;
}

.social-top-icon{display: inline;padding: 0 8px;}


@media (max-width: 991px) {
#topbar {height: 32px;font-size: 13px;padding: 5px 0;}
}


/* sign in FORM */

.signinup{
	font-size: 21px;color: #000;text-align: center;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#LoginModal .modal-body{
	background-color:#f3f3f3;
}

#logreg-forms{
    margin:auto;padding-top: 20px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#logreg-forms form {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    margin: auto;
}
#logreg-forms .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
#logreg-forms .form-control:focus { z-index: 2; }
#logreg-forms .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#logreg-forms .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#logreg-forms .social-login{
    width:390px;
    margin:0 auto;
    margin-bottom: 14px;
}
#logreg-forms .social-btn{
    font-weight: 400;
    color:#fff;;
    width:190px;
    font-size: 0.9rem;
}

#logreg-forms a{
    display: block;
    padding-top:10px;
    color:#444;
	font-size: 15px;
}
#logreg-forms a:hover{color: #AA5253;}

#logreg-form .lines{
    width:200px;
    border:1px solid red;
}


#logreg-forms button[type="submit"]{ margin-top:10px; }

#logreg-forms .facebook-btn{background-color:#3C589C;}
#logreg-forms .facebook-btn:hover{background-color:#344d87;}

#logreg-forms .google-btn{background-color:#363636;}
#logreg-forms .google-btn:hover{background-color:#444;}

#logreg-forms .form-reset, #logreg-forms .form-signup { display: none;}

#logreg-forms .form-signup .social-btn{ width:190px;}

#logreg-forms .form-signup input { margin-bottom: 2px;}

.btn-signin{
	display: block;
	background-color: #ff6666;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	margin: 10px 0;
}
.btn-signin:hover{background-color: #d15454;color: #fff;}

#forgot_pswd{float: right;color: #676767!important;font-size: 14px;margin-bottom: 8px;}

#forgot_pswd:hover{float: right;color: #ff6666;text-decoration: underline;}

.member-notyet{display: inline;font-size: 16px;}
.member-notyet p{color: #676767;}
.btn-signupNow{color: #ff6666;}
.btn-signupNow:hover{color: #d15454;text-decoration: underline;}

/* Mobile */

@media screen and (max-width:500px){
    #logreg-forms{
        width:300px;
    }
    
    #logreg-forms  .social-login{
        width:200px;
        margin:0 auto;
        margin-bottom: 10px;
    }
    #logreg-forms  .social-btn{
        font-size: 1.3rem;
        font-weight: 100;
        color:white;
        width:200px;
        height: 56px;
        
    }
    #logreg-forms .social-btn:nth-child(1){
        margin-bottom: 5px;
    }
    #logreg-forms .social-btn span{
        display: none;
    }
    #logreg-forms  .facebook-btn:after{
        content:'Facebook';
    }
  
    #logreg-forms  .google-btn:after{
        content:'Google+';
    }
    
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  margin-top: 35px;
  height: 64px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.2);
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.8);
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: bold;
}

#header .logo h1 span {
  color: #3ec1d5;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}


@media (max-width: 991px) {
#header {margin-top: 20px;height: 65px;}
.icofont-navigation-menu{overflow: hidden;}
}

@media (min-width: 1025px) {
.banner-bg {background-attachment: fixed;}
.banner-products {background-attachment: fixed;}
}

@media (max-width: 768px) {
  #header {
	margin-top: 0px;
    height: 55px;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.8);
  }
  #header .logo h1 {
    font-size: 28px;width: 68%;
    padding: 3px 0;
  }
}

.home-overly {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: absolute;
  width: 100%;
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fafefe;
  padding: 8px 15px 12px 15px;
  transition: 0.3s;
  font-size: 15px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fdb3b3;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #165a64;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #3ec1d5;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.badge-cartNum{
	padding: 3px 5px;margin-top: -12px;
	background-color: #E8E5E5;
	color: #424242;
	margin: 0 3px;
	font-size: 12px;font-weight: 500;
	font-family: "Share Tech", "niveau-grotesk", "din-condensed", "Noto Sans TC", sans-serif;
	
}

.badge-cartNum:hover{
	background-color: #fdb3b3;
	color: #424242;}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav {
  position: fixed;
  width:350px;height: 100%;
  top: 0;
  z-index: 9999;
  overflow-y: auto;
  background: #000;
  display: block;
  opacity: 0;
  visibility: hidden;
  padding: 30px;padding-top: 60px;
  text-align: left;
  -webkit-transition: all, 0.6s;
    -moz-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  border-bottom: 1px solid #2e2e2e;
  
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #fdb3b3;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(1, 2, 2, 0.7);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-toggle i {
  visibility: hidden;
}

.mobile-nav-active {
  overflow: hidden;
}

.logo-xs img{margin-top: -35px;margin-bottom: 5px;}
.logo-xs a{border: none;}

.member-links-xs{margin-bottom: 10px;}
.member-links-xs a{border: none;display: inline-block;}

.social-links-xs{position: absolute;bottom: 30px;}
.social-links-xs a{border: none;display: inline-block;width: 45px;font-size: 21px;}

.menu-social-icon a{float: right;padding: 0 10px;}

a.login-out{float: right;color: #7B7A7A;}

@media (max-width: 768px) {
	
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
	
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.slider-area {
  color: #fff;
  position: relative;
  text-align: center;
}

.slider-content {
  padding: 180px 60px;
}

.nivo-caption::after {
  background: #444 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.layer-1-2 {
  margin: 20px 0;
}

.layer-1-1 h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 5px;
}

.layer-1-2 h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 6px;
}

.layer-1-2 img {
  width: 40%;top:50%;left: 32%;
}

.layer-1-3 {
  margin: 50px 0 0;
}

.layer-1-3 a.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  margin-top: 30px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.layer-1-3 a.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.ready-btn.right-btn {
  margin-right: 15px;
  background: #ff6666;
  border: 1px solid #ff6666 !important;
  letter-spacing: 5px;
  font-weight: 400;
}

.ready-btn.right-btn:hover {
  background: rgb(255, 102, 102, .7) !important;
  border: 1px solid #ff6666 !important;
}

.nivo-controlNav {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 8;
}

.nivo-directionNav {
  display: block;
}

.nivo-controlNav a {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  box-shadow: none;
  display: inline-block;
  font-size: 0;
  height: 2px;
  margin: 5px 3px;
  opacity: 1;
  text-align: center;
  text-indent: inherit;
  vertical-align: top;
  width: 20px;
}

.nivo-controlNav a:hover, .nivo-controlNav a.active {
  background: #fff none repeat scroll 0 0;
  border-color: #ff6666;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

/* Normal desktop :992px. */
@media (min-width: 1400px) and (max-width: 1920px) {
  .slider-content {
    padding: 320px 0;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 144px 0;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .slider-content {
    padding: 120px 0;
  }
  .layer-1-2 h1 {
    font-size: 22px;
    line-height: 24px;
  }
  .layer-1-3 a.ready-btn {
    font-size: 15px;font-weight: 500;
    margin-top: 5px;
    padding: 7px 20px;
  }
}

@media (max-width: 767px) {
  .nivo-directionNav {
    display: none;
  }
  .slider-content {
    padding: 85px 0px;
  }
  .layer-1-2 {
    margin: 10px 0;
  }
  .layer-1-1 h2 {
    font-size: 14px;
    line-height: 16px;
  }
  .layer-1-2 h1 {
    font-size: 14px;
    line-height: 16px;
  }
  .layer-1-3 a.ready-btn {
    font-size: 12px;
    margin-top: 10px;
    padding: 8px 10px;
  }
  .layer-1-3 {
    margin: 10px 0 0;
  }
  .nivo-controlNav {
    bottom: -8px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-content {
    padding: 70px 0px;
  }
  .layer-1-1 h2, .layer-1-2 h1 {
    font-size: 21px;
    line-height: 28px;
  }
}

/* -------------------------------------
preview-1
---------------------------------------- */
.preview-1 .nivoSlider {
  position: relative;
  background: url(../lib/nivo-slider/img/loading.gif) no-repeat 50% 50%;
}

.preview-1 .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.preview-1 .nivoSlider a {
  border: 0;
  display: block;
}

.preview-1 .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

.preview-1 .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../lib/nivo-slider/img/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

.preview-1 .nivo-controlNav a.active {
  background-position: 0 -22px;
}

.preview-1 .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../lib/nivo-slider/img/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  transition: all 200ms ease-in-out;
}

.preview-1:hover .nivo-directionNav a {
  opacity: 1;
}

.nivo-prevNav {
  left: 15px;
}

.nivo-nextNav {
  right: 15px;
}

.preview-1 a.nivo-nextNav {
  background-position: -30px 0;
}

.preview-1 .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}

.preview-1 .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.preview-1 .nivo-caption a:hover {
  color: #fff;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

.preview-1 .nivo-controlNav {
  position: relative;
  z-index: 99999;
  bottom: 68px;
}

.preview-1 .nivo-controlNav a {
  border: 5px solid #fff;
  display: inline-block;
  height: 18px;
  margin: 0 5px;
  text-indent: -9999px;
  width: 18px;
  line-height: 8px;
  background: #3c3c3c;
  cursor: pointer;
  position: relative;
  z-index: 9;
  border-radius: 100%;
  opacity: 0;
  z-index: -999;
}

.preview-1:hover .nivo-controlNav a {
  opacity: 1;
  z-index: 999999;
}

.preview-1 .nivo-controlNav a:hover, .preview-1 .nivo-controlNav a.active {
  background: #000;
  cursor: pointer;
}

/* -------------------------------------
preview-2
---------------------------------------- */
.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
  left: 50px;
}

.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
  right: 50px;
}

.preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav {
  font-size: 0;
}

.preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
  font-size: 0;
}

.preview-2 .nivo-directionNav a.nivo-prevNav::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: rgb(255, 255, 255, .4);
  content: "‹";
  cursor: pointer;
  font: 300 50px/50px FontAwesome;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 300ms ease-in 0s;
  z-index: 9;
  font-weight: 100;
  left: 0px;
  width: 50px;
  border: none;
  border-radius: 50%;
  font-size: 30px;
}

.preview-2 .nivo-directionNav a.nivo-nextNav:hover:before, .preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
  color: #fff;
}

.preview-2 .nivo-directionNav a.nivo-nextNav::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  border-radius: 50%;
  color: rgb(255, 255, 255, .4);
  content: "›";
  cursor: pointer;
  font: 100 30px/50px FontAwesome;
  height: 50px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 50%;
  transition: all 300ms ease-in 0s;
  width: 50px;
  z-index: 9;
  font-size: 30px;
}

.niceties.preview-2 {
  position: relative;
  height: 100%;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-area {
  background-color: #f9f9f9;
}

.single-well > a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3EC1D5;
  padding-right: 10px;
  font-size: 12px;
}

.single-well p {
  color: #444;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{margin-bottom: 50px;}
.services .col-md-4{padding: 7px;}
.services .icon-box {
  padding: 20px 25px;
  border-radius: 6px;
  background: #252525;
  transition: 0.3s;
  min-height: 140px;
}
.services .icon-box:hover {
  background: #2b2b2b;
}
.services .icon-box i {
  float: left;
  color: #ff6666;
  font-size: 53px;
  line-height: 0;
  padding: 45px 0;
}
.services .icon-box h4 {
  margin-left: 75px;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 2px;
}
.services .icon-box h4 a {
  color: #fff;
  transition: 0.3s;
}
.services .icon-box h4 a:hover {
  text-decoration: none;
}
.services .icon-box .icon-box:hover h4 a {
  color: #ff6666;
}
.services .icon-box p {
  margin-left: 75px;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 767px) {
.services{margin:5px 12px 30px 12px;padding: 0 15px;}	
.services .icon-box {padding: 20px 25px;min-height: 120px;}
	
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.our-skill-area {
  position: relative;
}

.our-skill-area {
  background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg") no-repeat fixed center top/cover;
}

.test-overly {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
}

.progress-h4 {
  color: #fff;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Team 競標
--------------------------------------------------------------*/
#team{background-color: #000;padding: 70px 0 15px 0;}
#team .col-md-3{padding: 0 7px;}

.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  border: 1px solid #444;
  margin: 7px 0;
}

.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}

.email-news .email_button > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.email-news .email_button > button:hover {
  background: #3EC1D5;
  border: 1px solid #fff;
  color: #fff;
}

.team-left-icon ul li {
  display: inline-block;
}

.team-left-icon ul li a:hover {
  color: #3EC1D5;
  background: #fff;
  border: 2px solid #fff;
}

.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.single-team-member:hover .team-img a:after {
  opacity: 1;
}

.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}

.team-img {
  position: relative;
}

.team-img > a {
  display: block;
}

.team-img > a::after {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}

.team-social-icon {
  left: 55%;
  margin-left: -58px;
  opacity: 0;
  position: absolute;
  top: 27%;
  transition: 1.3s;
}

.team-social-icon p {color: #fff; font-size: 16px;font-weight: normal;line-height: 24px;margin-top: -20px;margin-bottom: 20px;}

.team-social-icon ul li {
  display: inline-block;
}

.team-social-icon ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 36px;
  line-height: 38px;
  margin: 5px;
  width: 36px;
}

.team-social-icon ul li a:hover {
  color: #fff;
  border: 1px solid #ff6666;
  background: #ff6666;
}

.team-content {
  padding: 10px 0px;background-color: #252525;line-height: 18px;
}
.team-content ul li{display: inline-block;text-decoration: none;text-align: left;padding: 5px 20px;}

.team-content li{color: #8a8b8c;font-size: 14px;font-weight: 300;text-align: left;}

.team-content > h4, .team-content > p {
  color: #444;
  margin-bottom: 5px;
}
.bidding-ptitle{display: block;max-height: 40px;overflow: hidden;position: relative;padding: 0 10px;}
.team-content h3{font-size: 16px;font-weight: 600;letter-spacing: 1px; line-height: 21px;text-align: center;color: #fff;}

.current-title{font-size: 20px; color: #ff6666; font-weight: 400;text-align: center;font-family: "Share Tech", "niveau-grotesk", "din-condensed", "Noto Sans TC", sans-serif;letter-spacing: .5px;}
.current-money{font-size: 14px; color: #ff6666; font-weight: 400;text-align: left;padding-left: 8px;font-family: "Share Tech", "niveau-grotesk", "din-condensed", "Noto Sans TC", sans-serif;letter-spacing: .5px;}

.time-bidding{font-size: 21px;font-weight:600;color: #5d8dbf;text-align: left; padding-left: 8px;font-family: "Share Tech", "niveau-grotesk", "din-condensed", "Noto Sans TC", sans-serif;}

.bidding-reciprocal{
	color: #fff;font-weight: 500;display: inline-block;font-size: 16px;
	margin:0;padding:0 3px 0 0;
	font-family: "Share Tech", "niveau-grotesk", "din-condensed", "Noto Sans TC", sans-serif;
}

.btn-again-bidding {
	display: block;
	padding: 12px 0;
	border: none;
	margin: 5px 5px 0 5px;
	text-align: center;
	background-color: #4e4e4e;
	color: #acadad;
	font-size: 16px;
	letter-spacing: 2px;
}
.btn-again-bidding:hover{background-color:#ff6666;color: #fff;}

.btn-done-bidding {
	display: block;
	padding: 12px 0;
	border: none;
	margin: 5px 5px 0 5px;
	text-align: center;
	background-color: #4e4e4e;
	color: #acadad;
	font-size: 16px;
	letter-spacing: 2px;
}
.btn-done-bidding:hover{color: #acadad;}

.bidding-records{
  color: #a6a5a5;
  font-size: 14px;
	font-weight: normal;
  margin: 0;
  padding: 0;
  width: 100%;
}
.bidding-records-thead{border-bottom: 1px solid #444;font-size: 14px;color: #a6a5a5;font-weight: 500;}
.bidding-records td{padding: 4px 0;border-bottom: 1px solid #303030;}

.bidding-user{color: #ffb6b6;font-weight: 400;text-align: left;letter-spacing: 1px;}
.bidding-user:hover{color: #ffb6b6;text-decoration: underline;}
	

.project-content {
  padding: 10px 0px;background-color: #252525;
}
.project-name{text-align: center;max-height: 40px;overflow: hidden;
	position: relative;display: block;
	padding: 0 10px;}

.project-name h3{
	font-size: 16px;font-weight: 600;letter-spacing: 1px; line-height: 21px;
	color: #fff;
	
	
}
.project-name h3:hover{color: #ffb6b6;text-decoration: underline;}

.project-content ul li{display: inline-block;text-decoration: none;text-align: left;padding: 5px;}

.btn-project-detail {
	display: block;
	padding: 10px 5px;
	border: none;
	margin: 10px 5px 0 5px;
	text-align: center;
	background-color: #4e4e4e;
	color: #acadad;
	font-size: 16px;
	letter-spacing: 2px;
}
.btn-project-detail:hover{background-color:#ff6666;color: #fff;}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.tab-catelogy{margin: -10px 0 20px 0;}
.tab-catelogy ul li{padding: 0 10px;}

.tab-catelogy .nav-pills .nav-link.active, .tab-catelogy .nav-pills .show > .tab-catelogy .nav-link {
    color: #fff;
    background-color: #ff6666;
	font-size: 16px;
	border: 1px solid #ff6666;
}

.tab-catelogy .nav-link {
  display: block;
  padding: 8px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  
}
.tab-catelogy .nav-pills .nav-link {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #fff;
  display: block;
  padding: 8px 20px;
}
.tab-catelogy .nav-link:focus, .tab-catelogy .nav-link:hover {
    text-decoration: none;
}

.tab-content{margin-bottom: 50px;}

.tab-content .pagination{margin: 20px 0 0 0;}
.tab-content .pagination .page-link {
    position: relative;
    display: block;
    padding: 5px 10px;margin: 0 8px;
    margin-left: -1px;
    line-height: 1.25;
    color: #8a8b8c;
    background-color: #000;
    border: none;
	font-size: 14px;
}

.tab-content .pagination .page-link:hover {color: #ff6666;}
.tab-content .pagination .page-link:focus {color: #ff6666;border:1px solid #ff6666;background-color: #000;}

@media (max-width: 767px) {
#team{padding: 40px 12px 0 12px;}
#team .col-6{padding: 0 5px;}
#pills-tabContent{margin: 0 12px;}
	
/*.tab-pane{margin: 0 12px;width: 100%;display: inline-block;}*/

.section-headline h2 {font-size: 21px;margin-bottom: 30px;}
	
.tab-content{margin-bottom: 20px;}

.team-content h3{font-size: 15px;}	
.project-content h3{font-size: 15px;}
.team-content ul li{font-size: 13px;padding: 2px 8px;}
.team-content ul li .current-title {font-size: 20px;padding: 2px 8px;margin-bottom:17px}
.time-bidding{font-size: 16px;line-height: 21px;}
.btn-again-bidding, .btn-project-detail {padding: 10px 0;font-size: 15px;letter-spacing: 2px;}
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner-bg {
  background: url(../img/background/bg4.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

.banner-products {
  background: url(../img/background/banner-products.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

.banner-content {padding: 85px 60px;}

.banner-bottom h1{
  color: #fff;
  font-family: "niveau-grotesk", "din-condensed", "Noto Sans TC", sans-serif;
  font-size: 30px;
  letter-spacing: 12px;
  margin-top: 90px;
  font-weight: 600;
  position: relative;
}

/* small mobile :320px. */
@media (max-width: 767px) {

.banner-bg, .banner-products {background-size: 150%;background-position: center center;}	
.banner-content {padding: 15px 0;margin-top: -15px;}
	
.banner-bottom h1 {
    font-size: 24px;
    margin-bottom: 0;
  }
.tab-catelogy .nav-pills .nav-link.active, .tab-catelogy .nav-pills .show > .tab-catelogy .nav-link{
	padding: 5px 15px;font-size: 15px;letter-spacing: 1px;
	}
.tab-catelogy .nav-pills .nav-link {padding: 5px 15px;font-size: 15px;letter-spacing: 1px;}
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/
.reviews-area {
  background: url(../img/background/bg3.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
}

.work-left-text {
  background: #3EC1D5 none repeat scroll 0 0;
}

.work-right-text {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 5px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.work-right-text span{font-size: 16px;font-weight: normal;line-height: 28px;padding: 5px 0;}
.work-right-text .sus-btn {
  margin-left: 0;
  margin-top: 20px;
}

.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}

.single-awesome-4 .add-actions {
  padding: 10px 20px;
}

@media (max-width: 767px) {
	.work-right-text h5{font-size: 16px;line-height: 28px;}
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.pst-content {
  padding-left: 10px;
}

.project-menu {
  margin-bottom: 40px;
  text-align: center;
}

.project-menu li {
  display: inline-block;
}

.project-menu li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #444;
  border-radius: 20px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 4px;
  padding: 6px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.project-menu li a.active, .project-menu li a:hover {
  border-color: #3EC1D5;
  background: #3EC1D5;
  color: #fff;
  text-decoration: none;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img > a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img > a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img > a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}

.pri_table_list h3 span {
  font-size: 16px;
}

.pri_table_list ol li {
  border-bottom: 1px solid #ccc;
  color: #666;
  padding: 12px 15px;
  position: relative;
  text-align: left;
}

.pri_table_list li.check.cross::after {
  content: "\f00d";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: indianred;
}

.pri_table_list li.check::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: #3EC1D5;
}

.pri_table_list button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.pri_table_list > h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

.saleon {
  background: #3EC1D5 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pri_table_list > button:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.active > h3 {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #333;
  transition: all 0.4s ease 0s;
}

.active > button {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 1px solid #3EC1D5;
  color: #fff;
  transition: 0.4s;
}

.active > button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  transition: 0.4s;
}

/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
.suscribe-area {
  background: url(../img/background/bg5.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
}

.suscribe-text {
  display: block;
  padding: 40px 0;
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #444;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 50px;
  padding: 7px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: rgb(255, 102, 102, .7) none repeat scroll 0 0;
  border: 2px solid #ff6666;
  color: #fff;
}

.btn-more-projects {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #444;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 20px;
  margin-top: 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
  letter-spacing: 2px;
}

.btn-more-projects:hover {
  background: rgb(255, 102, 102, .7) none repeat scroll 0 0;
  border: 2px solid #ff6666;
  color: #fff;
}

@media (max-width: 767px) {
.suscribe-text {padding: 25px 0;}
.suscribe-text{padding: 15px 0;margin-top: -10px;}
.suscribe-text h3{font-size: 16px;padding-right: 15px;}
.sus-btn{padding: 6px 10px;}
.btn-more-projects {margin-top: 15px;}
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area {
  height: auto;
  width: 100%;
}

.contact-inner{padding: 50px 0 20px 0;background-color: #191919;}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #acadad;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.single-icon h6{font-size: 12px;letter-spacing: 3px;font-weight: 500;color:#acadad;margin-top: -10px;}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.single-icon a {
  font-size: 16px;
  line-height: 30px;color:#acadad;
}
.single-icon a:hover {color:#fff;}
.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input, .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input::focus, .php-email-form textarea::focus {
  background-color: #3ec1d5;
}

.php-email-form input {
  padding: 20px 15px;
}

.php-email-form textarea {
  padding: 12px 15px;
}

.php-email-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 575px) {
.single-icon p {font-size: 14px;line-height: 28px;}
.single-icon a {font-size: 14px;line-height: 28px;}	
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-area {
  height: auto;
  width: 100%;
}

.blog-text h4 a {
  color: #444;
  text-decoration: none;
}

.blog-text h4 {
  color: #444;
  margin-bottom: 15px;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type > a, .date-type, .blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type > a, .blog-content-right .date-type, .blog-content-right .blog-meta span.comments-type, .blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}

.single-blog .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
}

/*--------------------------------------------------------------
# Blog page
--------------------------------------------------------------*/
.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: #3ec1d5;
}

.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}

.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.btn-get-location {
  border: 1px solid #ff6666;
  border-radius: 30px;
  background-color: #ff6666;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.btn-get-location:hover {
  color: #fff;
  background: rgb(255, 102, 102, .7);
  border: 1px solid #ff6666;
  text-decoration: none;
}

.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}

.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}

.pst-content p a:hover, .left-blog ul li a:hover {
  color: #3EC1D5;
}

.blog-page .single-blog {
  margin-bottom: 40px;
}

.pst-content p a {
  color: #444;
  font-size: 15px;
}

.header-bottom h1, .header-bottom h2 {
  color: #fff;
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #3EC1D5;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content > p {
  color: #444;
}

.entry-meta > span {
  color: #444;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #3EC1D5;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #3EC1D5;
  border-color: #3EC1D5;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}

.social-sharing > h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
}

.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}

.sharing-icon a {
  border: 1px solid #444;
  color: #444;
  display: block;
  float: left;
  font-size: 18px;
  height: 34px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}

.sharing-icon a:hover {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
}

.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}

.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}

.author-info {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin: 30px 0;
  padding: 15px;
  width: 100%;
}

.single-post-comments {
  margin-bottom: 60px;
  max-width: 650px;
}

.comments-heading h3, h3.comment-reply-title {
  border-bottom: 1px dotted #b8b8b8;
  color: #b8b8b8;
  font-size: 16px;
  margin: 20px 0;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.comments-list ul li {
  margin-bottom: 25px;
}

.comments-list-img {
  float: left;
  margin-right: 15px;
}

.comments-content-wrap {
  display: inline-block;
  color: #42414f;
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0;
  position: relative;
}

.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}

.author-description h2 {
  color: #777;
  font-size: 20px;
  text-transform: uppercase;
}

.author-description h2 a {
  color: #000;
}

.comments-content-wrap span b {
  margin-right: 5px;
}

.comment-user{color: #ffb6b6;font-weight: 400;}
.comment-user:hover{color: #ffb6b6;text-decoration: underline;}

.btn-recomments{
	display: inline-block;
	padding: 0 5px;
	background-color: #444;
	color: #f2f2f2;
	border-radius: 5px;
	font-size: 11px;
	letter-spacing: 1px;
}
.btn-recomments:hover {color: #ffb6b6;}

span.post-time {
  margin:0 5px;
	color: #606060;
}

.comments-content-wrap p {
  color: #909295;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
  display: block;
  font-size: 15px;
}

li.threaded-comments {
  margin-left: 50px;
}

.comment-respond {
  margin-: 20px 10px;
}

.email-notes {
  color: #b8b8b8;
  padding: 6px 12px;
  display: block;
  font-size: 14px;letter-spacing: 1px;
  margin-bottom: 10px;
}

.email-notes a{color: #FFB6B6;}
.email-notes a:hover{color: #FF6666;}

.comment-respond p {
  color: #444;
  margin-bottom: 5px;
}
.comment-reply-QA{
  display: block;
  color: #444;
  margin-bottom: 5px;
  font-size: 14px; line-height: 21px;
}

.comment-respond input[type=text], .comment-respond input[type=email] {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
}

.comment-respond textarea#message-box {
  border: 1px solid #444;
  border-radius: 0;
  background-color: #303030;
  color: #f2f2f2;
  font-size: 14px;
  max-width: 100%;
  padding: 7px;
  height: 130px;
  width: 100%;
}

.comment-respond textarea.qa-message-box {
  border: 1px solid #444;
  border-radius: 0;
  background-color: #303030;
  color: #f2f2f2;
  font-size: 14px;
  max-width: 100%;
  padding: 7px;
  height: 130px;
  width: 100%;
}

.comment-respond input[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #3ec1d5;
  border-radius: 20px;
  box-shadow: none;
  color: #444;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 14px;
  margin-top: 20px;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.comment-respond-img {
  width: 52px;
  border-radius: 50%;
  border: none;
  margin: 0 auto;
}

.comments-content-wrap span a {
  color: #FFB6B6;
}

.comments-content-wrap span a:hover {
  color: #3EC1D5;
}

.comment-respond input[type=submit]:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
  background: #3EC1D5;
}

.single-blog .blog-pagination {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding-top: 30px;
}

/*---------------------
  bidding Details
-----------------------*/
.bidding-details-text{margin-top: 20px;}
.bidding-details-text .bidding-current-price {
	font-size: 18px;
	color: #ff6666;
	font-weight: 600;
	font-family: "Share Tech", "niveau-grotesk", "din-condensed", "Noto Sans TC", sans-serif;
	letter-spacing: 1px;
	display: inline;
}

.bidding-details-text ul {
	padding-top: 7px;
	margin-bottom: 10px;
	
}

.bidding-details-text ul li {
	font-size: 15px;
	color: #b8b8b8;
	list-style: none;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 1px;
	display:list-item;
}

.bidding-details-text ul li b {
	font-weight: 500;
	width: 100px;
	display: inline-block;
	font-size: 15px;
	color: #b8b8b8;
	letter-spacing: 1px;
}

.bidding-details-text ul li span {
	color: #FFB6B6;
	font-size: 15px;
	line-height: 24px;
	display: block;
}

.bidding-higher{color: #ffb6b6;}
.bidding-higher:hover{color: #ffb6b6;text-decoration: underline;}

.bidding-area{background-color: #242424; padding: 10px 15px 24px 15px;margin-top: 8px;width: 80%;}
.bidding-notes{color: #ffb8b8;padding: 8px 0;}
.bidding_input{background-color: #444;color: #f2f2f2;max-width:105px;padding: 7px 10px;border: 1px solid #b8b8b8;}

.btn-addheart-bidding {
	display: inline-block;
	font-size: 15px;
	color: #8a8a8a;
	padding: 8px 10px;
	margin: 15px 10px 0 5px;
	border-radius: 5px;
	background: #353535;
}

.btn-addheart-bidding:hover {
	background: #313131;color: #F79F9F;
}

/*---------------------
  Shop Details
-----------------------*/

.product-details {
	padding-top: 115px; background-color: #191919; border: none;
}

.product-details-pic-item {
	margin-bottom: 20px;
}

.product-details-pic-item img {
	min-width: 100%;padding-left: 30px;
}

.project-descritions {
  width:100%;
  display: inline;
  float: left;
  margin-top: 20px;
  margin: auto 0;
}

.product-details-text{
	margin-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.product-details-text h3, .bidding-details-text h3 {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 14px;
	font-family: "niveau-grotesk", "din-condensed", "Noto Sans TC", sans-serif;
}

.product-details-text .product-details-price {
	font-size: 16px;
	color: #ff6666;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: "Share Tech", "niveau-grotesk", "din-condensed", "Noto Sans TC", sans-serif;
	letter-spacing: 1px;
}

.product-details-text p {
	color: #fff;
}

.btn-format{
	border: 1px solid #b8b8b8;
	padding: 2px 6px;
	font-size: 14px;
	color: #b8b8b8;
	line-height: 24px;
	margin-right: 6px;
}

.btn-format:hover{border: 1px solid #FFB6B6;color: #FFB6B6;}
.btn-format.spec-btn.active{border: 1px solid #FFB6B6;color: #FFB6B6;}

.product-details-text .primary-btn {
	padding: 16px 28px 14px;
	margin-right: 6px;
	margin-bottom: 5px;
}

.product-details-text ul {
	padding-top: 7px;
	margin-bottom: 10px;
	
}

.product-details-text ul li {
	font-size: 15px;
	color: #b8b8b8;
	list-style: none;
	line-height: 38px;
	font-weight: 400;
	letter-spacing: 1px;
	display:list-item;
}

.product-details-text ul li b {
	font-weight: 500;
	width: 80px;
	display: inline-block;
	font-size: 15px;
	color: #b8b8b8;
	letter-spacing: 1px;
}

.product-details-text ul li span {
	color: #FFB6B6;
	font-size: 15px;
	line-height: 24px;
	display: block;
}

.product-details-text ul li .share a {
	display: inline-block;
	font-size: 15px;
	color: #1c1c1c;
	margin-right: 25px;
}

.product-details-text ul li .share a:last-child {
	margin-right: 0;
}

.product-details-quantity {
	display: inline-block;
	margin: 15px 0 5px 6px;
	
}

#qty_input, .qty_input_cartlist{
	width: 80px;height: 33px;
	background-color: #242424;
	border-top:1px solid #666;border-bottom:1px solid #666;border-left:none;border-right: none;
	color: #f2f2f2;
}

.qty_input_cartlist{
	width: 50px;height: 33px;
	background-color: #242424;
	border-top:1px solid #666;border-bottom:1px solid #666;border-left:none;border-right: none;
	color: #f2f2f2;
	text-align: center;
}

#minus-btn, .minus-btn_cartlist{border-bottom:1px solid #666;border-left: 1px solid #666;border-top: 1px solid #666;border-radius: none; padding: 0 8px;}
#plus-btn, .plus-btn_cartlist{border-bottom:1px solid #666;border-right: 1px solid #666;border-top: 1px solid #666;border-radius: none; padding: 0 8px;}

.product-details-quantity input { 
    text-align: center;
}

.btn-project-buy {
	display: inline-block;
	padding: 7px 25px;
	border: none;
	margin: 15px 0 0 5px;
	text-align: center;
	background-color: #ff6666;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}
.btn-project-buy:hover{background-color:#C65050;color: #fff;}


.btn-addheart {
	display: inline-block;
	font-size: 15px;
	color: #8a8a8a;
	padding: 1px 10px;
	margin: 15px 10px 0 5px;
	border-radius: 5px;
	background: #242424;
}

.btn-addheart:hover {
	background: #313131;color: #F79F9F;
}

.product-details-tabs{margin: 35px 0 0 0;padding-left: 0px;}

.product-details-tabs #pills-tab {
  text-align: center;
}
.product-details-tabs li {
  display: inline-block;
  float: none;
  margin-bottom: 0px;
}
.product-details-tabs .nav-tabs{border-bottom: 1px solid #444!important;}

.product-details-tabs .nav-pills .nav-link a {
  border-radius: 0;
  border: none;
  font-size: 16px;
  color: #444;
}

.product-details-tabs .nav-tabs .nav-link {
    border: none;
	color: #b8b8b8;
	font-size: 16px;letter-spacing: 2px;
	padding: 4px 25px;
}
.product-details-tabs .nav-tabs .nav-link:hover {
    border-radius: none;
	background: rgb(255, 104, 104, .1);color: #b8b8b8;
}

.product-details-tabs .nav-tabs .nav-link.active {
    background-color:#363636;color: #fff;
    border-color: transparent transparent #444;
    border-bottom: 2px solid !important;
	border-radius: 0;
    font-size: 16px;
    font-weight: 500;
	letter-spacing: 2px;
	padding: 4px 25px;
}

.product-details-tabs .nav-tabs li a:hover, .product-details-tabs .nav-tabs li a:focus {
  background-color: transparent;
  border: none;
}

#nav-tabContent-product{
	margin-left: 0px;
	padding: 10px 20px 20px 20px;
	background-color: #242424;
	color:#b8b8b8;
	font-size: 16px;
	min-height: 270px;
	max-height: 300px;
	overflow-x:hidden;
    overflow-y:auto;
	border-bottom: 1px solid #444;
}

.product-buy-needknow p{
	color:#b8b8b8;
	font-size: 15px;
	line-height: 30px;
	padding: 0;margin: 0;
}

.product-buy-needknow span{
	color:#F79F9F;
	font-size: 15px;
}

@media (max-width:767px) {
.project-descritions {width:100%;margin-top: 00px;padding: 0 5px 0 5px;}
.product-details {padding-top: 60px;}
.product-details-pic-item img {margin: 0;padding: 0;}
#nav-tabContent-product{
	margin: 0px;
	padding: 10px 15px 20px 15px;
	background-color: #242424;
	color:#b8b8b8;
	font-size: 15px;
	overflow-x: visible;overflow-y: visible;
	max-height: none;
}
.product-details-text h3 {font-size: 18px;line-height: 28px;letter-spacing: 1px;margin-bottom: 12px;}
.product-details-text ul {padding-top: 0;margin-bottom: 6px;}
.product-details-text ul li {font-size: 14px;line-height: 34px;}

.btn-project-buy {padding: 5px 15px;margin: 10px 0 0 5px;font-size: 15px;letter-spacing: 1px;}
.btn-addheart-bidding {font-size: 15px;padding: 5px 10px;margin: 10px 10px 0 5px;}
}

/* thubnails */
.carousel {
  position: relative;
	display: block;
}
.projects-carousel-pics{margin-top: -45px;}
.carousel-item img {
  object-fit: cover;
}
#carousel-thumbs {
  padding: 0 40px;
  bottom: -8px;
  display: block;
  min-height: 70px;
}
#carousel-thumbs img {
  border: 2px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
  border-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 30px;
}
@media all and (max-width: 767px) {
.carousel-container #carousel-thumbs img {border-width: 3px;}
#carousel-thumbs {padding: 0 15px;bottom: -5px;min-height: 30px;}
.product-details-quantity{min-width: 90px;margin-left: 15px;}
.qty_input_cartlist{width: 20px;height: 28px;}
.minus-btn_cartlist{padding: 0 5px;font-size: 14px;}
.plus-btn_cartlist{padding: 0 5px;font-size: 14px;}
}

@media all and (min-width: 576px) {
  .carousel-container #carousel-thumbs {
    position: relative;
  }
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-area {
  background: rgba(0, 0, 0, 0) no-repeat fixed center top/cover;
  height: auto;
  width: 100%;margin-top: -15px;
}
.testimonials-area .col-md-3{padding: 0 7px;}

.testi-inner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}


.testi-overly {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.testi-img img {
  border: 1px dotted rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  height: 80px;
  margin: 0 auto;
  padding: 5px;
  transition: background 0.6s ease-out 0s;
  width: 80px !important;
}

.testi-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0;
  letter-spacing: 1px;
}

.testi-text h6 {
  color: #fff;
  font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  transition: 0.4s;
  border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
  bottom: -30px;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.testimonial-content {
  margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
  display: inline-block;
  margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
  background: #3EC1D5;
}

.testimonial-carousel .owl-nav,
.testimonial-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonial-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonial-carousel .owl-dot.active {
  background-color: #3ec1d5 !important;
}

.testi-text.text-center > h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.guest-rev {
  color: #ddd;
  font-size: 16px;
}

.guest-rev > a {
  color: #3EC1D5;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/

.cart {
	margin-top: 110px;
	font-family: "PingFangTC", "Noto Sans TC", "Noto Sans", "Microsoft JhengHei", "Arial", sans-serif;
}

.cart-lists{padding: 10px;background-color: #252525;margin-right: 10px;}

.cart_title {
    font-size: 21px;
    font-weight: 500;
	color: #fff;
	letter-spacing: 2px;
	margin: 10px 0 20px 0;
}

.cart_title span{font-size: 17px;font-weight: normal;}

.items {
	margin-bottom: 12px;
	border-bottom: 1px solid #333;
}
.cart-item-texts{vertical-align: middle;display: inline;padding: 10px;}
.payment-info {
    background-color: #393939;
    padding: 10px;
    color: #fff;
}

.cart_item_image {
    width: 70px;
    height: auto;
    float: left;
}

.cart_item_image img {
    max-width: 100%;
}

.cart-item-name{
	font-size: 16px;color: #f2f2f2;font-weight: 500;line-height: 24px;
	display: block;max-width: 198px;padding-left: 15px;
}
.spec{font-size: 14px;color: #8B8B8B;font-weight: 300;}
.cart-quantity{margin-left: -160px;position: absolute;text-align: center;margin-top: -8px;}

.cart-item-price{
	text-align: right;font-size: 15px;color: #f2f2f2;margin-right: 20px;
	font-family: "Share Tech", "niveau-grotesk", "din-condensed", "Noto Sans TC", sans-serif;
}

.delete-item {font-size: 18px;display: block;color: #606060;float: right; margin-right: 0;}
.delete-item:hover {color: #ff6666;}

.btn-checkout{
	background-color: #ff6666;display: block;
	font-size: 16px;color: #fff;
	letter-spacing: 2px;
	text-align: center;
	margin: 12px 0 5px 0;
}
.btn-checkout:hover{background-color: #B04646;display: block;font-size: 16px;color: #fff;}
.btn-shopinging{color: #777;display: block;padding: 10px;font-size: 15px;}
.btn-shopinging:hover{color: #555;}

.credit-card-label{font-size: 13px;color: #f2f2f2;display: block;}
.cart-pay-note{font-size: 13px;line-height: 21px;color: #ffb6b6;display: block;padding: 7px 0;}

.cart-summery-list{margin-bottom: 10px;}

.input-payment-transport{background-color: #383838;color: #f2f2f2;font-size: 16px;border: 1px solid #666;}
.input-payment-transport option{font-size: 16px;}
.input-payment-transport selected{color: #ACACAC;font-size: 16px;}

.type {
    font-weight: 400;
    font-size: 10px
}

.form-control.credit-inputs:focus {
    background: rgb(102, 102, 221);
    border: rgb(102, 102, 221)
}

.line {
    border-bottom: 1px solid #666;
}

.information span {
    font-size: 15px;
    font-weight: 400;
	font-family: "Share Tech", "niveau-grotesk", "din-condensed", "Noto Sans TC", sans-serif;
}

.information {
	font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
  padding: 40px 0;
  background: #000;
}

.footer-head p {
  color: #444;
}

.footer-head h4 {
  color: #444;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #3ec1d5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #444;
  color: #444;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}

.flicker-img > a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #3EC1D5;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 3px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
  text-align: center;
}

.footer-area-bottom {
  background: #000 none repeat scroll 0 0;
  padding: 15px 0;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #3EC1D5;
}

.copyright-text a {
  color: #444;
}

.copyright > p {
  margin-bottom: 0;
  color: #464545;
}

.copyright a, .credits a {
  color: #3EC1D5;
}

.credits {
  padding-top: 5px;
  text-align: center;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1920px) {
  .work-right-text {
    padding: 150px 150px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 146px 0;
  }
  .work-right-text {
    padding: 40px 0;
  }
  .work-right-text h2 {
    font-size: 18px;
    line-height: 28px;
  }
.time-bidding {font-size: 18px;padding-left: 0;}

}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .banner-bottom h1{margin-top: 50px;font-size: 26px;}
  .layer-1-1 h2 {
    font-size: 18px;line-height: 28px;margin-bottom: -15px;
  }
  .layer-1-2 h1 {
    font-size: 26px;
    line-height: 38px;
    padding: 0px 30px;
  }
  .tab-menu ul.nav li a {
    padding: 10px 16px;
  }
  .suscribe-input input {
    width: 60%;
  }
  .suscribe-input button {
    width: 40%;
  }
  .team-content.text-center > h4 {
    font-size: 20px;
  }
  .sus-btn {
    margin-left: 0;
  }
  .suscribe-text h3 {
    font-size: 16px;
    padding-right: 20px;
  }
  .work-right-text h5 {
    font-size: 16px;
    line-height: 32px;
  }
  .work-right-text {
    padding: 36px 0;
  }
  .work-right-text h2 {
    font-size: 21px;
    line-height: 22px;
  }
	.work-right-text span{padding: 12px 0;line-height: 32px;}
  .work-right-text .ready-btn {
    font-size: 13px;
    padding: 7px 20px;
    margin-top: 5px;
  }
  .single-awesome-portfolio {
    width: 33.33%;
  }
  .widget-product a img {
    display: block;
    float: none;
    width: 100%;
  }
  .widget-product .product-info {
    display: block;
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .map-column {
    margin-left: 0;
    padding-right: 40px;
  }
  .post-information .entry-meta {
    font-size: 13px;
    padding: 5px 0;
  }
  .post-information .entry-meta span a {
    padding: 4px 0;
  }
  .service-pic {
    margin-bottom: 30px;
    text-align: center;
  }
  .single-add-itms {
    width: 50%;
  }
  .left-sidebar-title > h4 {
    font-size: 18px;
  }
  .contact-form {
    margin-top: 0px;
  }
  .search-option input {
    width: 67%;
  }
.section-headline h2 {
    font-size: 24px;
    letter-spacing: 5px;
    margin-bottom: 34px;
}
#team{padding: 10px 12px 0 12px;}
#team .col-3, #team .col-md-3{padding: 0 5px;}
		
.time-bidding {font-size: 18px;padding-left: 0;}
.team-content ul li {padding: 3px 10px;font-size: 13px;}
.team-content ul li .current-title {
		padding: 3px 10px;
		font-size: 20px;
		margin-bottom:13px;
}

.testimonials-area .section-headline{padding-top: 20px;}

.bidding-area{padding: 10px 15px 24px 15px;margin-top: 8px;width: 100%;}
.bidding_input{max-width:50px;padding: 7px}

.btn-project-detail {
	padding: 7px 5px;
	border: none;
	margin: 6px 5px 0 5px;
	font-size: 15px;}
.services{margin-bottom: 30px;padding: 0 15px;}	
.services .icon-box {padding: 20px 25px;min-height: 180px;max-height: 180px;overflow: hidden;position: relative;}
.services .col-md-4{padding: 12px 6px;}
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .slider-area {
    margin-top: 60px;
  }
  .slider-content {
    padding: 80px 0;
  }
  .slider-content h2 {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  .slider-content h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .layer-1-3 a.ready-btn {
    padding: 4px 9px;
  }
  .well-middle .single-well {
    margin-top: 30px;
  }
  .single-skill {
    margin-bottom: 40px;
  }
  .tab-menu {
    margin-top: 30px;
  }
  .tab-menu ul.nav li a {
    padding: 8px 6px;
  }
  .wellcome-text {
    margin: 0px;
    padding: 70px 0px;
  }
  .subs-feilds {
    width: 100%;
  }
  .suscribe-input input {
    width: 60%;
  }
  .suscribe-input button {
    font-size: 15px;
    padding: 14px 10px;
    width: 40%;
  }
  .section-headline h3 {
    font-size: 25px;
  }
  .well-text > h2 {
    font-size: 18px;
  }
  .well-text p {
    display: none;
  }
  .single-team-member {
    margin-bottom: 10px;
  }
  .service-right {
    width: 100%;
  }
  .service-images:hover .overly-text {
    display: none;
  }
  .portfolio-area {
    padding-top: 0px;
  }
  .project-menu li a {
    padding: 8px 12px;
    margin: 10px 4px;
  }
  .pri_table_list {
    margin-bottom: 30px;
  }
  .single-awesome-project, .portfolio-2 .single-awesome-project {
    width: 100%;
    float: none;
  }
  .single-blog {
    margin-bottom: 30px;
  }
  .sus-btn {
    margin-left: 0;
    margin-top: 30px;
  }
  .contact-form {
    margin-top: 30px;
  }
  .head-team h5 {
    font-size: 22px;
  }
 .product-details-text h3, .bidding-details-text h3 {font-size: 18px;margin-bottom: 10px;}
 .bidding-area{padding: 7px 12px 18px 12px;margin-top: 8px;width: 100%;}
	
  .bidding_input{max-width:90px;padding: 5px;margin-right: 5px;}
	
  .product-details-tabs .nav-pills .nav-link a {font-size: 15px;}

  .product-details-tabs .nav-tabs .nav-link {font-size: 15px;letter-spacing: 1px;padding: 4px 13px;}
  .product-details-tabs .nav-tabs .nav-link.active{font-size: 15px;letter-spacing: 1px;padding: 4px 13px;}
	
  .footer-content {
    margin-bottom: 30px;
  }
  .header-bottom h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .page-area .slider-content {
    padding: 500px 0;
  }
  .search-option input {
    width: 74%;
  }
  .header-bottom h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  li.threaded-comments {
    margin-left: 0;
  }
.testimonials-area{padding: 40px 12px 50px 12px!important;}
.testimonials-area .col-3, .testimonials-area .col-md-3{padding: 0 5px;}
.cart{margin: 70px 0 20px 0;}
.cart-lists{margin-right: 0;}
.cart_item_image {width: 60px;}
.cart-item-name{max-width: 135px;font-size: 15px;line-height: 21px;padding-left: 8px;}
.cart-quantity{margin-left: -80px;margin-right: 5px;}
.cart-item-texts{margin-top: -10px;}
.cart-item-price{font-size: 14px;margin-right: 5px;}
.delete-item {font-size: 16px;padding: 0;position: absolute;margin-right: 5px;right:0;}
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #header {margin-top: 20px;height: 65px;}
  .submitbtn {
    float: none;
    width: 99.8%;
  }
  .icons-bottom ul li a {
    height: 40px;
    line-height: 37px;
    width: 40px;
  }
  .blog-post-dlc ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .awesome-portfolio-content .portfolio-2 {
    width: 50%;
  }
  .gallary-details .single-awesome-portfolio {
    width: 50%;
  }
  .tab-menu ul.nav li a {
    padding: 8px 20px;
  }
}

@media (max-width: 575px) {
  .slider-content {
	margin-top:50px;
    padding: 0;
  }
  .layer-1-2 img{margin-top: 35px;}
  
  .area-padding{padding: 40px 0;}
.mobile-nav-toggle i {
  color: #fff;visibility: visible;
}
  
}

.error {
  color: red;
}

.msg-div
{
  padding: 30px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
	font-family: "Share Tech", "niveau-grotesk", "din-condensed", "Noto Sans TC", sans-serif;
}

.customers-list 
{
  width: 100%;
  text-align: center;
}
.customers-list img
{
  width: 50px;
  margin: 5px;
}
.customers-list tr th
{
  border: 1px solid #000;
  color: #000;
  font-size: 13px;
  font-weight: 300;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  background-color: #fff;
}
.customers-list tr td
{
 border: 1px solid #000;
 color: #8a8b8c;
 font-size: 13px;
 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.customers-list .price
{
  text-align: right;
}
.customers-list tr .x-mark
{
  color: red;
}
.customers-list tr .v-mark
{
  color: #28a745;
}

.form-customers-manager input {
    margin-bottom: 2px;
}
.form-customers-manager .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.title-customers-manager {
  font-size: 21px;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 5px;
  color: #fff;
}
.scroll-table {
  overflow:scroll;
  height: auto;
  max-height: 220px;
}

.btn.btn-dark.btn-sm:focus{
  background-color: #343a3f;
}
.btn.btn-dark.btn-sm:active{
  background-color: transparent;
}
.d-none-cus {
	display: none !important;
}
