﻿@charset "utf-8";
@import url(language.css);

:root {
	--primary-color: #EA5516;
	--primary-dark: #D64916;
	--primary-light: #EE6B3B;
	--accent-color: #FF9800;
	--secondary-color: #FFA726;
	--text-dark: #1a1a1a;
	--text-medium: #5a5a5a;
	--text-light: #8a8a8a;
	--bg-light: #fafafa;
	--bg-white: #ffffff;
	--bg-gray: #f5f5f5;
	--border-color: #e8e8e8;
	--shadow-sm: 0 2px 12px rgba(0,0,0,0.04);
	--shadow-md: 0 4px 20px rgba(0,0,0,0.08);
	--shadow-lg: 0 8px 30px rgba(0,0,0,0.12);
	--shadow-hover: 0 12px 40px rgba(234,85,22,0.15);
	--transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	--transition-fast: all 0.2s ease;
	--fontcolor: #333333;
	--color: #EA5516;
	--fontbold3: 300;
	--fontbold4: 400;
	--fontbold5: 500;
	--fontbold6: 600;
	--fontbold7: 700;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0px;
	padding: 0px
}

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	width: 100%;
	position: relative;
}

header,
footer,
section,
article,
aside,
nav,
address,
figure,
figcaption,
menu,
details {
	display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
	font-weight: bold;
	text-transform: capitalize
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	color: var(--fontcolor);
	outline: 0
}

body {
	font-size: 14px;
	line-height: 1.7;
	background: #FFF
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none
}

a,
a:hover {
	color: #333333
}

img {
	display: 0
}

a {
	color: #3b3b3b;
	outline: 0 none;
	text-decoration: none
}

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

a:active,
a:hover {
	color: #333333
}

p a {
	color: #333333
}

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

caption,
th {
	text-align: left;
	font-weight: normal
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal
}

[hidefocus],
summary {
	outline: 0
}

li {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%
}

sup,
sub {
	font-size: 83%
}

pre,
code,
kbd,
samp {
	font-family: inherit
}

q:before,
q:after {
	content: none
}

textarea {
	overflow: auto;
	resize: none
}

label,
summary {
	cursor: default
}

a,
button {
	cursor: pointer
}

.slideshow.grid_12 {
	z-index: 0
}

#wowslider-container {
	zoom: 1;
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 100;
	border: none;
	text-align: left;
	font-size: 10px;
	overflow: hidden
}

#wowslider-container.fullscreen-mode,
#wowslider-container.fullwidth-mode {
	max-width: none;
	max-height: none
}

#wowslider-container .ws_images ul {
	position: relative;
	width: 10000%;
	height: 100%;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-spacing: 0;
	overflow: visible
}

#wowslider-container .ws_images ul li {
	position: relative;
	width: 1%;
	height: 100%;
	line-height: 0px;
	overflow: hidden;
	float: left;
	font-size: 0px;
	padding: 0px !important;
	margin: 0px !important
}

#wowslider-container .ws_images {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden
}

#wowslider-container.fullscreen-mode .ws_images,
#wowslider-container.fullwidth-mode .ws_images {
	max-height: none
}

#wowslider-container .ws_images a {
	width: 100%;
	display: block;
	color: transparent
}

#wowslider-container.fullscreen-mode .ws_images a,
#wowslider-container.fullwidth-mode .ws_images a {
	height: 100%
}

#wowslider-container img {
	max-width: none !important
}

#wowslider-container .ws_images img {
	width: 100%;
	border: none 0;
	max-width: none;
	padding: 0px;
	margin: 0px
}

#wowslider-container .ws_images iframe {
	position: absolute;
	z-index: -1
}

#wowslider-container a {
	text-decoration: none;
	outline: none;
	border: none
}

#wowslider-container .ws_bullets {
	float: left;
	position: absolute;
	z-index: 70
}

#wowslider-container .ws_bullets div {
	position: relative;
	float: left;
	font-size: 0px
}

#wowslider-container a.wsl {
	display: none
}

