
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title {
	font-size: 16px;
	font-size: 1.225714286rem;
	line-height: 2.181818182;
	font-weight: normal;
	color: #636363;
}


.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
.button,
.button1,
.button2,
.button3,
.button4{ display: flex; align-items: center; justify-content: center;
	width: 122px;
	height: 40px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #FF7815;
	color: #FF7815;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
@media screen and (max-width:1024px) {
.button,
.button1,
.button2,
.button3,
.button4{width:70px; font-size:13px;
	height:27px;}
}
.button:hover{
	text-decoration: none!important;
}
.button1{
	border:1px solid #FF7815;
	color:#FF7815!important;
	background:transparent;
}
.button1:hover{
	color:#fff!important;
	border:1px solid #3E80F4;
	background:#3E80F4;
	text-decoration: none!important;
}
.button2 {
	background-color: #000;
	color: #fff!important;;
	border:1px solid #000;
}
.button2:hover {
	background-color: #3E80F4;
	border:1px solid #3E80F4;
	color: #fff!important;
	text-decoration: none!important;
}
.button3{
	border:1px solid #FF7815;
	color:#fff!important;;
	background:#FF7815;
}
.button3:hover{
	color:#fff;
	border:1px solid #3E80F4;
	background:#3E80F4;
	text-decoration: none!important;
}
.button-large{
	padding: 12px 28px;
	font-size: 18px;
}
.button-small{
	padding: 7px 14px;
	width:auto;
	font-size: 13px;
	font-size: 0.928571429rem;
}
.button-back{
	padding: 7px 35px;
	width:auto;
	font-size: 14px;
	font-size: 1rem;
}

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

	.button-small{
		padding: 7px 14px;
		width:auto;
		font-size: 13px;
		font-size: 0.928571429rem;
	}
	.button-large{
		padding: 14px 30px;
		font-size: 21px;
		font-size: 1.5rem;
	}

}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}


