.messages {
	background: no-repeat 10px 17px;
	border: 1px solid;
	border-width: 1px 1px 1px 0;
	border-radius: 2px;
	padding: 15px 20px 15px 35px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}[dir="rtl"] .messages {
	border-width: 1px 0 1px 1px;
	background-position: right 10px top 17px;
	padding-left: 20px;
	padding-right: 35px;
	text-align: right;
}

.messages + .messages {
	margin-top: 1.538em;
}

.messages__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.messages__item + .messages__item {
	margin-top: 0.769em;
}

.messages--status {
	color: #325e1c;
	background-color: #f3faef;
	border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
	background-image: url(../fonts/check.svg);
	box-shadow: -8px 0 0 #77b259;
}[dir="rtl"] .messages--status {
	border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
	box-shadow: 8px 0 0 #77b259;
	margin-left: 0;
}

.messages--warning {
	background-color: #fdf8ed;
	background-image: url(../fonts/warning.svg);
	border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
	color: #734c00;
	box-shadow: -8px 0 0 #e09600;
}[dir="rtl"] .messages--warning {
	border-color: #f4daa6 transparent #f4daa6 #f4daa6;
	box-shadow: 8px 0 0 #e09600;
}

.messages--error {
	background-color: #fcf4f2;
	color: #a51b00;
	background-image: url(../fonts/error.svg);
	border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
	box-shadow: -8px 0 0 #e62600;
}[dir="rtl"] .messages--error {
	border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
	box-shadow: 8px 0 0 #e62600;
}

.messages--error p.error {
	color: #a51b00;
}

body {
}

.main-menu,.main-menu .tb-megamenu {
	background: !important;
}

.main-menu .tb-megamenu .nav-collapse ul.nav > li > a {
	color: !important;
}

.main-menu .tb-megamenu .nav-collapse ul.nav > li > a:hover {
	color: !important;
}

.main-menu .tb-megamenu .tb-megamenu-submenu {
	background: !important;
	color: !important;
}

.main-menu .tb-megamenu .tb-megamenu-submenu a {
	color: !important;
}

.main-menu .tb-megamenu .tb-megamenu-submenu a:hover {
	color: !important;
}

@font-face {
	font-family:'FontAwesome';src:url(../fonts/fontawesome-webfont.eot);src:url(../fonts/fontawesome-webfont.eot) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2) format("woff2"),url(../fonts/fontawesome-webfont.woff) format("woff"),url(../fonts/fontawesome-webfont.ttf) format("truetype"),url(../fonts/fontawesome-webfont.svg#fontawesomeregular) 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.33333em;
	line-height: 0.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.28571em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.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;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-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 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-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 {
	-ms-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: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

/* .fa-envelope-o:before { */
	/* content: ""; */
/* } */

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before,.fa-close:before,.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before,.fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

/* .fa-home:before { */
	/* content: ""; */
/* } */

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before,.fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before,.fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before,.fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

/* .fa-phone:before { */
	/* content: ""; */
/* } */

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before,.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,.fa-users:before {
	content: "";
}

.fa-chain:before,.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,.fa-scissors:before {
	content: "";
}

.fa-copy:before,.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before,.fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before,.fa-sort:before {
	content: "";
}

.fa-sort-down:before,.fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before,.fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before,.fa-undo:before {
	content: "";
}

.fa-legal:before,.fa-gavel:before {
	content: "";
}

.fa-dashboard:before,.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before,.fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before,.fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before,.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before,.fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before,.fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,.fa-usd:before {
	content: "";
}

.fa-rupee:before,.fa-inr:before {
	content: "";
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
	content: "";
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
	content: "";
}

.fa-won:before,.fa-krw:before {
	content: "";
}

.fa-bitcoin:before,.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before,.fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before,.fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
	content: "";
}

.fa-mortar-board:before,.fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

/* .fa-fax:before { */
	/* content: ""; */
/* } */

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,.fa-car:before {
	content: "";
}

.fa-cab:before,.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,.fa-rebel:before {
	content: "";
}

.fa-ge:before,.fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,.fa-weixin:before {
	content: "";
}

.fa-send:before,.fa-paper-plane:before {
	content: "";
}

.fa-send-o:before,.fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before,.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before,.fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before,.fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before,.fa-battery-full:before {
	content: "";
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before,.fa-battery-half:before {
	content: "";
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before,.fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before,.fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.gd_layerslider {
	background: #f1f1f1;
}

.layer-style-image {
	display: inline-block;
}

.layer-style-image img {
	max-width: 100% !important;
	height: auto !important;
}

.gd_sliderlayer .tp-caption,#gd_slider_single .tp-caption {
	font-family: "微软雅黑","Microsoft Yahei",Arial;
	z-index: 99;
}

.gd_sliderlayer .sub-title,#gd_slider_single .sub-title {
	font-family: "微软雅黑","Microsoft Yahei",Arial;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #fff;
}

.gd_sliderlayer .sub-title:after,#gd_slider_single .sub-title:after {
	content: "";
	width: 5px;
	height: 100%;
	background: #47C9E5;
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 99;
}

.gd_sliderlayer .big-text,#gd_slider_single .big-text {
	color: #fff;
	font-size: 45px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
	font-family: "微软雅黑","Microsoft Yahei",Arial;
	text-transform: uppercase;
}

.gd_sliderlayer .medium-text,#gd_slider_single .medium-text {
	color: rgba(255,255,255,0.8);
	font-size: 22px;
	font-family: "微软雅黑","Microsoft Yahei",Arial;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.gd_sliderlayer .medium-text:after,#gd_slider_single .medium-text:after {
	width: 80px;
	height: 1px;
	background: #fff;
	content: "";
	bottom: 0;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	z-index: 1;
}

.gd_sliderlayer .medium-text.left:after,#gd_slider_single .medium-text.left:after {
	left: 0;
	margin-left: 0;
}

.gd_sliderlayer .small-text,#gd_slider_single .small-text {
	font-size: 16px;
	color: #fff;
	line-height: 18px;
}

.gd_sliderlayer .btn-slide,#gd_slider_single .btn-slide {
	background: #47C9E5;
	font-size: 14px;
	text-transform: uppercase;
	backface-visibility: hidden;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	letter-spacing: 1px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	color: #fff;
	padding: 6px 18px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.gd_sliderlayer .btn-slide:hover,#gd_slider_single .btn-slide:hover {
	background: #fff;
	color: #000;
	background: #fff;
}

.gd_sliderlayer .gd-overlay:after,#gd_slider_single .gd-overlay:after {
	content: "";
	background: url(../images/imagesgrid-slide.png) repeat rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.gd_sliderlayer .tp-bullets,#gd_slider_single .tp-bullets {
	margin-left: -40px;
}

.gd_sliderlayer .tp-bullets .tp-bullet,#gd_slider_single .tp-bullets .tp-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #CCCCCC;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.gd_sliderlayer .tp-bullets .tp-bullet:last-child,#gd_slider_single .tp-bullets .tp-bullet:last-child {
	margin-right: 0 !important;
}

.gd_sliderlayer .tp-bullets .tp-bullet.selected,#gd_slider_single .tp-bullets .tp-bullet.selected {
	background: #47C9E5;
}

@font-face {
	font-family:'material-icon';src:url(../fonts/material-design-iconic-font.woff2) format("woff2"),url(../fonts/material-design-iconic-font.woff) format("woff"),url(../fonts/material-design-iconic-font.ttf) format("truetype"),url(/themes/glind/fonts/Material-Design-Iconic-Font.otf) format("opentype"),url(/themes/glind/fonts/Material-Design-Iconic-Font.eot) format("eot"),url(../fonts/material-design-iconic-font.svg) format("svg");font-weight:normal;font-style:normal;
}

.zmdi {
	font-family: 'material-icon';
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.zmdi-hc-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.zmdi-hc-2x {
	font-size: 2em;
}

.zmdi-hc-3x {
	font-size: 3em;
}

.zmdi-hc-4x {
	font-size: 4em;
}

.zmdi-hc-5x {
	font-size: 5em;
}

.zmdi-hc-fw {
	width: 1.28571429em;
	text-align: center;
}

.zmdi-hc-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.zmdi-hc-ul > li {
	position: relative;
}

.zmdi-hc-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.zmdi-hc-li.zmdi-hc-lg {
	left: -1.85714286em;
}

.zmdi-hc-border {
	padding: .1em .25em;
	border: solid 0.1em #9e9e9e;
	border-radius: 2px;
}

.zmdi-hc-border-circle {
	padding: .1em .25em;
	border: solid 0.1em #9e9e9e;
	border-radius: 50%;
}

.zmdi.pull-left {
	float: left;
	margin-right: .15em;
}

.zmdi.pull-right {
	float: right;
	margin-left: .15em;
}

.zmdi-hc-spin {
	-webkit-animation: zmdi-spin 1.5s infinite linear;
	animation: zmdi-spin 1.5s infinite linear;
}

.zmdi-hc-spin-reverse {
	-webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
	animation: zmdi-spin-reverse 1.5s infinite linear;
}

@-webkit-keyframes zmdi-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes zmdi-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes zmdi-spin-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-359deg);
		transform: rotate(-359deg);
	}
}

@keyframes zmdi-spin-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-359deg);
		transform: rotate(-359deg);
	}
}

.zmdi-hc-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.zmdi-hc-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.zmdi-hc-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.zmdi-hc-flip-horizontal {
	-webkit-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	transform: scale(-1,1);
}

.zmdi-hc-flip-vertical {
	-webkit-transform: scale(1,-1);
	-ms-transform: scale(1,-1);
	transform: scale(1,-1);
}

.zmdi-hc-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.zmdi-hc-stack-1x,.zmdi-hc-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.zmdi-hc-stack-1x {
	line-height: inherit;
}

.zmdi-hc-stack-2x {
	font-size: 2em;
}

.zmdi-hc-inverse {
	color: #ffffff;
}

.zmdi-3d-rotation:before {
	content: '\f101';
}

.zmdi-airplane-off:before {
	content: '\f102';
}

.zmdi-airplane:before {
	content: '\f103';
}

.zmdi-album:before {
	content: '\f104';
}

.zmdi-archive:before {
	content: '\f105';
}

.zmdi-assignment-account:before {
	content: '\f106';
}

.zmdi-assignment-alert:before {
	content: '\f107';
}

.zmdi-assignment-check:before {
	content: '\f108';
}

.zmdi-assignment-o:before {
	content: '\f109';
}

.zmdi-assignment-return:before {
	content: '\f10a';
}

.zmdi-assignment-returned:before {
	content: '\f10b';
}

.zmdi-assignment:before {
	content: '\f10c';
}

.zmdi-attachment-alt:before {
	content: '\f10d';
}

.zmdi-attachment:before {
	content: '\f10e';
}

.zmdi-audio:before {
	content: '\f10f';
}

.zmdi-badge-check:before {
	content: '\f110';
}

.zmdi-balance-wallet:before {
	content: '\f111';
}

.zmdi-balance:before {
	content: '\f112';
}

.zmdi-battery-alert:before {
	content: '\f113';
}

.zmdi-battery-flash:before {
	content: '\f114';
}

.zmdi-battery-unknown:before {
	content: '\f115';
}

.zmdi-battery:before {
	content: '\f116';
}

.zmdi-bike:before {
	content: '\f117';
}

.zmdi-block-alt:before {
	content: '\f118';
}

.zmdi-block:before {
	content: '\f119';
}

.zmdi-boat:before {
	content: '\f11a';
}

.zmdi-book-image:before {
	content: '\f11b';
}

.zmdi-book:before {
	content: '\f11c';
}

.zmdi-bookmark-outline:before {
	content: '\f11d';
}

.zmdi-bookmark:before {
	content: '\f11e';
}

.zmdi-brush:before {
	content: '\f11f';
}

.zmdi-bug:before {
	content: '\f120';
}

.zmdi-bus:before {
	content: '\f121';
}

.zmdi-cake:before {
	content: '\f122';
}

.zmdi-car-taxi:before {
	content: '\f123';
}

.zmdi-car-wash:before {
	content: '\f124';
}

.zmdi-car:before {
	content: '\f125';
}

.zmdi-card-giftcard:before {
	content: '\f126';
}

.zmdi-card-membership:before {
	content: '\f127';
}

.zmdi-card-travel:before {
	content: '\f128';
}

.zmdi-card:before {
	content: '\f129';
}

.zmdi-case-check:before {
	content: '\f12a';
}

.zmdi-case-download:before {
	content: '\f12b';
}

.zmdi-case-play:before {
	content: '\f12c';
}

.zmdi-case:before {
	content: '\f12d';
}

.zmdi-cast-connected:before {
	content: '\f12e';
}

.zmdi-cast:before {
	content: '\f12f';
}

.zmdi-chart-donut:before {
	content: '\f130';
}

.zmdi-chart:before {
	content: '\f131';
}

.zmdi-city-alt:before {
	content: '\f132';
}

.zmdi-city:before {
	content: '\f133';
}

.zmdi-close-circle-o:before {
	content: '\f134';
}

.zmdi-close-circle:before {
	content: '\f135';
}

.zmdi-close:before {
	content: '\f136';
}

.zmdi-cocktail:before {
	content: '\f137';
}

.zmdi-code-setting:before {
	content: '\f138';
}

.zmdi-code-smartphone:before {
	content: '\f139';
}

.zmdi-code:before {
	content: '\f13a';
}

.zmdi-coffee:before {
	content: '\f13b';
}

.zmdi-collection-bookmark:before {
	content: '\f13c';
}

.zmdi-collection-case-play:before {
	content: '\f13d';
}

.zmdi-collection-folder-image:before {
	content: '\f13e';
}

.zmdi-collection-image-o:before {
	content: '\f13f';
}

.zmdi-collection-image:before {
	content: '\f140';
}

.zmdi-collection-item-1:before {
	content: '\f141';
}

.zmdi-collection-item-2:before {
	content: '\f142';
}

.zmdi-collection-item-3:before {
	content: '\f143';
}

.zmdi-collection-item-4:before {
	content: '\f144';
}

.zmdi-collection-item-5:before {
	content: '\f145';
}

.zmdi-collection-item-6:before {
	content: '\f146';
}

.zmdi-collection-item-7:before {
	content: '\f147';
}

.zmdi-collection-item-8:before {
	content: '\f148';
}

.zmdi-collection-item-9-plus:before {
	content: '\f149';
}

.zmdi-collection-item-9:before {
	content: '\f14a';
}

.zmdi-collection-item:before {
	content: '\f14b';
}

.zmdi-collection-music:before {
	content: '\f14c';
}

.zmdi-collection-pdf:before {
	content: '\f14d';
}

.zmdi-collection-plus:before {
	content: '\f14e';
}

.zmdi-collection-speaker:before {
	content: '\f14f';
}

.zmdi-collection-text:before {
	content: '\f150';
}

.zmdi-collection-video:before {
	content: '\f151';
}

.zmdi-compass:before {
	content: '\f152';
}

.zmdi-cutlery:before {
	content: '\f153';
}

.zmdi-delete:before {
	content: '\f154';
}

.zmdi-dialpad:before {
	content: '\f155';
}

.zmdi-dns:before {
	content: '\f156';
}

.zmdi-drink:before {
	content: '\f157';
}

.zmdi-edit:before {
	content: '\f158';
}

.zmdi-email-open:before {
	content: '\f159';
}

.zmdi-email:before {
	content: '\f15a';
}

.zmdi-eye-off:before {
	content: '\f15b';
}

.zmdi-eye:before {
	content: '\f15c';
}

.zmdi-eyedropper:before {
	content: '\f15d';
}

.zmdi-favorite-outline:before {
	content: '\f15e';
}

.zmdi-favorite:before {
	content: '\f15f';
}

.zmdi-filter-list:before {
	content: '\f160';
}

.zmdi-fire:before {
	content: '\f161';
}

.zmdi-flag:before {
	content: '\f162';
}

.zmdi-flare:before {
	content: '\f163';
}

.zmdi-flash-auto:before {
	content: '\f164';
}

.zmdi-flash-off:before {
	content: '\f165';
}

.zmdi-flash:before {
	content: '\f166';
}

.zmdi-flip:before {
	content: '\f167';
}

.zmdi-flower-alt:before {
	content: '\f168';
}

.zmdi-flower:before {
	content: '\f169';
}

.zmdi-font:before {
	content: '\f16a';
}

.zmdi-fullscreen-alt:before {
	content: '\f16b';
}

.zmdi-fullscreen-exit:before {
	content: '\f16c';
}

.zmdi-fullscreen:before {
	content: '\f16d';
}

.zmdi-functions:before {
	content: '\f16e';
}

.zmdi-gas-station:before {
	content: '\f16f';
}

.zmdi-gesture:before {
	content: '\f170';
}

.zmdi-globe-alt:before {
	content: '\f171';
}

.zmdi-globe-lock:before {
	content: '\f172';
}

.zmdi-globe:before {
	content: '\f173';
}

.zmdi-graduation-cap:before {
	content: '\f174';
}

.zmdi-home:before {
	content: '\f175';
}

.zmdi-hospital-alt:before {
	content: '\f176';
}

.zmdi-hospital:before {
	content: '\f177';
}

.zmdi-hotel:before {
	content: '\f178';
}

.zmdi-hourglass-alt:before {
	content: '\f179';
}

.zmdi-hourglass-outline:before {
	content: '\f17a';
}

.zmdi-hourglass:before {
	content: '\f17b';
}

.zmdi-http:before {
	content: '\f17c';
}

.zmdi-image-alt:before {
	content: '\f17d';
}

.zmdi-image-o:before {
	content: '\f17e';
}

.zmdi-image:before {
	content: '\f17f';
}

.zmdi-inbox:before {
	content: '\f180';
}

.zmdi-invert-colors-off:before {
	content: '\f181';
}

.zmdi-invert-colors:before {
	content: '\f182';
}

.zmdi-key:before {
	content: '\f183';
}

.zmdi-label-alt-outline:before {
	content: '\f184';
}

.zmdi-label-alt:before {
	content: '\f185';
}

.zmdi-label-heart:before {
	content: '\f186';
}

.zmdi-label:before {
	content: '\f187';
}

.zmdi-labels:before {
	content: '\f188';
}

.zmdi-lamp:before {
	content: '\f189';
}

.zmdi-landscape:before {
	content: '\f18a';
}

.zmdi-layers-off:before {
	content: '\f18b';
}

.zmdi-layers:before {
	content: '\f18c';
}

.zmdi-library:before {
	content: '\f18d';
}

.zmdi-link:before {
	content: '\f18e';
}

.zmdi-lock-open:before {
	content: '\f18f';
}

.zmdi-lock-outline:before {
	content: '\f190';
}

.zmdi-lock:before {
	content: '\f191';
}

.zmdi-mail-reply-all:before {
	content: '\f192';
}

.zmdi-mail-reply:before {
	content: '\f193';
}

.zmdi-mail-send:before {
	content: '\f194';
}

.zmdi-mall:before {
	content: '\f195';
}

.zmdi-map:before {
	content: '\f196';
}

.zmdi-menu:before {
	content: '\f197';
}

.zmdi-money-box:before {
	content: '\f198';
}

.zmdi-money-off:before {
	content: '\f199';
}

.zmdi-money:before {
	content: '\f19a';
}

.zmdi-more-vert:before {
	content: '\f19b';
}

.zmdi-more:before {
	content: '\f19c';
}

.zmdi-movie-alt:before {
	content: '\f19d';
}

.zmdi-movie:before {
	content: '\f19e';
}

.zmdi-nature-people:before {
	content: '\f19f';
}

.zmdi-nature:before {
	content: '\f1a0';
}

.zmdi-navigation:before {
	content: '\f1a1';
}

.zmdi-open-in-browser:before {
	content: '\f1a2';
}

.zmdi-open-in-new:before {
	content: '\f1a3';
}

.zmdi-palette:before {
	content: '\f1a4';
}

.zmdi-parking:before {
	content: '\f1a5';
}

.zmdi-pin-account:before {
	content: '\f1a6';
}

.zmdi-pin-assistant:before {
	content: '\f1a7';
}

.zmdi-pin-drop:before {
	content: '\f1a8';
}

.zmdi-pin-help:before {
	content: '\f1a9';
}

.zmdi-pin-off:before {
	content: '\f1aa';
}

.zmdi-pin:before {
	content: '\f1ab';
}

.zmdi-pizza:before {
	content: '\f1ac';
}

.zmdi-plaster:before {
	content: '\f1ad';
}

.zmdi-power-setting:before {
	content: '\f1ae';
}

.zmdi-power:before {
	content: '\f1af';
}

.zmdi-print:before {
	content: '\f1b0';
}

.zmdi-puzzle-piece:before {
	content: '\f1b1';
}

.zmdi-quote:before {
	content: '\f1b2';
}

.zmdi-railway:before {
	content: '\f1b3';
}

.zmdi-receipt:before {
	content: '\f1b4';
}

.zmdi-refresh-alt:before {
	content: '\f1b5';
}

.zmdi-refresh-sync-alert:before {
	content: '\f1b6';
}

.zmdi-refresh-sync-off:before {
	content: '\f1b7';
}

.zmdi-refresh-sync:before {
	content: '\f1b8';
}

.zmdi-refresh:before {
	content: '\f1b9';
}

.zmdi-roller:before {
	content: '\f1ba';
}

.zmdi-ruler:before {
	content: '\f1bb';
}

.zmdi-scissors:before {
	content: '\f1bc';
}

.zmdi-screen-rotation-lock:before {
	content: '\f1bd';
}

.zmdi-screen-rotation:before {
	content: '\f1be';
}

.zmdi-search-for:before {
	content: '\f1bf';
}

.zmdi-search-in-file:before {
	content: '\f1c0';
}

.zmdi-search-in-page:before {
	content: '\f1c1';
}

.zmdi-search-replace:before {
	content: '\f1c2';
}

.zmdi-search:before {
	content: '\f1c3';
}

.zmdi-seat:before {
	content: '\f1c4';
}

.zmdi-settings-square:before {
	content: '\f1c5';
}

.zmdi-settings:before {
	content: '\f1c6';
}

.zmdi-shield-check:before {
	content: '\f1c7';
}

.zmdi-shield-security:before {
	content: '\f1c8';
}

.zmdi-shopping-basket:before {
	content: '\f1c9';
}

.zmdi-shopping-cart-plus:before {
	content: '\f1ca';
}

.zmdi-shopping-cart:before {
	content: '\f1cb';
}

.zmdi-sign-in:before {
	content: '\f1cc';
}

.zmdi-sort-amount-asc:before {
	content: '\f1cd';
}

.zmdi-sort-amount-desc:before {
	content: '\f1ce';
}

.zmdi-sort-asc:before {
	content: '\f1cf';
}

.zmdi-sort-desc:before {
	content: '\f1d0';
}

.zmdi-spellcheck:before {
	content: '\f1d1';
}

.zmdi-storage:before {
	content: '\f1d2';
}

.zmdi-store-24:before {
	content: '\f1d3';
}

.zmdi-store:before {
	content: '\f1d4';
}

.zmdi-subway:before {
	content: '\f1d5';
}

.zmdi-sun:before {
	content: '\f1d6';
}

.zmdi-tab-unselected:before {
	content: '\f1d7';
}

.zmdi-tab:before {
	content: '\f1d8';
}

.zmdi-tag-close:before {
	content: '\f1d9';
}

.zmdi-tag-more:before {
	content: '\f1da';
}

.zmdi-tag:before {
	content: '\f1db';
}

.zmdi-thumb-down:before {
	content: '\f1dc';
}

.zmdi-thumb-up-down:before {
	content: '\f1dd';
}

.zmdi-thumb-up:before {
	content: '\f1de';
}

.zmdi-ticket-star:before {
	content: '\f1df';
}

.zmdi-toll:before {
	content: '\f1e0';
}

.zmdi-toys:before {
	content: '\f1e1';
}

.zmdi-traffic:before {
	content: '\f1e2';
}

.zmdi-translate:before {
	content: '\f1e3';
}

.zmdi-triangle-down:before {
	content: '\f1e4';
}

.zmdi-triangle-up:before {
	content: '\f1e5';
}

.zmdi-truck:before {
	content: '\f1e6';
}

.zmdi-turning-sign:before {
	content: '\f1e7';
}

.zmdi-wallpaper:before {
	content: '\f1e8';
}

.zmdi-washing-machine:before {
	content: '\f1e9';
}

.zmdi-window-maximize:before {
	content: '\f1ea';
}

.zmdi-window-minimize:before {
	content: '\f1eb';
}

.zmdi-window-restore:before {
	content: '\f1ec';
}

.zmdi-wrench:before {
	content: '\f1ed';
}

.zmdi-zoom-in:before {
	content: '\f1ee';
}

.zmdi-zoom-out:before {
	content: '\f1ef';
}

.zmdi-alert-circle-o:before {
	content: '\f1f0';
}

.zmdi-alert-circle:before {
	content: '\f1f1';
}

.zmdi-alert-octagon:before {
	content: '\f1f2';
}

.zmdi-alert-polygon:before {
	content: '\f1f3';
}

.zmdi-alert-triangle:before {
	content: '\f1f4';
}

.zmdi-help-outline:before {
	content: '\f1f5';
}

.zmdi-help:before {
	content: '\f1f6';
}

.zmdi-info-outline:before {
	content: '\f1f7';
}

.zmdi-info:before {
	content: '\f1f8';
}

.zmdi-notifications-active:before {
	content: '\f1f9';
}

.zmdi-notifications-add:before {
	content: '\f1fa';
}

.zmdi-notifications-none:before {
	content: '\f1fb';
}

.zmdi-notifications-off:before {
	content: '\f1fc';
}

.zmdi-notifications-paused:before {
	content: '\f1fd';
}

.zmdi-notifications:before {
	content: '\f1fe';
}

.zmdi-account-add:before {
	content: '\f1ff';
}

.zmdi-account-box-mail:before {
	content: '\f200';
}

.zmdi-account-box-o:before {
	content: '\f201';
}

.zmdi-account-box-phone:before {
	content: '\f202';
}

.zmdi-account-box:before {
	content: '\f203';
}

.zmdi-account-calendar:before {
	content: '\f204';
}

.zmdi-account-circle:before {
	content: '\f205';
}

.zmdi-account-o:before {
	content: '\f206';
}

.zmdi-account:before {
	content: '\f207';
}

.zmdi-accounts-add:before {
	content: '\f208';
}

.zmdi-accounts-alt:before {
	content: '\f209';
}

.zmdi-accounts-list-alt:before {
	content: '\f20a';
}

.zmdi-accounts-list:before {
	content: '\f20b';
}

.zmdi-accounts-outline:before {
	content: '\f20c';
}

.zmdi-accounts:before {
	content: '\f20d';
}

.zmdi-face:before {
	content: '\f20e';
}

.zmdi-female:before {
	content: '\f20f';
}

.zmdi-male-alt:before {
	content: '\f210';
}

.zmdi-male-female:before {
	content: '\f211';
}

.zmdi-male:before {
	content: '\f212';
}

.zmdi-mood-bad:before {
	content: '\f213';
}

.zmdi-mood:before {
	content: '\f214';
}

.zmdi-run:before {
	content: '\f215';
}

.zmdi-walk:before {
	content: '\f216';
}

.zmdi-cloud-box:before {
	content: '\f217';
}

.zmdi-cloud-circle:before {
	content: '\f218';
}

.zmdi-cloud-done:before {
	content: '\f219';
}

.zmdi-cloud-download:before {
	content: '\f21a';
}

.zmdi-cloud-off:before {
	content: '\f21b';
}

.zmdi-cloud-outline-alt:before {
	content: '\f21c';
}

.zmdi-cloud-outline:before {
	content: '\f21d';
}

.zmdi-cloud-upload:before {
	content: '\f21e';
}

.zmdi-cloud:before {
	content: '\f21f';
}

.zmdi-download:before {
	content: '\f220';
}

.zmdi-file-plus:before {
	content: '\f221';
}

.zmdi-file-text:before {
	content: '\f222';
}

.zmdi-file:before {
	content: '\f223';
}

.zmdi-folder-outline:before {
	content: '\f224';
}

.zmdi-folder-person:before {
	content: '\f225';
}

.zmdi-folder-star-alt:before {
	content: '\f226';
}

.zmdi-folder-star:before {
	content: '\f227';
}

.zmdi-folder:before {
	content: '\f228';
}

.zmdi-gif:before {
	content: '\f229';
}

.zmdi-upload:before {
	content: '\f22a';
}

.zmdi-border-all:before {
	content: '\f22b';
}

.zmdi-border-bottom:before {
	content: '\f22c';
}

.zmdi-border-clear:before {
	content: '\f22d';
}

.zmdi-border-color:before {
	content: '\f22e';
}

.zmdi-border-horizontal:before {
	content: '\f22f';
}

.zmdi-border-inner:before {
	content: '\f230';
}

.zmdi-border-left:before {
	content: '\f231';
}

.zmdi-border-outer:before {
	content: '\f232';
}

.zmdi-border-right:before {
	content: '\f233';
}

.zmdi-border-style:before {
	content: '\f234';
}

.zmdi-border-top:before {
	content: '\f235';
}

.zmdi-border-vertical:before {
	content: '\f236';
}

.zmdi-copy:before {
	content: '\f237';
}

.zmdi-crop:before {
	content: '\f238';
}

.zmdi-format-align-center:before {
	content: '\f239';
}

.zmdi-format-align-justify:before {
	content: '\f23a';
}

.zmdi-format-align-left:before {
	content: '\f23b';
}

.zmdi-format-align-right:before {
	content: '\f23c';
}

.zmdi-format-bold:before {
	content: '\f23d';
}

.zmdi-format-clear-all:before {
	content: '\f23e';
}

.zmdi-format-clear:before {
	content: '\f23f';
}

.zmdi-format-color-fill:before {
	content: '\f240';
}

.zmdi-format-color-reset:before {
	content: '\f241';
}

.zmdi-format-color-text:before {
	content: '\f242';
}

.zmdi-format-indent-decrease:before {
	content: '\f243';
}

.zmdi-format-indent-increase:before {
	content: '\f244';
}

.zmdi-format-italic:before {
	content: '\f245';
}

.zmdi-format-line-spacing:before {
	content: '\f246';
}

.zmdi-format-list-bulleted:before {
	content: '\f247';
}

.zmdi-format-list-numbered:before {
	content: '\f248';
}

.zmdi-format-ltr:before {
	content: '\f249';
}

.zmdi-format-rtl:before {
	content: '\f24a';
}

.zmdi-format-size:before {
	content: '\f24b';
}

.zmdi-format-strikethrough-s:before {
	content: '\f24c';
}

.zmdi-format-strikethrough:before {
	content: '\f24d';
}

.zmdi-format-subject:before {
	content: '\f24e';
}

.zmdi-format-underlined:before {
	content: '\f24f';
}

.zmdi-format-valign-bottom:before {
	content: '\f250';
}

.zmdi-format-valign-center:before {
	content: '\f251';
}

.zmdi-format-valign-top:before {
	content: '\f252';
}

.zmdi-redo:before {
	content: '\f253';
}

.zmdi-select-all:before {
	content: '\f254';
}

.zmdi-space-bar:before {
	content: '\f255';
}

.zmdi-text-format:before {
	content: '\f256';
}

.zmdi-transform:before {
	content: '\f257';
}

.zmdi-undo:before {
	content: '\f258';
}

.zmdi-wrap-text:before {
	content: '\f259';
}

.zmdi-comment-alert:before {
	content: '\f25a';
}

.zmdi-comment-alt-text:before {
	content: '\f25b';
}

.zmdi-comment-alt:before {
	content: '\f25c';
}

.zmdi-comment-edit:before {
	content: '\f25d';
}

.zmdi-comment-image:before {
	content: '\f25e';
}

.zmdi-comment-list:before {
	content: '\f25f';
}

.zmdi-comment-more:before {
	content: '\f260';
}

.zmdi-comment-outline:before {
	content: '\f261';
}

.zmdi-comment-text-alt:before {
	content: '\f262';
}

.zmdi-comment-text:before {
	content: '\f263';
}

.zmdi-comment-video:before {
	content: '\f264';
}

.zmdi-comment:before {
	content: '\f265';
}

.zmdi-comments:before {
	content: '\f266';
}

.zmdi-check-all:before {
	content: '\f267';
}

.zmdi-check-circle-u:before {
	content: '\f268';
}

.zmdi-check-circle:before {
	content: '\f269';
}

.zmdi-check-square:before {
	content: '\f26a';
}

.zmdi-check:before {
	content: '\f26b';
}

.zmdi-circle-o:before {
	content: '\f26c';
}

.zmdi-circle:before {
	content: '\f26d';
}

.zmdi-dot-circle-alt:before {
	content: '\f26e';
}

.zmdi-dot-circle:before {
	content: '\f26f';
}

.zmdi-minus-circle-outline:before {
	content: '\f270';
}

.zmdi-minus-circle:before {
	content: '\f271';
}

.zmdi-minus-square:before {
	content: '\f272';
}

.zmdi-minus:before {
	content: '\f273';
}

.zmdi-plus-circle-o-duplicate:before {
	content: '\f274';
}

.zmdi-plus-circle-o:before {
	content: '\f275';
}

.zmdi-plus-circle:before {
	content: '\f276';
}

.zmdi-plus-square:before {
	content: '\f277';
}

.zmdi-plus:before {
	content: '\f278';
}

.zmdi-square-o:before {
	content: '\f279';
}

.zmdi-star-circle:before {
	content: '\f27a';
}

.zmdi-star-half:before {
	content: '\f27b';
}

.zmdi-star-outline:before {
	content: '\f27c';
}

.zmdi-star:before {
	content: '\f27d';
}

.zmdi-bluetooth-connected:before {
	content: '\f27e';
}

.zmdi-bluetooth-off:before {
	content: '\f27f';
}

.zmdi-bluetooth-search:before {
	content: '\f280';
}

.zmdi-bluetooth-setting:before {
	content: '\f281';
}

.zmdi-bluetooth:before {
	content: '\f282';
}

.zmdi-camera-add:before {
	content: '\f283';
}

.zmdi-camera-alt:before {
	content: '\f284';
}

.zmdi-camera-bw:before {
	content: '\f285';
}

.zmdi-camera-front:before {
	content: '\f286';
}

.zmdi-camera-mic:before {
	content: '\f287';
}

.zmdi-camera-party-mode:before {
	content: '\f288';
}

.zmdi-camera-rear:before {
	content: '\f289';
}

.zmdi-camera-roll:before {
	content: '\f28a';
}

.zmdi-camera-switch:before {
	content: '\f28b';
}

.zmdi-camera:before {
	content: '\f28c';
}

.zmdi-card-alert:before {
	content: '\f28d';
}

.zmdi-card-off:before {
	content: '\f28e';
}

.zmdi-card-sd:before {
	content: '\f28f';
}

.zmdi-card-sim:before {
	content: '\f290';
}

.zmdi-desktop-mac:before {
	content: '\f291';
}

.zmdi-desktop-windows:before {
	content: '\f292';
}

.zmdi-device-hub:before {
	content: '\f293';
}

.zmdi-devices-off:before {
	content: '\f294';
}

.zmdi-devices:before {
	content: '\f295';
}

.zmdi-dock:before {
	content: '\f296';
}

.zmdi-floppy:before {
	content: '\f297';
}

.zmdi-gamepad:before {
	content: '\f298';
}

.zmdi-gps-dot:before {
	content: '\f299';
}

.zmdi-gps-off:before {
	content: '\f29a';
}

.zmdi-gps:before {
	content: '\f29b';
}

.zmdi-headset-mic:before {
	content: '\f29c';
}

.zmdi-headset:before {
	content: '\f29d';
}

.zmdi-input-antenna:before {
	content: '\f29e';
}

.zmdi-input-composite:before {
	content: '\f29f';
}

.zmdi-input-hdmi:before {
	content: '\f2a0';
}

.zmdi-input-power:before {
	content: '\f2a1';
}

.zmdi-input-svideo:before {
	content: '\f2a2';
}