#wowslider-container .ws_bullets {
	padding: 10px
}

#wowslider-container .ws_bullets a {
	margin-left: 16px;
	width: 12px;
	height: 12px;
	float: left;
	text-indent: -4000px;
	position: relative;
	background: rgb(30, 165, 194);
	background: rgba(30, 165, 194, 0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

#wowslider-container .ws_bullets a.ws_selbull,
#wowslider-container .ws_bullets a:hover {
	background: rgba(30, 165, 194, 1)
}

#wowslider-container .ws_bullets a:hover {
	-webkit-animation: pulseIn .9s infinite linear;
	-moz-animation: pulseIn .9s infinite linear;
	animation: pulseIn .9s infinite linear
}

#wowslider-container a.ws_next,
#wowslider-container a.ws_prev {
	font-family: 'wowslider-controls';
	position: absolute;
	display: none;
	text-shadow: none;
	text-align: center;
	background: rgb(245, 117, 42);
	color: #FFF !important;
	top: 50%;
	margin-top: -2.5em;
	height: 5em;
	width: 5em;
	z-index: 60;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

#wowslider-container a.ws_next:hover,
#wowslider-container a.ws_prev:hover {
	background: rgba(245, 117, 42, 0.6)
}

#wowslider-container a.ws_next {
	right: 10px
}

#wowslider-container a.ws_next:after {
	content: '\e801';
	display: block;
	font-size: 3.5em;
	line-height: 1.7em
}

#wowslider-container a.ws_prev {
	left: 10px
}

#wowslider-container a.ws_prev:after {
	content: '\e800';
	display: block;
	font-size: 3.5em;
	line-height: 1.7em
}

#wowslider-container a.ws_prev:hover:after {
	-webkit-animation: prevArrow .7s infinite ease-in-out;
	-moz-animation: prevArrow .7s infinite ease-in-out;
	animation: prevArrow .7s infinite ease-in-out
}

#wowslider-container a.ws_next:hover:after {
	-webkit-animation: nextArrow .7s infinite ease-in-out;
	-moz-animation: nextArrow .7s infinite ease-in-out;
	animation: nextArrow .7s infinite ease-in-out
}

* html #wowslider-container a.ws_next,
* html #wowslider-container a.ws_prev {
	display: block
}

#wowslider-container:hover a.ws_next,
#wowslider-container:hover a.ws_prev {
	display: block
}

#wowslider-container .ws_bullets {
	bottom: -33px;
	left: 50%
}

#wowslider-container .ws_bullets div {
	left: -70%
}

#wowslider-container .ws-title {
	position: absolute;
	display: block;
	bottom: 0.31em;
	left: 1.23em;
	margin: 9px;
	z-index: 50;
	font-family: MisoBold, Oswald, Impact, Charcoal, sans-serif;
	font-size: 5.5em;
	color: #FFF;
	text-shadow: 1px 1px 1px #333333
}

#wowslider-container .ws-title div,
#wowslider-container .ws-title span {
	display: inline-block;
	padding: 10px;
	background: #3398B6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.95;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95)
}

#wowslider-container .ws-title div {
	display: block;
	background: #B02D15;
	margin-top: 10px;
	color: #FFF;
	opacity: 0.8;
	text-shadow: 1px 1px 1px #000000
}

#wowslider-container .ws_images>ul {
	animation: wsBasic 16.8s infinite;
	-moz-animation: wsBasic 16.8s infinite;
	-webkit-animation: wsBasic 16.8s infinite
}

@keyframes wsBasic {
	0% {
		left: -0%
	}

	14.88% {
		left: -0%
	}

	25% {
		left: -100%
	}

	39.88% {
		left: -100%
	}

	50% {
		left: -200%
	}

	64.88% {
		left: -200%
	}

	75% {
		left: -300%
	}

	89.88% {
		left: -300%
	}
}