/*text color*/
.txt-red{color:#FF7815!important;}
.txt-blue{color:#5b9bd5!important;}
.txt-orange{color:#ffa836!important;}
.txt-gray{color: #999!important;}
.txt-white{color: #fff!important;}
.txt-black{color: #000!important;}
/*grids*/
.col-raw{
	
	overflow: hidden;
}
.col-raw.col-medium{
	margin-left: -16px;
	margin-right: -16px;
}
.col-raw.col-narrow{
	margin-left: -8px;
	margin-right: -8px;
}
.col-n{
	box-sizing: border-box;
	padding-left: 28px;
	padding-right: 28px;
}
.col-medium>.col-n{
	padding-left: 16px;
	padding-right: 16px;
}
.col-narrow>.col-n{
	padding-left: 8px;
	padding-right: 8px;
}
.col-inlineblock{
	font-size: 0;
	text-align: left;
}
.col-inlineblock .col-n{
	display: inline-block;
	float: none;
	vertical-align: top;
}
@media screen and (max-width: 767px){
	.col-n-mb{
		float: left;
	}
	.col-2-mb{
		width:16.66%;
	}
	.col-3-mb{
		width:25%;
	}
	.col-4-mb{
		width:33.33%;
	}
	.col-5-mb{
		width:41.66%;
	}
	.col-6-mb{
		width:50%;
	}
	.col-7-mb{
		width:58.33%;
	}
	.col-8-mb{
		width:66.66%;
	}
	.col-9-mb{
		width:75%;
	}
	.col-10-mb{
		width:83.33%;
	}
	.col-11-mb{
		width:91.66%;
	}
	.col-12-mb{
		width:100%;
	}
	.hide-mb{
		display: none;
	}
	.col-raw.col-medium{
		margin-left: -12px;
		margin-right: -12px;
	}
	.col-medium>.col-n{
		padding-left: 12px;
		padding-right: 12px;
	}
}
@media screen and (min-width: 768px){
	.col-n{
		float: left;
	}
	.col-1{
		width:8.33%;
	}
	.col-2{
		width:16.66%;
	}
	.col-1-5{
		width:20%;
	}
	.col-2-5{
		width:40%;
	}
	.col-3-5{
		width:60%;
	}
	.col-4-5{
		width:80%;
	}
	.col-3{
		width:25%;
	}
	.col-4{
		width:33.33%;
	}
	.col-5{
		width:41.66%;
	}
	.col-6{
		width:50%;
	}
	.col-7{
		width:58.33%;
	}
	.col-8{
		width:66.66%;
	}
	.col-9{
		width:75%;
	}
	.col-10{
		width:83.33%;
	}
	.col-11{
		width:91.66%;
	}
	.col-12{
		width:100%;
	}
	.hide-pc{
		display: none;
	}
	.col-flex{
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
	}
	.col-flex-reverse{
		flex-direction: row-reverse;
	}
}
/*responsive table*/
.table-responsive{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table-responsive::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
.table-responsive::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
.table-responsive table{
	/*min-width: 400px;*/
}
.txt-left{
	text-align: left!important;
}
.txt-right{
	text-align: right!important;
}
.txt-center{
	text-align: center!important;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {

}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}

.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous,
.nav-next {
	line-height: 1.5;
	width: 47%;
}
.nav-previous a,
.nav-next a{
	text-decoration: none;
	display: block;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-previous { border-left: 6px solid #000; }
.nav-next { border-right: 6px solid #000; }
.nav-previous a{ border-left: none; }
.nav-next a{ border-right: none; }
.nav-previous a:hover,
.nav-next a:hover{
	background-color: #eee;
	text-decoration: none;
}
.nav-previous a .meta-nav,
.nav-next a .meta-nav{ display: none;}

.nav-single,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}



/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

.site {
	padding: 0 21px;
	padding: 0 1.5rem;
}
.site-content {
	margin: 21px 0 0;
	margin: 1.5rem 0 0;
}
.widget-area {
	margin: 21px 0 0;
	margin: 1.5rem 0 0;
}

/* Header */
.site-header {
	padding: 0;
	width:100%;
	background-color:#fff;
	padding-top: 1px;
}
.site-header h1,
.site-header h2 {
	text-align: center;
	display: none;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 2px;
	margin-bottom: 0.15rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}


/* Navigation Menu */
.main-navigation {
	text-align: center;
	/*overflow: hidden;*/
	clear:both;
	/*background-color:#333;*/
}
.main-navigation li {
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 2.6;
}
.main-navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	/*font-family: 'Roboto', '微软雅黑', serif;*/
}
.main-navigation a:hover,
.main-navigation a:focus {
	/*background: #fafafa;*/
	/*color:#FF7815;*/
	
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
	width:100%;
	font-size: 0;

}
.main-navigation ul.nav-menu.toggled-on { display: inline-block; }

.menu-header-menu-container { 
	line-height: 0;
}
.main-navigation ul.nav-menu {
	height:0;
	overflow:hidden; 
	display: inline-block;
	/*-webkit-transition: height 0.5s; 
	-moz-transition: height 0.5s; 
	transition: height 0.5s;*/
}
.main-navigation ul.nav-menu li {
	border-top:1px solid rgba(255,255,255,0.2);
}
.main-navigation ul.nav-menu.toggled-on {
	/*height:336px;*/
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	/*background: transparent;*/
	/*color:#000;*/
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 24px;
	margin-bottom: 1.714571429rem;
	padding-bottom: 24px;
	padding-bottom: 1.714571429rem;
	border-bottom:1px solid #EDEDED;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.646153846;
}
.widget-area .widget li { margin-bottom:10px;}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
	text-decoration:none;
}
.widget-area .widget a:hover {
	color: #21759b;
	text-decoration:underline;
}
.widget-area .widget a:visited {
	color: #5789a0;
}
.widget-area #s {
	width: 45%;
	width: -webkit-calc(100% - 65px);
	width: calc(100% - 65px); /* define a width to avoid dropping a wider submit button */
}
------------------------------------------ */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title{
	line-height: 1.2;
	padding-bottom: 10px;
	padding-top: 2px;
	color:#333;
	border-bottom: 1px solid #ddd;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 600;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.comments-link {
	margin-top: 14px;
	margin-top: 1rem;
	margin-bottom: 14px;
	margin-bottom: 1rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #999;
}

.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
	font-weight: 400;
}
.entry-content h1,
.comment-content h1 {
	font-size: 28px;
	font-size: 2rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2,
.site-blocks .entry-content h2{
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.3;
	/*color:#FF7815;*/
	font-weight: 500;
	text-align: left;

}
.entry-content h3,
.comment-content h3 {
	font-size: 19px;
	line-height: 1.846153846;
	color:#FF7815;
}
.entry-content h4,
.comment-content h4 {
	font-size: 16px;
	font-size: 1.14258571rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.8;
	font-size: 14px;
	font-size: 1rem;
}
.entry-content a,
.comment-content a {
	/*color: #FF8288;*/
	color: #000;
	/*font-size: 16px;
	font-size: 1.14258571rem;*/
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 21px;
	margin: 0 0 0 1.5rem;
	line-height: 1.8;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.8;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 8px 16px;
	padding: 0.5714285713rem 1.142885714rem;
}
.entry-content pre:hover,
.comment-content pre:hover { 
	background-color:#fafafa;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 7px 28px 28px 0;
	margin: 0.5rem 2rem 2rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 16px;
	font-size: 1.14258571rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table thead td,
.comment-content table thead td{
	font-weight: bolder;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 10px;
}
.site-content article {
	border-bottom: 1px solid #ededed;
	margin-bottom: 45px;
	margin-bottom: 3.042857143rem;
	padding-bottom: 45px;
	padding-bottom: 3.042857143rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
article.error404 { border-bottom: none}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 0;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
#searchsubmit { padding:4px 8px;}
.site-info { text-align: center}
.site-logo {
	width:164px;
	height:23px;
	max-width:98%;
	display:block;
	float:none;
	margin:1.5rem auto 0 auto;
	overflow: hidden;
}
.site-logo img {
	width:100%;
	height:auto;
}
.site-title,
.site-description { clear:right;}
.tagcloud { overflow:hidden;}
.tagcloud a {padding:3px; float:left; display:inline-block; 
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;}
.tagcloud a:hover { text-decoration: none!important; background-color:#333; color: #fff!important }


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
/*wp-pagenavi*/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 3rem auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
	border:none;
	min-width: 30px;
	height: 30px;
	padding: 0 12px!important;
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1rem;
}
.wp-pagenavi span.pages{
	width:auto;
	margin-right:10px;
}
.wp-pagenavi a{
	text-decoration: none;
	color:#4f4f4f;
	padding: 6px 12px;
	background-image:none;
	background-color:#f5f4f2;
	border:none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size:15px;
	font-size:1.07142857rem;
	display: inline-block;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color:#fff;
	background-image:none;
	background-color:#FF7815;
	text-decoration: none;
	font-weight: normal;

}
.wp-pagenavi span.pages {
	border: none;
}

/*gravity forms*/
.gform_required_legend{
	display: none;
}
.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100%;
}
.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea{
	font-size: 14px!important;
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .left_label .gfield_label {
	font-weight: normal!important;
	font-size: 14px!important;
	color: #999;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #ffe6b1!important;
	border-top: 1px solid #b78123!important;
	border-bottom: 1px solid #b78123!important;
}
.gform_wrapper div.validation_error {
	color: #b78123!important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	margin: 0;
	font-size: 16px!important;
}
.gform_wrapper .left_label .gfield_label {
	width: 30%!important;
	margin: 0!important;
}
.gform_wrapper form .gform_body .left_label li.gfield_html_formatted,
.gform_wrapper form .gform_body .right_label li.gfield_html_formatted{
	margin-left: 0%!important;
	width: 100%;
}
.gform_wrapper .ginput_complex label {
	padding: .625em 0 1em;
}
.gform_confirmation_message{
	line-height: 1.6;
    font-size: 16px;
    color: #FF7815;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper select,
.gform_wrapper textarea{
	padding: 6px 6px;
	border-radius: 4px;
	height: 36px;
}
body .gform_wrapper .top_label div.ginput_container{
	margin-top: 2px!important;
}
body .gform_wrapper .gform_validation_errors{
	border-color: #FF7815;
	color: #FF7815;
	background: transparent;
	border-radius: 0;
	margin-bottom: 30px;
}
body .gform_wrapper .gfield_error [aria-invalid=true]{
	border-color: #FF7815;
}
body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message{
	border-color: transparent;
	color: #FF7815;
	background: transparent;
	padding: 2px 0!important;
}
body .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	.gform_wrapper .left_label div.ginput_complex,
	.gform_wrapper .right_label div.ginput_complex {
		width: 35.5%!important;
	}
}
/*contact form*/
#contact-outter  .gform_fields{
	display: block;
}
.contact-field{
	box-sizing: border-box;
	padding-right: 0;
	padding-bottom: 28px;
}
#contact-outter .gform_validation_errors{
	margin-right: 20px;
	width: auto;
}
#contact-outter .gform_confirmation_message{
	font-weight: 600;
}
.contact-field label{
	
}
.contact-field input,
.contact-field textarea{
	border: 1px solid #ddd;
	background: transparent;
}
.contact-field input::-webkit-input-placeholder {
 	color: rgba(255,255,255,0.9);
}
.contact-field textarea::-webkit-input-placeholder {
 	color: rgba(255,255,255,0.9);
}

.contact-field-small label,
.contact-field-medium label,
.contact-field-large label{
	/*display: none;*/
}
.contact-field-large{
	width: 100%;
}
#contact-outter input[type="submit"]{
	
}
@media screen and (min-width: 960px){
	.contact-field{
		padding-right: 35px;
	}
	.contact-field-small{
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	.contact-field-medium{
		float: left;
		width: 66.6%;
	}
	#contact-outter .gform_confirmation_message{
		text-align: center;
	}
}

/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media screen and (min-width: 600px) {

}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	hgroup{
		overflow: visible;
	}
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1500px;
		/* overflow: hidden;*/
	}
	.site-narrow{
		max-width: 880px;
	}
	.site-content {
		float: left;
		/*width: 65.104166667%;*/
		width: 76%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content,
	div.full-width,
	section.full-width {
		width: 100%;
	}
	.widget-area {
		float: right;
		/*width: 26.041666667%;*/
		width: 20%;
	}
	.site-header {
		/*min-height: 91px;*/
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
		float:left;
		width: 80%;
		width:-webkit-calc(100% - 95px);
		width:calc(100% - 95px);
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.546153846;
		margin-bottom: 0;
	}
	
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 1024 pixels. */
@media screen and (min-width: 1024px) {
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	#top-height{
		height: 95px;
	}
	.site-header{
		position: fixed;
		z-index: 99;
		top:0;
		background-color: #fff;
	}
	.admin-bar .site-header{
		top:32px;
	}
	.site-logo{
		float:left;
		margin: 32px 0;;
		width:164px;
		height:23px;
	}
	
	.main-navigation ul.nav-menu li {
		border-top:none;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		height:auto!important;
		display: inline-block !important;
		text-align: center;
		width: 100%;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		font-size: 15px;
		font-size: 1.071428571rem;
	}
	.main-navigation li a {
		padding:0 21px;
		display: block;
		color: #000;
		line-height: 3;
		white-space: nowrap;
		font-weight: 400;
	}


	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-menu-item > a:hover,
	.main-navigation .current-menu-ancestor > a:hover,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_ancestor > a:hover
	{
		/*color: #FF7815;*/
		/*background: #f0f0f0;
		background: -moz-linear-gradient(top,  #f0f0f0 0%, #fff 100%); 
		background: -webkit-linear-gradient(top,  #f0f0f0 0%,#fff 100%); 
		background: linear-gradient(to bottom,  #f0f0f0 0%,#fff 100%);*/
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a  {
		/*font-weight: 700;*/
	}
	.main-navigation .nav-menu > .current-menu-item,
	.main-navigation .nav-menu > .current-menu-ancestor,
	.main-navigation .nav-menu > .current_page_item,
	.main-navigation .nav-menu > .current_page_ancestor{
		position: relative;
	}
	/*.main-navigation .nav-menu > .current-menu-item > a:after,
	.main-navigation .nav-menu > .current-menu-ancestor > a:after,
	.main-navigation .nav-menu > .current_page_item > a:after,
	.main-navigation .nav-menu > .current_page_ancestor > a:after  {
		background: #000;
		position: absolute;
		left: 28px;
		bottom: 20px;
		content: "";
		width: calc(100% - 56px);
		height: 2px;
		transition: 0.2s all;
	}*/
	.main-navigation .nav-menu > .menu-item.stay > a:after,
	.main-navigation .nav-menu > .menu-item:hover > a:after{
		background: #FF7815;
		position: absolute;
		left: 28px;
		bottom: 0px;
		content: "";
		width: calc(100% - 56px);
		height: 3px;
		transition: 0.2s all;
	}

	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li {
		padding:0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 50;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		left:28px;
		padding-top: 15px;
		padding-bottom: 15px;
		/*border-top: 3px solid #FF7815;*/
		background: #fff;
		box-shadow: 0 15px 15px rgb(0 0 0 / 20%);
		border-top: 1px solid rgba(0,0,0,0.1);;
	}
	.main-navigation li ul ul{
		box-shadow:none;
	}
	/*triangle arraw*/
	/*.main-navigation li ul:before{
		display: none;
		position: absolute;
		background: #FF7815;
		width: 12px;
		content: "";
		width: 0;
		height: 0;
		border: 8px solid #fff;
		border-top-width: 1px;
		border-bottom-color: #FF7815;
		top: -12px;
		left: 50px;
		z-index: 1;
    }*/

	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li{
		display: block;
		line-height: 2.6;
	}
	.main-navigation li ul li a {
		box-sizing: border-box;
		text-align: left;
		width: auto;
		min-width: 156px;
		padding:0 28px;
		background: #FF7815;
		background: #fff;
		/*border-top: 1px solid rgba(255,255,255,0.5);*/
		display: block;
		line-height: 2.6;
		font-size: 14px;
		font-size:1rem;
		color: #000;
		white-space: nowrap;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #fff;
	}

	.main-navigation {
		clear: none;
		float: right;
		width: 50%;
		width: -webkit-calc(100% - 300px);
		width: calc(100% - 300px);
		display: inline-block;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		overflow: visible;
		text-align: right;
	}
	.main-navigation li {
		padding: 0 0;
		padding: 0 0;
	}
	.main-navigation li a {
		background-color: transparent;
		line-height: 6;
		padding: 0 22px;
	}

	/* dynamic floating nav bar */
	.site-header,
	.site-header *{
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	.site-header.scroll {
		min-height: 0;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
		background-color: #fff;
		text-shadow: none;
	}
	.site-header.scroll .main-navigation{
		margin-top: 0;
	}
	.site-header.scroll .main-navigation li a {
		line-height: 3.2;
	}
	.site-header.scroll .main-navigation li ul li a{
		line-height: 2.6;
	}
	.site-header.scroll .main-navigation li a:hover,
	.site-header.scroll .main-navigation li a:focus {
		/*color: #FF7815;*/
	}
	.site-header.scroll .main-navigation .current-menu-item > a,
	.site-header.scroll .main-navigation .current-menu-ancestor > a,
	.site-header.scroll .main-navigation .current_page_item > a,
	.site-header.scroll .main-navigation .current_page_ancestor > a,
	.site-header.scroll .main-navigation a:hover,
	.site-header.scroll .main-navigation a:focus{
		/*color: #FF7815;*/
		/*background-color: #000;*/
	}
	.site-header.scroll .main-navigation .nav-menu > .current-menu-item > a:after,
	.site-header.scroll .main-navigation .nav-menu > .current-menu-ancestor > a:after,
	.site-header.scroll .main-navigation .nav-menu > .current_page_item > a:after,
	.site-header.scroll .main-navigation .nav-menu > .current_page_ancestor > a:after{
		bottom: -1px;
	}
	.site-header.scroll .site-logo {
		margin-top: 13px;
		margin-bottom: 13px;
	}
}
@media screen and (min-width: 1440px){
	.main-navigation li a {
		padding: 0 28px;
		padding: 0 2rem;
	}
}

/*return Top button*/
.btn-float{
	position:fixed;
	line-height:40px;
	z-index: 6;
	border-radius: 5px 0 0 5px;
	background-color:#FF7815;
	background-size: 50% 50%;
	background-position: center center;
	background-repeat: no-repeat;
	color:#fff;
	width:40px;
	height:40px;
	display:block;
	right:0;
	bottom:60px;
	-webkit-opacity:1;
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: background 0.2s, -webkit-opacity 0.2s; 
	-moz-transition: background 0.2s, -moz-opacity 0.2s; 
	transition: background 0.2s, opacity 0.2s;
}
.btn-float:hover{
	text-decoration: none;
	color:#fff;
	background-color:#399;
}
.btn-float i{
	font-size: 18px;
	display: block;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
}
#returnTop_a{
	position: absolute;
	top: -2px;
	left: 8px;
	width: 0;
	height: 0;
	border-width: 10px 12px;
	border-style: dashed dashed solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFF;
	-webkit-transition: top 0.2s; 
	-moz-transition: top 0.2s; 
	transition: top 0.2s;
}
#returnTop_b{
	position: absolute;
	top: 18px;
	left: 14px;
	width: 12px;
	height: 12px;
	background: #FFF;
	-webkit-transition: top 0.2s; 
	-moz-transition: top 0.2s; 
	transition: top 0.2s;
}
#returnTop.hide{
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity:0;
	background-color:transparent;
	pointer-events: none;
}
#returnTop.hide #returnTop_a,
#returnTop.hide #returnTop_b { display: none }
:root #returnTop.hide { filter:none; }
#returnTop:hover #returnTop_a { top: -4px; }
#returnTop:hover #returnTop_b { top: 16px; }
/*QR Code button*/
#qrCode {
	background-image:url(images/icon_qrcode.gif);
}
#qrCode_cont {
	position: absolute;
	bottom: 0;
	right: 50px;
	background:no-repeat #fff;
	overflow: hidden;
	height:0;
	width: 0;
	border:none;
	-webkit-transition: height 0.2s, width 0.2s;
	-moz-transition: height 0.2s, width 0.2s;
	transition: height 0.2s, width 0.2s;
}
#qrCode:hover #qrCode_cont{
	text-align: center;
	height:168px;
	width: 147px;
	padding:5px;
	border:1px solid #f2f2f2;
	line-height: 1;
}
#qrCode #qrCode_cont img {
	display: inline-block;
}
#qrCode #qrCode_cont span {
	display: inline-block;
	color:#333;
	font-size: 12px;
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	#qrCode{
		display:block;
	}
	#returnTop {
	    bottom:100px;
	}
}
.page-template-page-contact .popup-form-trigger{
	display: none;
}


