/*
Theme Name: Titanium Material Machining
Theme URI: http://www.becomingjenny.net
Version: 1.2
Author: Brain@JennyStudio
Author URI: https://www.brain1981.com
Description: This theme is an unique customized theme. JennyStudio - build your own WordPress theme.
License: 
License URI: https://www.titanium.com
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: titanium
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
@import url(fonts/fonts-Montserrat.css);
@import url(fonts/fonts-Orbitron.css);
@import url(fonts/flaticon.css);

*::-moz-selection {
	background-color: #4D525A;
	color: #FFF;
}
*::selection {
	background-color: #4D525A;
	color: #FFF;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*font-style: normal;*/
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	/*outline: thin dotted;*/
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ededed;
	background-color: rgba(0,0,0,0.1);
	border: 0;
	height: 1px;
	margin: 35px 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* 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;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
textarea:focus,
select:focus {
	outline: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
button,
input,
select,
textarea {
	border: 1px solid #ddd;
	background-color: #fff;
	/*border: 1px solid rgba(0,0,0,0.4);*/
	border-radius: 0px;
	font-family: inherit;
	padding: 4px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
select{
	background:url(images/arraw-select.png) no-repeat ;
	background-position: calc(100% - 5px) center;
	background-size: 14px auto;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
/*input[type="checkbox"],
input[type="radio"],*/
textarea,
select{
	-webkit-appearance: none;
}


/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 4px 26px;
	font-size: 12px;
	font-size: 0.865714286rem;
	line-height: 1.628571429;
	font-weight: normal;
	color: #fff;
	background-color: #0052d9;
	border:none;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	-webkit-transition:color 0.2s, background 0.2s;
	transition:color 0.2s, background 0.2s;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #fff;
	background-color: #003388;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background-color: #0a3e52;
}
.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{
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	padding: 10px 10px;
	width: 190px;
	text-align: center;
	font-size: 16px;
	font-size: 1.14285714rem;
	font-weight:500;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.1;
	background-color: #0052d9;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-text-shadow: none;
	text-shadow: none;
	word-break: keep-all;
}
.button:hover{
	text-decoration: none;
}
.button1{
	color:#fff!important;
	background:#f5ba18;
	border: 1px solid #f5ba18;
}
.button1:hover{
	color:#fff!important;
	background:#c9970d;
}
.button2 {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff!important;
}
.button2:hover {
	background-color: #c9970d;
	color: #fff!important;
	border: 1px solid #f5ba18;
}
.button3 {
	border: 1px solid #0052d9;
	background-color: #0052d9;
	color: #fff!important;
}
.button3:hover {
	background-color: #0052d9;
	color: #fff!important;
	border: 1px solid #0052d9;
}
.button-large{
	padding: 12px 20px;
	font-size: 21px;
	font-size: 1.5rem;
}
.button-small{
	padding: 6px 18px;
	width:auto;
}
.button1:before,
.button2:before,
.button3:before {
	content: ' ';
	position: absolute;
	background: rgba(255,255,255,0.8);
	width: 20px;
	height: 60px;
	top: -5px;
	left: -45px;
	opacity: 0.6;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.button1:hover:before,
.button2:hover:before,
.button3:hover:before {
	width: 100%;
	opacity: 0;
	left: 0;
}
.button.more {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	width: auto;
	color: #fff;
}
.button > i{
	margin-right: 8px;
}
a.more{
	font-size: 14px;
}
a.more:hover{
	text-decoration: none;
}
a.more:after,
.button.more:after{
	content: "";
	margin-bottom: -2px;
	background: url(images/icon-more-arrow.png) no-repeat center;
	width: 19px;
	height: 13px;
	display: inline-block;
	margin-left: 10px;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
a.more:hover:after,
.button.more:hover:after {
	transform: translate(8px,0);
}
.button.button-auto-width{
	width: fit-content;
}
.button.button-center{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
@media screen and (min-width:1024px){
	.button,
	.button1,
	.button2,
	.button3,
	.button4{
		padding: 12px 16px;
		width: 190px;
	}
	.button-large{
		padding: 16px 20px;
	}
}
/* Responsive images */
img.max-100,
img.entry-image,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}


/*text color*/
.txt-red{color:red!important}
.txt-yellow{color:#f5ba18!important}
.txt-blue{color:#0052d9!important}
.txt-green{color:green!important}
.txt-orange{color:#ffa836!important}
.txt-white{color:#fff!important}
.txt-black{color:#000!important}

/*grids*/
.col-raw{
	margin:0 -28px 0 -28px;
	overflow: hidden;
}
.col-raw.col-narrow{
	margin-left: -8px;
	margin-right: -8px;
}
.col-raw.col-medium{
	margin-left: -16px;
	margin-right: -16px;
}
.col-raw.col-wide{
	margin-left: -32px;
	margin-right: -32px;
}
.col-raw.col-sticky{
	margin-left: 0;
	margin-right: 0;
}
.col-n{
	box-sizing: border-box;
	padding-left: 28px;
	padding-right: 28px;
}
.col-narrow .col-n{
	padding-left: 8px;
	padding-right: 8px;
}
.col-medium .col-n{
	padding-left: 16px;
	padding-right: 16px;
}
.col-wide .col-n{
	padding-left: 32px;
	padding-right: 32px;
}
.col-sticky .col-n{
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 767px){
	.col-n-mb{
		float: left;
	}
	.col-1-mb{
		width:8.33%;
	}
	.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{
		margin-left: -16px;
		margin-right: -16px;
	}
	.col-n{
		padding-left: 16px;
		padding-right: 16px;
	}
	.col-raw.col-medium{
		margin-left: -12px;
		margin-right: -12px;
	}
	.col-medium .col-n{
		padding-left: 12px;
		padding-right: 12px;
	}
	.col-raw.col-wide{
		margin-left: -24px;
		margin-right: -24px;
	}
	.col-wide .col-n{
		padding-left: 24px;
		padding-right: 24px;
	}
	.col-flex-mb{
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
	}
	.col-flex-reverse{
		flex-direction: row-reverse;
	}
}
@media screen and (min-width: 768px) and (max-width:1280px){/*tablet*/
	.col-n-tb{
		float: left;
	}
	.col-1-tb{
		width:8.33%;
	}
	.col-2-tb{
		width:16.66%;
	}
	.col-3-tb{
		width:25%;
	}
	.col-4-tb{
		width:33.33%;
	}
	.col-5-tb{
		width:41.66%;
	}
	.col-6-tb{
		width:50%;
	}
	.col-7-tb{
		width:58.33%;
	}
	.col-8-tb{
		width:66.66%;
	}
	.col-9-tb{
		width:75%;
	}
	.col-10-tb{
		width:83.33%;
	}
	.col-11-tb{
		width:91.66%;
	}
	.col-12-tb{
		width:100%;
	}
}
@media screen and (min-width: 1280px){
	.col-n{
		float: left;
	}
	.col-1{
		width:8.33%;
	}
	.col-2{
		width:16.66%;
	}
	.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%;
	}
}
@media screen and (min-width: 768px){/*all except mobile*/
	.hide-pc{
		display: none;
	}
	.col-flex{
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
	}
	.col-flex-reverse{
		flex-direction: row-reverse;
	}
	.col-inlineblock{
		font-size: 0;
		text-align: left;
	}
	.col-inlineblock .col-n{
		display: inline-block;
		float: none;
		vertical-align: top;
	}
}
/*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-single{
	margin-top:40px;
	margin-bottom: 40px;
}
.nav-previous,
.nav-next{
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.nav-previous:empty,
.nav-next:empty{
	display: none;
}
.nav-previous a,
.nav-next a{
	position: relative;
	display: block;
	font-weight: 600;
	width: 100%;
	display: block;
	border:1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
	padding: 20px;
	padding-left: 65px;
	margin-bottom: 20px;
	line-height: 1.4;
	height: 111px;
	overflow: hidden;
	transition: 0.2s all;
}
.nav-previous a:hover,
.nav-next a:hover{
	text-decoration: none;
	border:1px solid #0052d9;
	color: #0052d9;
}
.nav-previous a .title,
.nav-next a .title{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.meta-nav{
	margin-bottom: 7px;
	display: block;
	font-size: 13px;
	font-weight: 300;
	color: #999;
}
.nav-previous a:before,
.nav-next a:before{
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 39px;
	border-radius: 50%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .5s;
	background-color: #eee;
	left: 15px;
    content: "\f104";
}
.nav-next a:before{
	content: "\f105";
}
.nav-previous a:hover:before,
.nav-next a:hover:before{
	color: #fff;
	background-color: #0052d9;
}
@media screen and (min-width:1280px){
	.nav-next{
		text-align: right;
	}
	.nav-next a{
		padding: 20px;
		padding-right: 65px;
	}
	.nav-next a:before{
		left:auto;
		right: 15px;
		content: "\f105";
	}
}

/* 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.6;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'Montserrat', '微软雅黑',  Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #555;
	background-color:#fff;
}
.font-title{
	font-family: 'Orbitron', '微软雅黑',  Helvetica, Arial, sans-serif;
	font-weight: 700!important;
	text-transform: uppercase;
	line-height: 1.4;
}
h2.font-title{
	font-weight: 700!important;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

/* 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 */
}

/* Page structure */
hgroup {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px;
	max-width: 85.71428571rem;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.site {
	box-sizing: border-box;
	padding: 0 28px;
	padding: 0 2rem;
	width: 100%;
}
.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:#0a3e52;
	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.6;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}


/* Navigation Menu */
.main-navigation {
	margin-top: 7px;
	margin-top: 0.5rem;
	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;
	text-transform: uppercase;
	font-weight: 700;
}
.main-navigation a:hover,
.main-navigation a:focus {
	/*background: #fafafa;*/
	color:#0a3e52;
}
.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:#cccc99;
}

/* 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 */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	background-color: #1a1a1a;
	color: #999;
}
footer[role="contentinfo"] .entry-content{
	font-size: 14px;
	font-size: 1rem;
}
footer[role="contentinfo"] a {
	color: #999;
	transition: all .3s;
}
footer[role="contentinfo"] a:hover {
	color: #f5ba18;
	text-decoration: none;
}
footer[role="contentinfo"] h3{
	font-size: 16px;
	font-size: 1.142857rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 10px 0;
}
.footer-menu li a{
	position: relative;
}
.footer-menu li a:hover{
	/*text-decoration: none;*/
}
.footer-menu li a:before {
	content: "\f061";
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: -1px;
	transition: all .3s;
	color: #FFFFFF;
	z-index: 2;
	line-height: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 12px;
}
.footer-menu li a:hover:before {
	right: -15px;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #f5ba18;
}
footer[role="contentinfo"] strong{
	font-size: 14px;
	font-size: 1rem;
	font-weight: 400;
}
footer[role="contentinfo"] .col-n{
	padding-top: 14px;
	padding-top: 1rem;
	padding-bottom: 14px;
	padding-bottom: 1rem;
	overflow: hidden;
}
footer[role="contentinfo"] p{
	font-size: 13px;
	font-size: 0.92857rem;
	line-height: 1.5;
}
.footer-right i{
	text-align: center;
	font-size:14px;
	width:16px;
	display: inline-block;
	margin-right: 5px;
}
ul.footer-menu,
ul.footer-menu li {
	list-style: none;
}
ul.footer-menu li{
	margin: 0;
	padding-bottom: 4px;
	font-size: 13px;
}
@media screen and (min-width: 1024px){
	ul.footer-menu li{
		font-size: 14px;
		padding-bottom: 7px;
	}
	footer[role="contentinfo"] h3{
		font-size: 19px;
		margin-bottom: 20px;
	}
}
/* =Main content and comment content
-------------------------------------------------------------- */

.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 rgba(0,0,0,0.1);;
	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 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.6;
	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.6;
	font-weight: 600;
	text-align: left;
}
.entry-content h3,
.comment-content h3,
.site-blocks .entry-content h3{
	font-size: 18px;
	line-height: 1.6;
	font-weight: 600;
}
.entry-content h4,
.comment-content h4 {
	font-size: 16px;
	font-size: 1.14258571rem;
	line-height: 1.6;
}
.entry-content h5,
.comment-content h5 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.6;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.6;
}
.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: 16px;
	font-size: 1.14258571rem;
}
.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.6;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
.line-after-title{
	width: 60px;
	height: 1px;
	display: block;
	background-color: #000;
	margin: 21px 0;
}
.line-after-title.white{
	background-color: #fff;
}
.line-after-title.yellow{
	background-color: #f5ba18;
}
.line-after-title.center{
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width:768px){
	.line-after-title{
		margin: 40px 0;
	}
}
/* =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.6;
	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.6;
	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;
}

.post-index{
	position: relative;
	width: 100%;
	background: #fff;
	margin: 0 0 40px 0;
	box-sizing: border-box;
	padding: 20px 28px;
	border:1px solid rgba(0,0,0,0.1);
}
.post-index .post-index-title{
	margin-bottom: 0;
	margin-top: 0;
}
#post-index-inner{
	padding-top: 20px;
	box-sizing: border-box;
	overflow: hidden;
	transition: 0.2s all;
}
.post-index-item{
	margin-left: 0;
	padding-left: 8px;
	border-radius: 3px;
	transition: 0.2s all;
}
.post-index-item a{
	color: #000;
	display: block;
	transition: 0.2s all;
}
.post-index-item:hover{
	background: #fff;
}
.post-index-item:hover a{
	color: #0B4BFF;
	text-decoration: none;
}
#post-index-close{
	width: 20px;
	height: 20px;
	color: #000;
	font-size: 19px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	right: 20px;
	top: 25px;
}

/* 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.6;
}
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.6;
	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.6;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
#searchsubmit { padding:4px 8px;}
.search-header{
	
}
h1.search-title{
	margin: 0!important;
	color: #000;
	font-weight: 500!important;
}
.site-logo {
	width:232px;/* height:44px;*/
	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;
	margin: 0 6px;
}
.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:#0052d9;
	text-decoration: none;
	font-weight: normal;
}
.wp-pagenavi span.pages {
	border: none;
}