@-moz-keyframes wsBasic {
	0% {
		left: -0%
	}

	14.88% {
		left: -0%
	}

	25% {
		left: -100%
	}

	39.88% {
		left: -100%
	}

	50% {
		left: -200%
	}

	64.88% {
		left: -200%
	}

	75% {
		left: -300%
	}

	89.88% {
		left: -300%
	}
}

@-webkit-keyframes wsBasic {
	0% {
		left: -0%
	}

	14.88% {
		left: -0%
	}

	25% {
		left: -100%
	}

	39.88% {
		left: -100%
	}

	50% {
		left: -200%
	}

	64.88% {
		left: -200%
	}

	75% {
		left: -300%
	}

	89.88% {
		left: -300%
	}
}

#wowslider-container .ws_bullets a img {
	text-indent: 0;
	display: block;
	bottom: 16px;
	left: -115px;
	visibility: hidden;
	position: absolute;
	-moz-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	border: 3px solid #FFF;
	max-width: none
}

#wowslider-container .ws_bullets a:hover img {
	visibility: visible
}

#wowslider-container .ws_bulframe div div {
	height: 75px;
	overflow: visible;
	position: relative
}

#wowslider-container .ws_bulframe div div img {
	height: 100%
}

#wowslider-container .ws_bulframe div {
	left: 0px;
	overflow: hidden;
	position: relative;
	width: 200px;
	background-color: #FFF
}

#wowslider-container .ws_bullets .ws_bulframe {
	display: none;
	bottom: 18px;
	overflow: visible;
	position: absolute;
	cursor: pointer;
	-moz-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	border: 3px solid #FFF
}

#wowslider-container .ws_bulframe span {
	display: block;
	position: absolute;
	bottom: -9px;
	margin-left: 0px;
	left: 95px;
	background: url(../images/triangle.png);
	width: 15px;
	height: 6px
}

#wowslider-container.ws_gestures,
#wowslider-container.ws_gestures>div>a {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move
}

#wowslider-container.ws_gestures.ws_grabbing,
#wowslider-container.ws_gestures.ws_grabbing>div>a {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move
}

#wowslider-container.ws_video_playing .ws_bullets {
	display: none
}

#wowslider-container.ws_video_playing:hover .ws_bullets {
	display: block
}

#wowslider-container.ws_video_playing_ie .ws_bullets,
#wowslider-container.ws_video_playing_ie a.ws_next,
#wowslider-container.ws_video_playing_ie a.ws_prev {
	display: block
}

#wowslider-container .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 55
}

#wowslider-container .ws_video_btn.ws_youtube,
#wowslider-container .ws_video_btn.ws_vimeo {
	display: block
}

#wowslider-container .ws_video_btn div {
	position: absolute;
	background-image: url(../images/playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em
}

#wowslider-container .ws_video_btn.ws_youtube div {
	background-position: 0 0
}

#wowslider-container .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0
}

#wowslider-container .ws_video_btn.ws_vimeo div {
	background-position: 0 100%
}

#wowslider-container .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important
}

#wowslider-container .ws_fullscreen {
	display: none;
	position: absolute;
	font-family: "fullscreen";
	top: .5em;
	right: .5em;
	font-size: 2.25em;
	z-index: 59;
	color: #1EA5C2;
	text-shadow: none
}

#wowslider-container .ws_fullscreen:hover {
	-webkit-animation: pulseOut .9s infinite linear;
	-moz-animation: pulseOut .9s infinite linear;
	animation: pulseOut .9s infinite linear
}

#wowslider-container .ws_fullscreen:after {
	content: '\e800'
}

.ws_fs_wrapper {
	width: 100%;
	height: 100%;
	background: #EFECDD
}

.ws_fs_wrapper>#wowslider-container,
.ws_fs_wrapper>#wowslider-container .ws_images {
	margin: 0px auto;
	max-height: none
}

.ws_fs_wrapper>#wowslider-container .ws_fullscreen {
	position: fixed;
	display: block
}

.ws_fs_wrapper>#wowslider-container .ws_fullscreen:after {
	content: '\e801'
}