.zmdi-keyboard-hide:before {
	content: '\f2a3';
}

.zmdi-keyboard:before {
	content: '\f2a4';
}

.zmdi-laptop-chromebook:before {
	content: '\f2a5';
}

.zmdi-laptop-mac:before {
	content: '\f2a6';
}

.zmdi-laptop:before {
	content: '\f2a7';
}

.zmdi-mic-off:before {
	content: '\f2a8';
}

.zmdi-mic-outline:before {
	content: '\f2a9';
}

.zmdi-mic-setting:before {
	content: '\f2aa';
}

.zmdi-mic:before {
	content: '\f2ab';
}

.zmdi-mouse:before {
	content: '\f2ac';
}

.zmdi-network-alert:before {
	content: '\f2ad';
}

.zmdi-network-locked:before {
	content: '\f2ae';
}

.zmdi-network-off:before {
	content: '\f2af';
}

.zmdi-network-outline:before {
	content: '\f2b0';
}

.zmdi-network-setting:before {
	content: '\f2b1';
}

.zmdi-network:before {
	content: '\f2b2';
}

.zmdi-phone-bluetooth:before {
	content: '\f2b3';
}

.zmdi-phone-end:before {
	content: '\f2b4';
}

.zmdi-phone-forwarded:before {
	content: '\f2b5';
}

.zmdi-phone-in-talk:before {
	content: '\f2b6';
}

.zmdi-phone-locked:before {
	content: '\f2b7';
}

.zmdi-phone-missed:before {
	content: '\f2b8';
}

.zmdi-phone-msg:before {
	content: '\f2b9';
}

.zmdi-phone-paused:before {
	content: '\f2ba';
}

.zmdi-phone-ring:before {
	content: '\f2bb';
}

.zmdi-phone-setting:before {
	content: '\f2bc';
}

.zmdi-phone-sip:before {
	content: '\f2bd';
}

.zmdi-phone:before {
	content: '\f2be';
}

.zmdi-portable-wifi-changes:before {
	content: '\f2bf';
}

.zmdi-portable-wifi-off:before {
	content: '\f2c0';
}

.zmdi-portable-wifi:before {
	content: '\f2c1';
}

.zmdi-radio:before {
	content: '\f2c2';
}

.zmdi-reader:before {
	content: '\f2c3';
}

.zmdi-remote-control-alt:before {
	content: '\f2c4';
}

.zmdi-remote-control:before {
	content: '\f2c5';
}

.zmdi-router:before {
	content: '\f2c6';
}

.zmdi-scanner:before {
	content: '\f2c7';
}

.zmdi-smartphone-android:before {
	content: '\f2c8';
}

.zmdi-smartphone-download:before {
	content: '\f2c9';
}

.zmdi-smartphone-erase:before {
	content: '\f2ca';
}

.zmdi-smartphone-info:before {
	content: '\f2cb';
}

.zmdi-smartphone-iphone:before {
	content: '\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
	content: '\f2cd';
}

.zmdi-smartphone-landscape:before {
	content: '\f2ce';
}

.zmdi-smartphone-lock:before {
	content: '\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
	content: '\f2d0';
}

.zmdi-smartphone-ring:before {
	content: '\f2d1';
}

.zmdi-smartphone-setting:before {
	content: '\f2d2';
}

.zmdi-smartphone-setup:before {
	content: '\f2d3';
}

.zmdi-smartphone:before {
	content: '\f2d4';
}

.zmdi-speaker:before {
	content: '\f2d5';
}

.zmdi-tablet-android:before {
	content: '\f2d6';
}

.zmdi-tablet-mac:before {
	content: '\f2d7';
}

.zmdi-tablet:before {
	content: '\f2d8';
}

.zmdi-tv-alt-play:before {
	content: '\f2d9';
}

.zmdi-tv-list:before {
	content: '\f2da';
}

.zmdi-tv-play:before {
	content: '\f2db';
}

.zmdi-tv:before {
	content: '\f2dc';
}

.zmdi-usb:before {
	content: '\f2dd';
}

.zmdi-videocam-off:before {
	content: '\f2de';
}

.zmdi-videocam-switch:before {
	content: '\f2df';
}

.zmdi-videocam:before {
	content: '\f2e0';
}

.zmdi-watch:before {
	content: '\f2e1';
}

.zmdi-wifi-alt-2:before {
	content: '\f2e2';
}

.zmdi-wifi-alt:before {
	content: '\f2e3';
}

.zmdi-wifi-info:before {
	content: '\f2e4';
}

.zmdi-wifi-lock:before {
	content: '\f2e5';
}

.zmdi-wifi-off:before {
	content: '\f2e6';
}

.zmdi-wifi-outline:before {
	content: '\f2e7';
}

.zmdi-wifi:before {
	content: '\f2e8';
}

.zmdi-arrow-left-bottom:before {
	content: '\f2e9';
}

.zmdi-arrow-left:before {
	content: '\f2ea';
}

.zmdi-arrow-merge:before {
	content: '\f2eb';
}

.zmdi-arrow-missed:before {
	content: '\f2ec';
}

.zmdi-arrow-right-top:before {
	content: '\f2ed';
}

.zmdi-arrow-right:before {
	content: '\f2ee';
}

.zmdi-arrow-split:before {
	content: '\f2ef';
}

.zmdi-arrows:before {
	content: '\f2f0';
}

.zmdi-caret-down-circle:before {
	content: '\f2f1';
}

.zmdi-caret-down:before {
	content: '\f2f2';
}

.zmdi-caret-left-circle:before {
	content: '\f2f3';
}

.zmdi-caret-left:before {
	content: '\f2f4';
}

.zmdi-caret-right-circle:before {
	content: '\f2f5';
}

.zmdi-caret-right:before {
	content: '\f2f6';
}

.zmdi-caret-up-circle:before {
	content: '\f2f7';
}

.zmdi-caret-up:before {
	content: '\f2f8';
}

.zmdi-chevron-down:before {
	content: '\f2f9';
}

.zmdi-chevron-left:before {
	content: '\f2fa';
}

.zmdi-chevron-right:before {
	content: '\f2fb';
}

.zmdi-chevron-up:before {
	content: '\f2fc';
}

.zmdi-forward:before {
	content: '\f2fd';
}

.zmdi-long-arrow-down:before {
	content: '\f2fe';
}

.zmdi-long-arrow-left:before {
	content: '\f2ff';
}

.zmdi-long-arrow-return:before {
	content: '\f300';
}

.zmdi-long-arrow-right:before {
	content: '\f301';
}

.zmdi-long-arrow-tab:before {
	content: '\f302';
}

.zmdi-long-arrow-up:before {
	content: '\f303';
}

.zmdi-rotate-ccw:before {
	content: '\f304';
}

.zmdi-rotate-cw:before {
	content: '\f305';
}

.zmdi-rotate-left:before {
	content: '\f306';
}

.zmdi-rotate-right:before {
	content: '\f307';
}

.zmdi-square-down:before {
	content: '\f308';
}

.zmdi-square-right:before {
	content: '\f309';
}

.zmdi-swap-alt:before {
	content: '\f30a';
}

.zmdi-swap-vertical-circle:before {
	content: '\f30b';
}

.zmdi-swap-vertical:before {
	content: '\f30c';
}

.zmdi-swap:before {
	content: '\f30d';
}

.zmdi-trending-down:before {
	content: '\f30e';
}

.zmdi-trending-flat:before {
	content: '\f30f';
}

.zmdi-trending-up:before {
	content: '\f310';
}

.zmdi-unfold-less:before {
	content: '\f311';
}

.zmdi-unfold-more:before {
	content: '\f312';
}

.zmdi-apps:before {
	content: '\f313';
}

.zmdi-grid-off:before {
	content: '\f314';
}

.zmdi-grid:before {
	content: '\f315';
}

.zmdi-view-agenda:before {
	content: '\f316';
}

.zmdi-view-array:before {
	content: '\f317';
}

.zmdi-view-carousel:before {
	content: '\f318';
}

.zmdi-view-column:before {
	content: '\f319';
}

.zmdi-view-comfy:before {
	content: '\f31a';
}

.zmdi-view-compact:before {
	content: '\f31b';
}

.zmdi-view-dashboard:before {
	content: '\f31c';
}

.zmdi-view-day:before {
	content: '\f31d';
}

.zmdi-view-headline:before {
	content: '\f31e';
}

.zmdi-view-list-alt:before {
	content: '\f31f';
}

.zmdi-view-list:before {
	content: '\f320';
}

.zmdi-view-module:before {
	content: '\f321';
}

.zmdi-view-quilt:before {
	content: '\f322';
}

.zmdi-view-stream:before {
	content: '\f323';
}

.zmdi-view-subtitles:before {
	content: '\f324';
}

.zmdi-view-toc:before {
	content: '\f325';
}

.zmdi-view-web:before {
	content: '\f326';
}

.zmdi-view-week:before {
	content: '\f327';
}

.zmdi-widgets:before {
	content: '\f328';
}

.zmdi-alarm-check:before {
	content: '\f329';
}

.zmdi-alarm-off:before {
	content: '\f32a';
}

.zmdi-alarm-plus:before {
	content: '\f32b';
}

.zmdi-alarm-snooze:before {
	content: '\f32c';
}

.zmdi-alarm:before {
	content: '\f32d';
}

.zmdi-calendar-alt:before {
	content: '\f32e';
}

.zmdi-calendar-check:before {
	content: '\f32f';
}

.zmdi-calendar-close:before {
	content: '\f330';
}

.zmdi-calendar-note:before {
	content: '\f331';
}

.zmdi-calendar:before {
	content: '\f332';
}

.zmdi-time-countdown:before {
	content: '\f333';
}

.zmdi-time-interval:before {
	content: '\f334';
}

.zmdi-time-restore-setting:before {
	content: '\f335';
}

.zmdi-time-restore:before {
	content: '\f336';
}

.zmdi-time:before {
	content: '\f337';
}

.zmdi-timer-off:before {
	content: '\f338';
}

.zmdi-timer:before {
	content: '\f339';
}

.zmdi-android-alt:before {
	content: '\f33a';
}

.zmdi-android:before {
	content: '\f33b';
}

.zmdi-apple:before {
	content: '\f33c';
}

.zmdi-behance:before {
	content: '\f33d';
}

.zmdi-codepen:before {
	content: '\f33e';
}

.zmdi-dribbble:before {
	content: '\f33f';
}

.zmdi-dropbox:before {
	content: '\f340';
}

.zmdi-evernote:before {
	content: '\f341';
}

.zmdi-facebook-box:before {
	content: '\f342';
}

.zmdi-facebook:before {
	content: '\f343';
}

.zmdi-github-box:before {
	content: '\f344';
}

.zmdi-github:before {
	content: '\f345';
}

.zmdi-google-drive:before {
	content: '\f346';
}

.zmdi-google-earth:before {
	content: '\f347';
}

.zmdi-google-glass:before {
	content: '\f348';
}

.zmdi-google-maps:before {
	content: '\f349';
}

.zmdi-google-pages:before {
	content: '\f34a';
}

.zmdi-google-play:before {
	content: '\f34b';
}

.zmdi-google-plus-box:before {
	content: '\f34c';
}

.zmdi-google-plus:before {
	content: '\f34d';
}

.zmdi-google:before {
	content: '\f34e';
}

.zmdi-instagram:before {
	content: '\f34f';
}

.zmdi-language-css3:before {
	content: '\f350';
}

.zmdi-language-html5:before {
	content: '\f351';
}

.zmdi-language-javascript:before {
	content: '\f352';
}

.zmdi-language-python-alt:before {
	content: '\f353';
}

.zmdi-language-python:before {
	content: '\f354';
}

.zmdi-lastfm:before {
	content: '\f355';
}

.zmdi-linkedin-box:before {
	content: '\f356';
}

.zmdi-paypal:before {
	content: '\f357';
}

.zmdi-pinterest-box:before {
	content: '\f358';
}

.zmdi-pocket:before {
	content: '\f359';
}

.zmdi-polymer:before {
	content: '\f35a';
}

.zmdi-share:before {
	content: '\f35b';
}

.zmdi-stackoverflow:before {
	content: '\f35c';
}

.zmdi-steam-square:before {
	content: '\f35d';
}

.zmdi-steam:before {
	content: '\f35e';
}

.zmdi-twitter-box:before {
	content: '\f35f';
}

.zmdi-twitter:before {
	content: '\f360';
}

.zmdi-vk:before {
	content: '\f361';
}

.zmdi-wikipedia:before {
	content: '\f362';
}

.zmdi-windows:before {
	content: '\f363';
}

.zmdi-aspect-ratio-alt:before {
	content: '\f364';
}

.zmdi-aspect-ratio:before {
	content: '\f365';
}

.zmdi-blur-circular:before {
	content: '\f366';
}

.zmdi-blur-linear:before {
	content: '\f367';
}

.zmdi-blur-off:before {
	content: '\f368';
}

.zmdi-blur:before {
	content: '\f369';
}

.zmdi-brightness-2:before {
	content: '\f36a';
}

.zmdi-brightness-3:before {
	content: '\f36b';
}

.zmdi-brightness-4:before {
	content: '\f36c';
}

.zmdi-brightness-5:before {
	content: '\f36d';
}

.zmdi-brightness-6:before {
	content: '\f36e';
}

.zmdi-brightness-7:before {
	content: '\f36f';
}

.zmdi-brightness-auto:before {
	content: '\f370';
}

.zmdi-brightness-setting:before {
	content: '\f371';
}

.zmdi-broken-image:before {
	content: '\f372';
}

.zmdi-center-focus-strong:before {
	content: '\f373';
}

.zmdi-center-focus-weak:before {
	content: '\f374';
}

.zmdi-compare:before {
	content: '\f375';
}

.zmdi-crop-16-9:before {
	content: '\f376';
}

.zmdi-crop-3-2:before {
	content: '\f377';
}

.zmdi-crop-5-4:before {
	content: '\f378';
}

.zmdi-crop-7-5:before {
	content: '\f379';
}

.zmdi-crop-din:before {
	content: '\f37a';
}

.zmdi-crop-free:before {
	content: '\f37b';
}

.zmdi-crop-landscape:before {
	content: '\f37c';
}

.zmdi-crop-portrait:before {
	content: '\f37d';
}

.zmdi-crop-square:before {
	content: '\f37e';
}

.zmdi-exposure-alt:before {
	content: '\f37f';
}

.zmdi-exposure:before {
	content: '\f380';
}

.zmdi-filter-b-and-w:before {
	content: '\f381';
}

.zmdi-filter-center-focus:before {
	content: '\f382';
}

.zmdi-filter-frames:before {
	content: '\f383';
}

.zmdi-filter-tilt-shift:before {
	content: '\f384';
}

.zmdi-gradient:before {
	content: '\f385';
}

.zmdi-grain:before {
	content: '\f386';
}

.zmdi-graphic-eq:before {
	content: '\f387';
}

.zmdi-hdr-off:before {
	content: '\f388';
}

.zmdi-hdr-strong:before {
	content: '\f389';
}

.zmdi-hdr-weak:before {
	content: '\f38a';
}

.zmdi-hdr:before {
	content: '\f38b';
}

.zmdi-iridescent:before {
	content: '\f38c';
}

.zmdi-leak-off:before {
	content: '\f38d';
}

.zmdi-leak:before {
	content: '\f38e';
}

.zmdi-looks:before {
	content: '\f38f';
}

.zmdi-loupe:before {
	content: '\f390';
}

.zmdi-panorama-horizontal:before {
	content: '\f391';
}

.zmdi-panorama-vertical:before {
	content: '\f392';
}

.zmdi-panorama-wide-angle:before {
	content: '\f393';
}

.zmdi-photo-size-select-large:before {
	content: '\f394';
}

.zmdi-photo-size-select-small:before {
	content: '\f395';
}

.zmdi-picture-in-picture:before {
	content: '\f396';
}

.zmdi-slideshow:before {
	content: '\f397';
}

.zmdi-texture:before {
	content: '\f398';
}

.zmdi-tonality:before {
	content: '\f399';
}

.zmdi-vignette:before {
	content: '\f39a';
}

.zmdi-wb-auto:before {
	content: '\f39b';
}

.zmdi-eject-alt:before {
	content: '\f39c';
}

.zmdi-eject:before {
	content: '\f39d';
}

.zmdi-equalizer:before {
	content: '\f39e';
}

.zmdi-fast-forward:before {
	content: '\f39f';
}

.zmdi-fast-rewind:before {
	content: '\f3a0';
}

.zmdi-forward-10:before {
	content: '\f3a1';
}

.zmdi-forward-30:before {
	content: '\f3a2';
}

.zmdi-forward-5:before {
	content: '\f3a3';
}

.zmdi-hearing:before {
	content: '\f3a4';
}

.zmdi-pause-circle-outline:before {
	content: '\f3a5';
}

.zmdi-pause-circle:before {
	content: '\f3a6';
}

.zmdi-pause:before {
	content: '\f3a7';
}

.zmdi-play-circle-outline:before {
	content: '\f3a8';
}

.zmdi-play-circle:before {
	content: '\f3a9';
}

.zmdi-play:before {
	content: '\f3aa';
}

.zmdi-playlist-audio:before {
	content: '\f3ab';
}

.zmdi-playlist-plus:before {
	content: '\f3ac';
}

.zmdi-repeat-one:before {
	content: '\f3ad';
}

.zmdi-repeat:before {
	content: '\f3ae';
}

.zmdi-replay-10:before {
	content: '\f3af';
}

.zmdi-replay-30:before {
	content: '\f3b0';
}

.zmdi-replay-5:before {
	content: '\f3b1';
}

.zmdi-replay:before {
	content: '\f3b2';
}

.zmdi-shuffle:before {
	content: '\f3b3';
}

.zmdi-skip-next:before {
	content: '\f3b4';
}

.zmdi-skip-previous:before {
	content: '\f3b5';
}

.zmdi-stop:before {
	content: '\f3b6';
}

.zmdi-surround-sound:before {
	content: '\f3b7';
}

.zmdi-tune:before {
	content: '\f3b8';
}

.zmdi-volume-down:before {
	content: '\f3b9';
}

.zmdi-volume-mute:before {
	content: '\f3ba';
}

.zmdi-volume-off:before {
	content: '\f3bb';
}

.zmdi-volume-up:before {
	content: '\f3bc';
}

.zmdi-n-1-square:before {
	content: '\f3bd';
}

.zmdi-n-2-square:before {
	content: '\f3be';
}

.zmdi-n-3-square:before {
	content: '\f3bf';
}

.zmdi-n-4-square:before {
	content: '\f3c0';
}

.zmdi-n-5-square:before {
	content: '\f3c1';
}

.zmdi-n-6-square:before {
	content: '\f3c2';
}

.zmdi-neg-1:before {
	content: '\f3c3';
}

.zmdi-neg-2:before {
	content: '\f3c4';
}

.zmdi-plus-1:before {
	content: '\f3c5';
}

.zmdi-plus-2:before {
	content: '\f3c6';
}

.zmdi-sec-10:before {
	content: '\f3c7';
}

.zmdi-sec-3:before {
	content: '\f3c8';
}

.zmdi-zero:before {
	content: '\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
	content: '\f3ca';
}

.zmdi-airline-seat-flat:before {
	content: '\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
	content: '\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
	content: '\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
	content: '\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
	content: '\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
	content: '\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
	content: '\f3d1';
}

.zmdi-airplay:before {
	content: '\f3d2';
}

.zmdi-closed-caption:before {
	content: '\f3d3';
}

.zmdi-confirmation-number:before {
	content: '\f3d4';
}

.zmdi-developer-board:before {
	content: '\f3d5';
}

.zmdi-disc-full:before {
	content: '\f3d6';
}

.zmdi-explicit:before {
	content: '\f3d7';
}

.zmdi-flight-land:before {
	content: '\f3d8';
}

.zmdi-flight-takeoff:before {
	content: '\f3d9';
}

.zmdi-flip-to-back:before {
	content: '\f3da';
}

.zmdi-flip-to-front:before {
	content: '\f3db';
}

.zmdi-group-work:before {
	content: '\f3dc';
}

.zmdi-hd:before {
	content: '\f3dd';
}

.zmdi-hq:before {
	content: '\f3de';
}

.zmdi-markunread-mailbox:before {
	content: '\f3df';
}

.zmdi-memory:before {
	content: '\f3e0';
}

.zmdi-nfc:before {
	content: '\f3e1';
}

.zmdi-play-for-work:before {
	content: '\f3e2';
}

.zmdi-power-input:before {
	content: '\f3e3';
}

.zmdi-present-to-all:before {
	content: '\f3e4';
}

.zmdi-satellite:before {
	content: '\f3e5';
}

.zmdi-tap-and-play:before {
	content: '\f3e6';
}

.zmdi-vibration:before {
	content: '\f3e7';
}

.zmdi-voicemail:before {
	content: '\f3e8';
}

.zmdi-group:before {
	content: '\f3e9';
}

.zmdi-rss:before {
	content: '\f3ea';
}

.zmdi-shape:before {
	content: '\f3eb';
}

.zmdi-spinner:before {
	content: '\f3ec';
}

.zmdi-ungroup:before {
	content: '\f3ed';
}

.zmdi-500px:before {
	content: '\f3ee';
}

.zmdi-8tracks:before {
	content: '\f3ef';
}

.zmdi-amazon:before {
	content: '\f3f0';
}

.zmdi-blogger:before {
	content: '\f3f1';
}

.zmdi-delicious:before {
	content: '\f3f2';
}

.zmdi-disqus:before {
	content: '\f3f3';
}

.zmdi-flattr:before {
	content: '\f3f4';
}

.zmdi-flickr:before {
	content: '\f3f5';
}

.zmdi-github-alt:before {
	content: '\f3f6';
}

.zmdi-google-old:before {
	content: '\f3f7';
}

.zmdi-linkedin:before {
	content: '\f3f8';
}

.zmdi-odnoklassniki:before {
	content: '\f3f9';
}

.zmdi-outlook:before {
	content: '\f3fa';
}

.zmdi-paypal-alt:before {
	content: '\f3fb';
}

.zmdi-pinterest:before {
	content: '\f3fc';
}

.zmdi-playstation:before {
	content: '\f3fd';
}

.zmdi-reddit:before {
	content: '\f3fe';
}

.zmdi-skype:before {
	content: '\f3ff';
}

.zmdi-slideshare:before {
	content: '\f400';
}

.zmdi-soundcloud:before {
	content: '\f401';
}

.zmdi-tumblr:before {
	content: '\f402';
}

.zmdi-twitch:before {
	content: '\f403';
}

.zmdi-vimeo:before {
	content: '\f404';
}

.zmdi-whatsapp:before {
	content: '\f405';
}

.zmdi-xbox:before {
	content: '\f406';
}

.zmdi-yahoo:before {
	content: '\f407';
}

.zmdi-youtube-play:before {
	content: '\f408';
}

.zmdi-youtube:before {
	content: '\f409';
}

.zmdi-3d-rotation:before {
	content: '\f101';
}

.zmdi-airplane-off:before {
	content: '\f102';
}

.zmdi-airplane:before {
	content: '\f103';
}

.zmdi-album:before {
	content: '\f104';
}

.zmdi-archive:before {
	content: '\f105';
}

.zmdi-assignment-account:before {
	content: '\f106';
}

.zmdi-assignment-alert:before {
	content: '\f107';
}

.zmdi-assignment-check:before {
	content: '\f108';
}

.zmdi-assignment-o:before {
	content: '\f109';
}

.zmdi-assignment-return:before {
	content: '\f10a';
}

.zmdi-assignment-returned:before {
	content: '\f10b';
}

.zmdi-assignment:before {
	content: '\f10c';
}

.zmdi-attachment-alt:before {
	content: '\f10d';
}

.zmdi-attachment:before {
	content: '\f10e';
}

.zmdi-audio:before {
	content: '\f10f';
}

.zmdi-badge-check:before {
	content: '\f110';
}

.zmdi-balance-wallet:before {
	content: '\f111';
}

.zmdi-balance:before {
	content: '\f112';
}

.zmdi-battery-alert:before {
	content: '\f113';
}

.zmdi-battery-flash:before {
	content: '\f114';
}

.zmdi-battery-unknown:before {
	content: '\f115';
}

.zmdi-battery:before {
	content: '\f116';
}

.zmdi-bike:before {
	content: '\f117';
}

.zmdi-block-alt:before {
	content: '\f118';
}

.zmdi-block:before {
	content: '\f119';
}

.zmdi-boat:before {
	content: '\f11a';
}

.zmdi-book-image:before {
	content: '\f11b';
}

.zmdi-book:before {
	content: '\f11c';
}

.zmdi-bookmark-outline:before {
	content: '\f11d';
}

.zmdi-bookmark:before {
	content: '\f11e';
}

.zmdi-brush:before {
	content: '\f11f';
}

.zmdi-bug:before {
	content: '\f120';
}

.zmdi-bus:before {
	content: '\f121';
}

.zmdi-cake:before {
	content: '\f122';
}

.zmdi-car-taxi:before {
	content: '\f123';
}

.zmdi-car-wash:before {
	content: '\f124';
}

.zmdi-car:before {
	content: '\f125';
}

.zmdi-card-giftcard:before {
	content: '\f126';
}

.zmdi-card-membership:before {
	content: '\f127';
}

.zmdi-card-travel:before {
	content: '\f128';
}

.zmdi-card:before {
	content: '\f129';
}

.zmdi-case-check:before {
	content: '\f12a';
}

.zmdi-case-download:before {
	content: '\f12b';
}

.zmdi-case-play:before {
	content: '\f12c';
}

.zmdi-case:before {
	content: '\f12d';
}

.zmdi-cast-connected:before {
	content: '\f12e';
}

.zmdi-cast:before {
	content: '\f12f';
}

.zmdi-chart-donut:before {
	content: '\f130';
}

.zmdi-chart:before {
	content: '\f131';
}

.zmdi-city-alt:before {
	content: '\f132';
}

.zmdi-city:before {
	content: '\f133';
}

.zmdi-close-circle-o:before {
	content: '\f134';
}

.zmdi-close-circle:before {
	content: '\f135';
}

.zmdi-close:before {
	content: '\f136';
}

.zmdi-cocktail:before {
	content: '\f137';
}

.zmdi-code-setting:before {
	content: '\f138';
}

.zmdi-code-smartphone:before {
	content: '\f139';
}

.zmdi-code:before {
	content: '\f13a';
}

.zmdi-coffee:before {
	content: '\f13b';
}

.zmdi-collection-bookmark:before {
	content: '\f13c';
}

.zmdi-collection-case-play:before {
	content: '\f13d';
}

.zmdi-collection-folder-image:before {
	content: '\f13e';
}

.zmdi-collection-image-o:before {
	content: '\f13f';
}

.zmdi-collection-image:before {
	content: '\f140';
}

.zmdi-collection-item-1:before {
	content: '\f141';
}

.zmdi-collection-item-2:before {
	content: '\f142';
}

.zmdi-collection-item-3:before {
	content: '\f143';
}

.zmdi-collection-item-4:before {
	content: '\f144';
}

.zmdi-collection-item-5:before {
	content: '\f145';
}

.zmdi-collection-item-6:before {
	content: '\f146';
}

.zmdi-collection-item-7:before {
	content: '\f147';
}

.zmdi-collection-item-8:before {
	content: '\f148';
}

.zmdi-collection-item-9-plus:before {
	content: '\f149';
}

.zmdi-collection-item-9:before {
	content: '\f14a';
}

.zmdi-collection-item:before {
	content: '\f14b';
}

.zmdi-collection-music:before {
	content: '\f14c';
}

.zmdi-collection-pdf:before {
	content: '\f14d';
}

.zmdi-collection-plus:before {
	content: '\f14e';
}

.zmdi-collection-speaker:before {
	content: '\f14f';
}

.zmdi-collection-text:before {
	content: '\f150';
}

.zmdi-collection-video:before {
	content: '\f151';
}

.zmdi-compass:before {
	content: '\f152';
}

.zmdi-cutlery:before {
	content: '\f153';
}

.zmdi-delete:before {
	content: '\f154';
}

.zmdi-dialpad:before {
	content: '\f155';
}

.zmdi-dns:before {
	content: '\f156';
}

.zmdi-drink:before {
	content: '\f157';
}

.zmdi-edit:before {
	content: '\f158';
}

.zmdi-email-open:before {
	content: '\f159';
}

.zmdi-email:before {
	content: '\f15a';
}

.zmdi-eye-off:before {
	content: '\f15b';
}

.zmdi-eye:before {
	content: '\f15c';
}

.zmdi-eyedropper:before {
	content: '\f15d';
}

.zmdi-favorite-outline:before {
	content: '\f15e';
}

.zmdi-favorite:before {
	content: '\f15f';
}

.zmdi-filter-list:before {
	content: '\f160';
}

.zmdi-fire:before {
	content: '\f161';
}

.zmdi-flag:before {
	content: '\f162';
}

.zmdi-flare:before {
	content: '\f163';
}

.zmdi-flash-auto:before {
	content: '\f164';
}

.zmdi-flash-off:before {
	content: '\f165';
}

.zmdi-flash:before {
	content: '\f166';
}

.zmdi-flip:before {
	content: '\f167';
}

.zmdi-flower-alt:before {
	content: '\f168';
}

.zmdi-flower:before {
	content: '\f169';
}

.zmdi-font:before {
	content: '\f16a';
}

.zmdi-fullscreen-alt:before {
	content: '\f16b';
}

.zmdi-fullscreen-exit:before {
	content: '\f16c';
}

.zmdi-fullscreen:before {
	content: '\f16d';
}

.zmdi-functions:before {
	content: '\f16e';
}

.zmdi-gas-station:before {
	content: '\f16f';
}

.zmdi-gesture:before {
	content: '\f170';
}

.zmdi-globe-alt:before {
	content: '\f171';
}

.zmdi-globe-lock:before {
	content: '\f172';
}

.zmdi-globe:before {
	content: '\f173';
}

.zmdi-graduation-cap:before {
	content: '\f174';
}

.zmdi-home:before {
	content: '\f175';
}

.zmdi-hospital-alt:before {
	content: '\f176';
}

.zmdi-hospital:before {
	content: '\f177';
}

.zmdi-hotel:before {
	content: '\f178';
}

.zmdi-hourglass-alt:before {
	content: '\f179';
}

.zmdi-hourglass-outline:before {
	content: '\f17a';
}

.zmdi-hourglass:before {
	content: '\f17b';
}

.zmdi-http:before {
	content: '\f17c';
}

.zmdi-image-alt:before {
	content: '\f17d';
}

.zmdi-image-o:before {
	content: '\f17e';
}

.zmdi-image:before {
	content: '\f17f';
}

.zmdi-inbox:before {
	content: '\f180';
}

.zmdi-invert-colors-off:before {
	content: '\f181';
}

.zmdi-invert-colors:before {
	content: '\f182';
}

.zmdi-key:before {
	content: '\f183';
}

.zmdi-label-alt-outline:before {
	content: '\f184';
}

.zmdi-label-alt:before {
	content: '\f185';
}

.zmdi-label-heart:before {
	content: '\f186';
}

.zmdi-label:before {
	content: '\f187';
}

.zmdi-labels:before {
	content: '\f188';
}

.zmdi-lamp:before {
	content: '\f189';
}

.zmdi-landscape:before {
	content: '\f18a';
}

.zmdi-layers-off:before {
	content: '\f18b';
}

.zmdi-layers:before {
	content: '\f18c';
}

.zmdi-library:before {
	content: '\f18d';
}

.zmdi-link:before {
	content: '\f18e';
}

.zmdi-lock-open:before {
	content: '\f18f';
}

.zmdi-lock-outline:before {
	content: '\f190';
}

.zmdi-lock:before {
	content: '\f191';
}

.zmdi-mail-reply-all:before {
	content: '\f192';
}

.zmdi-mail-reply:before {
	content: '\f193';
}

.zmdi-mail-send:before {
	content: '\f194';
}

.zmdi-mall:before {
	content: '\f195';
}

.zmdi-map:before {
	content: '\f196';
}

.zmdi-menu:before {
	content: '\f197';
}

.zmdi-money-box:before {
	content: '\f198';
}

.zmdi-money-off:before {
	content: '\f199';
}

.zmdi-money:before {
	content: '\f19a';
}

.zmdi-more-vert:before {
	content: '\f19b';
}

.zmdi-more:before {
	content: '\f19c';
}

.zmdi-movie-alt:before {
	content: '\f19d';
}

.zmdi-movie:before {
	content: '\f19e';
}

.zmdi-nature-people:before {
	content: '\f19f';
}

.zmdi-nature:before {
	content: '\f1a0';
}

.zmdi-navigation:before {
	content: '\f1a1';
}

.zmdi-open-in-browser:before {
	content: '\f1a2';
}

.zmdi-open-in-new:before {
	content: '\f1a3';
}

.zmdi-palette:before {
	content: '\f1a4';
}

.zmdi-parking:before {
	content: '\f1a5';
}

.zmdi-pin-account:before {
	content: '\f1a6';
}

.zmdi-pin-assistant:before {
	content: '\f1a7';
}

.zmdi-pin-drop:before {
	content: '\f1a8';
}

.zmdi-pin-help:before {
	content: '\f1a9';
}

.zmdi-pin-off:before {
	content: '\f1aa';
}

.zmdi-pin:before {
	content: '\f1ab';
}

.zmdi-pizza:before {
	content: '\f1ac';
}

.zmdi-plaster:before {
	content: '\f1ad';
}

.zmdi-power-setting:before {
	content: '\f1ae';
}

.zmdi-power:before {
	content: '\f1af';
}

.zmdi-print:before {
	content: '\f1b0';
}

.zmdi-puzzle-piece:before {
	content: '\f1b1';
}

.zmdi-quote:before {
	content: '\f1b2';
}

.zmdi-railway:before {
	content: '\f1b3';
}

.zmdi-receipt:before {
	content: '\f1b4';
}

.zmdi-refresh-alt:before {
	content: '\f1b5';
}

.zmdi-refresh-sync-alert:before {
	content: '\f1b6';
}

.zmdi-refresh-sync-off:before {
	content: '\f1b7';
}

.zmdi-refresh-sync:before {
	content: '\f1b8';
}

.zmdi-refresh:before {
	content: '\f1b9';
}

.zmdi-roller:before {
	content: '\f1ba';
}

.zmdi-ruler:before {
	content: '\f1bb';
}

.zmdi-scissors:before {
	content: '\f1bc';
}

.zmdi-screen-rotation-lock:before {
	content: '\f1bd';
}

.zmdi-screen-rotation:before {
	content: '\f1be';
}

.zmdi-search-for:before {
	content: '\f1bf';
}

.zmdi-search-in-file:before {
	content: '\f1c0';
}

.zmdi-search-in-page:before {
	content: '\f1c1';
}

.zmdi-search-replace:before {
	content: '\f1c2';
}

.zmdi-search:before {
	content: '\f1c3';
}

.zmdi-seat:before {
	content: '\f1c4';
}

.zmdi-settings-square:before {
	content: '\f1c5';
}

.zmdi-settings:before {
	content: '\f1c6';
}

.zmdi-shield-check:before {
	content: '\f1c7';
}

.zmdi-shield-security:before {
	content: '\f1c8';
}

.zmdi-shopping-basket:before {
	content: '\f1c9';
}

.zmdi-shopping-cart-plus:before {
	content: '\f1ca';
}

.zmdi-shopping-cart:before {
	content: '\f1cb';
}

.zmdi-sign-in:before {
	content: '\f1cc';
}

.zmdi-sort-amount-asc:before {
	content: '\f1cd';
}

.zmdi-sort-amount-desc:before {
	content: '\f1ce';
}

.zmdi-sort-asc:before {
	content: '\f1cf';
}

.zmdi-sort-desc:before {
	content: '\f1d0';
}

.zmdi-spellcheck:before {
	content: '\f1d1';
}

.zmdi-storage:before {
	content: '\f1d2';
}

.zmdi-store-24:before {
	content: '\f1d3';
}