/*gravity forms*/
.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100%;
}
body .gform_wrapper .gform_validation_errors{
	padding: 8px 24px!important;
	border-radius: 0!important;
	box-shadow: none!important;
	display: none!important;
}
body .gform_wrapper .gfield_error [aria-invalid=true] {
	border: 1px solid #03589e;
}
body .gform_wrapper.gravity-theme .gfield_description{
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 0;
}
.gform_required_legend{
	display: none;
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .left_label .gfield_label {
	font-weight: 500!important;
	color: #000;
	margin-top: 20px;
	margin-bottom: 0;
}
.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;
	width: 100%;
	line-height: 1;
}
.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: 18px;
	color: #cf2e2e;
	font-weight: 600;
	margin: 50px 0;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper select {
/*	padding: 8px;*/
	width: 100%!important;
}
.gform_drop_area button{
	display: inline;
	background-color: transparent;
	color: #e52122;
	border: none;
	padding: 0;
}
body .gform_wrapper .top_label div.ginput_container{
	margin-top: 2px!important;
}
body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default{
	background-color: #0052d9;
	border-color: #0052d9;
}
body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus,
body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover{
	border-color: #0052d9;
}
body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select{
	font-size: 15px;
	color: #000;
}
body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next,
body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev{
	top:-5px;
	color: #000;
}
.ginput_preview_list{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px 10px;
	margin: 20px 0;
}
.gform_wrapper.gravity-theme .ginput_preview{
	border: 1px solid #eee;
	padding: 8px 0 8px 10px;;
	margin: 0!important;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	line-height: 1.3;
	align-items: center;
}
.gform_wrapper.gravity-theme .gfield_fileupload_filename{
	flex-grow: 2;
	line-break: anywhere;
}
.gfield_html_formatted a{
	color: #0052d9;
}
.gform_wrapper.gravity-theme .gform_delete_file:hover{
	color: #0052d9;
}
.gform_wrapper.gravity-theme .gform_delete_file .dashicons-trash:before{
	content: "\f00d";
	font-family: 'FontAwesome';
	font-size: 18px;
	display: block;
}
.gfield_fileupload_filesize,
.gfield_fileupload_progress_complete{
	color: #aaa;
}
.gform-theme--foundation .gform_fields{
	grid-row-gap:0!important;
}
@media screen and (min-width: 768px) {
	.gform_wrapper .left_label div.ginput_complex,
	.gform_wrapper .right_label div.ginput_complex {
		width: 35.5%!important;
	}
	.gfield_half{
		grid-column: span 6!important;
	}
	.gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_footer input[type=submit] {
		font-size: 18px!important;
		padding:12px 21px;
		width: 160px;
		margin:0 auto;
	}
	.ginput_preview_list{
		grid-template-columns: repeat(2, 1fr);
	}
}

/* =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: 1280px;
		/*max-width: 71.4285rem;
		overflow: hidden;*/
	}
	.site.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;
	}
	.main-navigation {
		
	}
	.main-navigation ul.nav-menu{
		overflow: visible;
	}
	.main-navigation ul.nav-menu.toggled-on {
		margin-top: 0;
		margin-bottom: 0
	}
	.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 ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li {
		padding:0;
	}
	.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;
		padding:0 1.5rem;
		display: block;
		color: #fff;
		line-height: 3;
		/*text-transform: uppercase;*/
		white-space: nowrap;
		-webkit-transition:0.2s all;
		transition:0.2s all;
	}
	.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,
	.main-navigation a:hover,
	.main-navigation a:focus{
		color: #0052d9;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a  {
		color: #0052d9;
	}
	.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 li {
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 50;
		/*height: 1px;
		width: 1px;*/
		line-height: 0;
		overflow: hidden;
		/*clip: rect(1px, 1px, 1px, 1px);*/
		left:-webkit-calc(50% - 125px);
		left:calc(50% - 125px);
		font-size: 0;
	}
	.main-navigation li ul.sub-menu:hover,
	.main-navigation li ul.sub-menu li:hover{
		overflow: visible;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li > ul li{
		height: 0;
		overflow: hidden;
	}
	.main-navigation ul li:hover > ul li,
	.main-navigation ul li:focus > ul li,
	.main-navigation .focus > ul li{
		height: 46px;
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul{
		box-shadow: 0 5px 10px rgba(0, 0, 0,0.05);
		border-bottom: 4px solid #f5ba18;
		background-color: #fff;;
	}

	/*grand submenu*/
	.main-navigation ul ul li:hover ul{
		width: 250px;
	}
	.main-navigation li ul li a {
		position: relative;
		z-index: 0;
		background: rgba(255,255,255,0.45);
		text-align: center;
		display: block;
		line-height: 3.1;
		padding:0;
		color: #000;
		width: 250px;
		white-space: normal;
	}
	.main-navigation li ul li a:after{
		content: "";
		z-index: -1;
		position: absolute;
		width: 0;
		height: 100%;
		left: 0;
		top:0;
		background-color: #f5ba18;
		margin-left: 0;
		transition: 0.3s all;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #fff;
		color: #0052d9;
	}

	/*grand submenu*/
	.main-navigation ul ul ul{
		border-bottom:0!important;
		width: 0;
	}
	.main-navigation ul ul ul li,
	.main-navigation ul ul ul li a{
		line-height: 2.6;
		height: 39px!important;
	}

	#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;
	}
	.footer-menu {
	}
}

/* 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;
	}
	.site-header{
		position: fixed;
		z-index: 97;
		top:0;
		background-color: transparent;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+51 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	}
	.site-logo{
		float:left;
		margin:12px;
		margin-left:0;
		width:197px;
		height:44px;
		background-image: none;
		background-position: center;
		background-size: 100% auto;
	}
	.admin-bar .site-header{
		top:32px;
	}
	.main-navigation {
		clear: none;
		display: inline-block;
		width: -webkit-calc(100% - 210px);
		width: calc(100% - 210px);
		margin-top: 12px;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		text-align: right;
	}
	.main-navigation li {
		padding: 0 0;
		padding: 0 0;
	}
	.main-navigation li a {
		background-color: transparent;
		padding: 0 12px;
		line-height: 2.94;
	}
	.main-navigation li ul {
		left:-webkit-calc(50% - 125px);
		left:calc(50% - 125px);
	}
	.main-navigation .nav-menu > .current-menu-item:after,
	.main-navigation .nav-menu > .current-menu-ancestor:after,
	.main-navigation .nav-menu > .current_page_item:after,
	.main-navigation .nav-menu > .current_page_ancestor:after{
		width:calc(100% - 56px);
		left:28px;
		top: 55px;
	}
	/* dynamic floating nav bar */
	.site-header{
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	.site-header *,
	.site-header .main-navigation .nav-menu > .current-menu-item:after,
	.site-header .main-navigation .nav-menu > .current-menu-ancestor:after,
	.site-header .main-navigation .nav-menu > .current_page_item:after,
	.site-header .main-navigation .nav-menu > .current_page_ancestor:after {
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	.site-header.triggered,
	.site-header.scroll {
		min-height: 0;
		background-color: #fff;
		text-shadow: none;
	}
	.site-header.triggered .main-navigation li a,
	.site-header.scroll .main-navigation li a {
		color: #000;
	}
	.site-header.triggered .main-navigation li ul a,
	.site-header.scroll .main-navigation li ul a {
		background: #fff;
	}
	.site-header.triggered .main-navigation li ul a:hover,
	.site-header.scroll .main-navigation li ul a:hover {
		color: #fff;
	}
	.site-header.triggered .main-navigation .current-menu-item > a,
	.site-header.triggered .main-navigation .current-menu-ancestor > a,
	.site-header.triggered .main-navigation .current_page_item > a,
	.site-header.triggered .main-navigation .current_page_ancestor > a,
	.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.triggered .main-navigation a:hover,
	.site-header.triggered .main-navigation a:focus,
	.site-header.scroll .main-navigation a:hover,
	.site-header.scroll .main-navigation a:focus{
		color: #0052d9;
	}
	/*.site-header.triggered .main-navigation .current-menu-item > a:after,
	.site-header.triggered .main-navigation .current-menu-ancestor > a:after,
	.site-header.triggered .main-navigation .current_page_item > a:after,
	.site-header.triggered .main-navigation .current_page_ancestor > a:after,
	.site-header.scroll .main-navigation .current-menu-item > a:after,
	.site-header.scroll .main-navigation .current-menu-ancestor > a:after,
	.site-header.scroll .main-navigation .current_page_item > a:after,
	.site-header.scroll .main-navigation .current_page_ancestor > a:after,*/

	.site-header.triggered .main-navigation a:hover:after,
	.site-header.triggered .main-navigation a:focus:after,
	.site-header.scroll .main-navigation a:hover:after,
	.site-header.scroll .main-navigation a:focus:after{
		width: 100%;
	}
	.site-header.triggered .site-logo,
	.site-header.scroll .site-logo {
		background-image: url(images/logo.svg);
	}
	.site-header.triggered .site-logo img,
	.site-header.scroll .site-logo img{
		opacity: 0;
	}
	.main-navigation .button-menu a{
		display: none;
	}
	.search-menu{
		transform:scale(1.3);
	}
}
@media screen and (min-width: 1280px){
	.main-navigation li a {
		padding: 0 19px;
	}
	.main-navigation .button-menu a{
		position: relative;
		display: block;
		color: #fff!important;
		padding: 6px 15px;
		margin-left: 10px;
		background: #0052d9;
		height: 20px;
		line-height: 20px;
		font-weight: 500;
		font-size: 13px;
		/*text-transform: none;*/
	}
	.main-navigation .button-menu a:hover{
		background-color:#003388;
	}
	.main-navigation .button-menu a:before{
		position: absolute;
		content: "";
		width: 15px;
		height: 15px;
		z-index: 1;
		right: -7px;
		top:-7px;
		background: #fff;
		transform: rotate(45deg);
	}
}
@media screen and (min-width: 1600px){
	.site {
		max-width: 1560px;
	}
	.site.full-width{
		max-width: 100%;
	}
	.main-navigation li a {
		padding: 0 30px;
	}
	.main-navigation .button-menu a{
		
	}
}
/*return Top button*/
.btn-float{
	position:fixed;
	line-height:50px;
	z-index: 6;
	border-radius: 5px 0 0 5px;
	background-color:#009d55;
	background-size: 50% 50%;
	background-position: center center;
	background-repeat: no-repeat;
	color:#fff;
	width:40px;
	height:40px;
	display:block;
	right:0;
	bottom:20px;
	-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{
	background-color:#006e3b;
}
#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;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');
	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_img {
	display: inline-block;
	width: 147px;
	height: 147px;
}
#qrCode_img img{
	width: 100%;
	height: 100%;
}
#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:61px;
	}
}
/*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.png) no-repeat 15px 10px #fff;
	background-size: 150px 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: 150px;
	/* width: calc(100% - 100px); */
	margin-left: 15px;
	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
}
#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: #000;
	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.071428rem;
}
#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:#0052d9;
/*	background-color: rgba(0,0,0,0.05);*/
	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: 40px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li.menu-item-has-children > a {
/*	padding-left: 40px;*/
	width: -webkit-calc(100% - 74px);
	width: calc(100% - 56px);
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li li > a {
	padding-left: 80px;
}
#topFloatBar #mobileMenu ul li a {
	/*background: #222a35;*/
	box-sizing: border-box;
}
#topFloatBar #mobileMenu ul li.menu-item-has-children > a {
	padding-right: 0;
	width: 90%;
	width: -webkit-calc(100% - 56px);
	width: calc(100% - 56px);
	display: inline-block;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li a.menu-item-switch,
