/* 
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 14px/24px "Open Sans", sans-serif;
  font-family: "Microsoft YaHei", 微軟正黑體, "Comic Sans MS", arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #777777;
  background: #f5f3eb;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input, button, select, textarea {
	outline: none;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: "Open Sans", sans-serif;*/
  font-family: "Microsoft YaHei", 微軟正黑體, "Comic Sans MS", arial, helvetica, sans-serif;
  color: #444444;
}
img {
	max-width:100%;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 5px;
}

.main-header .menu ul:after,
.normal-list:after,
.prodeut_data li:after {
	content: '';
	display: block;
	clear: both;
}

#news, #services, #portfolio, #about, #about2, #products, #contact {
  /*padding-top: 120px;*/padding-top: 70px;
}
.contentArea {
	margin:40px 0 10px;
	
}


/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #e3722e;
  color: white;
  padding: 10px 0;
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #e3722e;
}

.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 40px 0;
  padding: 10px 0;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-header .logo {
  margin-top: 5px;
}
.main-header .logo h1 {
  font-size: 28px;
  /*font-weight: 700;*/
  text-transform: uppercase;
}
.main-header .logo h1 a {
  /*
  width: 150px;
  height: 39px;
  text-indent:-99999px;
  background:#0C9;
  color: #FFFFFF;
  padding:10px 0;
  */
  display:block;
  background-size: contain; 
  text-align:center;
}
.main-header .menu {
  margin-top: 10px;
}
.main-header .menu > ul > li {
	border-right: 1px solid #7f4e20;
	float: left;
	/*margin-left: 15px;*/
	width: calc(99% / 10);
	text-align: center;
}
.main-header .menu > ul > li:first-child {
	width: 0;
	border: 0;
	position: absolute;
	left: -99999px;
}
.main-header .menu > ul > li:last-child {
	border: 0;
}
.main-header .menu ul li a,
.main-header .menu ul li select {
	/*
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	*/
	color: #7f4e20;
	font-size: 15px;
	padding: 5px 0;
	display: block;
	position: relative; 
}
.main-header .menu ul li select {
	border: 0;
	outline: none;
	margin:0 auto;
	width: 100%;
	text-align: center;
	text-align-last: center;
	/* webkit*/	
}

.main-header .menu ul li img[src$=svg] {
	max-height:24px;
}
.main-header .menu ul li select option:checked { /*color: red;*/ }
.main-header .menu ul li a.current {
  /*background: #e3722e;*/
  color: #e3722e;
}
.circle_in_red{
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: block;
  font-size: .85em;
  position: absolute;
  left: calc( 50% + 10px);
  top:0;
  border-radius: 50%;	
  background-color: #F00;
  color: #FFF;
}
.main-header-shrink {
  padding: 25px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -32px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #e3722e;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #e3722e;
}
.responsive-menu .menu ul li {
	float: none;
	width: 100%;
	border-right: 0;
	display: block;
	/*text-align: left;*/
	border-bottom: 1px solid #d1601c;
	margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #E0E0E0;
}
.responsive-menu .menu ul li select {
	width:100px;
}

.responsive-menu .menu ul li ul {
	width: 92%;
	margin: 0 auto;
	background-color: #E39931;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  /*margin-bottom: 80px;*/
  margin-bottom: 50px;
}
.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin: 30px 0 20px;
  color: #946134;
  letter-spacing:3px;
}
.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #e3722e;
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #e3722e;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}
.pagination {
	float: right;
	margin: 20px 100px 20px 0;
}

.pagination a,
.pagination span {
    color: black;
    float: left;
    padding: 5px 12px;
    text-decoration: none;
}
.pagination a.active {
    color: #fff;
    background-color: #f44336;
}
.pagination a.active:hover {
	
}
/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
#services .service-item .service-header {
  padding-bottom: 20px;
  clear: both;
}
#services .service-item .service-header i {
  color: #e3722e;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#services .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio {
	/*
  padding-bottom: 80px;
  margin-top: 100px;
  background: #3d3f3f;
  */
  display: none;
}
#portfolio .title-section h2 {
  /*color: white;*/
}
#portfolio .portfolio-thumb {
	/*
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  */
}
#portfolio .portfolio-thumb img {
	/*
  width: 100%;
  height: auto;
  */
}
#portfolio .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
div[id^="banner_"] {
	/*margin-bottom: 40px;*/
}
div[id^="banner_"] img {
	width:100%; height:auto;
}

input[name="about2"], input[name="product"] { display:none; }