.zmdi-store:before {
	content: '\f1d4';
}

.zmdi-subway:before {
	content: '\f1d5';
}

.zmdi-sun:before {
	content: '\f1d6';
}

.zmdi-tab-unselected:before {
	content: '\f1d7';
}

.zmdi-tab:before {
	content: '\f1d8';
}

.zmdi-tag-close:before {
	content: '\f1d9';
}

.zmdi-tag-more:before {
	content: '\f1da';
}

.zmdi-tag:before {
	content: '\f1db';
}

.zmdi-thumb-down:before {
	content: '\f1dc';
}

.zmdi-thumb-up-down:before {
	content: '\f1dd';
}

.zmdi-thumb-up:before {
	content: '\f1de';
}

.zmdi-ticket-star:before {
	content: '\f1df';
}

.zmdi-toll:before {
	content: '\f1e0';
}

.zmdi-toys:before {
	content: '\f1e1';
}

.zmdi-traffic:before {
	content: '\f1e2';
}

.zmdi-translate:before {
	content: '\f1e3';
}

.zmdi-triangle-down:before {
	content: '\f1e4';
}

.zmdi-triangle-up:before {
	content: '\f1e5';
}

.zmdi-truck:before {
	content: '\f1e6';
}

.zmdi-turning-sign:before {
	content: '\f1e7';
}

.zmdi-wallpaper:before {
	content: '\f1e8';
}

.zmdi-washing-machine:before {
	content: '\f1e9';
}

.zmdi-window-maximize:before {
	content: '\f1ea';
}

.zmdi-window-minimize:before {
	content: '\f1eb';
}

.zmdi-window-restore:before {
	content: '\f1ec';
}

.zmdi-wrench:before {
	content: '\f1ed';
}

.zmdi-zoom-in:before {
	content: '\f1ee';
}

.zmdi-zoom-out:before {
	content: '\f1ef';
}

.zmdi-alert-circle-o:before {
	content: '\f1f0';
}

.zmdi-alert-circle:before {
	content: '\f1f1';
}

.zmdi-alert-octagon:before {
	content: '\f1f2';
}

.zmdi-alert-polygon:before {
	content: '\f1f3';
}

.zmdi-alert-triangle:before {
	content: '\f1f4';
}

.zmdi-help-outline:before {
	content: '\f1f5';
}

.zmdi-help:before {
	content: '\f1f6';
}

.zmdi-info-outline:before {
	content: '\f1f7';
}

.zmdi-info:before {
	content: '\f1f8';
}

.zmdi-notifications-active:before {
	content: '\f1f9';
}

.zmdi-notifications-add:before {
	content: '\f1fa';
}

.zmdi-notifications-none:before {
	content: '\f1fb';
}

.zmdi-notifications-off:before {
	content: '\f1fc';
}

.zmdi-notifications-paused:before {
	content: '\f1fd';
}

.zmdi-notifications:before {
	content: '\f1fe';
}

.zmdi-account-add:before {
	content: '\f1ff';
}

.zmdi-account-box-mail:before {
	content: '\f200';
}

.zmdi-account-box-o:before {
	content: '\f201';
}

.zmdi-account-box-phone:before {
	content: '\f202';
}

.zmdi-account-box:before {
	content: '\f203';
}

.zmdi-account-calendar:before {
	content: '\f204';
}

.zmdi-account-circle:before {
	content: '\f205';
}

.zmdi-account-o:before {
	content: '\f206';
}

.zmdi-account:before {
	content: '\f207';
}

.zmdi-accounts-add:before {
	content: '\f208';
}

.zmdi-accounts-alt:before {
	content: '\f209';
}

.zmdi-accounts-list-alt:before {
	content: '\f20a';
}

.zmdi-accounts-list:before {
	content: '\f20b';
}

.zmdi-accounts-outline:before {
	content: '\f20c';
}

.zmdi-accounts:before {
	content: '\f20d';
}

.zmdi-face:before {
	content: '\f20e';
}

.zmdi-female:before {
	content: '\f20f';
}

.zmdi-male-alt:before {
	content: '\f210';
}

.zmdi-male-female:before {
	content: '\f211';
}

.zmdi-male:before {
	content: '\f212';
}

.zmdi-mood-bad:before {
	content: '\f213';
}

.zmdi-mood:before {
	content: '\f214';
}

.zmdi-run:before {
	content: '\f215';
}

.zmdi-walk:before {
	content: '\f216';
}

.zmdi-cloud-box:before {
	content: '\f217';
}

.zmdi-cloud-circle:before {
	content: '\f218';
}

.zmdi-cloud-done:before {
	content: '\f219';
}

.zmdi-cloud-download:before {
	content: '\f21a';
}

.zmdi-cloud-off:before {
	content: '\f21b';
}

.zmdi-cloud-outline-alt:before {
	content: '\f21c';
}

.zmdi-cloud-outline:before {
	content: '\f21d';
}

.zmdi-cloud-upload:before {
	content: '\f21e';
}

.zmdi-cloud:before {
	content: '\f21f';
}

.zmdi-download:before {
	content: '\f220';
}

.zmdi-file-plus:before {
	content: '\f221';
}

.zmdi-file-text:before {
	content: '\f222';
}

.zmdi-file:before {
	content: '\f223';
}

.zmdi-folder-outline:before {
	content: '\f224';
}

.zmdi-folder-person:before {
	content: '\f225';
}

.zmdi-folder-star-alt:before {
	content: '\f226';
}

.zmdi-folder-star:before {
	content: '\f227';
}

.zmdi-folder:before {
	content: '\f228';
}

.zmdi-gif:before {
	content: '\f229';
}

.zmdi-upload:before {
	content: '\f22a';
}

.zmdi-border-all:before {
	content: '\f22b';
}

.zmdi-border-bottom:before {
	content: '\f22c';
}

.zmdi-border-clear:before {
	content: '\f22d';
}

.zmdi-border-color:before {
	content: '\f22e';
}

.zmdi-border-horizontal:before {
	content: '\f22f';
}

.zmdi-border-inner:before {
	content: '\f230';
}

.zmdi-border-left:before {
	content: '\f231';
}

.zmdi-border-outer:before {
	content: '\f232';
}

.zmdi-border-right:before {
	content: '\f233';
}

.zmdi-border-style:before {
	content: '\f234';
}

.zmdi-border-top:before {
	content: '\f235';
}

.zmdi-border-vertical:before {
	content: '\f236';
}

.zmdi-copy:before {
	content: '\f237';
}

.zmdi-crop:before {
	content: '\f238';
}

.zmdi-format-align-center:before {
	content: '\f239';
}

.zmdi-format-align-justify:before {
	content: '\f23a';
}

.zmdi-format-align-left:before {
	content: '\f23b';
}

.zmdi-format-align-right:before {
	content: '\f23c';
}

.zmdi-format-bold:before {
	content: '\f23d';
}

.zmdi-format-clear-all:before {
	content: '\f23e';
}

.zmdi-format-clear:before {
	content: '\f23f';
}

.zmdi-format-color-fill:before {
	content: '\f240';
}

.zmdi-format-color-reset:before {
	content: '\f241';
}

.zmdi-format-color-text:before {
	content: '\f242';
}

.zmdi-format-indent-decrease:before {
	content: '\f243';
}

.zmdi-format-indent-increase:before {
	content: '\f244';
}

.zmdi-format-italic:before {
	content: '\f245';
}

.zmdi-format-line-spacing:before {
	content: '\f246';
}

.zmdi-format-list-bulleted:before {
	content: '\f247';
}

.zmdi-format-list-numbered:before {
	content: '\f248';
}

.zmdi-format-ltr:before {
	content: '\f249';
}

.zmdi-format-rtl:before {
	content: '\f24a';
}

.zmdi-format-size:before {
	content: '\f24b';
}

.zmdi-format-strikethrough-s:before {
	content: '\f24c';
}

.zmdi-format-strikethrough:before {
	content: '\f24d';
}

.zmdi-format-subject:before {
	content: '\f24e';
}

.zmdi-format-underlined:before {
	content: '\f24f';
}

.zmdi-format-valign-bottom:before {
	content: '\f250';
}

.zmdi-format-valign-center:before {
	content: '\f251';
}

.zmdi-format-valign-top:before {
	content: '\f252';
}

.zmdi-redo:before {
	content: '\f253';
}

.zmdi-select-all:before {
	content: '\f254';
}

.zmdi-space-bar:before {
	content: '\f255';
}

.zmdi-text-format:before {
	content: '\f256';
}

.zmdi-transform:before {
	content: '\f257';
}

.zmdi-undo:before {
	content: '\f258';
}

.zmdi-wrap-text:before {
	content: '\f259';
}

.zmdi-comment-alert:before {
	content: '\f25a';
}

.zmdi-comment-alt-text:before {
	content: '\f25b';
}

.zmdi-comment-alt:before {
	content: '\f25c';
}

.zmdi-comment-edit:before {
	content: '\f25d';
}

.zmdi-comment-image:before {
	content: '\f25e';
}

.zmdi-comment-list:before {
	content: '\f25f';
}

.zmdi-comment-more:before {
	content: '\f260';
}

.zmdi-comment-outline:before {
	content: '\f261';
}

.zmdi-comment-text-alt:before {
	content: '\f262';
}

.zmdi-comment-text:before {
	content: '\f263';
}

.zmdi-comment-video:before {
	content: '\f264';
}

.zmdi-comment:before {
	content: '\f265';
}

.zmdi-comments:before {
	content: '\f266';
}

.zmdi-check-all:before {
	content: '\f267';
}

.zmdi-check-circle-u:before {
	content: '\f268';
}

.zmdi-check-circle:before {
	content: '\f269';
}

.zmdi-check-square:before {
	content: '\f26a';
}

.zmdi-check:before {
	content: '\f26b';
}

.zmdi-circle-o:before {
	content: '\f26c';
}

.zmdi-circle:before {
	content: '\f26d';
}

.zmdi-dot-circle-alt:before {
	content: '\f26e';
}

.zmdi-dot-circle:before {
	content: '\f26f';
}

.zmdi-minus-circle-outline:before {
	content: '\f270';
}

.zmdi-minus-circle:before {
	content: '\f271';
}

.zmdi-minus-square:before {
	content: '\f272';
}

.zmdi-minus:before {
	content: '\f273';
}

.zmdi-plus-circle-o-duplicate:before {
	content: '\f274';
}

.zmdi-plus-circle-o:before {
	content: '\f275';
}

.zmdi-plus-circle:before {
	content: '\f276';
}

.zmdi-plus-square:before {
	content: '\f277';
}

.zmdi-plus:before {
	content: '\f278';
}

.zmdi-square-o:before {
	content: '\f279';
}

.zmdi-star-circle:before {
	content: '\f27a';
}

.zmdi-star-half:before {
	content: '\f27b';
}

.zmdi-star-outline:before {
	content: '\f27c';
}

.zmdi-star:before {
	content: '\f27d';
}

.zmdi-bluetooth-connected:before {
	content: '\f27e';
}

.zmdi-bluetooth-off:before {
	content: '\f27f';
}

.zmdi-bluetooth-search:before {
	content: '\f280';
}

.zmdi-bluetooth-setting:before {
	content: '\f281';
}

.zmdi-bluetooth:before {
	content: '\f282';
}

.zmdi-camera-add:before {
	content: '\f283';
}

.zmdi-camera-alt:before {
	content: '\f284';
}

.zmdi-camera-bw:before {
	content: '\f285';
}

.zmdi-camera-front:before {
	content: '\f286';
}

.zmdi-camera-mic:before {
	content: '\f287';
}

.zmdi-camera-party-mode:before {
	content: '\f288';
}

.zmdi-camera-rear:before {
	content: '\f289';
}

.zmdi-camera-roll:before {
	content: '\f28a';
}

.zmdi-camera-switch:before {
	content: '\f28b';
}

.zmdi-camera:before {
	content: '\f28c';
}

.zmdi-card-alert:before {
	content: '\f28d';
}

.zmdi-card-off:before {
	content: '\f28e';
}

.zmdi-card-sd:before {
	content: '\f28f';
}

.zmdi-card-sim:before {
	content: '\f290';
}

.zmdi-desktop-mac:before {
	content: '\f291';
}

.zmdi-desktop-windows:before {
	content: '\f292';
}

.zmdi-device-hub:before {
	content: '\f293';
}

.zmdi-devices-off:before {
	content: '\f294';
}

.zmdi-devices:before {
	content: '\f295';
}

.zmdi-dock:before {
	content: '\f296';
}

.zmdi-floppy:before {
	content: '\f297';
}

.zmdi-gamepad:before {
	content: '\f298';
}

.zmdi-gps-dot:before {
	content: '\f299';
}

.zmdi-gps-off:before {
	content: '\f29a';
}

.zmdi-gps:before {
	content: '\f29b';
}

.zmdi-headset-mic:before {
	content: '\f29c';
}

.zmdi-headset:before {
	content: '\f29d';
}

.zmdi-input-antenna:before {
	content: '\f29e';
}

.zmdi-input-composite:before {
	content: '\f29f';
}

.zmdi-input-hdmi:before {
	content: '\f2a0';
}

.zmdi-input-power:before {
	content: '\f2a1';
}

.zmdi-input-svideo:before {
	content: '\f2a2';
}

.zmdi-keyboard-hide:before {
	content: '\f2a3';
}

.zmdi-keyboard:before {
	content: '\f2a4';
}

.zmdi-laptop-chromebook:before {
	content: '\f2a5';
}

.zmdi-laptop-mac:before {
	content: '\f2a6';
}

.zmdi-laptop:before {
	content: '\f2a7';
}

.zmdi-mic-off:before {
	content: '\f2a8';
}

.zmdi-mic-outline:before {
	content: '\f2a9';
}

.zmdi-mic-setting:before {
	content: '\f2aa';
}

.zmdi-mic:before {
	content: '\f2ab';
}

.zmdi-mouse:before {
	content: '\f2ac';
}

.zmdi-network-alert:before {
	content: '\f2ad';
}

.zmdi-network-locked:before {
	content: '\f2ae';
}

.zmdi-network-off:before {
	content: '\f2af';
}

.zmdi-network-outline:before {
	content: '\f2b0';
}

.zmdi-network-setting:before {
	content: '\f2b1';
}

.zmdi-network:before {
	content: '\f2b2';
}

.zmdi-phone-bluetooth:before {
	content: '\f2b3';
}

.zmdi-phone-end:before {
	content: '\f2b4';
}

.zmdi-phone-forwarded:before {
	content: '\f2b5';
}

.zmdi-phone-in-talk:before {
	content: '\f2b6';
}

.zmdi-phone-locked:before {
	content: '\f2b7';
}

.zmdi-phone-missed:before {
	content: '\f2b8';
}

.zmdi-phone-msg:before {
	content: '\f2b9';
}

.zmdi-phone-paused:before {
	content: '\f2ba';
}

.zmdi-phone-ring:before {
	content: '\f2bb';
}

.zmdi-phone-setting:before {
	content: '\f2bc';
}

.zmdi-phone-sip:before {
	content: '\f2bd';
}

.zmdi-phone:before {
	content: '\f2be';
}

.zmdi-portable-wifi-changes:before {
	content: '\f2bf';
}

.zmdi-portable-wifi-off:before {
	content: '\f2c0';
}

.zmdi-portable-wifi:before {
	content: '\f2c1';
}

.zmdi-radio:before {
	content: '\f2c2';
}

.zmdi-reader:before {
	content: '\f2c3';
}

.zmdi-remote-control-alt:before {
	content: '\f2c4';
}

.zmdi-remote-control:before {
	content: '\f2c5';
}

.zmdi-router:before {
	content: '\f2c6';
}

.zmdi-scanner:before {
	content: '\f2c7';
}

.zmdi-smartphone-android:before {
	content: '\f2c8';
}

.zmdi-smartphone-download:before {
	content: '\f2c9';
}

.zmdi-smartphone-erase:before {
	content: '\f2ca';
}

.zmdi-smartphone-info:before {
	content: '\f2cb';
}

.zmdi-smartphone-iphone:before {
	content: '\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
	content: '\f2cd';
}

.zmdi-smartphone-landscape:before {
	content: '\f2ce';
}

.zmdi-smartphone-lock:before {
	content: '\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
	content: '\f2d0';
}

.zmdi-smartphone-ring:before {
	content: '\f2d1';
}

.zmdi-smartphone-setting:before {
	content: '\f2d2';
}

.zmdi-smartphone-setup:before {
	content: '\f2d3';
}

.zmdi-smartphone:before {
	content: '\f2d4';
}

.zmdi-speaker:before {
	content: '\f2d5';
}

.zmdi-tablet-android:before {
	content: '\f2d6';
}

.zmdi-tablet-mac:before {
	content: '\f2d7';
}

.zmdi-tablet:before {
	content: '\f2d8';
}

.zmdi-tv-alt-play:before {
	content: '\f2d9';
}

.zmdi-tv-list:before {
	content: '\f2da';
}

.zmdi-tv-play:before {
	content: '\f2db';
}

.zmdi-tv:before {
	content: '\f2dc';
}

.zmdi-usb:before {
	content: '\f2dd';
}

.zmdi-videocam-off:before {
	content: '\f2de';
}

.zmdi-videocam-switch:before {
	content: '\f2df';
}

.zmdi-videocam:before {
	content: '\f2e0';
}

.zmdi-watch:before {
	content: '\f2e1';
}

.zmdi-wifi-alt-2:before {
	content: '\f2e2';
}

.zmdi-wifi-alt:before {
	content: '\f2e3';
}

.zmdi-wifi-info:before {
	content: '\f2e4';
}

.zmdi-wifi-lock:before {
	content: '\f2e5';
}

.zmdi-wifi-off:before {
	content: '\f2e6';
}

.zmdi-wifi-outline:before {
	content: '\f2e7';
}

.zmdi-wifi:before {
	content: '\f2e8';
}

.zmdi-arrow-left-bottom:before {
	content: '\f2e9';
}

.zmdi-arrow-left:before {
	content: '\f2ea';
}

.zmdi-arrow-merge:before {
	content: '\f2eb';
}

.zmdi-arrow-missed:before {
	content: '\f2ec';
}

.zmdi-arrow-right-top:before {
	content: '\f2ed';
}

.zmdi-arrow-right:before {
	content: '\f2ee';
}

.zmdi-arrow-split:before {
	content: '\f2ef';
}

.zmdi-arrows:before {
	content: '\f2f0';
}

.zmdi-caret-down-circle:before {
	content: '\f2f1';
}

.zmdi-caret-down:before {
	content: '\f2f2';
}

.zmdi-caret-left-circle:before {
	content: '\f2f3';
}

.zmdi-caret-left:before {
	content: '\f2f4';
}

.zmdi-caret-right-circle:before {
	content: '\f2f5';
}

.zmdi-caret-right:before {
	content: '\f2f6';
}

.zmdi-caret-up-circle:before {
	content: '\f2f7';
}

.zmdi-caret-up:before {
	content: '\f2f8';
}

.zmdi-chevron-down:before {
	content: '\f2f9';
}

.zmdi-chevron-left:before {
	content: '\f2fa';
}

.zmdi-chevron-right:before {
	content: '\f2fb';
}

.zmdi-chevron-up:before {
	content: '\f2fc';
}

.zmdi-forward:before {
	content: '\f2fd';
}

.zmdi-long-arrow-down:before {
	content: '\f2fe';
}

.zmdi-long-arrow-left:before {
	content: '\f2ff';
}

.zmdi-long-arrow-return:before {
	content: '\f300';
}

.zmdi-long-arrow-right:before {
	content: '\f301';
}

.zmdi-long-arrow-tab:before {
	content: '\f302';
}

.zmdi-long-arrow-up:before {
	content: '\f303';
}

.zmdi-rotate-ccw:before {
	content: '\f304';
}

.zmdi-rotate-cw:before {
	content: '\f305';
}

.zmdi-rotate-left:before {
	content: '\f306';
}

.zmdi-rotate-right:before {
	content: '\f307';
}

.zmdi-square-down:before {
	content: '\f308';
}

.zmdi-square-right:before {
	content: '\f309';
}

.zmdi-swap-alt:before {
	content: '\f30a';
}

.zmdi-swap-vertical-circle:before {
	content: '\f30b';
}

.zmdi-swap-vertical:before {
	content: '\f30c';
}

.zmdi-swap:before {
	content: '\f30d';
}

.zmdi-trending-down:before {
	content: '\f30e';
}

.zmdi-trending-flat:before {
	content: '\f30f';
}

.zmdi-trending-up:before {
	content: '\f310';
}

.zmdi-unfold-less:before {
	content: '\f311';
}

.zmdi-unfold-more:before {
	content: '\f312';
}

.zmdi-apps:before {
	content: '\f313';
}

.zmdi-grid-off:before {
	content: '\f314';
}

.zmdi-grid:before {
	content: '\f315';
}

.zmdi-view-agenda:before {
	content: '\f316';
}

.zmdi-view-array:before {
	content: '\f317';
}

.zmdi-view-carousel:before {
	content: '\f318';
}

.zmdi-view-column:before {
	content: '\f319';
}

.zmdi-view-comfy:before {
	content: '\f31a';
}

.zmdi-view-compact:before {
	content: '\f31b';
}

.zmdi-view-dashboard:before {
	content: '\f31c';
}

.zmdi-view-day:before {
	content: '\f31d';
}

.zmdi-view-headline:before {
	content: '\f31e';
}

.zmdi-view-list-alt:before {
	content: '\f31f';
}

.zmdi-view-list:before {
	content: '\f320';
}

.zmdi-view-module:before {
	content: '\f321';
}

.zmdi-view-quilt:before {
	content: '\f322';
}

.zmdi-view-stream:before {
	content: '\f323';
}

.zmdi-view-subtitles:before {
	content: '\f324';
}

.zmdi-view-toc:before {
	content: '\f325';
}

.zmdi-view-web:before {
	content: '\f326';
}

.zmdi-view-week:before {
	content: '\f327';
}

.zmdi-widgets:before {
	content: '\f328';
}

.zmdi-alarm-check:before {
	content: '\f329';
}

.zmdi-alarm-off:before {
	content: '\f32a';
}

.zmdi-alarm-plus:before {
	content: '\f32b';
}

.zmdi-alarm-snooze:before {
	content: '\f32c';
}

.zmdi-alarm:before {
	content: '\f32d';
}

.zmdi-calendar-alt:before {
	content: '\f32e';
}

.zmdi-calendar-check:before {
	content: '\f32f';
}

.zmdi-calendar-close:before {
	content: '\f330';
}

.zmdi-calendar-note:before {
	content: '\f331';
}

.zmdi-calendar:before {
	content: '\f332';
}

.zmdi-time-countdown:before {
	content: '\f333';
}

.zmdi-time-interval:before {
	content: '\f334';
}

.zmdi-time-restore-setting:before {
	content: '\f335';
}

.zmdi-time-restore:before {
	content: '\f336';
}

.zmdi-time:before {
	content: '\f337';
}

.zmdi-timer-off:before {
	content: '\f338';
}

.zmdi-timer:before {
	content: '\f339';
}

.zmdi-android-alt:before {
	content: '\f33a';
}

.zmdi-android:before {
	content: '\f33b';
}

.zmdi-apple:before {
	content: '\f33c';
}

.zmdi-behance:before {
	content: '\f33d';
}

.zmdi-codepen:before {
	content: '\f33e';
}

.zmdi-dribbble:before {
	content: '\f33f';
}

.zmdi-dropbox:before {
	content: '\f340';
}

.zmdi-evernote:before {
	content: '\f341';
}

.zmdi-facebook-box:before {
	content: '\f342';
}

.zmdi-facebook:before {
	content: '\f343';
}

.zmdi-github-box:before {
	content: '\f344';
}

.zmdi-github:before {
	content: '\f345';
}

.zmdi-google-drive:before {
	content: '\f346';
}

.zmdi-google-earth:before {
	content: '\f347';
}

.zmdi-google-glass:before {
	content: '\f348';
}

.zmdi-google-maps:before {
	content: '\f349';
}

.zmdi-google-pages:before {
	content: '\f34a';
}

.zmdi-google-play:before {
	content: '\f34b';
}

.zmdi-google-plus-box:before {
	content: '\f34c';
}

.zmdi-google-plus:before {
	content: '\f34d';
}

.zmdi-google:before {
	content: '\f34e';
}

.zmdi-instagram:before {
	content: '\f34f';
}

.zmdi-language-css3:before {
	content: '\f350';
}

.zmdi-language-html5:before {
	content: '\f351';
}

.zmdi-language-javascript:before {
	content: '\f352';
}

.zmdi-language-python-alt:before {
	content: '\f353';
}

.zmdi-language-python:before {
	content: '\f354';
}

.zmdi-lastfm:before {
	content: '\f355';
}

.zmdi-linkedin-box:before {
	content: '\f356';
}

.zmdi-paypal:before {
	content: '\f357';
}

.zmdi-pinterest-box:before {
	content: '\f358';
}

.zmdi-pocket:before {
	content: '\f359';
}

.zmdi-polymer:before {
	content: '\f35a';
}

.zmdi-share:before {
	content: '\f35b';
}

.zmdi-stackoverflow:before {
	content: '\f35c';
}

.zmdi-steam-square:before {
	content: '\f35d';
}

.zmdi-steam:before {
	content: '\f35e';
}

.zmdi-twitter-box:before {
	content: '\f35f';
}

.zmdi-twitter:before {
	content: '\f360';
}

.zmdi-vk:before {
	content: '\f361';
}

.zmdi-wikipedia:before {
	content: '\f362';
}

.zmdi-windows:before {
	content: '\f363';
}

.zmdi-aspect-ratio-alt:before {
	content: '\f364';
}

.zmdi-aspect-ratio:before {
	content: '\f365';
}

.zmdi-blur-circular:before {
	content: '\f366';
}

.zmdi-blur-linear:before {
	content: '\f367';
}

.zmdi-blur-off:before {
	content: '\f368';
}

.zmdi-blur:before {
	content: '\f369';
}

.zmdi-brightness-2:before {
	content: '\f36a';
}

.zmdi-brightness-3:before {
	content: '\f36b';
}

.zmdi-brightness-4:before {
	content: '\f36c';
}

.zmdi-brightness-5:before {
	content: '\f36d';
}

.zmdi-brightness-6:before {
	content: '\f36e';
}

.zmdi-brightness-7:before {
	content: '\f36f';
}

.zmdi-brightness-auto:before {
	content: '\f370';
}

.zmdi-brightness-setting:before {
	content: '\f371';
}

.zmdi-broken-image:before {
	content: '\f372';
}

.zmdi-center-focus-strong:before {
	content: '\f373';
}

.zmdi-center-focus-weak:before {
	content: '\f374';
}

.zmdi-compare:before {
	content: '\f375';
}

.zmdi-crop-16-9:before {
	content: '\f376';
}

.zmdi-crop-3-2:before {
	content: '\f377';
}

.zmdi-crop-5-4:before {
	content: '\f378';
}

.zmdi-crop-7-5:before {
	content: '\f379';
}

.zmdi-crop-din:before {
	content: '\f37a';
}

.zmdi-crop-free:before {
	content: '\f37b';
}

.zmdi-crop-landscape:before {
	content: '\f37c';
}

.zmdi-crop-portrait:before {
	content: '\f37d';
}

.zmdi-crop-square:before {
	content: '\f37e';
}

.zmdi-exposure-alt:before {
	content: '\f37f';
}

.zmdi-exposure:before {
	content: '\f380';
}

.zmdi-filter-b-and-w:before {
	content: '\f381';
}

.zmdi-filter-center-focus:before {
	content: '\f382';
}

.zmdi-filter-frames:before {
	content: '\f383';
}

.zmdi-filter-tilt-shift:before {
	content: '\f384';
}

.zmdi-gradient:before {
	content: '\f385';
}

.zmdi-grain:before {
	content: '\f386';
}

.zmdi-graphic-eq:before {
	content: '\f387';
}

.zmdi-hdr-off:before {
	content: '\f388';
}

.zmdi-hdr-strong:before {
	content: '\f389';
}

.zmdi-hdr-weak:before {
	content: '\f38a';
}

.zmdi-hdr:before {
	content: '\f38b';
}

.zmdi-iridescent:before {
	content: '\f38c';
}

.zmdi-leak-off:before {
	content: '\f38d';
}

.zmdi-leak:before {
	content: '\f38e';
}

.zmdi-looks:before {
	content: '\f38f';
}

.zmdi-loupe:before {
	content: '\f390';
}

.zmdi-panorama-horizontal:before {
	content: '\f391';
}

.zmdi-panorama-vertical:before {
	content: '\f392';
}

.zmdi-panorama-wide-angle:before {
	content: '\f393';
}

.zmdi-photo-size-select-large:before {
	content: '\f394';
}

.zmdi-photo-size-select-small:before {
	content: '\f395';
}

.zmdi-picture-in-picture:before {
	content: '\f396';
}

.zmdi-slideshow:before {
	content: '\f397';
}

.zmdi-texture:before {
	content: '\f398';
}

.zmdi-tonality:before {
	content: '\f399';
}

.zmdi-vignette:before {
	content: '\f39a';
}

.zmdi-wb-auto:before {
	content: '\f39b';
}

.zmdi-eject-alt:before {
	content: '\f39c';
}

.zmdi-eject:before {
	content: '\f39d';
}

.zmdi-equalizer:before {
	content: '\f39e';
}

.zmdi-fast-forward:before {
	content: '\f39f';
}

.zmdi-fast-rewind:before {
	content: '\f3a0';
}

.zmdi-forward-10:before {
	content: '\f3a1';
}

.zmdi-forward-30:before {
	content: '\f3a2';
}

.zmdi-forward-5:before {
	content: '\f3a3';
}

.zmdi-hearing:before {
	content: '\f3a4';
}

.zmdi-pause-circle-outline:before {
	content: '\f3a5';
}

.zmdi-pause-circle:before {
	content: '\f3a6';
}

.zmdi-pause:before {
	content: '\f3a7';
}

.zmdi-play-circle-outline:before {
	content: '\f3a8';
}

.zmdi-play-circle:before {
	content: '\f3a9';
}

.zmdi-play:before {
	content: '\f3aa';
}

.zmdi-playlist-audio:before {
	content: '\f3ab';
}

.zmdi-playlist-plus:before {
	content: '\f3ac';
}

.zmdi-repeat-one:before {
	content: '\f3ad';
}

.zmdi-repeat:before {
	content: '\f3ae';
}

.zmdi-replay-10:before {
	content: '\f3af';
}

.zmdi-replay-30:before {
	content: '\f3b0';
}

.zmdi-replay-5:before {
	content: '\f3b1';
}

.zmdi-replay:before {
	content: '\f3b2';
}

.zmdi-shuffle:before {
	content: '\f3b3';
}

.zmdi-skip-next:before {
	content: '\f3b4';
}

.zmdi-skip-previous:before {
	content: '\f3b5';
}

.zmdi-stop:before {
	content: '\f3b6';
}

.zmdi-surround-sound:before {
	content: '\f3b7';
}

.zmdi-tune:before {
	content: '\f3b8';
}

.zmdi-volume-down:before {
	content: '\f3b9';
}

.zmdi-volume-mute:before {
	content: '\f3ba';
}

.zmdi-volume-off:before {
	content: '\f3bb';
}

.zmdi-volume-up:before {
	content: '\f3bc';
}

.zmdi-n-1-square:before {
	content: '\f3bd';
}

.zmdi-n-2-square:before {
	content: '\f3be';
}

.zmdi-n-3-square:before {
	content: '\f3bf';
}

.zmdi-n-4-square:before {
	content: '\f3c0';
}

.zmdi-n-5-square:before {
	content: '\f3c1';
}

.zmdi-n-6-square:before {
	content: '\f3c2';
}

.zmdi-neg-1:before {
	content: '\f3c3';
}

.zmdi-neg-2:before {
	content: '\f3c4';
}

.zmdi-plus-1:before {
	content: '\f3c5';
}

.zmdi-plus-2:before {
	content: '\f3c6';
}

.zmdi-sec-10:before {
	content: '\f3c7';
}

.zmdi-sec-3:before {
	content: '\f3c8';
}

.zmdi-zero:before {
	content: '\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
	content: '\f3ca';
}

.zmdi-airline-seat-flat:before {
	content: '\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
	content: '\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
	content: '\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
	content: '\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
	content: '\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
	content: '\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
	content: '\f3d1';
}

.zmdi-airplay:before {
	content: '\f3d2';
}

.zmdi-closed-caption:before {
	content: '\f3d3';
}

.zmdi-confirmation-number:before {
	content: '\f3d4';
}

.zmdi-developer-board:before {
	content: '\f3d5';
}

.zmdi-disc-full:before {
	content: '\f3d6';
}

.zmdi-explicit:before {
	content: '\f3d7';
}

.zmdi-flight-land:before {
	content: '\f3d8';
}

.zmdi-flight-takeoff:before {
	content: '\f3d9';
}

.zmdi-flip-to-back:before {
	content: '\f3da';
}

.zmdi-flip-to-front:before {
	content: '\f3db';
}

.zmdi-group-work:before {
	content: '\f3dc';
}

.zmdi-hd:before {
	content: '\f3dd';
}

.zmdi-hq:before {
	content: '\f3de';
}

.zmdi-markunread-mailbox:before {
	content: '\f3df';
}

.zmdi-memory:before {
	content: '\f3e0';
}

.zmdi-nfc:before {
	content: '\f3e1';
}

.zmdi-play-for-work:before {
	content: '\f3e2';
}

.zmdi-power-input:before {
	content: '\f3e3';
}

.zmdi-present-to-all:before {
	content: '\f3e4';
}

.zmdi-satellite:before {
	content: '\f3e5';
}

.zmdi-tap-and-play:before {
	content: '\f3e6';
}

.zmdi-vibration:before {
	content: '\f3e7';
}

.zmdi-voicemail:before {
	content: '\f3e8';
}

.zmdi-group:before {
	content: '\f3e9';
}

.zmdi-rss:before {
	content: '\f3ea';
}

.zmdi-shape:before {
	content: '\f3eb';
}

.zmdi-spinner:before {
	content: '\f3ec';
}

.zmdi-ungroup:before {
	content: '\f3ed';
}

.zmdi-500px:before {
	content: '\f3ee';
}

.zmdi-8tracks:before {
	content: '\f3ef';
}

.zmdi-amazon:before {
	content: '\f3f0';
}

.zmdi-blogger:before {
	content: '\f3f1';
}

.zmdi-delicious:before {
	content: '\f3f2';
}

.zmdi-disqus:before {
	content: '\f3f3';
}

.zmdi-flattr:before {
	content: '\f3f4';
}

.zmdi-flickr:before {
	content: '\f3f5';
}

.zmdi-github-alt:before {
	content: '\f3f6';
}

.zmdi-google-old:before {
	content: '\f3f7';
}

.zmdi-linkedin:before {
	content: '\f3f8';
}

.zmdi-odnoklassniki:before {
	content: '\f3f9';
}

.zmdi-outlook:before {
	content: '\f3fa';
}

.zmdi-paypal-alt:before {
	content: '\f3fb';
}

.zmdi-pinterest:before {
	content: '\f3fc';
}

.zmdi-playstation:before {
	content: '\f3fd';
}

.zmdi-reddit:before {
	content: '\f3fe';
}

.zmdi-skype:before {
	content: '\f3ff';
}

.zmdi-slideshare:before {
	content: '\f400';
}

.zmdi-soundcloud:before {
	content: '\f401';
}

.zmdi-tumblr:before {
	content: '\f402';
}

.zmdi-twitch:before {
	content: '\f403';
}

.zmdi-vimeo:before {
	content: '\f404';
}

.zmdi-whatsapp:before {
	content: '\f405';
}

.zmdi-xbox:before {
	content: '\f406';
}

.zmdi-yahoo:before {
	content: '\f407';
}

.zmdi-youtube-play:before {
	content: '\f408';
}

.zmdi-youtube:before {
	content: '\f409';
}

.zmdi-import-export:before {
	content: '\f30c';
}