#topFloatBar #mobileMenu li a.menu-item-switch:hover {
	background-image: url(images/icons_menu_2.png);
	background-position: center 0!important;
	width: 56px!important;
	display: inline-block!important;
	padding: 0!important;
	height: 42px;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li.on>a.menu-item-switch {
	background-position: center 100%!important;
	vertical-align: middle;
}
#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;
		box-shadow: 0 1px 10px rgba(0,0,0,0.08)
	}
}
.full-padding {
	padding-left:0;
	padding-right:0;
}
.full-padding img {
	max-width: 100%;
}
.category-title {
	margin-bottom: 8px;
	margin-top: 21px;
}
.site-blocks{
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.site-blocks.constant .site{
	margin-bottom: 0;
}
.site-blocks p,
.site-blocks ul {
	margin: 14px 0 21px 0;
	margin: 1rem 0 1.5rem 0;
	font-size: 15px;
	font-size: 1.07147285rem;
	line-height: 1.7;
}
.site-blocks p:empty{
	overflow: hidden;
}
.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.5;
}
.site-blocks h2 {
	line-height: 1.3;
	font-size: 23px;
	font-size: 1.6428rem;
	font-weight: 500;
	margin-bottom: 9px;
	color: #333;
}
.site-blocks .entry-content h2 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.site-blocks h3{
	font-size: 18px;
	color: #000;
	line-height: 1.3;
}
.site-blocks .entry-content h2:first-child,
.site-blocks .entry-content h3:first-child,
.site-blocks  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 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;
	margin:5rem auto;
}
.site-blocks.stick-top .site{
	margin-top: 0;
}
.site-blocks.stick-bottom .site{
	margin-bottom: 0;
}
.site-blocks .sub-title{
	display: block;
	text-align: center;
	color: #999;
	font-size: 10px;
    font-family: Arial;
    text-transform: uppercase;
	margin-bottom: 21px;
	margin-top: 0;
}

@media screen and (min-width: 1024px){
	.site-blocks{
		/*padding: 0 28px;
		padding: 0 2rem;*/
	}
	.site-blocks h2{
		font-size: 28px;
	}
	.site-blocks h3{
		font-size: 21px;
	}
}
@media screen and (min-width: 1280px){
	.site-blocks h2{
		font-size: 35px;
	}
	.site-blocks h3{
		font-size:28px;
		font-size: 2rem;
	}
	.site-blocks .site{
		margin:96px auto;
		margin:7rem auto;
	}
}

.footerSubscriber {
	width:90%;
	max-width:300px;
	margin:0 auto;
}
.footerSubscriber form{
	margin-top:7px;
	margin-top:0.5rem;
}
.footerSubscriber #mail{
	width: -webkit-calc(100% - 105px);
	width: calc(100% - 105px);
	line-height: 2.1;
	border-radius: 15px;
	padding: 0;
	padding-left: 15px;
	border-width: 0;
	outline: none;
	height:30px;
}
.footerSubscriber #subscribe{
	width:80px;
	padding: 6px 0;
	font-weight: 400;
	border-radius: 15px;
	outline: none;
}
.footerSubscriber p{
	margin:21px 0;
	margin:1.5rem 0;
}
.footerSubscriber p a{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	font-size: 0;
}
.footerLink {
	text-align: center;
	font-size: 13px;
	font-size: 0.928571429rem;
	padding-bottom: 14px;
	padding-bottom: 1rem;
	padding-top: 14px;
	padding-top: 1rem;
	line-height: 1.6;
}
.copyright{
	margin-top:14px;
	margin-top:1rem;
	margin-bottom:14px;
	margin-bottom:1rem;
	font-weight:400;
}
footer .site-info {
	margin:0 auto;
	padding-top: 70px;
	padding-bottom: 35px;
}

/*homepage*/
.button-special{
	position: relative;
	display: inline-block;
	width: 265px;
	color:#fff;
	text-align: center;
	font-size: 15px;
}
.button-special:hover{
	text-decoration: none;
	color: #fff;
}
.button-special:after{
	display: block;
	content: "";
	width: 50px;
	height: 6px;
	position: absolute;
	z-index: 1;
	right: 0;
	top:0;
	background:url(images/button-conor.png) no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s all;
}
#home-headimage .button-special{
	margin: 5px auto;
}
@media screen and (min-width:768px){
	.button-special:after{
		width: 70px;
		height: 8px;
	}
}
#home-headimage{
	position: relative;
	width:100%;
	overflow: hidden;
	max-height: 840px;
	min-height: 450px;
}
#home-headimage-video{
	position: relative;
	font-size: 0;
	height: 100%;
	min-height: 450px;
}
#home-headimage-video video{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	min-height: 450px;
	max-height: 840px;
}
#home-headimage-txt:after{
	content: "";
	background: url(images/angle-header.png) right top;
	background-size: auto 100%;
	height: 20px;
	width: 1281px;
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 0;
}
#home-headimage-txt{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	background: rgba(0,0,0,0.3);
	background-size: cover;
}
#home-headimage-txt h1{
	font-size: 28px;
	font-size: 2rem;
	margin-bottom: 28px;
	margin-bottom: 2rem;
}
#home-headimage-txt p{
    font-weight: 500;
    font-style: italic;
	text-transform: uppercase;
	margin-bottom: 28px;
	margin-bottom: 2rem;
	line-height: 1.3;
}
#headimage-gear{
	position: absolute;
	z-index: 1;
	width: 600px;
	height: 600px;
	top:0;
	left: calc(50% - 300px);
	background: url(images/home-header-gear.png) no-repeat;
	background-size: 100% auto;
	animation: homeGear infinite alternate 90s linear;
}
	@keyframes homeGear{
		from {transform: rotate(0deg);}
		from {transform: rotate(360deg);}
	}
#home-about{
	background: #ffffff url(images/home-company-bg.png) no-repeat center bottom;
	background-size: auto;
}
#home-about h2{
	margin-top: 7px;
	margin-bottom: 40px;
}
#home-about h3.title-sub{
	margin-bottom: 0;
}
#swiper-gallary .swiper-slide{
	box-sizing: border-box;
	padding: 0;
	width: 350px;
}
#swiper-gallary .swiper-slide img{
	width: 100%;
	height: auto;
}
i.icon-line{
	height: 5px;
	width: 50px;
	background:url(images/icon-line.png);
	display: block;
	margin:15px 0;
}
i.icon-line.white{
	filter: grayscale(1) brightness(100);
}
i.icon-checkmark{
	height: 30px;
	width: 30px;
	background:url(images/icon-checkmark.svg) center;
	background-size: 100% auto;
	display: inline-block;
	vertical-align: middle;
}
i.icon-checkmark-2{
	background-image:url(images/icon-checkmark-2.svg);
	background-color: #f9f9f9;
	border-radius: 50%;
}
h2.title-sub{
	font-size: 14px;
	font-size: 1rem;
}
#home-about .button{
	margin-top: 40px;
	margin-bottom: 40px;
}
#home-about .font-title{
	color: #000;
}
.font-title.with-gear{
	text-transform: uppercase;
	text-align: center;
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	transition: 0.6s all;
}
.font-title.with-gear span{
	position: relative;
	z-index: 1;
}
.font-title.with-gear:after{
	position: absolute;
	z-index: 0;
	height: 42px;
	width: 130px;
	content: "";
	left: calc(50% - 65px);
	top: -15px;
	background-image: url(images/title-gear.png);
	background-size: 100% auto;
	background-position: center top;
}
.font-title.with-gear.white:after{
	filter: brightness(10);
}
.font-title.with-gear.gray:after{
	opacity: 0.07;
}
@media screen and (min-width:1024px){
	.font-title.with-gear{
		margin-top: 45px;
	}
	.font-title.with-gear:after{
		height: 84px;
		width: 260px;
		left: calc(50% - 146px);
		top: -45px;

	}
}