/*arrow on top nav*/
.flaticon-down-arrow:after {
	font-size:12px;
}
@media screen and (max-width: 767px) {
	.main-navigation .flaticon-down-arrow:after,
	#mobileMenu .flaticon-down-arrow:after{
		display: none;
	}
}
/*main menu for mobile side*/
#topFloatBar {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0;
	background: url(images/logo.svg) no-repeat center 20px #fff;
	background-size: 130px auto;
	z-index: 10;
}
body.admin-bar #topFloatBar {
	/*top:32px;*/
}
#topFloatBar_l,
#topFloatBar_r {
	height: 56px;
	width: 56px;
	line-height: 56px;
	min-height: 56px;
	font-size: 21px;
	text-align: center;
}
#topFloatBar_m {
	display: block;
	height: 56px;
	width: 30%;
	width: calc(100% - 120px);
	float: left;
}
#topFloatBar_l:hover,
#topFloatBar_r:hover {
	background-color: rgba(255,255,255,0.3);
}
#topFloatBar_l {
	float: left;
	background-position: left
}
#topFloatBar_r {
	float: right;
	background-position: 5px center
}
i.icon-language{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url(images/icon-language.svg) no-repeat center;
	background-size: 100% auto;
}
#topFloatBar #mobileMenu {
	margin-top: 46px;
	display: block;
	top: 46px;
	left: 0;
	width: 100%;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);*/
	/*opacity:0;*/
	height: 0;
	overflow: hidden;
	-webkit-transition: top 0.2s, display 0.2s, -webkit-opacity 0.2s, height 0.2s;
	-moz-transition: top 0.2s, display 0.2s, -moz-opacity 0.2s, height 0.2s;
	transition: top 0.2s, display 0.2s, opacity 0.2s, height 0.2s;
}
#topFloatBar.toggled-on {
	height: auto;
	width: 100%;
}
#topFloatBar.toggled-on #mobileMenu {
	top: 56px;
	/*opacity:1;*/
	height: 318px;
	/*many need to chage to fit the mobile menu height*/
	overflow: visible;
}
#topFloatBar #mobileMenu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid transparent;
	border-top: 1px solid rgba(0,0,0,0.05);
	font-size: 15px;
	font-size: 1.0714285rem;
}
#topFloatBar #mobileMenu ul li.current-page-item>a,
#topFloatBar #mobileMenu ul li.current-menu-item>a,
#topFloatBar #mobileMenu ul li ul li.current-page-ancestor a,
#topFloatBar #mobileMenu ul li a:hover {
	/*color:#000;*/
	background-color: rgba(0,0,0,0.04);
	border-top: 1px solid rgba(0,0,0,0.05);
}
#topFloatBar #mobileMenu li a {
	padding-left: 25px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li > a {
	padding-left: 58px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li.menu-item-has-children > a {
	padding-left: 40px;
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}
#topFloatBar #mobileMenu ul li a {
	/*background: #222a35;*/
	color: #000;
	box-sizing: border-box;
}
#topFloatBar #mobileMenu ul li.menu-item-has-children > a {
	padding-right: 0;
	width: 90%;
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	display: inline-block;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li a.menu-item-switch,
#topFloatBar #mobileMenu li a.menu-item-switch:hover {
	position: relative;
	text-align: center;
	width: 40px!important;
	display: inline-block!important;
	padding: 0!important;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
}
#mobileMenu li a.menu-item-switch:after,
#mobileMenu li a.menu-item-switch:hover:after {
    position: absolute;
    left: 13px;
    content: "\f107";
    font-family: FontAwesome;
    color: #808080;
    font-size: 21px;
    font-size: 1.5rem;
    transition: 0.2s all;
}
#mobileMenu li.on>a.menu-item-switch:after {
    transform: rotate(180deg);
}
#topFloatBar #mobileMenu li.on>a.menu-item-switch {
	background-position: 0 -40px!important;
}
#topFloatBar #mobileMenu li ul.sub-menu li {
	height: 0;
	overflow: hidden;
}
#topFloatBar #mobileMenu li.on ul.sub-menu li {
	/*height: 36px;*/
	height:auto;
}
#topFloatBar #mobileMenu li.off ul.sub-menu li {
	height: 0!important;
}
#masthead{
	display: none;
}
@media screen and (min-width:1024px){
	#topFloatBar {
		display: none;
	}
	#masthead{
		display: block;
		border-bottom: 1px solid transparent;
	}
	.white-header #masthead,
	#masthead:hover{
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
}


.full-padding {
	padding-left:0;
	padding-right:0;
}
.full-padding img {
	max-width: 100%;
}
.category-title {
	margin-bottom: 8px;
	margin-top: 21px;
}

/* .site-blocks p,
.site-blocks ul {
	margin: 14px 0 21px 0;
	margin: 1rem 0 1.5rem 0;
	font-size: 1rem;
	line-height: 1.6;
}
.site-blocks h1 {
	font-size:21px;
	font-size:1.5rem;
	font-weight: 300;
	margin:21px 0 21px 0;
	margin:1.5rem 0 1.5rem 0;
	line-height: 1.4;
	text-transform: uppercase;
}
.site-blocks h2 {
	line-height: 1.35;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 28px;
	margin-bottom: 2rem;
	color: #000;
	text-transform: uppercase;
}
.site-blocks .entry-content h2 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.site-blocks h3 {
	line-height: 1.5;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 28px;
	margin-bottom: 2rem;
	color: #000;
}
.site-blocks .entry-content h2:first-child,
.site-blocks .entry-content h3:first-child,
.site-blocks .entry-content p:first-child,
.site-blocks .entry-content ul:first-child,
.site-blocks .entry-content ol:first-child{
	margin-top: 0;
}
.site-blocks .entry-content h2:last-child,
.site-blocks .entry-content h3:last-child,
.site-blocks .entry-content p:last-child,
.site-blocks .entry-content ul:last-child,
.site-blocks .entry-content ol:last-child{
	margin-bottom: 0;
}
.site-blocks .site{
	overflow: hidden;
	margin:70px auto;
	
}
.site-blocks .sub-title{
	display: block;
	text-align: center;
	color: #999;
	font-size: 10px;
    text-transform: uppercase;
	margin-bottom: 21px;
	margin-top: 0;
} */
.site-blocks .sub-title:hover{
	/*text-decoration: none;
	color:#111;*/
}
.block-sub-menu{
	background:#fff;
	text-align: center;
}
.site-blocks.block-sub-menu .site{
	margin-top: 35px;
	margin-top: 2.5rem;
	margin-bottom: 0;
}
.block-sub-menu ul{
	list-style: none;
	font-size: 0;
	margin: 0;
	white-space: nowrap;
	width: 100%;
}
.block-sub-menu ul li{
	display: inline-block;
	font-size: 15px;
	font-size: 1.071428571rem;
	padding:0 28px;
}
.block-sub-menu ul li a{
	text-decoration: none;
	display: block;
	padding:5px 0 16px;
	border-bottom: 4px solid transparent;
}
.block-sub-menu ul li.current_page_item a{
	pointer-events: none;
	color: #005aaa;
	border-color: #005aaa;
}
.block-sub-menu .swiper-wrapper .swiper-slide{
	box-sizing: border-box;
	width: auto;
}
.block-sub-menu-trigger{
	display: none;
}
@media screen and (max-width: 1023px){
	.block-sub-menu{
		padding-bottom: 28px;
		padding-bottom: 2rem;
	}
	.block-sub-menu ul{
		display: inline-block;
		width: calc(100% - 50px);
		vertical-align: top;
	}
	.block-sub-menu ul li{
		display: block;
		overflow: hidden;
		height: 0;
		padding:0;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.block-sub-menu ul li.current_page_item{
		height: 42px;
		background-color: #f1f1f1;
	}
	.block-sub-menu ul li a{
		padding:0;
		height: 42px;
		line-height: 42px;
		border-bottom: 0;
		/*border-left: 4px solid transparent;*/
	}
	.block-sub-menu ul li.current_page_item a{
		/*border-left: 4px solid #005aaa;*/
	}
	.block-sub-menu.toggled-on ul li{
		height: 42px;
	}
	.block-sub-menu-trigger{
		background-color: #f1f1f1;
		display: inline-block;
		vertical-align: top;
		width: 42px;
		height: 42px;
		text-align: center;
		line-height: 42px;
		font-size: 21px;
	}
	.block-sub-menu-trigger i{
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.block-sub-menu.toggled-on .block-sub-menu-trigger i{
		-webkit-transform:rotate(180deg);
		transform:rotate(180deg);
		
	}

}
@media screen and (min-width: 1024px){
	.site-blocks h2 {
		font-size: 21px;
		font-size: 1.5rem;
	}
	.site-blocks{
		/*padding: 0 28px;
		padding: 0 2rem;*/
	}
	.site-blocks .site{
		margin:98px auto;
		
	}
	.site.site-medium{
		max-width: 1280px;
	}
}
@media screen and (min-width: 1024px){
	.block-sub-menu ul li{
		padding:0 15px;
	}
	html[lang="zh-hans"] .block-sub-menu ul li,
	html[lang="zh-hant"] .block-sub-menu ul li{
		padding:0 30px;
	}
}
#footer-menu-list-out{
	display: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.footer-menu-list{
	text-align: left;
}
.footer-menu {
	/*display: none;*/
	list-style: none;
	margin-bottom: 14px;
}
.footer-menu .sub-menu{
	display: none;
}
.footer-menu li{
	font-size: 14px;
	font-size: 1rem;
	padding: 0 0 7px 0;
	font-size: 12px;
}
.footer-menu li:first-child{
	padding-left: 0;
}
.footer-menu li:last-child{
	padding-right: 0;
}
footer .site-info {
	margin:0 auto;
	padding-top: 35px;
	padding-bottom: 35px;
}
.footer-media{
	text-transform: uppercase;
	font-weight: 600;
}
.footer-media .icn-social{
	vertical-align: middle;
	display: inline-block;
	font-size: 1.5rem;
	font-size: 21px;
	margin-right: 15px;
	line-height: 1;
}
.icn-social-wechat{
	position: relative;
}
.icn-social-wechat .qr{
	position: absolute;
	bottom:26px;
	right: 26px;
	width: 150px;
	height: 150px;
	max-width: inherit;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	transform: scale(0,0);
	transform-origin: 100% 100%;
}
.icn-social-wechat:hover .qr{
	transform: scale(1,1);
}
.footer-bottom{
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	border-top: 1px solid #ddd;
	padding-top: 14px;
}
.footer-bottom p{
	margin-bottom: 7px;
}
.logo-footer{
	width: 100px;
	height: auto;
	margin-bottom:28px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-opacity: 0.6;
	opacity: 0.6;
}
.footer-menu{
	display: none;
}
.footer-menu-list .wpml-ls-legacy-list-horizontal,
.footer-menu-list .wpml-ls-legacy-list-horizontal .wpml-ls-item a{
	padding: 0;
}
.footer-menu-list .wpml-ls-legacy-list-horizontal .wpml-ls-item{
	padding: 0 15px 7px 0;
	padding: 0 0 7px 15px;
}
@media screen and (min-width: 768px){
	#footer-menu-list-out{
		display: block;
	}
	.footer-media{
		width: 30%;
		text-align: left;
		float: left;
	}
	.footer-menu {
		display: block;
	}
	.footer-bottom{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		border-top: 0;
	}
	.footer-bottom p{
		margin-bottom: 0;
		text-align: right;
	}
	.footer-languages{
		text-align: right;
	}
}
/*homepage*/
#home-headimage{
	box-sizing: border-box;
	position: relative;
	font-size: 0;
	width:100%;
	overflow: hidden;
	padding: 0 21px;
	margin-top: 25px;
}
#home-headimage-cont{
	position: relative;
	overflow: hidden;
	background-color: #333;
	background-image: url(images/home-top.jpg);
	background-size: auto 100%;
	border-radius: 10px;
	margin: 0 auto;
	max-width: 1500px;
	height: auto;
}
#home-headimage-cont .kv{
	display: none;
	position: relative;
	border-radius: 10px;
	width: 100%;
	height: auto;
	min-height: 300px;
	object-fit: cover;
}
#home-headimage-cont .kv-product img{
	max-width: 90%;
	margin: 0 auto 100px auto;;
	display: block;
	height: auto;
}
#home-headimage-txt{
	box-sizing: border-box;
	padding: 0 28px;
	z-index: 2;
	color: #fff;
	height: 300px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
    padding-bottom: 15%;
	/*background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%);*/
}
#home-headimage-txt .button{
	width: 180px;
	max-width: 100%;
    line-height: 1.3;
    padding-top: 6px;
	padding-bottom: 6px;
}
#home-headimage a.chevron-down{
	display: none;
	width: 32px;
	height: 18px;
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -webkit-calc(50% - 16px);
	left: calc(50% - 16px);
	bottom: 12px;
	background:url(images/arraw-down.png) no-repeat;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#home-headimage-txt h2{
	line-height: 1.1;
	font-weight: 300;
	font-size: 28px;
	font-size: 2rem;
/*	text-transform: uppercase;*/
	margin:0 0 14px 0;
	margin:0 0 1rem 0;
}
#home-headimage-txt h3{
	font-weight: 300;
	font-size: 25px;
	font-size: 1.71428rem;