.zmdi-swap-vertical-:before {
	content: '\f30c';
}

.zmdi-airplanemode-inactive:before {
	content: '\f102';
}

.zmdi-airplanemode-active:before {
	content: '\f103';
}

.zmdi-rate-review:before {
	content: '\f103';
}

.zmdi-comment-sign:before {
	content: '\f25a';
}

.zmdi-network-warning:before {
	content: '\f2ad';
}

.zmdi-shopping-cart-add:before {
	content: '\f1ca';
}

.zmdi-file-add:before {
	content: '\f221';
}

.zmdi-network-wifi-scan:before {
	content: '\f2e4';
}

.zmdi-collection-add:before {
	content: '\f14e';
}

.zmdi-format-playlist-add:before {
	content: '\f3ac';
}

.zmdi-format-queue-music:before {
	content: '\f3ab';
}

.zmdi-plus-box:before {
	content: '\f277';
}

.zmdi-tag-backspace:before {
	content: '\f1d9';
}

.zmdi-alarm-add:before {
	content: '\f32b';
}

.zmdi-battery-charging:before {
	content: '\f114';
}

.zmdi-daydream-setting:before {
	content: '\f217';
}

.zmdi-more-horiz:before {
	content: '\f19c';
}

.zmdi-book-photo:before {
	content: '\f11b';
}

.zmdi-incandescent:before {
	content: '\f189';
}

.zmdi-wb-iridescent:before {
	content: '\f38c';
}

.zmdi-calendar-remove:before {
	content: '\f330';
}

.zmdi-refresh-sync-disabled:before {
	content: '\f1b7';
}

.zmdi-refresh-sync-problem:before {
	content: '\f1b6';
}

.zmdi-crop-original:before {
	content: '\f17e';
}

.zmdi-power-off:before {
	content: '\f1af';
}

.zmdi-power-off-setting:before {
	content: '\f1ae';
}

.zmdi-leak-remove:before {
	content: '\f38d';
}

.zmdi-star-border:before {
	content: '\f27c';
}

.zmdi-brightness-low:before {
	content: '\f36d';
}

.zmdi-brightness-medium:before {
	content: '\f36e';
}

.zmdi-brightness-high:before {
	content: '\f36f';
}

.zmdi-smartphone-portrait:before {
	content: '\f2d4';
}

.zmdi-live-tv:before {
	content: '\f2d9';
}

.zmdi-format-textdirection-l-to-r:before {
	content: '\f249';
}

.zmdi-format-textdirection-r-to-l:before {
	content: '\f24a';
}

.zmdi-arrow-back:before {
	content: '\f2ea';
}

.zmdi-arrow-forward:before {
	content: '\f2ee';
}

.zmdi-arrow-in:before {
	content: '\f2e9';
}

.zmdi-arrow-out:before {
	content: '\f2ed';
}

.zmdi-rotate-90-degrees-ccw:before {
	content: '\f304';
}

.zmdi-adb:before {
	content: '\f33a';
}

.zmdi-network-wifi:before {
	content: '\f2e8';
}

.zmdi-network-wifi-alt:before {
	content: '\f2e3';
}

.zmdi-network-wifi-lock:before {
	content: '\f2e5';
}

.zmdi-network-wifi-off:before {
	content: '\f2e6';
}

.zmdi-network-wifi-outline:before {
	content: '\f2e7';
}

.zmdi-network-wifi-info:before {
	content: '\f2e4';
}

.zmdi-layers-clear:before {
	content: '\f18b';
}

.zmdi-colorize:before {
	content: '\f15d';
}

.zmdi-format-paint:before {
	content: '\f1ba';
}

.zmdi-format-quote:before {
	content: '\f1b2';
}

.zmdi-camera-monochrome-photos:before {
	content: '\f285';
}

.zmdi-sort-by-alpha:before {
	content: '\f1cf';
}

.zmdi-folder-shared:before {
	content: '\f225';
}

.zmdi-folder-special:before {
	content: '\f226';
}

.zmdi-comment-dots:before {
	content: '\f260';
}

.zmdi-reorder:before {
	content: '\f31e';
}

.zmdi-dehaze:before {
	content: '\f197';
}

.zmdi-sort:before {
	content: '\f1ce';
}

.zmdi-pages:before {
	content: '\f34a';
}

.zmdi-stack-overflow:before {
	content: '\f35c';
}

.zmdi-calendar-account:before {
	content: '\f204';
}

.zmdi-paste:before {
	content: '\f109';
}

.zmdi-cut:before {
	content: '\f1bc';
}

.zmdi-save:before {
	content: '\f297';
}

.zmdi-smartphone-code:before {
	content: '\f139';
}

.zmdi-directions-bike:before {
	content: '\f117';
}

.zmdi-directions-boat:before {
	content: '\f11a';
}

.zmdi-directions-bus:before {
	content: '\f121';
}

.zmdi-directions-car:before {
	content: '\f125';
}

.zmdi-directions-railway:before {
	content: '\f1b3';
}

.zmdi-directions-run:before {
	content: '\f215';
}

.zmdi-directions-subway:before {
	content: '\f1d5';
}

.zmdi-directions-walk:before {
	content: '\f216';
}

.zmdi-local-hotel:before {
	content: '\f178';
}

.zmdi-local-activity:before {
	content: '\f1df';
}

.zmdi-local-play:before {
	content: '\f1df';
}

.zmdi-local-airport:before {
	content: '\f103';
}

.zmdi-local-atm:before {
	content: '\f198';
}

.zmdi-local-bar:before {
	content: '\f137';
}

.zmdi-local-cafe:before {
	content: '\f13b';
}

.zmdi-local-car-wash:before {
	content: '\f124';
}

.zmdi-local-convenience-store:before {
	content: '\f1d3';
}

.zmdi-local-dining:before {
	content: '\f153';
}

.zmdi-local-drink:before {
	content: '\f157';
}

.zmdi-local-florist:before {
	content: '\f168';
}

.zmdi-local-gas-station:before {
	content: '\f16f';
}

.zmdi-local-grocery-store:before {
	content: '\f1cb';
}

.zmdi-local-hospital:before {
	content: '\f177';
}

.zmdi-local-laundry-service:before {
	content: '\f1e9';
}

.zmdi-local-library:before {
	content: '\f18d';
}

.zmdi-local-mall:before {
	content: '\f195';
}

.zmdi-local-movies:before {
	content: '\f19d';
}

.zmdi-local-offer:before {
	content: '\f187';
}

.zmdi-local-parking:before {
	content: '\f1a5';
}

.zmdi-local-parking:before {
	content: '\f1a5';
}

.zmdi-local-pharmacy:before {
	content: '\f176';
}

.zmdi-local-phone:before {
	content: '\f2be';
}

.zmdi-local-pizza:before {
	content: '\f1ac';
}

.zmdi-local-post-office:before {
	content: '\f15a';
}

.zmdi-local-printshop:before {
	content: '\f1b0';
}

.zmdi-local-see:before {
	content: '\f28c';
}

.zmdi-local-shipping:before {
	content: '\f1e6';
}

.zmdi-local-store:before {
	content: '\f1d4';
}

.zmdi-local-taxi:before {
	content: '\f123';
}

.zmdi-local-wc:before {
	content: '\f211';
}

.zmdi-my-location:before {
	content: '\f299';
}

.zmdi-directions:before {
	content: '\f1e7';
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px,0,0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	display: none
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../images/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3,1.3);
	-moz-transition: scale(1.3,1.3);
	-ms-transition: scale(1.3,1.3);
	-o-transition: scale(1.3,1.3);
	transition: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

body {
	overflow-x: hidden;
	font-family: "微软雅黑","Microsoft Yahei",Arial;
}

a:hover,a:focus,a:active {
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	outline: none !important;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.video-responsive {
	height: 0;
	padding-top: 0;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}

.video-responsive embed,.video-responsive iframe,.video-responsive object,.video-responsive video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.body-page input[type="text"],.body-page input[type="tel"],.body-page input[type="password"],.body-page input[type="email"],.body-page textarea,.body-page select {
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.02) inset;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.02) inset;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 5px 10px;
}

.label {
	color: #000 !important;
}

.list-menu ul li {
	list-style: none;
	padding: 15px 2px;
	font-size: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

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

ul {
	margin: 0;
	padding: 0;
}

ul ul {
	/*padding-left: 20px;*/
}

ul li {
	list-style: none;
}

ul li i {
	margin-right: 3px;
	font-size: 16px;
	min-width: 20px;
	text-align: center;
}

.item-list ul li {
	margin-left: 0;
}

ul.menu > li {
	position: relative;
	padding: 3px 0;
}

ul.menu > li a {
	padding-left: 16px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

ul.menu > li a:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.item-list-right ul > li a {
	font-size: 12px;
	font-family: "微软雅黑","Microsoft Yahei",Arial;
	text-transform: uppercase;
	color: #121212;
	font-weight: 550;
}

.item-list-right ul > li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 15px !important;
	padding-bottom: 15px;
}

ul.menu > li a:hover {
	padding-left: 25px;
}

ul.feature-list > li {
	position: relative;
	padding: 3px 0;
	padding-left: 16px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

ul.feature-list > li:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

ul.feature-list > li:hover {
	padding-left: 25px;
}

ul.feature-list > li:hover:after {
	left: 10px;
}

ul.inline > li {
	float: left;
	margin-left: 5px;
}

table {
	width: 100%;
	margin-bottom: 27px;
	border: 1px solid #ddd;
}

table > thead > tr > th,table > thead > tr > td,table > tbody > tr > th,table > tbody > tr > td,table > tfoot > tr > th,table > tfoot > tr > td {
	border-color: #ddd;
	border-width: 1px 1px 1px 0;
	border-style: solid;
}

table > thead > tr > th,table > thead > tr > td {
	border-bottom-width: 2px;
}

.no-padding {
	padding: 0 !important;
}

a.disable {
	pointer-events: none;
	cursor: default;
}

.pager .paginations {
	border-radius: 5px;
	display: inline-block;
	margin: 0 30px;
	padding: 4px 3px;
}

.pager .paginations a {
	border: 1px solid rgba(0,0,0,0.1);
	font-weight: 700;
	display: inline-block;
	height: 35px;
	line-height: 34px;
	margin: 0 1px;
	text-align: center;
	width: 35px;
	margin-right: 10px;
}

.pager .paginations a:last-child {
	margin-right: 0;
}

.pager .paginations a.active {
	background: #47C9E5;
	border-color: #47C9E5;
	color: #fff;
}

#edit-preview,#edit-submit {
	background: #47C9E5;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px 15px;
	border: none;
}

#edit-preview:hover,#edit-submit:hover {
	background: #74d6eb;
}

.breadcrumbs {
	/*padding: 170px 0 0px;*/
	margin-bottom: 0px;
	/*background: url(../images/breadcrumb.jpg) center top repeat transparent;*/
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.1);
}

.breadcrumbs nav.breadcrumb ol > li {
	font-size: 15px;
	color: #000;
}

.breadcrumbs nav.breadcrumb ol > li a {
	color: #000;
}

.breadcrumbs nav.breadcrumb ol > li a:hover {
	color: #47C9E5;
}

@media (max-width:991px) {
	.breadcrumbs {
		padding: 20px 0 0px;
		margin-bottom: 0px;
	/*	background: url(../images/breadcrumb.jpg) right center  repeat transparent;*/
		border-bottom: 1px solid rgba(0,0,0,0.1);
		border-top: 1px solid rgba(0,0,0,0.1);
		margin-top: 85px;
	}
	.contact-banner{display: none;}
	.top-box{display: none;}
	.w1200{width: 100%;}
	.footer-top ul{width: 100% !important;height: auto;padding-top: 20px;border-bottom: 1px solid #2aa6c1;padding-bottom: 5px;}
	.footer{height: auto;overflow: hidden;}
	.footer-top{height: auto;padding: 0px 15px;}
	.footer-top ul:nth-child(5){display: none;}
	.footer-top ul:nth-child(4){display: none;}
	.footer-r{width: 100%;}
	.footer-r .wx{width: 48%;margin-right: 4%}
	.footer-r .fx{margin-top: 40px}
	.footer-r .fx span{font-size: 14px;}
	.footer-bottom{display: none;}
	#nav{display: none;}
	.navbar{display: block;}
	.qnsl-con{width: 100% !important}
	.q-text{width: 100% !important}
	.qnslW{margin-top: 100px !important; margin-bottom: 40px !important;width: 100%;padding: 0px 15px;}
	.qnslW ,.qnsl-con{height: auto !important}
	.q-text iframe{width: 100%;margin-left: 0px !important}
	.HonorW,.HistW{display: none;}
	.proW{display: none;}
	.scsx li:nth-last-of-type(2){
		display: none;
	}
	.BannerDiv{margin-top: 90px;}
	.BannerDiv .Banner{height: 200px;}
	.BannerDiv .Banner .Show{height: 200px;}
	.BannerDiv .Banner .Show ul li{height: 210px;}
	.BannerDiv .Banner .Show ul li a{height: 210px;background-size: 100% 100%;}
	.BannerDiv .Banner .indexObj{bottom: 0px;}
	.BannerDiv .Banner .indexObj .box{width: 100%;}
	.BannerDiv .Banner_bottom{display: none;}
	.txtMarquee-left{width:97%;border:none;}
	.txtMarquee-left strong{width: 20%;font-size: 12px;}
	.txtMarquee-left .bd{width: 78%;left: 22%}
	.txtMarquee-left .bd .tempWrap{width: 100% !important;}
	.box1-one{display: none}
	.box-two ul li{width: 100%;height: auto;}
	.box-two ul li p{font-size: 12px;    right: 30px;}
	.box-two ul li a{
		font-size: 12px;
	    width: 80px;
	    height: 30px;
	    line-height: 30px;
	    right: 30px;
	    
	}
	.m_banner{display: block !important;}
	.pc_banner{display: none;}
	.box-two ul li:nth-child(3){
		height: auto;
	}
	.box-two ul li:nth-child(3) a{
		top: 55%;
	}
	.box-two{width: 100%;padding: 0px 15px;}
	.box2{display: none;}
	.box2-tit{width: 100% !important;margin-top: 0px;font-size: 20px;}
	.box-tab{width: 100%;padding: 0px 15px;}
	.box-tab li{
		width: 100%;
		    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    border-radius:0px;
	}
	.box3-tab li:nth-child(3){
		margin-bottom: 30px;
	}
	.box-ul{padding: 0px 15px}
	.box-ul  li div{width: 100%;}
	.box5,.box4{display: none}
}

body {
	overflow-x: hidden;
}

body.boxed {
	max-width: 1280px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
	background: #efefef;
}

body.boxed div.body-page {
	background: #fff;
}

.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	background: #fff !important;
}

.stuck .navigation .gva_menu  > li > a {
	color: #444444 !important;
}

.stuck .gva-search-region .icon {
	color: #444444 !important;
}

.sticky-v3 .content-inner {
	padding-left: 0 !important;
	padding-right: 30px !important;
}

.topbar {
	color: #bababa;
	font-size: 12px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 10px 0;
}

.topbar .block {
	margin: 0 !important;
}

.topbar a {
	color: #bababa;
	font-size: 12px;
}

header .header-main {
	padding: 30px 0;
	background: #fff;
}

@media (max-width:991px) {
	header .site-branding {
		text-align: left;
		padding-bottom: 10px;
	}

	header .header-right-inner,header .header-right-inner .block {
		text-align: center !important;
	}
}

.header-style-v1 header#header {
	width: 100%;
	position: absolute;
	background: none;
	z-index: 99;
}

@media (max-width:991px) {
	.header-style-v1 header#header {
		background: #fff;
		position: static;
	}
}

.header-style-v1 header#header .topbar {
	background: rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

@media (max-width:991px) {
	.header-style-v1 header#header .topbar {
		display: none;
	}
}

.header-style-v1 header#header .navigation .gva_menu > li > a {
	color: #fff;
}

.header-style-v1 header#header .navigation .gva_menu > li > a:hover {
	color: #2196F3;
}

header .header-main {
	padding: 0;
	background: none;
}

header.header-v1 .area-main-menu .navigation {
	position: static;
}

header.header-v1 .area-main-menu .navigation ul.gva_menu {
	position: static;
}

header.header-v1 .area-main-menu .gva-navigation ul.gva_menu_main {
	display: inline-block;
	width: auto;
	float: right;
}

header.header-v1 .area-main-menu .area-inner {
	padding-left: 40px;
}

header.header-v1 .area-main-menu .gva-search-region {
	position: absolute;
	right: 15px;
	top: 25px;
	z-index: 9;
}

@media (max-width:991px) {
	header.header-v1 .area-main-menu .gva-search-region {
		top: 22px;
		right: 50px;
	}

	header.header-v1 .area-main-menu .gva-search-region .icon {
		color: #181818 !important;
	}
}

header.header-v1 .area-main-menu .gva-search-region .icon {
	font-size: 20px;
	color: #fff;
}

header.header-v1 .area-main-menu .gva-search-region .icon:hover {
	cursor: pointer;
}

header.header-v1 .area-main-menu .gva-search-region .search-content {
	display: none;
	width: 275px;
	position: absolute;
	top: 43px;
	right: 0;
	margin-top: -1px;
	z-index: 99;
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

header.header-v1 .area-main-menu .gva-search-region .search-content input#edit-keys {
	height: 35px;
	width: 170px;
	padding: 0px;
	border: 1px solid rgba(0,0,0,0.3);
	background: none;
}

header.header-v1 .area-main-menu .gva-search-region.show .search-content {
	display: block;
}

header.header-v1 .block {
	overflow: visible;
}

.breaking-news .block {
	overflow: visible;
	margin-bottom: 0;
}

.breaking-news .content-inner {
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: 0;
}

@media (max-width:991px) {
	.breaking-news .content-inner {
		border-top: 1px solid rgba(0,0,0,0.1);
	}
}

.breaking-news .title {
	float: left;
	width: 120px;
	background-color: #47C9E5;
	color: #fff;
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
	text-align: center;
}

@media (max-width:991px) {
	.breaking-news .title {
		display: none;
	}
}

.breaking-news .init-carousel-owl {
	margin: 0;
}

.breaking-news .news-content {
	padding-left: 160px;
	padding-top: 3px;
}

@media (max-width:991px) {
	.breaking-news .news-content {
		padding-left: 0;
	}
	.nav-tabs > li {width:50%;}
}

.breaking-news .post-breaking-news {
	background: none;
}

.breaking-news .owl-nav {
	display: none;
}

.breaking-news .block {
	margin-bottom: 0;
}

.breaking-news .item {
	height: 28px;
	overflow: hidden;
	padding: 0;
}

.breaking-news .item .post-created {
	width: 80px;
	float: left;
	font-weight: 400;
	color: #ccc;
	line-height: 32px;
	padding: 0;
	font-size: 12px;
}

.breaking-news .item .post-created:before {
	display: none;
}

.breaking-news .item .post-title {
	font-weight: 400;
	padding-left: 90px;
	display: block;
	padding: 0;
}

.breaking-news .item .post-title a {
	line-height: 32px;
	display: inline-block;
}

.content-full {
	overflow: hidden;
}

div[class*='-md-6'].main-content .post-slider.v2 .views-field-body {
	display: none !important;
}

.area.slideshow_content .block {
	margin-bottom: 0;
}

.area-panel {
	padding: 30px 0;
}

.header-right .block {
	margin-bottom: 0;
}

.promotion {
	padding: 0;
	margin-bottom: 0;
}

.main-menu .area-main-menu .area-inner .block {
	margin-bottom: 0;
}

.sidebar {
	position: relative;
}



.copyright {
	background: #2D2D2D;
}

.copyright .copyright-inner {
	padding: 30px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.copyright .copyright-inner .block {
	margin: 0;
}

.contact-message-form .form-item {
	margin-bottom: 30px;
}

.contact-message-form .form-item label {
	display: none;
}

.contact-message-form .form-item input,.contact-message-form .form-item textarea {
	width: 100%;
}

.contact-message-form .form-actions #edit-preview,.contact-message-form .form-actions #edit-submit {
	background: #47C9E5;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 15px;
	border: none;
}

.contact-message-form .form-actions #edit-preview:hover,.contact-message-form .form-actions #edit-submit:hover {
	background: #74d6eb;
}

body.maintenance-page {
	background-color: #fff;
	color: #000;
}

.maintenance-page #page-wrapper {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	min-width: 0;
	min-height: 0;
	border: 1px solid #ddd;
	margin-top: 40px;
}

.maintenance-page #page {
	margin: 10px;
}

.maintenance-page #main-wrapper {
	min-height: inherit;
}

.maintenance-page #header {
	width: auto;
}

.maintenance-page #main {
	margin: 0;
}

.maintenance-page .content .section {
	padding: 0 0 0 10px;
}[dir="rtl"] .maintenance-page .content .section {
	padding-left: 0;
	padding-right: 10px;
}

.maintenance-page #header {
	background-color: #fff;
	background-image: none;
}

.maintenance-page .site-branding-text {
	margin-bottom: 50px;
	margin-left: 0;
	padding-top: 20px;
	font-size: 90%;
}[dir="rtl"] .maintenance-page .site-branding-text {
	margin-right: 0;
}

.maintenance-page .site-branding-text,.maintenance-page .site-branding-text a,.maintenance-page .site-branding-text a:hover,.maintenance-page .site-branding-text a:focus {
	color: #777;
}

.maintenance-page .page-title {
	line-height: 1em;
	margin-top: 0;
}

@media all and (min-width:800px) {
	.maintenance-page #page-wrapper {
		width: 800px;
	}

	.maintenance-page #header div.section,.maintenance-page #main {
		width: 700px;
	}
}

@media all and (min-width:600px) {
	.maintenance-page #page {
		margin: 20px 40px 40px;
	}
}

.post-block {
	background: #fff;
	margin-top: 30px;
}

.post-block .post-image {
	overflow: hidden;
}

.post-block .post-image a {
	position: relative;
	display: block;
}