h3.title-sub,
.title-sub{
	line-height: 1.5;
	font-size: 14px;
}
#home-service{
	background-color: #f1f1f4;
	overflow: hidden;
}
h3.title-sub{
	margin-top: 15px;
	margin-bottom: 45px;
	text-transform: uppercase;
	color: #aaa;
	font-weight: 500;
	font-size: 14px;
	font-size: 1rem;
}
.service-item{
	position: relative;
	display: block;
	overflow: hidden;
	height: 340px;
	margin-bottom: 30px;
	background: linear-gradient(to bottom, #0052d9, rgba(0,0,0,0.5));
	background-image: -moz-linear-gradient(top, #0052d9, rgba(0,0,0,0.5));
	background-image: linear-gradient(top, #0052d9, rgba(0,0,0,0.5));
	transition: 0.4s all;
	opacity: 1;
	transform: translate(0,0);
}
.service-item.waiting{
	opacity: 0;
	transform: translate(0,50px);
}
.col-n:nth-child(1) .service-item{ transition-delay: 0.2s;}
.col-n:nth-child(2) .service-item{ transition-delay: 0.3s;}
.col-n:nth-child(3) .service-item{ transition-delay: 0.4s;}
.col-n:nth-child(4) .service-item{ transition-delay: 0.5s;}
.col-n:nth-child(5) .service-item{ transition-delay: 0.6s;}
.col-n:nth-child(6) .service-item{ transition-delay: 0.7s;}
.col-n:nth-child(7) .service-item{ transition-delay: 0.8s;}
.col-n:nth-child(8) .service-item{ transition-delay: 0.9s;}
.col-n:nth-child(9) .service-item{ transition-delay: 1s;}

a.service-item-url{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.service-item *{
	transition: 0.3s all;
}
.service-item img{
	width: 100%;
	height: auto;
	transform-origin: center top;
}
.service-item:hover img{
	transform: scale(1.65);
}
.service-item-overlay-1{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	transition: all .5s;
	background: linear-gradient(to bottom, #0052d9, rgba(0,0,0,0.5));
	background-image: -moz-linear-gradient(top, #0052d9, rgba(0,0,0,0.5));
	background-image: linear-gradient(top, #0052d9, rgba(0,0,0,0.5));
	opacity: 0;
}
.service-item:hover .service-item-overlay-1{
	opacity: 0.7;
}
.service-item-txt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 3;
	box-sizing: border-box;
	padding: 10px 30px 20px 30px;
	color: #000;
	background:#fff;
}
.service-item-txt:after{
	content: "";
	background: transparent url(images/angle-small.png) no-repeat;
	position: absolute;
	width: 214px;
	height: 24px;
	top: -24px;
	left: 0;
	z-index: 0;
	transition: 0.3s all;
}
.service-item:hover .service-item-txt{
	background: transparent;
}
.service-item:hover .service-item-txt:after{
	opacity: 0;
}
.service-item-txt h3,
.service-item-txt p,
.service-item-txt .button{
	position: relative;
	z-index: 1;
}
.service-item-txt h3{
	font-size: 18px;
	font-size: 1.285714rem;
	margin-bottom: 20px;
}
.service-item-txt p{
	color: #999;
	margin-bottom: 0;
	line-height: 1.55;
	height: 47px;
	overflow: hidden;
}
.service-item-txt .button{
	opacity: 0;
	height: 1px;
	box-sizing: border-box;
	padding-bottom: 0;
	padding-top: 0;
}
.service-item .icon-line{
	height: 0;
	margin: 0;
}
.service-item:hover .service-item-txt h3{
	color: #fff;
}
.service-item:hover .service-item-txt p{
	color: #fff;
	margin-bottom: 20px;
	height: 69px;
}
.service-item:hover .service-item-txt .button{
	opacity: 1;
	height: 42px;
	padding-bottom: 12px;
	padding-top: 12px;
}
.service-item:hover .icon-line{
	height: 5px;
	margin: 10px 0;
}
i.icon-dots{
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	width: 47px;
	height: 6px;
	display: block;
	background: url(images/icon-dots.png) center center no-repeat;
}
i.icon-dots.icon-dots-w{
	background-image: url(images/icon-dots-w.png);
}
.service-item:hover i.icon-dots{
	opacity: 0;
}
#home-why{
	overflow: hidden;
	position: relative;
	padding: 0;
	background: #2d333e;
}
#home-why:before{
	display: none;
	content:"";
	width: 1157px;
	height: 24px;
	background: url(images/angle-gray-center.png) center top no-repeat;
	position: absolute;
	top:0;
	left:calc(50% - 579px);
}
#why-list{
	width: 100%;
	font-size: 0;
	margin: 40px 0 15px 0;
}
.why-item{
	margin-top:23px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 16.666%;
	height: 240px;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
	background-color: #fff;
	transition: 0.3s all;
}
.why-item:before{
	position: absolute;
	z-index: 1;
	content: "";
	width: 100%;
	height: 23px;
	background: url(images/angle-why.png) right bottom;
	left: 0;
	bottom:100%;
	display: none;
}
.why-item:nth-child(even){
	background-color: #ececee;
}
.why-item.current,
.why-item:hover{
	background-color: #f5ba18 ;
}
.why-item-num{
	font-size: 80px;
	font-weight: 600;
	font-family: 'Orbitron', '微软雅黑',  Helvetica, Arial, sans-serif;
	color: #ececee;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: -20px;
	z-index: 0;
	opacity: 0.8;
	transition: 0.3s all;
}
.why-item:nth-child(even) .why-item-num{
	color: #fff;
}
.why-item.current .why-item-num,
.why-item:hover .why-item-num{
	opacity: 0.4;
}
.icon-why{
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(images/icons-why.png) no-repeat center top;
	background-size: 100% auto;
	transition: 0.3s all;
}
.icon-why.icon-2{ background-position:0 20%;}
.icon-why.icon-3{ background-position:0 40%;}
.icon-why.icon-4{ background-position:0 60%;}
.icon-why.icon-5{ background-position:0 80%;}
.icon-why.icon-6{ background-position:0 100%;}
.icon-why-outter{
	position: relative;
	background: transparent;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 14px auto 20px auto;
	transition: 0.3s all;
}
.icon-why-outter:after{
	content:"";
	position: absolute;
	background: url(images/icon-bg-why.png) no-repeat;
	background-size: 100%;
	z-index: 1;
	width:110px;
	height: 127px;
	left: calc(50% - 55px);
	top: calc(50% - 63px);
}
.why-txt .icon-why{
	display: none;
	position: absolute;
	z-index: 0;
	filter: brightness(0);
	opacity: 0.1;
	width: 300px;
	height: 300px;
	bottom:-250px;
	left: calc(50% - 150px);
}
.why-item.current .icon-why,
.why-item:hover .icon-why{
	transform: scale(0.9);
}
.why-item.current .icon-why-outter,
.why-item:hover .icon-why-outter{
	background: #fff;
}
.why-item p{
	position: relative;
	z-index: 1;
	margin: 0 auto;
	transition: 0.3s all;
	color: #000;
	line-height: 1.45;
	font-weight: 600;
	text-transform: uppercase;
}
.why-item.current p,
.why-item:hover p{
	color: #fff;
}
#why-txt-outter{
	background:#f5ba18;
}
#why-txt{
	position: relative;
	background-size: 100% auto;
	box-sizing: border-box;
	min-height: 200px;
	color: #fff;
	padding: 30px;
}
.why-txt{
	position: relative;
	display: none;
}
.why-txt.current{
	display: block;
}
.why-txt .font-title{
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 21px;
	line-height: 1.3;
}
.why-txt .txt-black span{
	opacity: 0.2;
}
#why-img{
	position: relative;
	font-size: 0;
	height: 100%;
}
#why-img img{
	width: 100%;
	height: auto;
	object-fit: cover;
	z-index: 1;
	left: 0;
	transition: 0.3s all;
}
img.why-img{
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 0!important;
	opacity: 0;
}
img.why-img.current{
	z-index: 2!important;
	opacity: 1;
}
.why-txt span.font-title{
	float: right;
	font-size: 19px;
	display: block;
}
#home-testimonial{
	background:#f1f1f4 url(images/home-bg-2.png) no-repeat center center;
}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 1024px){
	#why-list{
		width: 100%;
		overflow-y: auto;
		_overflow: auto;
		margin: 40px 0 1em 0;
		white-space: nowrap;
	}
	#why-list p{
		font-size: 13px;
		white-space: normal;
	}
	#why-list::-webkit-scrollbar{
		-webkit-appearance: none;
		width: 14px;
		height: 14px;
	}
	#why-list::-webkit-scrollbar-thumb{
		border-radius: 8px;
		border: 3px solid #fff;
		background-color: rgba(0, 0, 0, .3);
	}
	.why-item{
		width: 170px;
		height: 170px;
	}
	.icon-why-outter{
		width: 70px;
		height: 70px;
		margin: 7px auto;
	}
	.icon-why{
		width: 50px;
		height: 50px;
	}
}
@media screen and (min-width: 768px){
	#headimage-gear{
		width: 1227px;
		height: 1227px;
		top:-100px;
		left: calc(50% - 613px);
	}
	h3.title-sub,
	.title-sub{
		font-size: 15px;
	}
	#home-about-left,
	#home-about-right{
		transition: 0.5s all;
		transition-delay: 0.4s;
		opacity: 0;
	}
	#home-about-left{
		transform: translate(-150px,0);
	}
	#home-about-right{
		transform: translate(150px,0);
	}
	#home-about-left.stay,
	#home-about-right.stay{
		opacity: 1;
		transform:translate(0,0);
	}
	#home-why-site{
		margin-top: 50px;
	}
	#home-why-content{
		align-items: stretch;
	}
	#why-img img{
		height: 100%;
	}
}
@media screen and (min-width: 1280px){
	#home-headimage-txt h1{
		font-size: 56px;
		font-size: 4rem;
		margin-bottom: 42px;
		margin-bottom: 3rem;
	}
	#home-headimage-txt p{
		font-size: 18px;
		max-width: 60%;
		margin-bottom: 42px;
		margin-bottom: 3rem;
	}
	#home-headimage-txt:after{
		height: 39px;
		width: 2500px;
	}

	.service-item{
		height: 390px;
	}
	.service-item-txt h3{
		font-size: 21px;
		font-size: 1.5rem;
	}
	.service-item:hover img{
		transform: scale(1.5);
	}
	.why-txt .font-title{
		font-size: 28px;
	}
	#why-img{
		position: relative;
		z-index: 1;
	}
	.why-item{
		overflow: visible;
	}
	#why-list{
		overflow: hidden;
	}
	#why-txt{
		padding: 40px;
	}
	.why-item.current:before{
		display: block;
	}
	#home-why:before{
		display: block;
	}
}
@media screen and (min-width: 1440px){

}
@media screen and (min-width: 1600px){
	#why-txt{
		padding: 40px 50px;
		min-height: 394px;
	}
}
#block-subscribe{
	background: url(images/bg-subscription.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
#block-subscribe:before{
	display: none;
	content:"";
	width: 1157px;
	height: 24px;
	background: url(images/angle-gray-center.png) center top no-repeat;
	position: absolute;
	top:0;
	left:calc(50% - 579px);
}
#block-subscribe.white:before{
	filter: brightness(10);
}
#block-subscribe .site{
	margin-top: 0;
	margin-bottom: 40px;
	padding-top: 80px;
}
#block-subscribe p{
	color: #fff;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.3;
}
#subscribe-box{
	position: relative;
	background: url(images/bg-subscription-yellow.png) center center;
	background-size: cover;
	box-sizing: border-box;
	width: 100%;
	margin-top: 40px;
	position: relative;
	padding: 21px;
	z-index: 1;
}
#subscribe-box h2{
	font-size: 18px;
	color: #fff;
}
.subscribe-form{
	width: 100%;
	margin: 20px auto 0 auto;
}
.subscribe-input,
a.subscribe-submit{
	vertical-align: middle;
	display: inline-block;
	box-sizing: border-box;
	padding: 2px 10px;
	height: 40px;
	line-height:35px;
	font-size: 16px;
}
a.subscribe-submit{
	background: #fff;
	color: #f5ba18;
	width: 100px ;
	text-align: center;
	border-radius:0;
	transition: all 0.2s;
	border: 1px solid #fff;
	font-weight: 500;
	text-transform: uppercase;
}
a.subscribe-submit:hover{
	text-decoration: none;
	background-color: transparent;
	color: #fff;
}
.subscribe-input{
	background: transparent;
	border: 1px solid #fff;
	border-right: 0;
	border-radius:0;
	color: #fff;
	width: calc(100% - 100px);
}
.subscribe-input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.5);
}
.logo-footer{
	margin-bottom: 20px;
	width:195px;
	height: 46px;
	opacity: 0.75;
	transition: 0.2s all;
}
.logo-footer:hover{
	opacity: 1;
}
.footer-ipv6{
	display: inline-block;
	/*vertical-align: middle;*/
	width: 14px;
	height: 14px;
}
.footer-contact-line{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding-bottom: 10px;
	line-height: 1.8;
}
.footer-contact-line i{
	color: #999999;
	width: 16px;
	height: 26px;
	margin-right: 6px;
/*	background-color: #313131;*/
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	font-size: 15px;
}
.footer-contact-line span{
	width: calc(100% - 22px);
	display: inline-block;
}
#footer-bottom{
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 40px 28px;
	font-size: 13px;
}
@media screen and (min-width: 768px){
	#footer-bottom{
		text-align: center;
	}
}
#block-page .footer-contact-line{
	margin-bottom: 20px;
	font-size: 15px;
}
@media screen and (min-width: 1280px){
	#block-subscribe{
		height: 440px;
	}
	#subscribe-box{
		margin-top: 50px;
		padding: 0 70px;
	}
	#subscribe-box .col-raw{
		height: 200px;
	}
	#subscribe-box h2{
		font-size: 28px;
	}
	.footer-contact-line.half{
		width: 49%;
		display: inline-flex;
	}
	#block-subscribe:before{
		display: block;
	}
}