/*	text-transform: uppercase;*/
	margin:0 0 14px 0;
	margin:0 0 1rem 0;
}
#home-headimage-txt p{
	font-size: 12px;
	line-height: 1.5;
	margin:0 0 14px 0;
	margin:0 0 1rem 0;
}
#home-headimage-txt a{
	color: #fff;
}
#home-headimage-txt a:hover{
	color: #FF7815;
}
#home-headimage-line{
	box-sizing: border-box;
	padding-left: 56px;
	position: absolute;
	z-index: 1;
	left: -200px;
	bottom: 5%;
	width: 400px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: url(images/home-kv-line.png) no-repeat;
	background-position: right center;
	background-size: auto 100%;
}
#home-headimage-link{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	z-index: 2;
}
@media screen and (min-width:768px){
	#home-headimage-cont{
		height: auto;
	}
	#home-headimage-cont .kv{
		display: block;
	}
	#home-headimage-cont .kv-product{
		position: absolute;
		max-width: 56%;
		height: 100%;
		right: 1%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		top: 0;
		z-index: 1;
	}
	#home-headimage-cont .kv-product img{
		margin: 0 auto;
	}
	#home-headimage-txt{
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		justify-content: center;
		padding: 0 50px;
	}
	#home-headimage-txt h2{
		font-size: 35px;
		font-size: 2.5rem;
	}
	#home-headimage-txt p{
		margin:0 0 28px 0;
		margin:0 0 2rem 0;
	}
	#home-headimage-line{
		width: 100%;
		font-size: 14px;
		left: 0;
		height: 40px;
		line-height: 40px;
		background-position: left center;
		bottom:20%;
	}
}
@media screen and (min-width: 1024px){
	#home-headimage-txt {
		padding: 0 100px;	
	}
	#home-headimage-txt h2{
		font-size: 40px;
	}
	#home-headimage-txt h3{
		font-size: 35px;
	}
	#home-headimage a.chevron-down{
		display: block;
	}
}
@media screen and (min-width: 1440px){
	.home-headimage-txt h2{
		font-size: 70px;
	}
	.headimage-anchor-list li{
		padding:28px 36px;
	}
	#block-news-inner-1 .site{
		margin-bottom: 80px;
	}
}
.home-product{
	margin-top: 28px;
	margin-bottom: 28px;
}
.home-product a{
	display: block;
}
.home-product a:hover{
	text-decoration: none;
}
.home-product p{
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}
.home-product img{
	border-radius: 10px;
	width: 100%;
	height: auto;
	margin-bottom: 14px;
}
@media screen and (max-width: 450px){
	.home-product img{
		height: 290px;
		object-fit: cover;
	}
}
.home-product h3{
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 1.25;
}
a.home-featured {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 200px;
	overflow: hidden;
	margin-bottom: 28px;
	border-radius: 10px;
}
a.home-featured:hover{
	text-decoration: none;
}
.home-featured-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 0;
	background: no-repeat;
	background-size: cover;
	background-position: 0% center;
	transform-origin: 75% 50%;
	transition: 0.3s all;
}
.home-featured-bg.bg-1{ background-image: url(images/home-link-1.jpg); }
.home-featured-bg.bg-2{ background-image: url(images/home-link-2.jpg); }
.home-featured-bg.bg-3{ background-image: url(images/home-link-31.jpg); }
.home-featured-bg.bg-4{ background-image: url(images/home-link-4.jpg); }
a.home-featured:hover .home-featured-bg{
	transform: scale(1.05);
}
.home-featured h3{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
}
.home-featured p{
	color: #fff;
	font-size: 13px;
	line-height: 1.40;
	margin: 12px 0;
}
.home-featured-icon{
	position: relative;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100px;
	background: url(images/icon-home.png) no-repeat;
	background-position: center 0;
	background-size: 100% auto;
	margin-right: 13%;
}
.home-featured-icon.icon-2{ background-position: center 25%; }
.home-featured-icon.icon-3{ background-position: center 50%; }
.home-featured-icon.icon-4{ background-position: center 100%; }
.home-featured-txt{
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 0;
	padding-right: 40px;
	margin-left: 13%;
	width: calc(74% - 120px);
}
@media screen and (max-width: 767px){
	.home-featured-txt{
		padding-right: 10px;
		width: calc(74% - 80px);
	}
	.home-featured-icon{
		width: 66px;
		height: 66px;
	}
}

span.more{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	white-space: nowrap;
	transition: all 0.2s;
	opacity: 0.7;
}
span.more:after{
	content:"";
	width: 16px;
	height: 13px;
	background:url(images/arraw-right-w.svg);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	transition: all .2s;
}
a:hover span.more{
	opacity: 1;
}
a:hover span.more:after{
	transform:translate(5px,0);
}

button.more,
a.more {
	font-size: 13px;
	margin:0;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#block-news-inner-1 .site{
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	padding:21px;
	padding:1.5rem;
	padding-bottom: 50px;
}
.entry-header .page-title{
	border-bottom: 1px solid #dcdcdc;
}
.post-footer{
	margin-top: 42px;
	margin-top: 3rem;
}
@media screen and (min-width: 768px){
	
	#block-news-inner-1 .site{
		padding:100px 150px 50px 150px;
	}
	#block-news-inner-1 .site.site-Events{
		max-width: 750px;
		padding: 100px 21px 50px 21px;
		margin-left: auto;
		margin-right: auto;
	}
	#block-news-inner-1 .site.site-Events img{
		width: 100%;
	}
}
@media screen and (min-width: 1024px){
	
	
}

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

	#block-news-inner-1 .site{
		margin-bottom: 80px;
	}
}

/*inner pages*/
div#content {
	min-height: 150px;
}
#block-article-1 .site{
	margin-top: 42px;
	margin-top: 3rem;
}
#top-inner{
	box-sizing: border-box;
	position: relative;
	font-size: 0;
	width:100%;
	overflow: hidden;
	padding: 0 21px;
}
#top-inner-cont{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 auto;
	max-width: 1500px;
	/*padding-bottom: 60px;*/
}
#top-inner-cont .top-inner-image{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 180px;
	object-fit: cover;
}
#top-inner-txt{
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 0 28px;
	z-index: 1;
	color: #fff;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#top-inner-pain h2,
#top-inner-txt h2{
	font-weight: 600;
	font-size: 25px;
	font-size: 1.71428rem;
	text-transform: uppercase;
	margin:0 0 14px 0;
	margin:0 0 1rem 0;
	line-height: 1.1;
}
#breadcrumbs{
	font-size: 13px;
	color: #fff;
	margin-bottom: 14px;
}
#breadcrumbs a{
	color: #fff;
}
#breadcrumbs a:hover{
	text-decoration: none;
	color: rgba(255,255,255,0.6);
}
h1.page-title,
h2.page-title {
	text-transform: none;
	position: relative;
	line-height: 1.3;
	padding-bottom: 28px;
	padding-top: 2px;
	color:#333;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 50px;
	margin-top: 0;
	text-align: center;
}

/*about pages*/
.site-blocks-stick-top .site{
	margin-top: 0;
}
#block-about-1 hr,
#block-contact-1 hr{
	margin: 80px 0 80px 0;
}
@media screen and (max-width: 767px){
	#block-contact-1 .col-n{
		margin-bottom: 50px;
	}
	#block-contact-1 .col-n:last-child{
		margin-bottom: 0;
	}
}
@media screen and (min-width: 768px){
	h3.line-below,
	h2.line-below{
		position: relative;
		font-size: 21px;
		font-size: 1.5rem;
		padding-bottom: 30px;
		margin-bottom: 30px;
		color: #000;
	}
	h3.line-below:after,
	h2.line-below:after{
		position: absolute;
		background-color: #000;
		width: 40px;
		height: 2px;
		content: "";
		bottom: 0;
		left: 0;
	}
}

.swiper-nav{
	text-align: center;
	color: #000;
	/*background: rgba(0,0,0,0.1);*/
	/* border-radius: 5px; */
	font-size: 26px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	display: block;
	position: absolute;
	border-radius: 6px;
	top: calc(50% + 5px);
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	z-index: 5;
}
.swiper-nav.swiper-button-disabled{
	pointer-events: none;
	-webkit-opacity:0.3;
	opacity:0.3;
}
.swiper-nav:hover{
	text-decoration: none;
	color: #fff;
	background:rgba(0,0,0,0.6);
}
.swiper-nav:after{
	font-size: 18px;
	line-height: 30px;
	vertical-align: top;
}
#block-about-3{
	background:#fafafa;
}
#block-about-3 p{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

@media screen and (min-width: 768px){
	h1.page-title{
		font-size: 28px;
		font-size: 2rem;
	}
}
@media screen and (min-width: 1200px){
	
}

/*news pages*/
#block-news-list .site{
	/*margin-top: 0;*/
}
.inner-menu-sub{
	padding: 50px 0;
	text-align: left;
}
.menu-sub{
	text-align: center;
}
.menu-sub .cat-item{
	font-size: 16px;
	width: auto;
	display: inline-block;
	padding: 4px 21px;
	line-height: 1.5;
}
.menu-sub .cat-item a{
	display: block;
	color: #000;
	font-weight: 500;
	border-bottom: 3px solid transparent;
}
.menu-sub .cat-item.current-cat a{
	pointer-events: none;
	border-bottom: 3px solid #000;
}
.menu-sub .cat-item a:hover{
	text-decoration: none;
}
.panel-post-container{
	position: relative;
	overflow:hidden;
	/*margin:21px 0;*/
	margin-bottom: 35px;
	margin-bottom: 2.5rem;
	padding:0;
	background:#fff;
	color: #666;
	text-align: left;
	/*min-height: 395px;*/
	min-height: 300px;
}
.panel-post-container i{
	color: #777;
	font-size: 14px;
}
.panel-post-container:last-child{
	border-bottom: 0;
}

.panel-post-thumbnail:hover img {
	/*-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);*/
}
.panel-post-thumbnail img{
	border-radius: 8px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	/*width: 100%;*/
	width: calc(100% - 2px);
	border: 1px solid #f2f2f2;
}
.panel-post-thumbnail{
	overflow: hidden;
	vertical-align: top;
	margin:0;
	display: inline-block;
	font-size: 0;
	width: 100%;
}
.panel-post-txt{
	vertical-align: top;
	box-sizing: border-box;
	line-height: 1.5;
	padding:21px 0;
}
a.panel-post-title{
	color:#333;
	text-decoration: none;
	font-size:18px;
	font-size:1.285714rem;
	margin-bottom: 7px;
	margin-top: 4px;
	display: block;
	line-height: 1.5;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
a.panel-post-title:hover{
	text-decoration: none;
}
.panel-post-sub{
	margin-bottom: 10px;
	margin-top: 20px;
	display: block;
	font-size: 12px;
}
.panel-post-sub a{
	text-decoration: none;
}
.panel-post-tags{
	display: block;
}

.panel-post-content{
	line-height: 1.7;
	font-size: 14px;
	font-size: 1rem;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.list-newsroom{
	font-size: 0;
}
.list-newsroom .col-n{
	float: none;
	vertical-align: top;
	display: inline-block;
}
@media screen and (max-width: 767px){
	#search-post{
		margin: 20px auto;
		max-width: 80%!important;
		text-align: center;
	}
}
@media screen and (min-width: 768px){
	.panel-post-txt{
		min-height: 390px;
	}
	.inner-menu-sub{
		padding: 80px 0;
	}
	.menu-sub{
		text-align: left;
	}
}
@media screen and (min-width: 1024px){
	.panel-post-txt{
		min-height: 350px;
	}
}
@media screen and (min-width: 1200px){
	#block-news-1 .site{
		margin-top: 112px;
		margin-top: 8rem;
	}
	#block-news-1 h2{
		margin-bottom: 42px;
		margin-bottom: 3rem;
	}
	.panel-post-content{
		/*min-height: 103px;*/
	}
	a.panel-post-title{
		height: 54px;
	}
	.panel-post-txt{
		min-height: unset;
	}
}