.tabs {
	width: 360px;
	margin: 0 auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #7f4e20;
}
.tabs label {
	cursor: pointer;
	position: relative;
	font-size:17px;
	/*width: calc(25% - 24px * 3 /4);*/
	color: #7f4e20;
	padding-right:12px;
}
.tabs label + label {
	border-left: 1px solid #7f4e20;
	padding-left:12px;
}
.tabs label:nth-child(2) {
	/*width: 115px;*/
}
.tabs label:last-child {
	padding-right:0;
}
.tabs label span {
	position: absolute;
	width: 70px;
    height: 4px;
    background: #e3722e;
	bottom: -16px;
	left:calc(50% - 35px);
	display: none;
}
div[id^=tab] { display:none; }

input[id$="-1"]:checked ~ .container .tabs label[for$="-1"] span,
input[id$="-1"]:checked ~ .container > div[id$="1"]{display:block;}


input[id$="-2"]:checked ~ .container .tabs label[for$="-2"] span,
input[id$="-2"]:checked ~ .container > div[id$="2"]{display:block;}


input[id$="-3"]:checked ~ .container .tabs label[for$="-3"] span,
input[id$="-3"]:checked ~ .container > div[id$="3"]{display:block;}


input[id$="-4"]:checked ~ .container .tabs label[for$="-4"] span,
input[id$="-4"]:checked ~ .container > div[id$="4"]{display:block;}



#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}
#about .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #e3722e;
  text-transform: uppercase;
}
#about .our-team {
  margin-top: 80px;
}
#about .our-team .team-member {
  overflow: hidden;
}
#about .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#about .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#about .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#about .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#about .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#about .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#about .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#about .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#about .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#about .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #e3722e;
  margin-bottom: 10px;
}
#about .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}


/*------------------------------------------------------
	Cart Styles 
--------------------------------------------------------*/

.step {
	max-width: 480px;
	margin: 0 auto 50px;
    /*padding-left: 295px;*/
}
.step:after {
	content:'';
	display:block;
	clear:both;
}
.step li {
    float: left;
	text-align: center;
	width: calc(100% / 3);
}
.step li span {
    display: block;
    text-align: center;
    font-size: 15px;
    font-family: '微軟正黑體';
    color: #bbb;
}
.step li .current {
    color: #666;
}
.step li span b {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 50%;	
  background-color: #eeeeee;
  color: #bbbbbb;
}
.step li .current b {
  background-color: #a59489;
  color: #ffffff;	
}
.step_pay_select_caption {
    font-size: 11pt;
    font-weight: bold;
    color: #2d2d2d;
    text-indent: 32px;
    height: 35px;
    background-image: url(../images/icon_arrow.gif);
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 5px;
}
.pay_list {
	max-width: 960px;
	margin: 0 auto;
}
.pay_list table {
    width: 100%;
	border-bottom: 1px solid #eee;
	margin-bottom:25px;
}
.pay_list td {
    padding: 15px;
    line-height: 20px;
}
.pay_list td:nth-child(1) {
    width: 135px;
	padding: 15px 0 15px 15px;
}
.pay_list:nth-child(2) td {
    padding: 0;
	padding-left: 15px;
}
.pay_list:nth-child(2) td:nth-child(1) {
	vertical-align: middle;
}
.pay_list:nth-child(2) td:nth-child(2) {
    padding: 0;
	line-height: 40px;
}

.pay_list:nth-child(2) ul li + li {
	border-top: 1px solid #eee;	
}