/*inner pages*/
div#content {
	min-height: 150px;
}
.top-image {
	background-position: center top;
	background-repeat: no-repeat;
	height: 70px;
	background-size:auto 100%;
	width:100%;
}
#top-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #fff;
	min-height: 250px;
	max-height:560px;
}
.top-inner-img{
	opacity: 0;
	width: 100%;
	height: auto;
}
.top-inner-mask{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background:url(images/inner-top-mask.png) no-repeat center top;
	background-size: cover;
	z-index: 1;
}
.top-inner-txt{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
}
.top-inner-breadcrumb{
	position: relative;
	height: 47px;
	line-height: 47px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
.top-inner-breadcrumb a{
	color: #fff;
}
.top-inner-breadcrumb a:hover{
	color: #f5ba18;
	text-decoration: none;
	opacity: 0.8;
}
.top-inner-breadcrumb i{
	display: inline-block;
	margin-right: 10px;
}
h1.page-title{
	text-align: left;
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	font-size: 2rem;
	line-height: 1.2;
}
h2.page-title{
	position: relative;
	line-height: 1.4;
	padding-bottom: 28px;
	padding-top: 2px;
	color:#333;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 50px;
	margin-top: 0;
	text-align: center;
}
#top-inner:after{
	content: "";
    background: url(images/angle-header.png) right top;
    background-size: auto 100%;
    height: 20px;
    width: 1281px;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
}

@media screen and (min-width:768px){
	#top-inner {
		
	}
	#top-inner .entry-title{
		margin-top: 120px;
	}
	.top-inner-img{
		opacity: 1;
	}
}
@media screen and (min-width:1024px){
	#top-inner {
		margin-top: 70px;
	}
}
@media screen and (min-width:1280px){
	h1.page-title{
		font-size: 42px;
	}
	.top-inner-breadcrumb{
/*		font-size: 14px;*/
	}
	#top-inner:after{
		height: 39px;
    	width: 2500px;
	}
}

/*about page*/
#block-about-1{
/*	background:url(images/cnc-machining-5-2.jpg) center bottom no-repeat;
	background-size: 100% auto;*/
}
#block-about-gallary .site{
	padding-left: 0;
	padding-right: 0;
}
#block-about-1,
#block-about-2,
#block-about-4{
	background-color:#fff;
	overflow: hidden;
}
#block-about-1 .site,
#block-about-2 .site,
#block-about-4 .site{
	overflow: visible;
}
#block-about-1-pic{
	display: none;
	position: absolute;
	bottom:0;
	right: 100px;
	max-width: 35%;
}
#block-about-1-pic2{
	margin:30px auto;
}
#block-about-2 .col-n{
	margin-top: 40px;
	margin-bottom: 40px;
}
#block-about-3{
	background: url(images/about-s3-bg.jpg) no-repeat #f1f1f4 center center;
	background-size: cover;
	overflow: hidden;
}
#block-about-3 .site{
	overflow: visible;
}
#block-about-4{
	background-color: #fff;
}
.testimonial-item{
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
	margin-bottom: 30px;
	width: 320px;
	min-height: 540px;
}
.testimonial-item p{
	font-size: 14px;
	font-size: 1rem;
}
p.testimonial-author{
	color: #000;
	font-weight: 600;
	font-size: 18px;
}
p.testimonial-author:before{
	content: "";
	vertical-align: middle;
	width: 40px;
	height: 2px;
	background: #000;
	display: inline-block;
	margin-right: 10px;
}
.testimonial-logo{
	border-radius: 50%;
}
.testimonial-content{
	padding-top: 15px;
}
.icon-quote{
	display: block;
	width: 42px;
	height: 29px;
	background:url(images/icon-quote.png) no-repeat;
}
#testimonial-list{
	margin-top: 40px;
}
#block-about-5{
	background: url(images/bg-quote.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
#block-about-5 .button{
	margin-top: 14px;
}
#about-count span{
	font-size: 15px;
}
#about-count .num{
	font-size: 28px;
	font-weight: 700;
}
#about-count .col-n{
	padding-top: 30px;
	color: #000;
}
.box-title-bg{
	position: relative;
	font-size: 0;
}
.box-title-bg div{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


#block-about-team{
	background: #f8f8f9
}
.about-team-item{
	text-align: center;
	margin-bottom: 40px;
}
.about-team-item img{
	display: block;
	margin: 0 auto 20px auto;
	border-radius: 50%;
	max-width: 140px;
	height: auto;
}
.about-team-item p{
	margin-top: 0;
}
h4.about-team-name{
	margin-bottom: 5px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
@media screen and (min-width: 768px){
	#block-about-5{
		text-align: left;
	}
	#block-about-5 .col-4{
		text-align: right;
	}
	#about-count span{
		font-size: 20px;
	}
	#about-count .num{
		font-size: 42px;
	}
	#about-count .col-n{
		padding-top: 40px;
	}
	#block-about-1 .entry-content{
		columns: 2;
		column-gap: 42px;
	}
	.about-team-item img{
		max-width: 200px;
	}
	#block-about-2 .col-n{
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1280px){
	#block-about-1{
		/*position: relative;
		height: 800px;
		display: flex;
		flex-direction: column;
		justify-content: center;*/
	}
	#block-about-1-pic{
/*		display: block;*/
	}
	.testimonial-item{
		padding: 50px 40px;
		width: 485px;
	}
	.testimonial-item p{
		font-size: 15px;
	}
	.testimonial-content{
		min-height: 325px;
	}
	#about-count span{
		font-size: 30px;
	}
	#about-count .num{
		font-size: 56px;
	}
}
@media screen and (min-width: 1920px){
	#block-about-1-pic{
		right: calc(50% - 900px);
	}
}

/*product pages*/
.product-list-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 150px;
	width: 49%;
	background: #fff url(images/material-1.jpg) no-repeat;
	background-size: auto 100%;
	background-position: center center;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	transition: 0.4s all;
}
.product-list-item:nth-child(even){
	margin-left: 1%;
}
.product-list-item:nth-child(odd){
	margin-right: 1%;
}
#product-list-item-2 { background-image:url(images/material-2.jpg) }
#product-list-item-3 { background-image:url(images/material-3.jpg) }
#product-list-item-4 { background-image:url(images/material-4.jpg) }
#product-list-item-5 { background-image:url(images/material-5.jpg) }
.product-list-item:after{
	content: "";
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: 0.4s all;
	background:rgba(0,0,0,0.6);
}
.product-list-item:hover{
	text-decoration: none;
	/*width: 23%;*/
}
.product-list-item:hover ~ .product-list-item{
	/*width: 18%;*/
}
.product-list-item.current:after,
.product-list-item:hover:after{
	background:rgba(0,80,250,0.6);
}
.product-list-item.current{
	pointer-events: none;
}
.product-list-item h3{
	position: relative;
	z-index: 3;
	color:#fff;
	font-size: 21px;
	text-align: center;
	line-height: 1.2;
	transition: 0.4s all;
}
.product-list-item:hover h3{
	transform:scale(1.1) translate(0,5px);
}
.product-list-item-arraw{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
}

.product-list-item-arraw:after{
	display: none;
	position: absolute;
	content: "";
	left: calc(50% - 25px);
	width: 50px;
	top: 35%;
	background: url(images/icon-line.png) no-repeat left center;
	filter: brightness(10);
	background-size:  100% auto;
	filter: grayscale(1) brightness(100);
	transition: 0.4s all;
	height: 0;
	opacity: 0;
}
.product-list-item:hover .product-list-item-arraw:after{
	height: 5px;
	opacity: 1;
}
#block-products-3 .col-flex{
	align-items: stretch;
}
#block-products-3 .col-7{
	position: relative;
	background: #f1f1f4;
}
.image-conor-container{
	position: relative;
	font-size: 0;
}
.image-conor-container:after{
	position: absolute;
	width: 40px;
	height: 40px;
	content: "";
	background: #fff;
	right: -20px;
	top:-20px;
	transform: rotate(45deg);
	z-index: 1;
}
.image-conor-container img{
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}
.image-conor-container-2:after{
	top:auto;
	bottom:-20px;
}
#products-choice-box{
	background: #f8f9fa;
	box-sizing: border-box;
	padding: 10px;
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
}
.product-choice-item{
	text-align: center;
	box-sizing: border-box;
	padding: 20px 10px;
}
.product-choice-item p{
	line-height: 1.5;
}
.icon-choice{
	width: 80px;
	height: 80px;
	display: block;
	background: url(images/icons-products.png);
	background-size: 100% auto;
	margin: 0 auto 20px auto;
}
.icon-choice.icon-2{background-position: 0 33.33%}
.icon-choice.icon-3{background-position: 0 66.67%}
.icon-choice.icon-4{background-position: 0 100%}

.tablepress{
	border-bottom: 1px solid #ededed!important;
	border-left: 1px solid #ededed!important;
}
.tablepress tfoot th,.tablepress thead th{
	background-color: #888!important;
	color: #fff;
}
.tablepress td,
.tablepress th{
	padding: 10px!important;
	line-height: 1.4;
	border-width: 0!important;
	color: #000;
	vertical-align: middle!important;
	min-width: 110px;
	box-sizing: border-box;
	font-size: 13px;
	min-width: 130px;
	border-top: 1px solid #ededed!important;
	border-right: 1px solid #ededed!important;
}
.tablepress td.column-1 b{
	color: #035ea4;
	font-weight: 600;
}
.tablepress tr:nth-child(even){
	background-color: #f4f6f7;
}
.tablepress tbody td.column-1,
.tablepress.table-download tbody td.column-2{
	
}
.tablepress tbody td[colspan="8"],
.tablepress tbody td[colspan="7"],
.tablepress tbody td[colspan="6"],
.tablepress tbody td[colspan="5"],
.tablepress tbody td[colspan="4"],
.tablepress tbody td[colspan="3"]{
/*	text-align: center;*/
}
@media screen and (min-width:768px){
	#products-choice-box{
		grid-gap:20px;
		grid-template-columns: 1fr 1fr;
	}
	#block-products-3 .image-conor-container{
		height: 100%;
	}
}
@media screen and (min-width:1024px){
	.product-list-item:nth-child(even),
	.product-list-item:nth-child(odd){
		margin: 0;
	}
	.product-list-item{
		float: none;
		height: 250px;
		width: 19.7%;
	}
	#product-list{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.product-list-item.expansion{
		width: 27%;
	}
	.product-list-item.contract{
		width: 17.8%;
	}
	.product-list-item-arraw:after{
		display: block;
	}
	#block-products-3 .col-7:before{
		position: absolute;
		content: "";
		width: 100%;
		height: 27px;
		background: #fff;
		z-index: 1;
		left: 0;
		top: 0;
	}
	#block-products-3 .col-7:after{
		position: absolute;
		content: "";
		width: 100%;
		height: 27px;
		background: #fff;
		z-index: 1;
		left: 0;
		bottom: 0;
	}
	
	#products-choice-box{
		padding: 30px;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.icon-choice{
		width: 110px;
		height: 110px;
	}
	.tablepress td,
	.tablepress th{
		font-size: 14px;
	}
}
@media screen and (min-width:1280px){
	.tablepress{
		width: calc(100% - 2px);
	}
	.tablepress td,
	.tablepress th{
		min-width: auto;
	}
	.tablepress td:last-child,
	.tablepress th:last-child{
		/*min-width: 200px;*/
		max-width: 280px;
	}

}