@media screen and (min-width:768px){
	#top-inner-cont,
	#top-inner-cont .top-inner-image{
		height: 300px;
		max-height: 36vw;
	}
	#top-inner-cont{
		padding-bottom: 0;
	}
	#top-inner-pain h2,
	#top-inner-txt h2{
		font-size: 35px;
		font-size: 2.5rem;
	}

}
@media screen and (min-width:1024px){
	#top-inner-txt h2{
		font-size: 42px;
		font-size: 3rem;
	}
	#top-inner-txt {
		padding: 0 100px;
	}
}
#loading{
	width: 100px;
	height: 100px;
	position: fixed;
	left: calc(50vw - 50px);
	top: calc(50vh - 30px);
	background:url(../img/loading-rolling.svg) center center no-repeat;
	background-color: rgba(255,255,255,0.9);
	background-size: 100% auto;
	border-radius: 8px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	z-index: -1;
	-webkit-opacity: 0;
	opacity: 0;
}
#loading.stay{
	top: calc(50vh - 50px);
	z-index: 99;
	-webkit-opacity: 1;
	opacity: 1;
}
/*search*/
#search-post-kws{
	background: transparent;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 28px);
	box-sizing: border-box;
	padding: 10px 0;
}
#search-post-btn{
	padding: 0;
	background:url(images/icon-search.png) no-repeat;
	background-size: 100% auto;
	width: 23px;
	height: 23px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
#search-post{
	width: 450px;
	max-width: 100%;
	border-bottom: 1px solid #000;
}
#search-post-kws:focus{
	outline: none;
}

/*product page*/
#top-inner-pain .site{
	margin-top:0;
	margin-bottom: 2px;
}
.product-header{
	/*background-color: #f3f6f9;*/
	background: #FF7815;
	color: #fff;
}
#product-header-bg{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: calc(100% - 70px);
	object-fit: cover;
	border-radius: 10px;
	background-color: #1f5f5f;
	transition: 0.3s all;
	filter: brightness(1.0);
}
#top-inner-cont:hover #product-header-bg{
	filter: brightness(0.65);
}
@media screen and (min-width: 768px){
	#product-header-bg{
		height: calc(100% - 60px);
	}
}
#top-inner-pain #breadcrumbs,
#breadcrumbs.breadcrumbs-product{
	margin: 20px auto 15px auto;
	max-width: 1500px;
	color: #000;
	/*hide breadcrumbs*/
	opacity: 0;
	pointer-events: none;
	margin: 1px auto 0 auto;
}
#top-inner-pain #breadcrumbs a{
	color: #000;
}
.txt-black a{
	color: #000!important;
}
.txt-black a:hover{
	color: #FF7815!important;
}
#top-inner-txt-product{
	position: relative;
	box-sizing: border-box;
	padding: 28px;
	color: #000;
}
#top-inner-txt-product h2{
	font-weight: 600;
	font-size: 25px;
	font-size: 1.71428rem;
	text-transform: uppercase;
	margin:0 0 14px 0;
	margin:0 0 1rem 0;
	color: #fff;
}
#top-inner-txt-product p,
#top-inner-txt-product a{
	color: #000;
}
#top-inner-txt-product a:hover{
	color: #FF7815;
}
#top-inner-txt-product p{
	margin-bottom: 25px;
	line-height: 1.5;
	font-size: 14px;
	color: #fff;
}
#product-gallary{
	position: relative;
	z-index: 1;
	object-fit: contain;
	height: auto;
	width: 80%;
	display: block;
	margin: 0 auto;
	max-width: 90%;
}
#product-gallary .swiper-slide{
	background:transparent
}
#product-gallary img{
	width: 100%;
}
#product-archor{
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	/*background: rgba(232,56,13,1);*/
	mix-blend-mode: hard-light;
	color: #fff;
	box-sizing: border-box;
	overflow-x: auto;
	overflow-y: hidden;
	_overflow: auto;
	margin: 0 0 1em;
	padding-top: 2px;
	margin-bottom: 8px;
}
#product-archor::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
#product-archor::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
#product-archor ul{
	padding-left: 21px;
	white-space: nowrap;
}
#product-archor ul li{
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 60px;
	cursor: pointer;
	padding-right: 35px;
	font-weight: 500;
}
.product-archor ul li{
	color: #fff;
}
.product-archor ul li:hover{
	color: rgba(255,255,255,0.6);
}
.product-thumb{
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 5px;
	/*border: 1px solid rgba(255,255,255,0.5);*/
	border-radius: 6px;
	margin: 5px;
	transition: 0.2s all;
}
.product-thumb.current{
	background-color: rgba(255,255,255,0.25);
}
.product-thumb img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#product-thumbs{
	margin-bottom: 90px;
	margin-top: 20px;
	position: relative;
	width: 100%;
	text-align: center;
}
#block-product-1{
	text-align: center;
}
#block-product-1 hr,
#block-product-2 hr,
#block-product-3 hr,
#block-product-4 hr{
	margin-top: 60px;
	margin-bottom: 0;
}
#block-product-1 .site{
	margin-top: 35px;
	margin-top: 2.5rem;
	margin-bottom: 35px;
	margin-bottom: 2.5rem;
}
#block-product-1 .col-n{
	text-align: center;
	padding-top: 21px;
	padding-bottom: 21px;
}
#block-product-1 p{
	margin: 0;
}
#block-product-2 .bg-gray{
	background: #f3f6f9;
	border-radius: 10px;
	margin: 0 auto;
	padding: 28px;
}
#block-product-2 p{
	color: #000;
}
#block-product-1 img{
	display: block;
	margin: 20px auto;
	width: 46px;
	height: 46px;
}
.icon-product{
	display: block;
	vertical-align: middle;
	margin: 20px auto;
	width: 46px;
	height: 46px;
	background: url(images/icons_product.png) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	/*background-size: auto 90%;*/
}
.icon-product.icon-1{background-position: 0 0;}
.icon-product.icon-2{background-position: 0 10%;}
.icon-product.icon-3{background-position: 0 20%;}
.icon-product.icon-4{background-position: 0 30%;}
.icon-product.icon-5{background-position: 0 40%;}
.icon-product.icon-6{background-position: 0 50%;}
.icon-product.icon-7{background-position: 0 60%;}
.icon-product.icon-8{background-position: 0 70%;}
.icon-product.icon-9{background-position: 0 80%;}
.icon-product.icon-10{background-position: 0 90%;}
.icon-product.icon-11{background-position: 0 100%;}

/*.icon-product.icon-1{background-image: url(images/product-icon-1.svg);}
.icon-product.icon-2{background-image: url(images/product-icon-2.svg);}
.icon-product.icon-3{background-image: url(images/product-icon-3.svg);}
.icon-product.icon-4{background-image: url(images/product-icon-4.svg);}
.icon-product.icon-5{background-image: url(images/product-icon-5.svg);}
.icon-product.icon-6{background-image: url(images/product-icon-6.svg);}
.icon-product.icon-7{background-image: url(images/product-icon-7.svg);}
.icon-product.icon-8{background-image: url(images/product-icon-8.svg);}
.icon-product.icon-9{background-image: url(images/product-icon-9.svg);}
.icon-product.icon-10{background-image: url(images/product-icon-10.svg);}
.icon-product.icon-11{background-image: url(images/product-icon-11.svg);}
.icon-product.icon-12{background-image: url(images/product-icon-12.svg);}*/

#block-product-1 big{
	display: block;
	font-weight: 600;
	color: #000;
	font-size: 15px;
}
.product-feature-item{
	/*display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;*/
	margin: 0 0 28px 0;
	padding-bottom: 28px;
	border-bottom: #d7d7d7 1px solid;
}
.product-feature-item:last-child{
	border-bottom: 0;
	margin: 0 0 0 0;
	padding-bottom: 0;
}
.product-feature-item h3{
	margin-bottom: 14px;
}
.product-feature-icon{
	width: 42px;
	height: 42px;
	margin-right: 18px;
}
.product-feature-item p{
	margin: 0;
}
.product-solution-item{
	color: #000;
}
.product-solution-item h3{
	margin-top: 0;
	margin-bottom: 21px;
	padding-bottom: 21px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.software-item ul,
.product-solution-item ul{
	list-style: disc;
	padding-left: 20px;
}
.software-item ul li,
.product-solution-item ul li{
	line-height: 1.5;
	padding-bottom: 10px;
}
.product-solution-item img{
	width: auto;
	display: block;
	margin: 20px auto;
}
.product-solution-item ul:last-child,
.product-solution-item ol:last-child,
.product-solution-item p:last-child{
	margin-bottom: 0;
}
.product-support-item{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 28px 0;
}
.product-support-icon{
	width: 100px;
	height: auto;
	margin-right: 20px;
}
.product-support-item p{
	margin: 0;
	width: calc(100% - 120px);
}
#block-product-3 hr{
	max-width: 1460px;
	height: 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
}
#block-product-4 h3{
	margin-top: 30px;
}
dl.product-spec-item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #ddd;
}
dl.product-spec-item dt,
dl.product-spec-item dd{
	box-sizing: border-box;
	padding: 10px 0;
	font-size: 12px;
	line-height: 1.4;
}
dl.product-spec-item dd{
	text-align: right;
	color: #000;
}
dl.product-spec-item ul{
	margin: 0;
	list-style: disc;
	line-height: 1.4;
	list-style-position: inside;
}
#product-screen{
	border-radius: 10px;
	/*background-color:#f1f1f1;*/
	background-color:#f3f6f9;
	padding-top: 40px;
	padding-bottom: 40px;
}
#product-screen-desc h3{
	margin-top: 20px;
	margin-bottom: 20px;
}
#product-screen-desc li{
	list-style: disc;
	margin-left: 18px;
	color: #000;
}
.product-recommended-item{
	text-align: center;
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px;
	transition: 0.2s all;
}
.product-recommended-item a:hover{
	text-decoration: none;
}
.product-recommended-item h3{
	font-size: 16px;
	margin-bottom: 10px;
}
.product-download-item,
.product-accessory-item{
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	margin: 21px 0;
	background-color: #fff;
	box-sizing: border-box;
	padding: 28px 14px;
	transition: 0.2s all;
	/*display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;*/
	line-height: 1.3;
}
.product-accessory-item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.product-download-item p{
	font-weight: 500;
	margin: 0;
	color: #000;
	line-height: 1.4;
}
.product-download-item-c1,
.product-download-item-c2,
.product-download-item-c3{
	padding: 14px 0;
	padding: 1rem 0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.product-download-item-c1{
	width: calc(100% - 200px);
}
.product-download-item-c2{
	width: 80px;
}
.product-download-item-c3{
	width: 110px;
}
.product-accessory-item-c1{
	width: calc(100% - 140px);
	box-sizing: border-box;
	padding-right: 20px;
}
.product-accessory-item-c2{
	width: 140px;
}
.product-accessory-item p{
	font-weight: 500;
	margin: 15px 0 15px 0;
	color: #000;
	line-height: 1.45;
}
.product-accessory-item-c2 img{
	width: 100%;
	object-fit: cover;
	height: 100px;
}
.product-help-item i{
	color: #FF7815;
	font-size: 60px;
}
.product-help-item p{
	margin: 10px 0;
}
.product-help-item p a{
	word-break: break-all;
}
.product-help-item div{
	width: calc(100% - 80px);
}
@media screen and (min-width: 768px){
	#block-product-1 hr,
	#block-product-2 hr,
	#block-product-3 hr,
	#block-product-4 hr{
		margin-top: 90px;
	}
	#top-inner-cont.product-header{
		height: 460px;
		max-height: none;
	}
	#product-gallary{
		position: absolute;
		left: 46%;
		z-index: 1;
		object-fit: contain;
		height: 340px;
		width: 340px;
		top: 30px;
	}
	#block-product-1 .site{
		margin-top: 56px;
		margin-top: 4rem;
		margin-bottom: 56px;
		margin-bottom: 4rem;
	}
	#block-product-1 img{
		width: 66px;
		height: 66px;
	}
	.icon-product{
		width: 82px;
		height: 82px;
	}
	#block-product-1 big{
		font-size: 18px;
	}
	#top-inner-txt-product{
		color: #fff;
		padding: 28px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	#top-inner-txt-product h2{
		font-size: 35px;
		font-size: 2.5rem;
	}
	#top-inner-txt-product .entry-content{
		width: 500px;
		max-width: 45%;
		margin-top: 10px;
	}
	#product-thumbs{
		position: absolute;
		z-index: 3;
		right: 20px;
		width: 100px;
		height: calc(100% - 60px);
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		top: 0;
		margin: 0;
		box-sizing: border-box;
		padding-top: 50px;
	}
	.product-thumb{
		width: 80px;
		height: 80px;
		padding: 5px;
	}
	.product-feature-icon{
		width: 42PX;
		height: 42PX;
		margin-right: 28px;
	}
	.product-feature-item,
	.product-feature-item:last-child{
		margin-left: 40px;
	}
	.product-support-icon{
		width: 150px;
		margin-right: 28px;
	}
	.product-support-item p{
		width: calc(100% - 180px);
	}
	#product-screen-desc{
		padding-left: 30px;
	}
	#product-screen-desc li{
		float: left;
		margin-right: 20px;
	}
	dl.product-spec-item dt,
	dl.product-spec-item dd{
		font-size: 14px;
		font-size: 1rem;
	}
	.product-download-item,
	.product-accessory-item{
		padding: 28px;
	}
	.product-download-item-c1{
		width: calc(100% - 260px);
	}
	.product-download-item-c2{
		width: 140px;
	}
	#product-archor{
		height: 60px;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 50px;
		margin-bottom: 0;
	}
	#product-archor ul{
		padding-left: 0;
	}
	#block-product-2 .bg-gray{
		padding: 40px 28px;
	}
}
@media screen and (min-width: 1024px){
	#top-inner-txt-product {
		padding: 50px 60px;
	}
	#product-thumbs{
		right: 50px;
	}
	
}
@media screen and (min-width: 1600px){
	#product-gallary{
		left: 60%;
	}
}
#archor-list-container{
	display: none;
}
@media screen and (min-width: 1024px){
	#archor-list-container{
		display: block;
		pointer-events: none;
		opacity: 0;
		position: fixed;
		z-index: 2;
		width: 100%;
		height: 45px;
		top: 50px;
		left: 0;
		background: #FF7815;
		transition: -webkit-all 0.2s;
		transition: all 0.2s;
	}
	#archor-list-container h3{
		color: #fff;
		float: left;
		line-height: 45px;
		width: 300px;
		font-size: 16px;
		text-transform: uppercase;
	}
	.admin-bar #archor-list-container{
		top: 83px;
	}
	#archor-list-container.sticky{
		opacity: 1;
		pointer-events: auto;
	}
	#archor-list-container ul{
		float: right;
		text-align: right;
		padding-left: 0;
		width: calc(100% - 300px);
	}
	#archor-list-container li{
		list-style: none;
		display: inline-block;
		vertical-align: middle;
		font-size: 14px;
		line-height: 45px;
		cursor: pointer;
		padding-left: 28px;
		padding-right: 28px;
		font-weight: 500;
	}
}


