/* 
Main Stylesheet
Created By: Dimbleweb
*/

/* INITIAL CSS */
body {color: #000000; font-family: 'GeneralFont', Arial, Verdana; font-size: 14px; line-height: 24px; position: relative; background: #fff;}

h1, h2, h3, h4, h5, h6 {font-weight: 100; font-family: 'GeneralFont'; color: #030708;}
h1 {font-size: 36px; line-height: 42px; margin-bottom: 15px;}
h2 {font-size: 32px; line-height: 38px; margin-bottom: 15px;}
h2.big {font-size: 36px; line-height: 42px; margin-bottom: 15px;}
h3 {font-size: 28px; line-height: 34px; margin-bottom: 15px;}
h4 {font-size: 24px; line-height: 30px; margin-bottom: 15px;}
h5 {font-size: 20px; line-height: 26px; margin-bottom: 15px;}
h1 b, h2 b, h3 b, h4 b, h5 b {font-family: 'BoldFont';}
.ft-med-size {font-size: 18px; line-height: 30px; font-weight: 100;}
.ft-regular {font-family: 'GeneralFont', Arial, Verdana;}
.ft-bold-regular2{font-family: 'BoldFont2', Arial, Verdana;}
h1.no-mb, h2.no-mb, h3.no-mb, h4.no-mb {margin-bottom: 0px;}
p, p a {font-size: 14px; color: #000000; line-height: 24px;}
p a:hover {text-decoration: underline; color: #a48228;}
p.ft-big {font-size: 18px; line-height: 24px;}
a {color: #a48228; font-size: 14px; line-height: 24px; text-decoration: none;
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
a:hover {color: #9b791b; text-decoration: underline;}
a.pt {cursor: pointer;}
a.no-td:hover {text-decoration: none !important;}
small {font-size: 11px;}

.ft-bold {font-family: 'BoldFont', 'GeneralFont', Arial, Verdana;}

b, strong {font-family: 'BoldFont';}
i, em {font-family: 'GeneralFont' !important; font-style: italic;}
b i, i b, b em, em b, strong i, i strong, strong em, em strong {font-family: 'BoldFont'; font-style: italic;}
small {font-size: 13px; line-height: 18px;}
img.full-width {width: 100%;}
.big {font-size: 20px; line-height: 28px;}

h2.type-2 {margin-bottom: -15px;}

.ta-center {text-align: center;}
.ta-left {text-align: left;}
.ta-right {text-align: right;}
.fl-left {float: left;}
.fl-right {float: right;}
.fl-clear {clear: both;}
.dmb-img-wrap {position: relative; width: 100%; height: 100%; background: transparent;}
.dmb-img-wrap img {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;}
.dmb-img-wrap-2 {position: relative; width: 100%; height: 100%; background: transparent;}
.dmb-img-wrap-2 img {position: absolute; top:0; bottom: 15%; left: 0; right: 0; margin: auto;}

.ft-title{font-family: 'BoldFont', Arial, Verdana !important;}
.ft-general{font-family: 'GeneralFont', Arial, Verdana !important;}

.cl-white {color: #fff;}
.cl-white a, .cl-white a:hover {color: #fff;}
.cl-white a:hover {text-decoration: underline;}

.gen-img-wrap {margin-bottom: 30px;}
.gen-img-wrap img {max-width: 100%; display: block;}
.gen-img-wrap img.centered {margin-left: auto; margin-right: auto;}
.mlr-auto {margin: 0 auto;}

.col-pd-left {width: 95%; padding-left: 5%;}
.col-pd-right {width: 95%; padding-right: 5%;}
.col-pd-left-2 {width: 97.5%; padding-left: 2.5%;}
.col-pd-right-2 {width: 97.5%; padding-right: 2.5%;}
.col-pd-both {width: 90%; padding-left: 5%; padding-right: 5%;}
.col-pd-both-2 {width: 95%; padding-left: 2.5%; padding-right: 2.5%;}

.cl-secondary {color: #a48228;}

.sec-full-width {float: left; width: 100%; position: relative;}
/* /INITIAL CSS */


/* GENERAL LAYOUT CSS */
/*
.wrap {width: 1280px; margin: 0 auto; position: relative;}
.wrap-2 {width: 980px; margin: 0 auto; position: relative;}
.wrap-3 {width: 800px; margin: 0 auto; position: relative;}
.wrap-small {width: 600px; margin: 0 auto; position: relative;} */

.wrap, .wrap-2, .wrap-3, .wrap-small {margin: 0 auto; position: relative;}

@media only screen and (min-width: 1401px) {
	.wrap-2, .wrap-3, .wrap-small {width: 60%;}	
}
@media only screen and (max-width: 1400px) {
	.wrap-2, .wrap-3, .wrap-small {width: 70%;}
}

@media only screen and (min-width: 1281px) {
	.wrap {width: 90%;}
}

@media only screen and (max-width: 1280px) {
	.wrap {width: 95%;}
	.wrap-2, .wrap-3, .wrap-small {width: 80%;}
}

@media only screen and (max-width: 768px) {
	.wrap-2, .wrap-3, .wrap-small {width: 95%;}	
}

/*
@media only screen and (max-width: 980px) {
	.wrap-2 {width: 95%;}
}
@media only screen and (max-width: 800px) {
	.wrap-3 {width: 95%;}
}
@media only screen and (max-width: 600px) {
	.wrap-small {width: 95%;}
} */

.container {width: 100%; float: left;}
.section {clear: both; padding: 0px; margin: 0px;}
.group:before, .group:after {content: ""; display: table;}
.group:after {clear: both;}
.group {zoom:1; /* For IE 6/7 (trigger hasLayout) */}

.dmb-col {display: block; float: left; margin: 0% 0 0% 1.6%; position: relative;}
.dmb-col.first-col {margin-left: 0;}
.dmb-col:first-child {margin-left: 0;} /* all browsers except IE6 and lower */
@media only screen and (max-width: 480px) {
	.dmb-col {margin: 0;}
	.dmb-col.mbtm40 {margin-bottom: 40px;}
	.dmb-col.mbtm30 {margin-bottom: 30px;}
	.dmb-col.mbtm20 {margin-bottom: 20px;}
	.dmb-col.mbtm10 {margin-bottom: 10px;}
	.dmb-col.no-m {margin: 0;}
}

.cl-brown {color: #5c3d38 !important;}
.cl-white {color: #fff !important;}
.cl-green {color: #177c0a !important;}
.cl-gray {color: #555 !important;}
.cl-black {color: #030708 !important;}
/* /GENERAL LAYOUT CSS */


/* TWO COLUMNS CSS */
.span_1_of_2 {width: 49.2%;}
.span_2_of_2 {width: 100%;}
@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 {width: 100%;}
}
/* /TWO COLUMNS CSS */


/* THREE COLUMNS CSS */
.span_3_of_3 {width: 100%;}
.span_2_of_3 {width: 66.13%;}
.span_1_of_3 {width: 32.26%;}
@media only screen and (max-width: 480px) {
	.span_3_of_3, .span_2_of_3, .span_1_of_3 {width: 100%;}
}
/* /THREE COLUMNS CSS */


/* FOUR COLUMNS CSS */
.span_4_of_4 {width: 100%;}
.span_3_of_4 {width: 74.6%;}
.span_2_of_4 {width: 49.2%;}
.span_1_of_4 {width: 23.8%;}
@media only screen and (max-width: 480px) {
	.span_4_of_4, .span_3_of_4, .span_2_of_4, .span_1_of_4 {width: 100%;}
}
/* /FOUR COLUMNS CSS */


/* FIVE COLUMNS CSS */
.span_5_of_5 {width: 100%;}
.span_4_of_5 {width: 79.68%;}
.span_3_of_5 {width: 59.36%;}
.span_2_of_5 {width: 39.04%;}
.span_1_of_5 {width: 18.72%;}
@media only screen and (max-width: 480px) {
	.span_5_of_5, .span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5 {width: 100%;}
}
/* /FIVE COLUMNS CSS */


/* SIX COLUMNS CSS */
.span_6_of_6 {width: 100%;}
.span_5_of_6 {width: 83.06%;}
.span_4_of_6 {width: 66.13%;}
.span_3_of_6 {width: 49.2%;}
.span_2_of_6 {width: 32.26%;}
.span_1_of_6 {width: 15.33%;}
@media only screen and (max-width: 480px) {
	.span_6_of_6, .span_5_of_6, .span_4_of_6, .span_3_of_6, .span_2_of_6, .span_1_of_6 {width: 100%;}
}
/* /SIX COLUMNS CSS */


/* SEVEN COLUMNS CSS */
.span_7_of_7 {width: 100%;}
.span_6_of_7 {width: 85.48%;}
.span_5_of_7 {width: 70.97%;}
.span_4_of_7 {width: 56.45%;}
.span_3_of_7 {width: 41.94%;}
.span_2_of_7 {width: 27.42%;}
.span_1_of_7 {width: 12.91%;}
@media only screen and (max-width: 480px) {
	.span_7_of_7, .span_6_of_7, .span_5_of_7, .span_4_of_7, .span_3_of_7, .span_2_of_7, .span_1_of_7 {width: 100%;}
}
/* /SEVEN COLUMNS CSS */


/* EIGHT COLUMNS CSS */
.span_8_of_8 {width: 100%;}
.span_7_of_8 {width: 87.3%;}
.span_6_of_8 {width: 74.6%;}
.span_5_of_8 {width: 61.9%;}
.span_4_of_8 {width: 49.2%;}
.span_3_of_8 {width: 36.5%;}
.span_2_of_8 {width: 23.8%;}
.span_1_of_8 {width: 11.1%;}
@media only screen and (max-width: 480px) {
	.span_8_of_8, .span_7_of_8, .span_6_of_8, .span_5_of_8, .span_4_of_8, .span_3_of_8, .span_2_of_8, .span_1_of_8 {width: 100%;}
}
/* /EIGHT COLUMNS CSS */


/* NINE COLUMNS CSS */
.span_9_of_9 {width: 100%;}
.span_8_of_9 {width: 88.71%;}
.span_7_of_9 {width: 77.42%;}
.span_6_of_9 {width: 66.13%;}
.span_5_of_9 {width: 54.84%;}
.span_4_of_9 {width: 43.55%;}
.span_3_of_9 {width: 32.26%;}
.span_2_of_9 {width: 20.97%;}
.span_1_of_9 {width: 9.68%;}
@media only screen and (max-width: 480px) {
	.span_9_of_9, .span_8_of_9, .span_7_of_9, .span_6_of_9, .span_5_of_9, .span_4_of_9, .span_3_of_9, .span_2_of_9 , .span_1_of_9 {width: 100%;}
}
/* /NONE COLUMNS CSS */


/* TEN COLUMNS CSS */
.span_10_of_10 {	width: 100%;}
.span_9_of_10 {width: 89.84%;}
.span_8_of_10 {width: 79.68%;}
.span_7_of_10 {width: 69.52%;}
.span_6_of_10 {width: 59.36%;}
.span_5_of_10 {width: 49.2%;}
.span_4_of_10 {width: 39.04%;}
.span_3_of_10 {width: 28.88%;}
.span_2_of_10 {width: 18.72%;}
.span_1_of_10 {width: 8.56%;}
@media only screen and (max-width: 480px) {
	.span_10_of_10, .span_9_of_10, .span_8_of_10, .span_7_of_10, .span_6_of_10, .span_5_of_10, 
	.span_4_of_10, .span_3_of_10 , .span_2_of_10, .span_1_of_10 {width: 100%;}
}
/* /TEN COLUMNS CSS */


/* ELEVEN COLUMNS CSS */
.span_11_of_11 {width: 100%;}
.span_10_of_11 {width: 90.76%;}
.span_9_of_11 {width: 81.52%;}
.span_8_of_11 {width: 72.29%;}
.span_7_of_11 {width: 63.05%;}
.span_6_of_11 {width: 53.81%;}
.span_5_of_11 {width: 44.58%;}
.span_4_of_11 {width: 35.34%;}
.span_3_of_11 {width: 26.1%;}
.span_2_of_11 {width: 16.87%;}
.span_1_of_11 {width: 7.63%;}
@media only screen and (max-width: 480px) {
	.span_11_of_11, .span_10_of_11, .span_9_of_11, .span_8_of_11, .span_7_of_11, .span_6_of_11, 
	.span_5_of_11, .span_4_of_11 , .span_3_of_11, .span_2_of_11, .span_1_of_11 {width: 100%;}
}
/* /ELEVEN COLUMNS CSS */


/* TWELVE COLUMNS CSS */
.span_12_of_12 {width: 100%;}
.span_11_of_12 {width: 91.53%;}
.span_10_of_12 {width: 83.06%;}
.span_9_of_12 {width: 74.6%;}
.span_8_of_12 {width: 66.13%;}
.span_7_of_12 {width: 57.66%;}
.span_6_of_12 {width: 49.2%;}
.span_5_of_12 {width: 40.73%;}
.span_4_of_12 {width: 32.26%;}
.span_3_of_12 {width: 23.8%;}
.span_2_of_12 {width: 15.33%;}
.span_1_of_12 {width: 6.86%;}
@media only screen and (max-width: 480px) {
	.span_12_of_12, .span_11_of_12, .span_10_of_12, .span_9_of_12, .span_8_of_12, .span_7_of_12, 
	.span_6_of_12, .span_5_of_12 , .span_4_of_12, .span_3_of_12, .span_2_of_12, .span_1_of_12 {width: 100%;}
}
/* /TWELVE COLUMNS CSS */

/* WYSIWYG CONTENT */
.wysiwyg-content, .wysiwyg-content p, .wysiwyg-content a, .wysiwyg-content ul li, .wysiwyg-content ol li {font-size: 14px; color: #000000; line-height: 24px; font-family: 'GeneralFont', Arial, Verdana;}
.wysiwyg-content.white, .wysiwyg-content.white p, .wysiwyg-content.white a, .wysiwyg-content.white ul li, .wysiwyg-content.white ol li {color: #fff;}
.wysiwyg-content a {color: #888;}
.wysiwyg-content a:hover {color: #0d4e9f; text-decoration: underline;}
.wysiwyg-content.white a {color: #fff;}
.wysiwyg-content.white a:hover {color: #fff;}
.wysiwyg-content.white h1, .wysiwyg-content.white h2, .wysiwyg-content.white h3, .wysiwyg-content.white h4 {color: #fff;}
.wysiwyg-content ul li {padding-left: 0px; list-style-type: disc; padding-bottom: 3px; margin-left: 55px;}
.wysiwyg-content ul.no-ml li {margin-left: 17px; padding-left: 8px;}
.wysiwyg-content ol li {list-style-type: decimal; margin-left: 55px;}

.wysiwyg-content img.feat-img {float: left; max-width: 50%; margin-right: 20px; margin-bottom: 20px;}
.wysiwyg-content img {max-width: 100% !important;}

.wysiwyg-content table tbody tr {border-bottom: 1px solid #ddd;}
.wysiwyg-content table tbody tr:first-child {border-top: 1px solid #ddd;}
.wysiwyg-content table tbody tr td {border-right: 1px solid #ddd; padding: 5px 8px; vertical-align: middle;} 
.wysiwyg-content table tbody tr td:first-child {border-left: 1px solid #ddd;}
.wysiwyg-content table.fr-alternate-rows tr:nth-child(odd) td {background: #fff;}
.wysiwyg-content table.fr-alternate-rows tr:nth-child(even) td {background: #f5f5f5;}
/* /WYSIWYG CONTENT */

/* FORM */
label.error {display: block; margin-top: 2px; font-size: 12px; line-height: 21px; color: #f21a1a; font-family: 'LightFont'; margin-bottom: 8px;}
.gen-form {}
.gen-form .req {color: #f55151;}
.gen-form-row {width: 100%; float: left; margin-bottom: 20px; position: relative;}
.gen-form-row.no-mb {margin-bottom: 0;}
.gen-form-row.half {width: 48%; margin-right: 4%;}
.gen-form-row.half.no-mr {margin-right: 0;}
.gen-form-row.no-mb {margin-bottom: 0 !important;}
.gen-form label.form-label{color: #333; display: block; font-family: 'GeneralFont'; font-size: 16px; line-height: 22px; margin-bottom: 10px;}
.gen-form label.form-label span {color: #b3b3b3;}
.gen-form label.form-label.inline {display: inline; margin: 0;}
.gen-form input[type="text"], .gen-form input[type="email"], .gen-form input[type="password"], .gen-form textarea, ul#sc-content-list .prod-detail input[type="text"] {background: #f1f2f2; border: 1px solid transparent; font-family: 'GeneralFont', Arial, Verdana; color: #333; width: 65%; font-size: 14px; line-height: 18px; padding: 12px 3%;
transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in;}
.gen-form input[type="text"]:hover, .gen-form input[type="text"]:focus, .gen-form input[type="email"]:hover, .gen-form input[type="email"]:focus, .gen-form input[type="password"]:hover, .gen-form input[type="password"]:focus, .gen-form textarea:hover, .gen-form textarea:focus {outline: 0;
box-shadow: 0px 0px 8px #afafaf; -webkit-box-shadow: 0px 0px 8px #afafaf; -moz-box-shadow: 0px 0px 8px #afafaf; -o-box-shadow: 0px 0px 8px #afafaf;}
.gen-form input[type="text"].readonly, .gen-form input[type="email"].readonly, .gen-form input[type="password"].readonly, .gen-form textarea.readonly {background: #dfdfdf;}
a.gen-btn {display: inline-block;}
a.gen-btn.round {
border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -o-border-radius: 30px;}
a.gen-btn.block {display: block; font-size: 14px; letter-spacing: 2px;}
.gen-btn.na, .gen-btn.na :hover {background: #383838; color: #fff; cursor: default;}
.gen-form input[type="submit"], .gen-form input[type="button"], a.gen-btn {border: 1px solid transparent; background: #a48228; text-align: center; color: #fff; font-size: 15px; line-height: 15px; font-family: 'GeneralFont', Arial, Verdana; cursor: pointer; padding: 10px 20px;
transition: all 0.2s linear; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
.gen-form input[type="submit"]:hover, .gen-form input[type="button"]:hover, a.gen-btn:hover, 
.gen-form input[type="submit"]:focus, .gen-form input[type="button"]:focus, a.gen-btn:focus {color: #fff; background: #9b791b; text-decoration: none; outline: 0;}
.gen-form input[type="submit"].wide, a.gen-btn.wide {min-width: 250px;}
.gen-form input[type="submit"].half-wide, a.gen-btn.half-wide, .gen-form input[type="button"].half-wide {min-width: 150px;}
.gen-form input[type="button"].gray {background: #b5b5b5;}
.gen-form input[type="submit"].full-width {width: 100%;}
input[type="submit"].calendar-submit {width: 50%; padding-top: 15px; padding-bottom: 15px;}
.gen-form span.help-block {display: block; font-size: 14px; line-height: 18px; color: #000000; margin-top: 3px;}
a.gen-btn-hollow {font-size: 18px; line-height: 18px; display: inline-block; padding: 10px 30px; border: 2px solid #a48228; cursor: pointer;
transition: all 0.25s ease-in; -webkit-transition: all 0.25s ease-in; -moz-transition: all 0.25s ease-in; -o-transition: all 0.25s ease-in;}
a.gen-btn-hollow:hover {background: #a48228; color: #fff; text-decoration: none;}

.checkbox-container {}
.checkbox-container input[type="checkbox"] {display: none;}
.checkbox-container label {font-family: 'GeneralFont'; font-size: 14px; line-height: 18px; padding-top: 4px; color: #000000; display: inline-block; padding-left: 28px; background: url(../images/icon/checkbox.png) no-repeat left top;}
.checkbox-container label:hover {cursor: pointer;}
.checkbox-container label.no-mr {margin-right: 0;}
.checkbox-container label a {color: #9b791b; font-size: 16px; line-height: 24px;}
.checkbox-container label a:hover {text-decoration: none;}
.checkbox-container .chb-section {float: left; width: 30%; margin-right: 5%; margin-bottom: 5px;}
.checkbox-container .chb-section:nth-child(3n) {margin-right: 0;}
.checkbox-container .chb-section:nth-child(3n + 1) {clear: both;}

.checkbox-container input[type="checkbox"]:checked + label {background: url(../images/icon/checkbox-checked.png) no-repeat left top;}
::-webkit-input-placeholder { color: #b0b0b0; font-family: 'ItalicFont';}
::-moz-placeholder { color: #b0b0b0; opacity: 1.0; font-family: 'ItalicFont';}
:-ms-input-placeholder { color: #b0b0b0; font-family: 'ItalicFont';}

.gen-form-row span.req {color: #ff3333;}

.gen-form select {font-size: 14px; line-height: 20px; font-family: 'BoldFont', Arial, Verdana; color: #333333; background: white; padding: 10px;}
.styled-select-wrapper {width: 100%; overflow: hidden; border: 1px solid #a48228; background: url(../images/icon/arrow-down.png) no-repeat 98% center #f1f2f2;}
.styled-select-wrapper select {display: block; width: 110%; border: none; background: transparent;}
.styled-select-wrapper select option {background: #f1f2f2;}
textarea.no-resize {resize: none !important;}
select:hover, select:focus {outline: 0;
box-shadow: 0px 0px 8px #afafaf; -webkit-box-shadow: 0px 0px 8px #afafaf; -moz-box-shadow: 0px 0px 8px #afafaf; -o-box-shadow: 0px 0px 8px #afafaf;}

.radio-toolbar input[type="radio"] {display:none;}
.radio-toolbar label {display:inline-block; padding: 5px 5px 0px 25px; font-size: 17px; line-height: 30px; font-family: 'GeneralFont', Arial, Verdana; background: url(../images/icon/radio-off.png) no-repeat left top 13px; cursor: pointer;}
.radio-toolbar label.inline.with-mr {margin-right: 50px;}
.radio-toolbar label.type2 {color: #0d4e9f;}
.radio-toolbar input[type="radio"]:checked + label {background: url(../images/icon/radio-on.png) no-repeat left top 13px;}

#quote-file-wrap {cursor: pointer; font-size: 13px; line-height: 13px; color: #fff; font-family: 'GeneralFont'; padding: 12px 15px; background: #757575; z-index: 1000;
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
#quote-file-wrap:hover {background: #555;}
#quote-file-wrap input[type="file"] {display: none;}
#quote-file-wrap span {font-size: 14px; line-height: 24px;}

/* INLINE STYLE */
.gen-form.inline .label-cont {float: left; width: 26%;}
.gen-form.inline .sep-cont {float: left; width: 2%;}
.gen-form.inline .form-cont {float: left; width: 72%;}
.gen-form.inline .gen-form-row {margin-bottom: 25px;}
.gen-form.inline label.form-label {font-size: 17px; line-height: 17px; display: block; padding-top: 15px;}
.gen-form.inline label.form-label.label-big {font-size: 17px; line-height: 40px; font-family: 'ItalicTitleFont';}
.gen-form.inline label.error {margin-bottom: 8px; margin-top: 5px;}
.gen-form.inline select {min-width: 70%;}
.gen-form.inline input[type="text"], .gen-form.inline input[type="password"], .gen-form.inline textarea {width: 70%;}
.gen-form.inline input.small {width: 30%;}
/* /INLINE STYLE */


@media only screen and (max-width: 480px) {
	.gen-form-row.half {width: 100%; margin-right: 0;}
}

/* /FORM */


/* HEADER */
#header {display: none;}
#header {padding: 12px 0; position: fixed; top: 0; z-index: 1000; background: #fff; border-bottom: 1px solid #c7c8ca;
transition: all 0.25s ease-in; -webkit-transition: all 0.25s ease-in; -moz-transition: all 0.25s ease-in; -o-transition: all 0.25s ease-in;}
#header.sticky {border-bottom: 1px solid #c7c8ca;}

#header-resp {display: block;}
#header-resp-navcon {display: block;}

#header-resp {padding: 12px 0; display: block; position: fixed; top: 0; z-index: 1000; background: #fff; border-bottom: 1px solid #c7c8ca;
transition: all 0.25s ease-in; -webkit-transition: all 0.25s ease-in; -moz-transition: all 0.25s ease-in; -o-transition: all 0.25s ease-in;}
#header-resp.sticky {border-bottom: 1px solid #c7c8ca;}
#header-resp.sticky.trp {border-bottom: 1px solid transparent;}
#header-resp-nav {float: left; width: 15%; margin-top: 14px;}
#nav-icon {width: 20px; height: 13px; background: url(../images/icon/nav.png) no-repeat center; cursor: pointer;
transition: all 0.25s ease-in; -webkit-transition: all 0.25s ease-in; -moz-transition: all 0.25s ease-in; -o-transition: all 0.25s ease-in;}
#nav-icon:hover {background: url(../images/icon/nav-hover.png) no-repeat center;}
#nav-icon.opened {background: url(../images/icon/nav-close.png) no-repeat center;}
#nav-icon.opened:hover {background: url(../images/icon/nav-close-hover.png) no-repeat center;}
#header-resp-logo {float: left; width: 70%; text-align: center;}
img#logo-resp {height: 38px;}
#header-resp-lang {float: right; width: 15%; margin-top: 8px;}

#header-resp-navcon {display: block; position: fixed; top: -100vh; z-index: 900; width: 100%; height: 100vh; overflow-y: scroll; box-sizing: border-box; background: rgba(255, 255, 255, 0.97); padding-top: 140px; padding-bottom: 30px; opacity: 0;
transition: all 0.35s ease-in; -webkit-transition: all 0.35s ease-in; -moz-transition: all 0.35s ease-in; -o-transition: all 0.35s ease-in;}
#header-resp-navcon.opened {top: 0; opacity: 1.0;}
ul#header-resp-nav-list {margin-bottom: 40px;}
ul#header-resp-nav-list > li {margin-bottom: 18px;}
ul#header-resp-nav-list > li:last-child {margin-bottom: 0;}
ul#header-resp-nav-list > li > a {font-size: 17px; line-height: 22px; color: #000;}
ul#header-resp-nav-list > li > a:hover {color: #a48228; text-decoration: none;}
ul#header-resp-nav-list > li > a.active, ul#header-resp-nav-list > li > a.active:hover {color: #a48228; font-family: 'BoldFont';}

#logo-container {text-align: center; margin-bottom: 3px;}
img#logo {margin: 0 auto; max-width: 65px;}

#header-nav-container {float: left; width: 100%; position: relative;}
ul.header-nav-list {float: left; width: 100%;}
ul.header-nav-list > li {float: left; margin-right: 22px; position: relative;}
ul.header-nav-list > li > a {color: #000; font-size: 16px; line-height: 22px; display: inline-block; cursor: pointer; padding: 2px 5px;
transition: all 0.25s ease-in; -webkit-transition: all 0.25s ease-in; -moz-transition: all 0.25s ease-in; -o-transition: all 0.25s ease-in;}
ul.header-nav-list > li > a:hover {text-decoration: none; color: #9b791b;}
ul.header-nav-list > li > a.active, ul.header-nav-list > li > a.active:hover {font-family: 'BoldFont'; color: #000;}
ul.header-nav-list > li.right {float: right; margin-right: 0;}
ul.header-nav-list > li > a.has-sub {padding-left: 10px; padding-right: 15px; background: url(../images/icon/arrow-down.png) no-repeat right center; min-width: 22px;}

.header-subnav-container {position: absolute; display: none;}
ul.header-subnav-list {}
ul.header-subnav-list > li > a {display: inline-block; padding: 2px 15px 2px 10px; min-width: 22px; background: #fff; color: #000; font-size: 16px; line-height: 22px;}
ul.header-subnav-list > li > a:hover {text-decoration: none; color: #9b791b;}

@media only screen and (max-width: 1024px) {
	ul#header-nav-list > li {margin-right: 20px;}
	ul#header-nav-list > li > a {font-size: 15px; line-height: 20px;}
}

@media only screen and (max-width: 768px) {
	#header-resp-navcon {padding-top: 100px;}
	ul#header-resp-nav-list > li {margin-bottom: 20px;}
	ul#header-resp-nav-list > li > a {font-size: 16px; line-height: 21px;}
}

@media only screen and (max-width: 480px) {
	#header-resp-nav, #header-resp-lang {width: 25%;}
	#header-resp-logo {width: 50%;}
}
/* /HEADER */


/* HOME */
#home-slideshow-sfw {}
#slideshow-list-container .slideshow-item {width: 100%; height: 100vh; background-size: cover !important; position: relative;}
#slideshow-list-container .slideshow-item .img-wrap img {display: none !important;}
#slideshow-list-container .slick-dots {position: absolute; bottom: 20px; z-index: 500; transform: translateX(-50%); left: 50%; min-width: 50%;}
#slideshow-list-container .slick-dots li {width: 50px; margin: 0 10px;}
#slideshow-list-container .slick-dots li button {width: 50px; height: 3px; background: url(../images/icon/bullet.png) no-repeat center;}
#slideshow-list-container .slick-dots li.slick-active button {background: url(../images/icon/bullet-active.png) no-repeat center;}

#home-content1-sfw {padding: 65px 0 22px 0;}
ul.tri-cols-list {float: left; width: 100%; position: relative;}
ul.tri-cols-list > li {float: left; width: 30%; margin-right: 5%; margin-bottom: 40px;}
ul.tri-cols-list > li:nth-child(3n) {margin-right: 0;}
ul.tri-cols-list > li h5, ul.tri-cols-list > li h5 a {font-size: 20px; line-height: 26px; color: #000;}
ul.tri-cols-list > li h5:hover, ul.tri-cols-list > li h5 a:hover, ul.tri-cols-list > li p a:hover {color: #9b791b; text-decoration: none;}
.with-und {background: url(../images/bg/hor-line.png) no-repeat bottom left; background-size: 60px 4px; padding-bottom: 15px;}
h2.with-und {margin-bottom: 30px;}
.with-lbrd {display: inline-block; padding-left: 20px; border-left: 3px solid #a48228; margin-bottom: 25px;}
.with-tbrd {display: inline-block; padding-top: 30px; background: url(../images/bg/hor-line.png) no-repeat top left; background-size: 60% 4px;}

@media only screen and (max-width: 1024px) {
	#home-slideshow-sfw {margin-top: 70px;}
	#slideshow-list-container .slideshow-item {height: auto;}
	#slideshow-list-container .slideshow-item .img-wrap img {display: block !important; width: 100%;}
}

@media only screen and (max-width: 768px) {
	ul.tri-cols-list > li {width: 100%; margin-right: 0; margin-bottom: 60px;}
	ul.tri-cols-list > li:last-child {margin-bottom: 40px;}
	.with-tbrd {background-size: 75% 4px;}
	
	#slideshow-list-container .slick-dots li {width: 40px; margin: 0 5px;}
	#slideshow-list-container .slick-dots li button {width: 40px; height: 3px; background: url(../images/icon/bullet.png) no-repeat center;}	
}

@media only screen and (max-width: 480px) {
	.with-tbrd {background-size: 90% 4px;}
	#slideshow-list-container .slick-dots {bottom: 10px;}
}
/* /HOME */


/* ABOUT */
.mb-30 {margin-bottom: 30px;}

#top-mt-sfw {margin-top: 95px;}

#about-sfw {}
#about-top-sfw {padding: 80px 0;}
#about-bottom-sfw {padding: 80px 0 50px 0; background: #f1f2f2;}
.about-title {margin: 0 auto; width: 720px; text-align: center; margin-bottom: 80px; box-sizing: border-box;}
.about-title h2 {font-family: 'BoldFont'; color: #ac8d36; display: inline-block; padding: 10px 30px; background: #fff; margin-bottom: 0; max-width: 80%;}
/* .about-title p {padding: 55px 90px 50px 90px; border: 4px solid #a48228; font-size: 18px; line-height: 30px; margin-top: -30px;} */
.about-title p {padding-left: 90px; padding-right: 90px; font-size: 18px; line-height: 30px; margin-top: 15px;}
.about-left {float: left; width: 45%;}
.about-right {float: right; width: 45%;}
ul.about-pic-list {float: left; width: 100%; position: relative;}
ul.about-pic-list > li {list-style-type: none; margin-left: 0; float: left; width: 32%; margin-right: 2%; margin-bottom: 30px;}
ul.about-pic-list > li:nth-child(3n) {margin-right: 0;}
ul.about-pic-list > li:nth-child(3n + 1) {clear: both;}
ul.about-pic-list > li .img-wrap {position: relative; background-size: cover !important;
-webkit-backface-visibility: hidden;
transition: all 0.25s ease-in; -webkit-transition: all 0.25s ease-in; -moz-transition: all 0.25s ease-in; -o-transition: all 0.25s ease-in;}
ul.about-pic-list > li .img-wrap:hover {opacity: 0.75;}
ul.about-pic-list > li .img-wrap img {display: none;}

@media only screen and (max-width: 768px) {
	#top-mt-sfw {margin-top: 63px;}	
	
	.about-left, .about-right {float: none; width: 100%; margin: 0;}
	.about-left {margin-bottom: 60px;}
	.about-title {width: 95%;}
	/* .about-title h2 {max-width: 65%;} */
	/* .about-title p {margin-top: -50px; padding: 75px 50px 50px 50px;} */
	.about-title p {padding-left: 50px; padding-right: 50px;}
	h2.with-und {text-align: center; background-position: bottom center;}
	.about-left p, .about-right p {text-align: center;}
}

@media only screen and (max-width: 480px) {
	/* .about-title p {margin-top: -70px; padding-top: 95px 30px 50px 30px;} */

	.about-title h2 {max-width: 100%;}
	.about-title p {padding-left: 0; padding-right: 0;}
	
	ul.about-pic-list > li {width: 100%;}
	ul.about-pic-list > li .img-wrap {margin: 0 auto; width: 315px;}
}
/* /ABOUT */


/* PROJECT */
#gen-content-sfw {padding: 80px 0; min-height: 300px;}

ul#brcrumb-list {float: left; width: 100%; position: relative;}
ul#brcrumb-list > li {float: left; margin-right: 22px;}
ul#brcrumb-list > li:last-child {margin-right: 0;}
ul#brcrumb-list > li a {color: #333333; font-size: 14px; line-height: 20px; display: inline-block; padding-bottom: 2px; border-bottom: 3px solid transparent;
transition: all 0.25s ease-in; -webkit-transition: all 0.25s ease-in; -moz-transition: all 0.25s ease-in; -o-transition: all 0.25s ease-in;}
ul#brcrumb-list > li a:hover {color: #a48228; text-decoration: none;}
ul#brcrumb-list > li a.st, ul#brcrumb-list > li a.st:hover {color: #333333;}
ul#brcrumb-list > li a.active, ul#brcrumb-list > li a.active:hover {font-family: 'BoldFont'; border-bottom: 3px solid #a48228;}
#prj-cat-dlist {display: none;}

ul.project-list {float: left; width: 100%; position: relative;}
ul.project-list > li {float: left; width: 32%; margin-right: 2%; margin-bottom: 20px;}
ul.project-list > li:nth-child(3n) {margin-right: 0;}
ul.project-list > li:nth-child(3n + 1) {clear: both;}
ul.project-list > li .img-wrap {position: relative; background-size: cover !important; cursor: pointer;}
ul.project-list > li .img-wrap img {display: none;}
ul.project-list > li .caption {position: absolute; bottom: 0; box-sizing: border-box; width: 100%; padding: 15px; background: #f1f2f2; display: none;}
ul.project-list > li .caption h5 {font-size: 16px; line-height: 24px; margin-bottom: 0; color: #333333;}
ul.project-list > li .caption p {font-size: 12px; line-height: 15px; color: #a48228;}

#project-popup {position: fixed; top: 0; left: 0; background: #fff; width: 100%; height: 100%; z-index: 2000; display: none;}
#project-popup a.popup-close {position: absolute; top: 10vh; right: 280px; display: inline-block; width: 23px; height: 21px; background: url(../images/icon/close.png) no-repeat center; opacity: 0.7; cursor: pointer; z-index: 2000;
transition: all 0.25s linear; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear;}
#project-popup a.popup-close:hover {opacity: 1.0;}
.project-detail-container {position: absolute; width: 100%; height: 100%; display: none;} 
.project-detail-container .title {position: relative; height: 17vh;}
.project-detail-container .inner {position: absolute; bottom: 15px; left: 285px;}
.project-detail-container .inner h5 {margin-bottom: 0; font-family: 'BoldFont';}
.project-detail-container .inner p {color: #333;}
.project-detail-container .project-img-list-container {position: relative; height: 73vh;}

.project-img-list-container .slick-slide {height: 73vh; overflow-y: scroll;
	transition: all 0.25s linear; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear;
	filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%);
	opacity: 0.5;
}
.project-img-list-container .slick-slide.slick-center {
	filter: grayscale(0); -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -o-filter: grayscale(0);
	opacity: 1.0;
}
.project-img-list-container .slick-slide img {width: 99%; margin: 0 auto;}
.project-img-list-container .slick-dots {text-align: left; margin-left: 275px; bottom: -40px;}
.project-img-list-container .slick-dots li {width: 10px; margin-right: 3px;}
.project-img-list-container .slick-dots li button {width: 10px; height: 10px; background: url(../images/icon/bullet-round.png) no-repeat center;}
.project-img-list-container .slick-dots li.slick-active button {background: url(../images/icon/bullet-round-active.png) no-repeat center;}
.project-img-list-container .slick-prev {width: 23px; height: 42px; background: url(../images/icon/arrow-prev.png) no-repeat center center !important; opacity: 1.0; top: 50%; left: 200px; transform: translateY(-50%);
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
.project-img-list-container .slick-prev:hover {background: url(../images/icon/arrow-prev-hover.png) no-repeat center center !important;}
.project-img-list-container .slick-prev.slick-disabled, .project-img-list-container .slick-prev.slick-disabled:hover {opacity: 0.25;}
.project-img-list-container .slick-next {width: 23px; height: 42px; background: url(../images/icon/arrow-next.png) no-repeat center center !important; opacity: 1.0; top: 50%; left: auto; right: 200px; transform: translateY(-50%);
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
.project-img-list-container .slick-next:hover {background: url(../images/icon/arrow-next-hover.png) no-repeat center center !important;}

@media only screen and (max-width: 1200px) {
	#project-popup a.popup-close {right: 185px;}
	.project-detail-container .inner {left: 180px;}
	.project-img-list-container .slick-dots {margin-left: 175px;}
	
	.project-img-list-container .slick-prev {left: 120px;}
	.project-img-list-container .slick-next {right: 120px;}
}

@media only screen and (max-width: 1024px) {	
	#project-popup a.popup-close {right: 125px;}
	.project-detail-container .inner {left: 120px;}
	.project-img-list-container .slick-dots {margin-left: 115px;}
	
	.project-img-list-container .slick-prev {left: 50px;}
	.project-img-list-container .slick-next {right: 50px;}
}

@media only screen and (max-width: 768px) {
	ul#brcrumb-list > li {margin-right: 15px; margin-bottom: 15px;}	
	
	ul.project-list > li {width: 49%; margin-right: 2%;}
	ul.project-list > li:nth-child(3n) {margin-right: 2%;}
	ul.project-list > li:nth-child(3n + 1) {clear: none;}
	ul.project-list > li:nth-child(2n) {margin-right: 0;}
	ul.project-list > li:nth-child(2n + 1) {clear: both;}
	
	ul.project-list > li .caption h5 {font-size: 14px; line-height: 18px;}
	
	.project-detail-container  {height: auto; top: 50%; transform: translateY(-50%);}
	#project-popup a.popup-close {top: -50px; right: 2.5%;}
	.project-detail-container .inner {left: 2.5%; width: 80%;}
	.project-detail-container .project-img-list-container {height: auto;}
	.project-detail-container .title {height: auto;}
	.project-img-list-container .slick-slide {height: auto; overflow-y: hidden;}
	.project-img-list-container .slick-dots {margin-left: 2%;}
	.project-img-list-container .slick-slide img {width: 95%;}
	.project-img-list-container .slick-slide {	
		filter: grayscale(0); -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -o-filter: grayscale(0);
		opacity: 1.0;
	}
}

@media only screen and (max-width: 600px) {
	ul#brcrumb-list {display: none;}
	#prj-cat-dlist {display: block;}
}

@media only screen and (max-width: 480px) {	
	ul.project-list > li {width: 100%; margin-right: 0%;}
}
/* /PROJECT */


/* REVIEW */
ul#review-list {margin-top: 30px;}
ul#review-list > li {float: left; width: 48%; margin-right: 4%; margin-bottom: 40px;}
ul#review-list > li:nth-child(2n) {margin-right: 0;}
iframe.review-iframe {width: 100% !important; height: 250px !important;}
ul#review-list > li h3 {font-size: 18px; line-height: 24px; margin-top: 5px; color: #000;}

#popup-content {width: 500px; background: #fff; padding: 25px;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;}

@media only screen and (max-width: 1200px) {
	iframe.review-iframe {height: 250px !important;}
}
@media only screen and (max-width: 1024px) {
	iframe.review-iframe {height: 225px !important;}
}
@media only screen and (max-width: 768px) {
	iframe.review-iframe {height: 200px !important;}
}
@media only screen and (max-width: 600px) {
	ul#review-list > li {float: none; width: 100%; margin-right: 0; margin-bottom: 60px;}
	ul#review-list > li:last-child {margin-bottom: 0;}
	iframe.review-iframe {height: 300px !important;}
}
@media only screen and (max-width: 480px) {
	iframe.review-iframe {height: 250px !important;}
}
/* /REVIEW */


/* PRODUCT */
#product-list-container {float: right; width: 77%;}
#product-list-container.full-width {width: 100%;}
#product-sidebar-container {float: left; width: 20%;}
#prd-cat-dlist {display: none;}

ul.sidebar-cat-list {float: left; width: 100%; position: relative;}
ul.sidebar-cat-list > li {}
ul.sidebar-cat-list > li > a {display: block; font-size: 16px; line-height: 20px; color: #333333; box-sizing: border-box; padding: 18px 15% 18px 10%; background: url(../images/icon/arrow-right.png) no-repeat 90% center #f1f2f2; border: 1px solid transparent; border-bottom: 1px solid #a48228;
transition: all 0.25s ease-in; -webkit-transition: all 0.25s ease-in; -moz-transition: all 0.25s ease-in; -o-transition: all 0.25s ease-in;}
ul.sidebar-cat-list > li > a:hover {background: url(../images/icon/arrow-right.png) no-repeat 90% center #e6e7e8; text-decoration: none;}
ul.sidebar-cat-list > li > a.active, ul.sidebar-cat-list > li > a.active:hover {font-family: 'BoldFont'; color: #333; background: url(../images/icon/arrow-right-bold.png) no-repeat 90% center #e6e7e8;}
ul.sidebar-cat-list > li:last-child > a {border-bottom: 1px solid transparent;}

ul.product-list {float: left; width: 100%; position: relative;}
ul.product-list > li {float: left; width: 31.5%; margin-right: 2.75%; margin-bottom: 30px;}
ul.product-list > li:nth-child(3n) {margin-right: 0;}
ul.product-list > li:nth-child(3n + 1) {clear: both;}
#product-list-container.full-width ul.product-list > li {float: left; width: 23.5%; margin-right: 2%; margin-bottom: 30px;}
#product-list-container.full-width ul.product-list > li:nth-child(3n) {margin-right: 2%;}
#product-list-container.full-width ul.product-list > li:nth-child(3n + 1) {clear: none;}
#product-list-container.full-width ul.product-list > li:nth-child(4n) {margin-right: 0;}
#product-list-container.full-width ul.product-list > li:nth-child(4n + 1) {clear: both;}

ul.product-list > li .img-wrap {margin-bottom: 10px; position: relative; box-sizing: border-box; cursor: pointer;
-webkit-backface-visibility: hidden;
transition: all 0.25s ease-in; -webkit-transition: all 0.25s ease-in; -moz-transition: all 0.25s ease-in; -o-transition: all 0.25s ease-in;}
ul.product-list > li .img-wrap:hover {opacity: 0.75;}
ul.product-list > li .img-wrap img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
ul.product-list > li h5 {font-size: 18px; line-height: 24px;}

#product-popup {position: fixed; top: 0; left: 0; background: #fff; width: 100%; height: 100%; z-index: 2000; display: none;}
#product-popup a.popup-close {position: absolute; top: 8vh; right: 200px; display: inline-block; width: 23px; height: 21px; background: url(../images/icon/close.png) no-repeat center; opacity: 0.7; cursor: pointer; z-index: 2000;
transition: all 0.25s linear; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear;}
#product-popup a.popup-close:hover {opacity: 1.0;}
.product-detail-container {position: absolute; width: 100%; height: 100%; display: none;} 
.product-detail-container .title {position: relative; height: 20vh;}
.product-detail-container .inner {position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); width: 50%; text-align: center;}
.product-detail-container .inner h5 {margin-bottom: 0; font-family: 'BoldFont';}
.product-detail-container .inner p {color: #333;}
.product-detail-container .product-img-list-container {position: relative; height: 60vh;}

.product-img-list-container .slick-slide {height: 60vh; overflow-y: scroll;
	transition: all 0.25s linear; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear;
	filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%);
	opacity: 0.5;
}
.product-img-list-container .slick-slide.slick-center {
	filter: grayscale(0); -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -o-filter: grayscale(0);
	opacity: 1.0;
}
.product-img-list-container .slick-slide img {width: 99%; margin: 0 auto;}
.product-img-list-container .slick-dots {text-align: center; bottom: -40px;}
.product-img-list-container .slick-dots li {width: 10px; margin-right: 3px;}
.product-img-list-container .slick-dots li button {width: 10px; height: 10px; background: url(../images/icon/bullet-round.png) no-repeat center;}
.product-img-list-container .slick-dots li.slick-active button {background: url(../images/icon/bullet-round-active.png) no-repeat center;}
.product-img-list-container .slick-prev {width: 23px; height: 42px; background: url(../images/icon/arrow-prev.png) no-repeat center center !important; opacity: 1.0; top: 50%; left: 400px; transform: translateY(-50%);
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
.product-img-list-container .slick-prev:hover {background: url(../images/icon/arrow-prev-hover.png) no-repeat center center !important;}
.product-img-list-container .slick-prev.slick-disabled, .product-img-list-container .slick-prev.slick-disabled:hover {opacity: 0.25;}
.product-img-list-container .slick-next {width: 23px; height: 42px; background: url(../images/icon/arrow-next.png) no-repeat center center !important; opacity: 1.0; top: 50%; left: auto; right: 400px; transform: translateY(-50%);
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
.product-img-list-container .slick-next:hover {background: url(../images/icon/arrow-next-hover.png) no-repeat center center !important;}

@media only screen and (max-width: 1200px) {
	.product-img-list-container .slick-prev {left: 250px;}
	.product-img-list-container .slick-next {right: 250px;}
}

@media only screen and (max-width: 1024px) {	
	#product-list-container {float: right; width: 72%;}
	#product-list-container.full-width {width: 100%;}
	#product-sidebar-container {float: left; width: 25%;}

	ul.product-list > li {float: left; width: 48%; margin-right: 4%; margin-bottom: 30px;}
	ul.product-list > li:nth-child(3n) {margin-right: 4%;}
	ul.product-list > li:nth-child(3n + 1) {clear: none;}
	ul.product-list > li:nth-child(2n) {margin-right: 0;}
	ul.product-list > li:nth-child(2n + 1) {clear: both;}	
	
	#product-list-container.full-width ul.product-list > li {float: left; width: 31%; margin-right: 3.5%; margin-bottom: 30px;}
	#product-list-container.full-width ul.product-list > li:nth-child(4n) {margin-right: 3.5%;}
	#product-list-container.full-width ul.product-list > li:nth-child(4n + 1) {clear: none;}
	#product-list-container.full-width ul.product-list > li:nth-child(3n) {margin-right: 3.5%;}
	#product-list-container.full-width ul.product-list > li:nth-child(3n + 1) {clear: none;}
	#product-list-container.full-width ul.product-list > li:nth-child(2n) {margin-right: 3.5%;}
	#product-list-container.full-width ul.product-list > li:nth-child(2n + 1) {clear: none;}
	#product-list-container.full-width ul.product-list > li:nth-child(3n) {margin-right: 0%;}
	#product-list-container.full-width ul.product-list > li:nth-child(3n + 1) {clear: both;}
}
@media only screen and (max-width: 960px) {	
	.product-img-list-container .slick-slide img {max-width: 50%;}
	.product-img-list-container .slick-slide {
		filter: grayscale(0); -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -o-filter: grayscale(0);
		opacity: 1.0;
	}
	#product-popup a.popup-close {top: -70px; right: 30px;}
	
	.product-detail-container .title {height: auto;}
	.product-detail-container {height: auto; top: 50%; transform: translateY(-50%);}
	.product-detail-container .product-img-list-container {height: auto;}
	.product-img-list-container .slick-slide {height: auto;}
}

@media only screen and (max-width: 768px) {
	.product-img-list-container .slick-slide {overflow-y: hidden;}
	.product-img-list-container .slick-slide img {max-width: 70%;}
	#product-list-container {float: right; width: 67%;}
	#product-sidebar-container {float: left; width: 30%;}
	
}

@media only screen and (max-width: 600px) {		
	#product-list-container, #product-sidebar-container {width: 100%;}
	#product-sidebar-container {display: none;}
	#prd-cat-dlist {display: block; margin-bottom: 30px;}	
	
	#product-list-container.full-width ul.product-list > li {float: left; width: 48%; margin-right: 4%; margin-bottom: 30px;}
	#product-list-container.full-width ul.product-list > li:nth-child(4n) {margin-right: 4%;}
	#product-list-container.full-width ul.product-list > li:nth-child(4n + 1) {clear: none;}
	#product-list-container.full-width ul.product-list > li:nth-child(3n) {margin-right: 4%;}
	#product-list-container.full-width ul.product-list > li:nth-child(3n + 1) {clear: none;}
	#product-list-container.full-width ul.product-list > li:nth-child(2n) {margin-right: 0;}
	#product-list-container.full-width ul.product-list > li:nth-child(2n + 1) {clear: both;}
}
/* /PRODUCT */


/* NEWS */
ul.news-list {float: left; width: 100%; position: relative;}
ul.news-list > li {float: left; width: 100%; margin-bottom: 30px;}
ul.news-list > li .img-wrap {float: left; width: 22%;}
ul.news-list > li .img-wrap img {display: block; width: 100%;}
ul.news-list > li .det-wrap {float: right; width: 75%; border-bottom: 1px solid #a48228; position: relative; min-height: 100px;}
ul.news-list > li .det-wrap h5, ul.news-list > li .det-wrap h5 a {font-size: 20px; line-height: 28px; color: #333333;}
ul.news-list > li .det-wrap h5:hover, ul.news-list > li .det-wrap h5 a:hover {color: #a48228; text-decoration: none;}
ul.news-list > li .det-wrap .news-date {font-size: 12px; line-height: 16px; color: #939598; position: absolute; bottom: 10px;}

#news-title {padding-bottom: 10px; border-bottom: 1px solid #a48228; margin-bottom: 30px;}
#news-title h4 {margin-bottom: 20px;}
#news-title p {color: #939598; font-size: 12px; line-height: 15px;}

@media only screen and (max-width: 768px) {
	ul.news-list > li .img-wrap {display: none; min-height: 75px;}
	ul.news-list > li .det-wrap {width: 100%;}
}
/* /NEWS */


/* CONTACT */
#contact-left-container {float: left; width: 43%;}
#contact-left-container h2.big.resp-dis {display: none;}
#contact-right-container {float: right; width: 52%; margin-top: -75px;}

#contact-form textarea {width: 94%; padding-left: 3%; padding-right: 3%;}

#gmap-container {border: 2px solid #a48228;}
#gmap-container iframe {width: 100% !important; height: 300px !important; display: block;}

#contact-address-container {margin-top: 40px; padding-top: 40px; background: url(../images/bg/hor-line.png) no-repeat top left; background-size: 50% 4px}
.ct-detail-row {float: left; width: 100%; position: relative;}
.ct-detail-row .ct-label {float: left; width: 28%;}
.ct-detail-row .ct-sep {float: left; width: 2%;}
.ct-detail-row .ct-value {float: left; width: 70%}

@media only screen and (max-width: 768px) {
	#contact-left-container, #contact-right-container {width: 100%; margin-top: 0;}
	#contact-right-container {padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px dotted #bfbfbf;}
	#contact-left-container h2.big.resp-dis {display: block; margin-bottom: 40px;}
}

@media only screen and (max-width: 480px) {
	#contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea {width: 92%; padding-left: 4%; padding-right: 4%;}
	.ct-detail-row .ct-label {float: left; width: 37%;}
	.ct-detail-row .ct-sep {float: left; width: 3%;}
	.ct-detail-row .ct-value {float: left; width: 60%}
}
/* /CONTACT */


/* FOOTER */
#footer {background: #000; padding: 27px 0 21px 0; text-align: center;}
#footer p, #footer p a {font-size: 12px; line-height: 18px; color: #939598;}
#footer p a {color: #9b791b;}
#footer p a:hover {color: #9b791b; text-decoration: underline;}
#footer ul.socmed-list {display: inline-block; margin: 0 auto; margin-bottom: 7px;}
ul.socmed-list > li {float: left; margin-right: 22px;}
#footer ul.socmed-list > li {margin-right: 25px;}
ul.socmed-list > li:last-child {margin-right: 0;}
ul.socmed-list > li img {height: 16px; opacity: 0.75; display: block;
-webkit-backface-visibility: hidden;
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
ul.socmed-list > li img:hover {opacity: 1.0;}

@media only screen and (max-width: 480px) {
	p#footer-copyright {font-size: 11px; line-height: 16px;}
	p#footer-copyright span {display: block;}
}
/* /FOOTER */


/* OVERLAY NOTIFICATION */
.overlay-bg, .overlay-bg2  { width: 100%; height: 100%; background: #7f7f7f; opacity: 0.5; z-index: 9000; left: 0; top: 0; position: fixed;}
.notification-content, .notification-content2 {width: 40%; box-sizing: border-box; padding: 40px; background: #ffffff; z-index: 10000; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;}
.notification-content h3, .notification-content2 h3 {font-size: 30px; line-height: 36px; font-family: 'BoldFont'; color: #333; margin-bottom: 30px;}
.notification-content p, .notification-content2 p {font-size: 16px; line-height: 24px; margin-bottom: 0px; font-family: 'GeneralFont'; color: #808285;}
.notification-content small, .notification-content2 small {padding-left: 3px; font-size: 13px; color: #222; font-family: 'GeneralFont';}

.notif-success h3, .notif-success2 h3 {padding-top: 100px; background: url(../images/icon/success-notification.png) no-repeat top center; background-size: auto 75px;}
.notification-close-btn {position: absolute; top: 20px; right: 20px; display: inline-block; width: 24px; height: 24px; background: url(../images/icon/notification-close.png) no-repeat center; cursor: pointer; opacity: 0.75;
transition: all 0.2s linear; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
.notification-close-btn:hover {opacity: 1.0;}

.overlay-bg2, .notification-content2 {display: none;}
.form-control.type2 {display: inline; width: 60%;}

@media only screen and (max-width: 960px) {
	.notification-content, .notification-content2 {width: 70%;}
}

@media only screen and (max-width: 600px) {
	.notification-content, .notification-content2 {width: 80%; padding: 20px;}
	.notification-content h3, .notification-content2 h3 {margin-bottom: 20px;}
	.notif-success h3, .notif-success2 h3 {padding-top: 75px; background-size: auto 50px;}
	.notification-content h3, .notification-content2 h3 {font-size: 26px; line-height: 32px;}
	.notification-content p, .notification-content2 p {font-size: 14px; line-height: 20px;}
}


/* ADDITIONAL */
#fp-waiting {background: #fff; position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.7; z-index: 9000; display: none;}
#fp-waiting img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
/* /ADDITIONAL */