html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 18px;
	box-sizing: border-box
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

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

caption,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
	margin: 0;
	padding: 0
}

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

fieldset {
	margin: 0;
	padding: 0;
	border: 1px solid silver
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: none
}

input,
select,
textarea {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font-family: inherit
}

input,
select {
	vertical-align: middle
}

button,
select {
	text-transform: none
}

.clickable,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=file],
input[type=checkbox],
label,
select {
	cursor: pointer
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	appearance: button
}

input[type=search] {
	box-sizing: content-box;
	appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

sub,
sup {
	position: relative;
	line-height: 0;
	font-size: 75%;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	color: #313133;
	font-family: lato-regular, sans-serif;
	font-weight: 400
}

.h1,
h1 {
	font-size: 3.222rem;
	line-height: 3rem;
}

.h2,
h2 {
	font-size: 2rem;
	line-height: 1.9rem;
	margin-bottom: 1rem;
}

.h3,
h3 {
	font-size: 1.6rem
}

.h4,
h4 {
	font-size: 1.2rem
}

.h5,
h5 {
	font-size: 1rem
}

.h6,
h6 {
	font-size: .8rem
}

b,
optgroup,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

small {
	font-size: 80%
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff0;
	color: #000;
	font-style: italic
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

code,
kbd,
pre,
samp {
	font-family: monaco, menlo, consolas, "courier new", monospace;
	font-size: 1em
}

hr {
	display: block;
	margin: 1em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc
}

a {
	color: #5a5a5c;
	text-decoration: none
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

:focus {
	outline: 0
}

noscript {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 5px;
	text-align: center;
	color: #fff;
	background: gray
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px
}

@media (min-width:768px) {
	.container {
		width: 100%
	}
}

@media (min-width:992px) {
	.container {
		width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1160px
	}
}

@media (min-width:1440px) {
	.container {
		width: 1440px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px
}

.row {
	margin-left: -10px;
	margin-right: -10px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1440px) {

	.col-xlg-1,
	.col-xlg-10,
	.col-xlg-11,
	.col-xlg-12,
	.col-xlg-2,
	.col-xlg-3,
	.col-xlg-4,
	.col-xlg-5,
	.col-xlg-6,
	.col-xlg-7,
	.col-xlg-8,
	.col-xlg-9 {
		float: left
	}

	.col-xlg-12 {
		width: 100%
	}

	.col-xlg-11 {
		width: 91.66666667%
	}

	.col-xlg-10 {
		width: 83.33333333%
	}

	.col-xlg-9 {
		width: 75%
	}

	.col-xlg-8 {
		width: 66.66666667%
	}

	.col-xlg-7 {
		width: 58.33333333%
	}

	.col-xlg-6 {
		width: 50%
	}

	.col-xlg-5 {
		width: 41.66666667%
	}

	.col-xlg-4 {
		width: 33.33333333%
	}

	.col-xlg-3 {
		width: 25%
	}

	.col-xlg-2 {
		width: 16.66666667%
	}

	.col-xlg-1 {
		width: 8.33333333%
	}

	.col-xlg-pull-12 {
		right: 100%
	}

	.col-xlg-pull-11 {
		right: 91.66666667%
	}

	.col-xlg-pull-10 {
		right: 83.33333333%
	}

	.col-xlg-pull-9 {
		right: 75%
	}

	.col-xlg-pull-8 {
		right: 66.66666667%
	}

	.col-xlg-pull-7 {
		right: 58.33333333%
	}

	.col-xlg-pull-6 {
		right: 50%
	}

	.col-xlg-pull-5 {
		right: 41.66666667%
	}

	.col-xlg-pull-4 {
		right: 33.33333333%
	}

	.col-xlg-pull-3 {
		right: 25%
	}

	.col-xlg-pull-2 {
		right: 16.66666667%
	}

	.col-xlg-pull-1 {
		right: 8.33333333%
	}

	.col-xlg-pull-0 {
		right: auto
	}

	.col-xlg-push-12 {
		left: 100%
	}

	.col-xlg-push-11 {
		left: 91.66666667%
	}

	.col-xlg-push-10 {
		left: 83.33333333%
	}

	.col-xlg-push-9 {
		left: 75%
	}

	.col-xlg-push-8 {
		left: 66.66666667%
	}

	.col-xlg-push-7 {
		left: 58.33333333%
	}

	.col-xlg-push-6 {
		left: 50%
	}

	.col-xlg-push-5 {
		left: 41.66666667%
	}

	.col-xlg-push-4 {
		left: 33.33333333%
	}

	.col-xlg-push-3 {
		left: 25%
	}

	.col-xlg-push-2 {
		left: 16.66666667%
	}

	.col-xlg-push-1 {
		left: 8.33333333%
	}

	.col-xlg-push-0 {
		left: auto
	}

	.col-xlg-offset-12 {
		margin-left: 100%
	}

	.col-xlg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-xlg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-xlg-offset-9 {
		margin-left: 75%
	}

	.col-xlg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-xlg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-xlg-offset-6 {
		margin-left: 50%
	}

	.col-xlg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-xlg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-xlg-offset-3 {
		margin-left: 25%
	}

	.col-xlg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-xlg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-xlg-offset-0 {
		margin-left: 0
	}
}

.visible-lg,
.visible-md,
.visible-md-up,
.visible-mobile,
.visible-sm,
.visible-sm-up,
.visible-xs {
	display: none !important
}

.center-block {
	float: none;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:991px) {
	.visible-mobile {
		display: block !important
	}

	table.visible-mobile {
		display: table
	}

	tr.visible-mobile {
		display: table-row !important
	}

	td.visible-mobile,
	th.visible-mobile {
		display: table-cell !important
	}
}

@media (max-width:991px) {
	.hidden-mobile {
		display: none !important
	}
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs,
	th.visible-xs {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm,
	th.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:768px) {
	.visible-sm-up {
		display: block !important
	}

	table.visible-sm-up {
		display: table
	}

	tr.visible-sm-up {
		display: table-row !important
	}

	td.visible-sm-up,
	th.visible-sm-up {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md,
	th.visible-md {
		display: table-cell !important
	}
}

@media (min-width:992px) {
	.visible-md-up {
		display: block !important
	}

	table.visible-md-up {
		display: table
	}

	tr.visible-md-up {
		display: table-row !important
	}

	td.visible-md-up,
	th.visible-md-up {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg,
	th.visible-lg {
		display: table-cell !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:768px) {
	.hidden-sm-up {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:992px) {
	.hidden-md-up {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
	display: table;
	content: ""
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
	clear: both
}

.center {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto
}

.right {
	float: right !important
}

.left {
	float: left !important
}

.hide {
	display: none !important;
	visibility: hidden
}

.invisible {
	visibility: hidden
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.text-justify {
	text-align: justify !important
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	min-height: 0 !important;
}

@font-face {
	font-family: 'lato-regular';
	src: url(/uploads/image/wsdttfonts/lato-regular.woff);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'lato-regular-italic';
	src: url(/uploads/image/wsdttfonts/lato-regular-italic.woff);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'lato-bold';
	src: url(/uploads/image/wsdttfonts/lato-bold.woff);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'lato-black';
	src: url(/uploads/image/wsdttfonts/lato-black.woff);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helvetica-neue-ltstd';
	src: url(/uploads/image/wsdttfonts/helvetica-neue-ltstd.woff);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helvetica-neue-ltstd-ltlt';
	src: ;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helvetica-neue-ltstd-md';
	src: url(/uploads/image/wsdttfonts/helvetica-neue-ltstd-md.woff);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helvetica-neue-ltstd-mdlt';
	src: url(/uploads/image/wsdttfonts/helvetica-neue-ltstd-mdlt.woff);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helvetica-neue-regular';
	src: url(/uploads/image/wsdttfonts/helvetica-neue-regular.woff);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'lato-light';
	src: url(/uploads/image/wsdttfonts/lato-light.woff);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'trina-icon';
	src: url(/uploads/image/wsdttfonts/trina-icon.woff);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'fontawesome';
	src: url(/uploads/image/wsdttfonts/fontawesome-webfont.eot);
	src: url(/uploads/image/wsdttfonts/fontawesome-webfont.eot) format('embedded-opentype'), url(/uploads/image/wsdttfonts/fontawesome-webfont.woff) format('woff'), url(/uploads/image/wsdttfonts/fontawesome-webfont.ttf) format('truetype'), url(/uploads/image/wsdttfonts/fontawesome-webfont.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}

.frm-control,
.textarea {
	display: block;
	height: 50px;
	background-color: #fff;
	border: 1px solid #b2b2b4;
}

.frm-control:-moz-placeholder,
.textarea:-moz-placeholder {
	color: #fff;
	font-style: italic;
	line-height: normal;
}

.frm-control::-moz-placeholder,
.textarea::-moz-placeholder {
	color: #fff;
	font-style: italic;
	line-height: normal;
}

.frm-control:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	line-height: normal;
}

.frm-control::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
	line-height: normal;
}

.form-group {
	margin-bottom: 35px;
}

.form-group .label-control {
	display: inline-block;
	color: #5a5a5c;
	margin-bottom: 10px;
}

.form-group .frm-control {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	line-height: 50px;
	font-size: 1rem;
}

.form-group .textarea {
	width: 100%;
	padding: 10px;
	min-height: 170px;
	font-size: 1rem;
}

.required {
	display: block;
	margin-top: 5px;
	color: #fb4d4f;
	font-size: 0.778rem;
}

.elm-custom {
	position: relative;
	overflow: hidden;
}

.elm-custom input[type="checkbox"],
.elm-custom input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.elm-custom input[type="checkbox"]:checked label,
.elm-custom input[type="radio"]:checked label {
	color: #fff;
	background-color: #fb4d4f;
	border-color: #fb4d4f;
}

.elm-custom .label-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 16px;
	font-family: 'lato-regular', sans-serif;
	font-size: 0.778rem;
	text-align: center;
	color: #9c9c9c;
	text-transform: uppercase;
	border: 2px solid #d6d6d6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.2s;
}

.radiobox input[type="checkbox"]:checked label,
.radiobox input[type="radio"]:checked label {
	color: #fff;
	background-color: #fb4d4f;
}

.radiobox .label-control {
	font-size: 1rem;
	text-transform: none;
	background-color: #eee;
	border: none;
}

.dropdown-options .dropdown-control {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 0 30px 0 0;
	min-height: 50px;
	background-color: transparent;
	border: none;
}

.dropdown-options .dropdown-control .text {
	display: block;
	line-height: 50px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dropdown-options .dropdown-control .caret {
	position: absolute;
	top: 19px;
	right: 0;
}

.no-touch .dropdown-options .dropdown-control .caret:hover {
	opacity: .5;
}

.dropdown-options .dropdown-control .caret:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #fff;
	transition: all 0.2s;
}

.dropdown-options .dropdown-control.focus .caret:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.no-touch .dropdown-options .dropdown-control:hover .caret {
	opacity: .5;
}

.dropdown-options .option-list {
	display: none;
	overflow: hidden;
}

.dropdown-options .option-list li {
	padding-bottom: 10px;
	text-align: left;
}

.trina-icon {
	font-family: 'trina-icon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e904";
}

.icon-close:before {
	content: "\e901";
}

.icon-arrows:before {
	content: "\e900";
}

.icon-battery-storage:before {
	content: "\e902";
}

.icon-building:before {
	content: "\e903";
}

.icon-cell:before {
	content: "\e905";
}

.icon-cell-2:before {
	content: "\e906";
}

.icon-commercial:before {
	content: "\e907";
}

.icon-dollar-circle:before {
	content: "\e908";
}

.icon-efficiency:before {
	content: "\e909";
}

.icon-facebook:before {
	content: "\e90a";
}

.icon-facebook-circle:before {
	content: "\e90b";
}

.icon-globe:before {
	content: "\e90c";
}

.icon-google-circle:before {
	content: "\e90d";
}

.icon-ground-mount:before {
	content: "\e90e";
}

.icon-innovation:before {
	content: "\e90f";
}

.icon-linkedin-circle:before {
	content: "\e910";
}

.icon-mail:before {
	content: "\e911";
}

.icon-mail-circle:before {
	content: "\e912";
}

.icon-mail-2-circle:before {
	content: "\e913";
}

.icon-output-circle-o:before {
	content: "\e914";
}

.icon-phone:before {
	content: "\e915";
}

.icon-phone-circle:before {
	content: "\e916";
}

.icon-place:before {
	content: "\e917";
}

.icon-place-2:before {
	content: "\e918";
}

.icon-place-circle:before {
	content: "\e919";
}

.icon-power:before {
	content: "\e91a";
}

.icon-reliability:before {
	content: "\e91b";
}

.icon-repair:before {
	content: "\e91c";
}

.icon-residential:before {
	content: "\e91d";
}

.icon-star:before {
	content: "\e91e";
}

.icon-twitter:before {
	content: "\e91f";
}

.icon-twitter-circle:before {
	content: "\e920";
}

.icon-utility:before {
	content: "\e921";
}

.icon-wattage:before {
	content: "\e922";
}

.icon-youtube-circle:before {
	content: "\e923";
}

.icon-www:before {
	content: "\e929";
}

.icon-fax:before {
	content: "\e924";
}

.editor-1 h3,
.editor-wys h3,
.editor-1 .h3,
.editor-wys .h3 {
	line-height: 1.5rem;
	margin-bottom: 1rem;
}

.editor-1 h4,
.editor-wys h4,
.editor-1 .h4,
.editor-wys .h4 {
	line-height: 2.111rem;
}

.editor-1 h5,
.editor-wys h5,
.editor-1 .h5,
.editor-wys .h5 {
	line-height: 1.833rem;
}

.editor-1 h6,
.editor-wys h6,
.editor-1 .h6,
.editor-wys .h6 {
	line-height: 1.1rem;
}

.editor-1 img,
.editor-wys img {
	max-width: 100%;
}

.editor-1 p,
.editor-wys p {
	line-height: 1.4rem;
	margin-bottom: 0.6rem;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.editor-1 .btn-primary,
.editor-wys .btn-primary {
	color: #fff;
	line-height: 1;
}

.editor-1 .btn-link,
.editor-wys .btn-link,
.editor-1 .btn-primary,
.editor-wys .btn-primary {
	text-decoration: none;
}

.editor-1 a,
.editor-wys a {
	font-family: 'lato-bold', sans-serif;
	color: #0f472d;
	text-decoration: underline;
    font-weight: bold;
}

.no-touch .editor-1 a:hover,
.no-touch .editor-wys a:hover {
	text-decoration: none;
}

.editor-1 ul,
.editor-wys ul {
	list-style: disc;
}

.editor-1 ul li,
.editor-wys ul li {
	margin: 0.556rem 0 0 1.667rem;
	line-height: 1.389rem;
}

.editor-1 ol,
.editor-wys ol {
	list-style: decimal;
}

.editor-1 ol li,
.editor-wys ol li {
	margin: 0.556rem 0 0 1.667rem;
	line-height: 1.389rem;
}

.editor-1 .color-white,
.editor-wys .color-white {
	color: #fff;
}

.editor-1 {
	padding: 2.222rem 1.111rem;
}

@media (max-width:991px) {

	.editor-1 .full-width,
	.editor-2 .full-width,
	.editor-wys .full-width {
		padding: 1.111rem;
	}

	.editor-1 h3,
	.editor-2 h3,
	.editor-wys h3,
	.editor-1 .h3,
	.editor-2 .h3,
	.editor-wys .h3 {
		line-height: 2.222rem;
	}

	.editor-1 h4,
	.editor-2 h4,
	.editor-wys h4,
	.editor-1 .h4,
	.editor-2 .h4,
	.editor-wys .h4 {
		line-height: 1.833rem;
	}

	.editor-1 h5,
	.editor-2 h5,
	.editor-wys h5,
	.editor-1 .h5,
	.editor-2 .h5,
	.editor-wys .h5 {
		line-height: 1.556rem;
	}

	.editor-1 {
		padding: 1.111rem 0;
	}
}

picture {
	display: block;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.img-responsive {
	max-width: 100%;
}

.btn {
	font-family: 'lato-bold', sans-serif;
	font-size: 0.944rem;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
}

.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn-primary {
	color: #fff;
	background-color: #e83828;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding: 1.111rem;
	min-width: 260px;
	transition: all 0.2s linear;
}

.no-touch .btn-primary:hover {
	background-color: #e04648;
}

.btn-primary>span {
	display: block;
}

.btn-primary .icon {
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 32px;
	height: 32px;
}

.btn-primary .icon img {
	max-width: 100%;
	max-height: 100%;
}

.btn-primary .icon span {
	padding-left: 1.667rem;
}

.btn-primary .icon .trina-icon {
	position: absolute;
	top: -5px;
	left: -5px;
}

.btn-primary .icon .trina-icon:before {
	font-size: 42px;
}

.reset-padding,
.reset-padding div[class^="col-"] {
	margin-left: -2px;
	margin-right: -2px;
	padding-left: 0;
	padding-right: 0;
}

.btn-overlay {
	background-color: #e83828;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	padding: 0.889rem;
	transition: all 0.2s linear;
}

.no-touch .btn-overlay:hover {
	background-color: #e04648;
}

.btn-overlay .icon-arrows {
	font-size: 1.111rem;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.title-primary {
	margin-bottom: 1.389rem;
}

.title-head {
	line-height: 1.778rem;
	margin-bottom: 1.389rem;
}

.btn-link {
	font-family: 'lato-bold', sans-serif;
	color: #e83828;
	display: inline-block;
	line-height: 1.5rem;
	transition: all 0.2s linear;
}

.btn-link .icon-arrows {
	font-size: 0.667rem;
	padding-left: 0.556rem;
}

.no-touch .btn-link:hover {
	color: #e04648;
}

.btn-link.color-white {
	color: #fff;
}

.block-center {
	text-align: center;
}

.bg-light-rey {
	background-color: #eee !important;
}

.bg-dark {
	background-color: #313133;
}

.underline {
	text-decoration: underline;
}

.img-block img {
	width: 100%;
	vertical-align: middle;
}

.pane-bean>h2.pane-title {
	display: none;
}

.wrapper {
	background-color: #fff;
}

main {
	margin-top: 120px;
}

main .panels-flexible-region-15-center {
	float: none;
	width: 100%;
}

main .panel-separator {
	display: none;
}

.inner-content {
	width: 700px;
	margin: 0 auto;
}

.inner-wrap {
	overflow: hidden;
	position: relative;
	width: 940px;
	margin: 0 auto;
}

.content-secondary {
	text-align: center;
}

.content-secondary .inner-content {
	padding: 3.611rem 0;
}

.content-secondary div[class^=col] {
	padding: 0 1.111rem;
}

.content-secondary .title {
	background: #eee;
	color: #787878;
	font-family: 'helvetica-neue-ltstd-mdlt', sans-serif;
	font-size: 0.833rem;
	padding: 1.278rem 1.111rem;
	margin-bottom: 0.556rem;
}

.content-secondary ul li {
	font-size: 0.833rem;
	padding: 0.833rem;
	border-bottom: 1px solid #eee;
}

.money-bills .thumb {
	float: left;
	margin-right: 3.333rem;
	max-width: 180px;
}

.money-bills .thumb img {
	max-width: 100%;
}

.money-bills .title {
	margin-bottom: 1.667rem;
}

.money-bills .description {
	line-height: 1.667rem;
}

.technologii-block .technologii-list {
	text-align: center;
	margin-bottom: 2.222rem;
}

.technologii-block .technologii-list li {
	display: inline-block;
	margin: 0;
}

.technologii-block .technologii-list li li {
	margin-left: 5.556rem;
}

.technologii-block .technologii-list .icon-thumb {
	margin-bottom: 1.111rem;
	width: 180px;
}

.technologii-block .technologii-list .icon-thumb img {
	width: 100%;
}

.technologii-block .description {
	line-height: 1.389rem;
}

@media only screen and (max-width:991px) {
	.content-primary .inner-content {
		padding: 1.667rem 1.111rem 1.111rem 1.111rem;
	}

	.content-danger .inner-wrap {
		padding: 1.667rem 1.111rem;
	}

	.text-important .inner-content {
		padding: 1.667rem 1.111rem;
	}

	.text-important .title {
		line-height: 1.944rem;
	}

	.content-secondary .inner-content {
		padding: 2.778rem 1.111rem 1.667rem 1.111rem;
	}

	.content-secondary div[class^=col] {
		padding: 0 2.222rem;
	}

	.content-secondary .title,
	.content-secondary ul li {
		font-size: 0.857rem;
	}

	.content-secondary ul {
		margin-bottom: 2.222rem;
	}

	.money-bills .inner-wrap {
		padding: 2.222rem 1.111rem;
	}

	.money-bills .thumb-area {
		display: table;
		margin-bottom: 1.667rem;
	}

	.money-bills .thumb,
	.money-bills .title {
		display: table-cell;
		vertical-align: middle;
	}

	.money-bills .thumb {
		margin-right: 1.111rem;
		margin-left: 0.556rem;
		max-width: 120px;
	}

	.money-bills .thumb img {
		width: 100%;
	}

	.technologii-block .technologii-list {
		margin-bottom: 2.222rem;
	}

	.technologii-block .technologii-list li {
		padding-left: 0.556rem;
		width: 100%;
		display: table;
	}

	.technologii-block .technologii-list li li {
		padding-top: 1.389rem;
		margin-left: 0;
	}

	.technologii-block .technologii-list li .icon-thumb,
	.technologii-block .technologii-list li .title {
		display: table-cell;
		vertical-align: middle;
	}

	.technologii-block .technologii-list li .title {
		text-align: left;
		padding-left: 1.667rem;
	}

	.technologii-block .technologii-list .icon-thumb {
		width: 130px;
		margin-bottom: 0;
	}
}

@media (max-width:991px) {
	html {
		font-size: 14px;
	}

	main {
		margin-top: 50px;
	}

	.inner-content,
	.inner-wrap {
		padding: 0 1.111rem;
		width: 100%;
	}

	.btn {
		padding: 16px;
		font-size: 0.929rem;
	}

	.btn-link {
		padding-left: 0px;
		font-size: 1.143rem;
	}

	.btn-link .icon-arrows {
		font-size: 0.714rem;
		padding-left: 0.389rem;
	}

	.btn-primary {
		min-width: 150px;
	}

	.btn-primary .icon {
		left: 7px;
	}

	.btn-primary .icon span {
		padding-left: 2.222rem;
	}

	.btn-overlay {
		padding: 0.944rem;
	}

	.title-head {
		line-height: 1.667rem;
		margin-bottom: 1.111rem;
	}

	.title-primary {
		margin-bottom: 1.111rem;
	}

	h1,
	.h1 {
		font-size: 2.857rem;
	}

	h2,
	.h2 {
		font-size: 2.214rem;
		line-height: 2.5rem;
	}

	h3,
	.h3 {
		font-size: 1.571rem;
	}

	h4,
	.h4 {
		font-size: 1.286rem;
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

@media (max-width:911px) {
	.ie .m-effect-menu .navigation .navbar-nav {
		left: 0;
	}

	.ie .m-effect-menu .m-navbar-header {
		left: 280px;
	}

	.ie .navigation .navbar-nav {
		left: 0;
	}

	.ie .default-block .question-block .radio-group .item {
		float: left;
	}
}

header .stable {
	position: static;
}

header .frm-control {
	width: 100%;
	height: 28px;
	color: #fff;
	font-size: 0.833rem;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #a1a1a2;
}

header .btn-search-top {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	background-color: transparent;
	border: none;
}

header .icon-search {
	color: white;
	font-size: 0.944rem;
}

.top-navigation {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 40px;
	padding: 6px 0;
	background-color: #313133;
}

.top-navigation .btn-search {
	padding-left: 0;
}

.top-navigation .btn-language {
	position: relative;
	padding-right: 25px;
	background-color: transparent;
	border: none;
}

.top-navigation .btn-language .text {
	font-family: 'lato-regular', sans-serif;
	font-size: 0.667rem;
	line-height: 1.333rem;
	color: #a8a8a9;
	text-transform: uppercase;
	overflow: hidden;
}

.top-nav {
	display: inline-block;
	vertical-align: middle;
}

.top-nav a {
	margin-left: 25px;
	margin-right: 25px;
	color: #fff;
	font-family: 'lato-regular', sans-serif;
	font-size: 0.667rem;
}

.search-bar {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	min-width: 215px;
	height: 28px;
}

.search-bar .search-block-form>.btn-search-top {
	right: 5px;
}

.search-bar .frm-elm {
	float: right;
	width: 0;
	visibility: hidden;
}

.search-bar .frm-elm .frm-control {
	padding: 4px 30px 0 0;
	-webkit-text-fill-color: #fff;
}

.search-bar .frm-elm .frm-control:-webkit-autofill,
.search-bar .frm-elm .frm-control:-webkit-autofill:hover,
.search-bar .frm-elm .frm-control:-webkit-autofill:focus,
.search-bar .frm-elm .frm-control:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

.search-bar .frm-elm .btn-search-top {
	display: none;
}

.search-bar .frm-elm .icon-search {
	color: #fb4d4f;
}

.search-bar.open .btn-search-top {
	display: none;
}

.search-bar.open .frm-elm {
	visibility: visible;
}

.search-bar.open .frm-elm .btn-search-top {
	display: block;
	padding: 2px 7px 5px 2px;
}

.countries-dropdown {
	position: absolute;
	z-index: 99;
	left: 0;
	bottom: 100%;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #313133;
	border-bottom: 1px solid #fff;
}

.list-language {
	margin-right: -25px;
	margin-left: -25px;
	overflow: hidden;
}

.list-language>li {
	padding-left: 25px;
	padding-right: 25px;
}

.list-language li {
	float: left;
	min-width: 118px;
	text-align: left;
}

.list-language li .title {
	display: block;
	margin-bottom: 10px;
	color: #a8a8a9;
	text-transform: uppercase;
	border-bottom: 1px solid #a8a8a9;
}

.list-language li a,
.list-language li .title {
	padding: 10px 0;
	font-family: 'lato-regular', sans-serif;
	font-size: 0.833rem;
	transition: color 0.2s;
}

.no-touch .list-language li a:hover,
.no-touch .list-language li .title:hover {
	color: #a8a8a9;
}

.list-language li .list-country li {
	float: none;
	display: block;
}

.list-language li .list-country li a {
	display: inline-block;
	color: #fff;
}

.navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding-top: 40px;
	background-color: #fff;
}

.logged-in .navigation {
	top: 39px;
}

.navbar-tray-open .navigation {
	top: 79px;
}

.navigation:before {
	position: absolute;
	bottom: 0;
	right: 170px;
	content: "";
	height: 1px;
	width: 100%;
	background-color: #eee;
}

.navigation .navbar-nav {
	float: right;
	text-align: right;
	z-index: 2;
}

.navigation .img-icon {
	position: absolute;
	left: 20px;
	top: 50%;
	max-width: 36px;
	text-align: right;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
}

.navigation .img-icon img {
	height: 23px;
	max-width: 100%;
}

.navigation .img-icon .trina-icon {
	font-size: 1.889rem;
}

.navigation .img-icon .text {
	padding-left: 35px;
}

.navbar-header {
	padding-left: 0;
	padding-top: 15px;
}

.navbar-header .logo {
	display: block;
}

.navbar-header .logo img {
	width: auto;
	max-height: 63px;
}

.mobile-search-bar {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	display: none;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #eee;
	z-index: 10;
}

.mobile-search-bar .frm-control {
	height: 50px;
	padding: 16px 40px 15px 0;
	color: #5a5a5c;
	font-size: 1rem;
	border-bottom: none;
}

.mobile-search-bar .frm-control:-moz-placeholder {
	color: #5a5a5c;
	font-style: normal;
	line-height: normal;
}

.mobile-search-bar .frm-control::-moz-placeholder {
	color: #5a5a5c;
	font-style: normal;
	line-height: normal;
}

.mobile-search-bar .frm-control:-ms-input-placeholder {
	color: #5a5a5c;
	font-style: normal;
	line-height: normal;
}

.mobile-search-bar .frm-control::-webkit-input-placeholder {
	color: #5a5a5c;
	font-style: normal;
	line-height: normal;
}

.android .mobile-search-bar .frm-control:-moz-placeholder {
	color: #5a5a5c;
	font-style: normal;
	line-height: 26px;
}

.android .mobile-search-bar .frm-control::-moz-placeholder {
	color: #5a5a5c;
	font-style: normal;
	line-height: 26px;
}

.android .mobile-search-bar .frm-control:-ms-input-placeholder {
	color: #5a5a5c;
	font-style: normal;
	line-height: 26px;
}

.android .mobile-search-bar .frm-control::-webkit-input-placeholder {
	color: #5a5a5c;
	font-style: normal;
	line-height: 26px;
}

.mobile-search-bar .btn-search-top {
	width: 50px;
	height: 50px;
	padding-right: 10px;
	text-align: right;
}

.main-menu {
	overflow: hidden;
	background-color: #fff;
}

.main-menu li a {
	display: block;
	padding: 33px 20px;
	text-transform: uppercase;
	font-family: 'lato-bold', sans-serif;
	font-size: 0.778rem;
	transition: 0.2s color;
}

.no-touch .main-menu li:hover .title a {
	color: #000;
}

.main-menu>li {
	float: left;
}

.main-menu>li .title a {
	color: #008bd2;
}

.no-touch .main-menu>li:hover .sub-nav {
	max-height: 70px;
}

.main-menu .active .title a {
	color: #5a5a5c;
}

.main-menu .featured-link {
	float: right;
}

.main-menu .featured-link:after {
	position: absolute;
	top: 40px;
	bottom: 0;
	right: -84.72%;
	content: "";
	width: 100%;
	z-index: -1;
	background-color: #398cb1;
}

.main-menu .featured-link .title {
	position: relative;
	background-color: #398cb1;
}

.main-menu .featured-link .title a {
	color: #fff;
}

.no-touch .main-menu .featured-link .title a:hover {
	color: #fff;
}

.main-menu .featured-link.active .title,
.no-touch .main-menu .featured-link:hover .title {
	background-color: #313133;
}

.main-menu .featured-link.active .title a,
.no-touch .main-menu .featured-link:hover .title a {
	color: #fff;
}

.main-menu .featured-link.active:after,
.no-touch .main-menu .featured-link:hover:after {
	background-color: #313133;
}

.main-menu .sub-nav {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	max-height: 0;
	width: 100%;
	text-align: center;
	background-color: #eee;
	z-index: 3;
	overflow: hidden;
	transition: max-height 0.2s 0.2s;
}

.main-menu .sub-nav li {
	display: inline-block;
	vertical-align: middle;
}

.main-menu .sub-nav li a {
	position: relative;
	padding: 28px 23px;
	color: #008bd2;
	font-family: 'lato-regular', sans-serif;
}

.product-card a:hover {
	color: #e04648;
}

.product-card h3 {
	color: inherit !important;
}

.main-menu .sub-nav .active a {
	color: #000;
}

.no-touch .main-menu .sub-nav li a:hover {
	color: #000;
}

.main-menu .sub-nav li a:before {
	position: absolute;
	top: 50%;
	left: -1px;
	content: "";
	width: 1px;
	display: block;
	height: 13px;
	margin-top: -6px;
	background-color: rgba(135, 133, 133, 0.5);
}

.main-menu .sub-nav li:first-child a:before {
	display: none;
}

.m-navbar-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
}

.m-navbar-header:before,
.m-navbar-header:after {
	display: table;
	content: "";
}

.m-navbar-header:after {
	clear: both;
}

.m-navbar-header .nav-icon {
	float: left;
	background-color: transparent;
	border: none;
}

.m-navbar-header .nav-icon span {
	display: block;
	width: 100%;
	background-color: #fb4d4f;
}

.m-navbar-header .logo {
	display: inline-block;
}

.m-navbar-header .btn-search {
	float: right;
	text-align: right;
	background-color: transparent;
	border: none;
}

.m-navbar-header .btn-search .icon-search {
	color: #398cb1;
}

.m-navbar-header .btn-search.open .icon-search {
	font-size: 1.071rem;
}

.m-navbar-header .btn-search.open .icon-search:before {
	content: "\e901";
}

.no-scrollable {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.no-scrollable .wrapper {
	margin-top: 0;
}

@-webkit-keyframes lefttoright {
	from {
		left: 0;
	}

	to {
		left: 280px;
	}
}

@-webkit-keyframes righttoleft {
	from {
		left: 280px;
	}

	to {
		left: 0;
	}
}

@keyframes righttoleft {
	from {
		left: 280px;
	}

	to {
		left: 0;
	}
}

.m-effect-menu {
	position: relative;
}

.m-effect-menu,
.m-effect-menu .m-navbar-header {
	-webkit-animation: lefttoright 0.5s forwards;
	animation: lefttoright 0.5s forwards;
}

.hidding-menu {
	position: relative;
}

.hidding-menu,
.hidding-menu .m-navbar-header {
	-webkit-animation: righttoleft 0.5s forwards;
	animation: righttoleft 0.5s forwards;
}

@media (min-width:992px) {
	.top-navigation .top-nav .btn-language .img-icon {
		right: 25px;
		left: auto;
	}

	.top-navigation .top-nav .btn-language .text {
		padding-left: 0;
		padding-right: 45px;
	}

	.navigation .navbar-nav {
		height: 80px;
		overflow: hidden;
	}
}

@media screen and (min-width:1440px) {
	.top-navigation .btn-language {
		padding-right: 30px;
	}

	.main-menu li a {
		padding: 33px 40px;
	}

	.main-menu .sub-nav li a {
		padding: 30px 45px;
	}

	.navbar-header {
		padding: 20px 0 0 20px;
	}

	.navbar-header .logo {
		display: block;
	}

	.navbar-header .logo img {
		width: 222px;
	}

	.list-language li {
		width: 14.28%;
	}
}

@media (max-width:1199px) {

	.main-menu li a,
	.main-menu .sub-nav li a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.navigation .btn-language .img-icon {
		left: 10px;
	}

	.navigation .btn-language .img-icon .trina-icon {
		font-size: 1.556rem;
	}

	.top-navigation .container-fluid,
	.sub-nav .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width:991px) {
	header .icon-search {
		font-size: 1.643rem;
		color: #fb4d4f;
	}

	.m-navbar-header {
		border-bottom: 1px solid #eee;
	}

	.m-navbar-header .nav-icon {
		width: 50px;
		height: 50px;
		padding: 15px 15px 15px 10px;
		margin-left: -10px;
	}

	.m-navbar-header .nav-icon span {
		height: 2px;
		background-color: #fb4d4f;
	}

	.m-navbar-header .nav-icon span span {
		margin-top: 5px;
	}

	.m-navbar-header .logo {
		margin-top: 10px;
	}

	.m-navbar-header .logo img {
		width: 130px;
	}

	.m-navbar-header .btn-search {
		width: 50px;
		height: 50px;
		padding-right: 0;
	}

	.navigation {
		position: static;
		padding-top: 0;
	}

	.navigation:before {
		display: none;
	}

	.navigation .btn-language .img-icon {
		text-align: left;
		left: 20px;
	}

	.navigation .navbar-nav {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: -10;
		width: 280px;
		float: none;
		text-align: left;
		background-color: #eee;
		-webkit-transform: translatex(-280px);
		-ms-transform: translatex(-280px);
		transform: translatex(-280px);
	}

	.navigation .navbar-nav:before {
		position: absolute;
		top: -5px;
		right: 0;
		bottom: -5px;
		content: "";
		z-index: 4;
		width: 14px;
		box-shadow: inset -6px 0 7px -1px rgba(0, 0, 0, 0.5);
	}

	.navigation .navbar-nav .inner {
		height: 100vh;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.main-menu {
		margin-bottom: 20px;
	}

	.main-menu li {
		display: block;
		border-bottom: 1px solid #eee;
	}

	.main-menu li a {
		padding: 18px;
		font-size: 1rem;
	}

	.no-touch .main-menu li:hover .sub-nav {
		max-height: none;
	}

	.main-menu li:last-child .sub-nav {
		border-bottom: 1px solid #d6d6d6;
	}

	.main-menu>li {
		float: none;
	}

	.main-menu>li .title {
		position: relative;
		background-color: #fff;
	}

	.main-menu>li .title a {
		overflow: hidden;
		padding-right: 50px;
	}

	.main-menu .btn-accordion {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		transform: translatey(-50%);
		padding: 20px 25px;
		background-color: transparent;
		border: none;
	}

	.main-menu .icon-arrows {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		transition: all 0.5s;
		display: inline-block;
		font-size: 1.429rem;
		color: #398cb1;
	}

	.main-menu .active a {
		color: #398cb1;
	}

	.main-menu .featured-link {
		float: none;
	}

	.main-menu .featured-link:after {
		display: none;
	}

	.main-menu .sub-nav {
		position: relative;
		top: 0;
		display: block;
		max-height: none;
		text-align: left;
	}

	.main-menu .sub-nav li {
		display: block;
		border-bottom-color: #d6d6d6;
	}

	.main-menu .sub-nav li a {
		padding: 18px;
		line-height: 1;
	}

	.main-menu .sub-nav li a:before {
		display: none;
	}

	.main-menu .sub-nav li:last-child {
		border-bottom: none;
	}

	.main-menu .open {
		border-bottom: none;
	}

	.main-menu .open .icon-arrows {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.top-navigation {
		position: static;
		height: auto;
		padding: 0;
		overflow: hidden;
	}

	.top-navigation .btn-language .text {
		display: inline-block;
		vertical-align: middle;
		font-size: 0.857rem;
		padding-left: 35px;
	}

	.top-nav {
		display: block;
	}

	.top-nav a,
	.top-nav .btn-language {
		display: block;
		width: 100%;
		margin: 0;
		padding: 20px;
		text-align: left;
		font-size: 1rem;
		border-bottom: 1px solid #9c9c9c;
	}

	.countries-dropdown {
		position: static;
		display: block !important;
		height: auto;
		padding-top: 15px;
		padding-bottom: 0;
		border-bottom: none;
	}

	.list-language {
		padding-left: 40px;
		padding-right: 40px;
		margin: 0;
	}

	.list-language>li {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.list-language li {
		border-bottom: 1px solid #575759;
	}

	.list-language li:last-child {
		border-bottom: none;
	}

	.list-language li .title,
	.list-language li a {
		padding: 20px 0;
	}

	.list-language li .title {
		float: left;
		min-width: 80px;
		margin-bottom: 0;
		border-bottom: none;
	}

	.list-language li .list-country {
		overflow: hidden;
	}

	.list-language li .list-country li {
		border-bottom: none;
	}

	.list-language li .list-country li a {
		padding: 20px 0;
	}
}

@media screen and (max-width:991px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
	.ios .navigation .navbar-nav .inner {
		padding-bottom: 50px;
	}
}

@media screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
	.ios .navigation .navbar-nav .inner {
		padding-bottom: 64px;
	}
}

@media screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
	.ios .navigation .navbar-nav .inner {
		padding-bottom: 84px;
	}
}

.carousel-block {
	overflow: hidden;
}

.carousel-block .item {
	position: relative;
}

.carousel-block .item.color-dark .title,
.carousel-block .item.color-dark .caption {
	color: #313133;
}

.carousel-block .item.align-top .caption {
	top: 15px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.carousel-block .item.align-bottom .caption {
	top: auto;
	bottom: 70px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.carousel-block .img-thumb {
	height: 0;
	width: 100%;
	padding-bottom: 41.6666%;
}

.carousel-short .img-thumb {
	padding-bottom: 30% !important;
}

@media only screen and (max-width:991px) {
	.carousel-short .img-thumb {
		padding-bottom: 106.4% !important;
	}
}

.carousel-short .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	font-family: 'lato-regular', sans-serif;
	color: #fff;
	text-align: center;
}

.carousel-block .img-thumb img {
	width: 100%;
}

.carousel-block .caption {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	font-family: 'lato-regular', sans-serif;
	color: #fff;
	text-align: center;
}

.carousel-block .caption .title {
	color: #fff;
}

.carousel-block .caption .desc {
	padding-top: 25px;
	padding-left: 15%;
	padding-right: 15%;
	font-size: 1.2rem;
	line-height: 1.944rem;
}

.slick-arrow {
	position: absolute;
	bottom: 30px;
	z-index: 1;
	font-size: 0;
	width: 10px;
	height: 18px;
	background-color: transparent;
	border: none;
}

.slick-arrow.slick-next {
	right: 50%;
}

.slick-arrow.slick-prev {
	left: 50%;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slick-arrow .trina-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1rem;
	color: #313133;
}

.slick-dots {
	position: absolute;
	bottom: 30px;
	left: 50%;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
}

.slick-dots li button {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	font-size: 0;
	background-color: transparent;
	border: none;
	transition: ease-in-out 0.2s 0.5s;
}

.slick-dots li button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid transparent;
	background-color: #313133;
}

.slick-dots .slick-active button:after {
	background-color: transparent;
	border-color: #313133;
	transition: ease-in-out 0.2s;
}

@media (max-width:991px) {
	.carousel-block .img-thumb {
		padding-bottom: 106.4%;
	}

	.carousel-block .caption {
		top: 50%;
		padding: 0 0.556rem;
	}

	.carousel-short .caption {
		top: 50%;
		padding: 0 0.556rem;
	}

	.carousel-block .caption .title-slick {
		font-size: 2.857rem;
	}

	.carousel-block .caption .desc {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 1.429rem;
		line-height: 1.714rem;
		display: none;
	}

	.carousel-block .caption h1 {
		margin-bottom: 1.8rem;
	}

	.slick-arrow {
		bottom: 20px;
		width: 9px;
		height: 18px;
	}

	.slick-dots {
		display: block;
		bottom: 20px;
		padding-right: 15px;
		padding-left: 15px;
		overflow: visible;
	}

	.slick-dots li {
		height: 18px;
		padding-left: 2px;
		padding-right: 2px;
	}

	.slick-dots li button {
		width: 18px;
		height: 18px;
	}

	.slick-dots li button:after {
		width: 14px;
		height: 14px;
	}
}

.feature-image {
	text-align: center;
	position: relative;
}

.feature-image img {
	width: 100%;
	vertical-align: middle;
}

.feature-image .thumb {
	overflow: hidden;
}

.feature-image .feature-area {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.feature-image .outer {
	display: table;
	width: 100%;
	height: 100%;
}

.feature-image .inner {
	display: table-cell;
	vertical-align: middle;
}

.feature-image .inner-top {
	vertical-align: top;
	padding-top: 7.8%;
}

.feature-image .inner-bottom {
	vertical-align: bottom;
	padding-bottom: 7.8%;
}

.feature-image .title {
	margin-bottom: 0.278rem;
	line-height: 4.444rem;
}

.feature-image .color-white .title,
.feature-image .color-white .code,
.feature-image .color-white .brand {
	color: #fff;
}

.feature-image .color-white .code:before {
	background: #fff;
}

.feature-image .brand {
	color: #313133;
	font-size: 1.111rem;
	font-family: 'lato-regular', sans-serif;
	display: block;
}

.feature-image .code {
	position: relative;
	display: inline-block;
	padding-bottom: 1.111rem;
	margin-bottom: 1.111rem;
}

.feature-image .code:before {
	content: "";
	height: 2px;
	background: #313133;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width:991px) {
	.feature-image .inner-content {
		padding: 0 1.111rem;
	}

	.feature-image .inner-top {
		padding-top: 13.8%;
	}

	.feature-image .inner-bottom {
		padding-top: 13.8%;
	}

	.feature-image .inner-mobile-top {
		vertical-align: top;
		padding-top: 17%;
	}

	.feature-image .title {
		line-height: 3.056rem;
	}

	.feature-image .brand {
		font-size: 1.286rem;
	}

	.feature-image .code:before {}
}

.feature-bar .title-feature {
	color: #398cb1;
	line-height: 1.9rem;
	text-align: center;
}

.feature-bar .feature-item {
	padding-top: 20px;
	padding-bottom: 20px;
}

.feature-bar .desc {
	text-align: center;
}

.feature-bar .desc .title-feature {
	color: #398cb1;
}

.feature-bar .desc p {
	font-family: 'helvetica-neue-ltstd', sans-serif;
	font-size: 0.944rem;
	line-height: 1.333rem;
}

.feature-bar .icon-thumb {
	margin: 0 auto;
}

.feature-bar .icon-thumb img {
	max-width: 100%;
}

.feature-bar .icon-thumb .trina-icon {
	display: block;
	width: 80px;
	height: 80px;
	padding: 15px 0;
	font-size: 50px;
	color: #398cb1;
	text-align: center;
	border: 2px solid #398cb1;
	border-radius: 50%;
	margin: 0 auto;
}

.feature-full-width {
	padding-top: 20px;
	padding-bottom: 60px;
}

.feature-full-width .title-feature {
	color: #313133;
	margin-bottom: 15px;
	margin-top: 25px;
}

.feature-full-width .feature-list {
	display: table;
	width: 100%;
}

.feature-full-width .feature-list li {
	display: table-cell;
	width: 1%;
	padding: 0 15px;
}

.feature-full-width .feature-item {
	text-align: center;
}

.feature-full-width .feature-item .icon-thumb {
	max-width: 200px;
}

.feature-full-width .feature-item .icon-thumb {
	max-width: 400px;
}

.feature-full-width .feature-item p {
	position: relative;
	margin-top: 0.556rem;
	padding-top: 1.389rem;
}

.feature-full-width .feature-item p:before {
	content: "";
	background: #b2b2b4;
	position: absolute;
	top: 0;
	left: 50%;
	width: 65%;
	height: 1px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.feature-full-width .feature-item .title-feature p {
	margin-top: 0;
	padding-top: 0;
}

.feature-full-width .feature-item .title-feature p:before {
	content: "";
	width: 0;
	margin-top: 0;
	padding-top: 0;
}

.feature-full-width .desc-center {
	display: none;
}

.feature-center {
	padding-top: 55px;
	padding-bottom: 55px;
	text-align: center;
	background-color: #fff;
}

.feature-center .title-feature {
	padding-bottom: 40px;
	color: #313133;
}

.feature-center .icon-thumb {
	width: 70px;
	height: auto;
}

.feature-center .icon-thumb img {
	width: 70px;
}

.feature-center .icon-thumb .trina-icon {
	width: 70px;
	height: 70px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.feature-center .feature-list {
	display: block;
}

.feature-center .feature-list li {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.feature-center .feature-list li .desc {
	display: none;
}

.feature-center .desc-center {
	max-width: 650px;
	margin: 0 auto;
	text-align: left;
}

.feature-center .desc-center p {
	color: #5a5a5c;
}

.feature-center.background-white {
	background-color: #fff;
}

@media (max-width:991px) {
	.feature-bar .desc p {
		font-size: 1rem;
		line-height: 1.286rem;
	}

	.feature-full-width {
		padding-bottom: 30px;
	}

	.feature-full-width .feature-list {
		padding-top: 12px;
		padding-bottom: 20px;
	}

	.feature-full-width .feature-list li {
		position: relative;
		width: 50%;
		min-height: 1px;
		padding-left: 10px;
		padding-right: 10px;
		display: inline-table;
		vertical-align: top;
	}

	.feature-full-width .feature-item {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.feature-full-width .feature-item .title-feature {
		margin-bottom: 10px;
		margin-top: 15px;
	}

	.feature-full-width .feature-item .icon-thumb {
		max-width: 154px;
	}

	.feature-full-width .feature-item p {
		padding-top: 1.111rem;
	}

	.feature-full-width .feature-item p:before {
		background: #d6d6d6;
	}

	.feature-center {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.feature-center .icon-thumb {
		width: 60px;
	}

	.feature-center .title-feature {
		padding-bottom: 25px;
		display: table-caption;
	}

	.feature-center .feature-list {
		display: table-row-group;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.feature-center .feature-list li {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 15px;
	}

	.feature-center .feature-item {
		padding-bottom: 0;
	}

	.feature-center .desc-center {
		text-align: center;
		display: table-header-group;
		max-width: none;
		padding-top: 15px;
	}

	.feature-center .container {
		width: 100%;
		display: table;
	}
}

.overlay {
	position: relative;
	display: block;
	overflow: hidden;
}

.overlay .color-white .title-head,
.overlay .color-white .title-primary,
.overlay .color-white .description {
	color: #fff;
}

.overlay img {
	width: 100%;
	vertical-align: middle;
}

.overlay .text-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.overlay .text-overlay .outer {
	display: table;
	width: 100%;
	height: 100%;
}

.overlay .inner {
	display: table-cell;
	vertical-align: middle;
}

.overlay .description {
	line-height: 1.667rem;
	margin-bottom: 1.389rem;
}

.overlay .thumb {
	overflow: hidden;
}

.overlay-right .text-overlay,
.overlay-left .text-overlay {
	max-width: 460px;
}

.overlay-left .text-overlay {
	left: 8%;
	padding-right: 20px;
}

.overlay-right .text-overlay {
	right: 6%;
	padding-left: 30px;
	left: inherit;
}

.overlay-center .inner {
	padding: 0 1.111rem;
}

.overlay-center .text-overlay {
	text-align: center;
	width: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

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

	.overlay-center .inner,
	.overlay-right .inner,
	.overlay-left .inner {
		vertical-align: top;
		padding: 2.111rem 1.111rem 0 1.111rem;
	}

	.overlay-center .inner .description,
	.overlay-right .inner .description,
	.overlay-left .inner .description {
		padding: 0;
		margin-bottom: 1.389rem;
	}

	.overlay-center .text-overlay,
	.overlay-right .text-overlay,
	.overlay-left .text-overlay {
		left: 0;
		max-width: 100%;
	}

	.overlay-right .text-overlay {
		right: 0;
		left: 0;
	}

	.overlay-center .text-overlay {
		left: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.image-text {
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.image-text.bg-light-grey {
	background-color: #eee;
}

.image-text .thumb,
.image-text .text-detail {
	width: 50%;
	float: left;
}

.image-text .thumb {
	text-align: left;
	overflow: hidden;
	float: left;
	padding-right: 0.556rem;
}

.image-text .thumb img {
	width: 100%;
	vertical-align: middle;
}

.image-text .text-detail {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 1.111rem 5rem 1.111rem 5.556rem;
	vertical-align: middle;
}

.image-text .description {
	line-height: 1.667rem;
}

.image-right .text-detail {
	left: 0;
	padding: 1.111rem 5rem 1.111rem 5rem;
}

.image-right .thumb {
	text-align: right;
	float: right;
	padding: 0 0 0 0.556rem;
}

.image-text-product {
	padding: 0.833rem 0;
}

.image-text-product .text-detail {
	padding: 0 3.333rem;
}

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

	.image-text .thumb,
	.image-text .text-detail {
		width: 100%;
	}

	.image-text .text-detail {
		position: inherit;
		-webkit-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
		padding: 2.778rem 1.111rem;
	}

	.image-text .description {
		line-height: 1.389rem;
		margin-bottom: 1.111rem;
	}

	.image-text-product {
		padding: 2.222rem 0 1.111rem 0;
	}

	.image-text-product .text-detail {
		padding: 0;
	}
}

.list-card {
	background-color: #eee;
}

.item-card img {
	width: 100%;
	vertical-align: middle;
}

.item-card .thumb {
	overflow: hidden;
}

.item-card .text-detail {
	padding: 1.667rem;
	border-left: 1px solid #fff;
}

.item-card .description {
	color: #313133;
	line-height: 1.556rem;
	margin-bottom: 1.389rem;
}

.item-card .byline {
	font-family: 'lato-regular-italic', sans-serif;
	font-size: 0.833rem;
	margin-bottom: 1.667rem;
}

.item-card:hover .box-mask {
	display: block
}

.item-card .box-mask {
	display: none;
	width: 100%;
	height: 500px;
	background-color: rgba(105, 105, 105, .8);
	position: absolute;
	top: 0;
	left: 0;
}

.heading-image .text-detail {
	padding: 2.222rem 2.778rem 5.278rem 2.778rem;
}

.heading-content .text-detail {
	padding: 2.222rem 2.778rem 1.389rem 2.778rem;
}

.heading-content .description {
	margin-bottom: 0;
}

@media only screen and (max-width:991px) {
	.list-card {
		padding: 1.667rem 1.111rem 0 1.111rem;
	}

	.item-card {
		margin-bottom: 1.389rem;
	}

	.item-card .description {
		margin-bottom: 2.222rem;
	}

	.item-card .byline {
		margin-bottom: 1.667rem;
	}

	.item-card .box-show {
		margin-bottom: 1.667rem;
	}

	.heading-image .text-detail {
		padding: 2.222rem 1.111rem;
	}

	.heading-image .description {
		margin-bottom: 1.389rem;
	}
}

.product-card {
	padding-bottom: 2.778rem;
}

.product-card .result-product {
	text-align: center;
	margin-top: 2.222rem;
	display: none;
}

.product-card .item {
	text-align: center;
	margin: 2.778rem 0;
}

.product-card .thumb {
	overflow: hidden;
	margin-bottom: 0.833rem;
}

.product-card .brand,
.product-card .name {
	margin-bottom: 0.556rem;
}

.product-card .brand,
.product-card .code {
	display: inline-block;
}

.product-card .brand {
	font-size: 0.833rem;
}

.product-card .name a {
	color: #313133;
	transition: all 0.2s linear;
}

.product-card .name a:hover {
	color: #e04648;
}

@media only screen and (max-width:991px) {
	.product-card {
		padding: 0;
	}

	.product-card .item {
		border-bottom: 2px solid #efedee;
		padding-bottom: 2.222rem;
		margin: 1.667rem 0 0 0;
	}

	.product-card .brand {
		font-size: 0.786rem;
	}

	.product-card .result-product {
		margin-bottom: 2.222rem;
	}
}

.cross-link {
	background-color: #fff;
	padding: 5.556rem 0;
	text-align: center;
}

.cross-link.bgd-grey {
	background-color: #eee;
}

.cross-link .description {
	line-height: 1.667rem;
	margin-bottom: 1.667rem;
	text-align: left;
}

.cross-link .frm-link {
	max-width: 540px;
	margin: 0 auto;
}

.cross-link .frm-link:before,
.cross-link .frm-link:after {
	display: table;
	content: "";
}

.cross-link .frm-link:after {
	clear: both;
}

.cross-link .frm-link .item-link {
	width: 48%;
	float: left;
}

.cross-link .frm-link .item-link .item-link {
	float: right;
}

.cross-link .frm-link .btn {
	border: 0;
	outline: 0;
	padding: 1.111rem 0.278rem;
	min-width: 100%;
}

.cross-link .frm-link .frm-control {
	border: 1px solid #b2b2b4;
	width: 100%;
	min-height: 60px;
	margin-bottom: 1.111rem;
	padding: 1.056rem;
}

.cross-link .frm-link .frm-control:-moz-placeholder {
	color: #575759;
	font-style: normal;
	line-height: normal;
}

.cross-link .frm-link .frm-control::-moz-placeholder {
	color: #575759;
	font-style: normal;
	line-height: normal;
}

.cross-link .frm-link .frm-control:-ms-input-placeholder {
	color: #575759;
	font-style: normal;
	line-height: normal;
}

.cross-link .frm-link .frm-control::-webkit-input-placeholder {
	color: #575759;
	font-style: normal;
	line-height: normal;
}

.cross-link .list-link .item {
	margin-bottom: 1.111rem;
	display: inline-block;
}

.cross-link .list-link .item .item {
	margin-left: 0.833rem;
}

.cross-link .btn-link {
	margin-top: 1.667rem;
}

@media only screen and (max-width:991px) {
	.cross-link {
		padding: 2.222rem 0;
	}

	.cross-link .list-link .item {
		display: block;
		margin: 1.111rem 0;
	}

	.cross-link .list-link .item .item {
		margin: 0;
	}

	.cross-link .frm-link .frm-control {
		min-height: 46px;
	}
}

.block-list-link {
	padding: 3.333rem 0 5rem 0;
}

.block-list-link.bgd-grey {
	background: #eee;
}

.block-list-link .title-list {
	text-align: center;
	margin-bottom: 3.611rem;
}

.block-list-link .list-item {
	margin-bottom: 1.667rem;
}

.block-list-link .list-item li {
	font-family: 'lato-regular', sans-serif;
	font-size: 1.111rem;
	padding-bottom: 1.778rem;
	margin-bottom: 1.556rem;
	line-height: 1.667rem;
	border-bottom: 1px solid #b2b2b4;
}

.block-list-link .list-item a {
	color: #313133;
	display: block;
	position: relative;
	padding-right: 1.667rem;
	transition: all 0.2s linear;
}

.block-list-link .list-item a .trina-icon {
	color: #fb4d4f;
	font-size: 0.944rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.no-touch .block-list-link .list-item a:hover {
	color: #e04648;
}

@media only screen and (max-width:991px) {
	.block-list-link {
		padding: 2.444rem 0 3.333rem 0;
	}

	.block-list-link .title-list {
		margin-bottom: 2.778rem;
	}

	.block-list-link .list-item li {
		font-size: 1.286rem;
		padding-bottom: 1.389rem;
		margin-bottom: 1.389rem;
		line-height: 1.444rem;
	}

	.block-list-link .list-item a .trina-icon {
		font-size: 1.429rem;
	}
}

footer {
	background-color: #282828;
	position: relative;
	z-index: 1;
}

.footer-navigation {
	background-color: #313133;
}

.footer-navigation a {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.722rem;
}

.footer-navigation .bottom-nav {
	float: left;
	padding: 16px 0 16px 15px;
}

.footer-navigation .bottom-link li {
	display: inline-block;
	padding-right: 30px;
}

.footer-navigation .bottom-link li a {
	color: #fff;
}

.no-touch .footer-navigation .bottom-link li a:hover {
	color: #a1a1a2;
}

.footer-navigation .social-footer {
	float: right;
	padding-right: 15px;
}

.footer-navigation .legal-link,
.footer-navigation .social-link {
	float: left;
}

.footer-navigation .legal-link {
	padding: 19px 0 16px 0;
}

.footer-navigation .legal-link li {
	float: left;
	margin-left: 20px;
}

.footer-navigation .legal-link li a {
	color: #9c9c9c;
}

.footer-navigation .legal-link li:first-child {
	margin-left: 0;
}

.footer-navigation .social-link {
	margin-left: 30px;
	max-width: 222px;
}

.footer-navigation .social-link li {
	display: inline-block;
	margin: 11px 0 8px 10px;
}

.footer-navigation .social-link li img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.footer-navigation .social-link li .trina-icon {
	font-size: 1.667rem;
	color: #a1a1a2;
}

@media only screen and (max-width:1199px) {
	.footer-navigation .social-link {
		margin-left: 10px;
	}

	.footer-navigation .social-link li {
		margin-left: 10px;
	}

	.footer-navigation .social-footer {
		padding-right: 0;
	}

	.footer-navigation .bottom-nav {
		padding-left: 0;
	}
}

@media only screen and (max-width:991px) {
	.footer-navigation {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer-navigation a {
		font-size: 0.929rem;
	}

	.footer-navigation .bottom-link {
		margin-right: -15px;
		margin-left: -15px;
		overflow: hidden;
	}

	.footer-navigation .bottom-link li {
		float: left;
		width: 50%;
		padding: 15px;
		box-sizing: border-box;
	}

	.footer-navigation .bottom-link li:nth-child(2n-1) {
		clear: both;
	}

	.footer-navigation .social-footer,
	.footer-navigation .bottom-nav,
	.footer-navigation .legal-link,
	.footer-navigation .social-link {
		float: none;
	}

	.footer-navigation .social-footer {
		padding-top: 0;
		padding-bottom: 0;
	}

	.footer-navigation .legal-link {
		padding: 30px 0;
		border-top: 1px solid #5a5a5c;
		overflow: hidden;
	}

	.footer-navigation .legal-link li {
		float: left;
		width: 50%;
		padding-left: 15px;
		margin-left: 0;
	}

	.footer-navigation .legal-link li:first-child {
		padding-right: 15px;
		padding-left: 0;
	}

	.footer-navigation .social-link {
		max-width: none;
		padding-top: 30px;
		border-top: 1px solid #5a5a5c;
		margin-left: -10px;
		margin-right: -10px;
	}

	.footer-navigation .social-link li {
		position: relative;
		float: left;
		width: 20%;
		min-height: 1px;
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 0 30px;
		text-align: center;
	}

	.footer-navigation .social-link li img {
		width: 45px;
		height: 45px;
	}

	.footer-navigation .social-link li .trina-icon {
		font-size: 3.214rem;
	}
}

.gallery-block {
	padding-top: 80px;
	padding-bottom: 80px;
}

.gallery-block .slick-arrow {
	position: absolute;
	bottom: 12px;
	width: 17px;
	height: 28px;
	border: none;
}

.gallery-block .slick-arrow .trina-icon {
	font-size: 1.556rem;
	color: #fb4d4f;
}

.gallery-block .slick-arrow.slick-disabled {
	display: none !important;
}

.gallery-block .slick-arrow.slick-next {
	right: 0;
}

.gallery-block .slick-arrow.slick-prev {
	left: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.gallery-slider {
	padding-left: 40px;
	padding-right: 40px;
}

.gallery-slider .img-thumb {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.gallery-slider .img-thumb .cell {
	display: table-cell;
	vertical-align: middle;
}

.gallery-slider .img-thumb .cell img {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.main-slider {
	position: static;
}

.main-slider .gallery-item {
	position: relative;
	background-color: #eee;
}

.no-touch .main-slider .gallery-item:hover .caption {
	opacity: 1;
}

.main-slider .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 24px;
	display: block;
	color: #fff;
	font-size: 0.778rem;
	font-family: 'helvetica-neue-ltstd', sans-serif;
	background-color: rgba(49, 49, 51, 0.8);
	opacity: 0;
	transition: all 0.2s;
}

.main-slider .caption .gal-count {
	margin-bottom: 10px;
	font-size: 0.778rem;
	font-family: 'helvetica-neue-ltstd', sans-serif;
	font-weight: bold;
	color: #fff;
}

.gallery-control {
	position: relative;
}

.gallery-control .slick-list {
	margin-right: -10px;
	margin-left: -10px;
}

.gallery-control .slick-track {
	overflow: hidden;
	padding: 15px 0;
	height: 100px;
}

.gallery-control .slick-track .item {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.gallery-control .slick-track .item .cell {
	background-color: #eee;
	border: 3px solid transparent;
}

.gallery-control .slick-track .item .cell img {
	max-width: 100%;
	height: 100%;
}

.gallery-control .slick-track .item.slick-current .cell {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: all 0.2s;
	border-color: #fb4d4f;
}

@media (max-width:991px) {
	.gallery-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.gallery-block .gallery-slider {
		position: relative;
		padding-left: 20px;
		padding-right: 20px;
	}

	.gallery-block .slick-arrow {
		top: 50%;
		bottom: auto !important;
		margin-top: -12px;
		width: 15px;
		height: 23px;
	}

	.gallery-block .slick-arrow.slick-prev {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.gallery-block .caption {
		padding: 12px 10px;
		font-size: 0.857rem;
		transition: opacity 0.4s;
	}

	.gallery-block .btn-close {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		width: 40px;
		height: 40px;
		text-align: center;
		background-color: #fb4d4f;
		opacity: 0;
		transition: opacity 0.4s;
	}

	.gallery-block .btn-close .trina-icon {
		color: white;
		margin-top: 9px;
		font-size: 1.429rem;
		display: inline-block;
		vertical-align: middle;
	}

	.gallery-slider {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		height: 0;
		transition: all 0.4s ease-in-out;
	}

	.m-effect-detail .caption,
	.m-effect-detail .btn-close {
		opacity: 1;
	}

	.m-effect-slider {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		height: auto;
		transition: all 0.4s ease-in-out;
	}
}

.partner-card {
	background-color: #398cb1;
	padding: 1.667rem 1.667rem 2.222rem 1.667rem;
}

.partner-card div[class^="col"] {
	padding: 1.667rem;
}

.partner-card .item {
	background-color: #fff;
	position: relative;
	padding: 1.667rem;
}

.partner-card .title {
	line-height: 2.111rem;
	margin-bottom: 1.111rem;
}

.partner-card .description {
	font-size: 0.833rem;
	line-height: 1.389rem;
}

.partner-card .list-info {
	border-top: 2px solid #dfdfdf;
	margin-top: 1.667rem;
	padding-top: 1.944rem;
}

.partner-card .list-info li {
	margin-bottom: 2.222rem;
	position: relative;
}

.partner-card .list-info li:last-child {
	margin-bottom: 0.278rem;
}

.partner-card .list-info li span {
	display: inline-block;
	word-break: break-all;
}

.partner-card .list-info a {
	padding-left: 2.944rem;
	display: block;
	line-height: 1.389rem;
	transition: all 0.2s linear;
}

.no-touch .partner-card .list-info a:hover {
	color: #e04648;
}

.partner-card .list-info .trina-icon {
	color: #398cb1;
	font-size: 2.778rem;
	position: absolute;
	top: -11px;
	left: -7px;
}

.partner-card .list-info .btn-viewmap {
	font-family: 'helvetica-neue-ltstd-md', sans-serif;
}

.partner-card .btn-link {
	color: #fff;
	margin-top: 0.556rem;
}

.no-touch .partner-card .btn-link:hover {
	color: #e04648;
}

.partner-card .btn-link .icon-arrows:before {
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media only screen and (max-width:991px) {
	.partner-card {
		padding: 0.833rem 0.722rem 1.667rem 0.722rem;
	}

	.partner-card div[class^="col"] {
		padding: 0.722rem;
	}

	.partner-card .title {
		margin-bottom: 0.556rem;
	}

	.partner-card .item {
		padding: 1.333rem;
	}

	.partner-card .description {
		font-size: 0.857rem;
	}

	.partner-card .list-info {
		margin-top: 1.111rem;
		padding-top: 1.667rem;
	}

	.partner-card .list-info .trina-icon {
		font-size: 2.857rem;
	}

	.partner-card .list-info li {
		margin-bottom: 1.944rem;
	}

	.partner-card .list-info .trina-icon {
		top: -10px;
		left: -5px;
	}

	.partner-card .btn-more {
		background-size: 12px auto;
	}
}

.find-map {
	padding-top: 2.778rem;
}

.find-map .inner-frm {
	text-align: center;
	max-width: 460px;
	margin: 0 auto;
}

.map-block {
	position: relative;
	min-height: 600px;
	margin-top: 2.778rem;
}

.map-block .map-canvas {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}

.map-block .tooltip-content {
	text-align: left;
	min-width: 200px;
	min-height: 75px;
	line-height: 1.3;
}

.map-block .tooltip-content .station-name {
	font-family: 'lato-bold', sans-serif;
}

.frm-find-installer {
	margin-top: 1.944rem;
}

.frm-find-installer .frm-control,
.frm-find-installer .button-item {
	height: 60px;
	margin: 0;
}

.frm-find-installer .frm-control {
	border-right: 0;
	width: 100%;
	padding: 19px 20px;
}

.frm-find-installer .frm-control:-moz-placeholder {
	color: #575759;
	font-style: normal;
	line-height: normal;
}

.frm-find-installer .frm-control::-moz-placeholder {
	color: #575759;
	font-style: normal;
	line-height: normal;
}

.frm-find-installer .frm-control:-ms-input-placeholder {
	color: #575759;
	font-style: normal;
	line-height: normal;
}

.frm-find-installer .frm-control::-webkit-input-placeholder {
	color: #575759;
	font-style: normal;
	line-height: normal;
}

.frm-find-installer .button-item {
	background-color: #fb4d4f;
	color: #fff;
	border: none;
	outline: none;
	padding: 10px 20px;
	transition: all 0.2s linear;
}

.no-touch .frm-find-installer .button-item:hover {
	background-color: #e04648;
}

.frm-find-installer .frm-button {
	float: right;
}

.frm-find-installer .input-item {
	overflow: hidden;
}

@media only screen and (max-width:991px) {
	.find-map {
		padding-top: 2.222rem;
	}

	.find-map .inner-frm {
		padding: 0 1.389rem;
	}

	.map-block {
		margin-top: 2.222rem;
		min-height: 300px;
	}

	.frm-find-installer {
		margin-top: 1.667rem;
	}

	.frm-find-installer .frm-control,
	.frm-find-installer .button-item {
		height: 45px;
	}

	.frm-find-installer .frm-control {
		padding: 12px 10px 10px 10px;
	}

	.frm-find-installer .button-item {
		padding: 10px 15px;
	}
}

.filter-control-block {
	padding-top: 34px;
	padding-bottom: 30px;
	background-color: #eee;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.filter-control-block .filter-group {
	position: relative;
	min-height: 50px;
	overflow: hidden;
}

.filter-control-block .heading {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
}

.filter-control-block .heading .filter-title {
	font-size: 0.778rem !important;
	color: #313133;
}

.filter-control-block .filter-items {
	padding-left: 120px;
	margin-left: -12px;
	margin-right: -12px;
	overflow: hidden;
}

.filter-control-block .filter-items .item {
	float: left;
	width: 20%;
	padding: 7px 12px;
}

.filter-control-block .filter-items .fitem {
	float: left;
	padding: 7px 12px;
	width: 31%;
}

.filter-control-block .filter-items .checkbox .label-control {
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
}

.filter-control-block .filter-items .elm-custom input[type="checkbox"]:checked label {
	background-color: #fb4d4f;
}

.filter-control-block.project {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.filter-control-block.project .heading {
	vertical-align: top;
	position: static;
	display: inline-block;
	padding-right: 1.111rem;
	-webkit-transform: translatey(0);
	-ms-transform: translatey(0);
	transform: translatey(0);
}

.filter-control-block.project .heading .filter-title {
	font-size: 0.833rem !important;
}

.filter-control-block.project .project-type {
	display: inline-block;
}

.filter-control-block.project .project-type .item-type {
	position: relative;
	margin: 0 0.833rem;
	display: inline-block;
	width: 240px;
}

.filter-control-block.project .project-type .dropdown-options {
	text-transform: uppercase;
}

.filter-control-block.project .project-type .dropdown-control {
	font-family: 'lato-bold', sans-serif;
	font-size: 0.833rem;
	color: #9c9c9c;
	border: 2px solid #d6d6d6;
	padding: 0 50px 0 20px;
}

.filter-control-block.project .project-type .dropdown-control .trina-icon {
	font-size: 1.111rem;
	color: #fb4d4f;
	position: absolute;
	top: 16px;
	right: 20px;
	transition: all 0.4s;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.filter-control-block.project .project-type .dropdown-control.focus .trina-icon {
	display: block;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.filter-control-block.project .project-type .option-list {
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	z-index: 7;
	max-height: 150px;
	overflow-y: auto;
	width: 240px;
}

.filter-control-block.project .project-type .option-list li {
	font-family: 'lato-bold', sans-serif;
	background-color: #fff;
	font-size: 0.833rem;
	padding: 15px 20px;
	cursor: pointer;
	border-top: 1px solid #eee;
}

.filter-control-block.project .filter-group,
.filter-control-block.project .filter-items {
	overflow: inherit;
}

.filter-control-block.project .filter-items {
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
}

@media (max-width:1199px) {
	.filter-control-block .checkbox-custom .label-control {
		padding: 16px 5px;
	}

	.filter-control-block.project .filter-items .item {
		width: auto;
	}
}

@media (max-width:991px) {
	.filter-control-block {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.filter-control-block .heading {
		position: static;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.filter-control-block .heading .filter-title {
		font-size: 1.286rem;
		font-variant-ligatures: no-common-ligatures;
		-moz-font-variant-ligatures: no-common-ligatures;
		-webkit-font-variant-ligatures: no-common-ligatures;
	}

	.filter-control-block .heading .filter-items {
		padding-top: 10px;
	}

	.filter-control-block .filter-group {
		min-height: 0;
	}

	.filter-control-block .filter-group.open {
		padding-bottom: 10px;
	}

	.filter-control-block .filter-group.open .trina-icon {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.filter-control-block .btn-accordion {
		position: absolute;
		top: 3px;
		right: 0;
		padding: 0;
		width: 35px;
		height: 35px;
		background-color: transparent;
		border: none;
	}

	.filter-control-block .trina-icon {
		color: #fb4d4f;
		display: inline-block;
		font-size: 2.143rem;
		transition: all 0.5s;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.filter-control-block .filter-title {
		float: none;
		padding-right: 40px;
		font-size: 1.286rem;
	}

	.filter-control-block .filter-items {
		float: none;
		display: none;
		margin-right: -10px;
		margin-left: -10px;
		padding-left: 0;
		overflow: hidden;
	}

	.filter-control-block .filter-items .item {
		padding: 0 10px;
		width: 50%;
	}

	.filter-control-block .filter-items .fitem {
		padding: 0 10px;
		width: 50%;
	}

	.filter-control-block .checkbox {
		margin-top: 20px;
	}

	.filter-control-block .checkbox .label-control {
		width: 100%;
		height: 43px;
		padding: 15px 5px;
		font-size: 0.929rem;
		background-color: #fff;
	}

	.filter-control-block.project {
		text-align: left;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.filter-control-block.project .filter-items {
		display: block;
	}

	.filter-control-block.project .filter-project-group.open .heading .trina-icon {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.filter-control-block.project .heading {
		width: 100%;
	}

	.filter-control-block.project .heading .filter-title {
		font-size: 1.286rem;
	}

	.filter-control-block.project .heading .filter-items {
		padding-top: 25px;
	}

	.filter-control-block.project .project-type {
		margin-top: 18px;
		width: 100%;
		display: block;
	}

	.filter-control-block.project .project-type .item-type {
		width: 100%;
		margin: 0.556rem 0;
	}

	.filter-control-block.project .project-type .option-list {
		position: static;
		width: 100%;
	}

	.filter-control-block.project .project-type .dropdown-control {
		background: #fff;
		border: 1px solid #d6d6d6;
		font-size: 0.722rem;
	}

	.filter-control-block.project .project-type .option-list li {
		font-size: 0.722rem;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.contact-block .desc {
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'lato-regular', sans-serif;
	font-size: 1.111rem;
	line-height: 2.222rem;
	color: #313133;
}

.contact-block .row-custom {
	margin-bottom: 50px;
}

.filter-contact {
	padding-top: 50px;
	text-align: center;
	background-color: #313133;
}

.filter-contact .title,
.filter-contact .dropdown-options {
	display: inline-block;
	vertical-align: top;
}

.filter-contact .title,
.filter-contact .dropdown-control .text,
.filter-contact .option-list li {
	font-size: 2.222rem;
	line-height: 2.778rem;
}

.filter-contact .title {
	min-width: 250px;
	padding-right: 25px;
	color: #fff;
	font-family: 'lato-regular', sans-serif;
	text-align: right;
	cursor: text;
}

.filter-contact .dropdown-options {
	width: 430px;
	border-bottom: 2px solid #c7e6f4;
}

.filter-contact .dropdown-control .text,
.filter-contact .option-list li {
	color: #c7e6f4;
	font-family: 'lato-light', sans-serif;
	cursor: pointer;
}

.contact-result {
	padding-bottom: 100px;
	margin-top: 50px;
	display: none;
}

.contact-result .desc,
.contact-result .link-block,
.contact-result .button-block {
	padding-bottom: 35px;
}

.contact-result .desc {
	padding-top: 0;
}

.contact-result .form-group .frm-control,
.contact-result .form-group .textarea {
	color: #5a5a5c;
	margin-top: 10px;
	padding: 15px 10px;
	line-height: inherit;
}

.contact-result .form-group .form-item {
	margin: 0;
}

.contact-result .form-group .form-item label {
	padding: 1px 0;
	line-height: 20px;
}

.contact-result .form-group .form-required {
	color: #5a5a5c;
}

.contact-result .form-group .form-item input.error,
.contact-result .form-group .form-item textarea.error,
.contact-result .form-group .form-item select.error {
	border: 1px solid #fb4d4f;
}

.form-block {
	max-width: 700px;
	margin: 0 auto;
}

.form-block .block-center .btn-primary {
	min-width: 220px;
}

@media (max-width:991px) {
	.filter-contact .title {
		min-width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}

	.filter-contact .dropdown-options {
		display: block;
		width: 100%;
	}

	.filter-contact .dropdown-control .text,
	.filter-contact .option-list li {
		font-size: 2.143rem;
	}

	.filter-contact .dropdown-options .dropdown-control {
		min-height: 40px;
	}

	.contact-result {
		padding-bottom: 60px;
	}
}

.tabbed-image {
	text-align: center;
	position: relative;
}

.tabbed-image .title {
	margin-top: -3.889rem;
	margin-bottom: 0.278rem;
	line-height: 4.444rem;
}

.tabbed-image .color-white {
	color: #fff;
}

.tabbed-image img {
	width: 100%;
	vertical-align: middle;
}

.tabbed-image .thumb {
	overflow: hidden;
	transition: ease-in-out 0.2s;
}

.tabbed-image .tabbed-area {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.tabbed-image .outer {
	display: table;
	width: 100%;
	height: 100%;
}

.tabbed-image .inner {
	display: table-cell;
	vertical-align: middle;
}

.tabbed-block .title {
	text-align: center;
}

.tabbed-block .title a {
	color: #fff;
	display: block;
}

.tabbed-block .title span {
	display: block;
}

.tabbed-block .title span:nth-of-type(2) {
	font-size: 1.111rem;
	margin-top: 0.556rem;
	text-transform: uppercase;
}

.nav-tabs .title,
.accordion-heading .inner .title {
	font-size: 1.556rem;
}

.nav-tabs {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.nav-tabs li {
	background: #398cb1;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	transition: ease-in-out 0.2s;
}

.nav-tabs li li:before {
	content: "";
	background: url(/uploads/image/wsdttimages/border-table.png);
	width: 1px;
	position: absolute;
	left: 0;
	top: 10%;
	bottom: 10%;
}

.nav-tabs li a {
	padding: 2.556rem 0.556rem;
	word-break: break-all;
}

.nav-tabs li a .trina-icon {
	display: none;
	-webkit-transform: rotate(90deg) translate(-49%, 0);
	-ms-transform: rotate(90deg) translate(-49%, 0);
	transform: rotate(90deg) translate(-49%, 0);
	font-size: 12px;
	position: absolute;
	bottom: 15px;
	left: 49%;
}

.nav-tabs li:hover,
.nav-tabs li.active {
	background: #fff;
}

.nav-tabs li:hover a,
.nav-tabs li.active a {
	color: #398cb1;
	position: relative;
}

.nav-tabs li:hover a .trina-icon,
.nav-tabs li.active a .trina-icon {
	display: block;
}

.accordion-group.opened .accordion-body {
	display: block;
}

.accordion-group .accordion-heading,
.accordion-group .accordion-body {
	display: none;
}

.accordion-group .accordion-body {
	font-size: 0;
	text-align: center;
	position: relative;
	padding: 3.889rem 0 2.778rem 0;
}

.accordion-group .accordion-body div[class^="col"] {
	vertical-align: top;
	padding: 0 1.111rem;
	display: inline-block;
	float: none;
}

.accordion-group .item {
	font-size: 1rem;
	margin-bottom: 1.667rem;
}

.accordion-group .item .name,
.accordion-group .item .code {
	color: #398cb1;
}

.accordion-group .item .name {
	margin-bottom: 0.556rem;
}

.accordion-group .item .code {
	text-transform: uppercase;
}

.accordion-group .item .thumb {
	margin-bottom: 1.389rem;
}

.accordion-group .item .thumb img {
	max-width: 100%;
	display: inline-block;
}

.accordion-group .description {
	margin-top: 1.111rem;
}

.accordion-group .description li {
	border-bottom: 1px solid #eee;
	padding: 1rem 0.278rem;
}

.accordion-group .description li:first-child {
	border-top: 1px solid #eee;
}

.accordion-group .description li>span {
	font-family: 'helvetica-neue-ltstd-md', sans-serif;
}

.accordion-group .description .best-for {
	line-height: 1.667rem;
	font-family: 'helvetica-neue-ltstd-ltlt', sans-serif;
}

.accordion-group .description .best-for .best {
	font-family: 'helvetica-neue-ltstd-mdlt', sans-serif;
}

@media only screen and (max-width:991px) {
	.tabbed-image .tabbed-area {
		position: inherit;
		padding: 2.222rem 1.111rem;
	}

	.tabbed-image .tabbed-area .title {
		color: #000;
	}

	.tabbed-image .title {
		margin-top: 0;
		line-height: 3.333rem;
	}

	.nav-tabs .title,
	.accordion-heading .inner .title {
		font-size: 1.571rem;
	}

	.tabbed-block .title a:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.tabbed-block .title span:nth-of-type(2) {
		font-size: 1.286rem;
		margin-top: 0.389rem;
	}

	.accordion-group {
		border-bottom: 2px solid #fff;
	}

	.accordion-group.opened .accordion-heading .icon-arrows {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.accordion-group .accordion-heading {
		background-color: #398cb1;
		position: relative;
		display: block;
	}

	.accordion-group .accordion-heading .thumb img {
		width: 100%;
		display: block;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}

	.accordion-group .accordion-heading .inner {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.accordion-group .accordion-heading .icon-arrows {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		padding: 0.389rem;
		margin-top: 0.278rem;
		font-size: 1.143rem;
	}

	.accordion-group .accordion-body {
		padding: 3.167rem 1.667rem 2.778rem 1.667rem;
	}

	.accordion-group .accordion-body .thumb {
		width: 100%;
	}

	.accordion-group .item {
		font-size: 1rem;
		margin-bottom: 0;
	}

	.accordion-group .item .thumb {
		margin-bottom: 0.833rem;
	}

	.accordion-group .description li {
		padding: 0.833rem 0.556rem;
	}

	.accordion-group .description .best-for {
		line-height: 1.389rem;
	}

	.accordion-group .slick-arrow {
		top: 195px;
		width: 15px;
		height: 25px;
	}

	.accordion-group .slick-arrow .trina-icon {
		color: #fb4d4f;
		font-size: 1.429rem;
	}

	.accordion-group .slick-arrow.slick-prev {
		left: -15px;
	}

	.accordion-group .slick-arrow.slick-next {
		right: -15px;
	}

	.accordion-group .slick-arrow.slick-disabled {
		display: none !important;
	}
}

.form-confirm-block {
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 500px;
}

.form-confirm-block .confirm-title {
	font-family: 'lato-bold', sans-serif;
}

.form-confirm-block .description {
	padding-top: 15px;
}

.contact-info-block {
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

.item-info {
	padding-top: 40px;
}

.item-info .heading .info-title {
	font-size: 2.111rem;
}

.item-info .region-detail {
	padding-top: 50px;
}

.item-info .region-detail .address {
	margin-bottom: 30px;
	font-family: 'helvetica-neue-ltstd', sans-serif;
	line-height: 1.556rem;
}

.item-info .region-detail .address strong {
	display: block;
}

.global-info {
	width: 41.7%;
	float: left;
	padding-left: 10px;
	padding-right: 40px;
	min-height: 300px;
	text-align: right;
	color: #fff;
}

.global-info .heading .info-title {
	color: #fff;
}

.global-info .region-detail a {
	color: #fff;
	text-decoration: underline;
}

.region-info {
	padding-right: 10px;
	padding-left: 40px;
	overflow: hidden;
}

.region-info .heading .info-title {
	float: left;
}

.region-info .heading .dropdown-options {
	display: none;
}

.region-info .region-detail {
	color: #5a5a5c;
}

.region-info .region-detail .item-detail {
	display: none;
}

.region-info .region-detail .item-detail.opened {
	display: block;
}

.office-list {
	padding-top: 15px;
	overflow: hidden;
}

.office-list li {
	float: left;
	margin-left: 20px;
	transition: ease-in-out 0.2s;
}

.office-list li a {
	font-family: 'lato-bold', sans-serif;
	color: #313133;
}

.office-list li.active a,
.no-touch .office-list li a:hover {
	color: #398cb1;
}

.contact-list li {
	margin-bottom: 8px;
}

.contact-list li .trina-icon {
	margin-right: 7px;
	margin-left: -5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 2.778rem;
}

.contact-list li.email a {
	text-decoration: underline;
}

.contact-list li:last-child {
	margin-bottom: 0;
}

@media (max-width:991px) {
	.form-block {
		max-width: 100%;
	}

	.contact-info-block {
		display: table;
		table-layout: fixed;
		width: 100%;
		border-bottom: 2px solid #fff;
	}

	.item-info {
		width: 100%;
		padding: 35px 15px;
	}

	.item-info .region-detail {
		padding-top: 40px;
	}

	.item-info .region-detail .address {
		margin-bottom: 20px;
	}

	.global-info {
		float: none;
		display: table-footer-group;
		text-align: left;
	}

	.global-info .heading {
		padding: 30px 20px;
	}

	.global-info .region-detail {
		padding: 0 20px 25px;
	}

	.region-info .region-detail {
		min-height: 180px;
	}

	.region-info .heading {
		width: 100%;
	}

	.region-info .heading:before,
	.region-info .heading:after {
		display: table;
		content: "";
	}

	.region-info .heading:after {
		clear: both;
	}

	.region-info .heading .info-title {
		float: left;
		font-size: 2.286rem;
		line-height: 45px;
	}

	.region-info .heading .office-name {
		width: 60%;
		float: right;
	}

	.region-info .heading .dropdown-options {
		display: block;
		width: 100%;
		position: relative;
		overflow: visible;
	}

	.region-info .heading .dropdown-options .dropdown-control {
		min-height: 45px;
		background-color: #fff;
	}

	.region-info .heading .dropdown-options .dropdown-control .text {
		max-width: 100%;
		display: block;
		padding-left: 15px;
		padding-right: 25px;
		font-size: 1.286rem;
		line-height: 45px;
		color: #398cb1;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.region-info .heading .dropdown-options .dropdown-control .caret {
		top: 0;
		padding-top: 17px;
		text-align: center;
		width: 45px;
		height: 100%;
		background-color: #fb4d4f;
	}

	.region-info .heading .dropdown-options .option-list {
		position: absolute;
		top: 45px;
		left: 0;
		right: 0;
		z-index: 10;
		max-height: 150px;
		overflow-y: auto;
	}

	.region-info .heading .dropdown-options .option-list li {
		padding: 15px;
		cursor: pointer;
		background-color: #fff;
		border-top: 1px solid #eee;
	}

	.contact-list li {
		margin-bottom: 10px;
	}

	.contact-list li .trina-icon {
		margin-right: 5px;
		font-size: 2.857rem;
	}
}

.tool-block .cross-link .description {
	max-width: 410px;
	margin: 0 auto;
}

.tool-block .recommendation {
	display: none;
	position: relative;
}

.tool-block .recommendation .arrow-down-block:before {
	content: "";
	position: absolute;
	bottom: -17px;
	left: 50%;
	z-index: 1;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	border-left: 57px solid transparent;
	border-right: 57px solid transparent;
	border-top: 17px solid #fff;
}

.opened .arrow-down-block {
	position: relative;
}

.opened .arrow-down-block:before {
	content: "";
	position: absolute;
	bottom: -17px;
	left: 50%;
	z-index: 1;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	border-left: 57px solid transparent;
	border-right: 57px solid transparent;
	border-top: 17px solid #fff;
}

.media {
	display: table;
	table-layout: fixed;
}

.media .media-title {
	margin-bottom: 25px;
}

.media .media-title a {
	color: #313133;
	transition: all 0.2s;
}

.no-touch .media .media-title a:hover {
	color: #e04648;
}

.media .media-right,
.media .media-left,
.media .media-body {
	display: table-cell;
	vertical-align: middle;
}

.media .media-body {
	padding-right: 55px;
	overflow: hidden;
	line-height: 1.333rem;
}

.media .btn-link {
	margin-top: 25px;
}

.default-block .description {
	padding-top: 60px;
	padding-bottom: 50px;
}

.default-block .description .container {
	max-width: 850px;
}

.default-block .description .title-heading {
	margin-bottom: 30px;
	color: #398cb1;
}

.default-block .description p {
	line-height: 1.667rem;
}

.default-block .question-group {
	padding-top: 95px;
	padding-bottom: 50px;
}

.default-block .question-group .arrow-down-block {
	position: relative;
}

.default-block .question-group .arrow-down-block:before {
	content: "";
	position: absolute;
	bottom: -17px;
	left: 50%;
	z-index: 1;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	border-left: 57px solid transparent;
	border-right: 57px solid transparent;
	border-top: 17px solid #fff;
}

.default-block .question-group.arrow-down-block:before {
	border-top-color: #eee;
}

.default-block .question-block {
	position: relative;
	padding: 60px 10px 10px;
	margin-bottom: 95px;
	background-color: #fff;
}

.default-block .question-block:last-child {
	margin-bottom: 0;
}

.default-block .question-block .question-title {
	margin-bottom: 25px;
	line-height: 1.667rem;
}

.default-block .question-block .radio-group {
	margin-right: -5px;
	margin-left: -5px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.default-block .question-block .radio-group .item {
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
}

.default-block .question-block .radio-group .item,
.default-block .question-block .radio-group .elm-custom,
.default-block .question-block .radio-group .label-control {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.default-block .question-block .radiobox input[type="radio"]:checked label {
	color: #fff;
}

.default-block .question-block .radiobox .label-control {
	height: auto;
	font-size: 1.111rem;
	line-height: 1.2;
	color: #313133;
	white-space: normal;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.default-block .question-block .icon-img {
	position: absolute;
	top: -45px;
	left: 50%;
	width: 90px;
	height: 90px;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	overflow: hidden;
}

.suitable-panel {
	padding-top: 50px;
}

.suitable-panel .rec-title {
	margin-bottom: 60px;
	font-family: 'lato-bold', sans-serif;
}

.suitable-panel .media-left {
	width: 250px;
	max-width: 250px;
}

.suitable-panel .media-body {
	padding-left: 60px;
	padding-right: 0;
	color: #5a5a5c;
	line-height: 1.667rem;
}

.suitable-panel .media-body .media-title {
	color: #398cb1;
	margin-bottom: 20px;
}

.suitable-panel .media-body .media-info {
	padding: 25px 30px;
	margin-top: 25px;
	font-size: 0.833rem;
	line-height: 1.333rem;
}

.cross-sell {
	padding-top: 60px;
	padding-bottom: 50px;
	margin-top: 60px;
	border-top: 2px solid #eee;
}

.cross-sell .cross-sell-title {
	margin-bottom: 45px;
	font-size: 1.111rem;
	font-family: 'lato-bold', sans-serif;
}

.cross-sell .media-right {
	width: 335px;
	max-width: 335px;
}

.next-steps-block {
	padding-top: 50px;
	padding-bottom: 50px;
}

.next-steps-block .next-step {
	padding-left: 70px;
	padding-right: 70px;
}

.next-steps-block .next-step .next-step-title,
.next-steps-block .next-step .desc {
	margin-bottom: 40px;
}

.next-steps-block .next-step .desc {
	line-height: 1.667rem;
}

.next-steps-block .further-step {
	padding-top: 50px;
	margin: 50px -25px 0;
	border-top: 2px solid #fff;
}

.next-steps-block .further-step .step-item {
	width: 50%;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}

.next-steps-block .further-step .step-item .heading {
	display: table;
	margin-bottom: 20px;
	overflow: hidden;
}

.next-steps-block .further-step .step-item .heading .icon-img,
.next-steps-block .further-step .step-item .heading .further-title {
	display: table-cell;
	vertical-align: middle;
}

.next-steps-block .further-step .step-item .heading .icon-img {
	width: 70px;
	height: 70px;
	max-width: 70px;
	overflow: hidden;
}

.next-steps-block .further-step .step-item .heading .trina-icon {
	font-size: 3.889rem;
}

.next-steps-block .further-step .step-item .heading .further-title {
	padding-left: 15px;
	font-size: 1.111rem;
	overflow: hidden;
}

.next-steps-block .further-step .step-item .content {
	font-size: 0.833rem;
	line-height: 1.333rem;
}

.next-steps-block .further-step .step-item .content .btn-link {
	margin-top: 15px;
	font-size: 1rem;
}

@media (min-width:768px) {
	.next-steps-block .next-step .desc {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:991px) {
	.arrow-down-block:before {
		bottom: -14px;
		border-left-width: 45px;
		border-right-width: 45px;
		border-top-width: 14px;
	}

	.media {
		display: block;
	}

	.media .media-left,
	.media .media-body {
		display: block;
	}

	.default-block .description {
		padding-bottom: 45px;
	}

	.default-block .question-group {
		padding-top: 80px;
		padding-bottom: 30px;
	}

	.default-block .question-block {
		padding-top: 50px;
		margin-bottom: 80px;
	}

	.default-block .question-block .radiobox .label-control {
		font-size: 1.286rem;
	}

	.default-block .question-block .icon-img {
		top: -37px;
		width: 75px;
		height: 75px;
	}

	.suitable-panel .rec-title {
		margin-bottom: 30px;
		line-height: 1.714rem;
	}

	.suitable-panel .media-left {
		text-align: center;
		width: 100%;
		max-width: 100%;
	}

	.suitable-panel .media-body {
		padding-left: 0;
		padding-top: 35px;
	}

	.suitable-panel .media-body .media-info {
		padding: 10px 20px;
	}

	.cross-sell {
		padding-top: 35px;
		margin-top: 35px;
	}

	.cross-sell .media {
		display: table;
	}

	.cross-sell .media .media-right {
		text-align: center;
		display: table-header-group;
	}

	.cross-sell .media .media-body {
		padding-top: 70px;
	}

	.next-steps-block .next-step {
		padding-left: 0;
		padding-right: 0;
	}

	.next-steps-block .next-step .next-step-title,
	.next-steps-block .next-step .desc {
		margin-bottom: 30px;
	}

	.next-steps-block .further-step {
		margin: 0;
		border-top: none;
	}

	.next-steps-block .further-step .step-item {
		width: 100%;
		margin-bottom: 60px;
		float: none;
	}

	.next-steps-block .further-step .step-item:last-child {
		margin-bottom: 0;
	}

	.next-steps-block .further-step .step-item .heading .icon-img {
		width: 60px;
		height: 60px;
	}

	.next-steps-block .further-step .step-item .heading .trina-icon {
		font-size: 4.286rem;
	}

	.next-steps-block .further-step .step-item .heading .further-title {
		font-size: 1.286rem;
	}
}

.social-block {
	text-align: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 1.111rem 0;
	padding: 1.278rem 0;
}

.social-block .title-heading,
.social-block .social-sharing {
	display: inline-block;
	vertical-align: middle;
}

.social-block .title-heading {
	padding-right: 0.556rem;
	margin: 0.556rem 0;
}

.social-block .social-sharing {
	overflow: hidden;
}

.social-block .social-sharing li {
	float: left;
	margin: 0.556rem 0.333rem;
}

.social-block .social-sharing .trina-icon {
	font-size: 2.5rem;
	position: relative;
}

.social-block .social-sharing .icon-facebook-circle {
	color: #36589b;
}

.social-block .social-sharing .icon-twitter-circle {
	color: #31aae1;
}

.social-block .social-sharing .icon-linkedin-circle {
	color: #0e689b;
}

.social-block .social-sharing .icon-google-circle {
	color: #da4b39;
}

.social-block .social-sharing .icon-mail-2-circle {
	color: #3c3c3b;
}

.social-block .social-sharing .stbutton {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	margin: 0;
}

.social-block .social-sharing .stlarge {
	display: none;
}

@media only screen and (max-width:991px) {
	.social-block {
		border-top: 1.5px solid #eee;
		border-bottom: 1.5px solid #eee;
		padding: 25px 10px;
	}

	.social-block .title-heading {
		width: 100%;
		margin-bottom: 1.111rem;
	}

	.card-popover {
		height: auto !important;
	}

	.social-block .social-sharing {
		margin-left: -10px;
		margin-right: -10px;
	}

	.social-block .social-sharing li {
		margin: 0.556rem;
	}

	.social-block .social-sharing .trina-icon {
		font-size: 3.571rem;
	}

	.social-block .social-sharing .stbutton {
		width: 50px;
		height: 50px;
	}
}

.download-item {
	border-top: 2px solid #eee;
	overflow: hidden;
	position: relative;
	display: table;
	width: 100%;
	padding: 1.944rem 0;
	margin-bottom: 2.778rem;
}

.download-item a {
	transition: all 0.2s linear;
}

.no-touch .download-item a:hover .title,
.no-touch .download-item a:hover .description,
.no-touch .download-item a:hover .trina-icon {
	color: #e04648;
}

.download-item .title,
.download-item .description {
	display: table-cell;
	vertical-align: middle;
}

.download-item .title {
	font-family: 'lato-bold', sans-serif;
	color: #fb4d4f;
	width: 22%;
	padding-right: 0.556rem;
}

.download-item .description {
	font-size: 0.833rem;
	line-height: 1.389rem;
	padding-right: 1.667rem;
	width: 78%;
	position: relative;
}

.download-item .trina-icon {
	font-size: 1.556rem;
	position: absolute;
	top: 50%;
	right: -5px;
	color: #fb4d4f;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media only screen and (max-width:991px) {
	.download-item {
		padding: 1.389rem 0;
		margin-bottom: 0.833rem;
	}

	.download-item .title,
	.download-item .description {
		width: 100%;
		display: block;
	}

	.download-item .title {
		margin-bottom: 0.833rem;
	}
}

.error-not-found {
	text-align: center;
	padding: 9.167rem 0;
}

.error-not-found .t-404 {
	font-size: 8.333rem;
	color: #313133;
}

.error-not-found .title-not-found {
	color: #9c9c9c;
	line-height: 4.444rem;
}

.error-not-found .description {
	margin-top: 4.444rem;
	line-height: 1.667rem;
}

@media only screen and (max-width:991px) {
	.error-not-found {
		padding: 4.444rem 0;
	}

	.error-not-found .t-404 {
		font-size: 5.357rem;
	}

	.error-not-found .description {
		margin-top: 2.222rem;
		line-height: 1.389rem;
	}
}

.search-results-block {
	padding: 0 0 6.667rem 0;
}

.search-results-block .result-block {
	text-align: center;
	margin-bottom: 1.667rem;
	display: none;
}

.search-results-block .title {
	text-align: center;
	margin-bottom: 3.611rem;
}

.search-results-block .item-results {
	border-bottom: 1px solid #b2b2b4;
	padding-bottom: 1.389rem;
	margin-bottom: 1.389rem;
}

.search-results-block .item-results .title-box {
	line-height: 1.667rem;
	margin-bottom: 0.278rem;
	padding-right: 1.944rem;
	position: relative;
	display: block;
	transition: all 0.2s linear;
}

.no-touch .search-results-block .item-results .title-box:hover,
.search-results-block .item-results .title-box:hover .search-title {
	color: #e04648;
}

.search-results-block .item-results .title-box .trina-icon {
	color: #fb4d4f;
	font-size: 0.889rem;
	position: absolute;
	right: 0;
	top: 3px;
}

.search-results-block .item-results .searchword {
	color: #398cb1;
	font-family: 'helvetica-neue-ltstd-md', sans-serif;
}

.search-results-block .item-results .search-type,
.search-results-block .item-results .description {
	font-size: 0.833rem;
}

.search-results-block .item-results .search-type {
	font-family: 'helvetica-neue-ltstd-ltlt', sans-serif;
}

.search-results-block .item-results .description {
	line-height: 1.389rem;
	margin-top: 1.111rem;
}

.search-result-frm {
	padding-top: 4.167rem;
	position: relative;
}

.search-result-frm .frm-find-installer {
	margin: 0 0 1.667rem;
}

.search-result-frm .search-autocomplete {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	position: absolute;
	top: 135px;
	width: 100%;
	z-index: 2;
	display: none;
}

.search-result-frm .search-autocomplete .complete-inner {
	max-height: 269px;
	overflow: auto;
}

.search-result-frm .search-autocomplete .complete-inner .item {
	border-bottom: 1px solid #d6d6d6;
}

.search-result-frm .search-autocomplete .complete-inner .item:last-child {
	border-bottom: none;
}

.search-result-frm .search-autocomplete .complete-inner .item a {
	font-size: 0.778rem;
	padding: 0.833rem 1.111rem;
	display: block;
	transition: all 0.3s ease-out;
}

.no-touch .search-result-frm .search-autocomplete .complete-inner .item a:hover {
	background-color: #d6d6d6;
}

.search-result-frm .search-autocomplete .complete-inner .item .text-light {
	font-weight: bold;
	text-decoration: underline;
}

.pagination-block {
	margin-top: 2.778rem;
	display: none;
}

.pagination-block ul {
	text-align: center;
}

.pagination-block li {
	margin: 0 10px;
	display: inline-block;
}

.pagination-block li.active a {
	color: #5a5a5c;
}

.pagination-block li a {
	font-weight: bold;
	font-size: 0.833rem;
	color: #fb4d4f;
	transition: all 0.2s linear;
}

.no-touch .pagination-block li a:hover {
	color: #5a5a5c;
}

.pagination-block .trina-icon {
	font-size: 1.111rem;
	display: inline-block;
	padding: 0 3px;
	margin-top: -3px;
}

.pagination-block .btn-prev-next {
	position: relative;
	padding: 5px;
}

.pagination-block .btn-prev {
	margin-right: 80px;
}

.pagination-block .btn-prev .icon-arrows:before {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pagination-block .btn-next {
	margin-left: 80px;
}

@media only screen and (max-width:991px) {
	.search-results {
		padding-bottom: 1.111rem;
	}

	.search-results .title {
		font-size: 2.857rem;
		margin-bottom: 3.333rem;
	}

	.search-results .item-results {
		padding-bottom: 1.667rem;
		margin-bottom: 1.389rem;
	}

	.search-results .item-results .title-box .trina-icon {
		font-size: 1.111rem;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.search-results .item-results .search-title .trina-icon {
		font-size: 1.214rem;
	}

	.search-results .item-results .search-type,
	.search-results .item-results .description {
		font-size: 1rem;
	}

	.search-results .item-results .description {
		line-height: 1.278rem;
		margin-top: 1.389rem;
	}

	.search-result-frm {
		padding-top: 3.444rem;
	}

	.search-result-frm .frm-find-installer {
		margin-bottom: 2.778rem;
	}

	.search-result-frm .search-autocomplete {
		top: 93px;
	}

	.search-result-frm .search-autocomplete .complete-inner .item a {
		font-size: 0.929rem;
		padding: 0.833rem;
	}

	.pagination-block {
		margin-top: 1.389rem;
		margin-bottom: 0.556rem;
	}

	.pagination-block ul {
		overflow: hidden;
	}

	.pagination-block li {
		display: none;
	}

	.pagination-block li a {
		font-size: 1.071rem;
	}

	.pagination-block .trina-icon {
		padding: 0;
	}

	.pagination-block .btn-prev-next {
		padding: 0;
		margin: 0;
		display: block;
	}

	.pagination-block .btn-prev {
		float: left;
	}

	.pagination-block .btn-prev .trina-icon {
		margin-left: -3px;
		padding-right: 6px;
	}

	.pagination-block .btn-next {
		float: right;
	}

	.pagination-block .btn-next .trina-icon {
		margin-right: -3px;
		padding-left: 6px;
	}
}

.project-list .result-project {
	text-align: center;
	padding: 30px 0;
	display: none;
}

.project-list .item-project {
	overflow: hidden;
	position: relative;
}

.project-list .item-project:hover .inner-detail {
	top: -160px;
}

.project-list .item-project .thumb {
	overflow: hidden;
	height: 0;
	padding-bottom: 61.666%;
}

.project-list .item-project .thumb img {
	width: 100%;
}

.project-list .item-project .thumb .btn-overlay {
	top: 0;
	bottom: inherit;
}

.project-list .inner-detail {
	background-color: #fff;
	position: relative;
	top: 0;
	transition: all 0.5s ease-out;
}

.project-list .inner-detail .title {
	line-height: 1.667rem;
	margin-bottom: 0.556rem;
}

.project-list .inner-detail .title a {
	color: #313133;
    font-size: 50%;
}
.project-list .inner-detail .title a:hover {
    color: #0f472d;
}
.no-touch .project-list .inner-detail .title a:hover {
	color: #e04648;
}

.project-list .inner-detail .box-show {
	position: relative;
	padding: 1.389rem 1.222rem 0.833rem 1.222rem;
}

.project-list .inner-detail .region {
    color: #0f472d;
    font-size: -1rem;
    font-weight: bold;
}

.project-list .inner-detail .info {
	margin-top: 1.389rem;
	overflow: hidden;
}

.project-list .inner-detail .info.position {
	position: absolute;
	bottom: 0;
}

.project-list .inner-detail .info li {
	color: #9c9c9c;
	font-size: 0.722rem;
	margin-bottom: 0.278rem;
	float: left;
	position: relative;
	padding: 1px 0;
}

.project-list .inner-detail .info li:first-child {
	padding: 1px 8px 1px 0;
}

.project-list .inner-detail .info li li {
	padding: 0 8px;
}

.project-list .inner-detail .info li li:before {
	content: "";
	background-color: #398cb1;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 15px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.project-list .inner-detail .inner-description {
	position: absolute;
	width: 100%;
}

.project-list .inner-detail .description {
	background-color: #fff;
	font-size: 0.889rem;
	padding: 0 1.222rem 0 1.222rem;
	line-height: 1.444rem;
}

@media only screen and (max-width:991px) {
	.project-list .item-project:hover .inner-detail {
		top: 0;
	}

	.project-list .inner-detail .title {
		margin-bottom: 0.278rem;
	}

	.project-list .inner-detail .box-show {
		padding: 1.111rem 0.833rem 1.111rem 0.833rem;
	}

	.project-list .inner-detail .region {
		font-size: 0.857rem;
	}

	.project-list .inner-detail .info {
		margin-top: 1.111rem;
	}

	.project-list .inner-detail .info li {
		font-size: 0.929rem;
		line-height: 20px;
	}

	.project-list .inner-detail .info li li:before {
		width: 1px;
		height: 12px;
	}

	.project-list .inner-detail .inner-description {
		position: static;
	}

	.project-list .inner-detail .description {
		padding: 0 0.833rem 1.111rem 0.833rem;
		font-size: 0.929rem;
		height: auto;
	}
}

.trina_download_links a {
	color: #473b40 !important;
}

.trina_download_links tbody {
	border: 0px !important;
}

.pane-content {
	overflow: hidden;
    margin-bottom: 50px;
}

.press-block {
	padding: 2rem 0;
}

.press-block .press-nav {
	font-family: lato;
}

.press-block .press-nav-cont {
	font-size: 28px;
	line-height: 35px;
}

.press-block .press-cont {
	padding: 0.5rem 0;
	margin-top: 40pt;
}

.press-block .press-cont-left {
	float: left;
	display: inline;
	text-align: center;
	width: 40px;
	font-size: 28pt;
	font-family: lato;
	color: #398cb0;
}

.press-block .press-cont-left-m {
	color: #5a5a5c;
	font-size: 14pt;
}

.press-block .press-cont-left-line {
	float: left;
	display: inline;
	text-align: center;
	width: 15px;
	border-right: 1px solid #9c9c9d;
	height: 55px;
	margin-top: 5px;
}

.press-block .press-cont-right {
	float: left;
	display: inline;
	margin-left: 25px;
	width: -moz-calc(100% - 81px);
	width: -webkit-calc(100% - 81px);
	width: calc(100% - 81px);
}

.press-block .press-cont-right-item {
	margin-bottom: 10pt
}

.press-block .press-cont-right-item a:hover {
	color: red;
}

.press-block .press-cont-right-item-title {
	line-height: 20pt;
	font-size: 20px;
	font-family: helvetica
}

.home-banner .entity-bean .overlay .inner {
	display: block;
}

.home-banner .entity-bean h2 {
	font-size: 25px;
	margin-top: 5%;
}

.home-banner .entity-bean p {
	font-size: 14px;
	line-height: 20px !important;
	color: rgb(49, 49, 51);
	margin: 0 6%;
}

.custom_table tbody {
	border: 0px !important;
}

.img_largetext_float img {
	height: 500px !important;
}

.pro_foot_menu a {
	font-size: 12px !important;
	color: #313133;
}

.pro_foot_menu .link_focus {
	color: #398cb0;
	font-size: 14px !important;
}

.mgr_team_txt p {
	line-height: 16px !important;
	font-size: 16px !important;
}

.quality-img-txt p {
	line-height: 1.0rem;
	font-size: 14px !important;
}

.quality-img-txt .quality-img-head {
	line-height: 1.0rem;
	font-size: 14px !important;
}

.quality-img-txt h2 {
	font-size: 20px !important;
	margin-bottom: -15px !important;
}

.quality-first-txt p {
	line-height: 1.2rem;
}

.quality-img-overlay a {
	text-decoration: none !important;
}

.sus_card_text .text-detail {
	height: 450px;
}

.sus_3col_text .text-detail {
	height: 180px;
}

.quality-f-b {
	border-right: 1px solid #cccccc;
}

@media (max-width:991px) {
	.img_largetext_float img {
		height: auto !important;
	}

	.sus_card_text .text-detail {
		height: auto !important;
	}

	.sus_3col_text .text-detail {
		height: auto !important;
	}

	.quality-f-b {
		border: 0px;
	}
}

.quality-wrap {
	display: table;
	height: 68px;
	width: 100%;
}

.quality-content {
	vertical-align: middle;
	display: table-cell;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 14px;
	color: #398cb0;
}

.quality-content2 {
	font-family: helvetica;
	font-size: 14px;
	margin-top: 8px;
	line-height: 20px;
}

.pro_btn_primary {
	color: #fff;
	background-color: #fb4d4f;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding: 0.9rem;
	font-size: 12px;
	min-width: 150px;
	transition: all 0.2s linear;
}

#totop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	z-index: 9999;
	width: 51px;
	height: 51px;
	border: none;
	text-indent: 100%;
	background: url(/uploads/image/wsdttimages/ui.totop.png) no-repeat left top;
}

#totophover {
	background: url(/uploads/image/wsdttimages/ui.totop.png) no-repeat left -51px;
	width: 51px;
	height: 51px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#totop:active,
#totop:focus {
	outline: none;
}

#blog_container a:hover {
	color: #398cb1;
}

.blog {
	padding: 3em 0 2em;
}

.fav-app h4 {
	color: #111111;
	text-align: left;
	font-size: 28px;
	font-weight: 600;
	margin: 3em 0 0;
	font-family: 'open sans', sans-serif;
}

.blog h6 {
	color: #555555;
	margin: 1em 0 3em;
	font-size: 14px;
	font-weight: 500;
}

.blog-artical h5 {
	color: #111111;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 1em 0;
}

.blog-artical ul {
	padding: 0;
	margin: 0;
}

.blog-artical ul li {
	display: inline-block;
	vertical-align: middle;
}

.blog-artical ul li:nth-child(2) {
	margin: 0 2em .5em 0;
}

.comments h4 {
	margin: 2em 0 1.5em;
	font-size: 2.4em;
	font-weight: 700;
	color: #111111;
	font-family: 'open sans', sans-serif;
}

.comments ul.comments-info {
	padding: 0;
	margin: 0;
}

.comments ul li.comments-list {
	display: block;
}

.comments ul li.comments-list:nth-child(2) {
	padding-left: 7em;
	margin: 3em 0;
}

.comments-left {
	float: left;
	width: 7%;
}

.comments-right {
	float: right;
	width: 92%;
}

.comments-right h5 a {
	font-size: 21px;
	margin: 0;
	color: #111111;
	font-weight: 600;
	transition: .5s all;
}

.comments-right h5 a:hover {
	color: #e80000;
}

.comments-right h6 {
	color: #555555;
	margin: 1em 0;
}

.comments-right p {
	width: 65%;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	color: #111111;
	letter-spacing: 0.5px;
	line-height: 1.6;
}

.btn1 {
	border: none;
	color: red;
	background: none;
	cursor: pointer;
	padding: 8px 18px;
	border-radius: 4px;
	display: inline-block;
	margin: 1em 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn1:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-1 {
	border: 1px solid #bbb7b7;
	color: #555555;
}

.btn-1b:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #555555;
}

.btn-1b:hover,
.btn-1b:active {
	color: #fff;
}

.btn-1b:hover:after,
.btn-1b:active:after {
	height: 100%;
}

.single-page {
	padding: 0em 0 2em 0;
}

.single-page h4 {
	color: #111111;
	text-align: left;
	font-size: 28px;
	font-weight: 600;
	margin: 2em 0 0.5em;
	font-family: 'open sans', sans-serif;
}

.single-page h4 a {
	text-decoration: none;
	transition: .5s all;
}

.single-page h4 a:hover {
	color: #e80000;
	text-decoration: none;
}

.single-page-left p {
	margin: 0 0 1em;
	letter-spacing: 0.5px;
	font-size: 15px;
	font-weight: 500;
	color: #555555;
}

.single-page-left p a {
	color: #e80000;
	text-decoration: none;
	transition: .5s all;
}

.single-page-left p a:hover {
	color: #555555;
}

.single-page-left {
	margin-top: 3em;
}

.single-page-right {
	margin-top: 3em;
}

.single-page-info h5 {
	font-size: 15px;
	font-weight: 600;
	margin: 1.5em 0;
	color: #e80000;
	line-height: 1.7;
}

.single-page-info h5 a {
	color: #e80000;
	text-decoration: none;
	transition: .5s all;
}

.single-page-info h5 a:hover {
	color: #555555;
}

.single-page-info p {
	margin: 0 0 2em;
	font-size: 15px;
	font-weight: 400;
	color: #111111;
	letter-spacing: 0.5px;
	text-align: left;
	line-height: 1.6;
}

.sngl-img {
	overflow: hidden;
	position: relative !important;
	padding: 0;
}

.single-page img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}

.pag-nations.sngl-pagntn {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 5em;
}

img.img-responsive {
	display: inline-block;
}

img.zoom-img {
	webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: .5s;
}

img.zoom-img:hover {
	-webkit-transform: scale(1.08);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.05);
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}

.single-page-info img {
	width: 100%;
}

.category ul {
	margin: 0;
	padding: 0 0 0 2em;
}

.category ul li {
	list-style-type: disc;
	color: #111111;
	font-size: 20px;
	margin: 10px 0;
}

.category ul li a {
	font-size: 15px;
	font-weight: 500;
	color: #111111;
	transition: none;
	margin: 5px 0;
	display: inline-block;
}

.category ul li a:hover {
	color: #e80000;
	text-decoration: none;
	margin: 10px 0 0 0;
	transition: .5s all;
}

.recent-posts-info {
	margin-bottom: 4em;
}

.posts-left {
	float: left;
	width: 47%;
	margin-right: 14px;
}

.posts-right {
	float: right;
	width: 49%;
}

.posts-right lable {
	font-size: 14px;
	font-weight: 500;
	color: #555555;
}

.posts-right a {
	transition: .5s all;
	text-decoration: none;
}

.posts-right a h5 {
	font-size: 15px;
	font-weight: 600;
	margin: .8em 0;
	color: #e80000;
}

.posts-right a h5:hover {
	color: #555555;
	text-decoration: none;
}

.posts-right p {
	color: #111111;
	margin: 0 0 1em 0;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.5;
}

.related-posts-grids {
	float: left;
	width: 30%;
	margin-left: 1em;
}

.related-posts-grids img {
	width: 100%;
}

.related-posts-grids h5 {
	font-size: 15px;
	font-weight: 600;
	margin: .5em 0;
	color: #1c90f4;
}

.comments-info {
	margin: 3em 0;
}

.comments-info p {
	color: #111111;
	margin: 1em 0 0 0;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 1.6;
}

.cmnt-icon-left {
	float: left;
	width: 25%;
}

.cmnt-icon-right {
	float: right;
	width: 75%;
}

.cmnt-icon-right p {
	margin: 0 0 .2em 0;
	text-align: left;
	letter-spacing: 0.5px;
	font-size: 15px;
	font-weight: 500;
	color: #555555;
}

.cmnt-icon-right a p {
	color: #111111;
	text-decoration: none;
}

.cmnt-icon-right a p:hover {
	color: #e80000;
	text-decoration: none;
	transition: .5s all;
}

.comment-icons {
	border-top: 1px dotted #858d94;
	border-bottom: 1px dotted #858d94;
	padding: 1.5em 0;
	margin: 4em 0;
}

.comment-icons ul {
	margin: 0;
	padding: 0;
}

.comment-icons ul li {
	list-style-type: none;
	display: inline-block;
	margin: 12px 20px;
	color: #111111;
	font-weight: 500;
	font-size: 15px;
}

.comment-icons ul li span {
	background: no-repeat -103px -1px;
	margin-right: 8px;
	display: inline-block;
	width: 13px;
	height: 16px;
	vertical-align: middle;
}

.comment-icons ul li span.clndr {
	background: no-repeat -123px -2px;
	width: 15px;
}

.comment-icons ul li span.admin {
	background: no-repeat -104px -24px;
}

.comment-icons ul li span.cmnts {
	background: no-repeat -123px -24px;
	width: 15px;
}

.comment-icons ul li span.like {
	background: no-repeat -104px -46px;
}

.comment-icons ul li a {
	color: #111111;
	font-size: 15px;
	font-weight: 500;
}

.comment-icons ul li a:hover {
	color: #e80000;
	text-decoration: none;
	transition: .5s all;
}

.admin-text {
	background: #d4d4d4;
	padding: 2em;
}

.admin-text h5 {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 1em 0;
	color: #5f5f5f;
}

.admin-text-left {
	float: left;
	width: 11%;
}

.admin-text-right {
	float: right;
	width: 86%;
}

.admin-text-right p {
	color: #5f5f5f;
	margin: 0 0 1em 0;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .5px;
}

.admin-text-right span {
	color: #5f5f5f;
	font-weight: 600;
	font-size: 15px;
}

.admin-text-right span a {
	color: #e80000;
	text-decoration: none;
}

.admin-text-right span a:hover {
	color: #5f5f5f;
	transition: .5s all;
}

.sngl-cmnts h4 {
	margin: 2em 0 1.5em;
}

.comments ul li.comments-list:nth-child(2) {
	padding-left: 7em;
	margin: 3em 0;
}

.sngl-cmnts .comments-left {
	width: 10%;
}

.sngl-cmnts .comments-right {
	width: 87%;
}

.sngl-cmnts h5 {
	margin: 0;
}

.sngl-cmnts h5 a {
	font-size: 21px;
	line-height: 1.4;
}

.sngl-cmnts ul li.comments-list:nth-child(2) p {
	width: 96%;
}

.sngl-cmnts h6 {
	font-size: 14px;
	font-weight: 500;
}

.reply {
	margin: 0.8em 0 0;
}

.reply a {
	color: #555555;
	font-size: 15px;
	font-weight: 500;
}

.reply a span {
	background: no-repeat -80px -3px;
	display: inline-block;
	width: 17px;
	height: 14px;
	margin-right: 8px;
}

.reply a:hover {
	text-decoration: none;
	color: #e80000;
	background: rgba(226, 225, 225, 1);
	padding: 8px;
}

.comments.cmnt-info {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 6em;
}

.comments lable {
	font-size: 15px;
	font-weight: 600;
	color: #111111;
}

.comments input[type="text"] {
	width: 25%;
	padding: .5em;
	margin: .5em 0 1em 0;
	display: block;
	color: #000;
	border: 1.5px solid #e0e0e0;
	border-radius: 5px;
	outline: none;
}

.comments input[type="email"] {
	width: 25%;
	padding: .5em;
	margin: .5em 0 1em 0;
	display: block;
	color: #000;
	border: 1.5px solid #e0e0e0;
	border-radius: 5px;
	outline: none;
}

.comments textarea {
	width: 57%;
	height: 150px;
	resize: none;
	display: block;
	color: #000;
	border: 1.5px solid #e0e0e0;
	border-radius: 5px;
	outline: none;
	padding: .5em;
	margin: .6em 0 1em;
}

.response-info {
	background: #d4d4d4;
	padding: 2em;
	border-bottom: 1px dotted rgb(146, 145, 145);
}

.response-text-left {
	float: left;
	width: 11%;
}

.response-text-left a {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 1em 0;
	color: #5f5f5f;
	text-decoration: none;
}

.response-text a {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 1em 0;
	color: #5f5f5f;
	text-decoration: none;
}

.response-text-left a:hover {
	text-decoration: none;
	color: #e80000;
	transition: .5s all;
}

.response-text-right {
	float: right;
	width: 86%;
}

.response-text-right p {
	color: #5f5f5f;
	margin: 0 0 1em 0;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .5px;
}

.response-text-right ul {
	padding: 0;
	text-align: right;
}

.response-text-right ul li {
	display: inline-block;
	color: #5f5f5f;
	margin-right: 1em;
	font-size: 14px;
	font-weight: 500;
}

.response-text-right ul li a {
	color: #5f5f5f;
	font-size: 14px;
}

.response-text-right ul li a:hover {
	color: #e80000;
	transition: .5s all;
	text-decoration: none;
}

.blog_sidebar {
	padding: 5px 20px 0 70px;
}

.blog_grid {
	margin-bottom: 3em;
}

h2.post_title {
	margin-bottom: 0.7em;
	font-size: 2em;
}

h2.post_title a {
	color: #555;
}

h2.post_title a:hover {
	text-decoration: none;
	color: #e4551d;
}

@media only screen and (max-width:991px) {
	h2.post_title {
		margin-top: 1em;
	}
}

.blog_grid p {
	font-size: 1em;
	line-height: 1.5em;
	color: #777;
	margin-top: 1em;
}

ul.links {
	padding: 5px 0px;
	border-bottom: 1px solid #eee;
	margin: 15px 0 0 0;
	list-style: none;
}

ul.links li.last {
	float: right;
}

ul.links li {
	color: #999;
	font-size: 0.85em;
}

ul.links li a {
	color: #999;
}

ul.links li {
	display: inline-block;
	margin-right: 20px;
}

.fa {
	color: #7cc4cc;
}

.fa-calendar,
.fa-user,
.fa-comments {
	color: #7cc4cc;
}

.blog_btn {
	margin-top: 1em;
	display: inline-block;
	padding: 8px 20px;
	font-size: 1em;
	cursor: pointer;
	border: none;
	background: #398cb1;
	color: #fff;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.blog_btn:hover {
	text-decoration: none;
	background: #398cb1;
	color: #fff !important;
}

.pagination__posts {
	margin-top: 3em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 3em;
	text-align: center;
	display: block;
	margin-top: 3em;
}

.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}

.pagination ul>li {
	display: inline;
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
	border-left-width: 1px;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
	color: #999;
	cursor: default;
}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
	background-color: #f6f6f6;
}

.pagination ul>li>a,
.pagination ul>li>span {
	float: left;
	padding: 8px 16px;
	line-height: 23px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #eee;
	margin-left: 10px;
}

ul.sidebar {
	padding: 0;
	list-style: none;
	margin-bottom: 50px;
}

ul.sidebar h3 {
	font-size: 25px;
	font-weight: 500;
	color: #7cc4cc;
	margin: 0 0 1em 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
	border-left: 0px solid #7cc4cc;
}

ul.sidebar li {
	margin: 0 0 15px 0;
	list-style-type: none;
}

ul.sidebar li a {
	color: #999;
	font-size: 1em;
}

.card-popover {
	height: 200px;
}

@media only screen and (max-width:991px) {
	.card-popover {
		height: auto !important;
	}
}

.innovation-text .text-detail {
	height: 300px !important;
}

@media only screen and (max-width:991px) {
	.innovation-text .text-detail {
		height: auto !important;
	}
}

.about_solar_txt .editor-1 {
	padding-bottom: 0 !important;
}

.why_solar_txt .cross-link {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.card_no_border .item-card .text-detail {
	border: 0px !important;
}

.social-share2 {
	font-family: "socialshare" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.social-share2 .icon-wechat:before {
	content: "\f09a";
	color: #313133;
	font-size: 1.113rem;
}

.social-share2 .icon-wechat:hover {
	display: block;
	color: #313133;
}

.social-share2 .icon-wechat {
	font-family: "socialshare" !important;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}

.social-share2 .social-share-icon {
	position: relative;
	display: inline-block;
	width: 29px;
	height: 29px;
	font-size: 20px;
	border-radius: 50%;
	line-height: 20px;
	border: 1px solid #666;
	color: #666;
	text-align: center;
	vertical-align: middle;
	transition: background 0.6s ease-out 0s;
}

.social-share2 .icon-wechat {
	position: relative;
	color: #313133;
	background-color: #a1a1a2;
}

.footer-navigation .social-link {
	margin-left: 0px !important;
}

.sus_chat_edit .editor-1 {
	padding: 0px !important;
}

@media only screen and (max-width:991px) {
	.social-share2 .social-share-icon {
		line-height: 0px;
		position: relative;
		display: inline-block;
		font-size: 28px;
		border-radius: 50%;
		border: 1px solid #666;
		color: #666;
		text-align: center;
		vertical-align: middle;
		transition: background 0.6s ease-out 0s;
	}

	.social-share2 {
		font-family: "socialshare" !important;
		font-size: 16px !important;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-webkit-text-stroke-width: 0.2px;
		-moz-osx-font-smoothing: grayscale;
	}

	.social-share2 .icon-wechat:before {
		top: 14px;
		position: absolute;
		content: "\f09a";
		color: #313133;
		margin: -13px;
		font-size: 28px;
	}

	.social-share2 .icon-wechat:hover {
		display: block;
		content: "\f09a";
		color: #313133;
	}

	.social-share2 .icon-wechat {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-width: 20px 20px 20px 20px;
		border-style: solid;
		border-color: transparent transparent transparent transparent
	}

	.social-share2 .icon-wechat {
		position: relative;
		color: #313133;
		background-color: #a1a1a2;
	}
}

.product_banner_ll {
	padding-top: 4% !important;
}

@media only screen and (max-width:991px) {
	.product_banner_ll {
		padding-top: 14% !important;
	}
}

.txtalign {
	text-align: center !important;
}

@media only screen and (max-width:991px) {
	.txtalign {
		text-align: left !important;
	}
}

.share_panel .pane-content {
	overflow: visible !important;
}

@media only screen and (max-width:991px) {
	.left_pp {
		padding: 5rem;
		padding-bottom: 0;
	}

	.right_pp {
		padding: 5rem;
		padding-top: 0;
	}
}

.our_company_card .description {
	height: 250px;
}

@media only screen and (max-width:991px) {
	.our_company_card .description {
		height: auto;
	}
}

.our_company_card2 .description {
	height: 150px;
}

@media only screen and (max-width:991px) {
	.our_company_card2 .description {
		height: auto;
	}
}

.how_it_works_card .description {
	height: 145px;
}

@media only screen and (max-width:991px) {
	.how_it_works_card .description {
		height: auto;
	}
}

@media only screen and (max-width:991px) {
	.mobile_txt_overlay_img .inner {
		vertical-align: middle !important;
	}
}

.pc_view {
	display: block
}

.mobile_view {
	display: none
}

@media only screen and (max-width:991px) {
	.pc_view {
		display: none
	}

	.mobile_view {
		display: block
	}
}

.pro_type_desc {
	margin-bottom: 10px;
}

.home-card .item-card .description {
	height: 6.888rem !important;
}

@media only screen and (max-width:991px) {
	.home-card .item-card .description {
		height: auto !important;
	}
}

.stakeholder-card .item-card .description {
	height: 10rem !important;
}

@media only screen and (max-width:991px) {
	.stakeholder-card .item-card .description {
		height: auto !important;
	}
}

.video_text_auto {
	text-align: right
}

@media only screen and (max-width:991px) {
	.video_text_auto {
		text-align: center;
	}
}

.btn_pc {
	display: inline
}

@media only screen and (max-width:991px) {
	.btn_pc {
		display: none
	}
}

.btn_mobile {
	display: none
}

@media only screen and (max-width:991px) {
	.btn_mobile {
		display: inline
	}
}

.home-carousel .editor-1 p,
.home-carousel .editor-wys p {
	line-height: 1.1rem !important;
}

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

	.editor-1 p,
	.editor-wys p {
		line-height: 1.8rem !important;
	}
}

.pro_index_logo {
	height: 40px;
	width: auto !important;
}

.pro_index_allmax .pro_index_logo {
	height: 55px;
}

.contact_menu a {
	font-size: 13px !important;
	color: #313133;
}

.contact_menu .link_focus {
	color: #398cb0;
	font-size: 13px !important;
}

.japan_custom_css .h1,
.japan_custom_css h1 {
	font-size: 2.577rem;
	line-height: 2.4rem;
}

.japan_custom_css .h2,
.japan_custom_css h2 {
	font-size: 1.6rem;
	line-height: 1.52rem;
	margin-bottom: 1rem;
}

.japan_custom_css .h3,
.japan_custom_css h3 {
	font-size: 1.28rem;
}

.japan_custom_css .h4,
.japan_custom_css h4 {
	font-size: .96rem;
}

.japan_custom_css .h5,
.japan_custom_css h5 {
	font-size: .8rem;
}

.japan_custom_css .h6,
.japan_custom_css h6 {
	font-size: .64rem;
}

.japan_custom_css .editor-1 p,
.japan_custom_css .editor-wys p {
	font-size: 16px;
}

.spain_custom_css .main-menu li a {
	display: block;
	padding: 33px 10px;
	text-transform: uppercase;
	font-family: 'lato-bold', sans-serif;
	font-size: 0.778rem;
	transition: 0.2s color;
}

.spain_custom_css .home-card .item-card .description {
	height: 10rem !important;
}

.france_custom_css .main-menu li a {
	display: block;
	padding: 33px 10px;
	text-transform: uppercase;
	font-family: 'lato-bold', sans-serif;
	font-size: 0.778rem;
	transition: 0.2s color;
}

.france_custom_css .home-card .item-card .description {
	height: 10rem !important;
}

.germany_custom_css .home-card .item-card .description {
	height: 10rem !important;
}

.australia_custom_css .home-card .item-card .description {
	height: 10rem !important;
}

.apac_custom_css .home-card .item-card .description {
	height: 10rem !important;
}

@font-face {
	font-family: 'fontawesome';
	src: url(/uploads/image/wsdttfonts/fontawesome-webfont.eot);
	src: url(/uploads/image/wsdttfonts/fontawesome-webfont.eot) format('embedded-opentype'), url(/uploads/image/wsdttfonts/fontawesome-webfont.woff) format('woff'), url(/uploads/image/wsdttfonts/fontawesome-webfont.ttf) format('truetype'), url(/uploads/image/wsdttfonts/fontawesome-webfont.svg) format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	filter: progid:dximagetransform.microsoft.basicimage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:dximagetransform.microsoft.basicimage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:dximagetransform.microsoft.basicimage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:dximagetransform.microsoft.basicimage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	filter: progid:dximagetransform.microsoft.basicimage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}
.col-md-4.filter-region-64.filter-type-59 {
    padding-left: 5px;
    padding-right: 5px;
}
.col-md-4.filter-region-64.filter-type-59 {
    max-width: 19.333333%;
    margin: 0 auto;
}