.post-block .post-image a:before {
	background: transparent linear-gradient(to right,rgba(29,157,155,0.6),rgba(66,165,246,0.6)) repeat scroll 0 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.post-block .post-image a:after {
	content: "\f08e";
	font-family: "FontAwesome";
	position: absolute;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	text-align: center;
	line-height: 40px;
	font-size: 25px;
	color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	z-index: 99;
}

.post-block .post-image img {
	width: 100%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}

.post-block .post-image:hover a:before,.post-block .post-image:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.post-block .post-title {
	padding: 15px 0;
	font-size: 20px;
}

.post-block .post-title a {
	display: block;
	line-height: 22px;
	font-weight: 600;
	font-size: 15px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.post-block .post-content:before,.post-block .post-content:after {
	content: " ";
	display: table;
}

.post-block .post-content:after {
	clear: both;
}

.post-block .post-meta {
	font-size: 11px;
	font-weight: 300;
	color: #A4A4A4;
	margin-top: 10px;
}

.post-block .post-meta:before,.post-block .post-meta:after {
	content: " ";
	display: table;
}

.post-block .post-meta:after {
	clear: both;
}

.post-block .post-meta > div {
	float: left;
	display: inline-block;
	margin-right: 20px;
}

@media (max-width:991px) {
	.post-block .post-meta > div {
		margin-right: 10px;
	}
}

.post-block .post-meta > div:last-child {
	margin-right: 0;
}

.post-block .post-meta a {
	color: #A4A4A4;
}

.post-block .post-meta a:hover {
	text-decoration: underline;
}

.post-block .post-meta .post-categories {
	margin-bottom: 0;
}

.post-block .post-created {
	text-transform: none;
	position: relative;
}

.post-block .post-description {
	margin-top: 15px;
}

.post-block .post-comment {
	text-transform: none;
	position: relative;
}

.post-block .post-categories {
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
}

.post-block .post-categories a {
	color: #47C9E5;
	display: inline-block;
	padding: 0;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	letter-spacing: 1px;
	line-height: 22px;
	line-height: 1.5;
}

.post-block .post-categories a:hover {
	color: #74d6eb;
	text-decoration: none;
}

.post-block .content-after {
	padding: 10px 0 0;
}

.video-block {
	background: transparent;
	position: relative;
}

.video-block .post-image a:after {
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}

.video-block .post-image a:before {
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	content: "\f01d";
	color: #47C9E5;
	font-family: "FontAwesome";
	position: absolute;
	width: 42px;
	height: 42px;
	top: 35%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	font-size: 45px;
	line-height: 1;
	color: #fff;
	z-index: 99;
}

.video-block .post-title {
	padding: 5px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 99;
	padding: 20px;
}

.video-block .post-title a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	line-height: 1.3;
}

.video-block .post-title a:hover {
	color: #47C9E5;
}

.video-block:hover .post-image a:before {
	display: none;
}

.post-hero-bottom .post-block {
	position: relative;
}

.post-hero-bottom .post-block .post-image a:after,.post-hero-bottom .post-block .post-image a:before {
	display: none;
}

.post-hero-bottom .post-block .post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	width: 100%;
	background: linear-gradient(to top,#161616,transparent);
	background: -webkit-linear-gradient(to top,#161616,transparent);
	background: -o-linear-gradient(to top,#161616,transparent);
	background: -moz-linear-gradient(to top,#161616,transparent);
	z-index: 9;
}

.post-hero-bottom .post-block .post-content .post-title a {
	color: #fff;
	font-weight: 700;
}

.post-hero-bottom .post-block .post-content .post-body {
	color: rgba(255,255,255,0.9);
	font-size: 16px;
}

.post-hero-bottom .post-block .post-content .post-meta {
	color: #ccc;
}

.gallery-post {
	position: relative;
}

.gallery-post .post-meta-wrap {
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: #fff;
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	padding: 20px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.gallery-post .post-meta-wrap .post-title a {
	font-size: 15px;
	text-transform: uppercase;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
}

.gallery-post:hover .post-meta-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
}

.style-dark .post-block {
	background: transparent;
}

.style-dark .post-block .post-title {
	background: transparent;
}

.style-dark .post-block .post-title a {
	color: #fff;
}

.style-dark .post-block .post-title a:hover {
	color: #47C9E5;
}

.post-slideshow div[class*="col-"] {
	padding: 0;
}

.post-slider.post-block.v1 {
	background: none;
	position: relative;
}

.post-slider.post-block.v1 .left {
	width: 55%;
	float: left;
}

.post-slider.post-block.v1 .right {
	width: 45%;
	height: 100%;
	padding: 30px;
	border: 1px solid rgba(0,0,0,0.1);
	border-left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.post-slider.post-block.v1 .entry-title {
	margin: 20px 0;
}

.post-slider.post-block.v1 .entry-title a {
	color: #181818;
	font-size: 30px;
	font-weight: 700;
	display: block;
	line-height: 1.2;
}

.post-slider.post-block.v2 {
	position: relative;
}

.post-slider.post-block.v2 .post-meta-wrap {
	background: linear-gradient(to bottom,transparent 0%,black 150%) repeat scroll 0 0;
	background: -webkit-linear-gradient(to bottom,transparent 0%,black 150%) repeat scroll 0 0;
	background: -o-linear-gradient(to bottom,transparent 0%,black 150%) repeat scroll 0 0;
	background: -moz-linear-gradient(to bottom,transparent 0%,black 150%) repeat scroll 0 0;
	width: 100%;
	padding: 50px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

@media (max-width:991px) {
	.post-slider.post-block.v2 .post-meta-wrap {
		padding: 20px;
	}
}

.post-slider.post-block.v2 .post-meta-wrap .post-title a {
	padding: 5px 0;
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	line-height: 1.2;
}

@media (max-width:991px) {
	.post-slider.post-block.v2 .post-meta-wrap .post-title a {
		font-size: 18px;
	}
}

.post-slider.post-block.v2 .post-meta-wrap .post-title a:hover {
	color: #47C9E5;
}

.post-slider.post-block.v2 .post-body {
	color: #fff;
	font-size: 16px;
	color: rgba(255,255,255,0.85);
}

@media (max-width:991px) {
	.post-slider.post-block.v2 .post-body {
		display: none;
	}
}

.post-slider.post-block.v2 .post-meta {
	padding: 5px 0;
	color: #fff;
}

.post-slider.post-block.v2 .post-categories a {
	font-size: 14px;
}

.post-style-hero .post-block {
	position: relative;
}

.post-style-hero .post-block .post-image a:after,.post-style-hero .post-block .post-image a:before {
	display: none;
}

.post-style-hero .post-block .post-content {
	background: linear-gradient(to bottom,transparent 0%,black 150%) repeat scroll 0 0;
	background: -webkit-linear-gradient(to bottom,transparent 0%,black 150%) repeat scroll 0 0;
	background: -o-linear-gradient(to bottom,transparent 0%,black 150%) repeat scroll 0 0;
	background: -moz-linear-gradient(to bottom,transparent 0%,black 150%) repeat scroll 0 0;
	width: 100%;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	text-align: left;
}

.post-style-hero .post-block .post-content a {
	color: #fff;
	font-weight: 700;
}

.post-style-hero .post-block .post-content a:hover {
	color: rgba(255,255,255,0.8) !important;
}

.post-style-hero .post-block .post-content .post-meta {
	color: #fff;
	margin: 0;
}

.post-style-hero .post-block .post-content .post-categories {
	margin: 0;
}

.post-style-hero .post-block .post-content .post-categories a {
	color: #fff;
	border-bottom-color: #fff;
}

.post-style-stick .item-list > ul > li {
	border-bottom: 1px dashed #e1e1e1;
	display: block;
	float: right;
	overflow: hidden;
	width: 50%;
	clear: right;
}

@media (max-width:991px) {
	.post-style-stick .item-list > ul > li {
		width: 100%;
		clear: both;
	}
}

.post-style-stick .item-list > ul > li .post-title,.post-style-stick .item-list > ul > li .post-meta,.post-style-stick .item-list > ul > li .post-meta-wrap {
	clear: both;
}

.post-style-stick .item-list > ul > li:last-child {
	margin-bottom: 0 !important;
}

.post-style-stick .item-list > ul > li:after {
	visibility: hidden;
	display: block;
	content: ".";
	clear: right;
	height: 0;
}

.post-style-stick .item-list > ul > li:not(:first-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.post-style-stick .item-list > ul > li:not(:first-child) .post-image {
	display: none;
}

.post-style-stick .item-list > ul > li:not(:first-child) .post-title,.post-style-stick .item-list > ul > li:not(:first-child) .post-meta,.post-style-stick .item-list > ul > li:not(:first-child) .post-meta-wrap {
	clear: none !important;
}

.post-style-stick .item-list > ul > li:not(:first-child) .post-content-inner,.post-style-stick .item-list > ul > li:not(:first-child) .content-body,.post-style-stick .item-list > ul > li:not(:first-child) .post-body {
	display: none;
}

.post-style-stick .item-list > ul > li:not(:first-child) .post-title {
	padding: 0;
}

.post-style-stick .item-list > ul > li:not(:first-child) .post-title a {
	font-size: 15px;
	line-height: 19.5px;
	display: block;
}

.post-style-stick .item-list > ul > li:first-child {
	border-bottom: 0 none;
	display: block;
	float: left;
	padding-right: 15px !important;
	width: 50%;
	clear: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

@media (max-width:991px) {
	.post-style-stick .item-list > ul > li:first-child {
		width: 100%;
		clear: both;
		margin-bottom: 20px;
	}
}

.post-style-stick .item-list > ul > li:first-child .post-title {
	padding: 12px 0;
}

.post-style-stick .item-list > ul > li:first-child .post-title a {
	font-size: 18px;
	line-height: 28.5px;
}

.post-style-stick .item-list > ul > li:first-child .post-meta {
	margin: 0 0 10px;
}

.post-style-stick .item-list > ul > li:first-child:after {
	content: none;
}

.post-style-stick.image .item-list > ul > li {
	border: none;
}

.post-style-stick.image .item-list > ul > li:not(:first-child) {
	margin-bottom: 20px;
	padding-bottom: 0;
}

.post-style-stick.image .item-list > ul > li:not(:first-child) .post-image {
	display: inline-block;
	width: 85px;
	height: auto;
	float: left;
}

.post-style-stick.image .item-list > ul > li:not(:first-child) .post-content {
	padding-left: 95px;
}

.post-style-stick.image .item-list > ul > li:not(:first-child) .post-title,.post-style-stick.image .item-list > ul > li:not(:first-child) .post-meta,.post-style-stick.image .item-list > ul > li:not(:first-child) .post-meta-wrap {
	clear: none !important;
}

.post-style-stick.image .item-list > ul > li:not(:first-child) .post-content-inner,.post-style-stick.image .item-list > ul > li:not(:first-child) .content-body,.post-style-stick.image .item-list > ul > li:not(:first-child) .post-body {
	display: none;
}

.post-style-stick.list .item-list > ul > li {
	width: 100% !important;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px;
	padding-bottom: 15px !important;
}

.post-style-stick.list .item-list > ul > li:first-child {
	border-bottom: 1px solid #e1e1e1;
	display: block;
	float: left;
	padding-right: 0 !important;
	clear: none;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.post-style-stick.list .item-list > ul > li:last-child {
	border: none;
}

.post-style-stick.v3 .item-list > ul > li:not(:first-child) {
	width: 40%;
}

.post-style-stick.v3 .item-list > ul > li:not(:first-child) .post-image {
	width: 110px;
}

.post-style-stick.v3 .item-list > ul > li:not(:first-child) .post-content {
	padding-left: 130px;
}

.post-style-stick.v3 .item-list > ul > li:first-child {
	border-bottom: 0 none;
	display: block;
	float: left;
	padding-right: 20px !important;
	width: 60%;
	clear: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

@media (max-width:991px) {
	.post-style-stick.v3 .item-list > ul > li:first-child {
		width: 100%;
		clear: both;
		margin-bottom: 20px;
	}
}

.post-style-stick.v3 .item-list > ul > li:first-child .post-block {
	position: relative;
}

.post-style-stick.v3 .item-list > ul > li:first-child .post-block .post-title {
	padding: 12px 0;
}

.post-style-stick.v3 .item-list > ul > li:first-child .post-block .post-title a {
	font-size: 20px;
	line-height: 28.5px;
	color: #fff;
}

.post-style-stick.v3 .item-list > ul > li:first-child .post-block .post-title a:hover {
	color: #47C9E5;
}

.post-style-stick.v3 .item-list > ul > li:first-child .post-block .post-image {
	position: relative;
}

.post-style-stick.v3 .item-list > ul > li:first-child .post-block .post-image:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.post-style-stick.v3 .item-list > ul > li:first-child .post-block .post-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 99;
	text-align: center;
	padding: 0 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post-style-stick.v3 .item-list > ul > li:first-child .post-block .post-meta {
	margin: 0 0 10px;
	color: #fff;
}

.post-style-stick.v3 .item-list > ul > li:first-child:after {
	content: none;
}

.post-style-grid .post-block {
	margin-bottom: 30px;
	text-align: left;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.post-style-grid .post-block .post-categories {
	margin: 0;
}

.post-style-grid .post-block .post-title {
	padding: 0;
}

.post-style-grid .post-block .post-meta {
	margin-top: 0;
}

.post-style-grid .post-block .post-body {
	padding: 10px 0 15px;
}

.post-style-grid .post-block .post-content {
	padding: 15px;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: none !important;
}

.post-style-grid .post-block:hover {
	-webkit-box-shadow: 0 1px 8px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 8px 2px rgba(0,0,0,0.1);
}

.node--view-mode-full .post-thumbnail {
	margin-bottom: 10px;
}

.node--view-mode-full .post-thumbnail iframe {
	min-height: 400px;
}

.node--view-mode-full .post-meta {
	margin: 5px 0 10px;
}

.node--view-mode-full .post-title {
	margin: 0;
}

.node--view-mode-full .post-categories {
	padding-bottom: 0;
	margin-bottom: 5px;
}

.node--view-mode-full .node__content {
	line-height: 2;
}

.node-detail {
	padding-bottom: 35px;
}

.node-detail iframe {
	width: 100%;
	display: block;
}

.node-detail .post-thumbnail.post-gallery {
	overflow: hidden;
}

.node-detail .post-thumbnail.post-gallery .owl-nav {
	opacity: 1;
	filter: alpha(opacity=100);
}

.categories-view-content.layout-grid .post-block,.categories-view-content.layout-masonry .post-block {
	margin-bottom: 30px;
	text-align: left;
}

.categories-view-content.layout-grid .post-block .post-categories,.categories-view-content.layout-masonry .post-block .post-categories {
	margin: 0;
}

.categories-view-content.layout-grid .post-block .post-categories h2,.categories-view-content.layout-grid .post-block .post-categories h3,.categories-view-content.layout-grid .post-block .post-categories h4,.categories-view-content.layout-masonry .post-block .post-categories h2,.categories-view-content.layout-masonry .post-block .post-categories h3,.categories-view-content.layout-masonry .post-block .post-categories h4 {
	margin: 0;
	line-height: 1;
}

.categories-view-content.layout-grid .post-block .post-title,.categories-view-content.layout-masonry .post-block .post-title {
	padding: 0;
}

.categories-view-content.layout-grid .post-block .post-meta,.categories-view-content.layout-masonry .post-block .post-meta {
	margin-top: 0;
}

.categories-view-content.layout-grid .post-block .post-body,.categories-view-content.layout-masonry .post-block .post-body {
	padding: 10px 0 15px;
}

.categories-view-content.layout-grid .post-block .post-content,.categories-view-content.layout-masonry .post-block .post-content {
	padding: 15px;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: 0;
}

.categories-view-content.layout-list .post-block {
	margin-bottom: 0;
}

.categories-view-content.layout-list .post-block:before,.categories-view-content.layout-list .post-block:after {
	content: " ";
	display: table;
}

.categories-view-content.layout-list .post-block:after {
	clear: both;
}

.categories-view-content.layout-list .post-block .post-thumbnail {
	width: 45%;
	float: left;
}

@media (max-width:767px) {
	.categories-view-content.layout-list .post-block .post-thumbnail {
		width: 100%;
	}
}

.categories-view-content.layout-list .post-block .post-content {
	width: 55%;
	float: left;
	padding-left: 30px;
}

@media (max-width:767px) {
	.categories-view-content.layout-list .post-block .post-content {
		width: 100%;
	}
}

.categories-view-content.layout-list .post-block .post-content .post-categories {
	line-height: 1;
	padding-bottom: 0;
	margin-bottom: 0;
}

.categories-view-content.layout-list .post-block .post-content .post-categories h2 {
	margin: 0;
}

.list-highlight-post .item-list ul li {
	padding: 0 !important;
	margin: 0;
}

.list-highlight-post .item-list ul li .post-block {
	background: #313131;
}

.list-highlight-post .item-list ul li .post-block .post-image {
	padding: 0;
}

.list-highlight-post .item-list ul li .post-block .post-meta-wrap {
	padding: 20px;
	overflow: hidden;
}

.list-highlight-post .item-list ul li .post-block .post-meta-wrap * {
	color: #fff;
}

.list-highlight-post .item-list ul li .post-block .post-meta-wrap * a:hover {
	color: #47C9E5;
}

.list-highlight-post .item-list ul li .post-block .post-body {
	padding-top: 10px;
}

.list-highlight-post .item-list ul li:nth-child(2n) .post-image {
	float: right !important;
}

.post-style-list .post-block {
	clear: both;
}

.post-style-list .post-block .post-image {
	width: 40%;
	float: left;
}

@media (max-width:767px) {
	.post-style-list .post-block .post-image {
		width: 100%;
	}
}

.post-style-list .post-block .post-image img {
	height: auto;
	width: 100%;
}

.post-style-list .post-block .post-meta {
	margin-top: 3px;
}

.post-style-list .post-block .post-content {
	width: 60%;
	padding-left: 15px;
	float: left;
}

@media (max-width:767px) {
	.post-style-list .post-block .post-content {
		width: 100%;
		padding-left: 0;
	}
}

.post-style-list .post-block .post-title {
	padding-top: 0;
}

.post-style-list .post-block.no-image .post-content {
	width: 100%;
	padding-left: 0;
}

.post-style-list.small .post-block {
	margin-bottom: 20px;
}

.post-style-list.small .post-block:before,.post-style-list.small .post-block:after {
	content: " ";
	display: table;
}

.post-style-list.small .post-block:after {
	clear: both;
}

.post-style-list.small .post-image {
	width: 100px;
	height: auto;
}

@media (max-width:1199px) {
	.post-style-list.small .post-image {
		width: 90px;
	}
}

.post-style-list.small .post-content {
	padding-left: 120px;
	float: none;
	width: 100%;
}

@media (max-width:1199px) {
	.post-style-list.small .post-content {
		padding-left: 100px;
	}
}

.post-style-list.small .post-title {
	padding: 0;
}

.post-style-list.small .post-title a {
	font-size: 15px;
	margin-top: -5px;
}

.post-style-list.small .post-meta {
	padding: 0;
}

.post-style-list.bg-black {
	padding: 30px 20px;
}

@media (max-width:1199px) {
	.post-style-list.bg-black {
		padding: 20px 15px;
	}
}

.post-style-list.bg-black .item-list > ul > li {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.post-style-list.bg-black .item-list > ul > li a {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.post-style-list.bg-black .item-list > ul > li:last-child {
	border-bottom: none;
}

.post-style-list.bg-black .post-block {
	background: none !important;
}

.post-style-list.bg-black .post-block .post-title a {
	color: #fff;
}

.post-style-list.bg-black .post-block .post-title a:hover {
	color: #47C9E5;
}

.post-style-stick-v2 .item-list {
	margin-left: -15px;
	margin-right: -15px;
}

.post-style-stick-v2 .item-list > ul > li {
	display: block;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.post-style-stick-v2 .item-list > ul > li .post-block {
	position: relative;
}

.post-style-stick-v2 .item-list > ul > li .post-block .post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	width: 100%;
	background: linear-gradient(to top,#161616,transparent);
	background: -webkit-linear-gradient(to top,#161616,transparent);
	background: -o-linear-gradient(to top,#161616,transparent);
	background: -moz-linear-gradient(to top,#161616,transparent);
	z-index: 9;
}

.post-style-stick-v2 .item-list > ul > li .post-block .post-content .post-title a {
	color: #fff;
	font-weight: 700;
}

.post-style-stick-v2 .item-list > ul > li .post-block .post-content .post-body {
	color: rgba(255,255,255,0.9);
	font-size: 16px;
}

@media (max-width:991px) {
	.post-style-stick-v2 .item-list > ul > li .post-block .post-content .post-body {
		display: none;
	}
}

.post-style-stick-v2 .item-list > ul > li .post-block .post-content .post-meta {
	color: #ccc;
}

.post-style-stick-v2 .item-list > ul > li:not(:first-child) {
	width: 50%;
	float: left;
}

@media (max-width:991px) {
	.post-style-stick-v2 .item-list > ul > li:not(:first-child) {
		width: 100%;
	}
}

.post-style-stick-v2 .item-list > ul > li:not(:first-child):nth-of-type(2n+2) {
	clear: both;
}

.post-style-stick-v2 .item-list > ul > li:not(:first-child):nth-of-type(2n+2):before,.post-style-stick-v2 .item-list > ul > li:not(:first-child):nth-of-type(2n+2):after {
	content: " ";
	display: table;
}

.post-style-stick-v2 .item-list > ul > li:not(:first-child):nth-of-type(2n+2):after {
	clear: both;
}

.post-style-stick-v2 .item-list > ul > li:not(:first-child) .post-title {
	padding: 0;
}

.post-style-stick-v2 .item-list > ul > li:not(:first-child) .post-title a {
	font-size: 15px;
	line-height: 20px;
	display: block;
}

.post-style-stick-v2 .item-list > ul > li:not(:first-child) .post-body {
	display: none;
}

.post-style-stick-v2 .item-list > ul > li:first-child {
	border-bottom: 0 none;
	display: block;
	width: 100%;
	clear: both;
}

.post-style-stick-v2 .item-list > ul > li:first-child .post-title {
	padding: 12px 0;
}

.post-style-stick-v2 .item-list > ul > li:first-child .post-title a {
	font-size: 24px;
	font-weight: 900;
	line-height: 28.5px;
}

.post-style-stick-v2 .item-list > ul > li:first-child .post-meta {
	margin: 0 0 10px;
}

.post-style-stick-v2 .item-list > ul > li:first-child:after {
	content: none;
}

.post-style-stick-v4 .item-list {
	margin-left: -15px;
	margin-right: -15px;
}

.post-style-stick-v4 .item-list > ul > li {
	display: block;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.post-style-stick-v4 .item-list > ul > li .post-block {
	position: relative;
}

.post-style-stick-v4 .item-list > ul > li:not(:first-child) {
	width: 50%;
	float: left;
}

.post-style-stick-v4 .item-list > ul > li:not(:first-child):nth-of-type(2n+2) {
	clear: both;
}

.post-style-stick-v4 .item-list > ul > li:not(:first-child):nth-of-type(2n+2):before,.post-style-stick-v4 .item-list > ul > li:not(:first-child):nth-of-type(2n+2):after {
	content: " ";
	display: table;
}

.post-style-stick-v4 .item-list > ul > li:not(:first-child):nth-of-type(2n+2):after {
	clear: both;
}

.post-style-stick-v4 .item-list > ul > li:not(:first-child) .post-image {
	width: 110px;
	float: left;
}

.post-style-stick-v4 .item-list > ul > li:not(:first-child) .post-content {
	padding-left: 130px;
}

.post-style-stick-v4 .item-list > ul > li:not(:first-child) .post-title {
	padding: 0;
}

.post-style-stick-v4 .item-list > ul > li:not(:first-child) .post-title a {
	font-size: 15px;
	line-height: 20px;
	display: block;
}

.post-style-stick-v4 .item-list > ul > li:not(:first-child) .post-body {
	display: none;
}

.post-style-stick-v4 .item-list > ul > li:first-child {
	border-bottom: 0 none;
	display: block;
	width: 100%;
	clear: both;
}

.post-style-stick-v4 .item-list > ul > li:first-child .post-title {
	padding: 12px 0;
}

.post-style-stick-v4 .item-list > ul > li:first-child .post-title a {
	font-size: 24px;
	font-weight: 900;
	line-height: 28.5px;
}

.post-style-stick-v4 .item-list > ul > li:first-child .post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	width: 100%;
	background: linear-gradient(to top,#161616,transparent);
	background: -webkit-linear-gradient(to top,#161616,transparent);
	background: -o-linear-gradient(to top,#161616,transparent);
	background: -moz-linear-gradient(to top,#161616,transparent);
	z-index: 9;
}

.post-style-stick-v4 .item-list > ul > li:first-child .post-content .post-title a {
	color: #fff;
	font-weight: 700;
}

.post-style-stick-v4 .item-list > ul > li:first-child .post-content .post-body {
	color: rgba(255,255,255,0.9);
	font-size: 16px;
}

.post-style-stick-v4 .item-list > ul > li:first-child .post-content .post-meta {
	color: #ccc;
}

.post-style-stick-v4 .item-list > ul > li:first-child .post-meta {
	margin: 0 0 10px;
}

.post-style-stick-v4 .item-list > ul > li:first-child:after {
	content: none;
}

.portfolio-v1 {
	position: relative;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-moz-transition: none;
	-ms-transition: none;
}

.portfolio-v1 .portfolio-image {
	position: relative;
	overflow: hidden;
}

.portfolio-v1 .portfolio-image:after {
	background-color: rgba(0,0,0,0.6);
	border-radius: 50%;
	content: "";
	left: 0;
	opacity: 0;
	padding-bottom: 100%;
	position: absolute;
	right: 0;
	top: -15%;
	transform: scale(0);
	transition: transform 0.4s cubic-bezier(0.4,0,0.2,1) 0s,opacity 0.4s ease 0s;
}

.portfolio-v1 .portfolio-content {
	position: relative;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}

.portfolio-v1 .portfolio-content:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-webkit-transition: transform 0.4s cubic-bezier(0.4,0,0.2,1) 0s,opacity 0.4s ease 0s;
	-o-transition: transform 0.4s cubic-bezier(0.4,0,0.2,1) 0s,opacity 0.4s ease 0s;
	transition: transform 0.4s cubic-bezier(0.4,0,0.2,1) 0s,opacity 0.4s ease 0s;
	-moz-transition: transform 0.4s cubic-bezier(0.4,0,0.2,1) 0s,opacity 0.4s ease 0s;
	-ms-transition: transform 0.4s cubic-bezier(0.4,0,0.2,1) 0s,opacity 0.4s ease 0s;
}

@media (max-width:991px) {
	.portfolio-v1 .portfolio-content:after {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

.portfolio-v1 .content {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	left: 0;
	width: 100%;
	z-index: 11;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	text-align: center;
	height: auto;
}

@media (max-width:991px) {
	.portfolio-v1 .content {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

.portfolio-v1 .content .title a {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 10px;
	position: relative;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
}

.portfolio-v1 .content .title a:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #2196F3;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	z-index: 1;
}

.portfolio-v1 .content .title a:hover {
	color: #2196F3;
}

.portfolio-v1 .content .category a {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
}

.portfolio-v1 .content a:hover {
	color: #2196F3;
}

.portfolio-v1:hover .portfolio-image:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	border-radius: 1;
	-webkit-border-radius: 1;
	-moz-border-radius: 1;
	-ms-border-radius: 1;
	-o-border-radius: 1;
}

.portfolio-v1:hover .portfolio-content {
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}

.portfolio-v1:hover .portfolio-content:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.portfolio-v1:hover .content {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.portfolio-v2 .content-inner {
	padding-top: 10px;
}

.portfolio-v2 .title a {
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
}

.portfolio-v2 .category a {
	color: #707070;
	font-style: italic;
}

.portfolio-v2 .category a:hover {
	color: #2196F3;
}

.portfolio-v1 .content .category p {
	color: #fff;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
}

.testimonial-carousel .item {
	margin: 3px;
}

.testimonial-carousel .testimonial-v1 .quote {
	font-size: 16px;
	font-style: italic;
}

.testimonial-carousel .testimonial-v1 .avatar {
	margin-top: 10px;
	width: 60px;
	height: 60px;
}

.testimonial-carousel .testimonial-v1 .avatar img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.testimonial-carousel .testimonial-v1 .content-inner .title {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #47C9E5;
	text-transform: uppercase;
}

.testimonial-carousel .testimonial-v1 .content-inner .job {
	font-family: 14px;
}

.testimonial-carousel .testimonial-v2 {
	padding: 0 10px;
}

.testimonial-carousel .testimonial-v2 .quote {
	font-size: 18px;
	font-style: italic;
}

.testimonial-carousel .testimonial-v2 .avatar {
	display: inline-block;
	margin-top: 10px;
	width: 60px;
	height: 60px;
}

.testimonial-carousel .testimonial-v2 .avatar img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.testimonial-carousel .testimonial-v2 .content-inner iframe {
	min-height: 315px;
	width: 100%;
}

.testimonial-carousel .testimonial-v2 .content-inner .title {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #47C9E5;
	text-transform: uppercase;
}

.list-post-footer .view-list-item {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 15px !important;
	padding-bottom: 15px;
}

.list-post-footer .view-list-item:last-child {
	border-bottom: none;
}

.list-post-footer .post-block {
	background: none;
}

.list-post-footer .post-image {
	display: none;
}

.list-post-footer .post-content {
	width: 100%;
	padding: 0 !important;
}

.list-post-footer .post-title a {
	font-weight: 400 !important;
}

.no-margin {
	margin: 0 !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.special-margin-top {
	margin-top: -100px;
}

.padding-lr-15p {
	padding-left: 15%;
	padding-right: 15%;
}

@media (max-width:991px) {
	.padding-lr-15p {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.border {
	border: 1px solid rgba(0,0,0,0.1);
}

.border-top {
	border-top: 1px solid rgba(0,0,0,0.1);
}

.border-bottom {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.overflow-visible {
	overflow: visible !important;
}

.float-left {
	float: left;
}

.no-bg {
	background-color: transparent !important;
}

.col-no-padding div[class*="col-"] {
	padding: 0 !important;
}

.p-static {
	position: static !important;
}

.p-relative {
	position: relative !important;
}

.bg-white {
	background: #fff;
}

.bg-black {
	background: #333333;
}

.ui-widget-content {
	color: #666666;
}

.text-medium {
	font-size: 16px;
	line-height: 28px;
}

.text-black {
	color: #181818;
}

.text-theme {
	color: #47C9E5 !important;
}

.gd-parallax {
	background-attachment: fixed !important;
}

@media (max-width:767px) {
	.gd-parallax {
		background-attachment: scroll !important;
	}
}

.connect ul {
	margin-bottom: 0;
}

.connect ul li {
	text-align: center;
	padding-right: 0;
	width: 16.5%;
	height: 52px;
	padding-top: 12px;
	margin-right: -4px;
}

.connect ul li.social-facebook:hover {
	background-color: #3a5898;
}

.connect ul li.social-twitter:hover {
	background-color: #00acee;
}

.connect ul li.social-google:hover {
	background-color: #dd6363;
}

.connect ul li.social-youtube:hover {
	background-color: #ce3527;
}

.connect ul li.social-letter:hover {
	background-color: #ccc33b;
}

.connect ul li.social-rss {
	width: 51px;
}

.connect ul li.social-rss:hover {
	background-color: #e78e2f;
}

.connect ul li:first-child {
	border-left: none;
}

.connect ul li a {
	font-size: 20px;
	color: #686868;
	padding-left: 6px;
}

.footer-social {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.footer-social h5 {
	color: #fff;
	float: left;
	font-size: 16px;
	width: 100%;
	letter-spacing: 2px;
}

.footer-social ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto;
}

.footer-social ul li {
	display: inline-block;
	padding: 5px 10px 10px;
}

.footer-social ul li a {
	color: #6b6b6b;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}

.footer-social ul li a i {
	font-size: 20px;
}

.footer-social ul li a:hover i {
	color: #fff;
}

.footer-social ul li a:hover i.fa-facebook-square {
	color: #3b5998;
}

.footer-social ul li a:hover i.fa-twitter-square {
	color: #4099ff;
}

.footer-social ul li a:hover i.fa-skype {
	color: #12a5f4;
}

.footer-social ul li a:hover i.fa-dribbble {
	color: #ea4c89;
}

.footer-social ul li a:hover i.fa-linkedin-square {
	color: #0e76a8;
}

.footer-social ul li a:hover i.fa-apple {
	color: #f2f2f2;
}

.footer-social ul li a:hover i.fa-pinterest {
	color: #c92228;
}

.footer-social ul li a:hover i.fa-google-plus-square {
	color: #d34836;
}

.footer-social ul li a:hover i.fa-youtube-square {
	color: #c4302b;
}

.footer-social ul li a:hover i.fa-vimeo-square {
	color: #4ebbff;
}

.footer-social ul li a:hover i.fa-tumblr-square {
	color: #35465c;
}

.footer-social ul li a:hover i.fa-xing-square {
	color: #126567;
}

.footer-social ul li a:hover i.fa-instagram {
	color: #e8e2d9;
}

.post-masonry-style > div,.isotope-items > div {
	margin-left: -1px;
	-webkit-transform: translateX(1px);
	-ms-transform: translateX(1px);
	-o-transform: translateX(1px);
	transform: translateX(1px);
}

.nav-tabs {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.nav-tabs > li {
	/* margin-right: 15px; */
	padding:0px;
}

.nav-tabs > li:last-child {
	margin-right: 0;
}

.nav-tabs > li > a {
	font-weight: 700;
	color: #181818;
	padding: 8px 14px;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
	background: none;
}

.nav-tabs > li > a i {
	margin-right: 5px;
}

.nav-tabs > li > a:hover,.nav-tabs > li > a:focus,.nav-tabs > li > a:active {
	color: #47C9E5;
}

.nav-tabs > li.active > a,.nav-tabs > li > a.active {
	color: #47C9E5;
}

.nav-tabs.drupal-tabs {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-top: 0 !important;
	margin-top: 15px;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.nav-tabs.drupal-tabs:before,.nav-tabs.drupal-tabs:after {
	content: " ";
	display: table;
}

.nav-tabs.drupal-tabs:after {
	clear: both;
}

.nav-tabs.drupal-tabs > li > a {
	line-height: 3;
}

.bean-tab .nav-tabs > li {
	padding: 0 15px;
	border-right: 1px solid rgba(0,0,0,0.1);
}

.bean-tab .nav-tabs > li:last-child {
	padding-right: 0;
	border-right: 0;
}

.bean-tab .nav-tabs > li:first-child {
	padding-left: 0;
}

.bean-tab .nav-tabs > li > a {
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
	border: none !important;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bean-tab .nav-tabs > li > a:hover,.bean-tab .nav-tabs > li > a:active,.bean-tab .nav-tabs > li > a:focus {
	background: none !important;
}

.bean-tab .nav-tabs > li.active > a {
	color: #47C9E5 !important;
}

.bean-tab.tabs-vertical .heading-tabs ul > li a {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	padding: 10px 0 !important;
	background: none !important;
	width: 100%;
}

.bean-tab.tabs-vertical .heading-tabs ul > li:last-child a {
	border: none;
}

.box-quick-link ul {
	padding: 0;
	margin: 0;
}

.box-quick-link ul > li {
	width: 46%;
	height: 70px;
	border: 1px solid rgba(0,0,0,0.1);
	float: left;
	list-style: none;
	text-align: center;
	margin-bottom: 8%;
}

.box-quick-link ul > li:nth-child(2n) {
	margin-left: 4%;
}

.box-quick-link ul > li:nth-child(2n+1) {
	margin-right: 4%;
}

.box-quick-link ul > li a {
	font-weight: 600;
	font-size: 13px;
	display: block;
	line-height: 1.8;
	padding-top: 12px;
}

.box-quick-link ul > li a i {
	display: block;
	font-size: 23px;
	color: #777777;
}

.box-quick-link ul > li a:hover {
	color: #fff;
}

.box-quick-link ul > li a:hover i {
	color: #fff;
}

.box-quick-link ul > li:hover {
	background-color: #555555;
}

.box-quick-link ul > li:hover * {
	color: #fff;
}

.init-carousel-owl {
	margin-left: -15px;
	margin-right: -15px;
	width: auto;
}

.init-carousel-owl .owl-item > .item {
	padding-left: 15px;
	padding-right: 15px;
}

div.error {
	background-repeat: no-repeat !important;
	background-image: none !important;
}

.owl-carousel {
	background: none !important;
	position: relative;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.owl-carousel .owl-controls {
	margin: 0;
}

.owl-carousel .owl-controls .owl-pagination {
	position: relative;
	bottom: 10px;
	z-index: 9;
	display: inline-block;
	width: 100%;
	left: 0;
}

.owl-carousel .owl-controls .owl-pagination .owl-page span {
	background: #d6d6d6;
	width: 10px;
	height: 10px;
}

.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
	background: #869791;
}

.owl-carousel .owl-nav {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

.owl-carousel .owl-nav > div {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	width: 40px;
	height: 40px;
	color: #181818 !important;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 7px rgba(0,0,0,0.1);
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	padding-top: 0;
	padding-bottom: 0;
}

.owl-carousel .owl-nav > div:hover {
	color: #47C9E5;
}

.owl-carousel .owl-nav > div.owl-prev {
	right: auto !important;
	border: 1px solid #ccc;
	left: -40px !important;
}

.owl-carousel .owl-nav > div.owl-next {
	left: auto !important;
	border: 1px solid #ccc;
	right: -40px !important;
}

.owl-carousel:hover .owl-nav {
	opacity: 1;
	filter: alpha(opacity=100);
	background: #fff;
}

.owl-carousel:hover .owl-nav .owl-next {
	margin-left: 30px;
}

.owl-carousel:hover .owl-nav .owl-prev {
	margin-right: 30px;
}

.btn {
	text-transform: uppercase;
	font-size: 12px !important;
	letter-spacing: 1px;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
	font-weight: 400;
	color: #fff;
	background: none;
	-webkit-transition: background 0.35s;
	-o-transition: background 0.35s;
	transition: background 0.35s;
	-moz-transition: background 0.35s;
	-ms-transition: background 0.35s;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border: 2px solid rgba(0,0,0,0.1);
}

.btn:hover,.btn:focus,.btn:active {
	background: #47C9E5 !important;
	color: #fff !important;
}

.btn-theme {
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	background: #47C9E5;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.btn-theme:hover {
	background: #222 !important;
	color: #fff !important;
}

.progress-label {
	font-size: 13px;
	color: #181818;
	margin-bottom: 2px;
	font-weight: 700;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
	text-transform: uppercase;
}

.progress {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	height: 15px !important;
	border: 0;
	background-color: #EEEEEE !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin-bottom: 10px;
}

.progress .progress-bar {
	border-radius: none !important;
	-webkit-border-radius: none !important;
	-moz-border-radius: none !important;
	-ms-border-radius: none !important;
	-o-border-radius: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: width 2s ease-in-out;
	-o-transition: width 2s ease-in-out;
	transition: width 2s ease-in-out;
	-moz-transition: width 2s ease-in-out;
	-ms-transition: width 2s ease-in-out;
	text-align: right;
	line-height: 16px !important;
	background: #47C9E5;
}

.progress.stacked .progress-bar {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.progress.stacked .progress-bar:first-child {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.progress.stacked .progress-bar:last-child {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.progress .progress-bar .percentage {
	position: relative;
	font-size: 12px;
	letter-spacing: 1px;
	margin-right: 10px;
}

.pricing-table {
	text-align: center;
	position: relative;
	background-color: #fff;
	top: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	border: 1px solid rgba(0,0,0,0.1);
}

.pricing-table:hover {
	z-index: 2;
	top: -10px;
}

.pricing-table:hover .plan-name {
	color: #fff;
	background: #47C9E5;
}

.pricing-table:hover .plan-name h3 {
	color: #fff;
}

.pricing-table .plan-name {
	padding: 15px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.pricing-table .plan-name h3 {
	font-weight: 300;
	color: #181818;
	font-size: 28px;
}

.pricing-table .plan-price {
	padding: 0 0 25px;
	background: #F8F8F8;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.pricing-table .plan-price .price-value {
	padding: 20px 0 0;
}

.pricing-table .plan-price .price-value sup {
	font-size: 18px;
	display: inline-block;
	position: relative;
	top: -12px;
}

.pricing-table .plan-price .price-value div.value {
	font-size: 45px;
	font-weight: 400;
	display: inline-block;
	color: #181818;
	line-height: 1;
}

.pricing-table .plan-price .interval {
	line-height: 14px;
}

.pricing-table .plan-list {
	padding: 0;
}

.pricing-table .plan-list li {
	padding: 12px 0;
	font-size: 14px;
	list-style: none;
}

.pricing-table .plan-list li:nth-child(2n) {
	background: #f5f5f5;
}

.pricing-table .plan-signup {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 25px 0;
}

.pricing-table .plan-signup a {
	text-transform: uppercase;
}

.pricing-table.highlight-plan {
	top: -10px;
}

.pricing-table.highlight-plan .plan-name {
	color: #fff;
	background: #47C9E5;
}

.pricing-table.highlight-plan .plan-name h3 {
	color: #fff;
}

.pricing-table.highlight-plan .plan-signup {
	padding: 30px 0;
}

.wrap-block-f-col {
	background-color: #fff;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	margin-top: 94px;
	padding: 0 15px 30px;
}

.wrap-block-f-col h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	margin: 28px 0 13px;
	-webkit-transition: color 1s ease 0s;
	-o-transition: color 1s ease 0s;
	transition: color 1s ease 0s;
	-moz-transition: color 1s ease 0s;
	-ms-transition: color 1s ease 0s;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
}

.wrap-block-f-col p {
	margin-bottom: 19px;
}

.wrap-block-f-col .wrap-icon {
	background: #fff;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 124px;
	-webkit-border-radius: 124px;
	-moz-border-radius: 124px;
	-ms-border-radius: 124px;
	-o-border-radius: 124px;
	display: inline-block;
	width: 124px;
	height: 124px;
	margin-top: -62px;
	padding: 6px;
}

.wrap-block-f-col .wrap-icon .inner-icon {
	background-color: #fff;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 106px;
	color: #47C9E5;
	display: inline-block;
	font-size: 44px;
	line-height: 106px;
	width: 106px;
	height: 106px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.wrap-block-f-col:hover .wrap-icon .inner-icon {
	background-color: #47C9E5;
	border-color: #47C9E5;
	color: #ffffff;
}

.wrap-block-f-col:hover h3 {
	color: #47C9E5;
}

.links .comment-add {
	display: none;
}

#node-single-comment {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

#node-single-comment h2 {
	margin-top: 30px;
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	position: relative;
	padding-left: 15px;
	padding-bottom: 6px;
	border-bottom: 1px solid #E6E6E6;
}

#node-single-comment h2:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 20px;
	background: #47C9E5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	left: 0;
	top: 3px;
	z-index: 1;
}

#node-single-comment #comment-form .form-item {
	margin-bottom: 20px;
}

#node-single-comment #comment-form .form-item.js-form-type-textarea {
	margin: 0;
}

#node-single-comment #comment-form .form-item label {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	font-weight: 600;
	color: #181818;
}

#node-single-comment input[type*='text'],#node-single-comment textarea {
	width: 100%;
}

.comment-wrapper h2.comment-form__title {
	margin-bottom: 1em;
}

.field-node--comment {
	font-size: 0.934em;
}

.comment {
	margin-bottom: 19px;
	vertical-align: top;
	display: table;
}[dir="rtl"] .comment {
	direction: rtl;
}

.comment__meta {
	padding: 0 30px 0 0;
	font-size: 1.071em;
	width: 115px;
}

@media (max-width:991px) {
	.comment__meta {
		width: 90px;
	}
}[dir="rtl"] .comment__meta {
	padding: 0 0 0 30px;
}

.comment__attribution img {
	border: 1px solid #d3d7d9;
}

.comment .field--name-user-picture img {
	margin: 0;
}

.comment__author .username {
	white-space: nowrap;
	text-transform: uppercase;
	color: #181818;
	font-weight: 700;
	font-size: 12px;
}

.comment__author {
	margin: 4px 0;
	line-height: 1.2;
	text-transform: uppercase;
	color: #181818;
	font-weight: 700;
	font-size: 12px;
}

.comment__time {
	margin-bottom: 4px;
	color: #68696b;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 0.733em;
	line-height: 1.2;
}

.comment__permalink {
	font-size: 0.733em;
	line-height: 1.2;
}

.comment__content {
	position: relative;
	display: table-cell;
	padding: 10px 25px 10px 25px;
	vertical-align: top;
	width: 100%;
	border: 1px solid #d3d7d9;
	font-size: 0.929em;
	line-height: 1.6;
	word-break: break-all;
}

.comment__content h3 a {
	font-size: 18px;
	font-weight: 600;
}

.comment__content .links.inline {
	margin-top: 10px;
}

.comment__content .links.inline > li {
	float: left;
}

.comment__content .links.inline > li a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}

.comment__content:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 20px;
	border-top: 20px solid transparent;
	border-right: 20px solid #d3d7d9;
	border-bottom: 20px solid transparent;
}[dir="rtl"] .comment__content:before {
	right: auto;
	left: 100%;
	border-right: none;
	border-left: 20px solid #d3d7d9;
}

.comment__content:after {
	content: '';
	position: absolute;
	right: 100%;
	top: 20px;
	border-top: 20px solid transparent;
	border-right: 20px solid #fff;
	border-bottom: 20px solid transparent;
	margin-right: -1px;
}[dir="rtl"] .comment__content:after {
	right: auto;
	left: 100%;
	border-right: none;
	border-left: 20px solid #fff;
	margin-right: 0;
	margin-left: -1px;
}

.comment__content h3 {
	margin-top: 0.94em;
	margin-bottom: 0.45em;
	font-size: 1.171em;
}

.comment__content nav {
	padding-top: 1px;
}

.indented {
	margin-left: 40px;
}[dir="rtl"] .indented {
	margin-right: 40px;
	margin-left: 0;
}

.comment .links {
	padding: 0 0 0.25em 0;
}

.comment .links li {
	padding: 0 0.5em 0 0;
	font-size: 1.08em;
}[dir="rtl"] .comment .links li {
	padding: 0 0 0 0.5em;
}

.comment--unpublished {
	margin-right: 5px;
	padding: 5px 2px 5px 5px;
	background: #fff4f4;
}[dir="rtl"] .comment--unpublished {
	margin-left: 5px;
	margin-right: 0;
	padding: 5px 5px 5px 2px;
}

.unpublished .comment-text .comment-arrow {
	border-left: 1px solid #fff4f4;
	border-right: 1px solid #fff4f4;
}

.unpublished {
	padding: 20px 15px 0;
}

.comment-footer {
	display: table-row;
}

.comment--unpublished .comment__text:after,.node--unpublished .comment__text:after {
	border-right-color: #fff4f4;
}[dir="rtl"] .comment--unpublished .comment__content:after,[dir="rtl"] .node--unpublished .comment__content:after {
	border-left-color: #fff4f4;
}

.form-control {
	box-shadow: none;
}

.search-region {
	position: absolute;
	right: 20px;
	top: 3px;
}

#user-login-form .form-item label {
	width: 100%;
}

#user-login-form .form-item input {
	width: 100%;
}

#user-login-form ul {
	width: 100%;
	padding: 10px 0 30px;
}

#user-login-form ul > li {
	width: 49%;
	float: left;
	text-align: center;
}

#user-login-form ul > li:first-child {
	margin-right: 2%;
}

#user-login-form ul > li a {
	width: 100%;
	display: inline-block;
	float: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 5px;
}

#user-login ul {
	margin: 0 0 5px;
}

#user-login ul li {
	margin: 0;
}

#user-login li.openid-link {
	background: none;
}

#search-form .panel {
	border: none;
	box-shadow: none;
}

#search-form .panel-default > .panel-heading {
	border-bottom: none;
}

.hide-label label {
	background: none;
	clip: rect(1px);
}

.exposed-filters .form-item {
	margin-bottom: 10px;
	margin-top: 0;
}

#article-admin-filter ul {
	padding: .5em 0;
}

#article-admin-filter ul li {
	list-style: none;
}

#edit-operation-wrapper select {
	margin: .5em;
}

div.resizable-textarea textarea {
	margin-top: 0;
	border: 1px solid rgba(0,0,0,0.1);
}

.search-advanced .criterion {
	float: none;
	margin: 0 5px;
}

#edit-keywords-fieldset .form-item:first-child {
	margin-top: 5px;
}

#user-admin-filter ul li {
	list-style: none;
}

.field-type-text-long fieldset {
	padding: 10px 0;
	border: rgba(0,0,0,0.1);
}

.field-type-text-long fieldset .form-item {
	margin: 0;
	padding: 0 0 0 15px;
}

#comment-form label {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

#contact-site-form .form-checkbox {
	margin-left: 0;
}

#comment-form-wrapper .form-item label {
	min-width: 120px;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}

#forum {
	width: 100%;
	position: relative;
	right: -1px;
}

#forum .name {
	font-weight: bold;
	font-size: 16px;
}

#forum table {
	width: 100%;
}

#forum tr.odd {
	background: #f5f5f5;
}

#forum tr.even td {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#forum tr td.container {
	padding: 1em;
}

#forum tr.new-topics td.forum .name {
	background-image: url(../images/forum-default.png);
}

#forum thead th {
	background: #f5f5f5;
	border-left: 1px solid rgba(0,0,0,0.1);
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px;
}

#forum td {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 1em;
}

#forum td a:hover {
	text-decoration: none;
}

#forum td.topics {
	font-weight: bold;
	text-align: center;
	width: 9%;
}

#forum td.posts {
	text-align: center;
	width: 9%;
}

#forum td.replies {
	text-align: center;
}

#forum td.forum {
	padding: 0 1em;
	width: 44%;
	padding-top: 12px;
}

#forum td.forum .name {
	background-position: left 5px;
	background-repeat: no-repeat;
	line-height: 20px;
	padding-left: 30px;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
}