.pay_list tr td {
    border-top: 1px solid #eee;
}
.pay_choose {
    width: 40px;
    background-color: #f7f7f7;
    text-align: center;
}
b.pay_choose {
	display: inline-block;
}
.step_pay_select_icon {
    position: absolute;
    right: 15px;
    margin-top: -5px;
}
.shop_list {
	width: 100%;
    /*
	width: calc(100% - 120px);
	margin: 0 60px;
    padding-top: 15px;
	*/
}
.shop_list th {
    padding: 0 5px 8px;
    border-bottom: 1px #eee solid;
    color: #686868;
}
#wrap .wd50 {
    width: 50px;
}
#wrap .alignL {
    text-align: left;
}
#wrap .alignR {
    text-align: right;
}
.shop_list tbody td a {
    color: #706e6c;
}
#wrap .alignC {
    text-align: center;
}
.shop_list .discountPrice, .shop_list .specialPrice,
.shop_list .bigPrice {
    color: #323232;
    font-weight: 500;
    line-height: 2;
	font-size: 1.2em;
}
.shop_list .buycount {
	width: 60px;
    padding: 3px 0;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    text-align: center;
    vertical-align: middle;

}
.shop_list .minus-lock {
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url(../images/btn_plusminus.gif) no-repeat;
    cursor: pointer;
    vertical-align: middle;
}
.shop_list .plus {
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url(../images/btn_plusminus.gif) no-repeat 0 -96px;
    cursor: pointer;
    vertical-align: middle;
}
.shop_list .tr_last_pay td {
    padding-top: 5px;
    text-align: right;
}
.shop_list .td_last {
    border-top: 1px #d5d5d5 dotted;
}
.shop_list .tr_last_pay #orderPrice {
    color: #c14948;
    font-size: 18px;
}
.roundbox {
	border: 1px #d5d5d5 solid;
	border-radius: 15px;
	padding: 20px;
	max-width: 960px;
	margin: 0 auto 30px;
}
.productItem {
	border-bottom: 1px dotted #e1e1e1;
}
.productItem td {
	padding: 12px 0 8px;
}

.productItem td ul li:first-child {
	margin-bottom: 10px;
}
.productItem td span.imgbox{
	display: inline-block;
	width: 20%;
	height: 0;
	padding-bottom: 20%;
	margin:0 20px 0 0;
	position:relative;
	overflow:hidden;
	float: left;
}

.productItem td a img{
	width:100%;
	height:auto;
	position:absolute;
	top: 0;
	left: 0;
}
.productItem td:nth-child(2) p {
	margin-bottom: 10px;
}

.soldTitle {
	display: inline-block;
	max-width: calc(100% - 85px);
	font-size: 1.4em;
}
.unitPrice {
	display: inline-block;
	vertical-align: middle;
	float: right;
}
.subtotal{
	/*
	margin-left: 20px;
	float:right;
	*/
}
.shop_list tfoot span {
	display: inline-block;
	line-height: 36px;
}
.shop_list tfoot span:first-child {
	width: calc(100% - 85px);
	text-align:right;
	vertical-align: bottom;
}

.shop_list tfoot span + span, .delItem {
	float: right;
}
button[name="btnchg"] {
	border: none;
	background: none;
	color: #c14948;
	text-decoration: underline;
	outline: none;
}

.order h2 {
    height: 30px;
    /*text-indent: 60px;*/
    font-size: 20px;
    color: #858585;
    font-family: "Microsoft JhengHei","微軟正黑體";
}
.order ul, .ask_note ul, .ask_note p, .ask_note h3, #comment-form-outer {
	/*
    margin: 0 60px;
	*/
    padding-top: 10px;
    color: #686868;
}
.order ul, #comment-form-outer {
    border-top: 1px #eee solid;
}
.order ul h3, .order ul h4 {
    display: inline;
    padding: 0 15px 0 0;
	color: #000;
}
.order ul li {
    margin: 20px 0;
	position: relative;
}
.order input {
    width: 200px;
    height: 30px;
    padding: 0 3px;
    border: 1px #ccc solid;
    line-height: 2.5;
    vertical-align: middle;
}
.order input.addr {
    width: 390px;
	max-width: 96%;
}
.order input.radio {
    width: 16px;
    border: none;
    margin: 0 5px 4px 60px;
    vertical-align: middle;
	display: inline-block;
}

.order select, .remain select, .askform select, #CountryName {
    height: 32px;
    padding: 0;
    border-color: #ccc;
    color: #a8a8a8;
    margin-left: 0;
    vertical-align: middle;
    line-height: 28px;
}
.step_pay_action {
	text-align: center;
	margin: 20px 0;
}
.step_pay_action_li_left {
    display: inline;
}
.btn_130_30 {
	border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-family: "Microsoft JhengHei","微軟正黑體";
    display: inline-block;
    text-decoration: none;
	width: 200px;
    height: 35px;
	background: #5e3b25;
    line-height: 31px;
    text-align: center;
	cursor: pointer;
}
.btn_130_30:hover {
	background: #c3a789;
	color: #ffffff;
}
.step_pay_action_li_right {
    margin-left: 40px;
    display: inline;
}

span.remind, span.field-validation-error {
	background: #C2C2C2;
	border: 1px solid #666;
	border-radius: 3px;
    display: inline-block;
    padding: 0 0 0 20px;
    position: absolute;
	top: 5px;
	left:285px;
    color: #fff;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    z-index: 900;
}
span.remind:after, span.remind:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