/*industries*/
.industry-item{
	position: relative;
	margin-bottom: 28px;
	box-sizing: border-box;
	overflow: hidden;
}
.industry-item:after{
	pointer-events: none;
	content: "";
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,80,250,0.6);
	transition: 0.3s all;
	opacity: 0;
}
.industry-item:hover:after{
	opacity: 1;
}
.industry-item img{
	width: 100%;
	height: auto;
}
.industry-item-txt{
	box-sizing: border-box;
	background:#f8f8f8;
	padding: 15px 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	pointer-events: none;
	font-size: 12px;
	transition: 0.3s all;
	opacity: 1;
}
.industry-item:hover .industry-item-txt{
	opacity: 0;
}
.industry-item-title{
	color: #000;
	display: block;
	font-size: 18px;
	margin-bottom: 14px;
	margin-bottom: 1rem;
	transition: 0.3s all;
	line-height: 1.3;
}
.industry-item a:hover{
	text-decoration: none;
}
.industry-item-content{
	line-height: 1.5;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.industry-item-thumbnail{
	overflow: hidden;
	display: block;
	font-size: 0;
}
.industry-item-thumbnail img{
	transition: 0.3s all
}
.industry-item:hover .industry-item-thumbnail img{
	transform:scale(1.1);
}
.industry-item:hover .industry-item-title{
	color: #0052d9;
}
.industry-item-arraw{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	display: flex;
	z-index: 2;
	pointer-events: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	transition: 0.3s all;
	color: transparent;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.industry-item:hover .industry-item-arraw{
	color: #fff;
}
.industry-item-arraw:before{
	position: absolute;
	content: "";
	display: inline-block;
	height: 15px;
	width: 150px;
	left:0;
	top:28%;
	background: url(images/arraw-s-l.png) no-repeat right center;
	background-size: auto 100%;
	filter: brightness(100);
	transition: 0.4s all;
	opacity: 0;
	transform:translate(-120px,0);
}
.industry-item-arraw:after{
	position: absolute;
	content: "";
	display: inline-block;
	height: 15px;
	width: 150px;
	right:0;
	bottom:28%;
	background: url(images/arraw-s-r.png) no-repeat left center;
	background-size: auto 100%;
	filter: brightness(100);
	transition: 0.4s all;
	opacity: 0;
	transform:translate(120px,0);
}
.industry-item:hover .industry-item-arraw:before,
.industry-item:hover .industry-item-arraw:after{
	/*opacity: 1;
	transform:translate(0,0);*/
}
@media screen and (min-width:1024px){
	.industry-item-txt{
		padding: 18px 30px;
		min-height: 120px;
		font-size: 14px;
	}
}
@media screen and (min-width:1280px){
	.industry-item-title{
		font-size: 21px;
	}
}

/*resources*/
#block-resources-list .site{
	margin-bottom: 0;
	margin-top: 40px;
}
#block-blog-list .site,
#block-design-tips-list .site,
#block-glossary-1 .site,
#block-gallary-2 .site,
#block-faq-2 .site,
#block-download-2 .site{
	margin-top: 40px;
}
#resources-list{
	list-style: none;
	font-size: 0;
}
.resources-list li{
	display: inline-block;
	text-align: center;
	width: 33.33%;
	box-sizing: border-box;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.resources-list li a{
	display: block;
	white-space: nowrap;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #f1f1f4;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	transition: 0.3s all;
}
.resources-list li a:hover,
.resources-list li.current a{
	text-decoration: none;
	background:#f5ba18;
	color: #fff;
}
@media screen and (min-width:1024px){
	.resources-list{
		display: flex;
		flex-direction: row;
	}
	.resources-list li{
		width: 33.33%;
	}
	.resources-list li a{
		font-size: 17px;
		height: 50px;
		line-height: 50px;
	}
}

/*glossary*/
#glossary-alphabet{
	margin-bottom: 0;
}
#glossary-alphabet li{
	display: inline-block;
	width: 55px;
	font-weight: 500;
	white-space: nowrap;
	text-align: center;
}
#glossary-alphabet li a{
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	padding:15px;
	transition: 0.2s all;
}
#glossary-alphabet li a.current{
	background-color: #f1f1f4;
}
.glossary-item-container{
	box-sizing: border-box;
	padding: 20px;
	background-color: #f1f1f4;
}
.glossary-item-container h3{
	margin-bottom: 30px;
}
.glossary-item{
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.glossary-item:last-child{
	border-bottom: 0;
	margin-bottom: 0;
}
.glossary-item a{
	text-decoration: none;
}
.glossary-item h4{
	font-size: 16px;
}
@media screen and (min-width:1024px){
	#glossary-alphabet li{
		font-size: 18px;
	}
	.glossary-item h4{
		font-size: 18px;
	}
	.glossary-item-container{
		padding: 40px;
	}
}
@media screen and (min-width:1440px){
	#glossary-alphabet{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}

/*faq*/
#block-faq-2 h3{
	margin-bottom: 20px;
	margin-top: 50px;
}
#block-faq-2 h3:first-child{
	margin-top: 0;
}
.qa-item{
	background: #fff;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #f1f1f4;
	transition: 0.2s all;
}
.qa-item:hover{
	background: rgba(0,0,0,0.03);
}
.qa-item-q{
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	height:auto;
	padding: 15px 60px 15px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s;
	margin: 0 auto;
}
.qa-item-a-inner{
	max-width: 1000px;
}
.qa-item-q:after{
	position: absolute;
	right: 0;
	top: 0;
	content: "\f107";
	color: #000;
	font-weight: 800;
	font: normal normal normal 14px/1 FontAwesome;
	height: 100%;
	width: 60px;
	text-align: center;
	line-height: 1;
	font-size: 21px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s;
}
.qa-item.current .qa-item-q{
	background:#f5ba18;
	color: #fff;
}
.qa-item.current .qa-item-q:after{
	transform: rotate(180deg);
}
.qa-item.current .qa-item-q:after{
	color: #fff;
}
.qa-item-q p{
	margin: 0;
	line-height: 1.4;
	font-weight: 600;
}
.qa-item-a{
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-top: 1px solid #f7f5f8;
	overflow: hidden;
	transition: 0.2s all;
	padding: 0 20px 0 20px;
	height: 0;
	margin: 0 auto;
}
.qa-item.current .qa-item-a{
	padding: 15px 20px 15px 20px;
}
.qa-item-a:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "A";
	color: #f28d31;
	font-weight: 800;
	background: #f7f5f8;
	height: 100%;
	width: 60px;
	text-align: center;
	line-height: 1;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: none;
}
.qa-item-a p{
	margin: 10px 0;
}
#block-faq-3{
	background: #f1f1f4 url(images/home-bg-2.png) no-repeat center center;
}
@media screen and (min-width:1024px){
	#block-faq-2 h3{
		margin-bottom: 35px;
		margin-top: 60px;
	}
	.qa-item-q,
	.qa-item-a,
	.qa-item.current .qa-item-a{
		padding-left:120px;
	}
	.faq-title{
		counter-reset: faqidx;
	}

	.qa-item-q:before{
		counter-increment: faqidx;
		content: "Q" counter(faqidx);
		display: inline-block;
		position: absolute;
		font-weight: 700;
		left:60px;
		color: #aaa;
	}
	.qa-item.current .qa-item-q:before{
		color: rgba(255, 255, 255, 0.5);
	}
}

/*gallary*/
.gallary-item{
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 28px;
	overflow: hidden;
}
.gallary-item *{
	transition: 0.3s all;
}
.gallary-item img{
	width: 100%;
	height: auto;
	transform-origin: center top;
}
.gallary-item:hover img{
	transform: scale(1.3);
}
.gallary-item-txt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 3;
	background: transparent;
	box-sizing: border-box;
	padding: 0 30px 20px 30px;
	color: #000;
}
.gallary-item-txt:after{
	content: "";
	background-color: #F2F2F2;
	position: absolute;
	width: 120%;
	height: 400px;
	top: -10px;
	left: -10%;
	transform: rotate(5deg);
	z-index: 0;
	transition: 0.5s all;
}
.gallary-item:hover .gallary-item-txt:after{
	opacity: 0;
}
.gallary-item-txt h3{
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-size: 1rem;
	margin-bottom: 20px;
	line-height: 1.3;
}
.gallary-item:hover .gallary-item-txt h3{
	color: #fff;
}
.gallary-item:hover i.icon-dots{
	opacity: 0;
}
.gallary-item-overlay{
	background-color: rgba(200,0,0,0.6);
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.gallary-item-overlay:after{
	content:"";
	width: 54px;
	height: 54px;
	background:url(images/icon-zoom.png) no-repeat center;
	transition: 0.3s all;
}

.gallary-item:hover .gallary-item-overlay{
	opacity: 1;
}
.gallary-item:hover .gallary-item-overlay:after{
	transform: translate(0,-20px);
}
@media screen and (min-width:1280px){
	.gallary-item-txt h3{
		font-size: 18px;
	}
	.gallary-item:hover img{
		transform: scale(1.3);
	}
}

/*download*/
.download-item{
	display: flex;
	box-sizing: border-box;
	padding:20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url(images/download-item-bg.png) no-repeat #f1f1f4 right center;
	background-size: auto 100%;
	margin-bottom: 28px;
	transition: 0.3s all;
}
.download-item:hover{
	text-decoration: none;
	background-color: #f2f2f2;
}
.download-item-txt{
	align-items: center;
}
.download-item h3{
	text-align: center;
	color:#000;
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
	line-height: 1.4;
	transition: 0.3s all;
}
.download-item:hover h3{
	color: #0052d9;
}
.icon-pdf{
	display: block;
	width: 60px;
	height: 75px;
	background:url(images/icon-pdf.png) no-repeat center top;
	background-position: 0 100%;
	transition: 0.3s all;
}
.download-item:hover .icon-pdf{
	background-position: 0 0;
}
@media screen and (min-width:768px){
	.download-item h3{
		height: 40px;
	}
}
@media screen and (min-width:1280px){
	.download-item{
		padding:40px;
	}
	.download-item h3{
		font-size: 18px;
	}
}

/*blog*/
.post-item-box{
	box-sizing: border-box;
	margin-bottom: 28px;
	font-size: 14px;
	line-height: 1.6;
}
.post-item-box .post-title{
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin: 14px 0;
	line-height: 1.5;
	transition: 0.2s all;
}
.post-item-box .post-title:hover{
	text-decoration: none;
	counter:#0052d9;
}
.post-item-box .post_thumbnail{
	overflow: hidden;
	font-size: 0;
	display: block;
}
.post-item-box .post_thumbnail img{
	transition: 0.3s all;
}
.post-item-box:hover .post_thumbnail img{
	transform: scale(1.1);
}
.post-item{
	box-sizing: border-box;
	margin-bottom: 1px;
	transition: 0.3s all;
}
.post-item *{
	transition: 0.3s all;
}
.post-item a:hover{
	text-decoration: none;
}
.post-thumbnail{
	display: block;
	font-size: 0;
	overflow: hidden;
}
.post-item .post-thumbnail img{
	width: 100%;
	height: auto;
	transition: 0.3s all;
}
.post-item:hover .post-thumbnail img{
	transform: scale(1.05);
}
.post-item time{
	font-size: 13px;
	color: #666;
}
.post-item-txt{
	box-sizing: border-box;
	padding:40px 0;
}
.post-item-txt h3{
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 7px;
}
.post-item:hover .post-item-txt h3 a{
	color: #0052d9;
}
.post-item-txt p{
	font-size: 14px;
	color: #000;
}
.icon-tag{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 17px;
	background:url(images/icon-tag.png) no-repeat;
	background-size: 100% auto;
	margin-right: 10px;
}
.post-tags{
	font-size: 14px;
	margin-top: 35px;
}
.post-tags a{
	display: inline-block;
	font-size: 13px;
	line-height: 1.8;
	color: #000;
	box-sizing: border-box;
	padding: 2px 6px;
	background-color: #e2e2e2;
	margin:4px 4px 4px 0;
	transition: 0.2s all;
}
.post-tags a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #0052d9;
}
#searchform{
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 0;
}
#searchform input{
	vertical-align: middle;
	display: inline-block;
	box-sizing: border-box;
	padding: 2px 10px;
	height: 50px;
	line-height:42px;
	font-size: 16px;
}
#searchsubmit{
	background: #0052d9;
	color: #fff;
	width: 90px ;
	text-align: center;
	border-radius:0;
	transition: all 0.2s;
	border: 2px solid #0052d9;
	text-transform: uppercase;
}
#searchsubmit:hover{
	color: #fff;
	text-decoration: none;
	background-color: #003388;
	border-color: #003388;
}
#searchform #s{
	background: transparent;
	border: 2px solid #eee;
	border-right: 0;
	border-radius:0;
	width: calc(100% - 90px);
}
#searchform #s::-webkit-input-placeholder {
	color: rgba(0,0,0,0.5);
}
.sidebar-item{
	
}
#sidebar hr{
	margin:40px 0;
}
.sidebar-item h3{
	margin-bottom: 21px;
}
.sidebar-post-container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	margin-top: 40px;
}
.sidebar-post-thumbnail{
	display: block;
	font-size: 0;
	width: 130px;
	margin-left: 10px;
}
.sidebar-post-thumbnail img{
	width: 100%;
	height: auto;
}
.sidebar-post-txt{
	width: calc(100% - 140px);
	line-height: 1.45;
}
.sidebar-post-txt time{
	display: block;
	font-size: 13px;
	color: #666;
}
.sidebar-post-title{
	font-weight: 500;
	font-size: 14px;
	display: block;
	margin-bottom: 7px;
}
.sidebar-post-title:hover{
	text-decoration: none;
	color: #0052d9;
}
.post-footer{
	margin-top: 50px;
	margin-bottom: 50px;
}
.post-header h1{
	color: #000;
	margin-top: 0;
	margin-bottom: 10px;
}
#block-blog-main,
#sidebar{
	margin: 0 auto;
	max-width: 800px;
}
@media screen and (min-width:768px){
	.post-item{
		background-color: #f1f1f4;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding:40px 0;
		position: relative;
		z-index: 1;
	}
	.post-item:hover{
		background-color: #fafafa;
/*		box-shadow: 0 0 10px rgba(0,0,0,0.08);*/
	}
	.post-thumbnail{
		width: 320px;
		margin-right: 40px;
	}
	.post-item-txt{
		padding:0 20px 0 0;
		width: calc(100% - 360px);
	}
	.post-item-txt h3{
		font-size: 18px;
	}
	.post-item-txt p{
		font-size: 15px;
	}
	.sidebar-item{
		
	}
	#sidebar hr{
		margin:50px 0;
	}
	.post-header h1{
		font-size: 28px;
	}

}
@media screen and (min-width:1600px){
	#block-blog-main{
		max-width: 100%;
	}
}