/*product list*/
.product-list-thumb{
	display: block;
	left:50% !important;
  top:50% !important; 
  transform: translate(-50%,-50%); 
  -ms-transform: translate(-50%,-50%);
	/* width: 154px !important; */
	/* height:154px !important; */
	object-fit: contain !important;
	height: 70% !important;
}
.product-list-item{
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	background: #F3F6F9;
	box-sizing: border-box;
	padding: 0;
	transition: 0.2s all;
}

.product-list-item.selected,
.product-list-item:hover{
box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
}
.product-list-txt{
	position: relative;
	padding:14px 16px 10px 16px;
	box-sizing: border-box;
	transition: 0.2s all;
	
}
.product-list-txt h3{
	font-weight: bold;
	font-size: 15px;
	color: #000000; line-height:19px;
	transition: 0.2s all;
}
.product-list-txt h4{ display: flex; align-items: center; justify-content:space-between; padding-bottom:8px;
	font-weight: 400;
	font-size: 13px; line-height:17px;
	color: #000000;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 8px;
	transition: 0.2s all;
}
.product-list-txt .porIco img{ height:13px; margin-left: 10px;}
.product-list-item:hover .product-list-txt h4,
.product-list-item.selected .product-list-txt h4{
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.product-list-txt ul{
	margin: 0;
	list-style: disc;
}
.product-list-txt li{ display: block;
	padding-left: 10px; position: relative;
	font-weight: 300;
	font-size: 13px; line-height:17px; margin-top:2px;
	color: #242C3B;
}
.product-list-txt li::after{width: 4px; display:block; content: ''; position: absolute; left: 0; top:7px;
height: 4px; border-radius: 50%;
background: #000000;}
.product-list-item.selected .product-list-txt,
.product-list-item:hover .product-list-txt{
	background: #FF7815;
	color: #fff;
}
.product-list-item.selected .product-list-txt h3,
.product-list-item:hover .product-list-txt h3{
	color: #fff;
}
.product-list-item.selected .product-list-txt h4,
.product-list-item:hover .product-list-txt h4{
	color: #fff;
}
.product-list-item.selected .product-list-txt li,
.product-list-item:hover .product-list-txt li{
	color: #fff;
}
.product-list-item.selected .product-list-txt li::after,
.product-list-item:hover .product-list-txt li::after{
	background: #fff;
}
.product-filter-line{
	margin-top: 0;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.product-filter-section{
	overflow: hidden;
	transition: 0.2s all;
}
.product-filter-section label{
	display: block;
	font-size: 13px;
	padding: 5px 0;
}
.product-filter-name{
	cursor: pointer;
	position: relative;
}
.product-filter-name:after{
	display: block;
	position: absolute;
	content: "\f107";
	font: normal normal normal 20px/1 FontAwesome;
	right: 0;
	top: 8px;
	transition: 0.2s all;
}
.product-filter-line.toggled-on .product-filter-name:after{
	transform: rotate(180deg);
}
.product-filter-name h3{
	padding: 7px 0;
	margin: 0;
	text-transform: none;
	font-size: 15px;
}
.product-list-icons{
	display: none;
	position: absolute; display: inline-flex;
	text-align: right;
	top:25px;
	right:8px;
}
.product-list-icons i{
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-right:6px;
}
.product-list-item.selected i,
.product-list-item:hover i{
	filter: brightness(99);
}
.icon-usb{
	
}
.icon-bluetooth{
	background: url(../img/bi2.svg) center no-repeat; background-size:10px auto !important;
}
.icon-pdf{
	background: url(../img/bi3.svg) center no-repeat; background-size:14px auto !important;
}
.icon-xian{
	background: url(../img/bi4.svg) center no-repeat; background-size:14px auto !important;
}
.icon-shan{
	background: url(../img/bi5.svg) center no-repeat; background-size:12px auto !important;
}
.icon-shang{
	background: url(../img/bi6.svg) center no-repeat; background-size:16px auto !important;
}
.product-filter-line.disabled{
	pointer-events: none;
}
.product-category-info p{
	font-size: 12px;
	margin: 0 0 14px 0;
}
.product-category-info h3{
	margin: 0 0 14px 0;
}
.product-list-item-compare{
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; cursor: pointer;
}
.product-list-item-compare::after{ display: block; content: ''; position: absolute; left:50%; top:50%; z-index:1; width: 18px; height: 18px; background: #FFFFFF; margin: -9px 0 0 -9px;
border-radius: 3px 3px 3px 3px;
border: 1px solid #DDDDDD;}
.product-list-item.selected .product-list-item-compare::after{ background:url(../img/_check.svg) center no-repeat #FF7815; background-size:12px auto !important;
border: 1px solid #FF7815;}
.product-list-item-compare input{ cursor: pointer; position: relative; z-index: 6; width:18px; height:18px; display: inline-block; opacity: 0;}


#product-compare-bar{
	background-color: #fff;
	position: fixed;
	z-index: 60;
	width: 100%;
	height: 180px;
	left: 0;
	bottom: -200px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	transition: all 0.2s;
}
#product-compare-bar.stay{
	bottom: 0;
}

#product-compare-list{
	box-sizing: border-box;
	float: left;
	height: 180px;
}
#product-compare-buttons{
	height:180px;
	width: 122px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
}
#product-compare-bar .w1580{ display: flex; justify-content: center;}

@media screen and (max-width:1024px) {
#product-compare-list{
	height: 180px; display: flex;
}
#product-compare-buttons{
	height:100px;
	width:90px;
}
}

#product-compare-buttons .button{
	margin:4px 0;
}
.product-compare-item{
	position: relative;
	text-align: center;
	display:inline-flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: center;
	text-align: center;
	box-sizing: border-box;
	padding:31px 0 0 0; margin-right:0.6rem;
}
.product-compare-item img{
	width: 84px;
	height: 84px;object-fit: contain;
	padding: 0;
	box-sizing: border-box;
}
.product-compare-item p{
	font-weight: bold;
	font-size: 12px; line-height:16px; margin-top: 7px;
	color: #242C3B; text-transform: uppercase;
}
.product-compare-item span{
font-weight: 400;
font-size: 12px;  line-height:16px;
color: #242C3B;
}
.remove-item{
	position: absolute;
	right:-20px;
	top: 14px;
	background: url(../img/_close.svg)  center no-repeat;
	background-size:14px auto !important;
	width: 20px;
	height: 20px;
	transition: 0.2s all;
}
.remove-item:hover{
transform: rotate(90deg); -ms-transform: rotate(90deg);
}
#product-compare-layer{
	position: fixed;
	width:1388px;
	height:100vh;
	width: 1388px;
	 background: #fff;
	transition: 0.2s all;
	opacity: 0;
	z-index: -1;
	top:0;
	left:50%; transform: translateX(-50%); -ms-transform: translateX(-50%);
}
#product-compare-layer .w1388{ max-width:100%;padding:36px 0; position: relative;
}
#product-compare-layer.stay{
	opacity: 1;
	z-index: 100;
}
#product-compare-layer h2{
	font-weight: bold;
	font-size: 18px;
	color: #242C3B;
	line-height: 22px;padding:0 30px;
	margin-bottom:24px;
}
#product-compare-container{padding:0 30px; margin:0 !important;
  scrollbar-width: thin;
  scrollbar-color:#8B8B8B #fff;height: calc(100vh - 118px);}
#product-compare-container table{
	width: 100%; margin-top: 1px;border-left: 1px solid #eee;border-bottom: 1px solid #eee;
}
#product-compare-container tr{
	transition: 0.2s all;border-bottom: 1px solid #eee;
}
#product-compare-container tr:hover{
	background-color:#f2f2f2;
}
#product-compare-container td{
	font-weight: 400;
	font-size: 12px;
	color: #555555;
	line-height: 18px;
	padding:11px 18px;
	box-sizing: border-box;border:0;
	background: #fff; position: relative;}
#product-compare-container td::after{display:block; width:1px;  content: ''; position: absolute; right:0; top:0; height:100%;background: #eee;}
#product-compare-container .title{ display: block; width: 100%; line-height:16px; font-weight: bold;}
#product-compare-container .info{ display: block; width: 100%; line-height:16px; }
#product-compare-container thead td{
	font-weight: 500;
	color: #FF7815;
}
#product-compare-container td:first-child{
	text-align: right;;
	padding-right:32px;
	color: #aaa;
	font-weight: 300;
}

#product-compare-container thead{ position:sticky; z-index: 6; top:0;}
#product-compare-container thead::after{display:block; width: 100%;  content: ''; position: absolute; left:0; top:0; height:1px;background: #eee;}
#product-compare-container thead::before{display:block; width: 100%;  content: ''; position: absolute; left:0; bottom:0; height:1px;background: #eee;}



@media screen and (max-width: 1400px){
#product-compare-layer{ width:94%; min-width: 94%;}
}
@media screen and (max-width: 1023px){
#product-compare-layer{ width:100%; min-width: 100%;}	
#product-compare-layer .w1388{padding:20px 0;}
#product-compare-container{padding: 0 15px;height: calc(100vh - 77px);}
#product-compare-layer h2{padding: 0 15px;
margin-bottom: 15px;}
#product-compare-bar,
#product-compare-list,
#product-compare-buttons{
height: 140px;
}
.product-compare-item{
padding:5px 0 0 0;
margin-right:14px;
}
.product-compare-item img {
width: 60px;
height: 60px;
}
#product-compare-container td{padding:6px 9px;}	
#product-compare-container td:first-child{
	padding-right:12px;
}
.remove-item{right: -12px;
  top: 8px;}

}