span.remind:after {
	border-color: rgba(194, 194, 194, 0);
	border-right-color: #C2C2C2;
	border-width: 6px;
	margin-top: -6px;
}
span.remind:before {
	border-color: rgba(102, 102, 102, 0);
	border-right-color: #666;
	border-width: 7px;
	margin-top: -7px;
}

span.remind strong, span.field-validation-error strong {
    display: inline-block;
    height: 20px;
    line-height: 1.3;
    padding: 6px 14px 0 0;
}
span.remind {
    display: none;
}
.mred, .red {
    color: #c14948;
}
.statement ul {
    margin-left: 40px;
}
input#agree,
input#agree + ul {
	display: inline-block;
	vertical-align: top;
}
input#agree + ul a {
	color: #c14948;
}
input#agree + ul a:hover {
	color: #AD6B5C;
}
.check, .check2 {
    color: #4d3126;
    width: auto;
    background: #fff;
    border: 1px #ccc solid;
    padding-top: 15px;
    z-index: 2000;
}
.check table {
    width: 90%;
    margin: 0 5%;
}
.sum, .checkout {
    display: inline-block;
    width: 420px;
    margin: 0;
    text-align: right;
}
.checkout {
    margin: 10px 0 20px 5px;
}
.btn_styles {
    background: rgb(94, 59, 37);
    color: #fff;
    padding: 0 0 0 1px;
    display: inline-block;
    font-size: 15px;
}
.checkout a div {
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 1.9;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: "Microsoft JhengHei","微軟正黑體";
}

.order-detail {
	max-width: 960px;
    margin: 0 auto 30px;	
}
.order-detail p.status {
	font-size: 14px;
	line-height: 2.2em;
}
.status em, .status strong {
    color: #c14948;
    padding: 0 3px;
	font-size: 18px;
}


/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#contact .contact-form input[type="radio"] {
	display: inline-block;
	width: auto;
	margin-right:5px;
	margin-bottom: 15px;
}
#contact .contact-form label:not([for^=type]) {
	display: block;
	margin-bottom: 5px;
}
div[id^=sub] { display:none; }

#type1:checked ~ #sub1 {
	display: block;
}
#type2:checked ~ #sub2 {
	display: block;
}

#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contact .map-holder {
	position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#contact .map-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contact .contact-info {
  margin-top: 30px;
}
#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #e3722e;
  font-size: 16px;
  margin-right: 12px;
}

.flexslider {
/*margin-top: 114px;
  margin-top: 70px;*/
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 39%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 45px;
}
.flex-caption p {
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

/*------------------------------------------------------
	Product Styles 
--------------------------------------------------------*/
.prodeut_data {
	color: #7f4e20;
}
.prodeut_data li {
	padding-top:15px;	
}
.prodeut_data p {
	float:left;
	overflow:hidden;
}
.prodeut_data p:first-child {
	font-family: "Times New Roman", Georgia, Serif;
	font-weight: 600;
	font-size: 1.2em;
	width:120px;
}
.prodeut_data p:first-child:after {
	content: '/';
	float: right;
	padding-right: 8px;
	font-weight: 600;
}
.prodeut_data p + p > b {
	font-size:2em;
}
.prodeut_data p + p {
	width:calc(100% - 130px);
	margin-left: 5px;
}
.prodeut_data p + p > span {
	font-size:3em;
	color: #F00;
	font-family: 'Century Gothic','Tw Cen MT Condensed';
}
.prodeut_data p + p > span:before {
	content: '$';
	font-size:.5em;
	margin-right:5px;
	vertical-align: text-top;
	position:relative;
	top:3px;
}
.prodeut_data button,
.goback input[type="button"] {
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	background-color: white; 
    color: black; 
    border: 1px solid #7f4e20;
}
.prodeut_data button:hover,
.goback input[type="button"]:hover {
	background-color: #7f4e20;
    color: white;
}

/*------------------------------------------------------
	Product Styles 
--------------------------------------------------------*/
.news-title {
	font-size:1.9em;
	line-height:2.3em;
}
.news-date {
	/*text-align:right;*/
}
.goback {
	text-align: center;
	margin-top: 25px;
}
.goback input[type="button"] {
	/*
    height: 35px;
    width: 125px;
    background: #E9DFC3;
    overflow: hidden;
	border: none;
	outline: none;
    cursor: pointer;
	*/
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 100px;
  /*background-color: #e3722e;*/
  background-color: #969596;
  color: white;
  padding: 25px 0;
}
.site-footer p {
  margin-top: 10px;
}
.site-footer #go-top {
  background-color: rgba(227, 117, 49, 0.5);
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  display: block;
  width:30px;
  line-height:30px;
  height:30px;
  border-radius:8px;
  /*
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;*/
}
.site-footer .go-top {
  /*float: right;*/
  position:fixed;
  bottom: 10px;
  right: 15px;
  text-transform: uppercase;
}
.site-footer .go-top i {
  
}