/*toast & loading*/
#fullMask{
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-opacity: 0;
	opacity: 0;
	pointer-events: none;
}
#fullMask.stay{
	z-index: 200;
	pointer-events: auto;
	-webkit-opacity: 1;
	opacity: 1;
}
#toast{
	border-top: #0052d9 2px solid;
	position: fixed;
	z-index: 201;
	width: 600px;
	height: 300px;
	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(images/icon-question.png);
}
#toast p{
	line-height: 1.6;
	font-size: 15px;
	margin: 21px auto;
	max-width: 75%;
}
#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);
}
#toast .button{
	padding: 5px 20px;
}
#loading{
	position: fixed;
	height: 150px;
	width: 150px;
	box-sizing: border-box;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(images/loading-rolling.svg);
	background-size: 75px 75px;
	background-position: center;
	left:calc(50% - 75px);
	top:calc(50vh - 75px);
	border-radius: 4px;
	-webkit-transition: 0.1s all;
	transition: 0.1s all;
	opacity: 0;
	z-index: -1;
}
#loading.stay{
	opacity: 1;
	z-index: 999;
}
@media screen and (max-width:600px){
	#toast{
		width: 100%;
		left: 0;
	}
}
/*popup search*/
#popup-search{
	position: fixed;
	z-index: 201;
	width: 700px;
	height: 200px;
	box-sizing: border-box;
	padding: 30px 40px;
	padding-top: 60px;
	background-color: #fff;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left:calc(50% - 350px);
	top: calc(50% - 100px);
	pointer-events: none;
	border-top: #0052d9 2px solid;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transform:translate(0,30px);
	transform:translate(0,30px);
}
#popup-search.stay{
	pointer-events: auto;
	-webkit-opacity: 1;
	opacity: 1;
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
}
#popup-search h3{
	font-weight: 700!important;
	font-size: 18px;
	margin-bottom: 18px;
	line-height: 1.3;
}
.popup-close{
	cursor: pointer;
	width: 30px;
	height: 30px;
	background: url(images/close.png) no-repeat center;
	background-size: 100% auto;
	top: 10px;
	right: 10px;
	position: absolute;
	z-index: 1;
	transition: 0.2s all;
}
.popup-close:hover{
	transform: rotate(90deg);
}
@media screen and (max-width:700px){
	#popup-search{
		width: 100%;
		left: 0;
	}
}

/*页面遮盖层*/
.coverThePage{
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.5);
	position: fixed;
	top:0;
	left:0;
	display: none;
	z-index: 98;
}
.coverThePage.stay{
	display: block;
}
/*popup download*/
.popup-layer input[type="text"],
.popup-layer input[type="email"],
.popup-layer input[type="number"],
.popup-layer input[type="tel"],
.popup-layer textarea{
	
}
.popup-layer p{
	font-size: 15px;
	font-size: 1.07147285rem;
	line-height: 1.7;
}
.popup-layer .gform-theme--foundation .gfield textarea.small{
	height: 80px;
}
#download-form,
#contact-form{
	position: fixed;
	z-index: 101;
	width: 1000px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0;
	background-color: #fff;
	left: 0;
	top:0;
	height: 100%;
	overflow-y: auto;
}
.popup-layer .button-close{
	position: absolute;
	z-index: 102;
}
.popup-layer h2{
	font-size: 28px;
	margin-bottom: 20px;
}
.button-close{
	padding: 0!important;
	position: fixed;
	z-index: 1;
	right:26px;
	top:22px;
	width: 28px;
	height: 28px;
	filter: brightness(0.5);
	background: url(images/icon-close.svg) no-repeat center center;
	background-size: 100% auto;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
.button-close:hover{
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
#datasheet-form-container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
}
#datasheet-form-left{
	width: 50%;
	background: #f2f2f2;
}
#datasheet-form-left img{
	width: 100%;
	object-fit: cover;
	max-height: 350px;
}
#contact-form-container,
#datasheet-form,
#datasheet-list{
	width: 100%;
	padding: 28px;
	box-sizing: border-box;
}
#gform_1 .gform_footer,
#contact-form-container .gform_footer,
#datasheet-form .gform_footer {
	display: block;
	margin-top: 20px;
}
.datasheet-form-left-txt{
	text-align: left;
	box-sizing: border-box;
	padding:0 40px;
	line-height: 1.5;
}
#datasheet-form-title{

}
#datasheet-list-inner{
	text-align: center;
}
#datasheet-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width:768px){
	#datasheet-form,
	#datasheet-list{
		width: 50%;
	}
	#datasheet-form,
	#datasheet-list,
	#contact-form-container{
		padding: 40px;
	}
	.popup-layer{
		border-bottom: #0052d9 2px solid;
	}
	#popup-search{
		
	}
}
@media screen and (min-width:768px){
	#contact-form,
	#download-form{
		height: auto;
		top:calc(50% - 280px);
	}
}
@media screen and (min-width:1024px){
	#contact-form,
	#download-form{
		left: calc(50% - 500px);
	}
}