/*application*/
.application-item{
	overflow: hidden;
	margin-bottom: 50px;
	margin-top: 10px;
}
.application-item-txt{
	background-size: cover;
	background-position: center center;
	color: #fff;
	padding: 30px 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 10px;
}
.application-item-txt h3{
	color: #fff;
	margin-bottom: 21px;
}
.application-item-txt p{
	font-size: 12px;
	margin-top: 0;
}
.application-item-txt p:last-child{
	margin-bottom: 0;
}
.application-item-product{
	box-sizing: border-box;
	padding: 50px 0;
	border-bottom: 1px solid #d7d7d7;
}
.application-item-product .product-recommended-item{
	border: 0;
	background-color: #f8f8f8;
}
@media screen and (min-width: 1024px){
	.application-item{
		margin-bottom: 80px;
	}
	.application-item-txt{
		min-height: 400px;
		padding: 50px;
	}
	.application-item-txt h3{
		margin-bottom: 35px;
	}
	.application-item-txt h3:after{
		background-color: #fff;
	}
	.application-item-txt p{
		font-size: 14px;
	}
	.application-item-product{
		padding: 50px;
		border: 1px solid #d7d7d7;
		border-top: 0;
		border-radius: 0 0 10px 10px;
		margin-top: -7px;
	}
}

/*download page*/
#block-download-1 select,
#block-download-1 input[type='text']{
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0;
}
.btn-search{
	position: absolute;
	right: 12px;
	top: 11px;
	font-size: 20px;
	color: #999;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	transition: 0.2s all;
}
.btn-search:hover{
	color: #000;
	text-decoration: none;
}
#doc-tabs{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	text-align: center;
}
#doc-tabs a{
	width: 33.3%;
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
	font-size: 16px;
	padding: 10px 0;
}
#doc-tabs a:hover{
	text-decoration: none;
}
#doc-tabs a.current{
	font-weight: 500;
	color: #000;
	border-bottom: 2px solid #000;
}
.download-list{
	display: none;
	padding: 30px 0;
}
.download-list.current{
	display: block;
}
.document-item{
	font-size: 14px;
	font-size: 1rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 14px 0;
	border-bottom:1px solid #d7d7d7;
}
.document-item a:hover{
	color: #FF7815;
	text-decoration: none;
}
.document-item span{
	text-align: right;
}
.document-item span span{
	display: inline-block;
}
p.download-parameter{
	margin-top: 7px;
	margin-top: .5rem;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
#app-list.download-list .fa{
	font-size: 21px;
	line-height: 50px;
}
.app-list-icon{
	width: 50px;
	height: 50px;
	background: #f1f1f1;
	border-radius: 50%;
	display: inline-block;
	margin: 5px 10px 0 0;
	text-align: center;
	line-height: 50px;
	color: #FF7815;
	transition: 0.2s all;
}
.app-list-icon:hover{
	background: #FF7815;
	color: #fff;
	text-decoration: none;
}
.software-item{
	margin-top: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 35px;
}
.software-item:last-child{
	border-bottom: 0;
}
.software-item .button{
	margin-bottom: 30px;
}
.software-item h3{
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px){
	.document-item{
		display: block;
	}
	.document-item a{
		display: block;
	}
}
/*FCO*/
#fco-form,
#cert-form,
#download-form{
	border-radius: 8px;
	background-color: #f3f6f9;
	padding: 19px 28px 35px 28px;
	box-sizing: border-box;
}
#fco-form .col-n,
#cert-form .col-n{
	overflow: hidden;
}
#fco-form label,
#cert-form label,
#download-form label{
	font-weight: 500;
	font-size: 13px;
	color: #000;
	display: block;
	margin-top: 21px;
	margin-bottom: 7px;
}
#fco-form select,
#cert-form select{
	width: 100%;
	display: block;
}
select#fco_alarm_limits{
	width: calc(100% - 67px);
	display: inline-block;
	vertical-align: middle;
}
#note-batterylife p{
	margin-bottom: 0;
}
#fco-form-footer,
#cert-form-footer{
	margin-top: 28px;
}
#cert-form-footer{
	margin-top: 30px!important;
}
#fco-form-footer .button,
#cert-form-footer .button{
	width: 100px;
	margin-left: 20px;
}
#fco-form-pcs{
	display: inline-block;
}
#fco-form-pcs input{
	border: 0;
	width: 100px;
}
#fco-form-pcs input:focus{
	outline: none;
}
#fco-form-pcs{
	border-bottom: 1px solid #000;
}
.input-switch{
	user-select: none;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	font-size: 0;
	height: 28px;
	width: 60px;
	background: #ddd;
	transition: 0.2s all;
}
.input-switch:after{
	position: absolute;
	z-index: 1;
	content: "";
	background-color: #FF7815;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	transition: 0.2s all;
}
.input-switch.s1:after{
	left: 0;
}
.input-switch.s2:after{
	left: 50%;
}
.input-switch-option{
	position: relative;
	z-index: 2;
	cursor: pointer;
	font-size: 13px;
	width: 50%;
	height: 28px;
	display: inline-block;
	height: 100%;
	text-align: center;
	color: #313131;
	line-height: 28px;
}
.input-switch-option:hover{
	text-decoration: none;
	color:#313131;
}
.input-switch.s1 .input-switch-option:first-child{ color: #fff; }
.input-switch.s2 .input-switch-option:last-child{ color: #fff; }

#fco_temprature_switch{
	/*position: absolute;
	right: 8px;
	top: 20px;*/
	display: inline-block;
	vertical-align: middle;
}
#fco_temprature_range{
	width: 100;
	padding-top: 14px;
	font-size: 13px;
	transition: 0.2s all;
	height: 0;
}
#fco_temprature_range.stay{
	height: 46px;
}
#fco_temprature_range input{
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	max-width: calc(50% - 38px);
}
.fco_content_list_header_item{
	font-weight: 500;
	color: #000;
	padding-top: 14px;
	padding-bottom: 14px;
}
.fco_content_list_item{
	padding-top: 14px;
	padding-bottom: 14px;
	border-top: 1px solid #d7d7d7;
}
.fco_content_list_item_body{
	overflow: hidden;
	line-height: 1.55;
	color: #000;
}
.fco_content_list_item_body b{
	font-weight: 500;
	display: inline-block;
}
.fco_content_idx{
	width: 25%;
	float: left;
}
.fco_content_product_pcs{
	width: 25%;
	float: left;
}
.fco_content_product_name{
	width: 50%;
	float: left;
}
.fco_content_product_name,
.fco_content_product_pcs{
	font-weight: 500;
	color: #FF7815;
}
.fco_content_product_pcs{
	text-align: center;
}
.fco_content_list_item_btn{
	text-align: center;
	font-size: 21px;
}
.fco_content_list_item_btn a:hover{
	text-decoration: none;
}
.fco_content_list_item{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.fco_content_barcode{
	margin-bottom: 21px;
}
.fco_content_barcode img{
	max-width: 100%;
}
#fco_canvas h2{
	text-transform: capitalize;
}
#fco_download_pdf{
	width: 480px;
	max-width: 100%;
	display: block;
	margin: 50px auto;
	line-height: 1.2;
	padding-left: 20px;
	padding-right: 20px;
}
#fco_order_id{
	font-weight: 400;
	display: inline-block;
	margin-left: 20px;
}
#fco_list_footer{
	margin-top: 30px;
	color: #000;
	line-height: 1.55;
	font-weight: 400;
}
#fco_list_footer ol{
	list-style: decimal;
	margin-left: 15px;
	font-style: italic;
	margin-top: 15px;
}


@media screen and (min-width: 768px){
	#fco-form .col-n{
		display: inline-block;
		vertical-align: top;
	}
}
/*certification page*/

#cert-form .col-n{
	float: none;
	margin: 0 auto;
	font-size: 0;
}
input.input-search{
	box-sizing: border-box;
	width: calc(100% - 42px)!important;
	border-right: 0;
	border-radius:  4px 0 0 4px;
	vertical-align: middle;
}
button.button-search{
	box-sizing: border-box;
	width: 40px!important;
	height: 30px;
	border-radius: 0 4px 4px 0;
	vertical-align: middle;
}
#cert-form-footer li{
	font-size: 14px;
}
ul.cert-results-body{
	font-size: 0;
	border-bottom: 1px solid #d7d7d7;
	margin: 0;
	padding: 14px 0;
	padding: 1rem 0;
}
.cert-results-body li{
	color: #000;
	display: inline-block;
	width: 33%;
	font-size: 14px;
	font-size: 1rem;
	text-align: center;
}
.cert-results-body li:first-child{
	text-align: left;
}
.cert-results-body li:last-child{
	text-align: right;
}
#cert-results-header li{
	font-weight: 500;
}
@media screen and (max-width: 767px){
	.cert-results-body li:nth-child(3n+1){
		text-align: left;
	}
	.cert-results-body li:nth-child(3n){
		text-align: right;
	}
}
@media screen and (min-width: 768px){
	.cert-results-body li{
		width: 16.6%;
	}
	#cert-form,
	#download-form{
		padding-top: 35px;
		padding-bottom: 60px;
	}
}

/*WPML language bar*/
.wpml-ls-legacy-list-horizontal{
	border:0;
}
#hgroup-language{
	position: absolute;
	right: 20px;
	top: -25px;
	z-index: 50;
	width: 120px;
	display: inline-block;
	margin-top: 0;
	float: right;
}
#hgroup-language,
#hgroup-language *{
	/*-webkit-transition: all 0.2s;
	transition: all 0.2s;
	transition-delay: 0s;*/
}
#hgroup-language > div{
	padding: 0;
	border: 0;
	text-align: right;
}
#hgroup-language a{
	display: block;
	padding:0;
	font-size: 15px;
	font-size: 1.071428571rem;
	-webkit-opacity:0.4;
	opacity:0.4;
}
#hgroup-language .wpml-ls-current-language a{
	-webkit-opacity: 1;
	opacity: 1;
}
#hgroup-language a span{
	padding: 0 10px;
	display: block;
}
#hgroup-language a,
#hgroup-language a span{
	line-height: 6;
}
.site-header.scroll #hgroup-language a,
.site-header.scroll #hgroup-language a span{
	line-height: 3.2;
}
#hgroup-language a:hover{
	text-decoration: none;
	color: #000;
}
#hgroup-language a:hover span{
	color: #000;
}
#hgroup-language li{
	position: relative;
}
#hgroup-language li:after{
	background: #000;
	content:"";
	position: absolute;
	height: 11px;
	width: 1px;
	background:#000;
	right: 0;
	top: 39px;
	transition: 0.2s all;
	-webkit-opacity: 0.3;
	opacity: 0.3;
}
.site-header.scroll #hgroup-language li:after{
	top: 19px;
}
#hgroup-language li:last-child:after{
	display: none;
}
#topFloatBar-language{
	text-align: right;
	height: 0;
	overflow: hidden;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	border-top: 1px solid rgba(0,0,0,0.05);
}
#topFloatBar-language .wpml-ls-current-language a{
	color: #FF7815;
}
#topFloatBar-language a:hover{
	text-decoration: none;
}
@media screen and (min-width: 1024px){
	#hgroup-language{
		position: static;
		right: unset;
		top: unset;
		z-index: unset;
		width: 100px;
	}
}
@media screen and (min-width: 1200px){
	#hgroup-language{
		margin-top: 0;
	}
	#hgroup-language a,
	#hgroup-language a span{
		line-height: 6;
	}
	#hgroup-language a{
		
	}

	.site-header.scroll #hgroup-language{
		
	}
	.site-header.scroll #hgroup-language a span{
		color: #000;
	}
	.site-header.scroll #hgroup-language li:after{
		
	}
	.site-header.scroll #hgroup-language a,
	.site-header.scroll #hgroup-language a span{
		line-height: 3.2;
	}

}