.ws_fs_wrapper>#wowslider-container {
	border: 0px;
	outline: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0
}

@-webkit-keyframes pulseIn {
	0% {
		-webkit-transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(1)
	}
}

@-moz-keyframes pulseIn {
	0% {
		-moz-transform: scale(1)
	}

	50% {
		-moz-transform: scale(1.2)
	}

	100% {
		-moz-transform: scale(1)
	}
}

@keyframes pulseIn {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.2)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes pulseOut {
	0% {
		-webkit-transform: scale(1)
	}

	50% {
		-webkit-transform: scale(0.8)
	}

	100% {
		-webkit-transform: scale(1)
	}
}

@-moz-keyframes pulseOut {
	0% {
		-moz-transform: scale(1)
	}

	50% {
		-moz-transform: scale(0.8)
	}

	100% {
		-moz-transform: scale(1)
	}
}

@keyframes pulseOut {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(0.8)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes nextArrow {

	0%,
	100% {
		-webkit-transform: translateX(0px)
	}

	25% {
		-webkit-transform: translateX(2px)
	}

	75% {
		-webkit-transform: translateX(-2px)
	}
}

@-moz-keyframes nextArrow {

	0%,
	100% {
		-moz-transform: translateX(0px)
	}

	25% {
		-moz-transform: translateX(2px)
	}

	75% {
		-moz-transform: translateX(-2px)
	}
}

@keyframes nextArrow {

	0%,
	100% {
		-moz-transform: translateX(0px);
		transform: translateX(0px)
	}

	25% {
		-moz-transform: translateX(2px);
		transform: translateX(2px)
	}

	75% {
		-moz-transform: translateX(-2px);
		transform: translateX(-2px)
	}
}

@-webkit-keyframes prevArrow {

	0%,
	100% {
		-webkit-transform: translateX(0px)
	}

	25% {
		-webkit-transform: translateX(-2px)
	}

	75% {
		-webkit-transform: translateX(2px)
	}
}

@-moz-keyframes prevArrow {

	0%,
	100% {
		-moz-transform: translateX(0px)
	}

	25% {
		-moz-transform: translateX(-2px)
	}

	75% {
		-moz-transform: translateX(2px)
	}
}

@keyframes prevArrow {

	0%,
	100% {
		-moz-transform: translateX(0px);
		transform: translateX(0px)
	}

	25% {
		-moz-transform: translateX(-2px);
		transform: translateX(-2px)
	}

	75% {
		-moz-transform: translateX(2px);
		transform: translateX(2px)
	}
}

.navs {
	width: 250px;
	float: left;
	display: inline;
	padding: 0px 0px 9px 0px;
	position: relative;
	z-index: 99
}

.g-sidebar {
	width: 100%;
	float: none;
	background: #FFF
}

.g-sidebar h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 46px;
	background: var(--primary-color);
	color: #FFF;
	text-align: center;
	border: none
}

.g-nav {
	background: #f7f7f7
}

.list {
	width: 100%;
	margin: 0px auto;
	cursor: pointer;
	position: relative;
	background: url(../images/sidearrow.png) no-repeat 230px center
}

.list .title {
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	cursor: pointer;
	display: block
}

.list .title-span {
	display: block;
	width: 90%;
	margin: 0px auto;
	padding: 17px 0 17px 0px;
	border-bottom: 1px solid #DFDFDF
}

.list .titletwo {
	line-height: 20px
}

.list .active {
	background: var(--primary-color);
	color: #FFF
}

.list .active .title-span {
	border: none
}

.list .icons {
	border: none
}

.list ul {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 100%;
	background: #F1F1F1;
	z-index: 20
}

.list li {
	width: auto;
	display: none;
	padding: 17px 0 17px 10px;
	font-size: 16px;
	line-height: 16px;
	border-bottom: 1px solid #DEDEDE
}

.list li a {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	color: #999
}

.list li ul {
	background: #EBEBEB
}

.list li:last-child {
	border: none
}

.list li:hover {
	background: var(--primary-light)
}