/*service pages customize template*/
#block-service-list-desc .site{

}
#block-service-list{
	background-color: #f1f1f4;
}
.site-blocks-dark h2,
.site-blocks-dark h3,
.site-blocks-dark li,
.site-blocks-dark p{
	color: #fff;
}
#block-service-1{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 35%, #f1f1f4 35.1%, #f1f1f4 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 35%,#f1f1f4 35.1%,#f1f1f4 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 35%,#f1f1f4 35.1%,#f1f1f4 100%);
}
#block-service-1 .site{
	background-color: #fff;
	padding-bottom:30px;
}
#block-service-1 h2{
	margin-bottom: 30px;
}
#block-service-2{
	max-width: 1920px;
	background-color: #38373a;
}
.preset-1,
.preset-2,
.preset-3,
.preset-4{
	overflow: hidden;
}
.preset-1{
/*	background:#000;*/
}
.preset-1 .block-entry-content{
	padding:28px;
	box-sizing: border-box;
}
.preset-2 .site,
.preset-3 .site,
.preset-4 .site,
.preset-5 .site{
	overflow: visible;
}
.preset-2 .block-entry-content,
.preset-3 .block-entry-content,
.preset-4 .block-entry-content,
.preset-5 .block-entry-content{
	padding-top: 28px;
}
.service-line-item{
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.service-line-item:last-child{
	border-bottom: 0;
}
.service-line-item .image-conor-container{
	margin: 15px auto;
	display: block;
	width: 100%;
	height: auto;
}
.service-col-item{
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
}
.service-col-item img{
	margin: 15px auto 21px auto;
	display: block;
	width: 100%;
	height: auto;
}
.service-icon-item{
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	flex-direction: row;
/*	align-items: center;*/
}
.service-icon-item .icon{
	width: 60px;
	height: 60px;
	display: block;
	margin-right: 20px;
	background-size: 100% auto;
	background-position: 0 0;
}
.service-icon-txt{
	width: calc(100% - 80px);
}
.block-entry-content p,
.block-entry-content li{
	font-size: 14px;
	font-size: 1rem;
}
.block-entry-content p:last-child,
.block-entry-content ul:last-child{
	margin-bottom: 0;
}
.block-entry-content a{
	color: #0052d9;
}
.preset-3{/*大背景preset-3*/
	background: center center;
	background-color: #38373a;
	background-size: cover;
}
.preset-3 .service-line-item{
	display:block;
	box-sizing: border-box;
	border:0;
}
.cnc-matrrials{
	padding-top:28px;
	padding-bottom:28px;
	font-size: 0;
}
.cnc-matrrials ul{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	margin:0 4% 0 0;
}
.cnc-matrrials .swiper-container{
	display: inline-block;
	vertical-align: top;
	width: 56%;
}
.swiper-matrrials-item{
	background: #fff;
	min-height: 540px;
}
.swiper-matrrials-item img{
	width: 100%;
	height: auto;
}
.swiper-matrrials-item-txt{
	color: #fff;
	background: #000;
	box-sizing: border-box;
	padding:20px 20px;
}
.cnc-matrrials h3{
	padding: 0 0 14px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.swiper-matrrials-item-txt h3{
	color: #fff;
	font-size: 18px;
	padding-bottom: 0;
}
.swiper-matrrials-item-txt a{
	color: #fff;
}
.swiper-matrrials-item-txt hr{
	background: rgba(255,255,255,0.5);
}
.cnc-matrrials li{
	box-sizing: border-box;
	padding:10px 15px;
	margin: 0;
	cursor: pointer;
	line-height: 1.3;
}
.cnc-matrrials li.current{
	background: #f2f2f2;
	color: #0052d9;
}
.cnc-surface-item{
	margin: 20px 0;
}
.cnc-surface-item-txt{
	background:#fff;
	box-sizing: border-box;
	padding: 20px 15px;
	min-height: 180px;
	padding:20px 15px;
	min-height: 225px;
}
.cnc-surface-item-txt h4{
	font-size: 16px;
}
.cnc-industry-item{
	width: 100%;
	display: inline flex;
	flex-direction: row;
	align-items: center;
	padding: 15px 0;
}
.cnc-industry-item i{
	width: 50px;
	height: 50px;
	margin-right: 20px;
}
.cnc-industry-item span{
	display: block;
	width: calc(100% - 80px);
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}
.icon-industry{
	background:url(images/icons-cnc-industry.png) top;
	background-size: 100% auto;
	filter: invert(1);
}
.icon-industry.icon-2{background-position:0 10%}
.icon-industry.icon-3{background-position:0 20%}
.icon-industry.icon-4{background-position:0 30%}
.icon-industry.icon-5{background-position:0 40%}
.icon-industry.icon-6{background-position:0 50%}
.icon-industry.icon-7{background-position:0 60%}
.icon-industry.icon-8{background-position:0 70%}
.icon-industry.icon-9{background-position:0 80%}
.icon-industry.icon-10{background-position:0 90%}
.icon-industry.icon-11{background-position:0 100%}
@media screen and (max-width:767px){
	#block-service-1 .entry-image{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.cnc-matrrials li,
	.service-line-item p,
	.service-col-txt p,
	.service-icon-txt p,
	.swiper-matrrials-item-txt p,
	.cnc-surface-item-txt p{
		font-size: 12px;
	}
	.swiper-matrrials-item{
		min-height: 600px;
	}
	.cnc-surface-item-txt{
		min-height: 270px;
	}
}
@media screen and (min-width:768px){
	.service-line-item {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.service-line-item .image-conor-container{
		width: 300px;
		margin-right: 30px;
	}
	.service-line-txt{
		width: calc(100% - 330px);
	}
}
@media screen and (min-width:1024px){
	#block-service-1 .site{
		padding-left: 60px;
		padding-right: 60px;
	}
	.preset-1 .flex-image{
		align-self: stretch;
	}
	.preset-1 .flex-image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.preset-1 .block-entry-content{
		max-width: 920px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		height: 100%;
	}
	.block-entry-content p,
	.block-entry-content li{
		font-size: 15px;
		font-size: 1.07147285rem;
	}
	.preset-3 .service-line-item,
	.preset-3 .service-icon-item{
		width: 49.5%;
		display: inline-block;
		vertical-align: top;
	}
	.preset-3 .service-icon-item{
		display: inline flex;
	}
	.preset-3 .service-line-item:nth-child(even),
	.preset-3 .service-icon-item:nth-child(even){
		padding-left: 28px;
	}
	.preset-3 .service-line-item:nth-child(odd),
	.preset-3 .service-icon-item:nth-child(odd){
		padding-right: 28px;
	}
	.service-icon-item .icon{
		width: 80px;
		height: 80px;
		margin-right: 30px;
	}
	.service-icon-txt{
		width: calc(100% - 110px);
	}
}
@media screen and (min-width:1600px){
	.preset-1 .block-entry-content{
		padding-left: 60px;
	}
	.preset-2 .block-entry-content,
	.preset-3 .block-entry-content,
	.preset-4 .block-entry-content,
	.preset-5 .block-entry-content{
		padding-top: 45px;
	}
	.service-line-item .image-conor-container{
		width: 400px;
		margin-right: 60px;
	}
	.service-line-txt{
		width: calc(100% - 460px);
	}
	#block-service-1 .site{
		padding-left: 100px;
		padding-right: 100px;
		padding-bottom: 60px;
	}
}
/*machining*/
.cnc-machining-item{
	margin-bottom: 35px;
}
.cnc-machining-item h3{
	margin-top: 20px;
	font-size: 21px;
}
.cnc-machining-item h3 a,
.cnc-machining-item h3 a:hover{
	text-decoration: none;
}
.cnc-machining-item p{
	min-height: 102px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#block-machining-2{
	background:url(images/bg-1.jpg) no-repeat;
	background-size: cover;
}
#block-machining-3{
	background:url(images/bg-2.jpg) no-repeat;
	background-size: cover;
}
#block-machining-4{
	background:#f6f6f6;
}
ul.content-list li{
	list-style: disc;
	margin-left: 20px;
	padding-bottom: 30px;
}
.machining-why-icon{
	height: 60px;
	width: 60px;
	background: url(images/icons-why-2.png);
	display: block;
	background-size: 100% auto;
	margin-right: 20px;
}
.machining-why-icon.icon-2{ background-position:0 20%}
.machining-why-icon.icon-3{ background-position:0 40%}
.machining-why-icon.icon-4{ background-position:0 60%}
.machining-why-icon.icon-5{ background-position:0 80%}
.machining-why-icon.icon-6{ background-position:0 100%}
.machining-why-item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.machining-why-item div{
	width: calc(100% - 80px);
}
.machining-why-list{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 40px;
	margin-top: 60px;
}
.machining-how-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin-top: 40px;
	counter-reset: howidx;
}
.machining-how-item{
	position: relative;
	background: #fff;
	border:1px solid #ddd;
	box-sizing: border-box;
	padding: 40px 30px;
	text-align: left;
}
.machining-how-item:after{
	position: absolute;
	z-index: 0;
	counter-increment: howidx;
	content: counter(howidx);
	font-size: 200px;
	font-weight: 700;
	color: #f2f2f2;
	left: 0px;
	bottom: -20px;
	line-height: 140px;
}
.machining-how-item h4{
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
.machining-how-item p{
	position: relative;
	z-index: 1;
}
.machining-how-item .icon-dots{
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 20px;
}
@media screen and (min-width:1024px){
	.machining-why-icon{
		height: 80px;
		width: 80px;
	}
	.machining-why-item div{
		width: calc(100% - 100px);
	}
	.machining-why-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.machining-how-list{
		grid-template-columns: repeat(4, 1fr);
	}

}

/*quality*/
#block-quality-2,
#block-quality-3{
	background: #f8f8f9;
}
.quality-process-list{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px;
	counter-reset: processIdx;
}
.quality-process-item{
	position: relative;
	overflow: hidden;
}
.quality-process-item:before{
	content:"";
	background:#f1f1f4;
	width: 140px;
	height: 140px;
	position: absolute;
	left: -70px;
	top:-70px;
	z-index: 1;
	transform:rotate(45deg);
}
.quality-process-item:after{
	display: block;
	z-index: 2;
	position: absolute;
	font-family: arial;
	font-size: 40px;
	font-weight: 600;
	color: #000;
	left: 0;
	top: 10px;
	counter-increment: processIdx;
	content: counter(processIdx, decimal-leading-zero);
}
.quality-process-img{
	width: 100%;
	height: auto;
}
.quality-process-item h4{
	color: #000;
	font-size: 18px;
	margin: 14px 0 14px 0;
}
.swiper-testing-img{
	font-size: 0;
}
.swiper-testing-img img{
	width: 100%;
	height: auto;
}
.swiper-testing-txt{
	display: block;
	box-sizing: border-box;
	padding:20px;
	color:#fff;
	background:#000;
	min-height: 280px;
}
.swiper-testing-txt h3{
	font-size: 18px;
}
ul.quality-testing-list{
	background: #f8f8f9;
	margin: 0;
}
.quality-testing-list li{
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	padding: 10px 20px;
	transition: 0.2s all;
}
.quality-testing-list li.current{
	color: #0052d9;
	border-left: 4px solid #0052d9;
	background:#fff;
}
#swiper-certifications .swiper-slide{
	border:1px solid #eee;
	box-sizing: border-box;
	padding: 20px;
	width: 350px;
}
#swiper-certifications .swiper-slide img{
	width: 100%;
	height: auto;
}
#block-quality-4 .site{
	padding-left: 0;
	padding-right: 0;
}
#block-quality-5{
	/*background:url(images/bg-4.jpg) no-repeat;
	background-size: cover;*/
	background: #f8f9fa;
}
.quality-principle-list{
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(1, 1fr);
}
.quality-principle-item{
	text-align: center;
	
}
.quality-principle-item h3{
	font-size: 18px;
	
}
#block-quality-6{
	background: url(images/map.png) no-repeat center center;
	background-size: contain;
}
@media screen and (min-width:768px){
	.quality-process-list{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width:1024px){
	.quality-process-list{
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 40px;
	}
	#swiper-testing .swiper-slide{
		display: flex;
		flex-direction: row;
		align-items: stretch;
	}
	.swiper-testing-img{
		width: 60%;
	}
	.swiper-testing-txt{
		width: 40%;
		padding: 40px;
	}
	.swiper-testing-txt h3{
		font-size: 21px;
	}
	.quality-principle-list{
		grid-template-columns: repeat(4, 1fr);
	}
	#block-quality-6 {
		min-height: 700px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-size: auto 90%;
	}
}

/*page titianium products*/
#block-products-inner-2{
	background: url(images/bg-5.png) center no-repeat;
	background-size: cover;
}
#block-products-inner-4{
	background: url(images/bg-1.jpg) center no-repeat;
	background-size: cover;
}
#block-products-inner-6{
	background: url(images/bg-5.jpg) center no-repeat;
	background-size: cover;
}
#block-products-inner-8{
	background: #fafafa;
}

.products-why-list,
.products-industry-list,
.products-customize-list,
.products-supplier-list{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.products-why-item h3,
.products-industry-item h3,
.products-customize-item h3,
.products-supplier-list h3{
	margin-top: 15px;
	font-size: 18px;
	line-height: 1.4;
}
.products-industry-item h3,
.products-customize-item h3{
	color: #fff;
}
.products-why-item h3,
.products-customize-item h3{
	margin-top: 5px;
}
.products-customize-item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.products-customize-txt{
	width: calc(100% - 45px);
}
.products-industry-item img,
.products-supplier-item img{
	object-fit: cover;
	width: 100%;
	height: auto;
}
.products-industry-item img{
	max-height: 200px;
}
.products-why-item{
	display: flex;
	flex-direction:row;
}
.products-why-txt{
	width: calc(100% - 110px);
}
#block-blog-1 #gform_submit_button_1,
#block-product-form #gform_submit_button_1,
#gform_1 #gform_submit_button_1{
	margin-left: 0;
}
.products-why-icon{
	height: 90px;
	width: 90px;
	background: url(images/icons-why-3.png);
	display: block;
	background-size: 100% auto;
	margin-right: 20px;
}
.products-why-icon.icon-2{ background-position:0 20%}
.products-why-icon.icon-3{ background-position:0 40%}
.products-why-icon.icon-4{ background-position:0 60%}
.products-why-icon.icon-5{ background-position:0 80%}
.products-why-icon.icon-6{ background-position:0 100%}
@media screen and (min-width:768px){
	.products-why-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.products-industry-list,
	.products-customize-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.products-supplier-list{
		grid-template-columns: repeat(2, 1fr);
	}
	#block-product-form .gform_wrapper,
	#block-blog-1  .gform_wrapper{
		padding: 30px;
		background: #fafafa;
	}
}
@media screen and (min-width:1024px){
	.products-why-list,
	.products-industry-list,
	.products-customize-list{
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 45px;
	}
	.products-supplier-item{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.products-supplier-item .image-conor-container{
		width: 230px;
	}
	.products-supplier-txt{
		width: calc(100% - 260px);
	}
	.products-supplier-item .image-conor-container img{
		max-height: 170px;
	}
	.products-supplier-list h3{
		margin-top: 5px;
	}
}
@media screen and (min-width:1280px){
	.products-supplier-item .image-conor-container{
		width: 260px;
	}
	.products-supplier-txt{
		width: calc(100% - 290px);
	}

}