#forum td.forum .description {
	font-size: 14px;
	padding-left: 30px;
}

#forum td.title .submitted {
	font-size: 14px;
}

#forum td.icon {
	width: 5%;
}

#forum .icon div {
	background-image: url(../images/forum-icons.png);
	background-repeat: no-repeat;
	height: 24px;
	margin: 0 auto;
	width: 24px;
}

#forum .icon .topic-status-new {
	background-position: -24px 0;
}

#forum .icon .topic-status-hot {
	background-position: -48px 0;
}

#forum .icon .topic-status-hot-new {
	background-position: -72px 0;
}

#forum .icon .topic-status-sticky {
	background-position: -96px 0;
}

#forum .icon .topic-status-closed {
	background-position: -120px 0;
}

.page-forum #page-title {
	margin-bottom: 10px;
}

.page-forum ul.action-links {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.page-forum ul.action-links li {
	margin-left: 0;
}

.page-forum ul.action-links li a {
	line-height: 0;
	display: inline-block;
	border: none;
	padding: 10px;
	text-transform: uppercase;
	vertical-align: middle;
}

.block {
	background: transparent;
	margin-bottom: 0px;
}

.block .block {
	margin-bottom: 0 !important;
}

.block .block-title {
	background: none;
	position: relative;
	margin: 0 0 25px;
	padding: 0 0 0;
	padding-right: 15px;
	border-bottom: 1px solid #E6E6E6;
	color: #47C9E5;
}

h2.block-title:after {
	background: #47C9E5;
	content: "";
	position: absolute;
	display: block;
	width: 35px;
	height: 1px;
	left: 0;
	bottom: -1px;
}

.block .block-title > span {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.5px;
	color: #121212;
	padding: 12px 0;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
	z-index: 9;
}

.block.block-system-main-block {
	margin-bottom: 0;
}

.block.block-system-breadcrumb-block {
	overflow: visible;
	margin-bottom: 20px;
}

.block.block-none,.block.no-padding {
	background: none !important;
	padding: 0 !important;
}

.block.block-none .block-content,.block.no-padding .block-content {
	padding: 0 !important;
}

.block.no-title {
	margin-top: 0px;
	border: none;
}

.block.no-title:before {
	content: none;
}

.block.style-higlight {
	background: #34495E;
	padding-left: 20px;
	padding-right: 20px;
}

.block.style-higlight .block-title {
	border: none;
}

.block.style-higlight .block-title span:before {
	content: none;
}

.block.style-higlight .block-title h2 {
	margin: 0;
	padding: 0;
	border: none;
}

.block.style-higlight .block-title h2 span {
	padding: 10px;
	background: #4E6984;
	color: #fff;
}

.block.style-higlight .post-title a {
	color: #fff;
}

.block.style-higlight .more-link a {
	color: #fff;
	padding: 0 15px 15px;
	display: block;
}

.block.style-higlight .more-link a:hover {
	color: #47C9E5;
}

.block#block-system-main {
	padding-top: 10px;
}

.block.block-local-tasks-block {
	margin-bottom: 0;
}

.block.no-title {
	border: none;
}

.block.no-title > .block-title,.block.no-title > div > .block-title {
	padding: 0;
	margin: 0;
	border: none;
}

.block.no-title > .block-title:before,.block.no-title > div > .block-title:before {
	content: none;
}

.block.black-color .block-title h2 {
	border-color: #444444;
}

.block.black-color .block-title h2 span {
	color: #444444;
}

.block.black-color .block-title h2 span:before {
	background: #444444;
}

.block.blue-color .block-title h2 {
	border-color: #4089ea;
}

.block.blue-color .block-title h2 span {
	color: #4089ea;
}

.block.blue-color .block-title h2 span:before {
	background: #4089ea;
}

.block.red-color .block-title h2 {
	border-color: #e84c3d;
}

.block.red-color .block-title h2 span {
	color: #e84c3d;
}

.block.red-color .block-title h2 span:before {
	background: #e84c3d;
}

.block.green-color .block-title h2 {
	border-color: #2fcc71;
}

.block.green-color .block-title h2 span {
	color: #2fcc71;
}

.block.green-color .block-title h2 span:before {
	background: #2fcc71;
}

.block.navi-color .block-title h2 {
	border-color: #2a80b9;
}

.block.navi-color .block-title h2 span {
	color: #2a80b9;
}

.block.navi-color .block-title h2 span:before {
	background: #2a80b9;
}

.block.yellow-color .block-title h2 {
	border-color: #f1c40f;
}

.block.yellow-color .block-title h2 span {
	color: #f1c40f;
}

.block.yellow-color .block-title h2 span:before {
	background: #f1c40f;
}

.block.brown-color .block-title h2 {
	border-color: #4e6984;
}

.block.brown-color .block-title h2 span {
	color: #4e6984;
}

.block.brown-color .block-title h2 span:before {
	background: #4e6984;
}

.block.oranger-color .block-title h2 {
	border-color: #EB866A;
}

.block.oranger-color .block-title h2 span {
	color: #EB866A;
}

.block.oranger-color .block-title h2 span:before {
	background: #EB866A;
}

.block.block-simplenews input#edit-subscribe {
	margin-top: 5px;
	background: #47C9E5;
	border: none;
	padding: 5px 10px;
	text-align: center;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.block.block-simplenews input#edit-subscribe:hover {
	background: lighter(#47C9E5,20%);
}

.block.block-simplenews #edit-mail-wrapper label {
	display: none;
}

.block.block-simplenews #edit-mail-wrapper input.form-email {
	padding: 5px 0;
	margin: 10px 0;
	width: 100%;
	background: #666666;
	border: none;
}

.block.block-blocktabs {
	position: relative;
}

.block.block-blocktabs .ui-widget {
	font-family: "微软雅黑",Arial,serif;
	font-size: 15px;
}

.block.block-blocktabs .ui-tabs-nav {
	padding: 0;
	border: none;
	background: none !important;
	display: inline-block;
	float: right;
	position: absolute;
	right: 20px;
	top: -60px;
	z-index: 99;
}

.block.block-blocktabs .ui-tabs-nav > li {
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
}

.block.block-blocktabs .ui-tabs-nav > li > a {
	font-size: 14px;
	text-transform: none;
	font-family: "微软雅黑",Arial,serif;
	font-weight: 700;
}

.block.block-blocktabs .ui-tabs-nav > li:last-child > a {
	padding-right: 0;
}

.block.block-blocktabs .ui-tabs-nav > li.ui-tabs-active > a {
	color: #47C9E5;
}