.list:last-child .title-span {
	border: none
}

.d-nav {
	margin-top: 27px;
	padding-top: 13px;
	background: #FFF
}

.d-nav h3 {
	font-size: 20px;
	line-height: 46px;
	background: var(--primary-color);
	color: #FFF;
	border: none
}

.nav-list {
	width: 100%;
	margin: 0px auto;
	cursor: pointer;
	position: relative;
	background: url(../images/sidearrow.png) no-repeat 230px center
}

.nav-list .title {
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	color: #414c5e;
	cursor: pointer;
	display: block
}

.nav-list .title-span {
	display: block;
	width: 86%;
	margin: 0px auto;
	padding: 17px 0 17px 18px;
	background: url(../images/h-hot.png) no-repeat left center;
	border-bottom: 1px solid #DFDFDF
}

.nav-list .titletwo {
	line-height: 20px
}

.nav-list .active {
	background: var(--primary-color);
	color: #FFF
}

.nav-list .active .title-span {
	border: none
}

.nav-list .icons {
	border: none
}

.nav-list ul {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 100%;
	background: #F1F1F1;
	z-index: 15
}

.nav-list li {
	width: auto;
	display: none;
	padding: 17px 0 17px 20px;
	font-size: 20px;
	line-height: 20px;
	border-bottom: 1px solid #DEDEDE
}

.nav-list li a {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	color: #999
}

.nav-list li:last-child {
	border: none
}

.nav-list li:hover {
	background: var(--primary-light)
}

.nav-list:last-child .title-span {
	border: none
}

@media screen and (max-width:990px) {
	.navs {
		float: none;
		width: 100%;
		margin: 0px auto
	}

	.d-nav h3 {
		text-align: center;
		padding-left: 0px
	}

	.nav-list {
		background: url(../images/sidearrow.png) no-repeat -20px center
	}

	.list {
		background: url(../images/sidearrow.png) no-repeat -20px center
	}

	.list ul {
		width: 30%;
		left: 50%;
		margin-left: -15%;
		z-index: 20;
		display: none
	}

	.list ul li {
		padding: 17px 0 17px 0px;
		text-align: center
	}

	.list ul ul {
		width: 100%;
		left: 100%;
		z-index: 20;
		margin-left: 0px;
		text-align: center
	}
}

.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs {
	display: inline-block;
	text-align: center
}

.icon-bx-xl {
	width: 150px;
	height: 150px;
	line-height: 150px
}

.icon-bx-lg {
	width: 120px;
	height: 120px;
	line-height: 120px
}

.icon-bx-md {
	width: 100px;
	height: 100px;
	line-height: 100px
}

.icon-bx-sm {
	width: 80px;
	height: 80px;
	line-height: 80px
}

.icon-bx-xs {
	width: 40px;
	height: 40px;
	line-height: 40px
}

.icon-bx-xl.radius,
.icon-bx-lg.radius,
.icon-bx-md.radius,
.icon-bx-sm.radius,
.icon-bx-xs.radius {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}

.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
	border-style: solid
}

.border-1 {
	border-width: 1px
}

.border-2 {
	border-width: 2px
}

.border-3 {
	border-width: 3px
}

.border-4 {
	border-width: 4px
}

.border-5 {
	border-width: 5px
}

.icon-bx-xl i,
.icon-bx-lg i,
.icon-bx-md i,
.icon-bx-sm i,
.icon-bx-xs i {
	vertical-align: middle
}

.icon-bx-xl i {
	font-size: 80px
}

.icon-bx-lg i {
	font-size: 60px
}

.icon-bx-md i {
	font-size: 45px
}

.icon-bx-sm i {
	font-size: 30px
}

.icon-bx-xs i {
	font-size: 20px
}

.icon-bx-xl img,
.icon-bx-lg img,
.icon-bx-md img,
.icon-bx-sm img,
.icon-bx-xs img {
	vertical-align: middle;
	max-width: 100%;
	width: auto
}

.icon-bx-xl img {
	height: 80px
}