/*pupup*/
.popup-layer{
	position: fixed;
	height: 100vh;
	width: 100vw;
	background: rgba(0,0,0,0.7);
	z-index: 100;
	top: 0;
	left: 0;
	transition: 0.3s all;
	opacity: 0;
	pointer-events: none;
}
.popup-layer-close{
	display: block;
	position: absolute;
	right: 32px;
	top: 32px;
	z-index: 2;
	height: 26px;
	width:26px;
background: url(../img/_close.svg)  center no-repeat;
	background-size:18px auto !important;
	transition: 0.2s all;
}
.popup-layer-content{
	position: relative;
	z-index: 1;
	transition: 0.2s all;
	transform: translate(0,40px);
	text-align: center;
}
.popup-layer-content iframe,
.popup-layer-content video{
	display: block;
	margin: auto;
}
.popup-layer.stay .popup-layer-content{
	transform: translate(0,0);
}
.popup-layer-touch{
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}
.popup-layer-close:hover{
	transform: rotate(90deg);
}
.popup-layer.stay{
	opacity: 1;
	pointer-events: auto;
}
#popupVideo{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#popupVideo video{
	margin: auto;
	height: auto;
	/*min-width: 480px;*/
	max-width: 98%;
	max-height: 96vh;
}
.home #popupVideo video{
	width: 480px;
}

/*cookie-notice*/
#cookie-notice{
	position:fixed;
	background:black;
	background:rgba(0,0,0,0.8);
	box-sizing: border-box;
	padding:14px;
	width: 100%;
	left: 0;
	text-align: center;
	color: #fff;
	-webkit-transition:0.3s;
	transition:0.3s;
	-webkit-opacity: 0;
	opacity: 0;
	z-index: -1;
	bottom: -100px;
	line-height: 1.5;
}
#cookie-notice .button{
	padding:4px 10px;
	width: unset;
	font-size: 12px;
	border-radius: 3px;
}
#cookie-notice a{
	color: #fff;
}
#cookie-notice.stay{
	bottom: 0;
	z-index: 99;
	-webkit-opacity: 1;
	opacity: 1
}
#cookie-notice-close{
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	transform-origin: 50% 50%;
	float: right;
	font-size: 20px;
	-webkit-transition:0.2s;
	transition:0.2s;
	transform:rotate(-45deg);
}
#cookie-notice-close:hover{
	text-decoration: none;
	transform:rotate(45deg);
}

/*interactive ui*/
#fullMask{
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top:0;
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	-webkit-opacity: 0;
	opacity: 0;
	/*pointer-events: none;*/
}
#fullMask.stay{
	z-index: 98;
	pointer-events: auto;
	-webkit-opacity: 1;
	opacity: 1;
}
#fullMask.stay.unclickable{
	pointer-events: none;
}
#toast{
	position: fixed;
	z-index: 100;
	width: 616px;
	height: 323px;
	box-sizing: border-box;
	padding: 30px 48px;
	background-color: #fff;
	color: #000;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	left:calc(50% - 300px);
	top: calc(50% - 150px);
	pointer-events: none;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transform:translate(0,30px);
	transform:translate(0,30px);
}
#toast.stay{
	pointer-events: auto;
	-webkit-opacity: 1;
	opacity: 1;
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
}
#toast i{
	display: block;
	width: 50px;
	height: 50px;
	background:url(../img/wen.svg) center no-repeat; background-size:100% auto;
}
#toast p{
	font-weight: 400;
	font-size: 18px;
	color: #242C3B;
	line-height: 22px; margin-top: 16px; margin-bottom: 73px;
}
#toast p a{
	text-decoration: underline;
}
/* #toast.error i{
	background:url(images/icon-question.png);
}
#toast.note i{
	background:url(images/icon-question.png);
}
#toast.success i{
	background:url(images/icon-success.png);
} */
.closeLayer{
	cursor: pointer;
	position: absolute;
	right:10px;
	top:10px;
	width: 20px;
	height: 20px;
	background:url(../img/_close.svg)  center no-repeat;
	background-size:14px auto;
	transition: all 0.2s;
}
.closeLayer:hover{
	transform:rotate(90deg);
}

/*menu-dropdown*/
@media screen and (min-width: 1024px){
	/*hide submenu for product list*/
	.main-navigation .sub-menu a{
		border-left: 4px solid transparent;
	}
	.main-navigation .sub-menu li:hover > a{
		border-left: 4px solid #FF7815;
	}
	.dropdown-1 > .sub-menu > li:first-child > .sub-menu{
		clip: unset!important;
	}
	.dropdown-1 .sub-menu{
		/*display: none!important;*/
	}
	.dropdown-1 > .sub-menu{
		width: 500px!important;
		height:176px !important;
		padding-top: 60px;
	}
	.dropdown-1 > .sub-menu > li{
		width: 195px;
		position: initial;
	}

	.dropdown-1 > .sub-menu .sub-menu{
		padding-top: 64px;
		position: absolute;
		width: 305px;
		left: 195px;
		top: 0;
		height: 100%;
		background: #f6f6f6;
		padding-bottom: 15px;
		box-sizing: border-box;
		border-top: 0;
	}
	.dropdown-1 > .sub-menu .sub-menu a{
		background: transparent;
		line-height: 2.4;
	}
	.dropdown-1 > .sub-menu:before{
		display: block;
		content: "Series";
		font-size: 16px;
		color: #000;
		font-weight: 600;
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 28px;
	    margin-top: 10px;
	    border-bottom: 1px solid #ccc;
		width: 145px;
	    text-align: left;
	}
	.dropdown-1 > .sub-menu .sub-menu:before{
		display: block;
		content: "Products";
		font-size: 16px;
		color: #000;
		font-weight: 600;
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 28px;
	    margin-top: 10px;
	    border-bottom: 1px solid #ccc;
	    width: 250px;
	    text-align: left;
	}
	.coverThePage{
		width:100vw;
		height:100vh;
		background-color: rgba(0,0,0,0.5);
		position: fixed;
		top:0;
		left:0;
		display: none;
		z-index: 10;
	}
	.coverThePage.stay{
		display: block;
	}
	
}
@media screen and (min-width: 1600px){

}

/*popup form*/
.popup-form-container{
	pointer-events: none;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 3px;
	padding:28px;
	position: fixed;
	left:40%;
	left:-webkit-calc(50% - 250px);
	left:calc(50% - 250px);
	top: -webkit-calc(50vh - 210px);
	top: calc(50vh - 210px);
	text-align: left;
	width:500px;
	height: 700px;
	max-height: calc(100vh - 120px);
	font-size: 14px;
	font-size: 1rem;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	z-index: 101;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	line-height: 1.5;
	overflow: hidden;
	overflow-y: auto;
	display: block
}
.popup-form-container.stay{
	pointer-events: auto;
	/*top:36px;*/
	top: -webkit-calc(50vh - 330px);
	top: calc(50vh - 330px);
	-webkit-opacity: 1;
	opacity: 1;
}
.popup-form-container h2{
	color:#FF7815;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}
.popup-form-container small{
	text-align:center;
	color:#8f0909;
	display: block;
}
.popup-form-container .gform_confirmation_wrapper{
	margin-top: 50px;
	text-align: center;
}
.popup-form-container .gform_confirmation_wrapper .button{
	margin: 0 auto;
}
.popup-form-container .gfield,
.popup-form-container .contact-field-small input,
.popup-form-container .contact-field-small textarea,
.popup-form-container .contact-field-small select{
	width: 100%;
	padding: 0;
}
.popup-form-container .gform_button{
	width: 100%;
}
.popup-form-container .gfield_label {
	margin-bottom: 0px!important;
}
@media screen and (max-width: 450px){
	.popup-form-container{
		width: 100%;
		left:0;
		top:0;
		height: 100vh;
		max-height: 100vh;
	}
	.popup-form-container.stay{
		left:0;
		top:0;
		height: 100vh;
	}
	.closeLayer{
		position: fixed;
	}
}
@media screen and (min-width: 1024px){
	.popup-form-container{
		width: 850px;
		left: calc(50% - 425px);
		height: 600px;
		top: calc(50vh - 280px);
	}
	.popup-form-container.stay{
		top: calc(50vh - 300px);
	}
	.popup-form-container .gform_wrapper.gravity-theme .gform_fields{
		display: block;
	}
	.popup-form-container .contact-field-small{
		width: 50%;
	}
	.popup-form-container .contact-field-small:nth-child(odd) input,
	.popup-form-container .contact-field-small:nth-child(odd) textarea,
	.popup-form-container .contact-field-small:nth-child(odd) select{
		width: calc(100% - 20px)!important;
	}

}
@media screen and (min-height: 950px){
	.popup-form-container{
		 height: auto;
	}
}


/*cookie-notice*/
#cookie-notice{
	position:fixed;
	background:black;
	background:rgba(0,0,0,0.8);
	box-sizing: border-box;
	padding:14px;
	width: 100%;
	left: 0;
	text-align: center;
	color: #fff;
	-webkit-transition:0.3s;
	transition:0.3s;
	-webkit-opacity: 0;
	opacity: 0;
	z-index: -1;
	bottom: -100px;
	line-height: 1.5;
}
#cookie-notice .button{
	padding:4px 10px;
	width: unset;
	font-size: 12px;
	border-radius: 3px;
}
#cookie-notice a{
	color: #fff;
}
#cookie-notice.stay{
	bottom: 0;
	z-index: 99;
	-webkit-opacity: 1;
	opacity: 1
}
#cookie-notice-close{
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	transform-origin: 50% 50%;
	float: right;
	font-size: 20px;
	-webkit-transition:0.2s;
	transition:0.2s;
	transform:rotate(-45deg);
}
#cookie-notice-close:hover{
	text-decoration: none;
	transform:rotate(45deg);
}

#product-list{ padding:14px 0 12px 0;}
.mm12{ display: block; width: 100%; padding:6px 0;}
.product-list-item .hot{ display: block; position: absolute; left: 0; top:0; z-index: 6;width:57px; transform: rotate(-90deg); -ms-transform:rotate(-90deg); }
#product-list1{ margin-top: -8px;}
.product-list-item ._img{ padding-bottom: 81%;}

@media screen and (max-width:1024px) {
.col-narrow > .col-n {
  padding-left: 7px;
  padding-right: 7px;
}
col-raw.col-narrow {
  margin-left: -7px;
  margin-right: -7px;
}
.product-list-item{margin-top: 7px;
  margin-bottom:7px;}
.product-list-txt{padding: 14px 14px 10px 14px;}  
.product-list-icons{
	top:13px;
	right:10px;
}
.product-list-icons i{ margin-right:2px;}
#product-list1{ margin-top:12px;}
.product-list-thumb{width:124px !important; height:124px !important;}
 .popup-layer-close{right:10px;
  top: 18px;} 	
}
@media screen and (max-width:767px) {
.solut5 .list .ul .li{ width:50%;}
}


/* 250422start */
#product-list{ display: flex; flex-wrap: wrap;}
.product-list-item{ height:calc(100% - 16px);}
@media screen and (max-width:1024px) {
.product-list-item{ height:calc(100% - 14px);}
}
.product-list-txt ul{ min-height: 55px;}
.product-list-item{transition: 0.2s all;}
.product-list-item:hover ._img{background: #F3F6F9;}
.product-list-item:hover{background: #FF7815;}
.product-list-item.selected ._img{background: #F3F6F9;}
.product-list-item.selected{background: #FF7815;}


.product-list-item.selected .product-list-txt,
.product-list-item:hover .product-list-txt{
	background:none;
	color: #fff;
}

/* 250422end */


/* 250424start */
@media screen and (max-width:767px) {
#product-compare-bar,
#product-compare-list,
#product-compare-buttons{
height: 130px;
}	
.product-compare-item{
width: 2.3rem;
margin-right: 0.2rem;
flex-wrap: inherit;
justify-content: flex-start;
}
.product-compare-item img {
width: 50px;
height: 50px;
}
.product-compare-item span{font-size: 11px;}
}


/* 250424end */