.block.block-blocktabs .blocktabs {
	border: none;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.block.block-blocktabs .blocktabs .ui-tabs-panel {
	padding: 0 !important;
}

.block.block-blocktabs .block {
	margin-bottom: 0 !important;
}

.block.site-branding {
	margin-bottom: 0;
}

.block-local-tasks-block {
	position: relative;
	z-index: 99;
}

.sidebar .block {
	background: #fff;
	margin-bottom: 30px;
}

.sidebar .block .block-title {
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.sidebar .block .block-content {
	padding: 20px 5px;
}

.sidebar .block.block-full .block-content {
	border: none !important;
	padding: 0 !important;
}

.region-main-menu .block {
	background: transparent;
}

.region-main-menu .block .block-content {
	padding: 0;
}

.recent-comment-block .views-field-picture {
	margin-right: 10px;
}

.rtl .recent-comment-block .views-field-picture {
	margin-left: 10px;
	margin-right: inherit;
}

.recent-comment-block .views-field-title {
	margin-top: -4px;
}

.recent-comment-block .views-field-title a {
	font-weight: 600;
	text-transform: uppercase;
}

.recent-comment-block .views-field-name {
	color: #a4a4a4;
}

.recent-comment-block .views-field-name a {
	color: #a4a4a4;
}

.list-tags .view-list ul > li {
	float: left;
	border: 1px solid rgba(0,0,0,0.1);
	display: inline-block;
	width: auto !important;
	padding: 0 !important;
	margin: 0 10px 10px 0 !important;
}

.list-tags .view-list ul > li a {
	padding: 6px 10px;
	display: block;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.list-tags .view-list ul > li:hover {
	background: #47C9E5;
}

.list-tags .view-list ul > li:hover a {
	color: #fff;
}

.contact-info {
	line-height: 28px;
}

nav.breadcrumb {
	margin-bottom: 0 !important;
	background: none;
	color: #999999;
}

nav.breadcrumb ol {
	list-style: none;
	margin-bottom: 0 !important;
	padding: 0;
}

nav.breadcrumb ol:before,nav.breadcrumb ol:after {
	content: " ";
	display: table;
}

nav.breadcrumb ol:after {
	clear: both;
}

nav.breadcrumb ol > li {
	float: left;
	font-size: 13px;
}

nav.breadcrumb ol > li a {
	color: #999999;
}

nav.breadcrumb ol > li a:hover {
	color: #47C9E5;
}

nav.breadcrumb ol > li span {
	padding: 0 2px 0px 0px;
}

.poll .poll-item {
	margin-top: 20px;
}

.poll .poll-item .heading {
	position: relative;
}

.poll .poll-item .heading .text {
	font-weight: 600;
	color: #333333;
	padding-right: 40px;
}

.poll .poll-item .heading .percent {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	font-weight: 600;
}

.poll .poll-item .bar .foreground {
	background: #47C9E5;
}

.poll .total {
	margin-top: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.poll .choices .form-item.form-item-choice input.form-radio {
	margin: 0 !important;
}

.poll .choices .form-item.form-item-choice label {
	vertical-align: text-top;
	margin-left: 5px;
}

.block-poll ul.links {
	text-align: center;
	overflow: hidden;
	padding: 15px 0 0;
}

.block-poll ul.links li {
	display: inline-block;
	margin-right: 20px;
}

.block-poll ul.links li a {
	padding-right: 10px;
	position: relative;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.block-poll ul.links li a:after {
	content: "\f105";
	position: absolute;
	top: -1px;
	right: 0;
	font-family: "FontAwesome";
}

.block-poll ul.links li a:hover {
	padding-right: 15px;
}

.block-poll ul.links li:last-child {
	margin: 0;
}

.area-main-menu .menu-toggle {
	display: none;
}

.navigation {
	position: relative;
	clear: both;
}

.navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navigation .gva_menu {
	width: 100%;
	position: relative;
	font-size: 0;
}

.navigation .gva_menu li {
	position: relative;
	font-size: 13px;
}

.navigation .gva_menu li a {
	text-align: left !important;
}

.navigation .gva_menu li a .icaret {
	margin-left: 2px;
	border: none !important;
}

.navigation .gva_menu > li {
	display: inline-block;
}

.navigation .gva_menu > li.gva-mega-menu {
	position: static !important;
}

.navigation .gva_menu > li.gva-mega-menu > .sub-menu {
	width: 100%;
}

@media (min-width:991px) {
	.navigation .gva_menu > li:hover > ul.sub-menu,.navigation .gva_menu > li:hover div.sub-menu {
		display: block;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.navigation .gva_menu > li:hover > a:after {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

.navigation .gva_menu > li > a {
	display: block;
	position: relative;
	color: #181818;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 30px 10px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
	text-align: center;
}

.navigation .gva_menu > li > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	z-index: 9;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}

.navigation .gva_menu > li > a:hover {
	color: #47C9E5;
}

.navigation .gva_menu > li > a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navigation .gva_menu > li > a.is-active {
	color: #47C9E5;
}

.navigation .gva_menu > li > a.is-active:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navigation .gva_menu > li.megamenu.menu-columns-2 > ul.sub-menu > li {
	width: 50%;
	float: left;
}

.navigation .gva_menu > li.megamenu.menu-columns-3 > ul.sub-menu > li {
	width: 33.33%;
	float: left;
}

.navigation .gva_menu > li.megamenu.menu-columns-4 > ul.sub-menu > li {
	width: 25%;
	float: left;
}

.navigation .gva_menu > li.megamenu.menu-columns-5 > ul.sub-menu > li {
	width: 20%;
	float: left;
}

.navigation .gva_menu > li.menu-list ul.sub-menu {
	min-width: 250px;
}

.navigation .gva_menu > li.menu-list ul.sub-menu > li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.navigation .gva_menu > li.menu-list ul.sub-menu > li > a {
	padding: 10px 15px;
	text-transform: uppercase;
}

.navigation .gva_menu .megamenu {
	position: static;
}

.navigation .gva_menu .megamenu > .sub-menu {
	width: 100%;
	padding: 20px;
}

.navigation .gva_menu .megamenu > .sub-menu > li {
	position: static;
	padding: 0 15px;
}

.navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu {
	visibility: visible;
	position: static;
	border-width: 0;
	padding: 0;
	min-width: inherit;
	width: 100%;
	background-color: transparent;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width:991px) {
	.navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu {
		display: block !important;
	}
}

.navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu li a {
	padding: 0;
	font-size: 13px;
	margin-bottom: 5px;
}

.navigation .gva_menu .megamenu > .sub-menu > li > a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.navigation .gva_menu .megamenu > .sub-menu > li > a:before {
	content: none;
}

.navigation .gva_menu .megamenu > .sub-menu > li > a:hover {
	text-indent: 0;
}

.navigation .gva_menu .megamenu > .sub-menu > li:hover ul {
	transform: translate(0,0);
}

.navigation .gva_menu .sub-menu {
	display: none;
	position: absolute;
	min-width: 250px;
	background-color: #fff;
	z-index: 999;
	left: 0;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
	padding: 20px;
}

.navigation .gva_menu .sub-menu li a {
	display: block;
	padding-left: 0;
	padding-right: 20px;
	line-height: 25px;
	text-decoration: none;
	color: #181818;
	font-size: 13px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}

.navigation .gva_menu .sub-menu li a:after,.navigation .gva_menu .sub-menu li a:before {
	display: none;
}

.navigation .gva_menu .sub-menu li a:hover {
	color: #47C9E5;
}

.navigation .gva_menu .sub-menu li ul {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 250px;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
	z-index: 11;
}

@media (min-width:991px) {
	.navigation .gva_menu .sub-menu li:hover > ul {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		display: block;
		left: 100%;
	}
}

@media (max-width:991px) {
	.region-main-menu {
		float: none !important;
	}

	.menu-bar {
		display: block !important;
	}

	.gva-navigation {
		position: fixed !important;
		left: 0;
		top: 0;
		width: 60%;
		min-width: 250px;
		background-color: #fff;
		top: 0;
		bottom: 0;
		z-index: 999;
		height: auto;
		overflow-y: auto;
		overflow-x: hidden;
		webkit-overflow-scrolling: touch;
		-webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
		box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
		padding-top: 10px;
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
	}

	.gva-navigation.show-view {
		-webkit-transition: all 0.35s;
		-o-transition: all 0.35s;
		transition: all 0.35s;
		-moz-transition: all 0.35s;
		-ms-transition: all 0.35s;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
	}

	.gva-navigation .gva_menu {
		width: 100% !important;
		background: none !important;
	}

	.gva-navigation .gva_menu > li {
		display: block;
		clear: both;
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	.gva-navigation .gva_menu > li:last-child {
		border-bottom: none;
	}

	.gva-navigation .gva_menu > li:after,.gva-navigation .gva_menu > li:before {
		content: none;
		display: none;
	}

	.gva-navigation .gva_menu > li > a {
		color: #222 !important;
		line-height: 30px;
		font-size: 13px;
		padding: 0;
	}

	.gva-navigation .gva_menu > li > a:after,.gva-navigation .gva_menu > li > a:before {
		content: none;
		display: none;
	}

	.gva-navigation .gva_menu > li > a:hover {
		color: #47C9E5 !important;
		background: none !important;
	}

	.gva-navigation .gva_menu > li.menu-parent:hover .sub-menu {
		display: none;
	}

	.gva-navigation .gva_menu > li ul.menu.sub-menu {
		padding-left: 30px !important;
		margin-bottom: 10px;
	}

	.gva-navigation .gva_menu > li ul.menu.sub-menu li a {
		text-transform: none !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.gva-navigation .gva_menu > li.megamenu .sub-menu > li {
		width: 100% !important;
		float: none !important;
		display: block;
		padding: 0;
	}

	.gva-navigation .gva_menu > li.megamenu .sub-menu > li > a {
		padding: 0;
		border: 0;
		margin: 0;
		font-size: 14px;
	}

	.gva-navigation .gva_menu > li.megamenu .sub-menu > li.block-image {
		display: none;
	}

	.gva-navigation .gva_menu li a {
		text-transform: uppercase !important;
		padding: 5px 10px !important;
		position: relative;
	}

	.gva-navigation .gva_menu li a:hover {
		color: #47C9E5;
	}

	.gva-navigation .gva_menu li a .nav-plus {
		position: absolute;
		width: 30px;
		top: 0;
		bottom: 0;
		right: 0;
		font-size: 12px;
	}

	.gva-navigation .gva_menu li a .nav-plus.nav-minus:before {
		content: '\f068';
	}

	.gva-navigation .gva_menu li a .nav-plus:before {
		position: absolute;
		font-family: FontAwesome;
		content: '\f067';
		text-transform: inherit;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	.gva-navigation .gva_menu li ul {
		display: none;
	}

	.gva-navigation .gva_menu .sub-menu {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		-moz-transition: none;
		-ms-transition: none;
		min-width: inherit;
		display: none;
		width: 100%;
		position: static;
		padding: 0 !important;
		visibility: visible;
		border: 0;
		background-image: none;
		background-color: #fff;
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.gva-navigation .gva_menu .sub-menu:after,.gva-navigation .gva_menu .sub-menu:before {
		content: none;
	}

	.gva-navigation .gva_menu .sub-menu li a {
		border-width: 0;
		padding-left: 20px !important;
		padding-right: 0;
		font-size: 13px;
		text-transform: uppercase;
	}

	.gva-navigation .gva_menu .sub-menu li a:before,.gva-navigation .gva_menu .sub-menu li a:after {
		content: none !important;
	}

	.gva-navigation .gva_menu .sub-menu li a:hover {
		text-indent: 0;
	}

	.gva-navigation .gva_menu .sub-menu ul {
		display: none;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}

	.gva-navigation .gva_menu .sub-menu .block-image {
		display: none;
	}

	.gva-navigation .gva_menu .sub-menu .icaret {
		display: none !important;
	}

	.gva-navigation .gva_menu .sub-menu .sub-menu {
		display: block !important;
	}
}

.menu-bar {
	height: 32px;
	width: 36px;
	position: relative;
	cursor: pointer;
	display: none;
	margin-top: 30px;
	float: right;
	top: -5px;
}

.menu-bar:hover {
	-webkit-box-shadow: 0,0,10px,0.3;
	box-shadow: 0,0,10px,0.3;
}

.menu-bar span {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #222222;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.menu-bar span.one {
	top: 6px;
}

.menu-bar span.two {
	top: 0;
	bottom: 0;
}

.menu-bar span.three {
	bottom: 6px;
}

.menu-bar.show-view span.two {
	opacity: 0;
	filter: alpha(opacity=0);
}

.menu-bar.show-view span.one,.menu-bar.show-view span.three {
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-bar.show-view span.three {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body.header-absolute .navigation ul.gva_menu > li > a {
	color: #fff !important;
}

.gva-mega-menu .block-blocktabs {
	position: relative;
}

.gva-mega-menu .block-blocktabs .ui-widget {
	font-family: "微软雅黑",Arial,serif;
	font-size: 15px;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav {
	padding: 0;
	position: static;
	width: 15%;
	float: left;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav > li {
	background: none;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	float: none;
	clear: both;
	padding-right: 20px;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav > li > a {
	font-size: 12px;
	text-transform: uppercase;
	font-family: "微软雅黑",Arial,serif;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav > li:last-child > a {
	padding-right: 0;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav > li.ui-tabs-active > a {
	color: #47C9E5;
}

.gva-mega-menu .block-blocktabs .ui-tabs-panel {
	float: left;
	width: 85%;
}

.item-list ul {
	overflow: hidden;
}

.item-list ul > li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 15px !important;
	padding-bottom: 5px;
}

.item-list ul li.view-list-item {
	margin: 0 0 30px;
	padding: 10px 0 30px 0;
	overflow: hidden;
}

.item-list ul li.view-list-item .post-block {
	margin: 0;
}

.item-list ul li.view-list-item:last-child {
	margin-bottom: 0;
}

.padding-small .item-list ul li.view-list-item {
	margin-bottom: 20px !important;
}

.padding-small .item-list ul li.view-list-item:last-child {
	margin-bottom: 0 !important;
}

.views-view-grid .views-row {
	width: auto;
	clear: none;
	float: none !important;
}

.views-view-grid .views-row:last-child {
	margin-bottom: 0;
}

.slidershow-v3 {
	margin-left: -3px !important;
	margin-right: -3px !important;
}

.slidershow-v3 .carousel-item {
	float: left;
	padding-right: 3px !important;
}

.slidershow-v3 .post-large img {
	width: 100%;
	height: auto;
}

.slidershow-v3 .post-large .post-meta-wrap {
	padding: 30px !important;
}

@media (max-width:991px) {
	.slidershow-v3 .post-large .post-body {
		display: none;
	}

	.slidershow-v3 .post-large .post-meta-wrap {
		padding: 20px 15px !important;
	}
}

.slidershow-v3 div > .post-small {
	width: 50% !important;
	background: transparent !important;
	float: left;
}

.slidershow-v3 div > .post-small .post-small-item {
	background: transparent;
	width: 100% !important;
	height: auto !important;
	float: left;
	clear: both;
	padding-bottom: 3px;
	margin: 0;
}

.slidershow-v3 div > .post-small .post-small-item .post-meta-wrap {
	padding: 20px 15px !important;
}

.slidershow-v3 div > .post-small .post-small-item .post-body {
	display: none !important;
}

.slidershow-v3 div > .post-small .post-small-item .post-title a {
	font-size: 15px !important;
	padding: 0 !important;
}

.slidershow-v3 div > .post-small .post-small-item img {
	width: 100%;
	height: auto;
}

.view-featured-videos.init-carousel-owl {
	margin-left: -1px;
	margin-right: -1px;
	width: auto;
}

.view-featured-videos.init-carousel-owl .owl-item > .item {
	padding-left: 1px;
	padding-right: 1px;
}

.view-featured-videos .large-video .video-block {
	min-height: 420px;
}

.view-featured-videos .small-videos > .item-video {
	margin-bottom: 2px;
}

.view-featured-videos .small-videos > .item-video:last-child {
	margin-bottom: 0;
}

.view-featured-videos .small-videos > .item-video .video-block {
	min-height: 209px;
}

.view-featured-videos .video-block {
	position: relative;
}

.view-featured-videos .video-block:before {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.view-featured-videos .video-block .video-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
}

.view-featured-videos .video-block .video-content {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	z-index: 99;
	padding: 15px 20px;
	text-align: center;
}

.view-featured-videos .video-block .video-content .video-title a {
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
}

.view-featured-videos .video-block .video-content .video-title a:hover {
	color: #47C9E5;
}

.view-featured-videos .video-block .video-content .icon a {
	margin-bottom: 15px;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
	text-indent: 9999px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.view-featured-videos .video-block .video-content .icon a:hover {
	color: #47C9E5;
	border-color: #47C9E5;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.view-featured-videos .video-block .video-content .icon a:after {
	text-indent: 1px;
	content: "\f04b";
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.view-featured-videos .first-video iframe {
	width: 100%;
	min-height: 500px;
}

.view-featured-videos.v2 .video-block .video-thumbnail {
	position: relative;
}

.portfolio-filter {
	margin-bottom: 30px;
	text-align: center;
}

.portfolio-filter ul.nav-tabs {
	display: inline-block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	height: auto;
	/* width: auto; */
	width:100%;
}

.portfolio-filter ul.nav-tabs > li > a {
	background: none;
}

.brand-grid .views-col .field-content {
	text-align: center;
	-webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 6px 1px rgba(0,0,0,0.1);
	background: #fff;
	margin: 15px 0;
}

.gd-blockbuilder-content {
	position: relative;
}

.gd-blockbuilder-content .link-edit-blockbuider {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	background: rgba(0,0,0,0.7);
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	display: inline-block;
	padding: 10px;
}

.gd-blockbuilder-content .link-edit-blockbuider:hover {
	background: black;
}

.gbb-row .bb-inner {
	padding-top: 30px;
	padding-bottom: 30px;
}

.gbb-row .bb-inner.remove_margin {
	margin: 0 !important;
}

.gbb-row .bb-inner.remove_padding {
	padding: 0 !important;
}

.gbb-row .bb-inner.remove_padding_col .bb-container > .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.gbb-row .bb-inner.remove_padding_col .bb-container > .row > .row-wrapper > div.col {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.gbb-row .bb-inner.remove_padding_top {
	padding-top: 0 !important;
}

.gbb-row .bb-inner.remove_padding_bottom {
	padding-bottom: 0 !important;
}

.widget {
}

.widget.gsc-block-drupal.hidden-title-off .block-inner .block-title h2 {
	display: none !important;
}

.widget.gsc-block-drupal.title-align-center .block-title {
	text-align: center;
}

.widget.gsc-block-drupal.title-align-left .block-title {
	text-align: left;
}

.widget.gsc-block-drupal.title-align-right .block-title {
	text-align: right;
}

.widget.gsc-block-drupal.text-light div {
	color: #fff;
}

.widget.gsc-block-drupal.text-light .block-inner .block-title {
	color: #fff;
}

.widget.gsc-block-drupal.text-light .block-inner .block-content *,.widget.gsc-block-drupal.text-light .block-inner .block-content div {
	color: #fff;
}

.widget.gsc-block-drupal.text-light .block-inner .block-content *:after,.widget.gsc-block-drupal.text-light .block-inner .block-content *:before,.widget.gsc-block-drupal.text-light .block-inner .block-content div:after,.widget.gsc-block-drupal.text-light .block-inner .block-content div:before {
	color: rgba(255,255,255,0.2);
}

.widget.gsc-block-drupal.remove-margin-on .block {
	margin-bottom: 0 !important;
}

.widget.gsc-heading {
	padding: 15px 0 30px;
	display: block;
	width: 100%;
}

.widget.gsc-heading:before,.widget.gsc-heading:after {
	content: " ";
	display: table;
}

.widget.gsc-heading:after {
	clear: both;
}

.widget.gsc-heading.align-center {
	text-align: center;
}

.widget.gsc-heading.align-left {
	text-align: left;
}

.widget.gsc-heading.align-left .title-desc {
	padding: 10px 0 0 !important;
}

.widget.gsc-heading.align-right {
	text-align: right;
}

.widget.gsc-heading.align-right .title-desc {
	padding: 0 !important;
}

.widget.gsc-heading .title-sub {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
	color: #444444;
}

.widget.gsc-heading .title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
	margin: 0;
	margin-bottom: 30px;
}

.widget.gsc-heading .title strong {
	color: #47C9E5 !important;
}

.widget.gsc-heading .title-icon {
	font-size: 15px;
	padding: 5px 0 0;
	color: #47C9E5;
}

.widget.gsc-heading .title-icon span {
	position: relative;
	padding: 0 5px;
}

.widget.gsc-heading .title-icon span:after,.widget.gsc-heading .title-icon span:before {
	width: 50px;
	height: 1px;
	content: "";
	top: 50%;
	position: absolute;
	background: #ddd;
	z-index: 1;
}

.widget.gsc-heading .title-icon span:after {
	left: 100%;
}

.widget.gsc-heading .title-icon span:before {
	right: 100%;
}

.widget.gsc-heading .title-icon .zmdi {
	font-size: 20px;
	line-height: 1;
}

.widget.gsc-heading .title-desc {
	font-size: 15px;
	color: #777777;
	padding: 10px 20px;
}

@media (max-width:991px) {
	.widget.gsc-heading .title-desc {
		padding: 10px 20px;
	}
}

.widget.gsc-heading.style-2 {
	padding: 10px 0;
}

.widget.gsc-heading.style-2 .title span {
	font-size: 36px;
	text-transform: none;
}

.widget.text-long .title-desc {
	width: 55%;
}

.widget.text-light .title {
	color: #fff;
}

.widget.text-light .title-sub span {
	color: rgba(255,255,255,0.8);
}

.widget.text-light .title-icon span:after,.widget.text-light .title-icon span:before {
	background: rgba(255,255,255,0.1);
}

.widget.text-light .title-desc {
	color: #fff;
}

.widget.gsc-call-to-action {
	padding: 0;
}

.widget.gsc-call-to-action .subtitle {
	font-size: 14px;
	text-transform: uppercase;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
	color: #444444;
}

.widget.gsc-call-to-action .title {
	font-weight: 400;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
	position: relative;
	margin: 0 0 15px;
}

.widget.gsc-call-to-action .title span {
	font-size: 38px;
	text-transform: none;
}

.widget.gsc-call-to-action .title strong {
	color: #47C9E5;
	font-weight: 400;
}

.widget.gsc-call-to-action .content {
	font-size: 15px;
	width: 85%;
}

@media (max-width:991px) {
	.widget.gsc-call-to-action .content {
		width: 100%;
	}
}

.widget.gsc-call-to-action .button-action a {
	background: #47C9E5;
	color: #fff;
}

.widget.gsc-call-to-action .button-action a:hover {
	background: #313131;
}

.widget.gsc-call-to-action.text-light .content {
	color: #fff;
}

.widget.gsc-call-to-action.text-light .content .title {
	color: #fff;
}

.widget.gsc-call-to-action.text-light .button-action a {
	background: #fff;
	color: #181818;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.widget.gsc-call-to-action.text-light .button-action a:hover {
	background: #47C9E5;
	color: #fff;
}

.widget.gsc-call-to-action.button-bottom .title {
	text-align: left;
}

.widget.gsc-call-to-action.button-bottom .content {
	text-align: left;
	padding: 0;
	width: 100%;
}

.widget.gsc-call-to-action.button-bottom .button-action {
	text-align: left;
	margin-top: 15px;
}

.widget.gsc-call-to-action.button-left {
	position: relative;
}

.widget.gsc-call-to-action.button-left .content {
	float: right;
	text-align: right;
	padding-left: 230px;
}

@media (max-width:991px) {
	.widget.gsc-call-to-action.button-left .content {
		width: 100%;
	}
}

.widget.gsc-call-to-action.button-left .content .title:after {
	right: 0;
}

.widget.gsc-call-to-action.button-left .button-action {
	width: 200px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
}

.widget.gsc-call-to-action.button-right {
	position: relative;
}

.widget.gsc-call-to-action.button-right .content {
	float: left;
	text-align: left;
	padding-right: 230px;
}

@media (max-width:991px) {
	.widget.gsc-call-to-action.button-right .content {
		width: 100%;
	}
}

.widget.gsc-call-to-action.button-right .content .title:after {
	left: 0;
}

.widget.gsc-call-to-action.button-right .button-action {
	width: 200px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}

.widget.gsc-call-to-action.button-bottom-left .title {
	text-align: left;
}

.widget.gsc-call-to-action.button-bottom-left .title:after {
	left: 50%;
	margin-left: -35px;
}

.widget.gsc-call-to-action.button-bottom-left .content {
	text-align: left;
	width: 100%;
}

@media (max-width:991px) {
	.widget.gsc-call-to-action.button-bottom-left .content {
		width: 100%;
	}
}

.widget.gsc-call-to-action.button-bottom-left .content .title:after {
	left: 0;
	right: auto;
}

.widget.gsc-call-to-action.button-bottom-left .button-action {
	text-align: left;
	margin-top: 15px;
}

.widget.gsc-call-to-action.button-bottom-right {
	text-align: right;
}

.widget.gsc-call-to-action.button-bottom-right .content {
	text-align: right;
	float: right;
}

.widget.gsc-call-to-action.button-bottom-right .button-action {
	margin-top: 20px;
	float: left;
	width: 100%;
}

.widget.gsc-call-to-action.button-bottom-right .button-action:before,.widget.gsc-call-to-action.button-bottom-right .button-action:after {
	content: " ";
	display: table;
}

.widget.gsc-call-to-action.button-bottom-right .button-action:after {
	clear: both;
}

.widget.gsc-call-to-action.button-bottom-center {
	text-align: center;
}

.widget.gsc-call-to-action.button-bottom-center .content {
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
	width: 100%;
}

.widget.gsc-call-to-action.button-bottom-center .button-action {
	margin-top: 20px;
	width: 100%;
}

.widget.gsc-call-to-action.button-bottom-center .button-action:before,.widget.gsc-call-to-action.button-bottom-center .button-action:after {
	content: " ";
	display: table;
}

.widget.gsc-call-to-action.button-bottom-center .button-action:after {
	clear: both;
}

.widget.gsc-call-to-action.full-width .content,.widget.gsc-call-to-action.fullwidth .content {
	width: 100% !important;
}

.widget.gsc-team .social-icons a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.1);
	margin-right: 10px;
	display: inline-block;
}

.widget.gsc-team .social-icons a:hover {
	color: #fff;
	background: #47C9E5;
}

.widget.gsc-team .team-name {
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 0 15px;
	position: relative;
	font-weight: 700;
	margin: 0;
}

.widget.gsc-team .team-position {
	text-transform: uppercase;
	color: #47C9E5;
	font-weight: 400;
	font-size: 12px;
}

.widget.gsc-team .team-info {
	margin: 15px 0;
}

.widget.gsc-team.team-horizontal {
	margin-bottom: 50px;
}

.widget.gsc-team.team-horizontal .team-header {
	position: relative;
	overflow: hidden;
}

.widget.gsc-team.team-horizontal .team-header .social-icons {
	position: absolute;
	background: rgba(255,255,255,0.8);
	opacity: 0;
	filter: alpha(opacity=0);
	bottom: -50px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 11;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	padding: 10px;
}

.widget.gsc-team.team-horizontal .team-name {
	font-size: 14px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	padding: 0 0 12px;
	position: relative;
	font-weight: 800;
}

.widget.gsc-team.team-horizontal .team-name:after {
	bottom: 0;
	left: 0;
	content: "";
	background: #47C9E5;
	width: 45px;
	height: 1px;
	position: absolute;
}

.widget.gsc-team.team-horizontal:hover .social-icons {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.widget.gsc-team.team-vertical-small {
	background: #F6F6F6;
	padding: 30px;
	text-align: center;
}

.widget.gsc-team.team-vertical-small .team-header {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
}

.widget.gsc-team.team-vertical {
	padding-bottom: 30px;
}

.widget.gsc-team.team-vertical .team-name {
	padding: 20px 0 6px;
}

.widget.gsc-team.team-vertical .team-header {
	position: relative;
}

.widget.gsc-team.team-vertical .team-header img {
	display: inline-block;
}

.widget.gsc-team.team-vertical .team-header .social-icons {
	background: #fff;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	padding: 10px 20px;
	z-index: 99;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.widget.gsc-team.team-vertical:hover .social-icons {
	bottom: 0;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.widget.gsc-chart {
	text-align: center;
}

.widget.gsc-chart .easyPieChart {
	font-size: 24px;
	font-weight: 400;
	position: relative;
	text-align: center;
	display: inline-block;
}

.widget.gsc-chart .easyPieChart:last-child {
	margin-right: 0;
}

.widget.gsc-chart .easyPieChart span {
	line-height: 20px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.widget.gsc-chart .easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.widget.gsc-chart .content {
	text-align: center;
}

.widget.gsc-chart .content > div {
	display: block;
}

.widget.gsc-chart .content .icon {
	font-size: 25px;
	margin-top: 5px;
}

.widget.gsc-chart .content .title {
	text-transform: uppercase;
	font-weight: 12px;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget.gsc-chart .content .title:after {
	content: "";
	width: 50px;
	height: 1px;
	background: rgba(0,0,0,0.2);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	z-index: 1;
}

.widget.gsc-icon-box {
	margin-bottom: 30px;
}

.widget.gsc-icon-box .highlight_content h4 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

.widget.gsc-icon-box .highlight_content h4:after {
	content: "";
	width: 30px;
	height: 1px;
	background: #47C9E5;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.widget.gsc-icon-box .title-desc {
	line-height: 1.65;
}

.widget.gsc-icon-box .highlight-icon {
	line-height: 1;
	margin: 0 0 5px;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	font-size: 36px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.widget.gsc-icon-box.top-center {
	text-align: center;
}

.widget.gsc-icon-box.top-center .highlight-image {
	margin-bottom: 30px;
}

.widget.gsc-icon-box.top-center .highlight-icon {
	margin: 0 auto 10px;
	text-align: center;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.widget.gsc-icon-box.top-center .highlight-icon .icon {
	color: #47C9E5;
	position: relative;
	z-index: 1;
	display: inline-block;
	text-align: center;
}

.widget.gsc-icon-box.top-center .highlight_content {
	padding: 0 20px;
	text-align: center;
}

.widget.gsc-icon-box.top-center .highlight_content h4 {
	text-align: center;
	font-size: 16px;
	color: #181818;
	font-weight: 700;
}

.widget.gsc-icon-box.top-center .highlight_content h4:after {
	margin-left: -15px;
	left: 50%;
}

.widget.gsc-icon-box.top-center .highlight_content .desc {
	padding-top: 5px;
	text-align: center;
	font-weight: 400;
	text-transform: normal;
	font-size: 15px;
}

.widget.gsc-icon-box.top-left {
	text-align: left;
}

.widget.gsc-icon-box.top-left .highlight-icon {
	display: inline-block;
	position: relative;
}

.widget.gsc-icon-box.top-left .highlight-icon .icon {
	text-align: center;
	color: #47C9E5;
}

.widget.gsc-icon-box.top-left .highlight_content {
	padding: 0;
	text-align: left;
}

.widget.gsc-icon-box.top-left .highlight_content h4:after {
	left: 0;
}

.widget.gsc-icon-box.top-left-title {
	text-align: left;
	position: relative;
}

.widget.gsc-icon-box.top-left-title .highlight-icon {
	background: none;
	display: inline-block;
	position: relative;
	padding: 0;
	width: auto;
	height: auto;
	line-height: 1;
	position: absolute;
	top: -13px;
	border: none;
	left: 0;
	z-index: 1;
	text-align: left;
}

.widget.gsc-icon-box.top-left-title .highlight-icon .icon {
	text-align: center;
	color: #47C9E5;
	font-size: 30px;
}

.widget.gsc-icon-box.top-left-title .highlight_content {
	padding: 0;
	text-align: left;
}

.widget.gsc-icon-box.top-left-title .highlight_content h4 {
	padding-left: 50px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.widget.gsc-icon-box.top-left-title .highlight_content h4:after {
	content: none;
	display: none;
}

.widget.gsc-icon-box.top-left-title .desc {
	padding-top: 5px;
}

.widget.gsc-icon-box.top-left-title:hover .highlight-icon {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.widget.gsc-icon-box.top-left-title:hover .highlight-icon .icon {
	color: #47C9E5 !important;
}

.widget.gsc-icon-box.top-right-title {
	text-align: right;
	position: relative;
}

.widget.gsc-icon-box.top-right-title .highlight-icon {
	background: none !important;
	display: inline-block;
	position: relative;
	padding: 0;
	width: auto;
	height: auto;
	line-height: 1;
	position: absolute;
	top: -13px;
	border: none;
	right: 0;
	text-align: right;
	z-index: 1;
}

.widget.gsc-icon-box.top-right-title .highlight-icon .icon {
	text-align: center;
	color: #47C9E5;
	font-size: 30px;
}

.widget.gsc-icon-box.top-right-title .highlight_content {
	padding: 0;
	text-align: right;
}

.widget.gsc-icon-box.top-right-title .highlight_content h4 {
	padding-right: 50px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.widget.gsc-icon-box.top-right-title .highlight_content h4:after {
	display: none;
}

.widget.gsc-icon-box.top-right-title .desc {
	padding-top: 5px;
}

.widget.gsc-icon-box.top-right-title:hover .highlight-icon {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.widget.gsc-icon-box.top-right-title:hover .highlight-icon .icon {
	color: #47C9E5 !important;
}

.widget.gsc-icon-box.top-right {
	text-align: right;
}

.widget.gsc-icon-box.top-right .highlight-icon {
	display: inline-block;
	position: relative;
}

.widget.gsc-icon-box.top-right .highlight-icon .icon {
	color: #47C9E5;
	text-align: center;
}

.widget.gsc-icon-box.top-right .highlight_content {
	padding: 0;
	text-align: right;
}

.widget.gsc-icon-box.top-right .highlight_content h4:after {
	right: 0;
}

.widget.gsc-icon-box.right .highlight-icon {
	float: right;
	padding-top: 0;
	position: relative;
	text-align: center;
	margin: 0;
	line-height: 20px;
}

.widget.gsc-icon-box.right .highlight-icon .icon {
	font-size: 24px;
	color: #47C9E5;
	text-align: center;
}

.widget.gsc-icon-box.right .highlight_content {
	padding-right: 50px;
	text-align: right;
}

.widget.gsc-icon-box.right .highlight_content h4:after {
	right: 0;
}

.widget.gsc-icon-box.left .highlight-icon {
	float: left;
	color: #fff;
	padding-top: 0;
	position: relative;
	text-align: center;
	float: left;
	line-height: 20px;
}

.widget.gsc-icon-box.left .highlight-icon .icon {
	font-size: 24px;
	color: #47C9E5;
	display: inline-block;
}

.widget.gsc-icon-box.left .desc {
	margin-top: 5px;
}

.widget.gsc-icon-box.left .highlight_content {
	padding-left: 50px;
	text-align: left;
}

.widget.gsc-icon-box.left .highlight_content h4:after {
	left: 0;
}

.widget.gsc-icon-box.text-light .highlight_content > * {
	color: #fff;
}

.widget.gsc-icon-box.text-light .highlight_content h4:after {
	background: #fff;
}

.widget.gsc-icon-box.text-light .highlight-icon .icon {
	color: #fff;
}

.widget.gsc-icon-box.text-light .subtitle {
	color: rgba(255,255,255,0.8);
}

.widget.gsc-video-box {
	position: relative;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	display: block;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}

.widget.gsc-video-box .modal-dialog {
	height: auto;
}

.widget.gsc-video-box .modal-dialog .modal-content {
	height: 100%;
}

.widget.gsc-video-box .modal-dialog .modal-content iframe {
	width: 100%;
	min-height: 300px;
}

.widget.gsc-video-box .gsc-video-link {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -45px;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.widget.gsc-video-box .gsc-video-link .icon-play {
	background: url(../images/icon-play.png) no-repeat center center transparent;
	width: 85px;
	height: 85px;
	display: inline-block;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.widget.gsc-video-box .gsc-video-link .icon-play:hover {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.widget.gsc-video-box .gsc-video-link .video-title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.widget.gsc-video-box #gsc-video-overlay {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	top: 0;
	left: 0;
}

.widget.gsc-video-box #gsc-video-overlay:hover .video-close {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0;
}

.widget.gsc-video-box .loaded {
	max-width: 100%;
}

.widget.gsc-video-box .video-close {
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	display: block;
	text-align: center;
	position: absolute;
	top: -50px;
	width: 100%;
	height: 30px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	font-size: 48px;
	font-weight: 900;
	line-height: 0.5;
	z-index: 999;
	opacity: 0;
	filter: alpha(opacity=0);
}

.widget.milestone-block {
	display: inline-block;
	margin-bottom: 25px;
	margin-right: 50px;
}

.widget.milestone-block:last-child {
	margin-right: 0;
}

.widget.milestone-block .milestone-icon {
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-right: 9px;
	margin-bottom: 4px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	position: relative;
	padding-top: 0px;
}

.widget.milestone-block .milestone-icon span {
	font-size: 50px;
	color: #47C9E5;
}

.widget.milestone-block .milestone-number {
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
}

.widget.milestone-block .milestone-text {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
}

.widget.milestone-block.icon-top {
	text-align: center;
	display: block;
	width: 100%;
}

.widget.milestone-block.icon-top .milestone-icon {
	display: inline-block;
	text-align: center;
	float: none;
	margin: 0;
}

.widget.milestone-block.icon-top .milestone-right {
	display: block;
	text-align: center;
	float: none;
	width: 100%;
	margin-top: 10px;
}

.widget.milestone-block.text-light .milestone-number,.widget.milestone-block.text-light .milestone-text {
	color: #fff;
}

.widget.milestone-block.icon-left .milestone-right {
	padding-left: 75px;
}

.widget.milestone-block.icon-left .milestone-icon {
	float: left;
}

.widget.gsc-box-image {
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.widget.gsc-box-image:hover {
	-webkit-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
}

.widget.gsc-box-image:hover .image:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.widget.gsc-box-image .image {
	position: relative;
}

.widget.gsc-box-image .image:after {
	content: "";
	background: #47c9e5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.widget.gsc-box-image .body {
	border: 1px solid rgba(0,0,0,0.1);
	border-top: 5px solid;
	position: relative;
	padding: 0 20px 30px;
}

.widget.gsc-box-image .body .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	font-size: 35px;
	color: #fff;
	background: #47C9E5;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	z-index: 11;
	overflow: hidden;
}

.widget.gsc-box-image .body .icon:after {
	background: rgba(255,255,255,0.2) none repeat scroll 0 0;
	content: "";
	height: 200%;
	left: 22px;
	position: absolute;
	top: -12px;
	transform: rotate(45deg);
	width: 100%;
	z-index: 1;
}

.widget.gsc-box-image .body .title {
	padding-top: 45px;
}

.widget.gsc-box-image .body .title h3 {
	font-size: 14px;
}

.widget.gsc-box-image .body .readmore {
	margin-top: 20px;
}

.widget.gsc-progress.text-light .progress-label {
	color: #fff;
}

.gsc-box-info {
	position: relative;
}

.gsc-box-info .content {
	width: 50%;
	padding: 45px;
}

@media (max-width:1199px) {
	.gsc-box-info .content {
		padding: 30px;
	}
}

@media (max-width:991px) {
	.gsc-box-info .content {
		padding: 20px;
	}
}

@media (max-width:767px) {
	.gsc-box-info .content {
		padding-top: 310px;
		width: 100%;
	}
}

.gsc-box-info .content .content-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.gsc-box-info .content .content-inner {
	position: relative;
	z-index: 9;
}

.gsc-box-info .content .subtitle {
	font-size: 14px;
	text-transform: uppercase;
	color: #181818;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
	font-weight: 700;
}

.gsc-box-info .content .title {
	font-size: 26px;
	margin-bottom: 20px;
}

.gsc-box-info .content .title h3 {
	margin: 0;
}

.gsc-box-info .content .readmore {
	margin-top: 30px;
}

.gsc-box-info .content.text-light {
	color: #fff;
}

.gsc-box-info .content.text-light .title h3,.gsc-box-info .content.text-light .title h2,.gsc-box-info .content.text-light .desc {
	color: #fff;
}

.gsc-box-info .content.text-light .subtitle {
	color: rgba(255,255,255,0.8);
}

.gsc-box-info .image {
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 9;
	top: 0;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width:767px) {
	.gsc-box-info .image {
		height: 300px;
		width: 100%;
	}
}

.gsc-box-info.content-align-left .content {
	float: left;
	padding-left: 0;
}

.gsc-box-info.content-align-left .image {
	right: 0;
}

.gsc-box-info.content-align-right .content {
	padding-right: 0;
	float: right;
}

.gsc-box-info.content-align-right .image {
	left: 0;
}

.container-fw .gsc-box-info .content {
	padding: 75px;
}

@media (max-width:1199px) {
	.container-fw .gsc-box-info .content {
		padding: 30px;
	}
}

.gsc-hover-box {
	text-align: center;
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}

.gsc-hover-box .icon {
	width: 100px;
	height: 100px;
	background: #F7F7F7;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-bottom: 20px;
	display: inline-block;
	line-height: 100px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	position: relative;
}

.gsc-hover-box .icon span {
	font-size: 45px;
	color: #47C9E5;
	line-height: 100px;
}

.gsc-hover-box .icon:after {
	content: "";
	top: -10px;
	left: -10px;
	width: 120px;
	height: 120px;
	z-index: 11;
	position: absolute;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.gsc-hover-box .box-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	color: #181818;
	margin-bottom: 10px;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
}

.gsc-hover-box .content {
	font-size: 15px;
}

.gsc-hover-box .link {
	margin-top: 15px;
}

.gsc-hover-box .link a {
	text-transform: uppercase;
	font-weight: 700;
	color: #47C9E5;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	font-size: 14px;
}

.gsc-hover-box .link a:hover {
	color: #313131;
}

.gsc-hover-box:hover .icon {
	background: #47C9E5;
	color: #fff;
}

.gsc-hover-box:hover .icon span {
	color: #fff;
}

.gsc-hover-background {
	position: relative;
	background: #F5F5F5;
	padding: 85px 0;
	margin-bottom: 30px;
}

.gsc-hover-background .front {
	text-align: center;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.gsc-hover-background .front .icon {
	line-height: 1;
	font-size: 42px;
	color: #47C9E5;
}

.gsc-hover-background .front h2 {
	font-size: 16px;
	font-weight: 700;
	color: #181818;
	font-family: "微软雅黑","Microsoft Yahei",Arial !important;
	text-transform: uppercase;
	margin-top: 15px;
	letter-spacing: -1px;
}

.gsc-hover-background .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	-ms-background-size: cover !important;
	background-size: cover !important;
}

.gsc-hover-background .back:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
	position: absolute;
}

.gsc-hover-background .back .content {
	color: #fff;
	padding: 10px 30px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}

.gsc-hover-background .back .content .content-text {
	font-size: 15px;
	color: #fff;
	padding-bottom: 15px;
}

.gsc-hover-background:hover .front {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}

.gsc-hover-background:hover .back {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs {
	margin: 5px 0;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content {
	margin-top: 20px;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content .tab-pane {
	background: #fff;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
	box-shadow: 0 1px 6px rgba(0,0,0,0.1);
	padding: 30px;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
	width: 25%;
	float: left;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	margin-right: 0;
	padding-right: 15px;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li a {
	width: 100%;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li:last-child {
	margin-bottom: 0;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content {
	width: 75%;
	float: left;
	padding-left: 15px;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .tab-pane {
	background: #fff;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
	box-shadow: 0 1px 6px rgba(0,0,0,0.1);
	padding: 30px;
}

@media (max-width:780px) {
	#jpreContent {
		display: none !important;
	}
}

@media (min-width:780px) {
	.js-preloader .body-page {
		opacity: 0;
	}

	.js-preloader.preloader-done .body-page {
		opacity: 1 !important;
	}

	#jpreContent {
		display: none;
	}

	#jpreLoader {
		height: 4px;
		width: 100%;
		top: 0 !important;
	}

	#jpreOverlay {
		background-color: transparent;
		height: auto !important;
		top: 0 !important;
		position: absolute !important;
	}

	#jpreSlide {
		width: 100%;
		text-align: center;
		top: auto !important;
		bottom: 50%;
	}

	#jpreSlide #jpreContent {
		display: block;
		position: relative;
		margin-bottom: 40px;
	}

	.js-preloader #jpreOverlay {
		background-color: #ffffff;
		height: 100% !important;
		position: fixed !important;
	}

	.js-preloader #jpreLoader {
		top: 50% !important;
		height: 10px;
		margin-top: -5px;
	}

	.js-preloader #jprePercentage {
		display: block !important;
		text-align: center;
	}

	#jpreBar {
		z-index: 2;
		background-color: #000000;
	}

	#jpreButton,#jprePercentage {
		display: none !important;
	}

	#jprePercentage {
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-top: 30px;
	}
}

.preloader-wrapper {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	text-align: center;
}

.colorpicker {
	z-index: 9999999 !important;
}

.permission-save-hidden #gd_customize_save {
	display: none !important;
}

.gd-skins-panel {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	background: #fff;
	right: -403px;
	position: fixed;
	height: auto;
	top: 0px;
	bottom: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	width: 400px;
	z-index: 999;
}

.gd-skins-panel .gd-skins-panel-inner {
	bottom: 0;
	padding: 30px 10px 10px;
	height: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	width: 100%;
}

.gd-skins-panel.active {
	right: 0 !important;
}

.gd-skins-panel #gd_profile_customize_name option {
	color: #181818;
}

.gd-skins-panel .control-panel {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	position: absolute;
	top: 150px;
	left: -40px;
	width: 40px;
	height: 40px;
	background: #47C9E5;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}

.gd-skins-panel .control-panel:hover {
	cursor: pointer;
}

.gd-skins-panel .panel-skins-content {
	padding-bottom: 20px;
	overflow: hidden;
}

.gd-skins-panel .panel-skins-content:last-child {
	padding-bottom: 0;
}

.gd-skins-panel .panel-skins-content .title {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-transform: uppercase;
	color: #181818;
	margin-bottom: 10px;
}

.gd-skins-panel .panel-skins-content .item-color {
	width: 52px;
	height: 52px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #ccc;
	display: inline-block;
	margin: 5px 6px 0 6px;
	border: 3px solid transparent;
}

.gd-skins-panel .panel-skins-content .item-color:hover {
	cursor: pointer;
}

.gd-skins-panel .panel-skins-content .item-color.default {
	background: #179BB2;
}

.gd-skins-panel .panel-skins-content .item-color.green {
	background: #4C9D65;
}

.gd-skins-panel .panel-skins-content .item-color.lilac {
	background: #8F6684;
}

.gd-skins-panel .panel-skins-content .item-color.orange {
	background: #EB866A;
}

.gd-skins-panel .panel-skins-content .item-color.red {
	background: #cc562b;
}

.gd-skins-panel .panel-skins-content .item-color.yellow {
	background: #ecc311;
}

.gd-skins-panel .panel-skins-content .item-color.active {
	border-color: #181818;
}

.gd-skins-panel .panel-skins-content .layout {
	width: 80px;
	margin-right: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

.gd-skins-panel .panel-skins-content .layout:hover {
	cursor: pointer;
}

.gd-skins-panel .panel-skins-content .layout.active {
	background-color: #47C9E5;
	color: #fff;
}

.gd-skins-panel .panel-skins-content .layout:last-child {
	margin-right: 0;
}

.gd-skins-panel.gd-skin-demo {
	top: 200px;
	bottom: auto !important;
	padding: 20px !important;
	width: 260px !important;
	right: -263px !important;
}

.gd-skins-panel.gd-skin-demo .control-panel {
	top: 75px !important;
}

.gd-skins-panel.gd-skin-demo.active {
	right: 0 !important;
}

#customize-gd-preivew .form-group {
	position: relative;
	float: left;
	width: 100%;
}

#customize-gd-preivew .form-group label {
	width: 150px;
	float: left;
	padding-top: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #181818;
}

#customize-gd-preivew .form-group input,#customize-gd-preivew .form-group select {
	width: calc(100% - 150px);
	float: left;
}

#customize-gd-preivew .form-group .colorselector {
	width: calc(100% - 150px);
	position: relative;
}

#customize-gd-preivew .form-group .colorselector input {
	width: 100% !important;
}

#customize-gd-preivew .form-group .colorselector .input-group-addon {
	border: 1px solid #222222;
}

#customize-gd-preivew .form-group .colorselector .input-group-addon i {
	width: 30px;
	height: 20px;
}

#customize-gd-preivew .form-group .colorselector .remove {
	width: 34px;
	height: 34px;
	color: #181818;
	position: absolute;
	top: 3px;
	right: 25px;
	line-height: 34px;
	text-align: center;
	z-index: 99;
}

#customize-gd-preivew .form-group .colorselector .remove:hover {
	cursor: pointer;
}

.gd_customize_form .form-group.action {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.gd_customize_form .form-group.action input {
	width: 28%;
	margin-left: 10px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 5px 10px !important;
}

.gd_customize_form .form-group.action input#gd_customize_save {
	background: #5cb85c;
}

.gd_customize_form .form-group.action input#gd_customize_preview {
	background: #5bc0de;
}

.gd_customize_form .form-group.action input#gd_customize_reset {
	background: #f0ad4e;
}

.gd_product h3 {
	font-size: 18px;
	font-weight: 500;
	margin: 5px;
	padding-top: 15px;
}

.gd-products {
	margin: 20px 0;
	padding: 0px;
	color: #2D3237;
	text-align: center;
}

.gd-products p {
	padding: 0 15px;
}

.gd-products:hover p {
	background: #5bc0de;
	color: #fff;
}

.gd-products:hover {
	border: 2px solid #5bc0de;
	background: #5bc0de;
	color: #fff;
	text-align: center;
}

#footer .list-post-footer img {
	border: 5px solid #BCC1C5;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	transition: all 200ms ease-in-out 0s;
	width: 75px;
	height: 75px;
}

#search-block-form {
	margin: 0;
	padding: 0;
}

.button-action {
	padding: 15px 0;
}

.post-style-list {
	margin-top: 30px;
}

.footer .footer-center .block .block-title span {
	color: #fff !important;
}

.parameter-table table,main_color tbody,main_color tr,.main_color th,main_color td {
	border-color: #e1e1e1;
}

div .gd-table {
	background: transparent;
	width: 100%;
	clear: both;
	margin: 30px 0;
}

table {
	width: 100%;
	padding: 0;
	margin: 0 0 50px 0;
	font-size: 13px;
}

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

.parameter-table .gd-data-table th.gd-highlight-col {
	background-color: #47C9E5;
	;color: #fff;
	border-color: #47C9E5;
	;
}

.parameter-table  .gd-data-table .gd-highlight-col {
	background-color: #fff;
	color: #666;
}

gd-builder-el-no-sibling {
	margin-top: 0;
	margin-bottom: 0;
}

.contact-message-feedback-form .field--name-field-xingming {
	width: 47%;
	float: left;
	clear: none;
	margin-right: 6%;
}

.contact-message-feedback-form .field--name-field-email {
	width: 47%;
	float: left;
	clear: none;
}

.contact-message-feedback-form input[type='text'] {
	border-color: #e1e1e1;
	background-color: #fff;
	color: #000;
}

.contact-message-feedback-form .field--name-field-dequ {
	width: 47%;
	float: left;
	clear: none;
	margin-right: 6%;
}

.contact-message-feedback-form .field--name-field-dianhua {
	width: 47%;
	float: left;
	clear: none;
}

.margin-left-50px {
	margin-left: 50px;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

#kefu {
	width: 112px;
	position: fixed;
	right: -60px;
	top: 70%;
	margin-top: -220px;
	z-index: 999;
}

#kefu ul {
	width: 50px;
	height: 263px;
	background: url(../images/kefu1.png) no-repeat;
	float: left;
}

#kefu ul li a {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 3px;
	background: #EEE;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

#kefu ul li a:hover {
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

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

audio:not([controls]) {
	display: none;
	height: 0;
}[hidden],template {
	display: none;
}

a {
	background: transparent;
}

a:active,a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	background: #47C9E5;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 15px;
	border: none;
}

button[disabled],html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,th {
	padding: 0;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,a[href^="#"]:after {
		content: "";
	}

	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}

	h2,h3 {
		page-break-after: avoid;
	}

	select {
		background: #fff !important;
	}

	.navbar {
		display: none;
	}

	.table td,.table th {
		background-color: #fff !important;
	}

	.btn > .caret,.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table-bordered th,.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

@font-face {
	font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "\2a";
}

.glyphicon-plus:before {
	content: "\2b";
}

.glyphicon-euro:before {
	content: "\20ac";
}

.glyphicon-minus:before {
	content: "\2212";
}

.glyphicon-cloud:before {
	content: "\2601";
}

.glyphicon-envelope:before {
	content: "\2709";
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-glass:before {
	content: "\e001";
}

.glyphicon-music:before {
	content: "\e002";
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-star:before {
	content: "\e006";
}

.glyphicon-star-empty:before {
	content: "\e007";
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-film:before {
	content: "\e009";
}

.glyphicon-th-large:before {
	content: "\e010";
}

.glyphicon-th:before {
	content: "\e011";
}

.glyphicon-th-list:before {
	content: "\e012";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-remove:before {
	content: "\e014";
}

.glyphicon-zoom-in:before {
	content: "\e015";
}

.glyphicon-zoom-out:before {
	content: "\e016";
}

.glyphicon-off:before {
	content: "\e017";
}

.glyphicon-signal:before {
	content: "\e018";
}

.glyphicon-cog:before {
	content: "\e019";
}

.glyphicon-trash:before {
	content: "\e020";
}

.glyphicon-home:before {
	content: "\e021";
}

.glyphicon-file:before {
	content: "\e022";
}

.glyphicon-time:before {
	content: "\e023";
}

.glyphicon-road:before {
	content: "\e024";
}

.glyphicon-download-alt:before {
	content: "\e025";
}

.glyphicon-download:before {
	content: "\e026";
}

.glyphicon-upload:before {
	content: "\e027";
}

.glyphicon-inbox:before {
	content: "\e028";
}

.glyphicon-play-circle:before {
	content: "\e029";
}

.glyphicon-repeat:before {
	content: "\e030";
}

.glyphicon-refresh:before {
	content: "\e031";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-lock:before {
	content: "\e033";
}

.glyphicon-flag:before {
	content: "\e034";
}

.glyphicon-headphones:before {
	content: "\e035";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-qrcode:before {
	content: "\e039";
}

.glyphicon-barcode:before {
	content: "\e040";
}

.glyphicon-tag:before {
	content: "\e041";
}

.glyphicon-tags:before {
	content: "\e042";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-bookmark:before {
	content: "\e044";
}

.glyphicon-print:before {
	content: "\e045";
}

.glyphicon-camera:before {
	content: "\e046";
}

.glyphicon-font:before {
	content: "\e047";
}

.glyphicon-bold:before {
	content: "\e048";
}

.glyphicon-italic:before {
	content: "\e049";
}

.glyphicon-text-height:before {
	content: "\e050";
}

.glyphicon-text-width:before {
	content: "\e051";
}

.glyphicon-align-left:before {
	content: "\e052";
}

.glyphicon-align-center:before {
	content: "\e053";
}

.glyphicon-align-right:before {
	content: "\e054";
}

.glyphicon-align-justify:before {
	content: "\e055";
}

.glyphicon-list:before {
	content: "\e056";
}

.glyphicon-indent-left:before {
	content: "\e057";
}

.glyphicon-indent-right:before {
	content: "\e058";
}

.glyphicon-facetime-video:before {
	content: "\e059";
}

.glyphicon-picture:before {
	content: "\e060";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-adjust:before {
	content: "\e063";
}

.glyphicon-tint:before {
	content: "\e064";
}

.glyphicon-edit:before {
	content: "\e065";
}

.glyphicon-share:before {
	content: "\e066";
}

.glyphicon-check:before {
	content: "\e067";
}

.glyphicon-move:before {
	content: "\e068";
}

.glyphicon-step-backward:before {
	content: "\e069";
}

.glyphicon-fast-backward:before {
	content: "\e070";
}

.glyphicon-backward:before {
	content: "\e071";
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-stop:before {
	content: "\e074";
}

.glyphicon-forward:before {
	content: "\e075";
}

.glyphicon-fast-forward:before {
	content: "\e076";
}

.glyphicon-step-forward:before {
	content: "\e077";
}

.glyphicon-eject:before {
	content: "\e078";
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.glyphicon-remove-sign:before {
	content: "\e083";
}

.glyphicon-ok-sign:before {
	content: "\e084";
}

.glyphicon-question-sign:before {
	content: "\e085";
}

.glyphicon-info-sign:before {
	content: "\e086";
}

.glyphicon-screenshot:before {
	content: "\e087";
}

.glyphicon-remove-circle:before {
	content: "\e088";
}

.glyphicon-ok-circle:before {
	content: "\e089";
}

.glyphicon-ban-circle:before {
	content: "\e090";
}

.glyphicon-arrow-left:before {
	content: "\e091";
}

.glyphicon-arrow-right:before {
	content: "\e092";
}

.glyphicon-arrow-up:before {
	content: "\e093";
}

.glyphicon-arrow-down:before {
	content: "\e094";
}

.glyphicon-share-alt:before {
	content: "\e095";
}

.glyphicon-resize-full:before {
	content: "\e096";
}

.glyphicon-resize-small:before {
	content: "\e097";
}

.glyphicon-exclamation-sign:before {
	content: "\e101";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-leaf:before {
	content: "\e103";
}

.glyphicon-fire:before {
	content: "\e104";
}

.glyphicon-eye-open:before {
	content: "\e105";
}

.glyphicon-eye-close:before {
	content: "\e106";
}

.glyphicon-warning-sign:before {
	content: "\e107";
}

.glyphicon-plane:before {
	content: "\e108";
}

.glyphicon-calendar:before {
	content: "\e109";
}

.glyphicon-random:before {
	content: "\e110";
}

.glyphicon-comment:before {
	content: "\e111";
}

.glyphicon-magnet:before {
	content: "\e112";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-retweet:before {
	content: "\e115";
}

.glyphicon-shopping-cart:before {
	content: "\e116";
}

.glyphicon-folder-close:before {
	content: "\e117";
}

.glyphicon-folder-open:before {
	content: "\e118";
}

.glyphicon-resize-vertical:before {
	content: "\e119";
}

.glyphicon-resize-horizontal:before {
	content: "\e120";
}

.glyphicon-hdd:before {
	content: "\e121";
}

.glyphicon-bullhorn:before {
	content: "\e122";
}

.glyphicon-bell:before {
	content: "\e123";
}

.glyphicon-certificate:before {
	content: "\e124";
}

.glyphicon-thumbs-up:before {
	content: "\e125";
}

.glyphicon-thumbs-down:before {
	content: "\e126";
}

.glyphicon-hand-right:before {
	content: "\e127";
}

.glyphicon-hand-left:before {
	content: "\e128";
}

.glyphicon-hand-up:before {
	content: "\e129";
}

.glyphicon-hand-down:before {
	content: "\e130";
}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.glyphicon-globe:before {
	content: "\e135";
}

.glyphicon-wrench:before {
	content: "\e136";
}

.glyphicon-tasks:before {
	content: "\e137";
}

.glyphicon-filter:before {
	content: "\e138";
}

.glyphicon-briefcase:before {
	content: "\e139";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-dashboard:before {
	content: "\e141";
}

.glyphicon-paperclip:before {
	content: "\e142";
}

.glyphicon-heart-empty:before {
	content: "\e143";
}

.glyphicon-link:before {
	content: "\e144";
}

.glyphicon-phone:before {
	content: "\e145";
}

.glyphicon-pushpin:before {
	content: "\e146";
}

.glyphicon-usd:before {
	content: "\e148";
}

.glyphicon-gbp:before {
	content: "\e149";
}

.glyphicon-sort:before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.glyphicon-sort-by-order:before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.glyphicon-unchecked:before {
	content: "\e157";
}

.glyphicon-expand:before {
	content: "\e158";
}

.glyphicon-collapse-down:before {
	content: "\e159";
}

.glyphicon-collapse-up:before {
	content: "\e160";
}

.glyphicon-log-in:before {
	content: "\e161";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-new-window:before {
	content: "\e164";
}

.glyphicon-record:before {
	content: "\e165";
}

.glyphicon-save:before {
	content: "\e166";
}

.glyphicon-open:before {
	content: "\e167";
}

.glyphicon-saved:before {
	content: "\e168";
}

.glyphicon-import:before {
	content: "\e169";
}

.glyphicon-export:before {
	content: "\e170";
}

.glyphicon-send:before {
	content: "\e171";
}

.glyphicon-floppy-disk:before {
	content: "\e172";
}

.glyphicon-floppy-saved:before {
	content: "\e173";
}

.glyphicon-floppy-remove:before {
	content: "\e174";
}

.glyphicon-floppy-save:before {
	content: "\e175";
}

.glyphicon-floppy-open:before {
	content: "\e176";
}

.glyphicon-credit-card:before {
	content: "\e177";
}

.glyphicon-transfer:before {
	content: "\e178";
}

.glyphicon-cutlery:before {
	content: "\e179";
}

.glyphicon-header:before {
	content: "\e180";
}

.glyphicon-compressed:before {
	content: "\e181";
}

.glyphicon-earphone:before {
	content: "\e182";
}

.glyphicon-phone-alt:before {
	content: "\e183";
}

.glyphicon-tower:before {
	content: "\e184";
}

.glyphicon-stats:before {
	content: "\e185";
}

.glyphicon-sd-video:before {
	content: "\e186";
}

.glyphicon-hd-video:before {
	content: "\e187";
}

.glyphicon-subtitles:before {
	content: "\e188";
}

.glyphicon-sound-stereo:before {
	content: "\e189";
}

.glyphicon-sound-dolby:before {
	content: "\e190";
}

.glyphicon-sound-5-1:before {
	content: "\e191";
}

.glyphicon-sound-6-1:before {
	content: "\e192";
}

.glyphicon-sound-7-1:before {
	content: "\e193";
}

.glyphicon-copyright-mark:before {
	content: "\e194";
}

.glyphicon-registration-mark:before {
	content: "\e195";
}

.glyphicon-cloud-download:before {
	content: "\e197";
}

.glyphicon-cloud-upload:before {
	content: "\e198";
}

.glyphicon-tree-conifer:before {
	content: "\e199";
}

.glyphicon-tree-deciduous:before {
	content: "\e200";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "微软雅黑","Microsoft Yahei",Arial;
	font-size: 14px;
	line-height: 1.8;
	color: #666666;
	background-color: #fff;
	font-weight: 200;
}

input,button,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #303030;
	text-decoration: none;
}

a:hover,a:focus {
	color: #2196F3;
	text-decoration: none;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 10px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.8;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: "微软雅黑",Arial,serif;
	font-weight: 300;
	line-height: 1.1;
	color: #444444;
	text-transform: uppercase;
}

h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}

h1,.h1,h2,.h2,h3,.h3 {
	margin-top: 12.5px;
	margin-bottom: 12.5px;
}

h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small {
	font-size: 65%;
}

h4,.h4,h5,.h5,h6,.h6 {
	margin-top: 12.5px;
	margin-bottom: 12.5px;
}

h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small {
	font-size: 75%;
}

h1,.h1 {
	font-size: 40px;
}

h2,.h2 {
	font-size: 38px;
}

h3,.h3 {
	font-size: 22px;
}

h4,.h4 {
	font-size: 16px;
}

h5,.h5 {
	font-size: 14px;
}

h6,.h6 {
	font-size: 12px;
}

p {
	margin: 0;
}

.lead {
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width:768px) {
	.lead {
		font-size: 21px;
	}
}

small,.small {
	font-size: 85%;
}

cite {
	font-style: normal;
}

mark,.mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

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

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777777;
}

.text-primary {
	color: #0099CC;
}

a.text-primary:hover {
	color: #007399;
}

.text-success {
	color: #468847;
}

a.text-success:hover {
	color: #356635;
}

.text-info {
	color: #3a87ad;
}

a.text-info:hover {
	color: #2d6987;
}

.text-warning {
	color: #c09853;
}

a.text-warning:hover {
	color: #a47e3c;
}

.text-danger {
	color: #b94a48;
}

a.text-danger:hover {
	color: #953b39;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #0099CC;
}

a.bg-primary:hover {
	background-color: #007399;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 11.5px;
	margin: 50px 0 25px;
	border-bottom: 1px solid #eeeeee;
}

ul,ol {
	margin-top: 0;
	/*margin-bottom: 12.5px;*/
}

ul ul,ul ol,ol ul,ol ol {
	margin-bottom: 0;
}

.list-unstyled,.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 25px;
}

dt,dd {
	line-height: 1.8;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd:before,.dl-horizontal dd:after {
	content: " ";
	display: table;
}

.dl-horizontal dd:after {
	clear: both;
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 12.5px 25px;
	margin: 0 0 25px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,blockquote small,blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.8;
	color: #777777;
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
	content: '\2014 \00A0';
}

.blockquote-reverse,blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before {
	content: '';
}

.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

blockquote:before,blockquote:after {
	content: "";
}

address {
	margin-bottom: 25px;
	font-style: normal;
	line-height: 1.8;
}

code,kbd,pre,samp {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 20px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	box-shadow: none;
}

pre {
	display: block;
	padding: 12px;
	margin: 0 0 12.5px;
	font-size: 13px;
	line-height: 1.8;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 20px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

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

.container:before,.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

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

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

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

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

.container-fluid:after {
	clear: both;
}

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

.row:before,.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

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

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

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

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

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

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

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

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

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

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

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

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

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

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

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

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

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

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

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

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

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

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

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

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

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

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

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
	.col-sm-1,.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-sm-10,.col-sm-11,.col-sm-12 {
		float: left;
	}

	.col-sm-1 {
		width: 8.33333%;
	}

	.col-sm-2 {
		width: 16.66667%;
	}

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

	.col-sm-4 {
		width: 33.33333%;
	}

	.col-sm-5 {
		width: 41.66667%;
	}

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

	.col-sm-7 {
		width: 58.33333%;
	}

	.col-sm-8 {
		width: 66.66667%;
	}

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

	.col-sm-10 {
		width: 83.33333%;
	}

	.col-sm-11 {
		width: 91.66667%;
	}

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

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

	.col-sm-pull-1 {
		right: 8.33333%;
	}

	.col-sm-pull-2 {
		right: 16.66667%;
	}

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

	.col-sm-pull-4 {
		right: 33.33333%;
	}

	.col-sm-pull-5 {
		right: 41.66667%;
	}

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

	.col-sm-pull-7 {
		right: 58.33333%;
	}

	.col-sm-pull-8 {
		right: 66.66667%;
	}

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

	.col-sm-pull-10 {
		right: 83.33333%;
	}

	.col-sm-pull-11 {
		right: 91.66667%;
	}

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

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

	.col-sm-push-1 {
		left: 8.33333%;
	}

	.col-sm-push-2 {
		left: 16.66667%;
	}

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

	.col-sm-push-4 {
		left: 33.33333%;
	}

	.col-sm-push-5 {
		left: 41.66667%;
	}

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

	.col-sm-push-7 {
		left: 58.33333%;
	}

	.col-sm-push-8 {
		left: 66.66667%;
	}

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

	.col-sm-push-10 {
		left: 83.33333%;
	}

	.col-sm-push-11 {
		left: 91.66667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
	.col-md-1,.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-md-10,.col-md-11,.col-md-12 {
		float: left;
	}

	.col-md-1 {
		width: 8.33333%;
	}

	.col-md-2 {
		width: 16.66667%;
	}

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

	.col-md-4 {
		width: 33.33333%;
	}

	.col-md-5 {
		width: 41.66667%;
	}

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

	.col-md-7 {
		width: 58.33333%;
	}

	.col-md-8 {
		width: 66.66667%;
	}

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

	.col-md-10 {
		width: 83.33333%;
	}

	.col-md-11 {
		width: 91.66667%;
	}

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

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

	.col-md-pull-1 {
		right: 8.33333%;
	}

	.col-md-pull-2 {
		right: 16.66667%;
	}

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

	.col-md-pull-4 {
		right: 33.33333%;
	}

	.col-md-pull-5 {
		right: 41.66667%;
	}

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

	.col-md-pull-7 {
		right: 58.33333%;
	}

	.col-md-pull-8 {
		right: 66.66667%;
	}

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

	.col-md-pull-10 {
		right: 83.33333%;
	}

	.col-md-pull-11 {
		right: 91.66667%;
	}

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

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

	.col-md-push-1 {
		left: 8.33333%;
	}

	.col-md-push-2 {
		left: 16.66667%;
	}

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

	.col-md-push-4 {
		left: 33.33333%;
	}

	.col-md-push-5 {
		left: 41.66667%;
	}

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

	.col-md-push-7 {
		left: 58.33333%;
	}

	.col-md-push-8 {
		left: 66.66667%;
	}

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

	.col-md-push-10 {
		left: 83.33333%;
	}

	.col-md-push-11 {
		left: 91.66667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
	.col-lg-1,.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-lg-10,.col-lg-11,.col-lg-12 {
		float: left;
	}

	.col-lg-1 {
		width: 8.33333%;
	}

	.col-lg-2 {
		width: 16.66667%;
	}

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

	.col-lg-4 {
		width: 33.33333%;
	}

	.col-lg-5 {
		width: 41.66667%;
	}

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

	.col-lg-7 {
		width: 58.33333%;
	}

	.col-lg-8 {
		width: 66.66667%;
	}

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

	.col-lg-10 {
		width: 83.33333%;
	}

	.col-lg-11 {
		width: 91.66667%;
	}

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

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

	.col-lg-pull-1 {
		right: 8.33333%;
	}

	.col-lg-pull-2 {
		right: 16.66667%;
	}

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

	.col-lg-pull-4 {
		right: 33.33333%;
	}

	.col-lg-pull-5 {
		right: 41.66667%;
	}

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

	.col-lg-pull-7 {
		right: 58.33333%;
	}

	.col-lg-pull-8 {
		right: 66.66667%;
	}

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

	.col-lg-pull-10 {
		right: 83.33333%;
	}

	.col-lg-pull-11 {
		right: 91.66667%;
	}

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

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

	.col-lg-push-1 {
		left: 8.33333%;
	}

	.col-lg-push-2 {
		left: 16.66667%;
	}

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

	.col-lg-push-4 {
		left: 33.33333%;
	}

	.col-lg-push-5 {
		left: 41.66667%;
	}

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

	.col-lg-push-7 {
		left: 58.33333%;
	}

	.col-lg-push-8 {
		left: 66.66667%;
	}

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

	.col-lg-push-10 {
		left: 83.33333%;
	}

	.col-lg-push-11 {
		left: 91.66667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
	background-color: transparent;
}

th {
	text-align: left;
}

table,.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px;
}

table > thead > tr > th,table > thead > tr > td,table > tbody > tr > th,table > tbody > tr > td,table > tfoot > tr > th,table > tfoot > tr > td,.table > thead > tr > th,.table > thead > tr > td,.table > tbody > tr > th,.table > tbody > tr > td,.table > tfoot > tr > th,.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.8;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

table > thead > tr > th,.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

table > caption + thead > tr:first-child > th,table > caption + thead > tr:first-child > td,table > colgroup + thead > tr:first-child > th,table > colgroup + thead > tr:first-child > td,table > thead:first-child > tr:first-child > th,table > thead:first-child > tr:first-child > td,.table > caption + thead > tr:first-child > th,.table > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > th,.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

table > tbody + tbody,.table > tbody + tbody {
	border-top: 2px solid #ddd;
}

table .table,.table .table {
	background-color: #fff;
}

.table-condensed > thead > tr > th,.table-condensed > thead > tr > td,.table-condensed > tbody > tr > th,.table-condensed > tbody > tr > td,.table-condensed > tfoot > tr > th,.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > th,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > th,.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,.table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table > thead > tr > td.active,.table > thead > tr > th.active,.table > thead > tr.active > td,.table > thead > tr.active > th,.table > tbody > tr > td.active,.table > tbody > tr > th.active,.table > tbody > tr.active > td,.table > tbody > tr.active > th,.table > tfoot > tr > td.active,.table > tfoot > tr > th.active,.table > tfoot > tr.active > td,.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,.table-hover > tbody > tr > th.active:hover,.table-hover > tbody > tr.active:hover > td,.table-hover > tbody > tr:hover > .active,.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.table > thead > tr > td.success,.table > thead > tr > th.success,.table > thead > tr.success > td,.table > thead > tr.success > th,.table > tbody > tr > td.success,.table > tbody > tr > th.success,.table > tbody > tr.success > td,.table > tbody > tr.success > th,.table > tfoot > tr > td.success,.table > tfoot > tr > th.success,.table > tfoot > tr.success > td,.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,.table-hover > tbody > tr > th.success:hover,.table-hover > tbody > tr.success:hover > td,.table-hover > tbody > tr:hover > .success,.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.table > thead > tr > td.info,.table > thead > tr > th.info,.table > thead > tr.info > td,.table > thead > tr.info > th,.table > tbody > tr > td.info,.table > tbody > tr > th.info,.table > tbody > tr.info > td,.table > tbody > tr.info > th,.table > tfoot > tr > td.info,.table > tfoot > tr > th.info,.table > tfoot > tr.info > td,.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,.table-hover > tbody > tr > th.info:hover,.table-hover > tbody > tr.info:hover > td,.table-hover > tbody > tr:hover > .info,.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.table > thead > tr > td.warning,.table > thead > tr > th.warning,.table > thead > tr.warning > td,.table > thead > tr.warning > th,.table > tbody > tr > td.warning,.table > tbody > tr > th.warning,.table > tbody > tr.warning > td,.table > tbody > tr.warning > th,.table > tfoot > tr > td.warning,.table > tfoot > tr > th.warning,.table > tfoot > tr.warning > td,.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,.table-hover > tbody > tr > th.warning:hover,.table-hover > tbody > tr.warning:hover > td,.table-hover > tbody > tr:hover > .warning,.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.table > thead > tr > td.danger,.table > thead > tr > th.danger,.table > thead > tr.danger > td,.table > thead > tr.danger > th,.table > tbody > tr > td.danger,.table > tbody > tr > th.danger,.table > tbody > tr.danger > td,.table > tbody > tr.danger > th,.table > tfoot > tr > td.danger,.table > tfoot > tr > th.danger,.table > tfoot > tr.danger > td,.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,.table-hover > tbody > tr > th.danger:hover,.table-hover > tbody > tr.danger:hover > td,.table-hover > tbody > tr:hover > .danger,.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 18.75px;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive > .table {
		margin-bottom: 0;
	}

	.table-responsive > .table > thead > tr > th,.table-responsive > .table > thead > tr > td,.table-responsive > .table > tbody > tr > th,.table-responsive > .table > tbody > tr > td,.table-responsive > .table > tfoot > tr > th,.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}

	.table-responsive > .table-bordered {
		border: 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:first-child,.table-responsive > .table-bordered > thead > tr > td:first-child,.table-responsive > .table-bordered > tbody > tr > th:first-child,.table-responsive > .table-bordered > tbody > tr > td:first-child,.table-responsive > .table-bordered > tfoot > tr > th:first-child,.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:last-child,.table-responsive > .table-bordered > thead > tr > td:last-child,.table-responsive > .table-bordered > tbody > tr > th:last-child,.table-responsive > .table-bordered > tbody > tr > td:last-child,.table-responsive > .table-bordered > tfoot > tr > th:last-child,.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}

	.table-responsive > .table-bordered > tbody > tr:last-child > th,.table-responsive > .table-bordered > tbody > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-child > th,.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 25px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],select[size] {
	height: auto;
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.8;
	color: #555555;
}

.form-control {
	display: block;
	width: 100%;
	height: 39px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.8;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	-ms-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

.form-control::-moz-placeholder {
	color: #777777;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #777777;
}

.form-control::-webkit-input-placeholder {
	color: #777777;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
	line-height: 39px;
	line-height: 1.8 \0;
}

input[type="date"].input-sm,.form-horizontal .form-group-sm input[type="date"].form-control,.input-group-sm > input[type="date"].form-control,.input-group-sm > input[type="date"].input-group-addon,.input-group-sm > .input-group-btn > input[type="date"].btn,input[type="time"].input-sm,.form-horizontal .form-group-sm input[type="time"].form-control,.input-group-sm > input[type="time"].form-control,.input-group-sm > input[type="time"].input-group-addon,.input-group-sm > .input-group-btn > input[type="time"].btn,input[type="datetime-local"].input-sm,.form-horizontal .form-group-sm input[type="datetime-local"].form-control,.input-group-sm > input[type="datetime-local"].form-control,.input-group-sm > input[type="datetime-local"].input-group-addon,.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,input[type="month"].input-sm,.form-horizontal .form-group-sm input[type="month"].form-control,.input-group-sm > input[type="month"].form-control,.input-group-sm > input[type="month"].input-group-addon,.input-group-sm > .input-group-btn > input[type="month"].btn {
	line-height: 40px;
}

input[type="date"].input-lg,.form-horizontal .form-group-lg input[type="date"].form-control,.input-group-lg > input[type="date"].form-control,.input-group-lg > input[type="date"].input-group-addon,.input-group-lg > .input-group-btn > input[type="date"].btn,input[type="time"].input-lg,.form-horizontal .form-group-lg input[type="time"].form-control,.input-group-lg > input[type="time"].form-control,.input-group-lg > input[type="time"].input-group-addon,.input-group-lg > .input-group-btn > input[type="time"].btn,input[type="datetime-local"].input-lg,.form-horizontal .form-group-lg input[type="datetime-local"].form-control,.input-group-lg > input[type="datetime-local"].form-control,.input-group-lg > input[type="datetime-local"].input-group-addon,.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,input[type="month"].input-lg,.form-horizontal .form-group-lg input[type="month"].form-control,.input-group-lg > input[type="month"].form-control,.input-group-lg > input[type="month"].input-group-addon,.input-group-lg > .input-group-btn > input[type="month"].btn {
	line-height: 46px;
}

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

.radio,.checkbox {
	position: relative;
	display: block;
	min-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label,.checkbox label {
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: 0;
	margin-top: 4px \9;
}

.radio + .radio,.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline + .radio-inline,.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled],input[type="radio"].disabled,fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input[type="checkbox"].disabled,fieldset[disabled]
input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled]
.checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled]
.checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}

.form-control-static.input-lg,.form-horizontal .form-group-lg .form-control-static.form-control,.input-group-lg > .form-control-static.form-control,.input-group-lg > .form-control-static.input-group-addon,.input-group-lg > .input-group-btn > .form-control-static.btn,.form-control-static.input-sm,.form-horizontal .form-group-sm .form-control-static.form-control,.input-group-sm > .form-control-static.form-control,.input-group-sm > .form-control-static.input-group-addon,.input-group-sm > .input-group-btn > .form-control-static.btn {
	padding-left: 0;
	padding-right: 0;
}

.input-sm,.form-horizontal .form-group-sm .form-control,.input-group-sm > .form-control,.input-group-sm > .input-group-addon,.input-group-sm > .input-group-btn > .btn {
	height: 40px;
	padding: 10px 15px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 5px;
}

select.input-sm,.form-horizontal .form-group-sm select.form-control,.input-group-sm > select.form-control,.input-group-sm > select.input-group-addon,.input-group-sm > .input-group-btn > select.btn {
	height: 40px;
	line-height: 40px;
}

textarea.input-sm,.form-horizontal .form-group-sm textarea.form-control,.input-group-sm > textarea.form-control,.input-group-sm > textarea.input-group-addon,.input-group-sm > .input-group-btn > textarea.btn,select[multiple].input-sm,.form-horizontal .form-group-sm select[multiple].form-control,.input-group-sm > select[multiple].form-control,.input-group-sm > select[multiple].input-group-addon,.input-group-sm > .input-group-btn > select[multiple].btn {
	height: auto;
}

.input-lg,.form-horizontal .form-group-lg .form-control,.input-group-lg > .form-control,.input-group-lg > .input-group-addon,.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 10px;
}

select.input-lg,.form-horizontal .form-group-lg select.form-control,.input-group-lg > select.form-control,.input-group-lg > select.input-group-addon,.input-group-lg > .input-group-btn > select.btn {
	height: 46px;
	line-height: 46px;
}

textarea.input-lg,.form-horizontal .form-group-lg textarea.form-control,.input-group-lg > textarea.form-control,.input-group-lg > textarea.input-group-addon,.input-group-lg > .input-group-btn > textarea.btn,select[multiple].input-lg,.form-horizontal .form-group-lg select[multiple].form-control,.input-group-lg > select[multiple].form-control,.input-group-lg > select[multiple].input-group-addon,.input-group-lg > .input-group-btn > select[multiple].btn {
	height: auto;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 48.75px;
}

.form-control-feedback {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 2;
	display: block;
	width: 39px;
	height: 39px;
	line-height: 39px;
	text-align: center;
}

.input-lg + .form-control-feedback,.form-horizontal .form-group-lg .form-control + .form-control-feedback,.input-group-lg > .form-control + .form-control-feedback,.input-group-lg > .input-group-addon + .form-control-feedback,.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.input-sm + .form-control-feedback,.form-horizontal .form-group-sm .form-control + .form-control-feedback,.input-group-sm > .form-control + .form-control-feedback,.input-group-sm > .input-group-addon + .form-control-feedback,.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline {
	color: #468847;
}

.has-success .form-control {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-success .form-control:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;
}

.has-success .input-group-addon {
	color: #468847;
	border-color: #468847;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #468847;
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline {
	color: #c09853;
}

.has-warning .form-control {
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-warning .form-control:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
	color: #c09853;
	border-color: #c09853;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #c09853;
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline {
	color: #b94a48;
}

.has-error .form-control {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-error .form-control:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
}

.has-error .input-group-addon {
	color: #b94a48;
	border-color: #b94a48;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #b94a48;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #a6a6a6;
}

@media (min-width:768px) {
	.form-inline .form-group,.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control,.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .input-group,.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.form-inline .input-group .input-group-addon,.navbar-form .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.navbar-form .input-group .input-group-btn,.form-inline .input-group .form-control,.navbar-form .input-group .form-control {
		width: auto;
	}

	.form-inline .input-group > .form-control,.navbar-form .input-group > .form-control {
		width: 100%;
	}

	.form-inline .control-label,.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio,.navbar-form .radio,.form-inline .checkbox,.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio label,.navbar-form .radio label,.form-inline .checkbox label,.navbar-form .checkbox label {
		padding-left: 0;
	}

	.form-inline .radio input[type="radio"],.navbar-form .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"],.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.form-inline .has-feedback .form-control-feedback,.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .radio,.form-horizontal .checkbox {
	min-height: 32px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
	content: " ";
	display: table;
}

.form-horizontal .form-group:after {
	clear: both;
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px;
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.3px;
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 11px;
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.8;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

.btn:hover,.btn:focus {
	color: #333;
	text-decoration: none;
}

.btn:active,.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open > .btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active,.btn-default.active,.open > .btn-default.dropdown-toggle {
	background-image: none;
}

.btn-default.disabled,.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled:active,.btn-default.disabled.active,.btn-default[disabled],.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled]:active,.btn-default[disabled].active,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary {
	color: #fff;
	background-color: #0099CC;
	border-color: #0086b3;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #007399;
	border-color: #005875;
}

.btn-primary:active,.btn-primary.active,.open > .btn-primary.dropdown-toggle {
	background-image: none;
}

.btn-primary.disabled,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled]:active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active {
	background-color: #0099CC;
	border-color: #0086b3;
}

.btn-primary .badge {
	color: #0099CC;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active,.btn-success.active,.open > .btn-success.dropdown-toggle {
	background-image: none;
}

.btn-success.disabled,.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled:active,.btn-success.disabled.active,.btn-success[disabled],.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled]:active,.btn-success[disabled].active,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active,.btn-info.active,.open > .btn-info.dropdown-toggle {
	background-image: none;
}

.btn-info.disabled,.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled:active,.btn-info.disabled.active,.btn-info[disabled],.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled]:active,.btn-info[disabled].active,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active,.btn-warning.active,.open > .btn-warning.dropdown-toggle {
	background-image: none;
}

.btn-warning.disabled,.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled:active,.btn-warning.disabled.active,.btn-warning[disabled],.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled]:active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active,.btn-danger.active,.open > .btn-danger.dropdown-toggle {
	background-image: none;
}

.btn-danger.disabled,.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled:active,.btn-danger.disabled.active,.btn-danger[disabled],.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled]:active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	color: #303030;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
}

.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,.btn-link:focus {
	color: #2196F3;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}

.btn-lg,.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 10px;
}

.btn-sm,.btn-group-sm > .btn {
	padding: 10px 15px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 5px;
}

.btn-xs,.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 5px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-ms-transition: height 0.35s ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 20px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 11.5px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.8;
	color: #333333;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #0099CC;
}

.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
	color: #777777;
}

.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.8;
	color: #777777;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: "";
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

.btn-group,.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group > .btn,.btn-group-vertical > .btn {
	position: relative;
	float: left;
}

.btn-group > .btn:hover,.btn-group > .btn:focus,.btn-group > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn:hover,.btn-group-vertical > .btn:focus,.btn-group-vertical > .btn:active,.btn-group-vertical > .btn.active {
	z-index: 2;
}

.btn-group > .btn:focus,.btn-group-vertical > .btn:focus {
	outline: 0;
}

.btn-group .btn + .btn,.btn-group .btn + .btn-group,.btn-group .btn-group + .btn,.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar:before,.btn-toolbar:after {
	content: " ";
	display: table;
}

.btn-toolbar:after {
	clear: both;
}

.btn-toolbar .btn-group,.btn-toolbar .input-group {
	float: left;
}

.btn-toolbar > .btn,.btn-toolbar > .btn-group,.btn-toolbar > .input-group {
	margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,.btn-group > .btn-group:first-child > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,.btn-group-lg.btn-group > .btn + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret,.btn-group-lg > .btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret,.dropup .btn-group-lg > .btn .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,.btn-group-vertical > .btn-group,.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical > .btn-group:before,.btn-group-vertical > .btn-group:after {
	content: " ";
	display: table;
}

.btn-group-vertical > .btn-group:after {
	clear: both;
}

.btn-group-vertical > .btn-group > .btn {
	float: none;
}

.btn-group-vertical > .btn + .btn,.btn-group-vertical > .btn + .btn-group,.btn-group-vertical > .btn-group + .btn,.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 20px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified > .btn,.btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}

.btn-group-justified > .btn-group .btn {
	width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}[data-toggle="buttons"] > .btn > input[type="radio"],[data-toggle="buttons"] > .btn > input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group-addon,.input-group-btn,.input-group .form-control {
	display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 20px;
}

.input-group-addon.input-sm,.form-horizontal .form-group-sm .input-group-addon.form-control,.input-group-sm > .input-group-addon,.input-group-sm > .input-group-btn > .input-group-addon.btn {
	padding: 10px 15px;
	font-size: 12px;
	border-radius: 5px;
}

.input-group-addon.input-lg,.form-horizontal .form-group-lg .input-group-addon.form-control,.input-group-lg > .input-group-addon,.input-group-lg > .input-group-btn > .input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 10px;
}

.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group > .btn,.input-group-btn:first-child > .dropdown-toggle,.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group > .btn,.input-group-btn:last-child > .dropdown-toggle,.input-group-btn:first-child > .btn:not(:first-child),.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn > .btn {
	position: relative;
}

.input-group-btn > .btn + .btn {
	margin-left: -1px;
}

.input-group-btn > .btn:hover,.input-group-btn > .btn:focus,.input-group-btn > .btn:active {
	z-index: 2;
}

.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group {
	margin-left: -1px;
}








.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #0099CC;
}

.nav-stacked > li {
	float: none;
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified,.nav-tabs.nav-justified {
	width: 100%;
}

.nav-justified > li,.nav-tabs.nav-justified > li {
	float: none;
}

.nav-justified > li > a,.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width:768px) {
	.nav-justified > li,.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

	.nav-justified > li > a,.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified,.nav-tabs.nav-justified {
	border-bottom: 0;
}

.nav-tabs-justified > li > a,.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 20px;
}

.nav-tabs-justified > .active > a,.nav-tabs.nav-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus,.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}

@media (min-width:768px) {
	.nav-tabs-justified > li > a,.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 20px 20px 0 0;
	}

	.nav-tabs-justified > .active > a,.nav-tabs.nav-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus,.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar {
	position: relative;
	min-height: 85px;
	/*margin-bottom: 25px;*/
	border: 1px solid transparent;
	position: fixed;
    z-index: 22222;
    width: 100%;
    top: 0px;
}

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

.navbar:after {
	clear: both;
}

@media (min-width:768px) {
	.navbar {
		border-radius: 20px;
	}
}

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

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

@media (min-width:768px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	-webkit-overflow-scrolling: touch;
}

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

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width:480px) and (orientation:landscape) {
	.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

.container > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-header,.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
	height: 85px;
}

@media (min-width:768px) {
	.container > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-header,.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top,.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

@media (min-width:768px) {
	.navbar-fixed-top,.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	/* padding: 7.5px 5px; */
	height: 70px;
	width: 200px;
    margin-top: 12.5px;
    margin-left: 10px;
}

.navbar-brand:hover,.navbar-brand:focus {
	text-decoration: none;
}

@media (min-width:768px) {
	.navbar > .container .navbar-brand,.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 10px 10px;
	margin-top: 20px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 20px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 3px 0px;
	    height: auto;
}
.navbar-nav li{
	border-bottom: 1px solid #ccc;
}
.navbar-nav li:nth-last-of-type(1){
	border:0px;
}
#example-navbar-collapse{height: auto}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 25px;
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 25px;
	}

	.navbar-nav .open .dropdown-menu > li > a:hover,.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav > li {
		float: left;
	}

	.navbar-nav > li > a {
		padding-top: 12.5px;
		padding-bottom: 12.5px;
	}

	.navbar-nav.navbar-right:last-child {
		margin-right: -15px;
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important;
	}

	.navbar-right {
		float: right !important;
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
	margin-top: 5.5px;
	margin-bottom: 5.5px;
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-form.navbar-right:last-child {
		margin-right: -15px;
	}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 5.5px;
	margin-bottom: 5.5px;
}

.navbar-btn.btn-sm,.btn-group-sm > .navbar-btn.btn {
	margin-top: 5px;
	margin-bottom: 5px;
}

.navbar-btn.btn-xs,.btn-group-xs > .navbar-btn.btn {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 12.5px;
	margin-bottom: 12.5px;
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}

	.navbar-text.navbar-right:last-child {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
	    box-shadow: 2px 2px 2px #ccc;
}

.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav > li > a {
	color: #777;
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,.navbar-default .navbar-nav > .disabled > a:hover,.navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	/*border-color: #ddd;*/
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	/*background-color: #ddd;*/
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555;
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-default .btn-link {
	color: #777;
}

.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {
	color: #333;
}

.navbar-default .btn-link[disabled]:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}

.navbar-inverse .navbar-brand {
	color: #777777;
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-text {
	color: #777777;
}

.navbar-inverse .navbar-nav > li > a {
	color: #777777;
}

.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,.navbar-inverse .navbar-nav > .disabled > a:hover,.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,.navbar-inverse .navbar-nav > .open > a:hover,.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #090909;
	color: #fff;
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #777777;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}
}

.navbar-inverse .navbar-link {
	color: #777777;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link {
	color: #777777;
}

.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {
	color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}

.breadcrumb {
	padding: 0 0;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 20px;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li + li:before {
	content: "/ ";
	padding: 0 5px;
	color: #ccc;
}

.breadcrumb > .active {
	color: #777777;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 25px 0;
	border-radius: 20px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.8;
	text-decoration: none;
	color: #303030;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
}

.pagination > li > a:hover,.pagination > li > a:focus,.pagination > li > span:hover,.pagination > li > span:focus {
	color: #2196F3;
	background-color: #eeeeee;
	border-color: #ddd;
}

.pagination > .active > a,.pagination > .active > a:hover,.pagination > .active > a:focus,.pagination > .active > span,.pagination > .active > span:hover,.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #0099CC;
	border-color: #0099CC;
	cursor: default;
}

.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination-lg > li > a,.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}

.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.pagination-sm > li > a,.pagination-sm > li > span {
	padding: 10px 15px;
	font-size: 12px;
}

.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.pager {
	padding-left: 0;
	margin: 25px 0;
	list-style: none;
	text-align: center;
}

.pager:before,.pager:after {
	content: " ";
	display: table;
}

.pager:after {
	clear: both;
}

.pager li {
	display: inline;
}

.pager li > a,.pager li > span {
	display: inline-block;
	/*padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;*/
}

.pager li > a:hover,.pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}

.pager li.is-active > a {
	background-color: #eeeeee;
}

.pager .next > a,.pager .next > span {
	float: right;
}

.pager .previous > a,.pager .previous > span {
	float: left;
}

.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

a.label:hover,a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label-default {
	background-color: #777777;
}

.label-default[href]:hover,.label-default[href]:focus {
	background-color: #5e5e5e;
}

.label-primary {
	background-color: #0099CC;
}

.label-primary[href]:hover,.label-primary[href]:focus {
	background-color: #007399;
}

.label-success {
	background-color: #5cb85c;
}

.label-success[href]:hover,.label-success[href]:focus {
	background-color: #449d44;
}

.label-info {
	background-color: #5bc0de;
}

.label-info[href]:hover,.label-info[href]:focus {
	background-color: #31b0d5;
}

.label-warning {
	background-color: #f0ad4e;
}

.label-warning[href]:hover,.label-warning[href]:focus {
	background-color: #ec971f;
}

.label-danger {
	background-color: #d9534f;
}

.label-danger[href]:hover,.label-danger[href]:focus {
	background-color: #c9302c;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #777777;
	border-radius: 10px;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge,.btn-group-xs > .btn .badge {
	top: 0;
	padding: 1px 5px;
}

a.list-group-item.active > .badge,.nav-pills > .active > a > .badge {
	color: #303030;
	background-color: #fff;
}

.nav-pills > li > a > .badge {
	margin-left: 3px;
}

a.badge:hover,a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eeeeee;
}

.jumbotron h1,.jumbotron .h1 {
	color: inherit;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}

.jumbotron > hr {
	border-top-color: #d5d5d5;
}

.container .jumbotron {
	border-radius: 10px;
}

.jumbotron .container {
	max-width: 100%;
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.container .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}

	.jumbotron h1,.jumbotron .h1 {
		font-size: 63px;
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 25px;
	line-height: 1.8;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

.thumbnail > img,.thumbnail a > img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail .caption {
	padding: 9px;
	color: #666666;
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
	border-color: #303030;
}

.alert {
	padding: 15px;
	margin-bottom: 25px;
	border: 1px solid transparent;
	border-radius: 20px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert > p,.alert > ul {
	margin-bottom: 0;
}

.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable,.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #356635;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #2d6987;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #c09853;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #a47e3c;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #b94a48;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	overflow: hidden;
	height: 25px;
	margin-bottom: 25px;
	background-color: #f5f5f5;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	background-color: #0099CC;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-ms-transition: width 0.6s ease;
}

.progress-striped .progress-bar,.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar,.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"] {
	min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
	color: #777777;
	min-width: 30px;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.media,.media-body {
	overflow: hidden;
	zoom: 1;
}

.media,.media .media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media-object {
	display: block;
}

.media-heading {
	margin: 0 0 5px;
}

.media > .pull-left {
	margin-right: 10px;
}

.media > .pull-right {
	margin-left: 10px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.list-group-item:first-child {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.list-group-item > .badge {
	float: right;
}

.list-group-item > .badge + .badge {
	margin-right: 5px;
}

a.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:hover,a.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5;
}

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
	background-color: #eeeeee;
	color: #777777;
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
	color: #777777;
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #0099CC;
	border-color: #0099CC;
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading > small,.list-group-item.active .list-group-item-heading > .small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading > small,.list-group-item.active:hover .list-group-item-heading > .small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading > small,.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}

.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
	color: #99e6ff;
}

.list-group-item-success {
	color: #468847;
	background-color: #dff0d8;
}

a.list-group-item-success {
	color: #468847;
}

a.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:hover,a.list-group-item-success:focus {
	color: #468847;
	background-color: #d0e9c6;
}

a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #468847;
	border-color: #468847;
}

.list-group-item-info {
	color: #3a87ad;
	background-color: #d9edf7;
}

a.list-group-item-info {
	color: #3a87ad;
}

a.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:hover,a.list-group-item-info:focus {
	color: #3a87ad;
	background-color: #c4e3f3;
}

a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #3a87ad;
	border-color: #3a87ad;
}

.list-group-item-warning {
	color: #c09853;
	background-color: #fcf8e3;
}

a.list-group-item-warning {
	color: #c09853;
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:hover,a.list-group-item-warning:focus {
	color: #c09853;
	background-color: #faf2cc;
}

a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #c09853;
	border-color: #c09853;
}

.list-group-item-danger {
	color: #b94a48;
	background-color: #f2dede;
}

a.list-group-item-danger {
	color: #b94a48;
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:hover,a.list-group-item-danger:focus {
	color: #b94a48;
	background-color: #ebcccc;
}

a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #b94a48;
	border-color: #b94a48;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
	margin-bottom: 25px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
	padding: 15px;
}

.panel-body:before,.panel-body:after {
	content: " ";
	display: table;
}

.panel-body:after {
	clear: both;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: inherit;
}

.panel-title > a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.panel > .list-group {
	margin-bottom: 0;
}

.panel > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.panel > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group + .panel-footer {
	border-top-width: 0;
}

.panel > .table,.panel > .table-responsive > .table,.panel > .panel-collapse > .table {
	margin-bottom: 0;
}

.panel > .table:first-child,.panel > .table-responsive:first-child > .table:first-child {
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 2px;
}

.panel > .table:last-child,.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 2px;
}

.panel > .panel-body + .table,.panel > .panel-body + .table-responsive {
	border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,.panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}

.panel > .table-bordered,.panel > .table-responsive > .table-bordered {
	border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,.panel > .table-bordered > thead > tr > td:first-child,.panel > .table-bordered > tbody > tr > th:first-child,.panel > .table-bordered > tbody > tr > td:first-child,.panel > .table-bordered > tfoot > tr > th:first-child,.panel > .table-bordered > tfoot > tr > td:first-child,.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,.panel > .table-bordered > thead > tr > td:last-child,.panel > .table-bordered > tbody > tr > th:last-child,.panel > .table-bordered > tbody > tr > td:last-child,.panel > .table-bordered > tfoot > tr > th:last-child,.panel > .table-bordered > tfoot > tr > td:last-child,.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,.panel > .table-bordered > thead > tr:first-child > th,.panel > .table-bordered > tbody > tr:first-child > td,.panel > .table-bordered > tbody > tr:first-child > th,.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,.panel > .table-bordered > tbody > tr:last-child > th,.panel > .table-bordered > tfoot > tr:last-child > td,.panel > .table-bordered > tfoot > tr:last-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}

.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}