.icon-bx-lg img {
	height: 55px
}

.icon-bx-md img {
	height: 40px
}

.icon-bx-sm img {
	height: 30px
}

.icon-bx-xs img {
	height: 20px
}

.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
	display: inline-block;
	text-align: center
}

.icon-xl {
	width: 100px
}

.icon-lg {
	width: 80px
}

.icon-md {
	width: 60px
}

.icon-sm {
	width: 40px
}

.icon-xs {
	width: 30px
}

.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
	vertical-align: middle
}

.icon-xl i {
	font-size: 80px
}

.icon-lg i {
	font-size: 60px
}

.icon-md i {
	font-size: 45px
}

.icon-sm i {
	font-size: 30px
}

.icon-xs i {
	font-size: 20px
}

.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
	vertical-align: middle;
	max-width: 100%;
	width: auto
}

.icon-xl img {
	height: 80px
}

.icon-lg img {
	height: 70px
}

.icon-md img {
	height: 50px
}

.icon-sm img {
	height: 30px
}

.icon-xs img {
	height: 20px
}

.icon-bx-wraper {
	position: relative
}

.icon-bx-wraper .dez-tilte {
	margin-top: 0px;
	font-size: 20px
}

.icon-bx-wraper .after-titile-line {
	margin-bottom: 10px
}

.icon-bx-wraper p:last-child {
	margin: 0px
}

.icon-content {
	overflow: hidden
}

.icon-bx-wraper.left .icon-bx-xl,
.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xs {
	float: left;
	margin-right: 20px
}

.icon-bx-wraper.left .icon-xl,
.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xs {
	float: left;
	margin-right: 10px
}

.icon-bx-wraper.right {
	text-align: right
}

.icon-bx-wraper.right .icon-bx-xl,
.icon-bx-wraper.right .icon-bx-lg,
.icon-bx-wraper.right .icon-bx-md,
.icon-bx-wraper.right .icon-bx-sm,
.icon-bx-wraper.right .icon-bx-xs {
	float: right;
	margin-left: 20px
}

.icon-bx-wraper.right .icon-xl,
.icon-bx-wraper.right .icon-lg,
.icon-bx-wraper.right .icon-md,
.icon-bx-wraper.right .icon-sm,
.icon-bx-wraper.right .icon-xs {
	float: right;
	margin-left: 10px
}

.icon-bx-wraper.center {
	text-align: center
}

[class*="icon-bx-"][class*="bg-"] a {
	color: #FFF
}

[class*="icon-bx-"].bg-white a {
	color: inherit
}

[class*="icon-bx-"][class*="border-"] {
	display: table;
	line-height: normal;
	margin-left: auto;
	margin-right: auto
}

[class*="icon-bx-"][class*="border-"] .icon-cell {
	display: table-cell;
	vertical-align: middle
}

.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
	position: absolute
}