/*------------------------------------------------------
	Index List *  Carousel > Demo #2
--------------------------------------------------------*/
.carousel-list, .normal-list{
	/*width:1000px;height:380px;height:0; padding-bottom:38%; */ width:calc(100% - 200px); margin: 0 auto;
}
.normal-list{
	height:auto;
	padding:0;
}

#portfolio .carousel-list{ /*padding-bottom:50%;*/ }

.normal-list + div:not(.pagination) {
	text-align: right;
}
.normal-list + div:not(.pagination) a {
	color: #946134;
	padding-right:120px;
}

.owl-carousel li {
	width:100% !important;
}
.owl-nav div {
    position: absolute;
    top: 40%;
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    background: #fff;
    color: transparent;
    transition: opacity 0.5s, transform 0.5s;
    opacity: 0;
}
.owl-nav div:hover {
    border-color: #fe983d;
    background-color: #fe983d;
}
.owl-nav div.owl-next{
    right: -44px;
    -webkit-transform: translate(30px,0);
    -moz-transform: translate(30px,0);
    -o-transform: translate(30px,0);
    -ms-transform: translate(30px,0);
    transform: translate(30px,0);
}
.owl-nav div.owl-prev{
    left:-44px;
    -webkit-transform: translate(-30px,0);
    -moz-transform: translate(-30px,0);
    -o-transform: translate(-30px,0);
    -ms-transform: translate(-30px,0);
    transform: translate(-30px,0);
}
.owl-carousel:hover  .owl-nav div{
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    z-index: 10;
}
.owl-nav div:before{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #616469;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    display: block;
}
.owl-nav div:hover:before{
    color:#fff;
}
.owl-nav div.owl-prev:before{
    content: "\f104";
}
.owl-nav div.owl-next:before{
    content: "\f105";
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
@media (max-width: 767px){
    .owl-nav div.owl-next{
        right: 15px;
    }
    .owl-nav div.owl-prev{
        left: 15px;
    }

    .flexslider,.flexslider .slides,.flexslider .slides > li{
      min-height: 50vh;
      width: 200%;
    }

    .flexslider .slides img{
      height: auto;
    }


}


/* Navbar */
.carousel-list .sliderkit-nav{left:0;/*width:1000px;height:380px;padding:10px;background:#ccc;bottom:0;*/}
.carousel-list .sliderkit-nav-clip ul li, .normal-list li{
	float:left;
	margin:0 20px 0 0; 
	width: calc((100% -  60px) /4);/* height: 380px;*/
}
.normal-list li{margin-bottom:20px !important;}
.normal-list li:nth-child(4n) { margin-right:0; }

#portfolio .carousel-list .sliderkit-nav{/*height:500px;padding:10px;background:#ccc;bottom:0;*/}
#portfolio .carousel-list .sliderkit-nav-clip ul li{/*height: 500px;*/}


.carousel-list .sliderkit-nav-clip ul li a{
	display: block;
    opacity: 1;
    text-decoration: none;
}
.carousel-list .sliderkit-nav-clip ul li a:hover{opacity:0.8;}

/* Navbar buttons */
.carousel-list .sliderkit-nav .sliderkit-nav-btn{position:absolute;top:0;}
.carousel-list .sliderkit-nav .sliderkit-nav-btn span{display:none;}
.carousel-list .sliderkit-nav .sliderkit-nav-btn a{display:block;width:15px;height:84px;background:transparent url("../images/arrows-h.png") no-repeat center 0;}
.carousel-list .sliderkit-nav .sliderkit-nav-prev{left:20px;}
.carousel-list .sliderkit-nav .sliderkit-nav-next{right:20px;}
.carousel-list .sliderkit-nav .sliderkit-nav-prev a{/*background-position:-89px center;*/background-position:left center}
.carousel-list .sliderkit-nav .sliderkit-nav-next a{background-position:-108px center;}


.carousel-list .sliderkit-nav .sliderkit-nav-btn {
    position: absolute;
    top: 30%;
}
.carousel-list .sliderkit-nav .sliderkit-nav-btn a {
    display: block;
    width: 20px;
    height: 55px;
    background: url(../images/arrows-h.png);
	outline: none;
}
.carousel-list .sliderkit-nav .sliderkit-nav-prev {
    left: -35px;
}
.carousel-list .sliderkit-nav .sliderkit-nav-prev a {
    background-position: left center;
}
.carousel-list .sliderkit-nav .sliderkit-nav-next {
    right: -35px;
}
.carousel-list .sliderkit-nav .sliderkit-nav-next a {
    background-position: right center;
}
.carousel-list .sliderkit-nav-clip ul li a {
    display: block;
    opacity: 1;
    text-decoration: none;
}




.listbox {
    /*height: 380px;*/
    overflow: hidden;
    border: 1px #a38b77 solid;
    background-color: rgba(100%,100%,100%,0.3);
}
.listbox span {
    display: block;
	text-align: center;
}
.listbox span.news-pic {
	/*
    width: 220px;
    height: 290px;
	padding-bottom: 131.81%;
	*/
	width: 100%;
	height:0;
	padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: #960 solid 1px;
}
.listbox span.news-pic img {
    width: 100%;
    height: auto;
}
.listbox span.news-text {
    /*width: 190px;*/
    overflow: hidden;
    margin: 0 auto 5px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    /* font-weight: bold; */
    color: #604C3F;
    line-height: 26px;
    border-bottom: 1px #a38b77 solid;
}
.listbox span.news-time,
.listbox span.news-desc {
    /*width: 190px;*/
    overflow: hidden;
    margin: 0 auto 10px;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    color: #604C3F;
    line-height: 22px;
}
.listbox span.news-desc {
	width: clac(100% - 20px);
	height: 150px;
	padding: 10px 0 10px 10px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
}
#portfolio .listbox {
	border:0;
	/*height:500px;*/
}
@media (max-width: 991px){
	.normal-list, .carousel-list { width:calc(100% - 60px); }
	.normal-list + div:not(.pagination) a { padding-right:60px;}
	
	.carousel-list { /*padding-bottom:60%;*/ }
	#portfolio .carousel-list{ /*padding-bottom:80%;*/ }
	.normal-list li, .carousel-list .sliderkit-nav-clip ul li{
		margin:0 20px 0 0; 
		width: calc((100% -  20px) /2);
	}
    
    .normal-list li:nth-child(2n) { margin-right:0; }
	.normal-list + div:not(.pagination) a { padding-right:50px; }
	
	.title-section {  margin-bottom: 30px; }
.pagination { margin: 20px 30px 0 0; }
	.site-footer { margin-top: 50px;}
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 100px;
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
	
	.flex-caption {
		display: none !important;
	}
  
	.contact-form {
		margin-bottom: 60px;
	}
  
	.main-header {
		height: 96px;
	}
	.main-header .logo {
		margin: 0;
		position:relative;
		z-index:99;
	}
  
	.flexslider {
		margin-top: 94px;
	}
  
	.responsive-menu .menu {
		top: 38px;
	}
	.responsive-menu .menu ul li a {
		padding: 5px 20px;
	}
	.main-header .menu ul li select {
		width:100%;
		background-color:transparent;
		background-color: #e3722e;
		color: #ffffff;
		padding: 8px 15px;
	}
	.main-header .menu ul li select option {
		background-color:#F90;
		border-bottom: 1px solid #d1601c;
	}
	.step_pay_action_li_right {
		margin-left: 0;
		margin-top: 10px;
		display: block;
	}
	.order ul li.address {
		margin-top: -10px;
	}
	li.address h3 {
		display: none;
	}
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/
@media only screen and (max-width: 480px) {
	
	
	.normal-list li, .carousel-list .sliderkit-nav-clip ul li{
		margin: 0 20px 0 0;
    /*width: 100%;*/
    width: calc((100% - 20px) /2);
	}
	
}

/*---------------sheepy code------------------------------*/



  .contactToProduct {
    text-align: center;
  }

  .contactToProduct.top {
    margin-bottom: 50px;
  }

  .contactToProduct.bottom {
    /*margin-top: 50px;*/
  }

  .contactToProduct a{
    color: #7f4e20;
  }



  .normal-list + div:not(.pagination).moreProduct{
    text-align: center;
    display: block;
    margin-top: 50px;
  }


@media only screen and (min-width: 991px) {

  .mobile{
    display: none;
  }



}

@media only screen and (max-width: 991px) {

  .contactToProduct.top span,
  .contactToProduct.bottom span{
    display: none;
  }
}