.panel-group {
	margin-bottom: 25px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 3px;
}

.panel-group .panel + .panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-default {
	border-color: #ddd;
}

.panel-default > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #0099CC;
}

.panel-primary > .panel-heading {
	color: #fff;
	background-color: #0099CC;
	border-color: #0099CC;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #0099CC;
}

.panel-primary > .panel-heading .badge {
	color: #0099CC;
	background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #0099CC;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success > .panel-heading {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #468847;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info > .panel-heading {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #3a87ad;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning > .panel-heading {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #c09853;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger > .panel-heading {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #b94a48;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,0.15);
}

.well-lg {
	padding: 24px;
	border-radius: 10px;
}

.well-sm {
	padding: 9px;
	border-radius: 5px;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover,.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate3d(0,-25%,0);
	transform: translate3d(0,-25%,0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.8px;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.8;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer:before,.modal-footer:after {
	content: " ";
	display: table;
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
		box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 20px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}

.popover.top {
	margin-top: -10px;
}

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

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 9px 9px 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover > .arrow,.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow {
	border-width: 11px;
}

.popover > .arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}

.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0,0,0,0.25);
}

.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}

.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}

.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0,0,0,0.25);
}

.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
	-moz-transition: 0.6s ease-in-out left;
	-ms-transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,.carousel-inner > .item > a > img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .next.left,.carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
	background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
	background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}

.carousel-control:hover,.carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-prev,.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: '\2039';
}

.carousel-control .icon-next:before {
	content: '\203a';
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent;
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px;
	}

	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
		margin-left: -15px;
	}

	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
		margin-right: -15px;
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators {
		bottom: 20px;
	}
}

.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

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

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

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

.affix {
	position: fixed;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

@-ms-viewport {
	width:device-width;
}

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

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
	display: none !important;
}

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

	table.visible-xs {
		display: table;
	}

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

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

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

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

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !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;
	}

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

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

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

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !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;
	}

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

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

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

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

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

	table.visible-lg {
		display: table;
	}

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

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

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

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

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !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:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important;
	}
}

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

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table;
	}

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

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

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}