.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
	margin-left: -75px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
	margin-left: -60px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-md {
	margin-left: -50px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
	margin-left: -40px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xs {
	margin-left: -20px
}

.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
	position: absolute;
	top: auto;
	left: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
	position: absolute;
	top: auto;
	right: 0px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

.mx-auto {
	margin: 0px auto
}

.m-a0 {
	margin: 0px
}

.m-a5 {
	margin: 5px
}

.m-a10 {
	margin: 10px
}

.m-a15 {
	margin: 15px
}

.m-a20 {
	margin: 20px
}

.m-a30 {
	margin: 30px
}

.m-a40 {
	margin: 40px
}

.m-a50 {
	margin: 50px
}

.m-a60 {
	margin: 60px
}

.m-a70 {
	margin: 70px
}

.m-a80 {
	margin: 80px
}

.m-a90 {
	margin: 90px
}

.m-a100 {
	margin: 100px
}

.m-t0 {
	margin-top: 0px
}

.m-t5 {
	margin-top: 5px
}

.m-t10 {
	margin-top: 10px
}

.m-t15 {
	margin-top: 15px
}

.m-t20 {
	margin-top: 20px
}

.m-t30 {
	margin-top: 30px
}

.m-t40 {
	margin-top: 40px
}

.m-t50 {
	margin-top: 50px
}

.m-t60 {
	margin-top: 60px
}

.m-t70 {
	margin-top: 70px
}

.m-t80 {
	margin-top: 80px
}

.m-t90 {
	margin-top: 90px
}

.m-t100 {
	margin-top: 100px
}

.m-b0 {
	margin-bottom: 0px
}

.m-b5 {
	margin-bottom: 5px
}

.m-b10 {
	margin-bottom: 10px
}

.m-b15 {
	margin-bottom: 15px
}

.m-b20 {
	margin-bottom: 20px
}

.m-b30 {
	margin-bottom: 30px
}

.m-b40 {
	margin-bottom: 40px
}

.m-b50 {
	margin-bottom: 50px
}

.m-b60 {
	margin-bottom: 60px
}

.m-b70 {
	margin-bottom: 70px
}

.m-b80 {
	margin-bottom: 80px
}

.m-b90 {
	margin-bottom: 90px
}

.m-b100 {
	margin-bottom: 100px
}

.m-l0 {
	margin-left: 0px
}

.m-l5 {
	margin-left: 5px
}

.m-l10 {
	margin-left: 10px
}

.m-l15 {
	margin-left: 15px
}

.m-l20 {
	margin-left: 20px
}

.m-l30 {
	margin-left: 30px
}

.m-l40 {
	margin-left: 40px
}

.m-l50 {
	margin-left: 50px
}

.m-l60 {
	margin-left: 60px
}

.m-l70 {
	margin-left: 70px
}

.m-l80 {
	margin-left: 80px
}

.m-l90 {
	margin-left: 90px
}

.m-l100 {
	margin-left: 100px
}

.m-r0 {
	margin-right: 0px
}

.m-r5 {
	margin-right: 5px
}

.m-r10 {
	margin-right: 10px
}

.m-r15 {
	margin-right: 15px
}

.m-r20 {
	margin-right: 20px
}

.m-r30 {
	margin-right: 30px
}

.m-r40 {
	margin-right: 40px
}

.m-r50 {
	margin-right: 50px
}

.m-r60 {
	margin-right: 60px
}

.m-r70 {
	margin-right: 70px
}

.m-r80 {
	margin-right: 80px
}

.m-r90 {
	margin-right: 90px
}

.m-r100 {
	margin-right: 100px
}

.m-lr0 {
	margin-left: 0px;
	margin-right: 0px
}

.m-lr5 {
	margin-left: 5px;
	margin-right: 5px
}

.m-lr10 {
	margin-left: 10px;
	margin-right: 10px
}

.m-lr15 {
	margin-left: 15px;
	margin-right: 15px
}

.m-lr20 {
	margin-left: 20px;
	margin-right: 20px
}

.m-lr30 {
	margin-left: 30px;
	margin-right: 30px
}

.m-lr40 {
	margin-left: 40px;
	margin-right: 40px
}

.m-lr50 {
	margin-left: 50px;
	margin-right: 50px
}

.m-lr60 {
	margin-left: 60px;
	margin-right: 60px
}

.m-lr70 {
	margin-left: 70px;
	margin-right: 70px
}

.m-lr80 {
	margin-left: 80px;
	margin-right: 80px
}

.m-lr90 {
	margin-left: 90px;
	margin-right: 90px
}

.m-lr100 {
	margin-left: 100px;
	margin-right: 100px
}

.m-tb0 {
	margin-bottom: 0px;
	margin-top: 0px
}

.m-tb5 {
	margin-bottom: 5px;
	margin-top: 5px
}

.m-tb10 {
	margin-bottom: 10px;
	margin-top: 10px
}

.m-tb15 {
	margin-bottom: 15px;
	margin-top: 15px
}

.m-tb20 {
	margin-bottom: 20px;
	margin-top: 20px
}

.m-tb30 {
	margin-bottom: 30px;
	margin-top: 30px
}

.m-tb40 {
	margin-bottom: 40px;
	margin-top: 40px
}

.m-tb50 {
	margin-bottom: 50px;
	margin-top: 50px
}

.m-tb60 {
	margin-bottom: 60px;
	margin-top: 60px
}

.m-tb70 {
	margin-bottom: 70px;
	margin-top: 70px
}

.m-tb80 {
	margin-bottom: 80px;
	margin-top: 80px
}

.m-tb90 {
	margin-bottom: 90px;
	margin-top: 90px
}

.m-tb100 {
	margin-bottom: 100px;
	margin-top: 100px
}

.p-a0 {
	padding: 0px
}

.p-a5 {
	padding: 5px
}

.p-a10 {
	padding: 10px
}

.p-a15 {
	padding: 15px
}

.p-a20 {
	padding: 20px
}

.p-a25 {
	padding: 25px
}

.p-a30 {
	padding: 30px
}

.p-a40 {
	padding: 40px
}

.p-a50 {
	padding: 50px
}

.p-a60 {
	padding: 60px
}

.p-a70 {
	padding: 70px
}

.p-a80 {
	padding: 80px
}

.p-a90 {
	padding: 90px
}

.p-a100 {
	padding: 100px
}

.p-t0 {
	padding-top: 0px
}

.p-t5 {
	padding-top: 5px
}

.p-t10 {
	padding-top: 10px
}

.p-t15 {
	padding-top: 15px
}

.p-t20 {
	padding-top: 20px
}

.p-t30 {
	padding-top: 30px
}

.p-t40 {
	padding-top: 40px
}

.p-t50 {
	padding-top: 50px
}

.p-t60 {
	padding-top: 60px
}

.p-t70 {
	padding-top: 70px
}

.p-t80 {
	padding-top: 80px
}

.p-t90 {
	padding-top: 90px
}

.p-t100 {
	padding-top: 100px
}

.p-b0 {
	padding-bottom: 0px
}

.p-b5 {
	padding-bottom: 5px
}

.p-b10 {
	padding-bottom: 10px
}

.p-b15 {
	padding-bottom: 15px
}

.p-b20 {
	padding-bottom: 20px
}

.p-b30 {
	padding-bottom: 30px
}

.p-b40 {
	padding-bottom: 40px
}

.p-b50 {
	padding-bottom: 50px
}

.p-b60 {
	padding-bottom: 60px
}

.p-b70 {
	padding-bottom: 70px
}

.p-b80 {
	padding-bottom: 80px
}

.p-b90 {
	padding-bottom: 90px
}

.p-b100 {
	padding-bottom: 100px
}

.p-l0 {
	padding-left: 0px
}

.p-l5 {
	padding-left: 5px
}

.p-l10 {
	padding-left: 10px
}

.p-l15 {
	padding-left: 15px
}

.p-l20 {
	padding-left: 20px
}

.p-l30 {
	padding-left: 30px
}

.p-l40 {
	padding-left: 40px
}

.p-l50 {
	padding-left: 50px
}

.p-l60 {
	padding-left: 60px
}

.p-l70 {
	padding-left: 70px
}

.p-l80 {
	padding-left: 80px
}

.p-l90 {
	padding-left: 90px
}

.p-l100 {
	padding-left: 100px
}

.p-r0 {
	padding-right: 0px
}

.p-r5 {
	padding-right: 5px
}

.p-r10 {
	padding-right: 10px
}

.p-r15 {
	padding-right: 15px
}

.p-r20 {
	padding-right: 20px
}

.p-r30 {
	padding-right: 30px
}

.p-r40 {
	padding-right: 40px
}

.p-r50 {
	padding-right: 50px
}

.p-r60 {
	padding-right: 60px
}

.p-r70 {
	padding-right: 70px
}

.p-r80 {
	padding-right: 80px
}

.p-r90 {
	padding-right: 90px
}

.p-r100 {
	padding-right: 100px
}
